oldDB.txt
newDB3Thursday.txt
f1-- phpMyAdmin SQL Dumpf1-- phpMyAdmin SQL Dump
2-- version 5.2.12-- version 5.2.1
3-- https://www.phpmyadmin.net/3-- https://www.phpmyadmin.net/
4--4--
5-- Host: mysql575-- Host: mysql57
n6-- Generation Time: May 29, 2023 at 05:38 PMn6-- Generation Time: Jun 01, 2023 at 06:33 PM
7-- Server version: 5.7.37-log7-- Server version: 5.7.37-log
8-- PHP Version: 8.1.178-- PHP Version: 8.1.17
99
10SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";10SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11START TRANSACTION;11START TRANSACTION;
12SET time_zone = "+00:00";12SET time_zone = "+00:00";
1313
1414
15/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;15/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
16/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;16/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
17/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;17/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
18/*!40101 SET NAMES utf8mb4 */;18/*!40101 SET NAMES utf8mb4 */;
1919
20--20--
21-- Database: `elentra_auth`21-- Database: `elentra_auth`
22--22--
23CREATE DATABASE IF NOT EXISTS `elentra_auth` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;23CREATE DATABASE IF NOT EXISTS `elentra_auth` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
24USE `elentra_auth`;24USE `elentra_auth`;
2525
26-- --------------------------------------------------------26-- --------------------------------------------------------
2727
28--28--
29-- Table structure for table `acl_lu_permission_template_groups`29-- Table structure for table `acl_lu_permission_template_groups`
30--30--
3131
32CREATE TABLE `acl_lu_permission_template_groups` (32CREATE TABLE `acl_lu_permission_template_groups` (
33  `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL,33  `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL,
34  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',34  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
35  `created_date` bigint(64) UNSIGNED NOT NULL,35  `created_date` bigint(64) UNSIGNED NOT NULL,
36  `created_by` int(11) UNSIGNED NOT NULL,36  `created_by` int(11) UNSIGNED NOT NULL,
37  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,37  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
38  `updated_by` int(11) UNSIGNED DEFAULT NULL,38  `updated_by` int(11) UNSIGNED DEFAULT NULL,
39  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL39  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
40) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;40) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
4141
42-- --------------------------------------------------------42-- --------------------------------------------------------
4343
44--44--
45-- Table structure for table `acl_lu_resource_types`45-- Table structure for table `acl_lu_resource_types`
46--46--
4747
48CREATE TABLE `acl_lu_resource_types` (48CREATE TABLE `acl_lu_resource_types` (
49  `acl_resource_type_id` int(11) UNSIGNED NOT NULL,49  `acl_resource_type_id` int(11) UNSIGNED NOT NULL,
50  `resource_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,50  `resource_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
51  `active` tinyint(4) NOT NULL DEFAULT '1'51  `active` tinyint(4) NOT NULL DEFAULT '1'
52) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;52) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
5353
54--54--
55-- Dumping data for table `acl_lu_resource_types`55-- Dumping data for table `acl_lu_resource_types`
56--56--
5757
58INSERT INTO `acl_lu_resource_types` (`acl_resource_type_id`, `resource_type`, `active`) VALUES58INSERT INTO `acl_lu_resource_types` (`acl_resource_type_id`, `resource_type`, `active`) VALUES
59(1, 'academicadvisor', 1),59(1, 'academicadvisor', 1),
60(2, 'annualreport', 1),60(2, 'annualreport', 1),
61(3, 'annualreportadmin', 1),61(3, 'annualreportadmin', 1),
62(4, 'assessment', 1),62(4, 'assessment', 1),
63(5, 'assessmentcomponent', 1),63(5, 'assessmentcomponent', 1),
64(6, 'assessmentprogress', 1),64(6, 'assessmentprogress', 1),
65(7, 'assessmentresult', 1),65(7, 'assessmentresult', 1),
66(8, 'assessments', 1),66(8, 'assessments', 1),
67(9, 'assessor', 1),67(9, 'assessor', 1),
68(10, 'assignment', 1),68(10, 'assignment', 1),
69(11, 'assistant_support', 1),69(11, 'assistant_support', 1),
70(12, 'awards', 1),70(12, 'awards', 1),
71(13, 'cbmemeeting', 1),71(13, 'cbmemeeting', 1),
72(14, 'clerkship', 1),72(14, 'clerkship', 1),
73(15, 'clerkshipschedules', 1),73(15, 'clerkshipschedules', 1),
74(16, 'community', 1),74(16, 'community', 1),
75(17, 'competencycommittee', 1),75(17, 'competencycommittee', 1),
76(18, 'course', 1),76(18, 'course', 1),
77(19, 'coursecontent', 1),77(19, 'coursecontent', 1),
78(20, 'curriculum', 1),78(20, 'curriculum', 1),
79(21, 'dashboard', 1),79(21, 'dashboard', 1),
80(22, 'disclaimers', 1),80(22, 'disclaimers', 1),
81(23, 'disclaimer_audience', 1),81(23, 'disclaimer_audience', 1),
82(24, 'disclaimer_audience_users', 1),82(24, 'disclaimer_audience_users', 1),
83(25, 'discussion', 1),83(25, 'discussion', 1),
84(26, 'evaluation', 1),84(26, 'evaluation', 1),
85(27, 'evaluationform', 1),85(27, 'evaluationform', 1),
86(28, 'evaluationformquestion', 1),86(28, 'evaluationformquestion', 1),
87(29, 'evaluationquestion', 1),87(29, 'evaluationquestion', 1),
88(30, 'event', 1),88(30, 'event', 1),
89(31, 'eventcontent', 1),89(31, 'eventcontent', 1),
90(32, 'exam', 1),90(32, 'exam', 1),
91(33, 'examdashboard', 1),91(33, 'examdashboard', 1),
92(34, 'examfolder', 1),92(34, 'examfolder', 1),
93(35, 'examgradefnb', 1),93(35, 'examgradefnb', 1),
94(36, 'examquestion', 1),94(36, 'examquestion', 1),
95(37, 'examquestiongroup', 1),95(37, 'examquestiongroup', 1),
96(38, 'examquestiongroupindex', 1),96(38, 'examquestiongroupindex', 1),
97(39, 'examquestionindex', 1),97(39, 'examquestionindex', 1),
98(40, 'firstlogin', 1),98(40, 'firstlogin', 1),
99(41, 'gradebook', 1),99(41, 'gradebook', 1),
100(42, 'incident', 1),100(42, 'incident', 1),
101(43, 'library', 1),101(43, 'library', 1),
102(44, 'logbook', 1),102(44, 'logbook', 1),
103(45, 'logbook-entry', 1),103(45, 'logbook-entry', 1),
104(46, 'lor', 1),104(46, 'lor', 1),
105(47, 'lottery', 1),105(47, 'lottery', 1),
106(48, 'masquerade', 1),106(48, 'masquerade', 1),
107(49, 'metadata', 1),107(49, 'metadata', 1),
108(50, 'mspr', 1),108(50, 'mspr', 1),
109(51, 'mydepartment', 1),109(51, 'mydepartment', 1),
110(52, 'myowndepartment', 1),110(52, 'myowndepartment', 1),
111(53, 'notice', 1),111(53, 'notice', 1),
112(54, 'objective', 1),112(54, 'objective', 1),
113(55, 'objectiveattributes', 1),113(55, 'objectiveattributes', 1),
114(56, 'objectivedetails', 1),114(56, 'objectivedetails', 1),
115(57, 'objectivehistory', 1),115(57, 'objectivehistory', 1),
116(58, 'objectivenotes', 1),116(58, 'objectivenotes', 1),
117(59, 'observerships', 1),117(59, 'observerships', 1),
118(60, 'people', 1),118(60, 'people', 1),
119(61, 'photo', 1),119(61, 'photo', 1),
120(62, 'podcast', 1),120(62, 'podcast', 1),
121(63, 'poll', 1),121(63, 'poll', 1),
122(64, 'portfolio-advisor', 1),122(64, 'portfolio-advisor', 1),
123(65, 'portfolio-artifact', 1),123(65, 'portfolio-artifact', 1),
124(66, 'portfolio-comment', 1),124(66, 'portfolio-comment', 1),
125(67, 'portfolio-entry', 1),125(67, 'portfolio-entry', 1),
126(68, 'portfolio-folder', 1),126(68, 'portfolio-folder', 1),
127(69, 'portfolio-objective', 1),127(69, 'portfolio-objective', 1),
128(70, 'portfolio-portfolio', 1),128(70, 'portfolio-portfolio', 1),
129(71, 'portfolio-student', 1),129(71, 'portfolio-student', 1),
130(72, 'profile', 1),130(72, 'profile', 1),
131(73, 'quiz', 1),131(73, 'quiz', 1),
132(74, 'regionaled', 1),132(74, 'regionaled', 1),
133(75, 'regionaled_tab', 1),133(75, 'regionaled_tab', 1),
134(76, 'report', 1),134(76, 'report', 1),
135(77, 'reportindex', 1),135(77, 'reportindex', 1),
136(78, 'resourceorganisation', 1),136(78, 'resourceorganisation', 1),
137(79, 'rotationschedule', 1),137(79, 'rotationschedule', 1),
138(81, 'search', 1),138(81, 'search', 1),
139(82, 'secure', 1),139(82, 'secure', 1),
140(83, 'studentadmin', 1),140(83, 'studentadmin', 1),
141(84, 'task', 1),141(84, 'task', 1),
142(85, 'tasktab', 1),142(85, 'tasktab', 1),
143(86, 'taskverification', 1),143(86, 'taskverification', 1),
144(87, 'unitcontent', 1),144(87, 'unitcontent', 1),
145(88, 'user', 1),145(88, 'user', 1),
146(89, 'weekcontent', 1),146(89, 'weekcontent', 1),
147(128, 'communitydiscussion', 1),147(128, 'communitydiscussion', 1),
148(129, 'communitydiscussiontopic', 1),148(129, 'communitydiscussiontopic', 1),
149(130, 'communityfolder', 1),149(130, 'communityfolder', 1),
150(131, 'communityfile', 1),150(131, 'communityfile', 1),
151(132, 'communitylink', 1),151(132, 'communitylink', 1),
152(133, 'communityhtml', 1),152(133, 'communityhtml', 1),
153(134, 'communityadmin', 1),153(134, 'communityadmin', 1),
154(135, 'configuration', 1),154(135, 'configuration', 1),
155(136, 'week', 1),155(136, 'week', 1),
156(137, 'coursegroup', 1),156(137, 'coursegroup', 1),
157(138, 'unit', 1),157(138, 'unit', 1),
158(139, 'apartments', 1),158(139, 'apartments', 1),
159(140, 'regions', 1),159(140, 'regions', 1),
160(141, 'schedules', 1),160(141, 'schedules', 1),
161(142, 'electives', 1),161(142, 'electives', 1),
162(143, 'dutyhours', 1),162(143, 'dutyhours', 1),
163(144, 'categories', 1),163(144, 'categories', 1),
164(145, 'term', 1),164(145, 'term', 1),
165(146, 'yearlevels', 1),165(146, 'yearlevels', 1),
166(147, 'permission', 1),166(147, 'permission', 1),
167(148, 'quizquestion', 1),167(148, 'quizquestion', 1),
168(149, 'quizresult', 1),168(149, 'quizresult', 1),
169(150, 'evaluations', 1),169(150, 'evaluations', 1),
170(151, 'forms', 1),170(151, 'forms', 1),
171(152, 'notifications', 1),171(152, 'notifications', 1),
172(153, 'reports', 1),172(153, 'reports', 1),
173(154, 'anonymous-feedback', 1),173(154, 'anonymous-feedback', 1),
174(155, 'group', 1),174(155, 'group', 1),
175(156, 'encounter_tracking', 1),175(156, 'encounter_tracking', 1),
176(157, 'secureaccesskey', 1),176(157, 'secureaccesskey', 1),
177(158, 'secureaccessfile', 1),177(158, 'secureaccessfile', 1),
178(159, 'learners', 1),178(159, 'learners', 1),
179(160, 'assessmentreportadmin', 1),179(160, 'assessmentreportadmin', 1),
180(161, 'cbme', 1),180(161, 'cbme', 1),
181(162, 'aclmanager', 1),181(162, 'aclmanager', 1),
182(163, 'aclmanagerconfig', 1),182(163, 'aclmanagerconfig', 1),
183(164, 'lotteries', 1),183(164, 'lotteries', 1),
184(165, 'lottery_stages', 1),184(165, 'lottery_stages', 1),
185(166, 'lottery_stage_phases', 1),185(166, 'lottery_stage_phases', 1),
186(167, 'lottery_rotation_options', 1),186(167, 'lottery_rotation_options', 1),
187(168, 'lottery_learner_rankings', 1),187(168, 'lottery_learner_rankings', 1),
188(169, 'lottery_schedules', 1),188(169, 'lottery_schedules', 1),
189(170, 'lottery_schedule_variations', 1),189(170, 'lottery_schedule_variations', 1),
190(171, 'lottery_job_submissions', 1),190(171, 'lottery_job_submissions', 1),
191(172, 'case', 1),191(172, 'case', 1),
192(173, 'rotationschedulestudent', 1),192(173, 'rotationschedulestudent', 1),
193(174, 'sandboxes', 1),193(174, 'sandboxes', 1),
194(175, 'absence', 1),194(175, 'absence', 1),
195(176, 'absencedetail', 1),195(176, 'absencedetail', 1),
196(177, 'absenceapproval', 1),196(177, 'absenceapproval', 1),
197(178, 'absencepool', 1),197(178, 'absencepool', 1),
198(179, 'absencereason', 1),198(179, 'absencereason', 1),
199(180, 'assessments-expiry', 1),199(180, 'assessments-expiry', 1),
200(181, 'learnercalendar', 1),200(181, 'learnercalendar', 1),
201(182, 'location', 1),201(182, 'location', 1),
202(183, 'evaluationadmin', 1),202(183, 'evaluationadmin', 1),
203(184, 'locale_configuration', 1),203(184, 'locale_configuration', 1),
204(185, 'courselist', 1),204(185, 'courselist', 1),
205(186, 'lottery_learner_block_swap', 1),205(186, 'lottery_learner_block_swap', 1),
206(187, 'imports_import_header', 1),206(187, 'imports_import_header', 1),
207(188, 'imports_phasecoursecrosswalk', 1),207(188, 'imports_phasecoursecrosswalk', 1),
208(189, 'imports_phasesessioncrosswalk', 1),208(189, 'imports_phasesessioncrosswalk', 1),
209(190, 'lottery_learner_stage_exclusion', 1),209(190, 'lottery_learner_stage_exclusion', 1),
210(191, 'documentrequests_documentrequest', 1),210(191, 'documentrequests_documentrequest', 1),
211(192, 'documentrequests_documentrequestresponse', 1),211(192, 'documentrequests_documentrequestresponse', 1),
212(193, 'yellowfin', 1),212(193, 'yellowfin', 1),
213(194, 'course-enrolment-booking-transformation', 1),213(194, 'course-enrolment-booking-transformation', 1),
214(195, 'portfolios_portfolio', 1),214(195, 'portfolios_portfolio', 1),
215(196, 'portfolios_task', 1),215(196, 'portfolios_task', 1),
216(197, 'portfolios_task_submission', 1),216(197, 'portfolios_task_submission', 1),
217(198, 'portfolios_comment', 1),217(198, 'portfolios_comment', 1),
218(199, 'portfolios_task_form', 1);218(199, 'portfolios_task_form', 1);
219219
220-- --------------------------------------------------------220-- --------------------------------------------------------
221221
222--222--
223-- Table structure for table `acl_permissions`223-- Table structure for table `acl_permissions`
224--224--
225225
226CREATE TABLE `acl_permissions` (226CREATE TABLE `acl_permissions` (
227  `permission_id` int(12) NOT NULL,227  `permission_id` int(12) NOT NULL,
228  `resource_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL,228  `resource_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL,
229  `resource_value` int(12) DEFAULT NULL,229  `resource_value` int(12) DEFAULT NULL,
230  `entity_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL,230  `entity_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL,
231  `entity_value` varchar(64) CHARACTER SET utf8 DEFAULT NULL,231  `entity_value` varchar(64) CHARACTER SET utf8 DEFAULT NULL,
232  `app_id` int(12) DEFAULT NULL,232  `app_id` int(12) DEFAULT NULL,
233  `create` tinyint(1) DEFAULT NULL,233  `create` tinyint(1) DEFAULT NULL,
234  `read` tinyint(1) DEFAULT NULL,234  `read` tinyint(1) DEFAULT NULL,
235  `update` tinyint(1) DEFAULT NULL,235  `update` tinyint(1) DEFAULT NULL,
236  `delete` tinyint(1) DEFAULT NULL,236  `delete` tinyint(1) DEFAULT NULL,
237  `assertion` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,237  `assertion` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
238  `active_from` bigint(20) DEFAULT NULL,238  `active_from` bigint(20) DEFAULT NULL,
239  `active_until` bigint(20) DEFAULT NULL,239  `active_until` bigint(20) DEFAULT NULL,
240  `managed` tinyint(4) DEFAULT NULL,240  `managed` tinyint(4) DEFAULT NULL,
241  `context` text COLLATE utf8_unicode_ci241  `context` text COLLATE utf8_unicode_ci
242) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;242) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
243243
244--244--
245-- Dumping data for table `acl_permissions`245-- Dumping data for table `acl_permissions`
246--246--
247247
248INSERT INTO `acl_permissions` (`permission_id`, `resource_type`, `resource_value`, `entity_type`, `entity_value`, `app_id`, `create`, `read`, `update`, `delete`, `assertion`, `active_from`, `active_until`, `managed`, `context`) VALUES248INSERT INTO `acl_permissions` (`permission_id`, `resource_type`, `resource_value`, `entity_type`, `entity_value`, `app_id`, `create`, `read`, `update`, `delete`, `assertion`, `active_from`, `active_until`, `managed`, `context`) VALUES
249(1, 'community', NULL, NULL, NULL, 1, 1, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),249(1, 'community', NULL, NULL, NULL, 1, 1, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
250(2, 'course', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotCourseEnrollment', NULL, NULL, NULL, NULL),250(2, 'course', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotCourseEnrollment', NULL, NULL, NULL, NULL),
251(3, 'course', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),251(3, 'course', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),
252(4, 'dashboard', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),252(4, 'dashboard', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
253(5, 'discussion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),253(5, 'discussion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
254(6, 'library', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),254(6, 'library', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
255(7, 'people', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),255(7, 'people', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
256(8, 'podcast', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),256(8, 'podcast', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
257(9, 'profile', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),257(9, 'profile', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
258(10, 'search', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),258(10, 'search', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
259(11, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),259(11, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),
260(12, 'resourceorganisation', 1, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),260(12, 'resourceorganisation', 1, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
261(13, 'coursecontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),261(13, 'coursecontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
262(14, 'evaluation', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),262(14, 'evaluation', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
263(15, 'evaluationform', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),263(15, 'evaluationform', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
264(16, 'evaluationformquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),264(16, 'evaluationformquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
265(17, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),265(17, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
266(18, 'event', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, 1, 'EventOwner', NULL, NULL, NULL, NULL),266(18, 'event', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, 1, 'EventOwner', NULL, NULL, NULL, NULL),
267(19, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'EventEnrollment&NotGuest', NULL, NULL, NULL, NULL),267(19, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'EventEnrollment&NotGuest', NULL, NULL, NULL, NULL),
268(20, 'event', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotEventEnrollment', NULL, NULL, NULL, NULL),268(20, 'event', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotEventEnrollment', NULL, NULL, NULL, NULL),
269(21, 'eventcontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),269(21, 'eventcontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),
270(22, 'coursecontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),270(22, 'coursecontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
271(23, 'coursecontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),271(23, 'coursecontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
272(24, 'eventcontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),272(24, 'eventcontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),
273(25, 'eventcontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),273(25, 'eventcontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),
274(26, 'eventcontent', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),274(26, 'eventcontent', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL),
275(27, NULL, NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),275(27, NULL, NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
276(28, 'notice', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),276(28, 'notice', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
277(29, 'notice', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),277(29, 'notice', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
278(30, 'notice', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),278(30, 'notice', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
279(31, 'notice', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),279(31, 'notice', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
280(32, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:director', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),280(32, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:director', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
281(33, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),281(33, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
282(34, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),282(34, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
283(35, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:pcoordinator', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),283(35, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:pcoordinator', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
284(36, 'resourceorganisation', NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),284(36, 'resourceorganisation', NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),
285(38, 'poll', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),285(38, 'poll', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
286(39, 'quiz', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),286(39, 'quiz', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
287(40, 'firstlogin', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),287(40, 'firstlogin', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
288(41, 'community', NULL, NULL, NULL, 1, NULL, NULL, 1, 1, 'CommunityOwner', NULL, NULL, NULL, NULL),288(41, 'community', NULL, NULL, NULL, 1, NULL, NULL, 1, 1, 'CommunityOwner', NULL, NULL, NULL, NULL),
289(42, 'quiz', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),289(42, 'quiz', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
290(43, 'quiz', NULL, 'group:role', 'faculty:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),290(43, 'quiz', NULL, 'group:role', 'faculty:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
291(44, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),291(44, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
292(45, 'quiz', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),292(45, 'quiz', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
293(46, 'quiz', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),293(46, 'quiz', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL),
294(47, NULL, NULL, 'group:role', 'guest:communityinvite', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),294(47, NULL, NULL, 'group:role', 'guest:communityinvite', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
295(48, 'clerkship', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Clerkship', NULL, NULL, NULL, NULL),295(48, 'clerkship', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Clerkship', NULL, NULL, NULL, NULL),
296(49, 'clerkship', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),296(49, 'clerkship', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
297(50, 'clerkship', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),297(50, 'clerkship', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
298(51, NULL, NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),298(51, NULL, NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
299(52, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),299(52, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
300(53, 'clerkship', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),300(53, 'clerkship', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
301(54, 'clerkship', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),301(54, 'clerkship', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
302(55, 'quiz', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),302(55, 'quiz', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
303(56, 'quiz', NULL, 'group', 'faculty', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),303(56, 'quiz', NULL, 'group', 'faculty', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
304(57, 'quiz', NULL, 'group', 'staff', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),304(57, 'quiz', NULL, 'group', 'staff', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
305(58, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),305(58, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
306(59, 'photo', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'Photo', NULL, NULL, NULL, NULL),306(59, 'photo', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'Photo', NULL, NULL, NULL, NULL),
307(60, 'photo', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),307(60, 'photo', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
308(61, 'photo', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),308(61, 'photo', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
309(62, 'clerkshipschedules', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),309(62, 'clerkshipschedules', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
310(63, 'clerkshipschedules', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),310(63, 'clerkshipschedules', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
311(64, 'reportindex', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),311(64, 'reportindex', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
312(65, 'report', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),312(65, 'report', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
313(66, 'assistant_support', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),313(66, 'assistant_support', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
314(67, 'assistant_support', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),314(67, 'assistant_support', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
315(68, 'assistant_support', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),315(68, 'assistant_support', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
316(69, 'assistant_support', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),316(69, 'assistant_support', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
317(70, 'assistant_support', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),317(70, 'assistant_support', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
318(71, 'assistant_support', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),318(71, 'assistant_support', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
319(75, 'logbook', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),319(75, 'logbook', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
320(76, 'annualreport', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),320(76, 'annualreport', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
321(77, 'gradebook', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'GradebookOwner', NULL, NULL, NULL, NULL),321(77, 'gradebook', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'GradebookOwner', NULL, NULL, NULL, NULL),
322(78, 'gradebook', NULL, 'group:role', 'faculty:admin', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL),322(78, 'gradebook', NULL, 'group:role', 'faculty:admin', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL),
323(79, 'gradebook', NULL, 'group:role', 'faculty:director', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL),323(79, 'gradebook', NULL, 'group:role', 'faculty:director', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL),
324(80, 'dashboard', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'NotGuest', NULL, NULL, NULL, NULL),324(80, 'dashboard', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
325(81, 'regionaled', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),325(81, 'regionaled', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),
326(82, 'regionaled', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),326(82, 'regionaled', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),
327(83, 'regionaled_tab', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),327(83, 'regionaled_tab', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL),
328(84, 'awards', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),328(84, 'awards', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
329(85, 'mspr', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),329(85, 'mspr', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
330(86, 'mspr', NULL, 'group', 'student', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),330(86, 'mspr', NULL, 'group', 'student', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
331(87, 'user', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),331(87, 'user', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
332(88, 'incident', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),332(88, 'incident', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
333(89, 'task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),333(89, 'task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
334(90, 'task', NULL, 'group:role', 'faculty:director', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL),334(90, 'task', NULL, 'group:role', 'faculty:director', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL),
335(91, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskRecipient', NULL, NULL, NULL, NULL),335(91, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskRecipient', NULL, NULL, NULL, NULL),
336(92, 'task', NULL, 'role', 'pcoordinator', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL),336(92, 'task', NULL, 'role', 'pcoordinator', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL),
337(93, 'task', NULL, 'group:role', 'faculty:director', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),337(93, 'task', NULL, 'group:role', 'faculty:director', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
338(94, 'task', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),338(94, 'task', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
339(95, 'taskverification', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL),339(95, 'taskverification', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL),
340(96, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL),340(96, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL),
341(97, 'tasktab', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ShowTaskTab', NULL, NULL, NULL, NULL),341(97, 'tasktab', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ShowTaskTab', NULL, NULL, NULL, NULL),
342(98, 'mydepartment', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, 'DepartmentHead', NULL, NULL, NULL, NULL),342(98, 'mydepartment', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, 'DepartmentHead', NULL, NULL, NULL, NULL),
343(99, 'myowndepartment', NULL, 'user', '1', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),343(99, 'myowndepartment', NULL, 'user', '1', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
344(100, 'annualreportadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),344(100, 'annualreportadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
345(101, 'gradebook', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),345(101, 'gradebook', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
346(102, 'metadata', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),346(102, 'metadata', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
347(103, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'IsEvaluated', NULL, NULL, NULL, NULL),347(103, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'IsEvaluated', NULL, NULL, NULL, NULL),
348(104, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'EvaluationReviewer', NULL, NULL, NULL, NULL),348(104, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'EvaluationReviewer', NULL, NULL, NULL, NULL),
349(105, 'evaluationform', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'EvaluationFormAuthor&ResourceOrganisation', NULL, NULL, NULL, NULL),349(105, 'evaluationform', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'EvaluationFormAuthor&ResourceOrganisation', NULL, NULL, NULL, NULL),
350(106, 'evaluationquestion', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'ResourceOrganisation', NULL, NULL, NULL, NULL),350(106, 'evaluationquestion', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
351(107, 'evaluationquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),351(107, 'evaluationquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
352(110, 'coursecontent', NULL, 'group:role', 'staff:admin', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL),352(110, 'coursecontent', NULL, 'group:role', 'staff:admin', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL),
353(111, 'coursecontent', NULL, 'group', 'faculty', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL),353(111, 'coursecontent', NULL, 'group', 'faculty', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL),
354(112, 'gradebook', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL),354(112, 'gradebook', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL),
355(113, 'gradebook', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL),355(113, 'gradebook', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL),
356(114, 'assignment', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL),356(114, 'assignment', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL),
357(115, 'assessment', NULL, 'group', 'faculty', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL),357(115, 'assessment', NULL, 'group', 'faculty', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL),
358(116, 'assignment', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL),358(116, 'assignment', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL),
359(117, 'assessment', NULL, 'group:role', 'staff:admin', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL),359(117, 'assessment', NULL, 'group:role', 'staff:admin', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL),
360(131, 'masquerade', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),360(131, 'masquerade', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
361(133, 'observerships', NULL, 'role', 'student', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),361(133, 'observerships', NULL, 'role', 'student', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
362(134, 'observerships', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),362(134, 'observerships', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
363(135, 'observerships', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),363(135, 'observerships', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
364(136, 'poll', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),364(136, 'poll', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
365(137, 'poll', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),365(137, 'poll', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
366(138, 'assessmentcomponent', NULL, 'role', 'admin', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),366(138, 'assessmentcomponent', NULL, 'role', 'admin', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),
367(139, 'assessmentcomponent', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),367(139, 'assessmentcomponent', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),
368(140, 'assessments', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),368(140, 'assessments', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
369(141, 'assessments', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),369(141, 'assessments', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
370(142, 'assessor', NULL, NULL, NULL, 1, 1, 1, 1, NULL, 'Assessor', NULL, NULL, NULL, NULL),370(142, 'assessor', NULL, NULL, NULL, 1, 1, 1, 1, NULL, 'Assessor', NULL, NULL, NULL, NULL),
371(143, 'assessmentprogress', NULL, NULL, NULL, 1, 1, 1, 1, 1, 'AssessmentProgress', NULL, NULL, NULL, NULL),371(143, 'assessmentprogress', NULL, NULL, NULL, 1, 1, 1, 1, 1, 'AssessmentProgress', NULL, NULL, NULL, NULL),
372(144, 'assessmentresult', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'AssessmentResult', NULL, NULL, NULL, NULL),372(144, 'assessmentresult', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'AssessmentResult', NULL, NULL, NULL, NULL),
373(145, 'academicadvisor', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL),373(145, 'academicadvisor', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL),
374(146, 'academicadvisor', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL),374(146, 'academicadvisor', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL),
375(147, 'gradebook', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'GradebookTA', NULL, NULL, NULL, NULL),375(147, 'gradebook', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'GradebookTA', NULL, NULL, NULL, NULL),
376(148, 'exam', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),376(148, 'exam', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),
377(149, 'exam', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),377(149, 'exam', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),
378(150, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),378(150, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),
379(151, 'exam', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),379(151, 'exam', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
380(152, 'exam', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),380(152, 'exam', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
381(153, 'exam', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),381(153, 'exam', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
382(154, 'exam', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),382(154, 'exam', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
383(155, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),383(155, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
384(156, 'exam', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),384(156, 'exam', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
385(157, 'exam', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),385(157, 'exam', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
386(158, 'exam', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),386(158, 'exam', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL),
387(159, 'examdashboard', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),387(159, 'examdashboard', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
388(160, 'examdashboard', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),388(160, 'examdashboard', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
389(161, 'examfolder', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),389(161, 'examfolder', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),
390(162, 'examfolder', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),390(162, 'examfolder', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
391(163, 'examfolder', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),391(163, 'examfolder', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),
392(164, 'examfolder', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),392(164, 'examfolder', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),
393(165, 'examfolder', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),393(165, 'examfolder', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL),
394(166, 'examfolder', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),394(166, 'examfolder', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
395(167, 'examfolder', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),395(167, 'examfolder', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
396(168, 'examgradefnb', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),396(168, 'examgradefnb', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
397(169, 'examgradefnb', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),397(169, 'examgradefnb', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
398(170, 'examgradefnb', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),398(170, 'examgradefnb', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
399(171, 'examquestion', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),399(171, 'examquestion', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
400(172, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),400(172, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),
401(173, 'examquestion', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),401(173, 'examquestion', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),
402(174, 'examquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),402(174, 'examquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
403(175, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),403(175, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
404(176, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),404(176, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
405(177, 'examquestion', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),405(177, 'examquestion', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
406(178, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),406(178, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),
407(179, 'examquestion', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),407(179, 'examquestion', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
408(180, 'examquestion', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),408(180, 'examquestion', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL),
409(181, 'examquestion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),409(181, 'examquestion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
410(182, 'examquestion', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),410(182, 'examquestion', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
411(183, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),411(183, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),
412(184, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),412(184, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),
413(185, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),413(185, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),
414(186, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),414(186, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL),
415(187, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),415(187, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
416(188, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),416(188, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
417(189, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),417(189, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
418(190, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),418(190, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
419(191, 'examquestiongroupindex', NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),419(191, 'examquestiongroupindex', NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
420(192, 'examquestiongroupindex', NULL, 'role', 'admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),420(192, 'examquestiongroupindex', NULL, 'role', 'admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
421(193, 'secure', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),421(193, 'secure', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
422(194, 'assessments', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),422(194, 'assessments', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
423(195, 'assessments', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),423(195, 'assessments', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
424(196, 'assessments', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),424(196, 'assessments', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
425(197, 'assessments', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),425(197, 'assessments', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
426(200, 'disclaimers', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),426(200, 'disclaimers', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
427(201, 'disclaimers', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),427(201, 'disclaimers', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
428(202, 'disclaimer_audience', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),428(202, 'disclaimer_audience', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
429(203, 'disclaimer_audience', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),429(203, 'disclaimer_audience', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
430(204, 'disclaimer_audience_users', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),430(204, 'disclaimer_audience_users', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
431(205, 'disclaimer_audience_users', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),431(205, 'disclaimer_audience_users', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL),
432(206, 'unitcontent', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),432(206, 'unitcontent', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
433(207, 'unitcontent', NULL, 'group', 'staff', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL),433(207, 'unitcontent', NULL, 'group', 'staff', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL),
434(208, 'unitcontent', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),434(208, 'unitcontent', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
435(209, 'unitcontent', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),435(209, 'unitcontent', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
436(210, 'unitcontent', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),436(210, 'unitcontent', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
437(211, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL),437(211, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL),
438(212, 'unitcontent', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),438(212, 'unitcontent', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
439(213, 'unitcontent', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),439(213, 'unitcontent', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
440(214, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),440(214, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
441(215, 'unitcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),441(215, 'unitcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
442(216, 'weekcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),442(216, 'weekcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
443(217, 'metadata', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),443(217, 'metadata', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
444(218, 'curriculum', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),444(218, 'curriculum', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
445(219, 'objective', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),445(219, 'objective', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
446(220, 'objectivehistory', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),446(220, 'objectivehistory', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
447(221, 'objectivedetails', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),447(221, 'objectivedetails', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
448(222, 'objectivenotes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),448(222, 'objectivenotes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
449(223, 'objectiveattributes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),449(223, 'objectiveattributes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
450(224, 'curriculum', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),450(224, 'curriculum', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
451(225, 'objective', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),451(225, 'objective', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
452(226, 'objectivehistory', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),452(226, 'objectivehistory', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
453(227, 'objectivedetails', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),453(227, 'objectivedetails', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
454(228, 'objectivenotes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),454(228, 'objectivenotes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
455(229, 'objectiveattributes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),455(229, 'objectiveattributes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
456(230, 'curriculum', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),456(230, 'curriculum', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
457(231, 'objective', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),457(231, 'objective', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
458(232, 'objectivedetails', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),458(232, 'objectivedetails', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
459(233, 'objectiveattributes', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),459(233, 'objectiveattributes', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
460(234, 'objectivehistory', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),460(234, 'objectivehistory', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
461(235, 'objectivenotes', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),461(235, 'objectivenotes', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
462(236, 'curriculum', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),462(236, 'curriculum', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
463(237, 'objective', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),463(237, 'objective', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
464(238, 'objectivedetails', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),464(238, 'objectivedetails', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
465(239, 'objectiveattributes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),465(239, 'objectiveattributes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
466(240, 'objectivehistory', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),466(240, 'objectivehistory', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
467(241, 'objectivenotes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),467(241, 'objectivenotes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
468(242, 'curriculum', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),468(242, 'curriculum', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
469(243, 'objective', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),469(243, 'objective', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
470(244, 'objectivedetails', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),470(244, 'objectivedetails', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
471(245, 'objectiveattributes', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),471(245, 'objectiveattributes', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
472(246, 'objectivehistory', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),472(246, 'objectivehistory', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
473(247, 'objectivenotes', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),473(247, 'objectivenotes', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
474(248, 'curriculum', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),474(248, 'curriculum', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
475(249, 'objective', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),475(249, 'objective', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
476(250, 'objectivedetails', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),476(250, 'objectivedetails', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
477(251, 'objectiveattributes', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),477(251, 'objectiveattributes', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
478(252, 'objectivehistory', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),478(252, 'objectivehistory', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
479(253, 'objectivenotes', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),479(253, 'objectivenotes', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
480(254, 'curriculum', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),480(254, 'curriculum', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
481(255, 'objective', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),481(255, 'objective', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
482(256, 'objectivedetails', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),482(256, 'objectivedetails', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
483(257, 'objectiveattributes', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),483(257, 'objectiveattributes', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
484(258, 'objectivehistory', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),484(258, 'objectivehistory', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
485(259, 'objectivenotes', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),485(259, 'objectivenotes', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
486(262, 'objectivedetails', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),486(262, 'objectivedetails', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
487(263, 'objectiveattributes', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),487(263, 'objectiveattributes', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
488(264, 'objectivehistory', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),488(264, 'objectivehistory', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
489(265, 'objectivenotes', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),489(265, 'objectivenotes', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
490(266, 'curriculum', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),490(266, 'curriculum', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
491(267, 'objective', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),491(267, 'objective', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
492(268, 'objectivehistory', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),492(268, 'objectivehistory', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
493(269, 'objectivedetails', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),493(269, 'objectivedetails', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
494(270, 'objectivenotes', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),494(270, 'objectivenotes', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
495(271, 'objectiveattributes', NULL, 'group:role', 'staff:translator', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),495(271, 'objectiveattributes', NULL, 'group:role', 'staff:translator', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
496(272, 'competencycommittee', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),496(272, 'competencycommittee', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),
497(273, 'competencycommittee', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),497(273, 'competencycommittee', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),
498(274, 'competencycommittee', NULL, 'group:role', 'staff:admin', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),498(274, 'competencycommittee', NULL, 'group:role', 'staff:admin', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL),
499(275, 'cbmemeeting', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CBMEMeeting', NULL, NULL, NULL, NULL),499(275, 'cbmemeeting', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CBMEMeeting', NULL, NULL, NULL, NULL),
500(276, 'course', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),500(276, 'course', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL),
501(277, 'studentadmin', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),501(277, 'studentadmin', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),
502(278, 'examdashboard', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),502(278, 'examdashboard', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),
503(279, 'examfolder', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),503(279, 'examfolder', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),
504(280, 'examfolder', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'ExamFolderOwner&StudentAdmin', NULL, NULL, NULL, NULL),504(280, 'examfolder', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'ExamFolderOwner&StudentAdmin', NULL, NULL, NULL, NULL),
505(281, 'examquestionindex', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),505(281, 'examquestionindex', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
506(282, 'examquestionindex', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),506(282, 'examquestionindex', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
507(283, 'examquestionindex', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),507(283, 'examquestionindex', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),
508(284, 'examquestion', NULL, 'group', 'student', 1, 1, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),508(284, 'examquestion', NULL, 'group', 'student', 1, 1, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL),
509(285, 'examquestion', NULL, 'group', 'student', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner&StudentAdmin', NULL, NULL, NULL, NULL),509(285, 'examquestion', NULL, 'group', 'student', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner&StudentAdmin', NULL, NULL, NULL, NULL),
510(286, 'notice', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),510(286, 'notice', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
511(287, 'lor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),511(287, 'lor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
512(288, 'lor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),512(288, 'lor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
513(289, 'rotationschedule', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL),513(289, 'rotationschedule', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL),
514(290, 'rotationschedule', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL),514(290, 'rotationschedule', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL),
515(291, 'assessments', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),515(291, 'assessments', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
516(292, 'assessmentcomponent', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),516(292, 'assessmentcomponent', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL),
517(293, 'portfolio-advisor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),517(293, 'portfolio-advisor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
518(294, 'portfolio-advisor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),518(294, 'portfolio-advisor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
519(295, 'portfolio-advisor', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),519(295, 'portfolio-advisor', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
520(296, 'portfolio-advisor', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),520(296, 'portfolio-advisor', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
521(297, 'portfolio-advisor', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),521(297, 'portfolio-advisor', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
522(298, 'portfolio-advisor', NULL, 'group', 'faculty', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),522(298, 'portfolio-advisor', NULL, 'group', 'faculty', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
523(299, 'portfolio-artifact', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),523(299, 'portfolio-artifact', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
524(300, 'portfolio-artifact', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),524(300, 'portfolio-artifact', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
525(301, 'portfolio-artifact', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),525(301, 'portfolio-artifact', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
526(302, 'portfolio-artifact', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),526(302, 'portfolio-artifact', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
527(303, 'portfolio-artifact', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),527(303, 'portfolio-artifact', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
528(304, 'portfolio-artifact', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),528(304, 'portfolio-artifact', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
529(305, 'portfolio-comment', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),529(305, 'portfolio-comment', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
530(306, 'portfolio-comment', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),530(306, 'portfolio-comment', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
531(307, 'portfolio-comment', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),531(307, 'portfolio-comment', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
532(308, 'portfolio-comment', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),532(308, 'portfolio-comment', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
533(309, 'portfolio-comment', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),533(309, 'portfolio-comment', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
534(310, 'portfolio-comment', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),534(310, 'portfolio-comment', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
535(311, 'portfolio-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),535(311, 'portfolio-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
536(312, 'portfolio-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),536(312, 'portfolio-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
537(313, 'portfolio-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),537(313, 'portfolio-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
538(314, 'portfolio-entry', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),538(314, 'portfolio-entry', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
539(315, 'portfolio-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),539(315, 'portfolio-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
540(316, 'portfolio-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),540(316, 'portfolio-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
541(317, 'portfolio-folder', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),541(317, 'portfolio-folder', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
542(318, 'portfolio-folder', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),542(318, 'portfolio-folder', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
543(319, 'portfolio-folder', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),543(319, 'portfolio-folder', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
544(320, 'portfolio-folder', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),544(320, 'portfolio-folder', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
545(321, 'portfolio-folder', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),545(321, 'portfolio-folder', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
546(322, 'portfolio-folder', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),546(322, 'portfolio-folder', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
547(323, 'portfolio-objective', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),547(323, 'portfolio-objective', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
548(324, 'portfolio-objective', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),548(324, 'portfolio-objective', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
549(325, 'portfolio-objective', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),549(325, 'portfolio-objective', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
550(326, 'portfolio-objective', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),550(326, 'portfolio-objective', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
551(327, 'portfolio-objective', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),551(327, 'portfolio-objective', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
552(328, 'portfolio-objective', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),552(328, 'portfolio-objective', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
553(329, 'portfolio-portfolio', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),553(329, 'portfolio-portfolio', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
554(330, 'portfolio-portfolio', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),554(330, 'portfolio-portfolio', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
555(331, 'portfolio-portfolio', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),555(331, 'portfolio-portfolio', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
556(332, 'portfolio-portfolio', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),556(332, 'portfolio-portfolio', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
557(333, 'portfolio-portfolio', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),557(333, 'portfolio-portfolio', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
558(334, 'portfolio-portfolio', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),558(334, 'portfolio-portfolio', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
559(335, 'portfolio-student', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),559(335, 'portfolio-student', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
560(336, 'portfolio-student', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),560(336, 'portfolio-student', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
561(337, 'portfolio-student', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),561(337, 'portfolio-student', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
562(338, 'portfolio-student', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),562(338, 'portfolio-student', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
563(339, 'portfolio-student', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),563(339, 'portfolio-student', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
564(340, 'portfolio-student', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),564(340, 'portfolio-student', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
565(341, 'logbook-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),565(341, 'logbook-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
566(342, 'logbook-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),566(342, 'logbook-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
567(343, 'logbook-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),567(343, 'logbook-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
568(344, 'logbook-entry', NULL, 'group', 'resident', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),568(344, 'logbook-entry', NULL, 'group', 'resident', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
569(345, 'logbook-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),569(345, 'logbook-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
570(346, 'logbook-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),570(346, 'logbook-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
571(347, 'objective', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),571(347, 'objective', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
572(348, 'curriculum', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),572(348, 'curriculum', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
573(350, 'objective', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),573(350, 'objective', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
574(351, 'curriculum', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),574(351, 'curriculum', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
575(352, 'aclmanager', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),575(352, 'aclmanager', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
576(353, 'aclmanagerconfig', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),576(353, 'aclmanagerconfig', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
577(354, 'aclmanagerconfig', NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),577(354, 'aclmanagerconfig', NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
578(355, 'case', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),578(355, 'case', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
579(356, 'case', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CaseContact', NULL, NULL, NULL, NULL),579(356, 'case', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CaseContact', NULL, NULL, NULL, NULL),
580(357, 'case', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CaseEnrollment', NULL, NULL, NULL, NULL),580(357, 'case', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CaseEnrollment', NULL, NULL, NULL, NULL),
581(358, 'lotteries', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),581(358, 'lotteries', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),
582(359, 'lottery_stages', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),582(359, 'lottery_stages', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),
583(360, 'lottery_stage_phases', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),583(360, 'lottery_stage_phases', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),
584(361, 'lottery_rotation_options', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),584(361, 'lottery_rotation_options', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL),
585(362, 'lottery_learner_rankings', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),585(362, 'lottery_learner_rankings', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
586(363, 'lotteries', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAudience', NULL, NULL, NULL, NULL),586(363, 'lotteries', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAudience', NULL, NULL, NULL, NULL),
587(364, 'lottery_stages', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),587(364, 'lottery_stages', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
588(365, 'lottery_rotation_options', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),588(365, 'lottery_rotation_options', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
589(366, 'lottery_learner_rankings', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),589(366, 'lottery_learner_rankings', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
590(367, 'lottery_schedules', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),590(367, 'lottery_schedules', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
591(368, 'lottery_schedule_variations', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),591(368, 'lottery_schedule_variations', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
592(369, 'lottery_job_submissions', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),592(369, 'lottery_job_submissions', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
593(370, 'lotteries', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAuthor', NULL, NULL, NULL, NULL),593(370, 'lotteries', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAuthor', NULL, NULL, NULL, NULL),
594(371, 'lottery_stages', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),594(371, 'lottery_stages', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
595(372, 'lottery_stage_phases', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),595(372, 'lottery_stage_phases', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
596(373, 'lottery_rotation_options', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),596(373, 'lottery_rotation_options', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
597(374, 'lottery_learner_rankings', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),597(374, 'lottery_learner_rankings', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
598(375, 'lottery_schedules', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),598(375, 'lottery_schedules', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
599(376, 'lottery_schedule_variations', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),599(376, 'lottery_schedule_variations', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
600(377, 'lottery_job_submissions', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),600(377, 'lottery_job_submissions', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
601(378, 'annualreportadmin', NULL, 'group:role', 'staff:admin', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),601(378, 'annualreportadmin', NULL, 'group:role', 'staff:admin', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
602(379, 'rotationschedule', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'StudentAdmin&RotationScheduleOwner', NULL, NULL, NULL, NULL),602(379, 'rotationschedule', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'StudentAdmin&RotationScheduleOwner', NULL, NULL, NULL, NULL),
603(380, 'rotationschedulestudent', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'RotationScheduleAuth', NULL, NULL, NULL, NULL),603(380, 'rotationschedulestudent', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'RotationScheduleAuth', NULL, NULL, NULL, NULL),
604(381, 'secure', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),604(381, 'secure', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
605(382, 'rotationschedule', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),605(382, 'rotationschedule', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
606(383, 'sandboxes', NULL, 'group:role', 'staff:staff', NULL, 1, 1, 1, 1, 'Entrada\\Modules\\Sandboxes\\Acl\\Assertions\\SandboxOwner', NULL, NULL, NULL, NULL),606(383, 'sandboxes', NULL, 'group:role', 'staff:staff', NULL, 1, 1, 1, 1, 'Entrada\\Modules\\Sandboxes\\Acl\\Assertions\\SandboxOwner', NULL, NULL, NULL, NULL),
607(384, 'absence', NULL, 'group', 'student', 1, NULL, 1, NULL, 0, '', NULL, NULL, NULL, NULL),607(384, 'absence', NULL, 'group', 'student', 1, NULL, 1, NULL, 0, '', NULL, NULL, NULL, NULL),
608(385, 'absencedetail', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'AbsenceDetailOwner', NULL, NULL, NULL, NULL),608(385, 'absencedetail', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'AbsenceDetailOwner', NULL, NULL, NULL, NULL),
609(386, 'absencedetail', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),609(386, 'absencedetail', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
610(387, 'absencedetail', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),610(387, 'absencedetail', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
611(388, 'absenceapproval', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL),611(388, 'absenceapproval', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL),
612(389, 'absenceapproval', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL),612(389, 'absenceapproval', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL),
613(390, 'absence', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),613(390, 'absence', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
614(391, 'absence', NULL, 'group', 'staff', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),614(391, 'absence', NULL, 'group', 'staff', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
615(392, 'absenceapproval', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),615(392, 'absenceapproval', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
616(393, 'absencepool', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),616(393, 'absencepool', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
617(394, 'absencereason', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),617(394, 'absencereason', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
618(395, 'tbl', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),618(395, 'tbl', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
619(396, 'tbl', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),619(396, 'tbl', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
620(397, 'notice', NULL, NULL, NULL, 1, NULL, 1, 1, 1, 'NoticeOwner', NULL, NULL, NULL, NULL),620(397, 'notice', NULL, NULL, NULL, 1, NULL, 1, 1, 1, 'NoticeOwner', NULL, NULL, NULL, NULL),
621(398, 'assessments-expiry', NULL, 'organisation:group:role', '1:staff:pcoordinator', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),621(398, 'assessments-expiry', NULL, 'organisation:group:role', '1:staff:pcoordinator', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
622(399, 'assessments-expiry', NULL, 'organisation:group:role', '1:faculty:director', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),622(399, 'assessments-expiry', NULL, 'organisation:group:role', '1:faculty:director', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
623(400, 'notice', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),623(400, 'notice', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
624(401, 'learnercalendar', NULL, 'group', 'medtech', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),624(401, 'learnercalendar', NULL, 'group', 'medtech', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
625(402, 'group', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),625(402, 'group', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
626(403, 'assessments-expiry', NULL, 'organisation:group:role', '1:medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),626(403, 'assessments-expiry', NULL, 'organisation:group:role', '1:medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
627(404, 'location', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),627(404, 'location', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
628(405, 'location', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),628(405, 'location', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
629(406, 'evaluationadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),629(406, 'evaluationadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
630(407, 'locale_configuration', NULL, 'role', 'admin', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),630(407, 'locale_configuration', NULL, 'role', 'admin', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL),
631(408, 'locale_configuration', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),631(408, 'locale_configuration', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
632(409, 'event', NULL, 'group:role', 'faculty:director', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),632(409, 'event', NULL, 'group:role', 'faculty:director', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL),
633(410, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, 'CourseOwner', NULL, NULL, NULL, NULL),633(410, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, 'CourseOwner', NULL, NULL, NULL, NULL),
634(411, 'lottery_learner_block_swap', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),634(411, 'lottery_learner_block_swap', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
635(412, 'imports_import_header', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),635(412, 'imports_import_header', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
636(413, 'imports_phasecoursecrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),636(413, 'imports_phasecoursecrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
637(414, 'imports_phasesessioncrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),637(414, 'imports_phasesessioncrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
638(415, 'lottery_learner_stage_exclusion', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),638(415, 'lottery_learner_stage_exclusion', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
639(417, 'documentrequests_documentrequest', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),639(417, 'documentrequests_documentrequest', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
640(418, 'documentrequests_documentrequest', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),640(418, 'documentrequests_documentrequest', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
641(419, 'documentrequests_documentrequest', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),641(419, 'documentrequests_documentrequest', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
642(420, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),642(420, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
643(421, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),643(421, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
644(422, 'documentrequests_documentrequestresponse', NULL, 'group', 'student', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),644(422, 'documentrequests_documentrequestresponse', NULL, 'group', 'student', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
645(423, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),645(423, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
646(424, 'course-enrolment-booking-transformation', NULL, 'group:role', 'medtech:admin', NULL, 1, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),646(424, 'course-enrolment-booking-transformation', NULL, 'group:role', 'medtech:admin', NULL, 1, 0, 0, 0, NULL, NULL, NULL, NULL, NULL),
647(425, 'yellowfin', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),647(425, 'yellowfin', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
648(426, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),648(426, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
649(427, 'portfolios_portfolio', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),649(427, 'portfolios_portfolio', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
650(428, 'portfolios_task', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),650(428, 'portfolios_task', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
651(429, 'portfolios_task_submission', NULL, 'group:role', 'medtech:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),651(429, 'portfolios_task_submission', NULL, 'group:role', 'medtech:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
652(430, 'portfolios_comment', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),652(430, 'portfolios_comment', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
653(431, 'portfolios_portfolio', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),653(431, 'portfolios_portfolio', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
654(432, 'portfolios_task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),654(432, 'portfolios_task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
655(433, 'portfolios_task_submission', NULL, 'group:role', 'staff:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),655(433, 'portfolios_task_submission', NULL, 'group:role', 'staff:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
656(434, 'portfolios_comment', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),656(434, 'portfolios_comment', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
657(435, 'portfolios_portfolio', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),657(435, 'portfolios_portfolio', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
658(436, 'portfolios_task', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),658(436, 'portfolios_task', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
659(437, 'portfolios_task_submission', NULL, 'group', 'student', 1, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL),659(437, 'portfolios_task_submission', NULL, 'group', 'student', 1, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL),
660(438, 'portfolios_comment', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),660(438, 'portfolios_comment', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
661(439, 'portfolios_portfolio', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),661(439, 'portfolios_portfolio', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
662(440, 'portfolios_task', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),662(440, 'portfolios_task', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
663(441, 'portfolios_task_submission', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),663(441, 'portfolios_task_submission', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
664(442, 'portfolios_comment', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),664(442, 'portfolios_comment', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
665(443, 'portfolios_portfolio', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),665(443, 'portfolios_portfolio', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
666(444, 'portfolios_task', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),666(444, 'portfolios_task', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
667(445, 'portfolios_task_submission', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),667(445, 'portfolios_task_submission', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
668(446, 'portfolios_comment', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),668(446, 'portfolios_comment', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
669(447, 'portfolios_portfolio', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),669(447, 'portfolios_portfolio', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
670(448, 'portfolios_task', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),670(448, 'portfolios_task', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
671(449, 'portfolios_task_submission', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),671(449, 'portfolios_task_submission', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
672(450, 'portfolios_comment', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),672(450, 'portfolios_comment', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
673(451, 'portfolios_task_form', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),673(451, 'portfolios_task_form', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
674(452, 'portfolios_task_form', NULL, 'group:role', 'staff:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),674(452, 'portfolios_task_form', NULL, 'group:role', 'staff:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
675(453, 'portfolios_task_form', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),675(453, 'portfolios_task_form', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
676(454, 'portfolios_task_form', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),676(454, 'portfolios_task_form', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
677(455, 'portfolios_task_form', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),677(455, 'portfolios_task_form', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL),
678(456, 'portfolios_task_form', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),678(456, 'portfolios_task_form', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL),
679(457, 'course', NULL, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),679(457, 'course', NULL, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL),
680(458, 'resourceorganisation', 2, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),680(458, 'resourceorganisation', 2, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL),
681(459, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:director', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),681(459, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:director', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
682(460, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:admin', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),682(460, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:admin', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
683(461, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:pcoordinator', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),683(461, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:pcoordinator', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
684(462, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),684(462, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
685(463, 'cbme', NULL, 'organisation:group', '2:faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),685(463, 'cbme', NULL, 'organisation:group', '2:faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
686(464, 'cbme', NULL, 'organisation:group', '2:student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),686(464, 'cbme', NULL, 'organisation:group', '2:student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
687(465, 'documentrequests_documentrequest', NULL, 'user', '12', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL);687(465, 'documentrequests_documentrequest', NULL, 'user', '12', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
688688
689-- --------------------------------------------------------689-- --------------------------------------------------------
690690
691--691--
692-- Table structure for table `acl_permission_templates`692-- Table structure for table `acl_permission_templates`
693--693--
694694
695CREATE TABLE `acl_permission_templates` (695CREATE TABLE `acl_permission_templates` (
696  `acl_permission_template_id` int(11) UNSIGNED NOT NULL,696  `acl_permission_template_id` int(11) UNSIGNED NOT NULL,
697  `acl_resource_type_id` int(11) UNSIGNED NOT NULL,697  `acl_resource_type_id` int(11) UNSIGNED NOT NULL,
698  `resource_value_required` tinyint(4) NOT NULL DEFAULT '0',698  `resource_value_required` tinyint(4) NOT NULL DEFAULT '0',
699  `entity_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,699  `entity_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
700  `entity_value` text COLLATE utf8_unicode_ci,700  `entity_value` text COLLATE utf8_unicode_ci,
701  `create` int(11) DEFAULT NULL,701  `create` int(11) DEFAULT NULL,
702  `read` int(11) DEFAULT NULL,702  `read` int(11) DEFAULT NULL,
703  `update` int(11) DEFAULT NULL,703  `update` int(11) DEFAULT NULL,
704  `delete` int(11) DEFAULT NULL,704  `delete` int(11) DEFAULT NULL,
705  `assertion` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,705  `assertion` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
706  `created_date` bigint(20) NOT NULL,706  `created_date` bigint(20) NOT NULL,
707  `created_by` int(11) NOT NULL,707  `created_by` int(11) NOT NULL,
708  `updated_date` bigint(20) DEFAULT NULL,708  `updated_date` bigint(20) DEFAULT NULL,
709  `updated_by` int(11) DEFAULT NULL,709  `updated_by` int(11) DEFAULT NULL,
710  `deleted_date` bigint(20) DEFAULT NULL710  `deleted_date` bigint(20) DEFAULT NULL
711) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;711) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
712712
713-- --------------------------------------------------------713-- --------------------------------------------------------
714714
715--715--
716-- Table structure for table `acl_permission_template_groupings`716-- Table structure for table `acl_permission_template_groupings`
717--717--
718718
719CREATE TABLE `acl_permission_template_groupings` (719CREATE TABLE `acl_permission_template_groupings` (
720  `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL,720  `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL,
721  `acl_permission_template_group_id` int(11) NOT NULL,721  `acl_permission_template_group_id` int(11) NOT NULL,
722  `acl_permission_template_id` int(11) NOT NULL722  `acl_permission_template_id` int(11) NOT NULL
723) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;723) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
724724
725-- --------------------------------------------------------725-- --------------------------------------------------------
726726
727--727--
728-- Table structure for table `acl_permission_template_group_organisation`728-- Table structure for table `acl_permission_template_group_organisation`
729--729--
730730
731CREATE TABLE `acl_permission_template_group_organisation` (731CREATE TABLE `acl_permission_template_group_organisation` (
732  `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL,732  `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL,
733  `acl_permission_template_group_id` int(11) NOT NULL,733  `acl_permission_template_group_id` int(11) NOT NULL,
734  `organisation_id` int(11) NOT NULL734  `organisation_id` int(11) NOT NULL
735) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;735) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
736736
737-- --------------------------------------------------------737-- --------------------------------------------------------
738738
739--739--
740-- Table structure for table `acl_resource_assignment_history`740-- Table structure for table `acl_resource_assignment_history`
741--741--
742742
743CREATE TABLE `acl_resource_assignment_history` (743CREATE TABLE `acl_resource_assignment_history` (
744  `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL,744  `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL,
745  `entity_type` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',745  `entity_type` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
746  `entity_value` int(11) NOT NULL,746  `entity_value` int(11) NOT NULL,
747  `assigner` int(11) NOT NULL,747  `assigner` int(11) NOT NULL,
748  `assignee` int(11) NOT NULL,748  `assignee` int(11) NOT NULL,
749  `action` text COLLATE utf8_unicode_ci NOT NULL,749  `action` text COLLATE utf8_unicode_ci NOT NULL,
750  `action_date` bigint(20) NOT NULL,750  `action_date` bigint(20) NOT NULL,
751  `context` text COLLATE utf8_unicode_ci751  `context` text COLLATE utf8_unicode_ci
752) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;752) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
753753
754-- --------------------------------------------------------754-- --------------------------------------------------------
755755
756--756--
757-- Table structure for table `acl_resource_containers`757-- Table structure for table `acl_resource_containers`
758--758--
759759
760CREATE TABLE `acl_resource_containers` (760CREATE TABLE `acl_resource_containers` (
761  `acl_resource_container_id` int(11) UNSIGNED NOT NULL,761  `acl_resource_container_id` int(11) UNSIGNED NOT NULL,
762  `organisation_id` int(11) NOT NULL,762  `organisation_id` int(11) NOT NULL,
763  `created_date` bigint(20) NOT NULL,763  `created_date` bigint(20) NOT NULL,
764  `created_by` int(11) NOT NULL,764  `created_by` int(11) NOT NULL,
765  `updated_date` bigint(20) DEFAULT NULL,765  `updated_date` bigint(20) DEFAULT NULL,
766  `updated_by` int(11) DEFAULT NULL,766  `updated_by` int(11) DEFAULT NULL,
767  `deleted_date` bigint(20) DEFAULT NULL767  `deleted_date` bigint(20) DEFAULT NULL
768) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;768) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
769769
770-- --------------------------------------------------------770-- --------------------------------------------------------
771771
772--772--
773-- Table structure for table `acl_resource_container_attributes`773-- Table structure for table `acl_resource_container_attributes`
774--774--
775775
776CREATE TABLE `acl_resource_container_attributes` (776CREATE TABLE `acl_resource_container_attributes` (
777  `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL,777  `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL,
778  `acl_permission_template_group_id` int(11) NOT NULL,778  `acl_permission_template_group_id` int(11) NOT NULL,
779  `acl_resource_container_id` int(11) NOT NULL,779  `acl_resource_container_id` int(11) NOT NULL,
780  `created_date` bigint(20) NOT NULL,780  `created_date` bigint(20) NOT NULL,
781  `created_by` int(11) NOT NULL,781  `created_by` int(11) NOT NULL,
782  `updated_date` bigint(20) DEFAULT NULL,782  `updated_date` bigint(20) DEFAULT NULL,
783  `updated_by` int(11) DEFAULT NULL,783  `updated_by` int(11) DEFAULT NULL,
784  `deleted_date` bigint(20) DEFAULT NULL784  `deleted_date` bigint(20) DEFAULT NULL
785) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;785) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
786786
787-- --------------------------------------------------------787-- --------------------------------------------------------
788788
789--789--
790-- Table structure for table `acl_resource_inheritance`790-- Table structure for table `acl_resource_inheritance`
791--791--
792792
793CREATE TABLE `acl_resource_inheritance` (793CREATE TABLE `acl_resource_inheritance` (
794  `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL,794  `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL,
795  `acl_resource_type_id` int(11) NOT NULL,795  `acl_resource_type_id` int(11) NOT NULL,
796  `acl_resource_type_parent_id` int(11) DEFAULT NULL796  `acl_resource_type_parent_id` int(11) DEFAULT NULL
797) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;797) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
798798
799--799--
800-- Dumping data for table `acl_resource_inheritance`800-- Dumping data for table `acl_resource_inheritance`
801--801--
802802
803INSERT INTO `acl_resource_inheritance` (`acl_resource_inheritance_id`, `acl_resource_type_id`, `acl_resource_type_parent_id`) VALUES803INSERT INTO `acl_resource_inheritance` (`acl_resource_inheritance_id`, `acl_resource_type_id`, `acl_resource_type_parent_id`) VALUES
804(1, 12, NULL),804(1, 12, NULL),
805(2, 16, NULL),805(2, 16, NULL),
806(3, 128, 16),806(3, 128, 16),
807(4, 129, 128),807(4, 129, 128),
808(5, 130, 16),808(5, 130, 16),
809(6, 131, 16),809(6, 131, 16),
810(7, 132, 16),810(7, 132, 16),
811(8, 133, 16),811(8, 133, 16),
812(9, 134, NULL),812(9, 134, NULL),
813(10, 135, NULL),813(10, 135, NULL),
814(11, 136, NULL),814(11, 136, NULL),
815(12, 89, 136),815(12, 89, 136),
816(13, 18, NULL),816(13, 18, NULL),
817(14, 19, 18),817(14, 19, 18),
818(15, 137, 18),818(15, 137, 18),
819(16, 30, 18),819(16, 30, 18),
820(17, 31, 30),820(17, 31, 30),
821(18, 138, 18),821(18, 138, 18),
822(19, 87, 138),822(19, 87, 138),
823(20, 20, NULL),823(20, 20, NULL),
824(21, 54, 20),824(21, 54, 20),
825(22, 57, 54),825(22, 57, 54),
826(23, 56, 54),826(23, 56, 54),
827(24, 58, 54),827(24, 58, 54),
828(25, 55, 54),828(25, 55, 54),
829(26, 26, NULL),829(26, 26, NULL),
830(27, 27, 26),830(27, 27, 26),
831(28, 28, 27),831(28, 28, 27),
832(29, 29, 26),832(29, 29, 26),
833(30, 41, NULL),833(30, 41, NULL),
834(31, 4, 41),834(31, 4, 41),
835(32, 10, 41),835(32, 10, 41),
836(33, 74, NULL),836(33, 74, NULL),
837(34, 139, 74),837(34, 139, 74),
838(35, 140, 74),838(35, 140, 74),
839(36, 141, 74),839(36, 141, 74),
840(37, 75, NULL),840(37, 75, NULL),
841(38, 21, NULL),841(38, 21, NULL),
842(39, 14, NULL),842(39, 14, NULL),
843(40, 142, 14),843(40, 142, 14),
844(41, 44, 14),844(41, 44, 14),
845(42, 143, 14),845(42, 143, 14),
846(43, 47, 14),846(43, 47, 14),
847(44, 144, 14),847(44, 144, 14),
848(45, 145, NULL),848(45, 145, NULL),
849(46, 146, NULL),849(46, 146, NULL),
850(47, 15, NULL),850(47, 15, NULL),
851(48, 25, NULL),851(48, 25, NULL),
852(49, 61, NULL),852(49, 61, NULL),
853(50, 40, NULL),853(50, 40, NULL),
854(51, 43, NULL),854(51, 43, NULL),
855(52, 60, NULL),855(52, 60, NULL),
856(53, 62, NULL),856(53, 62, NULL),
857(54, 72, NULL),857(54, 72, NULL),
858(55, 50, 72),858(55, 50, 72),
859(56, 59, NULL),859(56, 59, NULL),
860(57, 81, NULL),860(57, 81, NULL),
861(58, 53, NULL),861(58, 53, NULL),
862(59, 147, NULL),862(59, 147, NULL),
863(60, 63, NULL),863(60, 63, NULL),
864(61, 76, NULL),864(61, 76, NULL),
865(62, 77, NULL),865(62, 77, NULL),
866(63, 46, NULL),866(63, 46, NULL),
867(64, 73, NULL),867(64, 73, NULL),
868(65, 148, 73),868(65, 148, 73),
869(66, 149, 73),869(66, 149, 73),
870(67, 88, NULL),870(67, 88, NULL),
871(68, 42, 88),871(68, 42, 88),
872(69, 49, 88),872(69, 49, 88),
873(70, 11, NULL),873(70, 11, NULL),
874(71, 78, NULL),874(71, 78, NULL),
875(72, 150, NULL),875(72, 150, NULL),
876(73, 151, 150),876(73, 151, 150),
877(74, 152, 150),877(74, 152, 150),
878(75, 153, 150),878(75, 153, 150),
879(76, 2, NULL),879(76, 2, NULL),
880(77, 3, NULL),880(77, 3, NULL),
881(78, 154, NULL),881(78, 154, NULL),
882(79, 51, NULL),882(79, 51, NULL),
883(80, 52, NULL),883(80, 52, NULL),
884(81, 155, NULL),884(81, 155, NULL),
885(82, 156, NULL),885(82, 156, NULL),
886(83, 64, NULL),886(83, 64, NULL),
887(84, 65, NULL),887(84, 65, NULL),
888(85, 66, NULL),888(85, 66, NULL),
889(86, 67, NULL),889(86, 67, NULL),
890(87, 68, NULL),890(87, 68, NULL),
891(88, 69, NULL),891(88, 69, NULL),
892(89, 70, NULL),892(89, 70, NULL),
893(90, 71, NULL),893(90, 71, NULL),
894(91, 48, NULL),894(91, 48, NULL),
895(92, 32, NULL),895(92, 32, NULL),
896(93, 33, NULL),896(93, 33, NULL),
897(94, 36, NULL),897(94, 36, NULL),
898(95, 39, NULL),898(95, 39, NULL),
899(96, 37, NULL),899(96, 37, NULL),
900(97, 38, NULL),900(97, 38, NULL),
901(98, 34, NULL),901(98, 34, NULL),
902(99, 35, NULL),902(99, 35, NULL),
903(100, 82, NULL),903(100, 82, NULL),
904(101, 157, 82),904(101, 157, 82),
905(102, 158, 82),905(102, 158, 82),
906(103, 83, NULL),906(103, 83, NULL),
907(104, 8, NULL),907(104, 8, NULL),
908(105, 5, NULL),908(105, 5, NULL),
909(106, 79, NULL),909(106, 79, NULL),
910(107, 9, NULL),910(107, 9, NULL),
911(108, 7, NULL),911(108, 7, NULL),
912(109, 6, NULL),912(109, 6, NULL),
913(110, 1, NULL),913(110, 1, NULL),
914(111, 159, NULL),914(111, 159, NULL),
915(112, 160, NULL),915(112, 160, NULL),
916(114, 161, NULL),916(114, 161, NULL),
917(115, 17, NULL),917(115, 17, NULL),
918(116, 13, NULL),918(116, 13, NULL),
919(117, 162, NULL),919(117, 162, NULL),
920(118, 163, NULL),920(118, 163, NULL),
921(119, 164, NULL),921(119, 164, NULL),
922(120, 165, NULL),922(120, 165, NULL),
923(121, 166, NULL),923(121, 166, NULL),
924(122, 167, NULL),924(122, 167, NULL),
925(123, 168, NULL),925(123, 168, NULL),
926(124, 169, NULL),926(124, 169, NULL),
927(125, 170, NULL),927(125, 170, NULL),
928(126, 171, NULL),928(126, 171, NULL),
929(127, 172, NULL),929(127, 172, NULL),
930(128, 173, NULL),930(128, 173, NULL),
931(129, 45, NULL),931(129, 45, NULL),
932(130, 174, NULL),932(130, 174, NULL),
933(131, 175, NULL),933(131, 175, NULL),
934(132, 176, NULL),934(132, 176, NULL),
935(133, 177, NULL),935(133, 177, NULL),
936(134, 178, NULL),936(134, 178, NULL),
937(135, 179, NULL),937(135, 179, NULL),
938(136, 180, NULL),938(136, 180, NULL),
939(137, 181, NULL),939(137, 181, NULL),
940(138, 182, NULL),940(138, 182, NULL),
941(139, 183, NULL),941(139, 183, NULL),
942(140, 184, NULL),942(140, 184, NULL),
943(141, 185, 18),943(141, 185, 18),
944(142, 186, NULL),944(142, 186, NULL),
945(143, 187, NULL),945(143, 187, NULL),
946(144, 188, NULL),946(144, 188, NULL),
947(145, 189, NULL),947(145, 189, NULL),
948(146, 190, NULL),948(146, 190, NULL),
949(147, 191, NULL),949(147, 191, NULL),
950(148, 192, NULL),950(148, 192, NULL),
951(149, 193, NULL),951(149, 193, NULL),
952(150, 194, NULL),952(150, 194, NULL),
953(151, 195, NULL),953(151, 195, NULL),
954(152, 196, NULL),954(152, 196, NULL),
955(153, 197, NULL),955(153, 197, NULL),
956(154, 198, NULL),956(154, 198, NULL),
957(155, 199, NULL);957(155, 199, NULL);
958958
959-- --------------------------------------------------------959-- --------------------------------------------------------
960960
961--961--
962-- Table structure for table `acl_resource_type_organisation`962-- Table structure for table `acl_resource_type_organisation`
963--963--
964964
965CREATE TABLE `acl_resource_type_organisation` (965CREATE TABLE `acl_resource_type_organisation` (
966  `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL,966  `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL,
967  `acl_resource_type_id` int(11) NOT NULL,967  `acl_resource_type_id` int(11) NOT NULL,
968  `organisation_id` int(11) NOT NULL968  `organisation_id` int(11) NOT NULL
969) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;969) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
970970
971--971--
972-- Dumping data for table `acl_resource_type_organisation`972-- Dumping data for table `acl_resource_type_organisation`
973--973--
974974
975INSERT INTO `acl_resource_type_organisation` (`acl_resource_type_organisation_id`, `acl_resource_type_id`, `organisation_id`) VALUES975INSERT INTO `acl_resource_type_organisation` (`acl_resource_type_organisation_id`, `acl_resource_type_id`, `organisation_id`) VALUES
976(955, 1, 1),976(955, 1, 1),
977(956, 2, 1),977(956, 2, 1),
978(957, 3, 1),978(957, 3, 1),
979(958, 4, 1),979(958, 4, 1),
980(959, 5, 1),980(959, 5, 1),
981(960, 6, 1),981(960, 6, 1),
982(961, 7, 1),982(961, 7, 1),
983(962, 8, 1),983(962, 8, 1),
984(963, 9, 1),984(963, 9, 1),
985(964, 10, 1),985(964, 10, 1),
986(965, 11, 1),986(965, 11, 1),
987(966, 12, 1),987(966, 12, 1),
988(967, 13, 1),988(967, 13, 1),
989(968, 14, 1),989(968, 14, 1),
990(969, 15, 1),990(969, 15, 1),
991(970, 16, 1),991(970, 16, 1),
992(971, 17, 1),992(971, 17, 1),
993(972, 18, 1),993(972, 18, 1),
994(973, 19, 1),994(973, 19, 1),
995(974, 20, 1),995(974, 20, 1),
996(975, 21, 1),996(975, 21, 1),
997(976, 22, 1),997(976, 22, 1),
998(977, 23, 1),998(977, 23, 1),
999(978, 24, 1),999(978, 24, 1),
1000(979, 25, 1),1000(979, 25, 1),
1001(980, 26, 1),1001(980, 26, 1),
1002(981, 27, 1),1002(981, 27, 1),
1003(982, 28, 1),1003(982, 28, 1),
1004(983, 29, 1),1004(983, 29, 1),
1005(984, 30, 1),1005(984, 30, 1),
1006(985, 31, 1),1006(985, 31, 1),
1007(986, 32, 1),1007(986, 32, 1),
1008(987, 33, 1),1008(987, 33, 1),
1009(988, 34, 1),1009(988, 34, 1),
1010(989, 35, 1),1010(989, 35, 1),
1011(990, 36, 1),1011(990, 36, 1),
1012(991, 37, 1),1012(991, 37, 1),
1013(992, 38, 1),1013(992, 38, 1),
1014(993, 39, 1),1014(993, 39, 1),
1015(994, 40, 1),1015(994, 40, 1),
1016(995, 41, 1),1016(995, 41, 1),
1017(996, 42, 1),1017(996, 42, 1),
1018(997, 43, 1),1018(997, 43, 1),
1019(998, 44, 1),1019(998, 44, 1),
1020(999, 45, 1),1020(999, 45, 1),
1021(1000, 46, 1),1021(1000, 46, 1),
1022(1001, 47, 1),1022(1001, 47, 1),
1023(1002, 48, 1),1023(1002, 48, 1),
1024(1003, 49, 1),1024(1003, 49, 1),
1025(1004, 50, 1),1025(1004, 50, 1),
1026(1005, 51, 1),1026(1005, 51, 1),
1027(1006, 52, 1),1027(1006, 52, 1),
1028(1007, 53, 1),1028(1007, 53, 1),
1029(1008, 54, 1),1029(1008, 54, 1),
1030(1009, 55, 1),1030(1009, 55, 1),
1031(1010, 56, 1),1031(1010, 56, 1),
1032(1011, 57, 1),1032(1011, 57, 1),
1033(1012, 58, 1),1033(1012, 58, 1),
1034(1013, 59, 1),1034(1013, 59, 1),
1035(1014, 60, 1),1035(1014, 60, 1),
1036(1015, 61, 1),1036(1015, 61, 1),
1037(1016, 62, 1),1037(1016, 62, 1),
1038(1017, 63, 1),1038(1017, 63, 1),
1039(1018, 64, 1),1039(1018, 64, 1),
1040(1019, 65, 1),1040(1019, 65, 1),
1041(1020, 66, 1),1041(1020, 66, 1),
1042(1021, 67, 1),1042(1021, 67, 1),
1043(1022, 68, 1),1043(1022, 68, 1),
1044(1023, 69, 1),1044(1023, 69, 1),
1045(1024, 70, 1),1045(1024, 70, 1),
1046(1025, 71, 1),1046(1025, 71, 1),
1047(1026, 72, 1),1047(1026, 72, 1),
1048(1027, 73, 1),1048(1027, 73, 1),
1049(1028, 74, 1),1049(1028, 74, 1),
1050(1029, 75, 1),1050(1029, 75, 1),
1051(1030, 76, 1),1051(1030, 76, 1),
1052(1031, 77, 1),1052(1031, 77, 1),
1053(1032, 78, 1),1053(1032, 78, 1),
1054(1033, 79, 1),1054(1033, 79, 1),
1055(1034, 80, 1),1055(1034, 80, 1),
1056(1035, 81, 1),1056(1035, 81, 1),
1057(1036, 82, 1),1057(1036, 82, 1),
1058(1037, 83, 1),1058(1037, 83, 1),
1059(1038, 84, 1),1059(1038, 84, 1),
1060(1039, 85, 1),1060(1039, 85, 1),
1061(1040, 86, 1),1061(1040, 86, 1),
1062(1041, 87, 1),1062(1041, 87, 1),
1063(1042, 88, 1),1063(1042, 88, 1),
1064(1043, 89, 1),1064(1043, 89, 1),
1065(1044, 128, 1),1065(1044, 128, 1),
1066(1045, 129, 1),1066(1045, 129, 1),
1067(1046, 130, 1),1067(1046, 130, 1),
1068(1047, 131, 1),1068(1047, 131, 1),
1069(1048, 132, 1),1069(1048, 132, 1),
1070(1049, 133, 1),1070(1049, 133, 1),
1071(1050, 134, 1),1071(1050, 134, 1),
1072(1051, 135, 1),1072(1051, 135, 1),
1073(1052, 136, 1),1073(1052, 136, 1),
1074(1053, 137, 1),1074(1053, 137, 1),
1075(1054, 138, 1),1075(1054, 138, 1),
1076(1055, 139, 1),1076(1055, 139, 1),
1077(1056, 140, 1),1077(1056, 140, 1),
1078(1057, 141, 1),1078(1057, 141, 1),
1079(1058, 142, 1),1079(1058, 142, 1),
1080(1059, 143, 1),1080(1059, 143, 1),
1081(1060, 144, 1),1081(1060, 144, 1),
1082(1061, 145, 1),1082(1061, 145, 1),
1083(1062, 146, 1),1083(1062, 146, 1),
1084(1063, 147, 1),1084(1063, 147, 1),
1085(1064, 148, 1),1085(1064, 148, 1),
1086(1065, 149, 1),1086(1065, 149, 1),
1087(1066, 150, 1),1087(1066, 150, 1),
1088(1067, 151, 1),1088(1067, 151, 1),
1089(1068, 152, 1),1089(1068, 152, 1),
1090(1069, 153, 1),1090(1069, 153, 1),
1091(1070, 154, 1),1091(1070, 154, 1),
1092(1071, 155, 1),1092(1071, 155, 1),
1093(1072, 156, 1),1093(1072, 156, 1),
1094(1073, 157, 1),1094(1073, 157, 1),
1095(1074, 158, 1),1095(1074, 158, 1),
1096(1075, 159, 1),1096(1075, 159, 1),
1097(1076, 160, 1),1097(1076, 160, 1),
1098(1077, 161, 1),1098(1077, 161, 1),
1099(1078, 162, 1),1099(1078, 162, 1),
1100(1079, 163, 1),1100(1079, 163, 1),
1101(1080, 164, 1),1101(1080, 164, 1),
1102(1081, 165, 1),1102(1081, 165, 1),
1103(1082, 166, 1),1103(1082, 166, 1),
1104(1083, 167, 1),1104(1083, 167, 1),
1105(1084, 168, 1),1105(1084, 168, 1),
1106(1085, 169, 1),1106(1085, 169, 1),
1107(1086, 170, 1),1107(1086, 170, 1),
1108(1087, 171, 1),1108(1087, 171, 1),
1109(1088, 172, 1),1109(1088, 172, 1),
1110(1089, 175, 1),1110(1089, 175, 1),
1111(1090, 176, 1),1111(1090, 176, 1),
1112(1091, 177, 1),1112(1091, 177, 1),
1113(1092, 178, 1),1113(1092, 178, 1),
1114(1093, 179, 1),1114(1093, 179, 1),
1115(1094, 180, 1),1115(1094, 180, 1),
1116(1095, 181, 1),1116(1095, 181, 1),
1117(1096, 186, 1),1117(1096, 186, 1),
1118(1097, 187, 1),1118(1097, 187, 1),
1119(1098, 188, 1),1119(1098, 188, 1),
1120(1099, 189, 1),1120(1099, 189, 1),
1121(1100, 190, 1),1121(1100, 190, 1),
1122(1101, 191, 1),1122(1101, 191, 1),
1123(1102, 192, 1),1123(1102, 192, 1),
1124(1103, 193, 1),1124(1103, 193, 1),
1125(1104, 195, 1),1125(1104, 195, 1),
1126(1105, 196, 1),1126(1105, 196, 1),
1127(1106, 197, 1),1127(1106, 197, 1),
1128(1107, 198, 1),1128(1107, 198, 1),
1129(1108, 199, 1);1129(1108, 199, 1);
11301130
1131-- --------------------------------------------------------1131-- --------------------------------------------------------
11321132
1133--1133--
1134-- Table structure for table `acl_translations`1134-- Table structure for table `acl_translations`
1135--1135--
11361136
1137CREATE TABLE `acl_translations` (1137CREATE TABLE `acl_translations` (
1138  `acl_translation_id` int(11) UNSIGNED NOT NULL,1138  `acl_translation_id` int(11) UNSIGNED NOT NULL,
1139  `organisation_id` int(11) NOT NULL,1139  `organisation_id` int(11) NOT NULL,
1140  `language_id` int(11) DEFAULT NULL,1140  `language_id` int(11) DEFAULT NULL,
1141  `entity_table` enum('acl_lu_resource_types','acl_lu_permission_template_groups','acl_permission_templates','acl_resource_containers') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'acl_lu_resource_types',1141  `entity_table` enum('acl_lu_resource_types','acl_lu_permission_template_groups','acl_permission_templates','acl_resource_containers') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'acl_lu_resource_types',
1142  `entity_record_id` int(11) NOT NULL,1142  `entity_record_id` int(11) NOT NULL,
1143  `translation_type` enum('generic','resource_type','template_group_name','permission_template_title','permission_template_description','permission_template_requirements','container_title','container_description') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'generic',1143  `translation_type` enum('generic','resource_type','template_group_name','permission_template_title','permission_template_description','permission_template_requirements','container_title','container_description') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'generic',
1144  `translation` text COLLATE utf8_unicode_ci,1144  `translation` text COLLATE utf8_unicode_ci,
1145  `active` int(4) DEFAULT NULL,1145  `active` int(4) DEFAULT NULL,
1146  `created_date` bigint(20) NOT NULL,1146  `created_date` bigint(20) NOT NULL,
1147  `created_by` int(11) NOT NULL,1147  `created_by` int(11) NOT NULL,
1148  `updated_date` bigint(20) DEFAULT NULL,1148  `updated_date` bigint(20) DEFAULT NULL,
1149  `updated_by` int(11) DEFAULT NULL,1149  `updated_by` int(11) DEFAULT NULL,
1150  `deleted_date` bigint(20) DEFAULT NULL1150  `deleted_date` bigint(20) DEFAULT NULL
1151) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;1151) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
11521152
1153--1153--
1154-- Dumping data for table `acl_translations`1154-- Dumping data for table `acl_translations`
1155--1155--
11561156
1157INSERT INTO `acl_translations` (`acl_translation_id`, `organisation_id`, `language_id`, `entity_table`, `entity_record_id`, `translation_type`, `translation`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES1157INSERT INTO `acl_translations` (`acl_translation_id`, `organisation_id`, `language_id`, `entity_table`, `entity_record_id`, `translation_type`, `translation`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
1158(1, 1, 1, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL),1158(1, 1, 1, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL),
1159(2, 1, 2, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL),1159(2, 1, 2, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL),
1160(3, 1, 1, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL),1160(3, 1, 1, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL),
1161(4, 1, 2, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL),1161(4, 1, 2, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL),
1162(5, 1, 1, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),1162(5, 1, 1, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1163(6, 1, 2, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),1163(6, 1, 2, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1164(7, 1, 1, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL),1164(7, 1, 1, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL),
1165(8, 1, 2, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL),1165(8, 1, 2, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL),
1166(9, 1, 1, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL),1166(9, 1, 1, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL),
1167(10, 1, 2, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL),1167(10, 1, 2, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL),
1168(11, 1, 1, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL),1168(11, 1, 1, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL),
1169(12, 1, 2, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL),1169(12, 1, 2, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL),
1170(13, 1, 1, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL),1170(13, 1, 1, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL),
1171(14, 1, 2, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL),1171(14, 1, 2, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL),
1172(15, 1, 1, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL),1172(15, 1, 1, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL),
1173(16, 1, 2, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL),1173(16, 1, 2, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL),
1174(17, 1, 1, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL),1174(17, 1, 1, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL),
1175(18, 1, 2, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL),1175(18, 1, 2, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL),
1176(19, 1, 1, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL),1176(19, 1, 1, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL),
1177(20, 1, 2, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL),1177(20, 1, 2, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL),
1178(21, 1, 1, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL),1178(21, 1, 1, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL),
1179(22, 1, 2, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL),1179(22, 1, 2, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL),
1180(23, 1, 1, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL),1180(23, 1, 1, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL),
1181(24, 1, 2, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL),1181(24, 1, 2, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL),
1182(25, 1, 1, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL),1182(25, 1, 1, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL),
1183(26, 1, 2, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL),1183(26, 1, 2, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL),
1184(27, 1, 1, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL),1184(27, 1, 1, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL),
1185(28, 1, 2, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL),1185(28, 1, 2, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL),
1186(29, 1, 1, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL),1186(29, 1, 1, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL),
1187(30, 1, 2, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL),1187(30, 1, 2, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL),
1188(31, 1, 1, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL),1188(31, 1, 1, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL),
1189(32, 1, 2, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL),1189(32, 1, 2, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL),
1190(33, 1, 1, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL),1190(33, 1, 1, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL),
1191(34, 1, 2, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL),1191(34, 1, 2, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL),
1192(35, 1, 1, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL),1192(35, 1, 1, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL),
1193(36, 1, 2, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL),1193(36, 1, 2, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL),
1194(37, 1, 1, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL),1194(37, 1, 1, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL),
1195(38, 1, 2, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL),1195(38, 1, 2, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL),
1196(39, 1, 1, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL),1196(39, 1, 1, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL),
1197(40, 1, 2, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL),1197(40, 1, 2, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL),
1198(41, 1, 1, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL),1198(41, 1, 1, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL),
1199(42, 1, 2, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL),1199(42, 1, 2, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL),
1200(43, 1, 1, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL),1200(43, 1, 1, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL),
1201(44, 1, 2, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL),1201(44, 1, 2, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL),
1202(45, 1, 1, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL),1202(45, 1, 1, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL),
1203(46, 1, 2, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL),1203(46, 1, 2, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL),
1204(47, 1, 1, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL),1204(47, 1, 1, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL),
1205(48, 1, 2, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL),1205(48, 1, 2, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL),
1206(49, 1, 1, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL),1206(49, 1, 1, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL),
1207(50, 1, 2, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL),1207(50, 1, 2, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL),
1208(51, 1, 1, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL),1208(51, 1, 1, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL),
1209(52, 1, 2, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL),1209(52, 1, 2, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL),
1210(53, 1, 1, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL),1210(53, 1, 1, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL),
1211(54, 1, 2, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL),1211(54, 1, 2, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL),
1212(55, 1, 1, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL),1212(55, 1, 1, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1213(56, 1, 2, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL),1213(56, 1, 2, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1214(57, 1, 1, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL),1214(57, 1, 1, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1215(58, 1, 2, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL),1215(58, 1, 2, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1216(59, 1, 1, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL),1216(59, 1, 1, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL),
1217(60, 1, 2, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL),1217(60, 1, 2, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL),
1218(61, 1, 1, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL),1218(61, 1, 1, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1219(62, 1, 2, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL),1219(62, 1, 2, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1220(63, 1, 1, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL),1220(63, 1, 1, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL),
1221(64, 1, 2, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL),1221(64, 1, 2, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL),
1222(65, 1, 1, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL),1222(65, 1, 1, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL),
1223(66, 1, 2, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL),1223(66, 1, 2, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL),
1224(67, 1, 1, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL),1224(67, 1, 1, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL),
1225(68, 1, 2, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL),1225(68, 1, 2, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL),
1226(69, 1, 1, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL),1226(69, 1, 1, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL),
1227(70, 1, 2, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL),1227(70, 1, 2, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL),
1228(71, 1, 1, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL),1228(71, 1, 1, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1229(72, 1, 2, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL),1229(72, 1, 2, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1230(73, 1, 1, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL),1230(73, 1, 1, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL),
1231(74, 1, 2, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL),1231(74, 1, 2, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL),
1232(75, 1, 1, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL),1232(75, 1, 1, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL),
1233(76, 1, 2, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL),1233(76, 1, 2, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL),
1234(77, 1, 1, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL),1234(77, 1, 1, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL),
1235(78, 1, 2, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL),1235(78, 1, 2, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL),
1236(79, 1, 1, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL),1236(79, 1, 1, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL),
1237(80, 1, 2, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL),1237(80, 1, 2, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL),
1238(81, 1, 1, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL),1238(81, 1, 1, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL),
1239(82, 1, 2, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL),1239(82, 1, 2, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL),
1240(83, 1, 1, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL),1240(83, 1, 1, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL),
1241(84, 1, 2, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL),1241(84, 1, 2, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL),
1242(85, 1, 1, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL),1242(85, 1, 1, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL),
1243(86, 1, 2, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL),1243(86, 1, 2, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL),
1244(87, 1, 1, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL),1244(87, 1, 1, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL),
1245(88, 1, 2, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL),1245(88, 1, 2, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL),
1246(89, 1, 1, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL),1246(89, 1, 1, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL),
1247(90, 1, 2, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL),1247(90, 1, 2, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL),
1248(91, 1, 1, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL),1248(91, 1, 1, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL),
1249(92, 1, 2, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL),1249(92, 1, 2, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL),
1250(93, 1, 1, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL),1250(93, 1, 1, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL),
1251(94, 1, 2, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL),1251(94, 1, 2, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL),
1252(95, 1, 1, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL),1252(95, 1, 1, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL),
1253(96, 1, 2, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL),1253(96, 1, 2, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL),
1254(97, 1, 1, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL),1254(97, 1, 1, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL),
1255(98, 1, 2, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL),1255(98, 1, 2, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL),
1256(99, 1, 1, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL),1256(99, 1, 1, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL),
1257(100, 1, 2, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL),1257(100, 1, 2, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL),
1258(101, 1, 1, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL),1258(101, 1, 1, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL),
1259(102, 1, 2, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL),1259(102, 1, 2, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL),
1260(103, 1, 1, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL),1260(103, 1, 1, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL),
1261(104, 1, 2, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL),1261(104, 1, 2, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL),
1262(105, 1, 1, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL),1262(105, 1, 1, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL),
1263(106, 1, 2, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL),1263(106, 1, 2, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL),
1264(107, 1, 1, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL),1264(107, 1, 1, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL),
1265(108, 1, 2, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL),1265(108, 1, 2, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL),
1266(109, 1, 1, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL),1266(109, 1, 1, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL),
1267(110, 1, 2, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL),1267(110, 1, 2, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL),
1268(111, 1, 1, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL),1268(111, 1, 1, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL),
1269(112, 1, 2, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL),1269(112, 1, 2, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL),
1270(113, 1, 1, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL),1270(113, 1, 1, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL),
1271(114, 1, 2, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL),1271(114, 1, 2, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL),
1272(115, 1, 1, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL),1272(115, 1, 1, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL),
1273(116, 1, 2, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL),1273(116, 1, 2, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL),
1274(117, 1, 1, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL),1274(117, 1, 1, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL),
1275(118, 1, 2, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL),1275(118, 1, 2, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL),
1276(119, 1, 1, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL),1276(119, 1, 1, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL),
1277(120, 1, 2, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL),1277(120, 1, 2, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL),
1278(121, 1, 1, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL),1278(121, 1, 1, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL),
1279(122, 1, 2, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL),1279(122, 1, 2, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL),
1280(123, 1, 1, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL),1280(123, 1, 1, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL),
1281(124, 1, 2, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL),1281(124, 1, 2, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL),
1282(125, 1, 1, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL),1282(125, 1, 1, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL),
1283(126, 1, 2, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL),1283(126, 1, 2, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL),
1284(127, 1, 1, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL),1284(127, 1, 1, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL),
1285(128, 1, 2, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL),1285(128, 1, 2, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL),
1286(129, 1, 1, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL),1286(129, 1, 1, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL),
1287(130, 1, 2, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL),1287(130, 1, 2, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL),
1288(131, 1, 1, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL),1288(131, 1, 1, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL),
1289(132, 1, 2, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL),1289(132, 1, 2, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL),
1290(133, 1, 1, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL),1290(133, 1, 1, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL),
1291(134, 1, 2, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL),1291(134, 1, 2, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL),
1292(135, 1, 1, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL),1292(135, 1, 1, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL),
1293(136, 1, 2, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL),1293(136, 1, 2, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL),
1294(137, 1, 1, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL),1294(137, 1, 1, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL),
1295(138, 1, 2, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL),1295(138, 1, 2, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL),
1296(139, 1, 1, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL),1296(139, 1, 1, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL),
1297(140, 1, 2, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL),1297(140, 1, 2, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL),
1298(141, 1, 1, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL),1298(141, 1, 1, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL),
1299(142, 1, 2, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL),1299(142, 1, 2, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL),
1300(143, 1, 1, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL),1300(143, 1, 1, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL),
1301(144, 1, 2, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL),1301(144, 1, 2, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL),
1302(145, 1, 1, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL),1302(145, 1, 1, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL),
1303(146, 1, 2, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL),1303(146, 1, 2, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL),
1304(147, 1, 1, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL),1304(147, 1, 1, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL),
1305(148, 1, 2, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL),1305(148, 1, 2, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL),
1306(149, 1, 1, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL),1306(149, 1, 1, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL),
1307(150, 1, 2, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL),1307(150, 1, 2, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL),
1308(151, 1, 1, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL),1308(151, 1, 1, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL),
1309(152, 1, 2, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL),1309(152, 1, 2, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL),
1310(153, 1, 1, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL),1310(153, 1, 1, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL),
1311(154, 1, 2, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL),1311(154, 1, 2, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL),
1312(155, 1, 1, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL),1312(155, 1, 1, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL),
1313(156, 1, 2, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL),1313(156, 1, 2, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL),
1314(157, 1, 1, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL),1314(157, 1, 1, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL),
1315(158, 1, 2, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL),1315(158, 1, 2, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL),
1316(159, 1, 1, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL),1316(159, 1, 1, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL),
1317(160, 1, 2, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL),1317(160, 1, 2, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL),
1318(161, 1, 1, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL),1318(161, 1, 1, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL),
1319(162, 1, 2, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL),1319(162, 1, 2, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL),
1320(163, 1, 1, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL),1320(163, 1, 1, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL),
1321(164, 1, 2, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL),1321(164, 1, 2, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL),
1322(165, 1, 1, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL),1322(165, 1, 1, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1323(166, 1, 2, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL),1323(166, 1, 2, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1324(167, 1, 1, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL),1324(167, 1, 1, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL),
1325(168, 1, 2, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL),1325(168, 1, 2, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL),
1326(169, 1, 1, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL),1326(169, 1, 1, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL),
1327(170, 1, 2, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL),1327(170, 1, 2, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL),
1328(171, 1, 1, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL),1328(171, 1, 1, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL),
1329(172, 1, 2, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL),1329(172, 1, 2, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL),
1330(173, 1, 1, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL),1330(173, 1, 1, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1331(174, 1, 2, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL),1331(174, 1, 2, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1332(175, 1, 1, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL),1332(175, 1, 1, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL),
1333(176, 1, 2, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL),1333(176, 1, 2, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL),
1334(177, 1, 1, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL),1334(177, 1, 1, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1335(178, 1, 2, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL),1335(178, 1, 2, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL),
1336(179, 1, 1, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL),1336(179, 1, 1, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL),
1337(180, 1, 2, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL),1337(180, 1, 2, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL),
1338(181, 1, 1, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL),1338(181, 1, 1, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL),
1339(182, 1, 2, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL),1339(182, 1, 2, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL),
1340(183, 1, 1, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL),1340(183, 1, 1, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL),
1341(184, 1, 2, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL),1341(184, 1, 2, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL),
1342(185, 1, 1, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL),1342(185, 1, 1, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL),
1343(186, 1, 2, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL),1343(186, 1, 2, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL),
1344(187, 1, 1, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL),1344(187, 1, 1, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL),
1345(188, 1, 2, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL),1345(188, 1, 2, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL),
1346(189, 1, 1, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL),1346(189, 1, 1, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL),
1347(190, 1, 2, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL),1347(190, 1, 2, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL),
1348(191, 1, 1, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL),1348(191, 1, 1, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1349(192, 1, 2, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL),1349(192, 1, 2, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1350(193, 1, 1, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL),1350(193, 1, 1, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL),
1351(194, 1, 2, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL),1351(194, 1, 2, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL),
1352(195, 1, 1, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL),1352(195, 1, 1, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL),
1353(196, 1, 2, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL),1353(196, 1, 2, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL),
1354(197, 1, 1, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL),1354(197, 1, 1, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL),
1355(198, 1, 2, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL),1355(198, 1, 2, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL),
1356(199, 1, 1, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL),1356(199, 1, 1, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL),
1357(200, 1, 2, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL),1357(200, 1, 2, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL),
1358(201, 1, 1, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL),1358(201, 1, 1, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL),
1359(202, 1, 2, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL),1359(202, 1, 2, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL),
1360(203, 1, 1, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL),1360(203, 1, 1, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL),
1361(204, 1, 2, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL),1361(204, 1, 2, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL),
1362(205, 1, 1, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL),1362(205, 1, 1, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL),
1363(206, 1, 2, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL),1363(206, 1, 2, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL),
1364(207, 1, 1, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL),1364(207, 1, 1, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL),
1365(208, 1, 2, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL),1365(208, 1, 2, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL),
1366(209, 1, 1, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL),1366(209, 1, 1, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL),
1367(210, 1, 2, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL),1367(210, 1, 2, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL),
1368(211, 1, 1, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL),1368(211, 1, 1, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL),
1369(212, 1, 2, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL),1369(212, 1, 2, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL),
1370(213, 1, 1, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL),1370(213, 1, 1, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL),
1371(214, 1, 2, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL),1371(214, 1, 2, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL),
1372(215, 1, 1, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL),1372(215, 1, 1, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL),
1373(216, 1, 2, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL),1373(216, 1, 2, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL),
1374(217, 1, 1, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL),1374(217, 1, 1, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL),
1375(218, 1, 2, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL),1375(218, 1, 2, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL),
1376(219, 1, 1, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL),1376(219, 1, 1, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1377(220, 1, 2, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL),1377(220, 1, 2, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL),
1378(221, 1, 1, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL),1378(221, 1, 1, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL),
1379(222, 1, 2, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL),1379(222, 1, 2, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL),
1380(223, 1, 1, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL),1380(223, 1, 1, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL),
1381(224, 1, 2, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL),1381(224, 1, 2, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL),
1382(225, 1, 1, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL),1382(225, 1, 1, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL),
1383(226, 1, 2, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL),1383(226, 1, 2, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL),
1384(227, 1, 1, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL),1384(227, 1, 1, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL),
1385(228, 1, 2, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL),1385(228, 1, 2, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL),
1386(229, 1, 1, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL),1386(229, 1, 1, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL),
1387(230, 1, 2, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL),1387(230, 1, 2, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL),
1388(231, 1, 1, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL),1388(231, 1, 1, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL),
1389(232, 1, 2, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL),1389(232, 1, 2, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL),
1390(233, 1, 1, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL),1390(233, 1, 1, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL),
1391(234, 1, 2, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL),1391(234, 1, 2, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL),
1392(235, 1, 1, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL),1392(235, 1, 1, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL),
1393(236, 1, 2, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL),1393(236, 1, 2, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL),
1394(237, 1, 1, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL),1394(237, 1, 1, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL),
1395(238, 1, 2, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL),1395(238, 1, 2, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL),
1396(239, 1, 1, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL),1396(239, 1, 1, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL),
1397(240, 1, 2, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL),1397(240, 1, 2, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL),
1398(241, 1, 1, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL),1398(241, 1, 1, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL),
1399(242, 1, 2, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL),1399(242, 1, 2, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL),
1400(243, 1, 1, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),1400(243, 1, 1, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1401(244, 1, 2, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),1401(244, 1, 2, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL),
1402(245, 1, 1, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL),1402(245, 1, 1, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL),
1403(246, 1, 2, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL),1403(246, 1, 2, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL),
1404(247, 1, 1, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL),1404(247, 1, 1, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL),
1405(248, 1, 2, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL),1405(248, 1, 2, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL),
1406(249, 1, 1, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL),1406(249, 1, 1, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL),
1407(250, 1, 2, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL),1407(250, 1, 2, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL),
1408(251, 1, 1, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL),1408(251, 1, 1, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL),
1409(252, 1, 2, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL),1409(252, 1, 2, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL),
1410(253, 1, 1, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL),1410(253, 1, 1, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL),
1411(254, 1, 2, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL),1411(254, 1, 2, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL),
1412(255, 1, 1, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL),1412(255, 1, 1, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL),
1413(256, 1, 2, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL),1413(256, 1, 2, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL),
1414(257, 1, 1, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL),1414(257, 1, 1, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL),
1415(258, 1, 2, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL),1415(258, 1, 2, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL),
1416(259, 1, 1, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL),1416(259, 1, 1, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL),
1417(260, 1, 2, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL),1417(260, 1, 2, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL),
1418(261, 1, 1, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1418(261, 1, 1, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1419(262, 1, 2, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1419(262, 1, 2, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1420(263, 1, 1, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1420(263, 1, 1, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1421(264, 1, 2, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1421(264, 1, 2, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1422(265, 1, 1, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1422(265, 1, 1, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1423(266, 1, 2, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),1423(266, 1, 2, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL),
1424(267, 1, 1, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL),1424(267, 1, 1, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL),
1425(268, 1, 2, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL),1425(268, 1, 2, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL),
1426(269, 1, 1, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1426(269, 1, 1, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1427(270, 1, 2, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1427(270, 1, 2, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1428(271, 1, 1, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1428(271, 1, 1, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1429(272, 1, 2, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1429(272, 1, 2, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1430(273, 1, 1, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1430(273, 1, 1, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1431(274, 1, 2, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1431(274, 1, 2, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1432(275, 1, 1, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1432(275, 1, 1, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1433(276, 1, 2, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1433(276, 1, 2, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1434(277, 1, 1, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1434(277, 1, 1, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1435(278, 1, 2, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),1435(278, 1, 2, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL),
1436(279, 1, 1, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL),1436(279, 1, 1, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL),
1437(280, 1, 2, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL),1437(280, 1, 2, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL),
1438(281, 1, 1, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1438(281, 1, 1, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1439(282, 1, 2, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1439(282, 1, 2, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1440(283, 1, 1, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1440(283, 1, 1, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1441(284, 1, 2, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1441(284, 1, 2, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1442(285, 1, 1, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1442(285, 1, 1, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1443(286, 1, 2, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),1443(286, 1, 2, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL),
1444(287, 1, 1, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL),1444(287, 1, 1, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL),
1445(288, 1, 2, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL),1445(288, 1, 2, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL),
1446(289, 1, 1, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL),1446(289, 1, 1, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL),
1447(290, 1, 1, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL),1447(290, 1, 1, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL),
1448(291, 1, 2, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL),1448(291, 1, 2, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL),
1449(292, 1, 2, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL),1449(292, 1, 2, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL),
1450(293, 1, 1, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL),1450(293, 1, 1, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL),
1451(294, 1, 2, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL),1451(294, 1, 2, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL),
1452(295, 1, 1, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL),1452(295, 1, 1, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL),
1453(296, 1, 1, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL),1453(296, 1, 1, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL),
1454(297, 1, 1, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL),1454(297, 1, 1, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL),
1455(298, 1, 1, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL),1455(298, 1, 1, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL),
1456(299, 1, 2, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL),1456(299, 1, 2, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL),
1457(300, 1, 2, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL),1457(300, 1, 2, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL),
1458(301, 1, 2, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL),1458(301, 1, 2, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL),
1459(302, 1, 2, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL),1459(302, 1, 2, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL),
1460(303, 1, 1, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL),1460(303, 1, 1, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL),
1461(304, 1, 2, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL);1461(304, 1, 2, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL);
14621462
1463-- --------------------------------------------------------1463-- --------------------------------------------------------
14641464
1465--1465--
1466-- Table structure for table `cpd_notification_options`1466-- Table structure for table `cpd_notification_options`
1467--1467--
14681468
1469CREATE TABLE `cpd_notification_options` (1469CREATE TABLE `cpd_notification_options` (
1470  `notification_id` int(12) NOT NULL,1470  `notification_id` int(12) NOT NULL,
1471  `notification_title` varchar(128) NOT NULL DEFAULT '',1471  `notification_title` varchar(128) NOT NULL DEFAULT '',
1472  `is_active` tinyint(1) NOT NULL DEFAULT '1'1472  `is_active` tinyint(1) NOT NULL DEFAULT '1'
1473) ENGINE=InnoDB DEFAULT CHARSET=utf8;1473) ENGINE=InnoDB DEFAULT CHARSET=utf8;
14741474
1475-- --------------------------------------------------------1475-- --------------------------------------------------------
14761476
1477--1477--
1478-- Table structure for table `dashboard_link_details`1478-- Table structure for table `dashboard_link_details`
1479--1479--
14801480
1481CREATE TABLE `dashboard_link_details` (1481CREATE TABLE `dashboard_link_details` (
1482  `link_detail_id` int(11) UNSIGNED NOT NULL,1482  `link_detail_id` int(11) UNSIGNED NOT NULL,
1483  `title` varchar(85) NOT NULL DEFAULT '',1483  `title` varchar(85) NOT NULL DEFAULT '',
1484  `description` varchar(255) DEFAULT NULL,1484  `description` varchar(255) DEFAULT NULL,
1485  `target` varchar(85) DEFAULT NULL,1485  `target` varchar(85) DEFAULT NULL,
1486  `url` varchar(255) NOT NULL DEFAULT '',1486  `url` varchar(255) NOT NULL DEFAULT '',
1487  `organisation_id` int(11) NOT NULL,1487  `organisation_id` int(11) NOT NULL,
1488  `created_date` bigint(64) DEFAULT NULL,1488  `created_date` bigint(64) DEFAULT NULL,
1489  `created_by` int(11) DEFAULT NULL,1489  `created_by` int(11) DEFAULT NULL,
1490  `updated_date` bigint(64) DEFAULT NULL,1490  `updated_date` bigint(64) DEFAULT NULL,
1491  `updated_by` int(11) DEFAULT NULL,1491  `updated_by` int(11) DEFAULT NULL,
1492  `deleted_date` bigint(64) DEFAULT NULL,1492  `deleted_date` bigint(64) DEFAULT NULL,
1493  `deleted_by` int(11) DEFAULT NULL1493  `deleted_by` int(11) DEFAULT NULL
1494) ENGINE=InnoDB DEFAULT CHARSET=utf8;1494) ENGINE=InnoDB DEFAULT CHARSET=utf8;
14951495
1496-- --------------------------------------------------------1496-- --------------------------------------------------------
14971497
1498--1498--
1499-- Table structure for table `dashboard_link_organisation_groups`1499-- Table structure for table `dashboard_link_organisation_groups`
1500--1500--
15011501
1502CREATE TABLE `dashboard_link_organisation_groups` (1502CREATE TABLE `dashboard_link_organisation_groups` (
1503  `link_group_id` int(11) UNSIGNED NOT NULL,1503  `link_group_id` int(11) UNSIGNED NOT NULL,
1504  `link_detail_id` int(11) NOT NULL,1504  `link_detail_id` int(11) NOT NULL,
1505  `group` varchar(85) CHARACTER SET utf8 NOT NULL DEFAULT '',1505  `group` varchar(85) CHARACTER SET utf8 NOT NULL DEFAULT '',
1506  `created_date` bigint(64) DEFAULT NULL,1506  `created_date` bigint(64) DEFAULT NULL,
1507  `created_by` int(11) DEFAULT NULL,1507  `created_by` int(11) DEFAULT NULL,
1508  `updated_date` bigint(64) DEFAULT NULL,1508  `updated_date` bigint(64) DEFAULT NULL,
1509  `updated_by` int(11) DEFAULT NULL,1509  `updated_by` int(11) DEFAULT NULL,
1510  `deleted_date` bigint(64) DEFAULT NULL,1510  `deleted_date` bigint(64) DEFAULT NULL,
1511  `deleted_by` int(11) DEFAULT NULL1511  `deleted_by` int(11) DEFAULT NULL
1512) ENGINE=InnoDB DEFAULT CHARSET=latin1;1512) ENGINE=InnoDB DEFAULT CHARSET=latin1;
15131513
1514-- --------------------------------------------------------1514-- --------------------------------------------------------
15151515
1516--1516--
1517-- Table structure for table `departments`1517-- Table structure for table `departments`
1518--1518--
15191519
1520CREATE TABLE `departments` (1520CREATE TABLE `departments` (
1521  `department_id` int(12) UNSIGNED NOT NULL,1521  `department_id` int(12) UNSIGNED NOT NULL,
1522  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1',1522  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1',
1523  `entity_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1523  `entity_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1524  `parent_id` int(12) NOT NULL DEFAULT '0',1524  `parent_id` int(12) NOT NULL DEFAULT '0',
1525  `department_title` varchar(128) NOT NULL DEFAULT '',1525  `department_title` varchar(128) NOT NULL DEFAULT '',
1526  `department_address1` varchar(128) NOT NULL DEFAULT '',1526  `department_address1` varchar(128) NOT NULL DEFAULT '',
1527  `department_address2` varchar(128) NOT NULL DEFAULT '',1527  `department_address2` varchar(128) NOT NULL DEFAULT '',
1528  `department_city` varchar(64) NOT NULL DEFAULT 'Kingston',1528  `department_city` varchar(64) NOT NULL DEFAULT 'Kingston',
1529  `department_province` varchar(64) NOT NULL DEFAULT 'ON',1529  `department_province` varchar(64) NOT NULL DEFAULT 'ON',
1530  `province_id` int(12) NOT NULL DEFAULT '9',1530  `province_id` int(12) NOT NULL DEFAULT '9',
1531  `department_country` varchar(64) NOT NULL DEFAULT 'CA',1531  `department_country` varchar(64) NOT NULL DEFAULT 'CA',
1532  `country_id` int(12) NOT NULL DEFAULT '39',1532  `country_id` int(12) NOT NULL DEFAULT '39',
1533  `department_postcode` varchar(16) NOT NULL DEFAULT '',1533  `department_postcode` varchar(16) NOT NULL DEFAULT '',
1534  `department_telephone` varchar(32) NOT NULL DEFAULT '',1534  `department_telephone` varchar(32) NOT NULL DEFAULT '',
1535  `department_fax` varchar(32) NOT NULL DEFAULT '',1535  `department_fax` varchar(32) NOT NULL DEFAULT '',
1536  `department_email` varchar(128) NOT NULL DEFAULT '',1536  `department_email` varchar(128) NOT NULL DEFAULT '',
1537  `department_url` text NOT NULL,1537  `department_url` text NOT NULL,
1538  `department_desc` text,1538  `department_desc` text,
1539  `department_active` int(1) NOT NULL DEFAULT '1',1539  `department_active` int(1) NOT NULL DEFAULT '1',
1540  `updated_date` bigint(64) UNSIGNED NOT NULL,1540  `updated_date` bigint(64) UNSIGNED NOT NULL,
1541  `updated_by` int(12) UNSIGNED NOT NULL,1541  `updated_by` int(12) UNSIGNED NOT NULL,
1542  `department_code` varchar(128) DEFAULT NULL1542  `department_code` varchar(128) DEFAULT NULL
1543) ENGINE=InnoDB DEFAULT CHARSET=utf8;1543) ENGINE=InnoDB DEFAULT CHARSET=utf8;
15441544
1545--1545--
1546-- Dumping data for table `departments`1546-- Dumping data for table `departments`
1547--1547--
15481548
1549INSERT INTO `departments` (`department_id`, `organisation_id`, `entity_id`, `parent_id`, `department_title`, `department_address1`, `department_address2`, `department_city`, `department_province`, `province_id`, `department_country`, `country_id`, `department_postcode`, `department_telephone`, `department_fax`, `department_email`, `department_url`, `department_desc`, `department_active`, `updated_date`, `updated_by`, `department_code`) VALUES1549INSERT INTO `departments` (`department_id`, `organisation_id`, `entity_id`, `parent_id`, `department_title`, `department_address1`, `department_address2`, `department_city`, `department_province`, `province_id`, `department_country`, `country_id`, `department_postcode`, `department_telephone`, `department_fax`, `department_email`, `department_url`, `department_desc`, `department_active`, `updated_date`, `updated_by`, `department_code`) VALUES
1550(1, 1, 5, 0, 'Medical IT', '', '', 'Kingston', 'ON', 9, 'CA', 39, '', '', '', '', '', NULL, 1, 0, 0, NULL);1550(1, 1, 5, 0, 'Medical IT', '', '', 'Kingston', 'ON', 9, 'CA', 39, '', '', '', '', '', NULL, 1, 0, 0, NULL);
15511551
1552-- --------------------------------------------------------1552-- --------------------------------------------------------
15531553
1554--1554--
1555-- Table structure for table `department_heads`1555-- Table structure for table `department_heads`
1556--1556--
15571557
1558CREATE TABLE `department_heads` (1558CREATE TABLE `department_heads` (
1559  `department_heads_id` int(11) NOT NULL,1559  `department_heads_id` int(11) NOT NULL,
1560  `department_id` int(11) NOT NULL,1560  `department_id` int(11) NOT NULL,
1561  `user_id` int(11) NOT NULL1561  `user_id` int(11) NOT NULL
1562) ENGINE=InnoDB DEFAULT CHARSET=utf8;1562) ENGINE=InnoDB DEFAULT CHARSET=utf8;
15631563
1564-- --------------------------------------------------------1564-- --------------------------------------------------------
15651565
1566--1566--
1567-- Table structure for table `entity_type`1567-- Table structure for table `entity_type`
1568--1568--
15691569
1570CREATE TABLE `entity_type` (1570CREATE TABLE `entity_type` (
1571  `entity_id` int(12) UNSIGNED NOT NULL,1571  `entity_id` int(12) UNSIGNED NOT NULL,
1572  `entity_title` varchar(100) NOT NULL DEFAULT ''1572  `entity_title` varchar(100) NOT NULL DEFAULT ''
1573) ENGINE=InnoDB DEFAULT CHARSET=utf8;1573) ENGINE=InnoDB DEFAULT CHARSET=utf8;
15741574
1575--1575--
1576-- Dumping data for table `entity_type`1576-- Dumping data for table `entity_type`
1577--1577--
15781578
1579INSERT INTO `entity_type` (`entity_id`, `entity_title`) VALUES1579INSERT INTO `entity_type` (`entity_id`, `entity_title`) VALUES
1580(1, 'Faculty'),1580(1, 'Faculty'),
1581(2, 'School'),1581(2, 'School'),
1582(3, 'Department'),1582(3, 'Department'),
1583(4, 'Division'),1583(4, 'Division'),
1584(5, 'Unit');1584(5, 'Unit');
15851585
1586-- --------------------------------------------------------1586-- --------------------------------------------------------
15871587
1588--1588--
1589-- Table structure for table `locations`1589-- Table structure for table `locations`
1590--1590--
15911591
1592CREATE TABLE `locations` (1592CREATE TABLE `locations` (
1593  `location_id` int(12) UNSIGNED NOT NULL,1593  `location_id` int(12) UNSIGNED NOT NULL,
1594  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1',1594  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1',
1595  `department_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1595  `department_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1596  `location_title` varchar(128) NOT NULL DEFAULT '',1596  `location_title` varchar(128) NOT NULL DEFAULT '',
1597  `location_address1` varchar(128) NOT NULL DEFAULT '',1597  `location_address1` varchar(128) NOT NULL DEFAULT '',
1598  `location_address2` varchar(128) NOT NULL DEFAULT '',1598  `location_address2` varchar(128) NOT NULL DEFAULT '',
1599  `location_city` varchar(64) NOT NULL DEFAULT 'Kingston',1599  `location_city` varchar(64) NOT NULL DEFAULT 'Kingston',
1600  `location_province` char(2) NOT NULL DEFAULT 'ON',1600  `location_province` char(2) NOT NULL DEFAULT 'ON',
1601  `location_country` char(2) NOT NULL DEFAULT 'CA',1601  `location_country` char(2) NOT NULL DEFAULT 'CA',
1602  `location_postcode` varchar(7) NOT NULL DEFAULT '',1602  `location_postcode` varchar(7) NOT NULL DEFAULT '',
1603  `location_telephone` varchar(32) NOT NULL DEFAULT '',1603  `location_telephone` varchar(32) NOT NULL DEFAULT '',
1604  `location_fax` varchar(32) NOT NULL DEFAULT '',1604  `location_fax` varchar(32) NOT NULL DEFAULT '',
1605  `location_email` varchar(128) NOT NULL DEFAULT '',1605  `location_email` varchar(128) NOT NULL DEFAULT '',
1606  `location_url` text NOT NULL,1606  `location_url` text NOT NULL,
1607  `location_longitude` varchar(12) DEFAULT NULL,1607  `location_longitude` varchar(12) DEFAULT NULL,
1608  `location_latitude` varchar(12) DEFAULT NULL,1608  `location_latitude` varchar(12) DEFAULT NULL,
1609  `location_desc` text1609  `location_desc` text
1610) ENGINE=InnoDB DEFAULT CHARSET=utf8;1610) ENGINE=InnoDB DEFAULT CHARSET=utf8;
16111611
1612-- --------------------------------------------------------1612-- --------------------------------------------------------
16131613
1614--1614--
1615-- Table structure for table `location_ipranges`1615-- Table structure for table `location_ipranges`
1616--1616--
16171617
1618CREATE TABLE `location_ipranges` (1618CREATE TABLE `location_ipranges` (
1619  `iprange_id` int(12) UNSIGNED NOT NULL,1619  `iprange_id` int(12) UNSIGNED NOT NULL,
1620  `location_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1620  `location_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1621  `block_start` varchar(32) NOT NULL DEFAULT '0',1621  `block_start` varchar(32) NOT NULL DEFAULT '0',
1622  `block_end` varchar(32) NOT NULL DEFAULT '0'1622  `block_end` varchar(32) NOT NULL DEFAULT '0'
1623) ENGINE=InnoDB DEFAULT CHARSET=utf8;1623) ENGINE=InnoDB DEFAULT CHARSET=utf8;
16241624
1625-- --------------------------------------------------------1625-- --------------------------------------------------------
16261626
1627--1627--
1628-- Table structure for table `organisations`1628-- Table structure for table `organisations`
1629--1629--
16301630
1631CREATE TABLE `organisations` (1631CREATE TABLE `organisations` (
1632  `organisation_id` int(12) UNSIGNED NOT NULL,1632  `organisation_id` int(12) UNSIGNED NOT NULL,
1633  `organisation_title` varchar(128) NOT NULL DEFAULT '',1633  `organisation_title` varchar(128) NOT NULL DEFAULT '',
1634  `organisation_address1` varchar(128) NOT NULL DEFAULT '',1634  `organisation_address1` varchar(128) NOT NULL DEFAULT '',
1635  `organisation_address2` varchar(128) NOT NULL DEFAULT '',1635  `organisation_address2` varchar(128) NOT NULL DEFAULT '',
1636  `organisation_city` varchar(64) NOT NULL DEFAULT 'Kingston',1636  `organisation_city` varchar(64) NOT NULL DEFAULT 'Kingston',
1637  `organisation_province` varchar(64) NOT NULL DEFAULT 'ON',1637  `organisation_province` varchar(64) NOT NULL DEFAULT 'ON',
1638  `organisation_country` varchar(64) NOT NULL DEFAULT 'CA',1638  `organisation_country` varchar(64) NOT NULL DEFAULT 'CA',
1639  `organisation_postcode` varchar(16) NOT NULL DEFAULT '',1639  `organisation_postcode` varchar(16) NOT NULL DEFAULT '',
1640  `organisation_telephone` varchar(32) NOT NULL DEFAULT '',1640  `organisation_telephone` varchar(32) NOT NULL DEFAULT '',
1641  `organisation_fax` varchar(32) NOT NULL DEFAULT '',1641  `organisation_fax` varchar(32) NOT NULL DEFAULT '',
1642  `organisation_email` varchar(128) NOT NULL DEFAULT '',1642  `organisation_email` varchar(128) NOT NULL DEFAULT '',
1643  `organisation_url` text NOT NULL,1643  `organisation_url` text NOT NULL,
1644  `organisation_twitter` varchar(16) DEFAULT NULL,1644  `organisation_twitter` varchar(16) DEFAULT NULL,
1645  `organisation_hashtags` text,1645  `organisation_hashtags` text,
1646  `organisation_installation` text NOT NULL,1646  `organisation_installation` text NOT NULL,
1647  `organisation_desc` text,1647  `organisation_desc` text,
1648  `template` varchar(32) NOT NULL DEFAULT 'default',1648  `template` varchar(32) NOT NULL DEFAULT 'default',
1649  `theme` varchar(255) DEFAULT NULL,1649  `theme` varchar(255) DEFAULT NULL,
1650  `aamc_institution_id` varchar(32) DEFAULT NULL,1650  `aamc_institution_id` varchar(32) DEFAULT NULL,
1651  `aamc_institution_name` varchar(255) DEFAULT NULL,1651  `aamc_institution_name` varchar(255) DEFAULT NULL,
1652  `aamc_program_id` varchar(32) DEFAULT NULL,1652  `aamc_program_id` varchar(32) DEFAULT NULL,
1653  `aamc_program_name` varchar(255) DEFAULT NULL,1653  `aamc_program_name` varchar(255) DEFAULT NULL,
1654  `track_events` tinyint(1) DEFAULT '0',1654  `track_events` tinyint(1) DEFAULT '0',
1655  `organisation_active` tinyint(1) NOT NULL DEFAULT '1',1655  `organisation_active` tinyint(1) NOT NULL DEFAULT '1',
1656  `app_id` int(11) NOT NULL DEFAULT '1'1656  `app_id` int(11) NOT NULL DEFAULT '1'
1657) ENGINE=InnoDB DEFAULT CHARSET=utf8;1657) ENGINE=InnoDB DEFAULT CHARSET=utf8;
16581658
1659--1659--
1660-- Dumping data for table `organisations`1660-- Dumping data for table `organisations`
1661--1661--
16621662
1663INSERT INTO `organisations` (`organisation_id`, `organisation_title`, `organisation_address1`, `organisation_address2`, `organisation_city`, `organisation_province`, `organisation_country`, `organisation_postcode`, `organisation_telephone`, `organisation_fax`, `organisation_email`, `organisation_url`, `organisation_twitter`, `organisation_hashtags`, `organisation_installation`, `organisation_desc`, `template`, `theme`, `aamc_institution_id`, `aamc_institution_name`, `aamc_program_id`, `aamc_program_name`, `track_events`, `organisation_active`, `app_id`) VALUES1663INSERT INTO `organisations` (`organisation_id`, `organisation_title`, `organisation_address1`, `organisation_address2`, `organisation_city`, `organisation_province`, `organisation_country`, `organisation_postcode`, `organisation_telephone`, `organisation_fax`, `organisation_email`, `organisation_url`, `organisation_twitter`, `organisation_hashtags`, `organisation_installation`, `organisation_desc`, `template`, `theme`, `aamc_institution_id`, `aamc_institution_name`, `aamc_program_id`, `aamc_program_name`, `track_events`, `organisation_active`, `app_id`) VALUES
1664(1, 'Your University', 'University Avenue', '', 'Kingston', 'ON', 'Canada', 'K7L3N6', '613-533-2000', '', 'http://www.yourschool.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1),1664(1, 'Your University', 'University Avenue', '', 'Kingston', 'ON', 'Canada', 'K7L3N6', '613-533-2000', '', 'http://www.yourschool.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1),
1665(2, 'Test Organization 2', '123 main st', '', 'Kingston', 'ON', 'Canada', 'L6A 3B1', '1234567890', '', 'http://www.organization2.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1);1665(2, 'Test Organization 2', '123 main st', '', 'Kingston', 'ON', 'Canada', 'L6A 3B1', '1234567890', '', 'http://www.organization2.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1);
16661666
1667-- --------------------------------------------------------1667-- --------------------------------------------------------
16681668
1669--1669--
1670-- Table structure for table `organisation_languages`1670-- Table structure for table `organisation_languages`
1671--1671--
16721672
1673CREATE TABLE `organisation_languages` (1673CREATE TABLE `organisation_languages` (
1674  `olanguages_id` int(11) UNSIGNED NOT NULL,1674  `olanguages_id` int(11) UNSIGNED NOT NULL,
1675  `organisation_id` int(12) UNSIGNED NOT NULL,1675  `organisation_id` int(12) UNSIGNED NOT NULL,
1676  `language_id` int(12) NOT NULL,1676  `language_id` int(12) NOT NULL,
1677  `language_file` varchar(32) NOT NULL,1677  `language_file` varchar(32) NOT NULL,
1678  `default` int(1) UNSIGNED NOT NULL,1678  `default` int(1) UNSIGNED NOT NULL,
1679  `active` int(1) UNSIGNED DEFAULT NULL,1679  `active` int(1) UNSIGNED DEFAULT NULL,
1680  `updated_date` bigint(64) NOT NULL,1680  `updated_date` bigint(64) NOT NULL,
1681  `updated_by` int(11) NOT NULL1681  `updated_by` int(11) NOT NULL
1682) ENGINE=InnoDB DEFAULT CHARSET=latin1;1682) ENGINE=InnoDB DEFAULT CHARSET=latin1;
16831683
1684-- --------------------------------------------------------1684-- --------------------------------------------------------
16851685
1686--1686--
1687-- Table structure for table `organisation_timezone`1687-- Table structure for table `organisation_timezone`
1688--1688--
16891689
1690CREATE TABLE `organisation_timezone` (1690CREATE TABLE `organisation_timezone` (
1691  `otimezone_id` int(11) UNSIGNED NOT NULL,1691  `otimezone_id` int(11) UNSIGNED NOT NULL,
1692  `organisation_id` int(12) UNSIGNED NOT NULL,1692  `organisation_id` int(12) UNSIGNED NOT NULL,
1693  `timezone_id` int(11) UNSIGNED NOT NULL,1693  `timezone_id` int(11) UNSIGNED NOT NULL,
1694  `updated_date` bigint(64) NOT NULL,1694  `updated_date` bigint(64) NOT NULL,
1695  `created_date` bigint(64) NOT NULL,1695  `created_date` bigint(64) NOT NULL,
1696  `updated_by` int(11) NOT NULL1696  `updated_by` int(11) NOT NULL
1697) ENGINE=InnoDB DEFAULT CHARSET=latin1;1697) ENGINE=InnoDB DEFAULT CHARSET=latin1;
16981698
1699-- --------------------------------------------------------1699-- --------------------------------------------------------
17001700
1701--1701--
1702-- Table structure for table `password_reset`1702-- Table structure for table `password_reset`
1703--1703--
17041704
1705CREATE TABLE `password_reset` (1705CREATE TABLE `password_reset` (
1706  `id` int(12) UNSIGNED NOT NULL,1706  `id` int(12) UNSIGNED NOT NULL,
1707  `ip` varchar(24) NOT NULL DEFAULT '',1707  `ip` varchar(24) NOT NULL DEFAULT '',
1708  `date` bigint(64) NOT NULL DEFAULT '0',1708  `date` bigint(64) NOT NULL DEFAULT '0',
1709  `user_id` int(12) NOT NULL DEFAULT '0',1709  `user_id` int(12) NOT NULL DEFAULT '0',
1710  `hash` varchar(64) NOT NULL DEFAULT '',1710  `hash` varchar(64) NOT NULL DEFAULT '',
1711  `complete` int(1) NOT NULL DEFAULT '0'1711  `complete` int(1) NOT NULL DEFAULT '0'
1712) ENGINE=InnoDB DEFAULT CHARSET=utf8;1712) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17131713
1714-- --------------------------------------------------------1714-- --------------------------------------------------------
17151715
1716--1716--
1717-- Table structure for table `registered_apps`1717-- Table structure for table `registered_apps`
1718--1718--
17191719
1720CREATE TABLE `registered_apps` (1720CREATE TABLE `registered_apps` (
1721  `id` int(12) UNSIGNED NOT NULL,1721  `id` int(12) UNSIGNED NOT NULL,
1722  `script_id` varchar(32) NOT NULL DEFAULT '0',1722  `script_id` varchar(32) NOT NULL DEFAULT '0',
1723  `script_password` varchar(32) NOT NULL DEFAULT '',1723  `script_password` varchar(32) NOT NULL DEFAULT '',
1724  `server_ip` varchar(75) NOT NULL DEFAULT '',1724  `server_ip` varchar(75) NOT NULL DEFAULT '',
1725  `server_url` text NOT NULL,1725  `server_url` text NOT NULL,
1726  `employee_rep` int(12) UNSIGNED NOT NULL DEFAULT '0',1726  `employee_rep` int(12) UNSIGNED NOT NULL DEFAULT '0',
1727  `notes` text NOT NULL1727  `notes` text NOT NULL
1728) ENGINE=InnoDB DEFAULT CHARSET=utf8;1728) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17291729
1730--1730--
1731-- Dumping data for table `registered_apps`1731-- Dumping data for table `registered_apps`
1732--1732--
17331733
1734INSERT INTO `registered_apps` (`id`, `script_id`, `script_password`, `server_ip`, `server_url`, `employee_rep`, `notes`) VALUES1734INSERT INTO `registered_apps` (`id`, `script_id`, `script_password`, `server_ip`, `server_url`, `employee_rep`, `notes`) VALUES
1735(1, '172c32d7b17cb8f4436fdac056bf85d8', 'fa2c8b48546ea55f8aa51cbb842d20f8', '%', '%', 1, 'First Elentra Account - System');1735(1, '172c32d7b17cb8f4436fdac056bf85d8', 'fa2c8b48546ea55f8aa51cbb842d20f8', '%', '%', 1, 'First Elentra Account - System');
17361736
1737-- --------------------------------------------------------1737-- --------------------------------------------------------
17381738
1739--1739--
1740-- Table structure for table `sessions`1740-- Table structure for table `sessions`
1741--1741--
17421742
1743CREATE TABLE `sessions` (1743CREATE TABLE `sessions` (
1744  `sesskey` varchar(64) NOT NULL DEFAULT '',1744  `sesskey` varchar(64) NOT NULL DEFAULT '',
1745  `expiry` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,1745  `expiry` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
1746  `expireref` varchar(250) DEFAULT '',1746  `expireref` varchar(250) DEFAULT '',
1747  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',1747  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1748  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',1748  `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
1749  `sessdata` longtext1749  `sessdata` longtext
1750) ENGINE=InnoDB DEFAULT CHARSET=utf8;1750) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17511751
1752--1752--
1753-- Dumping data for table `sessions`1753-- Dumping data for table `sessions`
1754--1754--
17551755
1756INSERT INTO `sessions` (`sesskey`, `expiry`, `expireref`, `created`, `modified`, `sessdata`) VALUES1756INSERT INTO `sessions` (`sesskey`, `expiry`, `expireref`, `created`, `modified`, `sessdata`) VALUES
n1757('8hbfb60tg39nunto3pt7seje3v', '2023-05-29 18:33:03', '', '2023-05-29 17:33:03', '2023-05-29 17:33:03', ''),n1757('0fctadjhg0b23259k7ou7v160o', '2023-06-01 18:51:23', '0', '2023-06-01 17:51:23', '2023-06-01 17:51:23', ''),
1758('99o4up37g104vd6rtn88vhfd8b', '2023-05-29 18:33:06', '', '2023-05-29 17:33:06', '2023-05-29 17:33:06', ''),1758('1ptvsugosli28k53armklrstt6', '2023-06-01 18:51:47', '0', '2023-06-01 17:51:47', '2023-06-01 17:51:47', ''),
1759('fcfoglggc7ppopcbt04t5cfsnq', '2023-05-29 18:38:16', '0', '2023-05-29 17:33:16', '2023-05-29 17:38:16', '');1759('2eb93facgui901k1ga6istf29e', '2023-06-01 19:01:50', '0', '2023-06-01 18:01:50', '2023-06-01 18:01:50', ''),
1760('4qtvrkb0sl3eg2lq5fertm0s5j', '2023-06-01 17:07:07', '0', '2023-06-01 16:07:07', '2023-06-01 16:07:07', ''),
1761('5f0n1od3jcgtu0ber8sc4g0ba8', '2023-06-01 19:32:08', '0', '2023-06-01 18:32:08', '2023-06-01 18:32:08', ''),
1762('73756egakdsu4s1lvau6cmkuur', '2023-06-01 18:52:10', '0', '2023-06-01 17:52:10', '2023-06-01 17:52:10', ''),
1763('7o85mhpiboejdg9dq33js37fq8', '2023-06-01 18:51:47', '0', '2023-06-01 17:51:47', '2023-06-01 17:51:47', ''),
1764('7vnh7sgikrm5qcbrgvi6nj6vu1', '2023-06-01 18:51:46', '0', '2023-06-01 17:08:07', '2023-06-01 17:51:46', ''),
1765('83oeb5gjupaps8m7lio6s7k4id', '2023-06-01 19:33:35', '6', '2023-06-01 18:32:33', '2023-06-01 18:33:35', 'app-1%7Ca%3A3%3A%7Bs%3A3%3A%22tmp%22%3Ba%3A4%3A%7Bs%3A9%3A%22access_id%22%3Bi%3A7%3Bs%3A9%3A%22dashboard%22%3Ba%3A2%3A%7Bs%3A7%3A%22poll_id%22%3Bi%3A0%3Bs%3A14%3A%22previous_query%22%3Ba%3A4%3A%7Bs%3A5%3A%22query%22%3Bs%3A3416%3A%22SELECT%20%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_contacts%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20%60event_contacts%60.%60contact_order%60%20%3D%20%270%27%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_audience%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60event_contacts%60.%60proxy_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60courses%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%28%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60curriculum_lu_types%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WHERE%20%60events%60.%60event_id%60%20IN%20%280%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20GROUP%20BY%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A15%3A%22limitless_query%22%3Bs%3A4037%3A%22SELECT%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_reservation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%2C%0A%09%09%09%09%09%09%09%60events%60.%60event_objectives%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%20%09LEFT%20JOIN%20%60event_contacts%60%20AS%20%60primary_teacher%60%0A%09%09%09%09%09%09%09ON%20%60primary_teacher%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09AND%20%60primary_teacher%60.%60contact_order%60%20%3D%20%270%27%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_eventtypes%60%0A%09%09%09%09%09%09%09ON%20%60event_eventtypes%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_curriculum_tracks%60%0A%09%09%09%09%09%09%09ON%20%60event_curriculum_tracks%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_audience%60%0A%09%09%09%09%09%09%09ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_contacts%60%0A%09%09%09%09%09%09%09%09ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09AND%20%28%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%09%09%09%09%09%09%09ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60primary_teacher%60.%60proxy_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60courses%60%0A%09%09%09%09%09%09%09ON%20%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60curriculum_lu_types%60%0A%09%09%09%09%09%09%09ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09WHERE%20%60courses%60.%60organisation_id%60%20%3D%20%271%27%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%20AND%20%28%60events%60.%60event_start%60%20BETWEEN%20%271685246400%27%20AND%20%271685851199%27%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20BETWEEN%271685246400%27%20AND%20%271685851199%27%29%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20%3E%3D%20%271685851199%27%20AND%20%60events%60.%60event_start%60%20%3C%3D%20%271685246400%27%29%29%20AND%20%28%28%28%60primary_teacher%60.%60proxy_id%60%20IN%20%286%29%20OR%20%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%20OR%20%28%60event_audience%60.%60audience_type%60%20%3D%20%27faculty_id%27%20AND%20%60event_audience%60.%60audience_value%60%20IN%20%286%29%29%29%29GROUP%20BY%20%60events%60.%60event_id%60%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A19%3A%22total_returned_rows%22%3Bi%3A0%3Bs%3A10%3A%22total_rows%22%3Bi%3A0%3B%7D%7Ds%3A7%3A%22caltime%22%3Bi%3A1685644356%3Bs%3A6%3A%22events%22%3Ba%3A1%3A%7Bs%3A14%3A%22previous_query%22%3Ba%3A4%3A%7Bs%3A5%3A%22query%22%3Bs%3A3416%3A%22SELECT%20%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_contacts%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20%60event_contacts%60.%60contact_order%60%20%3D%20%270%27%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_audience%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60event_contacts%60.%60proxy_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60courses%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%28%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60curriculum_lu_types%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WHERE%20%60events%60.%60event_id%60%20IN%20%280%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20GROUP%20BY%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A15%3A%22limitless_query%22%3Bs%3A4037%3A%22SELECT%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_reservation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%2C%0A%09%09%09%09%09%09%09%60events%60.%60event_objectives%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%20%09LEFT%20JOIN%20%60event_contacts%60%20AS%20%60primary_teacher%60%0A%09%09%09%09%09%09%09ON%20%60primary_teacher%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09AND%20%60primary_teacher%60.%60contact_order%60%20%3D%20%270%27%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_eventtypes%60%0A%09%09%09%09%09%09%09ON%20%60event_eventtypes%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_curriculum_tracks%60%0A%09%09%09%09%09%09%09ON%20%60event_curriculum_tracks%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_audience%60%0A%09%09%09%09%09%09%09ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_contacts%60%0A%09%09%09%09%09%09%09%09ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09AND%20%28%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%09%09%09%09%09%09%09ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60primary_teacher%60.%60proxy_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60courses%60%0A%09%09%09%09%09%09%09ON%20%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60curriculum_lu_types%60%0A%09%09%09%09%09%09%09ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09WHERE%20%60courses%60.%60organisation_id%60%20%3D%20%271%27%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%20AND%20%28%60events%60.%60event_start%60%20BETWEEN%20%271685246400%27%20AND%20%271685851199%27%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20BETWEEN%271685246400%27%20AND%20%271685851199%27%29%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20%3E%3D%20%271685851199%27%20AND%20%60events%60.%60event_start%60%20%3C%3D%20%271685246400%27%29%29%20AND%20%28%28%28%60primary_teacher%60.%60proxy_id%60%20IN%20%286%29%20OR%20%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%20OR%20%28%60event_audience%60.%60audience_type%60%20%3D%20%27faculty_id%27%20AND%20%60event_audience%60.%60audience_value%60%20IN%20%286%29%29%29%29GROUP%20BY%20%60events%60.%60event_id%60%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A19%3A%22total_returned_rows%22%3Bi%3A0%3Bs%3A10%3A%22total_rows%22%3Bi%3A0%3B%7D%7D%7Ds%3A21%3A%22organisation_switcher%22%3Ba%3A2%3A%7Bs%3A15%3A%22organisation_id%22%3Bi%3A1%3Bs%3A9%3A%22access_id%22%3Bi%3A7%3B%7Ds%3A9%3A%22dashboard%22%3Ba%3A2%3A%7Bs%3A7%3A%22dlength%22%3Bi%3A2%3Bs%3A17%3A%22course_preference%22%3Ba%3A2%3A%7Bs%3A9%3A%22course_id%22%3Bi%3A16%3Bs%3A11%3A%22course_name%22%3Bs%3A15%3A%22deep3%3A%20Deepdive%22%3B%7D%7D%7Dpermissions%7Ca%3A1%3A%7Bi%3A7%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%226%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%227%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22faculty%22%3Bs%3A4%3A%22role%22%3Bs%3A8%3A%22lecturer%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%2232de95ea75890d79256bab23e08ed9fb%22%3Bs%3A8%3A%22fullname%22%3Bs%3A17%3A%22Lecturer%2C%20Faculty%22%3Bs%3A9%3A%22firstname%22%3Bs%3A7%3A%22Faculty%22%3Bs%3A8%3A%22lastname%22%3Bs%3A8%3A%22Lecturer%22%3B%7D%7DisAuthorized%7Cb%3A1%3Bauth%7Ca%3A1%3A%7Bs%3A6%3A%22method%22%3Bs%3A3%3A%22sso%22%3B%7Ddetails%7Ca%3A24%3A%7Bs%3A6%3A%22app_id%22%3Bi%3A1%3Bs%3A2%3A%22id%22%3Bs%3A1%3A%226%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%227%22%3Bs%3A6%3A%22prefix%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22number%22%3Bs%3A1%3A%226%22%3Bs%3A8%3A%22username%22%3Bs%3A5%3A%22user6%22%3Bs%3A9%3A%22firstname%22%3Bs%3A7%3A%22Faculty%22%3Bs%3A8%3A%22lastname%22%3Bs%3A8%3A%22Lecturer%22%3Bs%3A5%3A%22email%22%3Bs%3A22%3A%22developer6%40elentra.com%22%3Bs%3A9%3A%22email_alt%22%3Bs%3A22%3A%22developer6%40elentra.com%22%3Bs%3A13%3A%22email_updated%22%3Bb%3A1%3Bs%3A9%3A%22google_id%22%3BN%3Bs%3A9%3A%22telephone%22%3Bs%3A12%3A%22%2B11234567890%22%3Bs%3A4%3A%22role%22%3Bs%3A8%3A%22lecturer%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22faculty%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A7%3A%22expires%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22lastlogin%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22privacy_level%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22copyright%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22notifications%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%2232de95ea75890d79256bab23e08ed9fb%22%3Bs%3A16%3A%22allow_podcasting%22%3Bb%3A0%3Bs%3A5%3A%22token%22%3Bs%3A439%3A%22eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbWUuZGV2LmVsZW50cmEuY2xvdWQvYXBpL3YyL2F1dGgvbG9naW4iLCJpYXQiOjE2ODU2NDQzNTMsImV4cCI6MTY4NTY0Nzk1MywibmJmIjoxNjg1NjQ0MzUzLCJqdGkiOiJpa0xqbG1NdnFaaXhBZXU2Iiwic3ViIjo2LCJwcnYiOiIyNjY2ZDg3ZDYzMzZiYmY4N2MxOWY3YTE4ZGRkMzExYzg5ZmVlYTM4IiwiYXV0aF9tZXRob2QiOiJzc28iLCJhdXRoX2FwcF9pZCI6IjEiLCJzZXNzaW9uX2lkIjoiODNvZWI1Z2p1cGFwczhtN2xpbzZzN2s0aWQifQ.ojgaU17wlP5XZe6M-qaD8QlMYpVeodQtGtcqmeM-4Ic%22%3B%7Dprevious_session%7Ca%3A6%3A%7Bs%3A5%3A%22app-1%22%3Ba%3A4%3A%7Bs%3A3%3A%22tmp%22%3Ba%3A1%3A%7Bs%3A9%3A%22access_id%22%3Bi%3A1%3B%7Ds%3A21%3A%22organisation_switcher%22%3Ba%3A2%3A%7Bs%3A15%3A%22organisation_id%22%3Bi%3A1%3Bs%3A9%3A%22access_id%22%3Bi%3A1%3B%7Ds%3A5%3A%22users%22%3Ba%3A2%3A%7Bs%3A2%3A%22sb%22%3Bs%3A8%3A%22fullname%22%3Bs%3A2%3A%22so%22%3Bs%3A3%3A%22asc%22%3B%7Ds%3A23%3A%22cbme_progress_dashboard%22%3Ba%3A1%3A%7Bs%3A17%3A%22course_preference%22%3Ba%3A1%3A%7Bi%3A1%3Ba%3A2%3A%7Bs%3A9%3A%22course_id%22%3Bi%3A16%3Bs%3A11%3A%22course_name%22%3Bs%3A15%3A%22deep3%3A%20Deepdive%22%3B%7D%7D%7D%7Ds%3A11%3A%22permissions%22%3Ba%3A2%3A%7Bi%3A1%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%221%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22fbbeb05c0bdeb9fe489765034ae76b58%22%3Bs%3A8%3A%22fullname%22%3Bs%3A20%3A%22Adminstrator%2C%20System%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3B%7Di%3A6%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%226%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%222%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22f5410aa1f4b03351ef2c18c47035500d%22%3Bs%3A8%3A%22fullname%22%3Bs%3A20%3A%22Adminstrator%2C%20System%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3B%7D%7Ds%3A12%3A%22isAuthorized%22%3Bb%3A1%3Bs%3A4%3A%22auth%22%3Ba%3A1%3A%7Bs%3A6%3A%22method%22%3Bs%3A5%3A%22local%22%3B%7Ds%3A7%3A%22details%22%3Ba%3A25%3A%7Bs%3A6%3A%22app_id%22%3Bi%3A1%3Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%221%22%3Bs%3A6%3A%22prefix%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22number%22%3Bs%3A1%3A%220%22%3Bs%3A8%3A%22username%22%3Bs%3A5%3A%22user1%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3Bs%3A5%3A%22email%22%3Bs%3A26%3A%22local%40me.dev.elentra.cloud%22%3Bs%3A9%3A%22email_alt%22%3Bs%3A0%3A%22%22%3Bs%3A13%3A%22email_updated%22%3Bb%3A0%3Bs%3A9%3A%22google_id%22%3BN%3Bs%3A9%3A%22telephone%22%3Bs%3A0%3A%22%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A7%3A%22expires%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22lastlogin%22%3Bs%3A10%3A%221685641906%22%3Bs%3A13%3A%22privacy_level%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22copyright%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22notifications%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22fbbeb05c0bdeb9fe489765034ae76b58%22%3Bs%3A16%3A%22allow_podcasting%22%3Bs%3A3%3A%22all%22%3Bs%3A5%3A%22token%22%3Bs%3A441%3A%22eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbWUuZGV2LmVsZW50cmEuY2xvdWQvYXBpL3YyL2F1dGgvbG9naW4iLCJpYXQiOjE2ODU2NDE5MDYsImV4cCI6MTY4NTY0NTUwNiwibmJmIjoxNjg1NjQxOTA2LCJqdGkiOiJJWW9hME50ZDhhRjJrVkxEIiwic3ViIjoxLCJwcnYiOiIyNjY2ZDg3ZDYzMzZiYmY4N2MxOWY3YTE4ZGRkMzExYzg5ZmVlYTM4IiwiYXV0aF9tZXRob2QiOiJsb2NhbCIsImF1dGhfYXBwX2lkIjoiMSIsInNlc3Npb25faWQiOiJnb2Zxajh0bGt2cnBhNTRjbDE4ZnZjajFrdiJ9.8SAIVwPKLhV3Hby2Bk95-NCcMhJu8AwxDVRjqau85ns%22%3Bs%3A9%3A%22grad_year%22%3Bi%3A2026%3B%7Ds%3A6%3A%22locale%22%3Ba%3A3%3A%7Bs%3A6%3A%22org_id%22%3Bi%3A1%3Bs%3A8%3A%22timezone%22%3Bs%3A15%3A%22America%2FToronto%22%3Bs%3A8%3A%22language%22%3Bs%3A2%3A%22en%22%3B%7D%7Dfirst_session_id%7Cs%3A1%3A%221%22%3Blocale%7Ca%3A3%3A%7Bs%3A6%3A%22org_id%22%3Bi%3A1%3Bs%3A8%3A%22timezone%22%3Bs%3A15%3A%22America%2FToronto%22%3Bs%3A8%3A%22language%22%3Bs%3A2%3A%22en%22%3B%7D'),
1766('aacu80cm1iek07rf40lhe4g36p', '2023-06-01 19:32:35', '0', '2023-06-01 18:32:35', '2023-06-01 18:32:35', ''),
1767('cp7vtqvu03qc95nsi10laehbmf', '2023-06-01 19:31:56', '', '2023-06-01 18:31:56', '2023-06-01 18:31:56', ''),
1768('d9ld38pk9cvfrlkmasa58dohp4', '2023-06-01 17:07:08', '0', '2023-06-01 16:07:08', '2023-06-01 16:07:08', ''),
1769('dpkpsi1sijvtqagtukrtv53b64', '2023-06-01 18:58:43', '0', '2023-06-01 17:58:43', '2023-06-01 17:58:43', ''),
1770('e0ngbsgvdkfj41apkqqkfaacva', '2023-06-01 19:32:10', '0', '2023-06-01 18:32:10', '2023-06-01 18:32:10', ''),
1771('e2i1fp6cupi251e6sdcustibbq', '2023-06-01 18:58:43', '0', '2023-06-01 17:58:43', '2023-06-01 17:58:43', ''),
1772('enkg2rvt2btrru821rc2o2ba3g', '2023-06-01 19:01:50', '0', '2023-06-01 18:01:50', '2023-06-01 18:01:50', ''),
1773('erl5fjgi1tfdmggmpq7ta6bjgc', '2023-06-01 18:52:09', '0', '2023-06-01 17:52:09', '2023-06-01 17:52:09', ''),
1774('gofqj8tlkvrpa54cl18fvcj1kv', '2023-06-01 19:32:33', '6', '2023-06-01 18:32:33', '2023-06-01 18:32:33', ''),
1775('gv9ab5fa1ucju10b4ifenmumph', '2023-06-01 17:07:08', '0', '2023-06-01 16:07:08', '2023-06-01 16:07:08', ''),
1776('h3jugtl4tmed1ur959qvgkk5es', '2023-06-01 18:08:07', '0', '2023-06-01 17:08:06', '2023-06-01 17:08:07', ''),
1777('i9h86f8rfp68dfock6m8d3vcti', '2023-06-01 18:58:42', '0', '2023-06-01 17:58:42', '2023-06-01 17:58:42', ''),
1778('ih2tun59teuk5o9j75vsk3e42i', '2023-06-01 18:52:09', '0', '2023-06-01 17:52:09', '2023-06-01 17:52:09', ''),
1779('j66ft3p2p03ojje5aqna3amtck', '2023-06-01 18:51:29', '0', '2023-06-01 17:51:29', '2023-06-01 17:51:29', ''),
1780('j93ksi3qd9i6v5vsq26kb6lo99', '2023-06-01 19:32:09', '0', '2023-06-01 18:32:09', '2023-06-01 18:32:09', ''),
1781('l9rqfgf0f1hpambe0j1p88i4tf', '2023-06-01 19:01:49', '0', '2023-06-01 18:01:49', '2023-06-01 18:01:49', ''),
1782('m18s2b3aaup7clotplga6hnl2t', '2023-06-01 19:32:35', '0', '2023-06-01 18:32:35', '2023-06-01 18:32:35', ''),
1783('mnhe5oihj7k2rbms1n4tf8lqsh', '2023-06-01 19:32:09', '0', '2023-06-01 18:32:09', '2023-06-01 18:32:09', ''),
1784('msrp4edidjfvb4p708acpkqqfh', '2023-06-01 18:51:48', '0', '2023-06-01 17:51:48', '2023-06-01 17:51:48', ''),
1785('pmt6jmh17ibk348s0fd8t6rh68', '2023-06-01 17:07:09', '0', '2023-06-01 16:07:09', '2023-06-01 16:07:09', ''),
1786('qrhis0aqjebqv1d0fd7l953ge7', '2023-06-01 19:01:51', '0', '2023-06-01 18:01:51', '2023-06-01 18:01:51', ''),
1787('qu9hisseq735fq8ph9gkebfrp9', '2023-06-01 18:51:48', '0', '2023-06-01 17:51:48', '2023-06-01 17:51:48', ''),
1788('r6sdkan5rir4oeuqnjsujqqku1', '2023-06-01 19:32:34', '0', '2023-06-01 18:32:34', '2023-06-01 18:32:34', ''),
1789('saaesdbfuprhs3n8udivfg56u5', '2023-06-01 18:58:41', '7', '2023-06-01 17:58:41', '2023-06-01 17:58:41', ''),
1790('t5qijmvn7mnjlcl19f7somrl4p', '2023-06-01 17:07:07', '0', '2023-06-01 16:07:07', '2023-06-01 16:07:07', ''),
1791('un8mtdtcfrvlmfb4sqfqk3l7sl', '2023-06-01 18:58:42', '0', '2023-06-01 17:58:42', '2023-06-01 17:58:42', ''),
1792('useuqvl8u4u86u23m2p1is771d', '2023-06-01 19:32:08', '0', '2023-06-01 18:32:08', '2023-06-01 18:32:08', ''),
1793('vqf9n6d0oodjmj6lq9nkbklokj', '2023-06-01 19:32:36', '0', '2023-06-01 18:32:36', '2023-06-01 18:32:36', ''),
1794('vtij4hfe52mv8mlmppmnah5jdb', '2023-06-01 18:52:10', '0', '2023-06-01 17:52:10', '2023-06-01 17:52:10', '');
17601795
1761-- --------------------------------------------------------1796-- --------------------------------------------------------
17621797
1763--1798--
1764-- Table structure for table `statistics`1799-- Table structure for table `statistics`
1765--1800--
17661801
1767CREATE TABLE `statistics` (1802CREATE TABLE `statistics` (
1768  `statistic_id` int(12) UNSIGNED NOT NULL,1803  `statistic_id` int(12) UNSIGNED NOT NULL,
1769  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1804  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1770  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1805  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1771  `role` varchar(32) NOT NULL DEFAULT '',1806  `role` varchar(32) NOT NULL DEFAULT '',
1772  `group` varchar(32) NOT NULL DEFAULT '',1807  `group` varchar(32) NOT NULL DEFAULT '',
1773  `timestamp` bigint(64) NOT NULL DEFAULT '0',1808  `timestamp` bigint(64) NOT NULL DEFAULT '0',
1774  `prune_after` bigint(64) NOT NULL DEFAULT '0'1809  `prune_after` bigint(64) NOT NULL DEFAULT '0'
1775) ENGINE=InnoDB DEFAULT CHARSET=utf8;1810) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17761811
1777-- --------------------------------------------------------1812-- --------------------------------------------------------
17781813
1779--1814--
1780-- Table structure for table `system_groups`1815-- Table structure for table `system_groups`
1781--1816--
17821817
1783CREATE TABLE `system_groups` (1818CREATE TABLE `system_groups` (
1784  `id` int(11) NOT NULL,1819  `id` int(11) NOT NULL,
1785  `group_name` varchar(45) NOT NULL,1820  `group_name` varchar(45) NOT NULL,
1786  `visible` tinyint(1) NOT NULL DEFAULT '1'1821  `visible` tinyint(1) NOT NULL DEFAULT '1'
1787) ENGINE=InnoDB DEFAULT CHARSET=utf8;1822) ENGINE=InnoDB DEFAULT CHARSET=utf8;
17881823
1789--1824--
1790-- Dumping data for table `system_groups`1825-- Dumping data for table `system_groups`
1791--1826--
17921827
1793INSERT INTO `system_groups` (`id`, `group_name`, `visible`) VALUES1828INSERT INTO `system_groups` (`id`, `group_name`, `visible`) VALUES
1794(1, 'student', 1),1829(1, 'student', 1),
1795(2, 'alumni', 1),1830(2, 'alumni', 1),
1796(3, 'faculty', 1),1831(3, 'faculty', 1),
1797(4, 'resident', 1),1832(4, 'resident', 1),
1798(5, 'staff', 1),1833(5, 'staff', 1),
1799(6, 'medtech', 1),1834(6, 'medtech', 1),
1800(7, 'guest', 0);1835(7, 'guest', 0);
18011836
1802-- --------------------------------------------------------1837-- --------------------------------------------------------
18031838
1804--1839--
1805-- Table structure for table `system_group_organisation`1840-- Table structure for table `system_group_organisation`
1806--1841--
18071842
1808CREATE TABLE `system_group_organisation` (1843CREATE TABLE `system_group_organisation` (
1809  `groups_id` int(11) NOT NULL,1844  `groups_id` int(11) NOT NULL,
1810  `organisation_id` int(12) UNSIGNED NOT NULL1845  `organisation_id` int(12) UNSIGNED NOT NULL
1811) ENGINE=InnoDB DEFAULT CHARSET=utf8;1846) ENGINE=InnoDB DEFAULT CHARSET=utf8;
18121847
1813--1848--
1814-- Dumping data for table `system_group_organisation`1849-- Dumping data for table `system_group_organisation`
1815--1850--
18161851
1817INSERT INTO `system_group_organisation` (`groups_id`, `organisation_id`) VALUES1852INSERT INTO `system_group_organisation` (`groups_id`, `organisation_id`) VALUES
1818(1, 1),1853(1, 1),
1819(1, 2),1854(1, 2),
1820(2, 1),1855(2, 1),
1821(2, 2),1856(2, 2),
1822(3, 1),1857(3, 1),
1823(3, 2),1858(3, 2),
1824(4, 1),1859(4, 1),
1825(4, 2),1860(4, 2),
1826(5, 1),1861(5, 1),
1827(5, 2),1862(5, 2),
1828(6, 1),1863(6, 1),
1829(6, 2),1864(6, 2),
1830(7, 1),1865(7, 1),
1831(7, 2);1866(7, 2);
18321867
1833-- --------------------------------------------------------1868-- --------------------------------------------------------
18341869
1835--1870--
1836-- Table structure for table `system_roles`1871-- Table structure for table `system_roles`
1837--1872--
18381873
1839CREATE TABLE `system_roles` (1874CREATE TABLE `system_roles` (
1840  `id` int(11) NOT NULL,1875  `id` int(11) NOT NULL,
1841  `role_name` varchar(45) NOT NULL,1876  `role_name` varchar(45) NOT NULL,
1842  `groups_id` int(11) NOT NULL1877  `groups_id` int(11) NOT NULL
1843) ENGINE=InnoDB DEFAULT CHARSET=utf8;1878) ENGINE=InnoDB DEFAULT CHARSET=utf8;
18441879
1845--1880--
1846-- Dumping data for table `system_roles`1881-- Dumping data for table `system_roles`
1847--1882--
18481883
1849INSERT INTO `system_roles` (`id`, `role_name`, `groups_id`) VALUES1884INSERT INTO `system_roles` (`id`, `role_name`, `groups_id`) VALUES
1850(1, 'student', 1),1885(1, 'student', 1),
1851(2, '2027', 2),1886(2, '2027', 2),
1852(3, '2026', 2),1887(3, '2026', 2),
1853(4, '2025', 2),1888(4, '2025', 2),
1854(5, '2024', 2),1889(5, '2024', 2),
1855(6, '2023', 2),1890(6, '2023', 2),
1856(7, '2022', 2),1891(7, '2022', 2),
1857(8, '2021', 2),1892(8, '2021', 2),
1858(9, '2020', 2),1893(9, '2020', 2),
1859(10, '2019', 2),1894(10, '2019', 2),
1860(11, '2022', 2),1895(11, '2022', 2),
1861(12, '2021', 2),1896(12, '2021', 2),
1862(13, '2020', 2),1897(13, '2020', 2),
1863(14, '2019', 2),1898(14, '2019', 2),
1864(15, '2018', 2),1899(15, '2018', 2),
1865(16, '2017', 2),1900(16, '2017', 2),
1866(17, '2016', 2),1901(17, '2016', 2),
1867(18, '2015', 2),1902(18, '2015', 2),
1868(19, 'faculty', 3),1903(19, 'faculty', 3),
1869(20, 'lecturer', 3),1904(20, 'lecturer', 3),
1870(21, 'director', 3),1905(21, 'director', 3),
1871(22, 'admin', 3),1906(22, 'admin', 3),
1872(23, 'resident', 4),1907(23, 'resident', 4),
1873(24, 'lecturer', 4),1908(24, 'lecturer', 4),
1874(25, 'staff', 5),1909(25, 'staff', 5),
1875(26, 'pcoordinator', 5),1910(26, 'pcoordinator', 5),
1876(27, 'admin', 5),1911(27, 'admin', 5),
1877(28, 'staff', 6),1912(28, 'staff', 6),
1878(29, 'admin', 6),1913(29, 'admin', 6),
1879(30, 'communityinvite', 7),1914(30, 'communityinvite', 7),
1880(31, 'translator', 5);1915(31, 'translator', 5);
18811916
1882-- --------------------------------------------------------1917-- --------------------------------------------------------
18831918
1884--1919--
1885-- Table structure for table `users_lu_genders`1920-- Table structure for table `users_lu_genders`
1886--1921--
18871922
1888CREATE TABLE `users_lu_genders` (1923CREATE TABLE `users_lu_genders` (
1889  `gender_id` int(2) NOT NULL,1924  `gender_id` int(2) NOT NULL,
1890  `short` varchar(5) NOT NULL,1925  `short` varchar(5) NOT NULL,
1891  `label` varchar(50) NOT NULL1926  `label` varchar(50) NOT NULL
1892) ENGINE=InnoDB DEFAULT CHARSET=latin1;1927) ENGINE=InnoDB DEFAULT CHARSET=latin1;
18931928
1894--1929--
1895-- Dumping data for table `users_lu_genders`1930-- Dumping data for table `users_lu_genders`
1896--1931--
18971932
1898INSERT INTO `users_lu_genders` (`gender_id`, `short`, `label`) VALUES1933INSERT INTO `users_lu_genders` (`gender_id`, `short`, `label`) VALUES
1899(1, 'F', 'Female'),1934(1, 'F', 'Female'),
1900(2, 'M', 'Male'),1935(2, 'M', 'Male'),
1901(3, 'NB', 'Non-Binary'),1936(3, 'NB', 'Non-Binary'),
1902(4, 'U', 'Undefined');1937(4, 'U', 'Undefined');
19031938
1904-- --------------------------------------------------------1939-- --------------------------------------------------------
19051940
1906--1941--
1907-- Table structure for table `users_lu_pronouns`1942-- Table structure for table `users_lu_pronouns`
1908--1943--
19091944
1910CREATE TABLE `users_lu_pronouns` (1945CREATE TABLE `users_lu_pronouns` (
1911  `pronoun_id` int(11) UNSIGNED NOT NULL,1946  `pronoun_id` int(11) UNSIGNED NOT NULL,
1912  `short` varchar(5) DEFAULT NULL,1947  `short` varchar(5) DEFAULT NULL,
1913  `pronoun_label` varchar(100) NOT NULL DEFAULT '',1948  `pronoun_label` varchar(100) NOT NULL DEFAULT '',
1914  `active` tinyint(1) NOT NULL1949  `active` tinyint(1) NOT NULL
1915) ENGINE=InnoDB DEFAULT CHARSET=latin1;1950) ENGINE=InnoDB DEFAULT CHARSET=latin1;
19161951
1917--1952--
1918-- Dumping data for table `users_lu_pronouns`1953-- Dumping data for table `users_lu_pronouns`
1919--1954--
19201955
1921INSERT INTO `users_lu_pronouns` (`pronoun_id`, `short`, `pronoun_label`, `active`) VALUES1956INSERT INTO `users_lu_pronouns` (`pronoun_id`, `short`, `pronoun_label`, `active`) VALUES
1922(1, 'H', 'He/him/his', 1),1957(1, 'H', 'He/him/his', 1),
1923(2, 'S', 'She/her/hers', 1),1958(2, 'S', 'She/her/hers', 1),
1924(3, 'T', 'They/them/theirs', 1),1959(3, 'T', 'They/them/theirs', 1),
1925(4, 'N', 'Prefer Not to Say', 1);1960(4, 'N', 'Prefer Not to Say', 1);
19261961
1927-- --------------------------------------------------------1962-- --------------------------------------------------------
19281963
1929--1964--
1930-- Table structure for table `user_access`1965-- Table structure for table `user_access`
1931--1966--
19321967
1933CREATE TABLE `user_access` (1968CREATE TABLE `user_access` (
1934  `id` int(12) UNSIGNED NOT NULL,1969  `id` int(12) UNSIGNED NOT NULL,
1935  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1970  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1936  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1971  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1937  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',1972  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
1938  `curriculum_track_id` int(12) DEFAULT NULL,1973  `curriculum_track_id` int(12) DEFAULT NULL,
1939  `account_active` enum('true','false') NOT NULL DEFAULT 'true',1974  `account_active` enum('true','false') NOT NULL DEFAULT 'true',
1940  `access_starts` bigint(64) NOT NULL DEFAULT '0',1975  `access_starts` bigint(64) NOT NULL DEFAULT '0',
1941  `access_expires` bigint(64) NOT NULL DEFAULT '0',1976  `access_expires` bigint(64) NOT NULL DEFAULT '0',
1942  `last_login` bigint(64) NOT NULL DEFAULT '0',1977  `last_login` bigint(64) NOT NULL DEFAULT '0',
1943  `last_ip` varchar(75) NOT NULL DEFAULT '',1978  `last_ip` varchar(75) NOT NULL DEFAULT '',
1944  `login_attempts` int(11) DEFAULT NULL,1979  `login_attempts` int(11) DEFAULT NULL,
1945  `locked_out_until` bigint(64) DEFAULT NULL,1980  `locked_out_until` bigint(64) DEFAULT NULL,
1946  `role` varchar(35) NOT NULL DEFAULT '',1981  `role` varchar(35) NOT NULL DEFAULT '',
1947  `group` varchar(35) NOT NULL DEFAULT '',1982  `group` varchar(35) NOT NULL DEFAULT '',
1948  `is_instructor` tinyint(1) DEFAULT '0',1983  `is_instructor` tinyint(1) DEFAULT '0',
1949  `extras` longtext,1984  `extras` longtext,
1950  `private_hash` varchar(32) DEFAULT NULL,1985  `private_hash` varchar(32) DEFAULT NULL,
1951  `notes` text1986  `notes` text
1952) ENGINE=InnoDB DEFAULT CHARSET=utf8;1987) ENGINE=InnoDB DEFAULT CHARSET=utf8;
19531988
1954--1989--
1955-- Dumping data for table `user_access`1990-- Dumping data for table `user_access`
1956--1991--
19571992
1958INSERT INTO `user_access` (`id`, `user_id`, `app_id`, `organisation_id`, `curriculum_track_id`, `account_active`, `access_starts`, `access_expires`, `last_login`, `last_ip`, `login_attempts`, `locked_out_until`, `role`, `group`, `is_instructor`, `extras`, `private_hash`, `notes`) VALUES1993INSERT INTO `user_access` (`id`, `user_id`, `app_id`, `organisation_id`, `curriculum_track_id`, `account_active`, `access_starts`, `access_expires`, `last_login`, `last_ip`, `login_attempts`, `locked_out_until`, `role`, `group`, `is_instructor`, `extras`, `private_hash`, `notes`) VALUES
n1959(1, 1, 1, 1, NULL, 'true', 1216149930, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, 'YToxOntzOjE2OiJhbGxvd19wb2RjYXN0aW5nIjtzOjM6ImFsbCI7fQ==', 'fbbeb05c0bdeb9fe489765034ae76b58', ''),n1994(1, 1, 1, 1, NULL, 'true', 1216149930, 0, 1685641906, '172.21.0.1', NULL, NULL, 'admin', 'medtech', 0, 'YToxOntzOjE2OiJhbGxvd19wb2RjYXN0aW5nIjtzOjM6ImFsbCI7fQ==', 'fbbeb05c0bdeb9fe489765034ae76b58', ''),
1960(2, 2, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f2946a92d0fa063b779f1683a2bd1c86', NULL),1995(2, 2, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f2946a92d0fa063b779f1683a2bd1c86', NULL),
1961(3, 3, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, '1defbe4e4ebb34749fa90be85d560afc', NULL),1996(3, 3, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, '1defbe4e4ebb34749fa90be85d560afc', NULL),
1962(4, 4, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f5ecc7ebf4bdddb01731f30a29c2c745', NULL),1997(4, 4, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f5ecc7ebf4bdddb01731f30a29c2c745', NULL),
1963(5, 5, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'admin', 'faculty', 1, NULL, '1c1de5e4bc5f9f0a704716a9476a25ce', NULL),1998(5, 5, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'admin', 'faculty', 1, NULL, '1c1de5e4bc5f9f0a704716a9476a25ce', NULL),
1964(6, 1, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, 'f5410aa1f4b03351ef2c18c47035500d', NULL),1999(6, 1, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, 'f5410aa1f4b03351ef2c18c47035500d', NULL),
1965(7, 6, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'lecturer', 'faculty', 1, NULL, '32de95ea75890d79256bab23e08ed9fb', NULL),2000(7, 6, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'lecturer', 'faculty', 1, NULL, '32de95ea75890d79256bab23e08ed9fb', NULL),
n1966(8, 7, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'director', 'faculty', 1, NULL, '6bea33e393fd1d65f139b5151d6ef3ab', NULL),n2001(8, 7, 1, 1, 1, 'true', 1685381586, 0, 0, '', 1, NULL, 'director', 'faculty', 1, NULL, '6bea33e393fd1d65f139b5151d6ef3ab', NULL),
1967(9, 8, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'pcoordinator', 'staff', 1, NULL, '18d01a2c11515f26f4c6c7b0d13da6f4', NULL),2002(9, 8, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'pcoordinator', 'staff', 1, NULL, '18d01a2c11515f26f4c6c7b0d13da6f4', NULL),
1968(10, 9, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, '635377cf18668f4808228fcc7553f51c', NULL),2003(10, 9, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, '635377cf18668f4808228fcc7553f51c', NULL),
1969(11, 10, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '2713cfb6a85d3bfaada1287d83165da7', NULL),2004(11, 10, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '2713cfb6a85d3bfaada1287d83165da7', NULL),
1970(12, 11, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, 'b6711b8aa75cd1b9a39e613f694ddc3a', NULL),2005(12, 11, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, 'b6711b8aa75cd1b9a39e613f694ddc3a', NULL),
1971(13, 12, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '5265423e76ee691b00ea4a45d891a694', NULL),2006(13, 12, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '5265423e76ee691b00ea4a45d891a694', NULL),
1972(14, 13, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, 'ca3f96f4bb18c0cc38112fa22ddddaf7', NULL),2007(14, 13, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, 'ca3f96f4bb18c0cc38112fa22ddddaf7', NULL),
1973(15, 14, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 1, NULL, '6ff591e561220d24438c2cd3dc740526', NULL),2008(15, 14, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 1, NULL, '6ff591e561220d24438c2cd3dc740526', NULL),
1974(16, 15, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '6ff591e561220d24438c2cd3dc740527', NULL),2009(16, 15, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '6ff591e561220d24438c2cd3dc740527', NULL),
1975(17, 16, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '6ff591e561220d24438c2cd3dc740528', NULL),2010(17, 16, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '6ff591e561220d24438c2cd3dc740528', NULL),
1976(18, 17, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3dc740529', NULL),2011(18, 17, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3dc740529', NULL),
1977(19, 18, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3df740519', NULL),2012(19, 18, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3df740519', NULL),
1978(20, 19, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ff591e561220g24438c1cd3df740519', NULL),2013(20, 19, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ff591e561220g24438c1cd3df740519', NULL),
1979(21, 19, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ef591e561220g24438c1cd3df740519', NULL);2014(21, 19, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ef591e561220g24438c1cd3df740519', NULL);
19802015
1981-- --------------------------------------------------------2016-- --------------------------------------------------------
19822017
1983--2018--
1984-- Table structure for table `user_acl_permission_assignments`2019-- Table structure for table `user_acl_permission_assignments`
1985--2020--
19862021
1987CREATE TABLE `user_acl_permission_assignments` (2022CREATE TABLE `user_acl_permission_assignments` (
1988  `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL,2023  `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL,
1989  `user_id` int(11) NOT NULL,2024  `user_id` int(11) NOT NULL,
1990  `organisation_id` int(11) NOT NULL,2025  `organisation_id` int(11) NOT NULL,
1991  `acl_permission_id` int(11) DEFAULT NULL,2026  `acl_permission_id` int(11) DEFAULT NULL,
1992  `user_acl_resource_container_id` int(11) DEFAULT NULL,2027  `user_acl_resource_container_id` int(11) DEFAULT NULL,
1993  `acl_permission_template_group_id` int(11) DEFAULT NULL,2028  `acl_permission_template_group_id` int(11) DEFAULT NULL,
1994  `acl_permission_template_id` int(11) DEFAULT NULL,2029  `acl_permission_template_id` int(11) DEFAULT NULL,
1995  `created_date` bigint(20) NOT NULL,2030  `created_date` bigint(20) NOT NULL,
1996  `created_by` int(11) NOT NULL,2031  `created_by` int(11) NOT NULL,
1997  `updated_date` bigint(20) DEFAULT NULL,2032  `updated_date` bigint(20) DEFAULT NULL,
1998  `updated_by` int(11) DEFAULT NULL,2033  `updated_by` int(11) DEFAULT NULL,
1999  `deleted_date` bigint(20) DEFAULT NULL2034  `deleted_date` bigint(20) DEFAULT NULL
2000) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;2035) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
20012036
2002-- --------------------------------------------------------2037-- --------------------------------------------------------
20032038
2004--2039--
2005-- Table structure for table `user_acl_resource_containers`2040-- Table structure for table `user_acl_resource_containers`
2006--2041--
20072042
2008CREATE TABLE `user_acl_resource_containers` (2043CREATE TABLE `user_acl_resource_containers` (
2009  `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL,2044  `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL,
2010  `acl_resource_container_id` int(11) NOT NULL,2045  `acl_resource_container_id` int(11) NOT NULL,
2011  `organisation_id` int(11) NOT NULL,2046  `organisation_id` int(11) NOT NULL,
2012  `user_id` int(11) NOT NULL,2047  `user_id` int(11) NOT NULL,
2013  `created_date` bigint(20) NOT NULL,2048  `created_date` bigint(20) NOT NULL,
2014  `created_by` int(11) NOT NULL,2049  `created_by` int(11) NOT NULL,
2015  `updated_date` bigint(20) DEFAULT NULL,2050  `updated_date` bigint(20) DEFAULT NULL,
2016  `updated_by` int(11) DEFAULT NULL,2051  `updated_by` int(11) DEFAULT NULL,
2017  `deleted_date` bigint(20) DEFAULT NULL2052  `deleted_date` bigint(20) DEFAULT NULL
2018) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;2053) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
20192054
2020-- --------------------------------------------------------2055-- --------------------------------------------------------
20212056
2022--2057--
2023-- Table structure for table `user_credentials`2058-- Table structure for table `user_credentials`
2024--2059--
20252060
2026CREATE TABLE `user_credentials` (2061CREATE TABLE `user_credentials` (
2027  `ucredential_id` int(12) UNSIGNED NOT NULL,2062  `ucredential_id` int(12) UNSIGNED NOT NULL,
2028  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2063  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2029  `ctype_id` int(12) UNSIGNED NOT NULL DEFAULT '0'2064  `ctype_id` int(12) UNSIGNED NOT NULL DEFAULT '0'
2030) ENGINE=InnoDB DEFAULT CHARSET=utf8;2065) ENGINE=InnoDB DEFAULT CHARSET=utf8;
20312066
2032-- --------------------------------------------------------2067-- --------------------------------------------------------
20332068
2034--2069--
2035-- Table structure for table `user_data`2070-- Table structure for table `user_data`
2036--2071--
20372072
2038CREATE TABLE `user_data` (2073CREATE TABLE `user_data` (
2039  `id` int(12) UNSIGNED NOT NULL,2074  `id` int(12) UNSIGNED NOT NULL,
2040  `number` varchar(36) NOT NULL DEFAULT '0',2075  `number` varchar(36) NOT NULL DEFAULT '0',
2041  `sso_id` varchar(128) DEFAULT NULL,2076  `sso_id` varchar(128) DEFAULT NULL,
2042  `username` varchar(255) DEFAULT NULL,2077  `username` varchar(255) DEFAULT NULL,
2043  `password` varchar(255) NOT NULL DEFAULT '',2078  `password` varchar(255) NOT NULL DEFAULT '',
2044  `salt` varchar(64) DEFAULT NULL,2079  `salt` varchar(64) DEFAULT NULL,
2045  `organisation_id` int(12) NOT NULL DEFAULT '1',2080  `organisation_id` int(12) NOT NULL DEFAULT '1',
2046  `department` varchar(255) DEFAULT NULL,2081  `department` varchar(255) DEFAULT NULL,
2047  `prefix` varchar(10) NOT NULL DEFAULT '',2082  `prefix` varchar(10) NOT NULL DEFAULT '',
2048  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',2083  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',
2049  `suffix_gen` varchar(15) NOT NULL DEFAULT '',2084  `suffix_gen` varchar(15) NOT NULL DEFAULT '',
2050  `firstname` varchar(35) NOT NULL DEFAULT '',2085  `firstname` varchar(35) NOT NULL DEFAULT '',
2051  `middlename` varchar(35) DEFAULT NULL,2086  `middlename` varchar(35) DEFAULT NULL,
2052  `lastname` varchar(35) NOT NULL DEFAULT '',2087  `lastname` varchar(35) NOT NULL DEFAULT '',
2053  `preferredname` varchar(35) DEFAULT NULL,2088  `preferredname` varchar(35) DEFAULT NULL,
2054  `title` varchar(128) DEFAULT NULL,2089  `title` varchar(128) DEFAULT NULL,
2055  `date_of_birth` bigint(64) DEFAULT NULL,2090  `date_of_birth` bigint(64) DEFAULT NULL,
2056  `degree` varchar(5) DEFAULT NULL,2091  `degree` varchar(5) DEFAULT NULL,
2057  `email` varchar(255) NOT NULL DEFAULT '',2092  `email` varchar(255) NOT NULL DEFAULT '',
2058  `email_alt` varchar(255) NOT NULL DEFAULT '',2093  `email_alt` varchar(255) NOT NULL DEFAULT '',
2059  `email_updated` bigint(64) DEFAULT NULL,2094  `email_updated` bigint(64) DEFAULT NULL,
2060  `google_id` varchar(128) DEFAULT NULL,2095  `google_id` varchar(128) DEFAULT NULL,
2061  `telephone` varchar(25) NOT NULL DEFAULT '',2096  `telephone` varchar(25) NOT NULL DEFAULT '',
2062  `mobile_number` bigint(20) DEFAULT NULL,2097  `mobile_number` bigint(20) DEFAULT NULL,
2063  `mobile_number_verified` tinyint(1) DEFAULT '0',2098  `mobile_number_verified` tinyint(1) DEFAULT '0',
2064  `mobile_number_verification_code` int(6) DEFAULT NULL,2099  `mobile_number_verification_code` int(6) DEFAULT NULL,
2065  `fax` varchar(25) NOT NULL DEFAULT '',2100  `fax` varchar(25) NOT NULL DEFAULT '',
2066  `address` varchar(255) NOT NULL DEFAULT '',2101  `address` varchar(255) NOT NULL DEFAULT '',
2067  `city` varchar(35) NOT NULL DEFAULT '',2102  `city` varchar(35) NOT NULL DEFAULT '',
2068  `province` varchar(35) NOT NULL DEFAULT '',2103  `province` varchar(35) NOT NULL DEFAULT '',
2069  `postcode` varchar(12) NOT NULL DEFAULT '',2104  `postcode` varchar(12) NOT NULL DEFAULT '',
2070  `country` varchar(35) NOT NULL DEFAULT '',2105  `country` varchar(35) NOT NULL DEFAULT '',
2071  `country_id` int(12) DEFAULT NULL,2106  `country_id` int(12) DEFAULT NULL,
2072  `province_id` int(12) DEFAULT NULL,2107  `province_id` int(12) DEFAULT NULL,
2073  `notes` text NOT NULL,2108  `notes` text NOT NULL,
2074  `office_hours` text,2109  `office_hours` text,
2075  `privacy_level` int(1) DEFAULT '0',2110  `privacy_level` int(1) DEFAULT '0',
2076  `copyright` bigint(64) NOT NULL DEFAULT '0',2111  `copyright` bigint(64) NOT NULL DEFAULT '0',
2077  `notifications` int(1) NOT NULL DEFAULT '1',2112  `notifications` int(1) NOT NULL DEFAULT '1',
2078  `admin_access` int(1) DEFAULT '0',2113  `admin_access` int(1) DEFAULT '0',
2079  `entry_year` int(11) DEFAULT NULL,2114  `entry_year` int(11) DEFAULT NULL,
2080  `grad_year` int(11) DEFAULT NULL,2115  `grad_year` int(11) DEFAULT NULL,
2081  `gender` int(2) DEFAULT NULL,2116  `gender` int(2) DEFAULT NULL,
2082  `pronoun_id` int(11) DEFAULT NULL,2117  `pronoun_id` int(11) DEFAULT NULL,
2083  `capture_consent` tinyint(1) DEFAULT NULL,2118  `capture_consent` tinyint(1) DEFAULT NULL,
2084  `clinical` int(1) NOT NULL DEFAULT '0',2119  `clinical` int(1) NOT NULL DEFAULT '0',
2085  `meeting_id` varchar(255) DEFAULT NULL,2120  `meeting_id` varchar(255) DEFAULT NULL,
2086  `uuid` varchar(36) DEFAULT NULL,2121  `uuid` varchar(36) DEFAULT NULL,
2087  `microsoft_object_id` varchar(36) DEFAULT NULL,2122  `microsoft_object_id` varchar(36) DEFAULT NULL,
2088  `pin` varchar(40) DEFAULT NULL,2123  `pin` varchar(40) DEFAULT NULL,
2089  `created_date` bigint(64) NOT NULL,2124  `created_date` bigint(64) NOT NULL,
2090  `created_by` int(11) NOT NULL,2125  `created_by` int(11) NOT NULL,
2091  `updated_date` bigint(64) DEFAULT NULL,2126  `updated_date` bigint(64) DEFAULT NULL,
2092  `updated_by` int(12) DEFAULT NULL2127  `updated_by` int(12) DEFAULT NULL
2093) ENGINE=InnoDB DEFAULT CHARSET=utf8;2128) ENGINE=InnoDB DEFAULT CHARSET=utf8;
20942129
2095--2130--
2096-- Dumping data for table `user_data`2131-- Dumping data for table `user_data`
2097--2132--
20982133
2099INSERT INTO `user_data` (`id`, `number`, `sso_id`, `username`, `password`, `salt`, `organisation_id`, `department`, `prefix`, `suffix_post_nominal`, `suffix_gen`, `firstname`, `middlename`, `lastname`, `preferredname`, `title`, `date_of_birth`, `degree`, `email`, `email_alt`, `email_updated`, `google_id`, `telephone`, `mobile_number`, `mobile_number_verified`, `mobile_number_verification_code`, `fax`, `address`, `city`, `province`, `postcode`, `country`, `country_id`, `province_id`, `notes`, `office_hours`, `privacy_level`, `copyright`, `notifications`, `admin_access`, `entry_year`, `grad_year`, `gender`, `pronoun_id`, `capture_consent`, `clinical`, `meeting_id`, `uuid`, `microsoft_object_id`, `pin`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES2134INSERT INTO `user_data` (`id`, `number`, `sso_id`, `username`, `password`, `salt`, `organisation_id`, `department`, `prefix`, `suffix_post_nominal`, `suffix_gen`, `firstname`, `middlename`, `lastname`, `preferredname`, `title`, `date_of_birth`, `degree`, `email`, `email_alt`, `email_updated`, `google_id`, `telephone`, `mobile_number`, `mobile_number_verified`, `mobile_number_verification_code`, `fax`, `address`, `city`, `province`, `postcode`, `country`, `country_id`, `province_id`, `notes`, `office_hours`, `privacy_level`, `copyright`, `notifications`, `admin_access`, `entry_year`, `grad_year`, `gender`, `pronoun_id`, `capture_consent`, `clinical`, `meeting_id`, `uuid`, `microsoft_object_id`, `pin`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
2100(1, '0', NULL, 'user1', '6c8c5b188cfecb8ccc9089614cdb3224b4afaf1f', '7e3249f09aa91b8c14faabde4c3f72abfa923cedc6d00f56898b781196dc91a5', 1, NULL, '', '', '', 'System', NULL, 'Adminstrator', NULL, NULL, NULL, NULL, 'local@me.dev.elentra.cloud', '', NULL, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', NULL, NULL, 'System Administrator', NULL, 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'd4316926-0b85-11ec-a750-0242ac120006', NULL, NULL, 1630594154, 1, 0, 0),2135(1, '0', NULL, 'user1', '6c8c5b188cfecb8ccc9089614cdb3224b4afaf1f', '7e3249f09aa91b8c14faabde4c3f72abfa923cedc6d00f56898b781196dc91a5', 1, NULL, '', '', '', 'System', NULL, 'Adminstrator', NULL, NULL, NULL, NULL, 'local@me.dev.elentra.cloud', '', NULL, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', NULL, NULL, 'System Administrator', NULL, 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'd4316926-0b85-11ec-a750-0242ac120006', NULL, NULL, 1630594154, 1, 0, 0),
2101(2, '2', NULL, 'user2', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Jane', '', 'student', '', NULL, NULL, NULL, 'developer2@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),2136(2, '2', NULL, 'user2', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Jane', '', 'student', '', NULL, NULL, NULL, 'developer2@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),
2102(3, '3', NULL, 'user3', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Michael', '', 'student', '', NULL, NULL, NULL, 'developer3@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),2137(3, '3', NULL, 'user3', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Michael', '', 'student', '', NULL, NULL, NULL, 'developer3@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),
2103(4, '4', NULL, 'user4', '724599ea791e865c0a9a267ae58597926b1914d7', 'e6ed97855338ff8f1d19c629a54612c7e40ec126106a3bd571b57dcea48b3869', 1, NULL, '', '', '', 'John', '', 'student', '', NULL, NULL, NULL, 'developer4@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),2138(4, '4', NULL, 'user4', '724599ea791e865c0a9a267ae58597926b1914d7', 'e6ed97855338ff8f1d19c629a54612c7e40ec126106a3bd571b57dcea48b3869', 1, NULL, '', '', '', 'John', '', 'student', '', NULL, NULL, NULL, 'developer4@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4),
2104(5, '5', NULL, 'user5', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Teacher', '', 'Jones', '', NULL, NULL, NULL, 'developer5@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, 1, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 1),2139(5, '5', NULL, 'user5', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Teacher', '', 'Jones', '', NULL, NULL, NULL, 'developer5@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, 1, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 1),
2105(6, '6', NULL, 'user6', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Faculty', NULL, 'Lecturer', NULL, NULL, NULL, NULL, 'developer6@elentra.com', 'developer6@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Main St', 'Kingston', '', 'L6A 3B1', '', 39, 9, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', 'c51f3668-a6f1-11ec-ad41-0242ac1c0002', '', NULL, 1685381586, 1, 1685381586, 1),2140(6, '6', NULL, 'user6', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Faculty', NULL, 'Lecturer', NULL, NULL, NULL, NULL, 'developer6@elentra.com', 'developer6@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Main St', 'Kingston', '', 'L6A 3B1', '', 39, 9, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', 'c51f3668-a6f1-11ec-ad41-0242ac1c0002', '', NULL, 1685381586, 1, 1685381586, 1),
2106(7, '7', NULL, 'user7', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Dr.', '', '', 'Faculty', NULL, 'Director', NULL, 'Clinical Professor of Family Medicine', NULL, 'M.D.', 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '98d0983e-2a86-4a1e-95c8-cb2018b09fc8', '', NULL, 1685381586, 1, 1685381586, 1),2141(7, '7', NULL, 'user7', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Dr.', '', '', 'Faculty', NULL, 'Director', NULL, 'Clinical Professor of Family Medicine', NULL, 'M.D.', 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '98d0983e-2a86-4a1e-95c8-cb2018b09fc8', '', NULL, 1685381586, 1, 1685381586, 1),
2107(8, '8', NULL, 'user8', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Staff', NULL, 'Pcoordinator', NULL, NULL, NULL, NULL, 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Kingston', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '0461d633-89af-4ee8-863d-7c2a9b445825', '', NULL, 1685381586, 1, 1685381586, 1),2142(8, '8', NULL, 'user8', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Staff', NULL, 'Pcoordinator', NULL, NULL, NULL, NULL, 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Kingston', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '0461d633-89af-4ee8-863d-7c2a9b445825', '', NULL, 1685381586, 1, 1685381586, 1),
2108(9, '9', NULL, 'user9', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Prof.', '', '', 'Faculty', NULL, 'Instructor', NULL, 'Associate Professor Family Medecine', NULL, 'M.D.', 'developer@elentra.com', 'developer7@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),2143(9, '9', NULL, 'user9', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Prof.', '', '', 'Faculty', NULL, 'Instructor', NULL, 'Associate Professor Family Medecine', NULL, 'M.D.', 'developer@elentra.com', 'developer7@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),
2109(10, '10', NULL, 'user10', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Ana', NULL, 'Student', NULL, NULL, NULL, NULL, 'Anastudent@elentra.com', 'janestudent@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),2144(10, '10', NULL, 'user10', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Ana', NULL, 'Student', NULL, NULL, NULL, NULL, 'Anastudent@elentra.com', 'janestudent@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),
2110(11, '11', NULL, 'user11', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Mike', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentmike@elentra.com', 'studentmike@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),2145(11, '11', NULL, 'user11', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Mike', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentmike@elentra.com', 'studentmike@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),
2111(12, '12', NULL, 'user12', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Saul', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentsaul@elentra.com', 'studentsaul@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),2146(12, '12', NULL, 'user12', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Saul', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentsaul@elentra.com', 'studentsaul@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1),
2112(13, '13', NULL, 'user13', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'Faculty', NULL, 'Professor', NULL, NULL, NULL, NULL, 'email@email.com', 'email@email.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2147(13, '13', NULL, 'user13', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'Faculty', NULL, 'Professor', NULL, NULL, NULL, NULL, 'email@email.com', 'email@email.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2113(14, '14', NULL, 'user14', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'CBE', NULL, 'Student', NULL, NULL, NULL, NULL, 'test@student.com', 'test@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2148(14, '14', NULL, 'user14', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'CBE', NULL, 'Student', NULL, NULL, NULL, NULL, 'test@student.com', 'test@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2114(15, '15', NULL, 'user15', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 1, NULL, '', '', '', 'Dale', NULL, 'Cooper', NULL, NULL, NULL, NULL, 'dcooper@student.com', 'dcooper@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2149(15, '15', NULL, 'user15', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 1, NULL, '', '', '', 'Dale', NULL, 'Cooper', NULL, NULL, NULL, NULL, 'dcooper@student.com', 'dcooper@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2115(16, '16', NULL, 'user16', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Org2', NULL, 'Medtechadmin', NULL, NULL, NULL, NULL, 'user16@elentra.com', 'user16@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2150(16, '16', NULL, 'user16', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Org2', NULL, 'Medtechadmin', NULL, NULL, NULL, NULL, 'user16@elentra.com', 'user16@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2116(17, '17', NULL, 'user17', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Staff', NULL, 'Admin', NULL, NULL, NULL, NULL, 'user17@elentra.com', 'user17@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2151(17, '17', NULL, 'user17', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Staff', NULL, 'Admin', NULL, NULL, NULL, NULL, 'user17@elentra.com', 'user17@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2117(18, '18', NULL, 'user18', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Staffadmin', NULL, 'Kurosawa', NULL, NULL, NULL, NULL, 'user18@elentra.com', 'user18@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),2152(18, '18', NULL, 'user18', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Staffadmin', NULL, 'Kurosawa', NULL, NULL, NULL, NULL, 'user18@elentra.com', 'user18@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1),
2118(19, '19', NULL, 'user19', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Medtechadmin', NULL, 'Fincher', NULL, NULL, NULL, NULL, 'user19@elentra.com', 'user19@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1);2153(19, '19', NULL, 'user19', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Medtechadmin', NULL, 'Fincher', NULL, NULL, NULL, NULL, 'user19@elentra.com', 'user19@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1);
21192154
2120-- --------------------------------------------------------2155-- --------------------------------------------------------
21212156
2122--2157--
2123-- Table structure for table `user_data_resident`2158-- Table structure for table `user_data_resident`
2124--2159--
21252160
2126CREATE TABLE `user_data_resident` (2161CREATE TABLE `user_data_resident` (
2127  `proxy_id` int(12) NOT NULL,2162  `proxy_id` int(12) NOT NULL,
2128  `cmpa_no` int(11) NOT NULL,2163  `cmpa_no` int(11) NOT NULL,
2129  `cpso_no` int(11) NOT NULL,2164  `cpso_no` int(11) NOT NULL,
2130  `school_id` int(11) NOT NULL,2165  `school_id` int(11) NOT NULL,
2131  `program_id` int(11) NOT NULL,2166  `program_id` int(11) NOT NULL,
2132  `student_no` int(11) NOT NULL,2167  `student_no` int(11) NOT NULL,
2133  `last_name` varchar(100) NOT NULL,2168  `last_name` varchar(100) NOT NULL,
2134  `first_name` varchar(100) NOT NULL,2169  `first_name` varchar(100) NOT NULL,
2135  `category_id` int(11) NOT NULL,2170  `category_id` int(11) NOT NULL,
2136  `assess_prog_img` varchar(1) NOT NULL,2171  `assess_prog_img` varchar(1) NOT NULL,
2137  `assess_prog_non_img` varchar(1) NOT NULL2172  `assess_prog_non_img` varchar(1) NOT NULL
2138) ENGINE=InnoDB DEFAULT CHARSET=utf8;2173) ENGINE=InnoDB DEFAULT CHARSET=utf8;
21392174
2140-- --------------------------------------------------------2175-- --------------------------------------------------------
21412176
2142--2177--
2143-- Table structure for table `user_departments`2178-- Table structure for table `user_departments`
2144--2179--
21452180
2146CREATE TABLE `user_departments` (2181CREATE TABLE `user_departments` (
2147  `udep_id` int(12) UNSIGNED NOT NULL,2182  `udep_id` int(12) UNSIGNED NOT NULL,
2148  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2183  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2149  `dep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2184  `dep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2150  `dep_title` varchar(255) DEFAULT NULL,2185  `dep_title` varchar(255) DEFAULT NULL,
2151  `entrada_only` int(1) DEFAULT '0'2186  `entrada_only` int(1) DEFAULT '0'
2152) ENGINE=InnoDB DEFAULT CHARSET=utf8;2187) ENGINE=InnoDB DEFAULT CHARSET=utf8;
21532188
2154--2189--
2155-- Dumping data for table `user_departments`2190-- Dumping data for table `user_departments`
2156--2191--
21572192
2158INSERT INTO `user_departments` (`udep_id`, `user_id`, `dep_id`, `dep_title`, `entrada_only`) VALUES2193INSERT INTO `user_departments` (`udep_id`, `user_id`, `dep_id`, `dep_title`, `entrada_only`) VALUES
2159(1, 1, 1, 'System Administrator', 0),2194(1, 1, 1, 'System Administrator', 0),
2160(2, 1, 1, 'null', 1);2195(2, 1, 1, 'null', 1);
21612196
2162-- --------------------------------------------------------2197-- --------------------------------------------------------
21632198
2164--2199--
2165-- Table structure for table `user_extra_data_cpd`2200-- Table structure for table `user_extra_data_cpd`
2166--2201--
21672202
2168CREATE TABLE `user_extra_data_cpd` (2203CREATE TABLE `user_extra_data_cpd` (
2169  `uedata_id` int(12) NOT NULL,2204  `uedata_id` int(12) NOT NULL,
2170  `proxy_id` int(12) NOT NULL DEFAULT '0',2205  `proxy_id` int(12) NOT NULL DEFAULT '0',
2171  `lhin` int(2) DEFAULT NULL,2206  `lhin` int(2) DEFAULT NULL,
2172  `mailing_type` enum('regular','specialist') DEFAULT NULL,2207  `mailing_type` enum('regular','specialist') DEFAULT NULL,
2173  `rank` varchar(255) DEFAULT NULL,2208  `rank` varchar(255) DEFAULT NULL,
2174  `primary_department` varchar(255) DEFAULT NULL,2209  `primary_department` varchar(255) DEFAULT NULL,
2175  `division` varchar(255) DEFAULT NULL,2210  `division` varchar(255) DEFAULT NULL,
2176  `secondary_department` varchar(255) DEFAULT NULL,2211  `secondary_department` varchar(255) DEFAULT NULL,
2177  `tertiary_department` varchar(255) DEFAULT NULL,2212  `tertiary_department` varchar(255) DEFAULT NULL,
2178  `admin_contact_name` varchar(255) DEFAULT NULL,2213  `admin_contact_name` varchar(255) DEFAULT NULL,
2179  `admin_contact_email` varchar(255) DEFAULT NULL,2214  `admin_contact_email` varchar(255) DEFAULT NULL,
2180  `additional_responsibilities` text,2215  `additional_responsibilities` text,
2181  `position` varchar(255) DEFAULT NULL,2216  `position` varchar(255) DEFAULT NULL,
2182  `products` varchar(255) DEFAULT NULL,2217  `products` varchar(255) DEFAULT NULL,
2183  `manager` varchar(255) DEFAULT NULL,2218  `manager` varchar(255) DEFAULT NULL,
2184  `manager_email` varchar(255) DEFAULT NULL,2219  `manager_email` varchar(255) DEFAULT NULL,
2185  `manager_phone` varchar(25) DEFAULT NULL,2220  `manager_phone` varchar(25) DEFAULT NULL,
2186  `palliative_care` int(1) DEFAULT '0',2221  `palliative_care` int(1) DEFAULT '0',
2187  `other_profession` varchar(255) DEFAULT NULL,2222  `other_profession` varchar(255) DEFAULT NULL,
2188  `notes` text,2223  `notes` text,
2189  `address_updated` bigint(64) DEFAULT NULL,2224  `address_updated` bigint(64) DEFAULT NULL,
2190  `cfpc_number` varchar(255) DEFAULT NULL2225  `cfpc_number` varchar(255) DEFAULT NULL
2191) ENGINE=InnoDB DEFAULT CHARSET=utf8;2226) ENGINE=InnoDB DEFAULT CHARSET=utf8;
21922227
2193-- --------------------------------------------------------2228-- --------------------------------------------------------
21942229
2195--2230--
2196-- Table structure for table `user_incidents`2231-- Table structure for table `user_incidents`
2197--2232--
21982233
2199CREATE TABLE `user_incidents` (2234CREATE TABLE `user_incidents` (
2200  `incident_id` int(12) UNSIGNED NOT NULL,2235  `incident_id` int(12) UNSIGNED NOT NULL,
2201  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2236  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2202  `incident_title` text NOT NULL,2237  `incident_title` text NOT NULL,
2203  `incident_description` text,2238  `incident_description` text,
2204  `incident_severity` tinyint(1) NOT NULL DEFAULT '1',2239  `incident_severity` tinyint(1) NOT NULL DEFAULT '1',
2205  `incident_status` tinyint(1) NOT NULL DEFAULT '1',2240  `incident_status` tinyint(1) NOT NULL DEFAULT '1',
2206  `incident_author_id` int(12) NOT NULL DEFAULT '0',2241  `incident_author_id` int(12) NOT NULL DEFAULT '0',
2207  `incident_date` bigint(64) NOT NULL DEFAULT '0',2242  `incident_date` bigint(64) NOT NULL DEFAULT '0',
2208  `follow_up_date` bigint(64) DEFAULT NULL2243  `follow_up_date` bigint(64) DEFAULT NULL
2209) ENGINE=InnoDB DEFAULT CHARSET=utf8;2244) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22102245
2211-- --------------------------------------------------------2246-- --------------------------------------------------------
22122247
2213--2248--
2214-- Table structure for table `user_mobile_data`2249-- Table structure for table `user_mobile_data`
2215--2250--
22162251
2217CREATE TABLE `user_mobile_data` (2252CREATE TABLE `user_mobile_data` (
2218  `id` int(12) UNSIGNED NOT NULL,2253  `id` int(12) UNSIGNED NOT NULL,
2219  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2254  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2220  `hash` varchar(64) DEFAULT NULL,2255  `hash` varchar(64) DEFAULT NULL,
2221  `hash_expires` bigint(64) NOT NULL DEFAULT '0',2256  `hash_expires` bigint(64) NOT NULL DEFAULT '0',
2222  `push_notifications` tinyint(1) NOT NULL DEFAULT '1',2257  `push_notifications` tinyint(1) NOT NULL DEFAULT '1',
2223  `created_by` int(12) UNSIGNED NOT NULL DEFAULT '1',2258  `created_by` int(12) UNSIGNED NOT NULL DEFAULT '1',
2224  `created_date` bigint(64) NOT NULL DEFAULT '0',2259  `created_date` bigint(64) NOT NULL DEFAULT '0',
2225  `updated_by` int(12) NOT NULL DEFAULT '1',2260  `updated_by` int(12) NOT NULL DEFAULT '1',
2226  `updated_date` bigint(64) NOT NULL DEFAULT '0',2261  `updated_date` bigint(64) NOT NULL DEFAULT '0',
2227  `deleted_date` bigint(64) DEFAULT NULL2262  `deleted_date` bigint(64) DEFAULT NULL
2228) ENGINE=InnoDB DEFAULT CHARSET=utf8;2263) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22292264
2230-- --------------------------------------------------------2265-- --------------------------------------------------------
22312266
2232--2267--
2233-- Table structure for table `user_photos`2268-- Table structure for table `user_photos`
2234--2269--
22352270
2236CREATE TABLE `user_photos` (2271CREATE TABLE `user_photos` (
2237  `photo_id` int(12) UNSIGNED NOT NULL,2272  `photo_id` int(12) UNSIGNED NOT NULL,
2238  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2273  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2239  `photo_mimetype` varchar(64) NOT NULL,2274  `photo_mimetype` varchar(64) NOT NULL,
2240  `photo_filesize` int(32) NOT NULL DEFAULT '0',2275  `photo_filesize` int(32) NOT NULL DEFAULT '0',
2241  `photo_active` int(1) NOT NULL DEFAULT '1',2276  `photo_active` int(1) NOT NULL DEFAULT '1',
2242  `photo_type` int(1) NOT NULL DEFAULT '0',2277  `photo_type` int(1) NOT NULL DEFAULT '0',
2243  `updated_date` bigint(64) NOT NULL DEFAULT '0'2278  `updated_date` bigint(64) NOT NULL DEFAULT '0'
2244) ENGINE=InnoDB DEFAULT CHARSET=utf8;2279) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22452280
2246-- --------------------------------------------------------2281-- --------------------------------------------------------
22472282
2248--2283--
2249-- Table structure for table `user_preferences`2284-- Table structure for table `user_preferences`
2250--2285--
22512286
2252CREATE TABLE `user_preferences` (2287CREATE TABLE `user_preferences` (
2253  `preference_id` int(12) UNSIGNED NOT NULL,2288  `preference_id` int(12) UNSIGNED NOT NULL,
2254  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2289  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2255  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2290  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2256  `module` varchar(32) NOT NULL DEFAULT '',2291  `module` varchar(32) NOT NULL DEFAULT '',
2257  `preferences` text NOT NULL,2292  `preferences` text NOT NULL,
2258  `updated` bigint(64) NOT NULL DEFAULT '0'2293  `updated` bigint(64) NOT NULL DEFAULT '0'
2259) ENGINE=InnoDB DEFAULT CHARSET=utf8;2294) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22602295
nn2296--
2297-- Dumping data for table `user_preferences`
2298--
2299 
2300INSERT INTO `user_preferences` (`preference_id`, `app_id`, `proxy_id`, `module`, `preferences`, `updated`) VALUES
2301(1, 1, 1, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:1;}', 1685387416),
2302(2, 1, 1, 'courses', 'a:2:{s:26:\"selected_curriculum_period\";i:3;s:14:\"enrolment_view\";s:5:\"table\";}', 1685387924),
2303(3, 1, 1, 'cbme_progress_dashboard', 'a:1:{s:17:\"course_preference\";a:1:{i:1;a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}}', 1685388579),
2304(4, 1, 1, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685388609),
2305(5, 1, 1, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685388609),
2306(6, 1, 1, 'users', 'a:2:{s:2:\"sb\";s:8:\"fullname\";s:2:\"so\";s:3:\"asc\";}', 1685391853),
2307(7, 1, 4, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:4;}', 1685391860),
2308(8, 1, 4, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685543833),
2309(9, 1, 4, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685543833),
2310(10, 1, 7, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:8;}', 1685392081),
2311(11, 1, 7, 'dashboard', 'a:2:{s:7:\"dlength\";i:2;s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544604),
2312(12, 1, 2, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:2;}', 1685472592),
2313(13, 1, 2, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685472619),
2314(14, 1, 2, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685472619),
2315(15, 1, 6, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:7;}', 1685539086),
2316(16, 1, 6, 'dashboard', 'a:2:{s:7:\"dlength\";i:2;s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544682),
2317(17, 1, 6, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544682),
2318(18, 1, 5, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:5;}', 1685539390),
2319(19, 1, 5, 'dashboard', 'a:1:{s:7:\"dlength\";i:2;}', 1685539392),
2320(20, 1, 4, 'events', 'a:8:{s:5:\"dtype\";s:4:\"week\";s:2:\"sb\";s:4:\"date\";s:2:\"so\";s:3:\"asc\";s:2:\"pp\";i:25;s:8:\"viewtype\";s:4:\"list\";s:10:\"parentonly\";s:2:\"no\";s:19:\"filter_defaults_set\";b:1;s:7:\"filters\";a:1:{s:7:\"student\";a:1:{i:0;i:4;}}}', 1685543683),
2321(21, 1, 9, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:10;}', 1685544015),
2322(22, 1, 9, 'dashboard', 'a:1:{s:7:\"dlength\";i:2;}', 1685544017),
2323(23, 1, 7, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544604),
2324(24, 1, 7, 'courses', 'a:1:{s:26:\"selected_curriculum_period\";s:1:\"3\";}', 1685631426),
2325(25, 1, 7, 'cbme_progress_dashboard', 'a:1:{s:17:\"course_preference\";a:1:{i:1;a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}}', 1685642619);
2326 
2261-- --------------------------------------------------------2327-- --------------------------------------------------------
22622328
2263--2329--
2264-- Table structure for table `user_professions`2330-- Table structure for table `user_professions`
2265--2331--
22662332
2267CREATE TABLE `user_professions` (2333CREATE TABLE `user_professions` (
2268  `uprofession_id` int(12) UNSIGNED NOT NULL,2334  `uprofession_id` int(12) UNSIGNED NOT NULL,
2269  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',2335  `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
2270  `ptype_id` int(12) UNSIGNED NOT NULL DEFAULT '0'2336  `ptype_id` int(12) UNSIGNED NOT NULL DEFAULT '0'
2271) ENGINE=InnoDB DEFAULT CHARSET=utf8;2337) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22722338
2273-- --------------------------------------------------------2339-- --------------------------------------------------------
22742340
2275--2341--
2276-- Table structure for table `user_service_tokens`2342-- Table structure for table `user_service_tokens`
2277--2343--
22782344
2279CREATE TABLE `user_service_tokens` (2345CREATE TABLE `user_service_tokens` (
2280  `token_id` int(11) UNSIGNED NOT NULL,2346  `token_id` int(11) UNSIGNED NOT NULL,
2281  `identifier` varchar(255) NOT NULL,2347  `identifier` varchar(255) NOT NULL,
2282  `user_id` int(12) UNSIGNED DEFAULT NULL,2348  `user_id` int(12) UNSIGNED DEFAULT NULL,
2283  `type` varchar(255) DEFAULT NULL,2349  `type` varchar(255) DEFAULT NULL,
2284  `access_token` text,2350  `access_token` text,
2285  `refresh_token` text,2351  `refresh_token` text,
2286  `ttl` bigint(64) DEFAULT NULL,2352  `ttl` bigint(64) DEFAULT NULL,
2287  `expiry_date` bigint(64) DEFAULT NULL,2353  `expiry_date` bigint(64) DEFAULT NULL,
2288  `scopes` text2354  `scopes` text
2289) ENGINE=InnoDB DEFAULT CHARSET=utf8;2355) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22902356
2291--2357--
2292-- Dumping data for table `user_service_tokens`2358-- Dumping data for table `user_service_tokens`
2293--2359--
22942360
2295INSERT INTO `user_service_tokens` (`token_id`, `identifier`, `user_id`, `type`, `access_token`, `refresh_token`, `ttl`, `expiry_date`, `scopes`) VALUES2361INSERT INTO `user_service_tokens` (`token_id`, `identifier`, `user_id`, `type`, `access_token`, `refresh_token`, `ttl`, `expiry_date`, `scopes`) VALUES
2296(1, 'microsoft_graph', 1, 'Bearer', NULL, NULL, 0, 0, NULL);2362(1, 'microsoft_graph', 1, 'Bearer', NULL, NULL, 0, 0, NULL);
22972363
2298-- --------------------------------------------------------2364-- --------------------------------------------------------
22992365
2300--2366--
2301-- Table structure for table `user_sponsor_company`2367-- Table structure for table `user_sponsor_company`
2302--2368--
23032369
2304CREATE TABLE `user_sponsor_company` (2370CREATE TABLE `user_sponsor_company` (
2305  `usponsor_id` int(12) NOT NULL,2371  `usponsor_id` int(12) NOT NULL,
2306  `proxy_id` int(12) NOT NULL DEFAULT '0',2372  `proxy_id` int(12) NOT NULL DEFAULT '0',
2307  `sponsor_id` int(12) NOT NULL DEFAULT '0'2373  `sponsor_id` int(12) NOT NULL DEFAULT '0'
2308) ENGINE=InnoDB DEFAULT CHARSET=utf8;2374) ENGINE=InnoDB DEFAULT CHARSET=utf8;
23092375
2310-- --------------------------------------------------------2376-- --------------------------------------------------------
23112377
2312--2378--
2313-- Table structure for table `user_sponsor_focus_areas`2379-- Table structure for table `user_sponsor_focus_areas`
2314--2380--
23152381
2316CREATE TABLE `user_sponsor_focus_areas` (2382CREATE TABLE `user_sponsor_focus_areas` (
2317  `sfarea_id` int(12) UNSIGNED NOT NULL,2383  `sfarea_id` int(12) UNSIGNED NOT NULL,
2318  `proxy_id` int(12) UNSIGNED NOT NULL,2384  `proxy_id` int(12) UNSIGNED NOT NULL,
2319  `sfatype_id` int(12) UNSIGNED NOT NULL,2385  `sfatype_id` int(12) UNSIGNED NOT NULL,
2320  `date_updated` bigint(64) NOT NULL,2386  `date_updated` bigint(64) NOT NULL,
2321  `updated_by` int(12) NOT NULL,2387  `updated_by` int(12) NOT NULL,
2322  `is_active` tinyint(1) NOT NULL DEFAULT '1'2388  `is_active` tinyint(1) NOT NULL DEFAULT '1'
2323) ENGINE=InnoDB DEFAULT CHARSET=utf8;2389) ENGINE=InnoDB DEFAULT CHARSET=utf8;
23242390
2325--2391--
2326-- Indexes for dumped tables2392-- Indexes for dumped tables
2327--2393--
23282394
2329--2395--
2330-- Indexes for table `acl_lu_permission_template_groups`2396-- Indexes for table `acl_lu_permission_template_groups`
2331--2397--
2332ALTER TABLE `acl_lu_permission_template_groups`2398ALTER TABLE `acl_lu_permission_template_groups`
2333  ADD PRIMARY KEY (`acl_permission_template_group_id`);2399  ADD PRIMARY KEY (`acl_permission_template_group_id`);
23342400
2335--2401--
2336-- Indexes for table `acl_lu_resource_types`2402-- Indexes for table `acl_lu_resource_types`
2337--2403--
2338ALTER TABLE `acl_lu_resource_types`2404ALTER TABLE `acl_lu_resource_types`
2339  ADD PRIMARY KEY (`acl_resource_type_id`),2405  ADD PRIMARY KEY (`acl_resource_type_id`),
2340  ADD UNIQUE KEY `resource_type` (`resource_type`);2406  ADD UNIQUE KEY `resource_type` (`resource_type`);
23412407
2342--2408--
2343-- Indexes for table `acl_permissions`2409-- Indexes for table `acl_permissions`
2344--2410--
2345ALTER TABLE `acl_permissions`2411ALTER TABLE `acl_permissions`
2346  ADD PRIMARY KEY (`permission_id`),2412  ADD PRIMARY KEY (`permission_id`),
2347  ADD KEY `entity_type` (`entity_type`,`entity_value`),2413  ADD KEY `entity_type` (`entity_type`,`entity_value`),
2348  ADD KEY `resource_type` (`resource_type`);2414  ADD KEY `resource_type` (`resource_type`);
23492415
2350--2416--
2351-- Indexes for table `acl_permission_templates`2417-- Indexes for table `acl_permission_templates`
2352--2418--
2353ALTER TABLE `acl_permission_templates`2419ALTER TABLE `acl_permission_templates`
2354  ADD PRIMARY KEY (`acl_permission_template_id`);2420  ADD PRIMARY KEY (`acl_permission_template_id`);
23552421
2356--2422--
2357-- Indexes for table `acl_permission_template_groupings`2423-- Indexes for table `acl_permission_template_groupings`
2358--2424--
2359ALTER TABLE `acl_permission_template_groupings`2425ALTER TABLE `acl_permission_template_groupings`
2360  ADD PRIMARY KEY (`acl_permission_template_grouping_id`);2426  ADD PRIMARY KEY (`acl_permission_template_grouping_id`);
23612427
2362--2428--
2363-- Indexes for table `acl_permission_template_group_organisation`2429-- Indexes for table `acl_permission_template_group_organisation`
2364--2430--
2365ALTER TABLE `acl_permission_template_group_organisation`2431ALTER TABLE `acl_permission_template_group_organisation`
2366  ADD PRIMARY KEY (`acl_permission_template_group_organisation_id`),2432  ADD PRIMARY KEY (`acl_permission_template_group_organisation_id`),
2367  ADD KEY `acl_permission_template_group_id` (`acl_permission_template_group_id`),2433  ADD KEY `acl_permission_template_group_id` (`acl_permission_template_group_id`),
2368  ADD KEY `organisation_id` (`organisation_id`);2434  ADD KEY `organisation_id` (`organisation_id`);
23692435
2370--2436--
2371-- Indexes for table `acl_resource_assignment_history`2437-- Indexes for table `acl_resource_assignment_history`
2372--2438--
2373ALTER TABLE `acl_resource_assignment_history`2439ALTER TABLE `acl_resource_assignment_history`
2374  ADD PRIMARY KEY (`acl_resource_assignment_history_id`),2440  ADD PRIMARY KEY (`acl_resource_assignment_history_id`),
2375  ADD KEY `acl_resource_type_id` (`entity_value`),2441  ADD KEY `acl_resource_type_id` (`entity_value`),
2376  ADD KEY `actor_user_id` (`assigner`);2442  ADD KEY `actor_user_id` (`assigner`);
23772443
2378--2444--
2379-- Indexes for table `acl_resource_containers`2445-- Indexes for table `acl_resource_containers`
2380--2446--
2381ALTER TABLE `acl_resource_containers`2447ALTER TABLE `acl_resource_containers`
2382  ADD PRIMARY KEY (`acl_resource_container_id`);2448  ADD PRIMARY KEY (`acl_resource_container_id`);
23832449
2384--2450--
2385-- Indexes for table `acl_resource_container_attributes`2451-- Indexes for table `acl_resource_container_attributes`
2386--2452--
2387ALTER TABLE `acl_resource_container_attributes`2453ALTER TABLE `acl_resource_container_attributes`
2388  ADD PRIMARY KEY (`acl_resource_container_attribute_id`),2454  ADD PRIMARY KEY (`acl_resource_container_attribute_id`),
2389  ADD KEY `acl_resource_container_id` (`acl_resource_container_id`);2455  ADD KEY `acl_resource_container_id` (`acl_resource_container_id`);
23902456
2391--2457--
2392-- Indexes for table `acl_resource_inheritance`2458-- Indexes for table `acl_resource_inheritance`
2393--2459--
2394ALTER TABLE `acl_resource_inheritance`2460ALTER TABLE `acl_resource_inheritance`
2395  ADD PRIMARY KEY (`acl_resource_inheritance_id`),2461  ADD PRIMARY KEY (`acl_resource_inheritance_id`),
2396  ADD KEY `acl_resource_type_id` (`acl_resource_type_id`),2462  ADD KEY `acl_resource_type_id` (`acl_resource_type_id`),
2397  ADD KEY `acl_resource_type_parent_id` (`acl_resource_type_parent_id`);2463  ADD KEY `acl_resource_type_parent_id` (`acl_resource_type_parent_id`);
23982464
2399--2465--
2400-- Indexes for table `acl_resource_type_organisation`2466-- Indexes for table `acl_resource_type_organisation`
2401--2467--
2402ALTER TABLE `acl_resource_type_organisation`2468ALTER TABLE `acl_resource_type_organisation`
2403  ADD PRIMARY KEY (`acl_resource_type_organisation_id`);2469  ADD PRIMARY KEY (`acl_resource_type_organisation_id`);
24042470
2405--2471--
2406-- Indexes for table `acl_translations`2472-- Indexes for table `acl_translations`
2407--2473--
2408ALTER TABLE `acl_translations`2474ALTER TABLE `acl_translations`
2409  ADD PRIMARY KEY (`acl_translation_id`),2475  ADD PRIMARY KEY (`acl_translation_id`),
2410  ADD KEY `organisation_id` (`organisation_id`),2476  ADD KEY `organisation_id` (`organisation_id`),
2411  ADD KEY `entity_table` (`entity_table`,`entity_record_id`),2477  ADD KEY `entity_table` (`entity_table`,`entity_record_id`),
2412  ADD KEY `entity_table_2` (`entity_table`,`entity_record_id`,`language_id`),2478  ADD KEY `entity_table_2` (`entity_table`,`entity_record_id`,`language_id`),
2413  ADD KEY `language_id` (`language_id`,`organisation_id`,`entity_table`,`entity_record_id`);2479  ADD KEY `language_id` (`language_id`,`organisation_id`,`entity_table`,`entity_record_id`);
24142480
2415--2481--
2416-- Indexes for table `cpd_notification_options`2482-- Indexes for table `cpd_notification_options`
2417--2483--
2418ALTER TABLE `cpd_notification_options`2484ALTER TABLE `cpd_notification_options`
2419  ADD PRIMARY KEY (`notification_id`);2485  ADD PRIMARY KEY (`notification_id`);
24202486
2421--2487--
2422-- Indexes for table `dashboard_link_details`2488-- Indexes for table `dashboard_link_details`
2423--2489--
2424ALTER TABLE `dashboard_link_details`2490ALTER TABLE `dashboard_link_details`
2425  ADD PRIMARY KEY (`link_detail_id`);2491  ADD PRIMARY KEY (`link_detail_id`);
24262492
2427--2493--
2428-- Indexes for table `dashboard_link_organisation_groups`2494-- Indexes for table `dashboard_link_organisation_groups`
2429--2495--
2430ALTER TABLE `dashboard_link_organisation_groups`2496ALTER TABLE `dashboard_link_organisation_groups`
2431  ADD PRIMARY KEY (`link_group_id`);2497  ADD PRIMARY KEY (`link_group_id`);
24322498
2433--2499--
2434-- Indexes for table `departments`2500-- Indexes for table `departments`
2435--2501--
2436ALTER TABLE `departments`2502ALTER TABLE `departments`
2437  ADD PRIMARY KEY (`department_id`),2503  ADD PRIMARY KEY (`department_id`),
2438  ADD UNIQUE KEY `organisation_id` (`organisation_id`,`entity_id`,`department_title`),2504  ADD UNIQUE KEY `organisation_id` (`organisation_id`,`entity_id`,`department_title`),
2439  ADD KEY `department_active` (`department_active`),2505  ADD KEY `department_active` (`department_active`),
2440  ADD KEY `parent_id` (`parent_id`);2506  ADD KEY `parent_id` (`parent_id`);
24412507
2442--2508--
2443-- Indexes for table `department_heads`2509-- Indexes for table `department_heads`
2444--2510--
2445ALTER TABLE `department_heads`2511ALTER TABLE `department_heads`
2446  ADD PRIMARY KEY (`department_heads_id`);2512  ADD PRIMARY KEY (`department_heads_id`);
24472513
2448--2514--
2449-- Indexes for table `entity_type`2515-- Indexes for table `entity_type`
2450--2516--
2451ALTER TABLE `entity_type`2517ALTER TABLE `entity_type`
2452  ADD PRIMARY KEY (`entity_id`);2518  ADD PRIMARY KEY (`entity_id`);
24532519
2454--2520--
2455-- Indexes for table `locations`2521-- Indexes for table `locations`
2456--2522--
2457ALTER TABLE `locations`2523ALTER TABLE `locations`
2458  ADD PRIMARY KEY (`location_id`);2524  ADD PRIMARY KEY (`location_id`);
24592525
2460--2526--
2461-- Indexes for table `location_ipranges`2527-- Indexes for table `location_ipranges`
2462--2528--
2463ALTER TABLE `location_ipranges`2529ALTER TABLE `location_ipranges`
2464  ADD PRIMARY KEY (`iprange_id`),2530  ADD PRIMARY KEY (`iprange_id`),
2465  ADD KEY `location_id` (`location_id`);2531  ADD KEY `location_id` (`location_id`);
24662532
2467--2533--
2468-- Indexes for table `organisations`2534-- Indexes for table `organisations`
2469--2535--
2470ALTER TABLE `organisations`2536ALTER TABLE `organisations`
2471  ADD PRIMARY KEY (`organisation_id`),2537  ADD PRIMARY KEY (`organisation_id`),
2472  ADD KEY `organisation_active` (`organisation_active`);2538  ADD KEY `organisation_active` (`organisation_active`);
24732539
2474--2540--
2475-- Indexes for table `organisation_languages`2541-- Indexes for table `organisation_languages`
2476--2542--
2477ALTER TABLE `organisation_languages`2543ALTER TABLE `organisation_languages`
2478  ADD PRIMARY KEY (`olanguages_id`),2544  ADD PRIMARY KEY (`olanguages_id`),
2479  ADD KEY `organisation_id` (`organisation_id`),2545  ADD KEY `organisation_id` (`organisation_id`),
2480  ADD KEY `language_id` (`language_id`);2546  ADD KEY `language_id` (`language_id`);
24812547
2482--2548--
2483-- Indexes for table `organisation_timezone`2549-- Indexes for table `organisation_timezone`
2484--2550--
2485ALTER TABLE `organisation_timezone`2551ALTER TABLE `organisation_timezone`
2486  ADD PRIMARY KEY (`otimezone_id`),2552  ADD PRIMARY KEY (`otimezone_id`),
2487  ADD KEY `organisation_id` (`organisation_id`),2553  ADD KEY `organisation_id` (`organisation_id`),
2488  ADD KEY `timezone_id` (`timezone_id`);2554  ADD KEY `timezone_id` (`timezone_id`);
24892555
2490--2556--
2491-- Indexes for table `password_reset`2557-- Indexes for table `password_reset`
2492--2558--
2493ALTER TABLE `password_reset`2559ALTER TABLE `password_reset`
2494  ADD PRIMARY KEY (`id`),2560  ADD PRIMARY KEY (`id`),
2495  ADD UNIQUE KEY `hash` (`hash`);2561  ADD UNIQUE KEY `hash` (`hash`);
24962562
2497--2563--
2498-- Indexes for table `registered_apps`2564-- Indexes for table `registered_apps`
2499--2565--
2500ALTER TABLE `registered_apps`2566ALTER TABLE `registered_apps`
2501  ADD PRIMARY KEY (`id`),2567  ADD PRIMARY KEY (`id`),
2502  ADD KEY `script_id` (`script_id`),2568  ADD KEY `script_id` (`script_id`),
2503  ADD KEY `script_password` (`script_password`),2569  ADD KEY `script_password` (`script_password`),
2504  ADD KEY `server_ip` (`server_ip`),2570  ADD KEY `server_ip` (`server_ip`),
2505  ADD KEY `employee_rep` (`employee_rep`);2571  ADD KEY `employee_rep` (`employee_rep`);
25062572
2507--2573--
2508-- Indexes for table `sessions`2574-- Indexes for table `sessions`
2509--2575--
2510ALTER TABLE `sessions`2576ALTER TABLE `sessions`
2511  ADD PRIMARY KEY (`sesskey`),2577  ADD PRIMARY KEY (`sesskey`),
2512  ADD KEY `sess2_expiry` (`expiry`),2578  ADD KEY `sess2_expiry` (`expiry`),
2513  ADD KEY `sess2_expireref` (`expireref`);2579  ADD KEY `sess2_expireref` (`expireref`);
25142580
2515--2581--
2516-- Indexes for table `statistics`2582-- Indexes for table `statistics`
2517--2583--
2518ALTER TABLE `statistics`2584ALTER TABLE `statistics`
2519  ADD PRIMARY KEY (`statistic_id`),2585  ADD PRIMARY KEY (`statistic_id`),
2520  ADD KEY `proxy_id` (`proxy_id`,`app_id`,`role`,`group`,`timestamp`);2586  ADD KEY `proxy_id` (`proxy_id`,`app_id`,`role`,`group`,`timestamp`);
25212587
2522--2588--
2523-- Indexes for table `system_groups`2589-- Indexes for table `system_groups`
2524--2590--
2525ALTER TABLE `system_groups`2591ALTER TABLE `system_groups`
2526  ADD PRIMARY KEY (`id`);2592  ADD PRIMARY KEY (`id`);
25272593
2528--2594--
2529-- Indexes for table `system_group_organisation`2595-- Indexes for table `system_group_organisation`
2530--2596--
2531ALTER TABLE `system_group_organisation`2597ALTER TABLE `system_group_organisation`
2532  ADD PRIMARY KEY (`groups_id`,`organisation_id`);2598  ADD PRIMARY KEY (`groups_id`,`organisation_id`);
25332599
2534--2600--
2535-- Indexes for table `system_roles`2601-- Indexes for table `system_roles`
2536--2602--
2537ALTER TABLE `system_roles`2603ALTER TABLE `system_roles`
2538  ADD PRIMARY KEY (`id`,`groups_id`);2604  ADD PRIMARY KEY (`id`,`groups_id`);
25392605
2540--2606--
2541-- Indexes for table `users_lu_genders`2607-- Indexes for table `users_lu_genders`
2542--2608--
2543ALTER TABLE `users_lu_genders`2609ALTER TABLE `users_lu_genders`
2544  ADD PRIMARY KEY (`gender_id`);2610  ADD PRIMARY KEY (`gender_id`);
25452611
2546--2612--
2547-- Indexes for table `users_lu_pronouns`2613-- Indexes for table `users_lu_pronouns`
2548--2614--
2549ALTER TABLE `users_lu_pronouns`2615ALTER TABLE `users_lu_pronouns`
2550  ADD PRIMARY KEY (`pronoun_id`);2616  ADD PRIMARY KEY (`pronoun_id`);
25512617
2552--2618--
2553-- Indexes for table `user_access`2619-- Indexes for table `user_access`
2554--2620--
2555ALTER TABLE `user_access`2621ALTER TABLE `user_access`
2556  ADD PRIMARY KEY (`id`),2622  ADD PRIMARY KEY (`id`),
2557  ADD UNIQUE KEY `private_hash` (`private_hash`),2623  ADD UNIQUE KEY `private_hash` (`private_hash`),
2558  ADD KEY `user_id` (`user_id`),2624  ADD KEY `user_id` (`user_id`),
2559  ADD KEY `app_id` (`app_id`),2625  ADD KEY `app_id` (`app_id`),
2560  ADD KEY `account_active` (`account_active`),2626  ADD KEY `account_active` (`account_active`),
2561  ADD KEY `access_starts` (`access_starts`),2627  ADD KEY `access_starts` (`access_starts`),
2562  ADD KEY `access_expires` (`access_expires`),2628  ADD KEY `access_expires` (`access_expires`),
2563  ADD KEY `role` (`role`),2629  ADD KEY `role` (`role`),
2564  ADD KEY `group` (`group`),2630  ADD KEY `group` (`group`),
2565  ADD KEY `user_app_id` (`user_id`,`app_id`);2631  ADD KEY `user_app_id` (`user_id`,`app_id`);
25662632
2567--2633--
2568-- Indexes for table `user_acl_permission_assignments`2634-- Indexes for table `user_acl_permission_assignments`
2569--2635--
2570ALTER TABLE `user_acl_permission_assignments`2636ALTER TABLE `user_acl_permission_assignments`
2571  ADD PRIMARY KEY (`user_acl_permission_assignment_id`),2637  ADD PRIMARY KEY (`user_acl_permission_assignment_id`),
2572  ADD KEY `user_acl_resource_container_id` (`user_acl_resource_container_id`),2638  ADD KEY `user_acl_resource_container_id` (`user_acl_resource_container_id`),
2573  ADD KEY `user_acl_resource_container_id_2` (`user_acl_resource_container_id`,`acl_permission_template_group_id`),2639  ADD KEY `user_acl_resource_container_id_2` (`user_acl_resource_container_id`,`acl_permission_template_group_id`),
2574  ADD KEY `user_id` (`user_id`);2640  ADD KEY `user_id` (`user_id`);
25752641
2576--2642--
2577-- Indexes for table `user_acl_resource_containers`2643-- Indexes for table `user_acl_resource_containers`
2578--2644--
2579ALTER TABLE `user_acl_resource_containers`2645ALTER TABLE `user_acl_resource_containers`
2580  ADD PRIMARY KEY (`user_acl_resource_container_id`),2646  ADD PRIMARY KEY (`user_acl_resource_container_id`),
2581  ADD KEY `acl_resource_container_id` (`acl_resource_container_id`),2647  ADD KEY `acl_resource_container_id` (`acl_resource_container_id`),
2582  ADD KEY `organisation_id` (`organisation_id`);2648  ADD KEY `organisation_id` (`organisation_id`);
25832649
2584--2650--
2585-- Indexes for table `user_credentials`2651-- Indexes for table `user_credentials`
2586--2652--
2587ALTER TABLE `user_credentials`2653ALTER TABLE `user_credentials`
2588  ADD PRIMARY KEY (`ucredential_id`),2654  ADD PRIMARY KEY (`ucredential_id`),
2589  ADD KEY `proxy_id` (`proxy_id`),2655  ADD KEY `proxy_id` (`proxy_id`),
2590  ADD KEY `ctype_id` (`ctype_id`);2656  ADD KEY `ctype_id` (`ctype_id`);
25912657
2592--2658--
2593-- Indexes for table `user_data`2659-- Indexes for table `user_data`
2594--2660--
2595ALTER TABLE `user_data`2661ALTER TABLE `user_data`
2596  ADD PRIMARY KEY (`id`),2662  ADD PRIMARY KEY (`id`),
2597  ADD UNIQUE KEY `username` (`username`),2663  ADD UNIQUE KEY `username` (`username`),
2598  ADD KEY `number` (`number`),2664  ADD KEY `number` (`number`),
2599  ADD KEY `password` (`password`),2665  ADD KEY `password` (`password`),
2600  ADD KEY `firstname` (`firstname`),2666  ADD KEY `firstname` (`firstname`),
2601  ADD KEY `lastname` (`lastname`),2667  ADD KEY `lastname` (`lastname`),
2602  ADD KEY `privacy_level` (`privacy_level`),2668  ADD KEY `privacy_level` (`privacy_level`),
2603  ADD KEY `google_id` (`google_id`),2669  ADD KEY `google_id` (`google_id`),
2604  ADD KEY `clinical` (`clinical`),2670  ADD KEY `clinical` (`clinical`),
2605  ADD KEY `organisation_id` (`organisation_id`),2671  ADD KEY `organisation_id` (`organisation_id`),
2606  ADD KEY `gender` (`gender`),2672  ADD KEY `gender` (`gender`),
2607  ADD KEY `country_id` (`country_id`),2673  ADD KEY `country_id` (`country_id`),
2608  ADD KEY `province_id` (`province_id`),2674  ADD KEY `province_id` (`province_id`),
2609  ADD KEY `idx_uuid` (`uuid`);2675  ADD KEY `idx_uuid` (`uuid`);
26102676
2611--2677--
2612-- Indexes for table `user_data_resident`2678-- Indexes for table `user_data_resident`
2613--2679--
2614ALTER TABLE `user_data_resident`2680ALTER TABLE `user_data_resident`
2615  ADD PRIMARY KEY (`proxy_id`);2681  ADD PRIMARY KEY (`proxy_id`);
26162682
2617--2683--
2618-- Indexes for table `user_departments`2684-- Indexes for table `user_departments`
2619--2685--
2620ALTER TABLE `user_departments`2686ALTER TABLE `user_departments`
2621  ADD PRIMARY KEY (`udep_id`),2687  ADD PRIMARY KEY (`udep_id`),
2622  ADD KEY `user_id` (`user_id`),2688  ADD KEY `user_id` (`user_id`),
2623  ADD KEY `dep_id` (`dep_id`),2689  ADD KEY `dep_id` (`dep_id`),
2624  ADD KEY `dep_title` (`dep_title`);2690  ADD KEY `dep_title` (`dep_title`);
26252691
2626--2692--
2627-- Indexes for table `user_extra_data_cpd`2693-- Indexes for table `user_extra_data_cpd`
2628--2694--
2629ALTER TABLE `user_extra_data_cpd`2695ALTER TABLE `user_extra_data_cpd`
2630  ADD PRIMARY KEY (`uedata_id`),2696  ADD PRIMARY KEY (`uedata_id`),
2631  ADD UNIQUE KEY `ukey_proxy_id` (`proxy_id`);2697  ADD UNIQUE KEY `ukey_proxy_id` (`proxy_id`);
26322698
2633--2699--
2634-- Indexes for table `user_incidents`2700-- Indexes for table `user_incidents`
2635--2701--
2636ALTER TABLE `user_incidents`2702ALTER TABLE `user_incidents`
2637  ADD PRIMARY KEY (`incident_id`);2703  ADD PRIMARY KEY (`incident_id`);
26382704
2639--2705--
2640-- Indexes for table `user_mobile_data`2706-- Indexes for table `user_mobile_data`
2641--2707--
2642ALTER TABLE `user_mobile_data`2708ALTER TABLE `user_mobile_data`
2643  ADD PRIMARY KEY (`id`);2709  ADD PRIMARY KEY (`id`);
26442710
2645--2711--
2646-- Indexes for table `user_photos`2712-- Indexes for table `user_photos`
2647--2713--
2648ALTER TABLE `user_photos`2714ALTER TABLE `user_photos`
2649  ADD PRIMARY KEY (`photo_id`),2715  ADD PRIMARY KEY (`photo_id`),
2650  ADD KEY `photo_active` (`photo_active`);2716  ADD KEY `photo_active` (`photo_active`);
26512717
2652--2718--
2653-- Indexes for table `user_preferences`2719-- Indexes for table `user_preferences`
2654--2720--
2655ALTER TABLE `user_preferences`2721ALTER TABLE `user_preferences`
2656  ADD PRIMARY KEY (`preference_id`),2722  ADD PRIMARY KEY (`preference_id`),
2657  ADD KEY `app_id` (`app_id`,`proxy_id`,`module`);2723  ADD KEY `app_id` (`app_id`,`proxy_id`,`module`);
26582724
2659--2725--
2660-- Indexes for table `user_professions`2726-- Indexes for table `user_professions`
2661--2727--
2662ALTER TABLE `user_professions`2728ALTER TABLE `user_professions`
2663  ADD PRIMARY KEY (`uprofession_id`),2729  ADD PRIMARY KEY (`uprofession_id`),
2664  ADD KEY `proxy_id` (`proxy_id`),2730  ADD KEY `proxy_id` (`proxy_id`),
2665  ADD KEY `ptype_id` (`ptype_id`);2731  ADD KEY `ptype_id` (`ptype_id`);
26662732
2667--2733--
2668-- Indexes for table `user_service_tokens`2734-- Indexes for table `user_service_tokens`
2669--2735--
2670ALTER TABLE `user_service_tokens`2736ALTER TABLE `user_service_tokens`
2671  ADD PRIMARY KEY (`token_id`),2737  ADD PRIMARY KEY (`token_id`),
2672  ADD KEY `user_id` (`user_id`);2738  ADD KEY `user_id` (`user_id`);
26732739
2674--2740--
2675-- Indexes for table `user_sponsor_company`2741-- Indexes for table `user_sponsor_company`
2676--2742--
2677ALTER TABLE `user_sponsor_company`2743ALTER TABLE `user_sponsor_company`
2678  ADD PRIMARY KEY (`usponsor_id`);2744  ADD PRIMARY KEY (`usponsor_id`);
26792745
2680--2746--
2681-- Indexes for table `user_sponsor_focus_areas`2747-- Indexes for table `user_sponsor_focus_areas`
2682--2748--
2683ALTER TABLE `user_sponsor_focus_areas`2749ALTER TABLE `user_sponsor_focus_areas`
2684  ADD PRIMARY KEY (`sfarea_id`);2750  ADD PRIMARY KEY (`sfarea_id`);
26852751
2686--2752--
2687-- AUTO_INCREMENT for dumped tables2753-- AUTO_INCREMENT for dumped tables
2688--2754--
26892755
2690--2756--
2691-- AUTO_INCREMENT for table `acl_lu_permission_template_groups`2757-- AUTO_INCREMENT for table `acl_lu_permission_template_groups`
2692--2758--
2693ALTER TABLE `acl_lu_permission_template_groups`2759ALTER TABLE `acl_lu_permission_template_groups`
2694  MODIFY `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2760  MODIFY `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
26952761
2696--2762--
2697-- AUTO_INCREMENT for table `acl_lu_resource_types`2763-- AUTO_INCREMENT for table `acl_lu_resource_types`
2698--2764--
2699ALTER TABLE `acl_lu_resource_types`2765ALTER TABLE `acl_lu_resource_types`
2700  MODIFY `acl_resource_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=200;2766  MODIFY `acl_resource_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=200;
27012767
2702--2768--
2703-- AUTO_INCREMENT for table `acl_permissions`2769-- AUTO_INCREMENT for table `acl_permissions`
2704--2770--
2705ALTER TABLE `acl_permissions`2771ALTER TABLE `acl_permissions`
2706  MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466;2772  MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466;
27072773
2708--2774--
2709-- AUTO_INCREMENT for table `acl_permission_templates`2775-- AUTO_INCREMENT for table `acl_permission_templates`
2710--2776--
2711ALTER TABLE `acl_permission_templates`2777ALTER TABLE `acl_permission_templates`
2712  MODIFY `acl_permission_template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2778  MODIFY `acl_permission_template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27132779
2714--2780--
2715-- AUTO_INCREMENT for table `acl_permission_template_groupings`2781-- AUTO_INCREMENT for table `acl_permission_template_groupings`
2716--2782--
2717ALTER TABLE `acl_permission_template_groupings`2783ALTER TABLE `acl_permission_template_groupings`
2718  MODIFY `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2784  MODIFY `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27192785
2720--2786--
2721-- AUTO_INCREMENT for table `acl_permission_template_group_organisation`2787-- AUTO_INCREMENT for table `acl_permission_template_group_organisation`
2722--2788--
2723ALTER TABLE `acl_permission_template_group_organisation`2789ALTER TABLE `acl_permission_template_group_organisation`
2724  MODIFY `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2790  MODIFY `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27252791
2726--2792--
2727-- AUTO_INCREMENT for table `acl_resource_assignment_history`2793-- AUTO_INCREMENT for table `acl_resource_assignment_history`
2728--2794--
2729ALTER TABLE `acl_resource_assignment_history`2795ALTER TABLE `acl_resource_assignment_history`
2730  MODIFY `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2796  MODIFY `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27312797
2732--2798--
2733-- AUTO_INCREMENT for table `acl_resource_containers`2799-- AUTO_INCREMENT for table `acl_resource_containers`
2734--2800--
2735ALTER TABLE `acl_resource_containers`2801ALTER TABLE `acl_resource_containers`
2736  MODIFY `acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2802  MODIFY `acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27372803
2738--2804--
2739-- AUTO_INCREMENT for table `acl_resource_container_attributes`2805-- AUTO_INCREMENT for table `acl_resource_container_attributes`
2740--2806--
2741ALTER TABLE `acl_resource_container_attributes`2807ALTER TABLE `acl_resource_container_attributes`
2742  MODIFY `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2808  MODIFY `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27432809
2744--2810--
2745-- AUTO_INCREMENT for table `acl_resource_inheritance`2811-- AUTO_INCREMENT for table `acl_resource_inheritance`
2746--2812--
2747ALTER TABLE `acl_resource_inheritance`2813ALTER TABLE `acl_resource_inheritance`
2748  MODIFY `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=156;2814  MODIFY `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=156;
27492815
2750--2816--
2751-- AUTO_INCREMENT for table `acl_resource_type_organisation`2817-- AUTO_INCREMENT for table `acl_resource_type_organisation`
2752--2818--
2753ALTER TABLE `acl_resource_type_organisation`2819ALTER TABLE `acl_resource_type_organisation`
2754  MODIFY `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1109;2820  MODIFY `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1109;
27552821
2756--2822--
2757-- AUTO_INCREMENT for table `acl_translations`2823-- AUTO_INCREMENT for table `acl_translations`
2758--2824--
2759ALTER TABLE `acl_translations`2825ALTER TABLE `acl_translations`
2760  MODIFY `acl_translation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305;2826  MODIFY `acl_translation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305;
27612827
2762--2828--
2763-- AUTO_INCREMENT for table `cpd_notification_options`2829-- AUTO_INCREMENT for table `cpd_notification_options`
2764--2830--
2765ALTER TABLE `cpd_notification_options`2831ALTER TABLE `cpd_notification_options`
2766  MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT;2832  MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT;
27672833
2768--2834--
2769-- AUTO_INCREMENT for table `dashboard_link_details`2835-- AUTO_INCREMENT for table `dashboard_link_details`
2770--2836--
2771ALTER TABLE `dashboard_link_details`2837ALTER TABLE `dashboard_link_details`
n2772  MODIFY `link_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;n2838  MODIFY `link_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27732839
2774--2840--
2775-- AUTO_INCREMENT for table `dashboard_link_organisation_groups`2841-- AUTO_INCREMENT for table `dashboard_link_organisation_groups`
2776--2842--
2777ALTER TABLE `dashboard_link_organisation_groups`2843ALTER TABLE `dashboard_link_organisation_groups`
n2778  MODIFY `link_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;n2844  MODIFY `link_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
27792845
2780--2846--
2781-- AUTO_INCREMENT for table `departments`2847-- AUTO_INCREMENT for table `departments`
2782--2848--
2783ALTER TABLE `departments`2849ALTER TABLE `departments`
2784  MODIFY `department_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;2850  MODIFY `department_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
27852851
2786--2852--
2787-- AUTO_INCREMENT for table `department_heads`2853-- AUTO_INCREMENT for table `department_heads`
2788--2854--
2789ALTER TABLE `department_heads`2855ALTER TABLE `department_heads`
2790  MODIFY `department_heads_id` int(11) NOT NULL AUTO_INCREMENT;2856  MODIFY `department_heads_id` int(11) NOT NULL AUTO_INCREMENT;
27912857
2792--2858--
2793-- AUTO_INCREMENT for table `entity_type`2859-- AUTO_INCREMENT for table `entity_type`
2794--2860--
2795ALTER TABLE `entity_type`2861ALTER TABLE `entity_type`
2796  MODIFY `entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;2862  MODIFY `entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
27972863
2798--2864--
2799-- AUTO_INCREMENT for table `locations`2865-- AUTO_INCREMENT for table `locations`
2800--2866--
2801ALTER TABLE `locations`2867ALTER TABLE `locations`
2802  MODIFY `location_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2868  MODIFY `location_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
28032869
2804--2870--
2805-- AUTO_INCREMENT for table `location_ipranges`2871-- AUTO_INCREMENT for table `location_ipranges`
2806--2872--
2807ALTER TABLE `location_ipranges`2873ALTER TABLE `location_ipranges`
2808  MODIFY `iprange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2874  MODIFY `iprange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
28092875
2810--2876--
2811-- AUTO_INCREMENT for table `organisations`2877-- AUTO_INCREMENT for table `organisations`
2812--2878--
2813ALTER TABLE `organisations`2879ALTER TABLE `organisations`
2814  MODIFY `organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;2880  MODIFY `organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
28152881
2816--2882--
2817-- AUTO_INCREMENT for table `organisation_languages`2883-- AUTO_INCREMENT for table `organisation_languages`
2818--2884--
2819ALTER TABLE `organisation_languages`2885ALTER TABLE `organisation_languages`
2820  MODIFY `olanguages_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2886  MODIFY `olanguages_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
28212887
2822--2888--
2823-- AUTO_INCREMENT for table `organisation_timezone`2889-- AUTO_INCREMENT for table `organisation_timezone`
2824--2890--
2825ALTER TABLE `organisation_timezone`2891ALTER TABLE `organisation_timezone`
2826  MODIFY `otimezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2892  MODIFY `otimezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
28272893
2828--2894--
2829-- AUTO_INCREMENT for table `password_reset`2895-- AUTO_INCREMENT for table `password_reset`
2830--2896--
2831ALTER TABLE `password_reset`2897ALTER TABLE `password_reset`
2832  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2898  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
28332899
2834--2900--
2835-- AUTO_INCREMENT for table `registered_apps`2901-- AUTO_INCREMENT for table `registered_apps`
2836--2902--
2837ALTER TABLE `registered_apps`2903ALTER TABLE `registered_apps`
2838  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;2904  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
28392905
2840--2906--
2841-- AUTO_INCREMENT for table `statistics`2907-- AUTO_INCREMENT for table `statistics`
2842--2908--
2843ALTER TABLE `statistics`2909ALTER TABLE `statistics`
2844  MODIFY `statistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2910  MODIFY `statistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
28452911
2846--2912--
2847-- AUTO_INCREMENT for table `system_groups`2913-- AUTO_INCREMENT for table `system_groups`
2848--2914--
2849ALTER TABLE `system_groups`2915ALTER TABLE `system_groups`
2850  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;2916  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
28512917
2852--2918--
2853-- AUTO_INCREMENT for table `system_roles`2919-- AUTO_INCREMENT for table `system_roles`
2854--2920--
2855ALTER TABLE `system_roles`2921ALTER TABLE `system_roles`
2856  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;2922  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;
28572923
2858--2924--
2859-- AUTO_INCREMENT for table `users_lu_genders`2925-- AUTO_INCREMENT for table `users_lu_genders`
2860--2926--
2861ALTER TABLE `users_lu_genders`2927ALTER TABLE `users_lu_genders`
2862  MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;2928  MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
28632929
2864--2930--
2865-- AUTO_INCREMENT for table `users_lu_pronouns`2931-- AUTO_INCREMENT for table `users_lu_pronouns`
2866--2932--
2867ALTER TABLE `users_lu_pronouns`2933ALTER TABLE `users_lu_pronouns`
2868  MODIFY `pronoun_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;2934  MODIFY `pronoun_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
28692935
2870--2936--
2871-- AUTO_INCREMENT for table `user_access`2937-- AUTO_INCREMENT for table `user_access`
2872--2938--
2873ALTER TABLE `user_access`2939ALTER TABLE `user_access`
2874  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;2940  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
28752941
2876--2942--
2877-- AUTO_INCREMENT for table `user_acl_permission_assignments`2943-- AUTO_INCREMENT for table `user_acl_permission_assignments`
2878--2944--
2879ALTER TABLE `user_acl_permission_assignments`2945ALTER TABLE `user_acl_permission_assignments`
2880  MODIFY `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2946  MODIFY `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
28812947
2882--2948--
2883-- AUTO_INCREMENT for table `user_acl_resource_containers`2949-- AUTO_INCREMENT for table `user_acl_resource_containers`
2884--2950--
2885ALTER TABLE `user_acl_resource_containers`2951ALTER TABLE `user_acl_resource_containers`
2886  MODIFY `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;2952  MODIFY `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
28872953
2888--2954--
2889-- AUTO_INCREMENT for table `user_credentials`2955-- AUTO_INCREMENT for table `user_credentials`
2890--2956--
2891ALTER TABLE `user_credentials`2957ALTER TABLE `user_credentials`
2892  MODIFY `ucredential_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2958  MODIFY `ucredential_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
28932959
2894--2960--
2895-- AUTO_INCREMENT for table `user_data`2961-- AUTO_INCREMENT for table `user_data`
2896--2962--
2897ALTER TABLE `user_data`2963ALTER TABLE `user_data`
2898  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;2964  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
28992965
2900--2966--
2901-- AUTO_INCREMENT for table `user_departments`2967-- AUTO_INCREMENT for table `user_departments`
2902--2968--
2903ALTER TABLE `user_departments`2969ALTER TABLE `user_departments`
2904  MODIFY `udep_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;2970  MODIFY `udep_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
29052971
2906--2972--
2907-- AUTO_INCREMENT for table `user_extra_data_cpd`2973-- AUTO_INCREMENT for table `user_extra_data_cpd`
2908--2974--
2909ALTER TABLE `user_extra_data_cpd`2975ALTER TABLE `user_extra_data_cpd`
2910  MODIFY `uedata_id` int(12) NOT NULL AUTO_INCREMENT;2976  MODIFY `uedata_id` int(12) NOT NULL AUTO_INCREMENT;
29112977
2912--2978--
2913-- AUTO_INCREMENT for table `user_incidents`2979-- AUTO_INCREMENT for table `user_incidents`
2914--2980--
2915ALTER TABLE `user_incidents`2981ALTER TABLE `user_incidents`
2916  MODIFY `incident_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2982  MODIFY `incident_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
29172983
2918--2984--
2919-- AUTO_INCREMENT for table `user_mobile_data`2985-- AUTO_INCREMENT for table `user_mobile_data`
2920--2986--
2921ALTER TABLE `user_mobile_data`2987ALTER TABLE `user_mobile_data`
n2922  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;n2988  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
29232989
2924--2990--
2925-- AUTO_INCREMENT for table `user_photos`2991-- AUTO_INCREMENT for table `user_photos`
2926--2992--
2927ALTER TABLE `user_photos`2993ALTER TABLE `user_photos`
2928  MODIFY `photo_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;2994  MODIFY `photo_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
29292995
2930--2996--
2931-- AUTO_INCREMENT for table `user_preferences`2997-- AUTO_INCREMENT for table `user_preferences`
2932--2998--
2933ALTER TABLE `user_preferences`2999ALTER TABLE `user_preferences`
n2934  MODIFY `preference_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n3000  MODIFY `preference_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
29353001
2936--3002--
2937-- AUTO_INCREMENT for table `user_professions`3003-- AUTO_INCREMENT for table `user_professions`
2938--3004--
2939ALTER TABLE `user_professions`3005ALTER TABLE `user_professions`
2940  MODIFY `uprofession_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;3006  MODIFY `uprofession_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
29413007
2942--3008--
2943-- AUTO_INCREMENT for table `user_service_tokens`3009-- AUTO_INCREMENT for table `user_service_tokens`
2944--3010--
2945ALTER TABLE `user_service_tokens`3011ALTER TABLE `user_service_tokens`
2946  MODIFY `token_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;3012  MODIFY `token_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
29473013
2948--3014--
2949-- AUTO_INCREMENT for table `user_sponsor_company`3015-- AUTO_INCREMENT for table `user_sponsor_company`
2950--3016--
2951ALTER TABLE `user_sponsor_company`3017ALTER TABLE `user_sponsor_company`
2952  MODIFY `usponsor_id` int(12) NOT NULL AUTO_INCREMENT;3018  MODIFY `usponsor_id` int(12) NOT NULL AUTO_INCREMENT;
29533019
2954--3020--
2955-- AUTO_INCREMENT for table `user_sponsor_focus_areas`3021-- AUTO_INCREMENT for table `user_sponsor_focus_areas`
2956--3022--
2957ALTER TABLE `user_sponsor_focus_areas`3023ALTER TABLE `user_sponsor_focus_areas`
2958  MODIFY `sfarea_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;3024  MODIFY `sfarea_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
29593025
2960--3026--
2961-- Constraints for dumped tables3027-- Constraints for dumped tables
2962--3028--
29633029
2964--3030--
2965-- Constraints for table `organisation_languages`3031-- Constraints for table `organisation_languages`
2966--3032--
2967ALTER TABLE `organisation_languages`3033ALTER TABLE `organisation_languages`
2968  ADD CONSTRAINT `organisation_languages_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE,3034  ADD CONSTRAINT `organisation_languages_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE,
2969  ADD CONSTRAINT `organisation_languages_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `elentra_me`.`language` (`language_id`) ON DELETE CASCADE;3035  ADD CONSTRAINT `organisation_languages_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `elentra_me`.`language` (`language_id`) ON DELETE CASCADE;
29703036
2971--3037--
2972-- Constraints for table `organisation_timezone`3038-- Constraints for table `organisation_timezone`
2973--3039--
2974ALTER TABLE `organisation_timezone`3040ALTER TABLE `organisation_timezone`
2975  ADD CONSTRAINT `organisation_timezone_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE,3041  ADD CONSTRAINT `organisation_timezone_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE,
2976  ADD CONSTRAINT `organisation_timezone_ibfk_2` FOREIGN KEY (`timezone_id`) REFERENCES `elentra_me`.`global_lu_timezone` (`timezone_id`) ON DELETE CASCADE;3042  ADD CONSTRAINT `organisation_timezone_ibfk_2` FOREIGN KEY (`timezone_id`) REFERENCES `elentra_me`.`global_lu_timezone` (`timezone_id`) ON DELETE CASCADE;
29773043
2978--3044--
2979-- Constraints for table `user_data`3045-- Constraints for table `user_data`
2980--3046--
2981ALTER TABLE `user_data`3047ALTER TABLE `user_data`
2982  ADD CONSTRAINT `FK_GenderUser` FOREIGN KEY (`gender`) REFERENCES `users_lu_genders` (`gender_id`);3048  ADD CONSTRAINT `FK_GenderUser` FOREIGN KEY (`gender`) REFERENCES `users_lu_genders` (`gender_id`);
29833049
2984--3050--
2985-- Constraints for table `user_service_tokens`3051-- Constraints for table `user_service_tokens`
2986--3052--
2987ALTER TABLE `user_service_tokens`3053ALTER TABLE `user_service_tokens`
2988  ADD CONSTRAINT `user_service_tokens_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user_data` (`id`);3054  ADD CONSTRAINT `user_service_tokens_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user_data` (`id`);
2989--3055--
2990-- Database: `elentra_cbe`3056-- Database: `elentra_cbe`
2991--3057--
2992CREATE DATABASE IF NOT EXISTS `elentra_cbe` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;3058CREATE DATABASE IF NOT EXISTS `elentra_cbe` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
2993USE `elentra_cbe`;3059USE `elentra_cbe`;
29943060
2995-- --------------------------------------------------------3061-- --------------------------------------------------------
29963062
2997--3063--
2998-- Table structure for table `cbe_draft_versions`3064-- Table structure for table `cbe_draft_versions`
2999--3065--
30003066
3001CREATE TABLE `cbe_draft_versions` (3067CREATE TABLE `cbe_draft_versions` (
3002  `id` int(10) UNSIGNED NOT NULL,3068  `id` int(10) UNSIGNED NOT NULL,
3003  `tree_id` int(11) DEFAULT NULL,3069  `tree_id` int(11) DEFAULT NULL,
3004  `draft_version_associated_record_id` int(10) UNSIGNED NOT NULL,3070  `draft_version_associated_record_id` int(10) UNSIGNED NOT NULL,
3005  `draft_version_type_id` int(10) UNSIGNED NOT NULL,3071  `draft_version_type_id` int(10) UNSIGNED NOT NULL,
3006  `published` tinyint(4) UNSIGNED DEFAULT NULL,3072  `published` tinyint(4) UNSIGNED DEFAULT NULL,
3007  `complete` tinyint(4) UNSIGNED DEFAULT NULL,3073  `complete` tinyint(4) UNSIGNED DEFAULT NULL,
3008  `created_date` int(10) UNSIGNED NOT NULL,3074  `created_date` int(10) UNSIGNED NOT NULL,
3009  `created_by` int(10) UNSIGNED NOT NULL,3075  `created_by` int(10) UNSIGNED NOT NULL,
3010  `updated_date` int(10) UNSIGNED DEFAULT NULL,3076  `updated_date` int(10) UNSIGNED DEFAULT NULL,
3011  `updated_by` int(10) UNSIGNED DEFAULT NULL,3077  `updated_by` int(10) UNSIGNED DEFAULT NULL,
3012  `deleted_date` int(10) UNSIGNED DEFAULT NULL3078  `deleted_date` int(10) UNSIGNED DEFAULT NULL
3013) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3079) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
30143080
3015--3081--
3016-- Dumping data for table `cbe_draft_versions`3082-- Dumping data for table `cbe_draft_versions`
3017--3083--
30183084
3019INSERT INTO `cbe_draft_versions` (`id`, `tree_id`, `draft_version_associated_record_id`, `draft_version_type_id`, `published`, `complete`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3085INSERT INTO `cbe_draft_versions` (`id`, `tree_id`, `draft_version_associated_record_id`, `draft_version_type_id`, `published`, `complete`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3020(1, NULL, 3, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL),3086(1, NULL, 3, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL),
n3021(2, 1, 13, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL);n3087(2, 1, 13, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL),
3088(3, NULL, 16, 1, 1, 1, 1685387958, 1, 1685388432, 1, NULL);
30223089
3023-- --------------------------------------------------------3090-- --------------------------------------------------------
30243091
3025--3092--
3026-- Table structure for table `cbe_draft_version_steps`3093-- Table structure for table `cbe_draft_version_steps`
3027--3094--
30283095
3029CREATE TABLE `cbe_draft_version_steps` (3096CREATE TABLE `cbe_draft_version_steps` (
3030  `id` int(10) UNSIGNED NOT NULL,3097  `id` int(10) UNSIGNED NOT NULL,
3031  `draft_version_id` int(10) UNSIGNED NOT NULL,3098  `draft_version_id` int(10) UNSIGNED NOT NULL,
3032  `draft_version_step_type_id` int(10) UNSIGNED NOT NULL,3099  `draft_version_step_type_id` int(10) UNSIGNED NOT NULL,
3033  `step_data` mediumtext COLLATE utf8_unicode_ci,3100  `step_data` mediumtext COLLATE utf8_unicode_ci,
3034  `created_date` int(10) UNSIGNED NOT NULL,3101  `created_date` int(10) UNSIGNED NOT NULL,
3035  `created_by` int(10) UNSIGNED NOT NULL,3102  `created_by` int(10) UNSIGNED NOT NULL,
3036  `updated_date` int(10) UNSIGNED DEFAULT NULL,3103  `updated_date` int(10) UNSIGNED DEFAULT NULL,
3037  `updated_by` int(10) UNSIGNED DEFAULT NULL,3104  `updated_by` int(10) UNSIGNED DEFAULT NULL,
3038  `deleted_date` int(10) UNSIGNED DEFAULT NULL3105  `deleted_date` int(10) UNSIGNED DEFAULT NULL
3039) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3106) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
30403107
3041--3108--
3042-- Dumping data for table `cbe_draft_version_steps`3109-- Dumping data for table `cbe_draft_version_steps`
3043--3110--
30443111
3045INSERT INTO `cbe_draft_version_steps` (`id`, `draft_version_id`, `draft_version_step_type_id`, `step_data`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3112INSERT INTO `cbe_draft_version_steps` (`id`, `draft_version_id`, `draft_version_step_type_id`, `step_data`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3046(1, 1, 9, '{\"selected\":\"course-from-framework\"}', 1685381585, 1, 1685381585, 1, NULL),3113(1, 1, 9, '{\"selected\":\"course-from-framework\"}', 1685381585, 1, 1685381585, 1, NULL),
3047(2, 1, 1, '{\"selected_framework\":\"1\"}', 1685381585, 1, 1685381585, 1, NULL),3114(2, 1, 1, '{\"selected_framework\":\"1\"}', 1685381585, 1, 1685381585, 1, NULL),
3048(3, 1, 5, '{\"objective_sets_uploaded\":true}', 1685381585, 1, 1685381585, 1, NULL),3115(3, 1, 5, '{\"objective_sets_uploaded\":true}', 1685381585, 1, 1685381585, 1, NULL),
3049(4, 2, 9, '{\\\"selected\\\":\\\"course-from-framework\\\"}', 1685381585, 1, 1685381585, 1, NULL),3116(4, 2, 9, '{\\\"selected\\\":\\\"course-from-framework\\\"}', 1685381585, 1, 1685381585, 1, NULL),
3050(5, 2, 1, '{\\\"selected_framework\\\":\\\"2\\\"}', 1685381585, 1, 1685381585, 1, NULL),3117(5, 2, 1, '{\\\"selected_framework\\\":\\\"2\\\"}', 1685381585, 1, 1685381585, 1, NULL),
n3051(6, 2, 5, '{\\\"objective_sets_uploaded\\\":true}', 1685381585, 1, 1685381585, 1, NULL);n3118(6, 2, 5, '{\\\"objective_sets_uploaded\\\":true}', 1685381585, 1, 1685381585, 1, NULL),
3119(7, 3, 9, '{\"selected\":\"course-from-framework\"}', 1685387958, 1, 1685387958, 1, NULL),
3120(8, 3, 1, '{\"selected_framework\":\"3\"}', 1685387963, 1, 1685387968, 1, NULL),
3121(9, 3, 5, '{\"objective_sets_uploaded\":true}', 1685388048, 1, 1685388048, 1, NULL);
30523122
3053-- --------------------------------------------------------3123-- --------------------------------------------------------
30543124
3055--3125--
3056-- Table structure for table `cbe_lu_draft_version_step_types`3126-- Table structure for table `cbe_lu_draft_version_step_types`
3057--3127--
30583128
3059CREATE TABLE `cbe_lu_draft_version_step_types` (3129CREATE TABLE `cbe_lu_draft_version_step_types` (
3060  `id` int(10) UNSIGNED NOT NULL,3130  `id` int(10) UNSIGNED NOT NULL,
3061  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,3131  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
3062  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'3132  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'
3063) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3133) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
30643134
3065--3135--
3066-- Dumping data for table `cbe_lu_draft_version_step_types`3136-- Dumping data for table `cbe_lu_draft_version_step_types`
3067--3137--
30683138
3069INSERT INTO `cbe_lu_draft_version_step_types` (`id`, `shortname`, `active`) VALUES3139INSERT INTO `cbe_lu_draft_version_step_types` (`id`, `shortname`, `active`) VALUES
3070(1, 'framework_select', 1),3140(1, 'framework_select', 1),
3071(2, 'course_tree_select', 1),3141(2, 'course_tree_select', 1),
3072(3, 'organisation_tree_select', 1),3142(3, 'organisation_tree_select', 1),
3073(4, 'tree_status_select', 1),3143(4, 'tree_status_select', 1),
3074(5, 'objective_set_uploaders', 1),3144(5, 'objective_set_uploaders', 1),
3075(6, 'summary', 1),3145(6, 'summary', 1),
3076(7, 'confirm', 1),3146(7, 'confirm', 1),
3077(8, 'complete', 1),3147(8, 'complete', 1),
3078(9, 'initialize', 1);3148(9, 'initialize', 1);
30793149
3080-- --------------------------------------------------------3150-- --------------------------------------------------------
30813151
3082--3152--
3083-- Table structure for table `cbe_lu_draft_version_types`3153-- Table structure for table `cbe_lu_draft_version_types`
3084--3154--
30853155
3086CREATE TABLE `cbe_lu_draft_version_types` (3156CREATE TABLE `cbe_lu_draft_version_types` (
3087  `id` int(10) UNSIGNED NOT NULL,3157  `id` int(10) UNSIGNED NOT NULL,
3088  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,3158  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
3089  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'3159  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'
3090) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3160) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
30913161
3092--3162--
3093-- Dumping data for table `cbe_lu_draft_version_types`3163-- Dumping data for table `cbe_lu_draft_version_types`
3094--3164--
30953165
3096INSERT INTO `cbe_lu_draft_version_types` (`id`, `shortname`, `active`) VALUES3166INSERT INTO `cbe_lu_draft_version_types` (`id`, `shortname`, `active`) VALUES
3097(1, 'course-from-framework', 1),3167(1, 'course-from-framework', 1),
3098(2, 'course-from-tree', 1),3168(2, 'course-from-tree', 1),
3099(3, 'course-from-organisation', 1),3169(3, 'course-from-organisation', 1),
3100(4, 'organisation-from-framework', 1),3170(4, 'organisation-from-framework', 1),
3101(5, 'organisation-from-tree', 1);3171(5, 'organisation-from-tree', 1);
31023172
3103-- --------------------------------------------------------3173-- --------------------------------------------------------
31043174
3105--3175--
3106-- Table structure for table `cbe_lu_node_types`3176-- Table structure for table `cbe_lu_node_types`
3107--3177--
31083178
3109CREATE TABLE `cbe_lu_node_types` (3179CREATE TABLE `cbe_lu_node_types` (
3110  `id` int(11) UNSIGNED NOT NULL,3180  `id` int(11) UNSIGNED NOT NULL,
3111  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',3181  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3112  `active` tinyint(4) NOT NULL DEFAULT '1'3182  `active` tinyint(4) NOT NULL DEFAULT '1'
3113) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3183) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
31143184
3115--3185--
3116-- Dumping data for table `cbe_lu_node_types`3186-- Dumping data for table `cbe_lu_node_types`
3117--3187--
31183188
3119INSERT INTO `cbe_lu_node_types` (`id`, `shortname`, `active`) VALUES3189INSERT INTO `cbe_lu_node_types` (`id`, `shortname`, `active`) VALUES
3120(1, 'objective', 1),3190(1, 'objective', 1),
3121(2, 'procedure', 0);3191(2, 'procedure', 0);
31223192
3123-- --------------------------------------------------------3193-- --------------------------------------------------------
31243194
3125--3195--
3126-- Table structure for table `cbe_lu_owner_types`3196-- Table structure for table `cbe_lu_owner_types`
3127--3197--
31283198
3129CREATE TABLE `cbe_lu_owner_types` (3199CREATE TABLE `cbe_lu_owner_types` (
3130  `id` int(11) UNSIGNED NOT NULL,3200  `id` int(11) UNSIGNED NOT NULL,
3131  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',3201  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3132  `active` tinyint(4) NOT NULL DEFAULT '1'3202  `active` tinyint(4) NOT NULL DEFAULT '1'
3133) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3203) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
31343204
3135--3205--
3136-- Dumping data for table `cbe_lu_owner_types`3206-- Dumping data for table `cbe_lu_owner_types`
3137--3207--
31383208
3139INSERT INTO `cbe_lu_owner_types` (`id`, `shortname`, `active`) VALUES3209INSERT INTO `cbe_lu_owner_types` (`id`, `shortname`, `active`) VALUES
3140(1, 'organisation', 1),3210(1, 'organisation', 1),
3141(2, 'course', 1),3211(2, 'course', 1),
3142(3, 'user', 1);3212(3, 'user', 1);
31433213
3144-- --------------------------------------------------------3214-- --------------------------------------------------------
31453215
3146--3216--
3147-- Table structure for table `cbe_lu_property_types`3217-- Table structure for table `cbe_lu_property_types`
3148--3218--
31493219
3150CREATE TABLE `cbe_lu_property_types` (3220CREATE TABLE `cbe_lu_property_types` (
3151  `id` int(11) UNSIGNED NOT NULL,3221  `id` int(11) UNSIGNED NOT NULL,
3152  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',3222  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3153  `active` int(11) NOT NULL DEFAULT '1'3223  `active` int(11) NOT NULL DEFAULT '1'
3154) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3224) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
31553225
3156--3226--
3157-- Dumping data for table `cbe_lu_property_types`3227-- Dumping data for table `cbe_lu_property_types`
3158--3228--
31593229
3160INSERT INTO `cbe_lu_property_types` (`id`, `shortname`, `active`) VALUES3230INSERT INTO `cbe_lu_property_types` (`id`, `shortname`, `active`) VALUES
3161(1, 'tree_depth', 1),3231(1, 'tree_depth', 1),
3162(2, 'course_id', 1),3232(2, 'course_id', 1),
3163(3, 'branch_meta', 1),3233(3, 'branch_meta', 1),
3164(4, 'framework_id', 1),3234(4, 'framework_id', 1),
3165(5, 'versionable_root', 1),3235(5, 'versionable_root', 1),
3166(6, 'originating_framework_id', 1),3236(6, 'originating_framework_id', 1),
3167(7, 'originating_tree_version_id', 1),3237(7, 'originating_tree_version_id', 1),
3168(8, 'tree_type', 1),3238(8, 'tree_type', 1),
3169(9, 'locked', 1),3239(9, 'locked', 1),
3170(10, 'ordinality', 1),3240(10, 'ordinality', 1),
3171(11, 'tree_name', 1),3241(11, 'tree_name', 1),
3172(12, 'draft_tree', 1);3242(12, 'draft_tree', 1);
31733243
3174-- --------------------------------------------------------3244-- --------------------------------------------------------
31753245
3176--3246--
3177-- Table structure for table `cbe_lu_tree_types`3247-- Table structure for table `cbe_lu_tree_types`
3178--3248--
31793249
3180CREATE TABLE `cbe_lu_tree_types` (3250CREATE TABLE `cbe_lu_tree_types` (
3181  `id` int(11) UNSIGNED NOT NULL,3251  `id` int(11) UNSIGNED NOT NULL,
3182  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',3252  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3183  `active` tinyint(4) NOT NULL DEFAULT '1'3253  `active` tinyint(4) NOT NULL DEFAULT '1'
3184) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3254) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
31853255
3186--3256--
3187-- Dumping data for table `cbe_lu_tree_types`3257-- Dumping data for table `cbe_lu_tree_types`
3188--3258--
31893259
3190INSERT INTO `cbe_lu_tree_types` (`id`, `shortname`, `active`) VALUES3260INSERT INTO `cbe_lu_tree_types` (`id`, `shortname`, `active`) VALUES
3191(1, 'meta', 1),3261(1, 'meta', 1),
3192(2, 'course', 1),3262(2, 'course', 1),
3193(3, 'user', 1),3263(3, 'user', 1),
3194(4, 'organisation', 1),3264(4, 'organisation', 1),
3195(5, 'course_tree_version', 1),3265(5, 'course_tree_version', 1),
3196(6, 'organisation_tree_version', 1);3266(6, 'organisation_tree_version', 1);
31973267
3198-- --------------------------------------------------------3268-- --------------------------------------------------------
31993269
3200--3270--
3201-- Table structure for table `cbe_lu_upload_types`3271-- Table structure for table `cbe_lu_upload_types`
3202--3272--
32033273
3204CREATE TABLE `cbe_lu_upload_types` (3274CREATE TABLE `cbe_lu_upload_types` (
3205  `id` int(11) UNSIGNED NOT NULL,3275  `id` int(11) UNSIGNED NOT NULL,
3206  `shortname` varchar(128) COLLATE utf8_unicode_ci DEFAULT '',3276  `shortname` varchar(128) COLLATE utf8_unicode_ci DEFAULT '',
3207  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,3277  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
3208  `active` tinyint(4) DEFAULT NULL3278  `active` tinyint(4) DEFAULT NULL
3209) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3279) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
32103280
3211--3281--
3212-- Dumping data for table `cbe_lu_upload_types`3282-- Dumping data for table `cbe_lu_upload_types`
3213--3283--
32143284
3215INSERT INTO `cbe_lu_upload_types` (`id`, `shortname`, `title`, `active`) VALUES3285INSERT INTO `cbe_lu_upload_types` (`id`, `shortname`, `title`, `active`) VALUES
3216(1, 'default', 'Default', 1),3286(1, 'default', 'Default', 1),
3217(2, 'single_parent_reference', 'Single Parent Reference', 1);3287(2, 'single_parent_reference', 'Single Parent Reference', 1);
32183288
3219-- --------------------------------------------------------3289-- --------------------------------------------------------
32203290
3221--3291--
3222-- Table structure for table `cbe_objective_tree_nodes`3292-- Table structure for table `cbe_objective_tree_nodes`
3223--3293--
32243294
3225CREATE TABLE `cbe_objective_tree_nodes` (3295CREATE TABLE `cbe_objective_tree_nodes` (
3226  `id` int(11) UNSIGNED NOT NULL,3296  `id` int(11) UNSIGNED NOT NULL,
3227  `tree_id` int(11) NOT NULL,3297  `tree_id` int(11) NOT NULL,
3228  `left` int(11) NOT NULL,3298  `left` int(11) NOT NULL,
3229  `right` int(11) NOT NULL,3299  `right` int(11) NOT NULL,
3230  `depth` int(11) NOT NULL,3300  `depth` int(11) NOT NULL,
3231  `objective_id` int(11) DEFAULT NULL,3301  `objective_id` int(11) DEFAULT NULL,
3232  `active_from` int(11) DEFAULT NULL,3302  `active_from` int(11) DEFAULT NULL,
3233  `active_until` int(11) DEFAULT NULL,3303  `active_until` int(11) DEFAULT NULL,
3234  `created_date` int(11) NOT NULL,3304  `created_date` int(11) NOT NULL,
3235  `created_by` int(11) NOT NULL,3305  `created_by` int(11) NOT NULL,
3236  `updated_date` int(11) DEFAULT NULL,3306  `updated_date` int(11) DEFAULT NULL,
3237  `updated_by` int(11) DEFAULT NULL,3307  `updated_by` int(11) DEFAULT NULL,
3238  `deleted_date` int(11) DEFAULT NULL3308  `deleted_date` int(11) DEFAULT NULL
3239) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3309) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
32403310
3241-- --------------------------------------------------------3311-- --------------------------------------------------------
32423312
3243--3313--
3244-- Table structure for table `cbe_trees`3314-- Table structure for table `cbe_trees`
3245--3315--
32463316
3247CREATE TABLE `cbe_trees` (3317CREATE TABLE `cbe_trees` (
3248  `id` int(11) UNSIGNED NOT NULL,3318  `id` int(11) UNSIGNED NOT NULL,
3249  `app_id` int(11) NOT NULL,3319  `app_id` int(11) NOT NULL,
3250  `organisation_id` int(11) NOT NULL,3320  `organisation_id` int(11) NOT NULL,
3251  `node_type_id` int(11) NOT NULL,3321  `node_type_id` int(11) NOT NULL,
3252  `owner_type_id` int(11) DEFAULT NULL,3322  `owner_type_id` int(11) DEFAULT NULL,
3253  `owner_value` int(11) DEFAULT NULL,3323  `owner_value` int(11) DEFAULT NULL,
3254  `created_date` int(11) NOT NULL,3324  `created_date` int(11) NOT NULL,
3255  `created_by` int(11) NOT NULL,3325  `created_by` int(11) NOT NULL,
3256  `updated_date` int(11) DEFAULT NULL,3326  `updated_date` int(11) DEFAULT NULL,
3257  `updated_by` int(11) DEFAULT NULL,3327  `updated_by` int(11) DEFAULT NULL,
3258  `deleted_date` int(11) DEFAULT NULL3328  `deleted_date` int(11) DEFAULT NULL
3259) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3329) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
32603330
3261--3331--
3262-- Dumping data for table `cbe_trees`3332-- Dumping data for table `cbe_trees`
3263--3333--
32643334
3265INSERT INTO `cbe_trees` (`id`, `app_id`, `organisation_id`, `node_type_id`, `owner_type_id`, `owner_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3335INSERT INTO `cbe_trees` (`id`, `app_id`, `organisation_id`, `node_type_id`, `owner_type_id`, `owner_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3266(1, 1, 1, 1, 2, 3, 1685381585, 1, 1685381585, 1, NULL),3336(1, 1, 1, 1, 2, 3, 1685381585, 1, 1685381585, 1, NULL),
n3267(2, 1, 2, 1, 2, 13, 1685381585, 1, 1685381585, 1, NULL);n3337(2, 1, 2, 1, 2, 13, 1685381585, 1, 1685381585, 1, NULL),
3338(3, 1, 1, 1, 2, 16, 1685388431, 1, 1685388431, 1, NULL);
32683339
3269-- --------------------------------------------------------3340-- --------------------------------------------------------
32703341
3271--3342--
3272-- Table structure for table `cbe_trees_1_course_3_version_1`3343-- Table structure for table `cbe_trees_1_course_3_version_1`
3273--3344--
32743345
3275CREATE TABLE `cbe_trees_1_course_3_version_1` (3346CREATE TABLE `cbe_trees_1_course_3_version_1` (
3276  `id` int(11) UNSIGNED NOT NULL,3347  `id` int(11) UNSIGNED NOT NULL,
3277  `tree_id` int(11) NOT NULL,3348  `tree_id` int(11) NOT NULL,
3278  `left` int(11) NOT NULL,3349  `left` int(11) NOT NULL,
3279  `right` int(11) NOT NULL,3350  `right` int(11) NOT NULL,
3280  `depth` int(11) NOT NULL,3351  `depth` int(11) NOT NULL,
3281  `objective_id` int(11) DEFAULT NULL,3352  `objective_id` int(11) DEFAULT NULL,
3282  `active_from` int(11) DEFAULT NULL,3353  `active_from` int(11) DEFAULT NULL,
3283  `active_until` int(11) DEFAULT NULL,3354  `active_until` int(11) DEFAULT NULL,
3284  `created_date` int(11) NOT NULL,3355  `created_date` int(11) NOT NULL,
3285  `created_by` int(11) NOT NULL,3356  `created_by` int(11) NOT NULL,
3286  `updated_date` int(11) DEFAULT NULL,3357  `updated_date` int(11) DEFAULT NULL,
3287  `updated_by` int(11) DEFAULT NULL,3358  `updated_by` int(11) DEFAULT NULL,
3288  `deleted_date` int(11) DEFAULT NULL3359  `deleted_date` int(11) DEFAULT NULL
3289) ENGINE=InnoDB DEFAULT CHARSET=utf8;3360) ENGINE=InnoDB DEFAULT CHARSET=utf8;
32903361
3291--3362--
3292-- Dumping data for table `cbe_trees_1_course_3_version_1`3363-- Dumping data for table `cbe_trees_1_course_3_version_1`
3293--3364--
32943365
3295INSERT INTO `cbe_trees_1_course_3_version_1` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3366INSERT INTO `cbe_trees_1_course_3_version_1` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3296(1, 1, 1, 120, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3367(1, 1, 1, 120, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3297(2, 1, 2, 103, 1, 2469, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3368(2, 1, 2, 103, 1, 2469, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3298(3, 1, 3, 22, 2, 2478, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3369(3, 1, 3, 22, 2, 2478, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3299(4, 1, 4, 5, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3370(4, 1, 4, 5, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3300(5, 1, 6, 7, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3371(5, 1, 6, 7, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3301(6, 1, 8, 9, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3372(6, 1, 8, 9, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3302(7, 1, 10, 11, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3373(7, 1, 10, 11, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3303(8, 1, 12, 13, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3374(8, 1, 12, 13, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3304(9, 1, 14, 15, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3375(9, 1, 14, 15, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3305(10, 1, 16, 17, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3376(10, 1, 16, 17, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3306(11, 1, 18, 19, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3377(11, 1, 18, 19, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3307(12, 1, 20, 21, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3378(12, 1, 20, 21, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3308(13, 1, 23, 42, 2, 2479, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3379(13, 1, 23, 42, 2, 2479, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3309(14, 1, 24, 25, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3380(14, 1, 24, 25, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3310(15, 1, 26, 27, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3381(15, 1, 26, 27, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3311(16, 1, 28, 29, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3382(16, 1, 28, 29, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3312(17, 1, 30, 31, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3383(17, 1, 30, 31, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3313(18, 1, 32, 33, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3384(18, 1, 32, 33, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3314(19, 1, 34, 35, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3385(19, 1, 34, 35, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3315(20, 1, 36, 37, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3386(20, 1, 36, 37, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3316(21, 1, 38, 39, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3387(21, 1, 38, 39, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3317(22, 1, 40, 41, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3388(22, 1, 40, 41, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3318(23, 1, 43, 62, 2, 2480, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3389(23, 1, 43, 62, 2, 2480, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3319(24, 1, 44, 45, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3390(24, 1, 44, 45, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3320(25, 1, 46, 47, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3391(25, 1, 46, 47, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3321(26, 1, 48, 49, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3392(26, 1, 48, 49, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3322(27, 1, 50, 51, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3393(27, 1, 50, 51, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3323(28, 1, 52, 53, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3394(28, 1, 52, 53, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3324(29, 1, 54, 55, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3395(29, 1, 54, 55, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3325(30, 1, 56, 57, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3396(30, 1, 56, 57, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3326(31, 1, 58, 59, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3397(31, 1, 58, 59, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3327(32, 1, 60, 61, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3398(32, 1, 60, 61, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3328(33, 1, 63, 82, 2, 2481, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3399(33, 1, 63, 82, 2, 2481, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3329(34, 1, 64, 65, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3400(34, 1, 64, 65, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3330(35, 1, 66, 67, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3401(35, 1, 66, 67, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3331(36, 1, 68, 69, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3402(36, 1, 68, 69, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3332(37, 1, 70, 71, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3403(37, 1, 70, 71, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3333(38, 1, 72, 73, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3404(38, 1, 72, 73, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3334(39, 1, 74, 75, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3405(39, 1, 74, 75, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3335(40, 1, 76, 77, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3406(40, 1, 76, 77, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3336(41, 1, 78, 79, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3407(41, 1, 78, 79, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3337(42, 1, 80, 81, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3408(42, 1, 80, 81, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3338(43, 1, 83, 102, 2, 2482, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3409(43, 1, 83, 102, 2, 2482, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3339(44, 1, 84, 85, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3410(44, 1, 84, 85, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3340(45, 1, 86, 87, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3411(45, 1, 86, 87, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3341(46, 1, 88, 89, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3412(46, 1, 88, 89, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3342(47, 1, 90, 91, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3413(47, 1, 90, 91, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3343(48, 1, 92, 93, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3414(48, 1, 92, 93, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3344(49, 1, 94, 95, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3415(49, 1, 94, 95, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3345(50, 1, 96, 97, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3416(50, 1, 96, 97, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3346(51, 1, 98, 99, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3417(51, 1, 98, 99, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3347(52, 1, 100, 101, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3418(52, 1, 100, 101, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3348(53, 1, 104, 105, 1, 2470, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3419(53, 1, 104, 105, 1, 2470, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3349(54, 1, 106, 107, 1, 2471, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3420(54, 1, 106, 107, 1, 2471, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3350(55, 1, 108, 109, 1, 2472, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3421(55, 1, 108, 109, 1, 2472, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3351(56, 1, 110, 111, 1, 2473, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3422(56, 1, 110, 111, 1, 2473, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3352(57, 1, 112, 113, 1, 2474, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3423(57, 1, 112, 113, 1, 2474, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3353(58, 1, 114, 115, 1, 2475, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3424(58, 1, 114, 115, 1, 2475, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3354(59, 1, 116, 117, 1, 2476, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3425(59, 1, 116, 117, 1, 2476, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3355(60, 1, 118, 119, 1, 2477, NULL, NULL, 1685381585, 1, NULL, NULL, NULL);3426(60, 1, 118, 119, 1, 2477, NULL, NULL, 1685381585, 1, NULL, NULL, NULL);
33563427
3357-- --------------------------------------------------------3428-- --------------------------------------------------------
33583429
3359--3430--
3360-- Table structure for table `cbe_trees_2_course_13_version_2`3431-- Table structure for table `cbe_trees_2_course_13_version_2`
3361--3432--
33623433
3363CREATE TABLE `cbe_trees_2_course_13_version_2` (3434CREATE TABLE `cbe_trees_2_course_13_version_2` (
3364  `id` int(11) UNSIGNED NOT NULL,3435  `id` int(11) UNSIGNED NOT NULL,
3365  `tree_id` int(11) NOT NULL,3436  `tree_id` int(11) NOT NULL,
3366  `left` int(11) NOT NULL,3437  `left` int(11) NOT NULL,
3367  `right` int(11) NOT NULL,3438  `right` int(11) NOT NULL,
3368  `depth` int(11) NOT NULL,3439  `depth` int(11) NOT NULL,
3369  `objective_id` int(11) DEFAULT NULL,3440  `objective_id` int(11) DEFAULT NULL,
3370  `active_from` int(11) DEFAULT NULL,3441  `active_from` int(11) DEFAULT NULL,
3371  `active_until` int(11) DEFAULT NULL,3442  `active_until` int(11) DEFAULT NULL,
3372  `created_date` int(11) NOT NULL,3443  `created_date` int(11) NOT NULL,
3373  `created_by` int(11) NOT NULL,3444  `created_by` int(11) NOT NULL,
3374  `updated_date` int(11) DEFAULT NULL,3445  `updated_date` int(11) DEFAULT NULL,
3375  `updated_by` int(11) DEFAULT NULL,3446  `updated_by` int(11) DEFAULT NULL,
3376  `deleted_date` int(11) DEFAULT NULL3447  `deleted_date` int(11) DEFAULT NULL
3377) ENGINE=InnoDB DEFAULT CHARSET=utf8;3448) ENGINE=InnoDB DEFAULT CHARSET=utf8;
33783449
3379--3450--
3380-- Dumping data for table `cbe_trees_2_course_13_version_2`3451-- Dumping data for table `cbe_trees_2_course_13_version_2`
3381--3452--
33823453
3383INSERT INTO `cbe_trees_2_course_13_version_2` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3454INSERT INTO `cbe_trees_2_course_13_version_2` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3384(1, 2, 1, 26, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3455(1, 2, 1, 26, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3385(2, 2, 2, 7, 1, 2675, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3456(2, 2, 2, 7, 1, 2675, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3386(3, 2, 3, 4, 2, 2679, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3457(3, 2, 3, 4, 2, 2679, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3387(4, 2, 5, 6, 2, 2680, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3458(4, 2, 5, 6, 2, 2680, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3388(5, 2, 8, 13, 1, 2676, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3459(5, 2, 8, 13, 1, 2676, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3389(6, 2, 9, 10, 2, 2681, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3460(6, 2, 9, 10, 2, 2681, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3390(7, 2, 11, 12, 2, 2682, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3461(7, 2, 11, 12, 2, 2682, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3391(8, 2, 14, 19, 1, 2677, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3462(8, 2, 14, 19, 1, 2677, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3392(9, 2, 15, 16, 2, 2683, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3463(9, 2, 15, 16, 2, 2683, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3393(10, 2, 17, 18, 2, 2684, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3464(10, 2, 17, 18, 2, 2684, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3394(11, 2, 20, 25, 1, 2678, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3465(11, 2, 20, 25, 1, 2678, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3395(12, 2, 21, 22, 2, 2685, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),3466(12, 2, 21, 22, 2, 2685, NULL, NULL, 1685381585, 1, NULL, NULL, NULL),
3396(13, 2, 23, 24, 2, 2686, NULL, NULL, 1685381585, 1, NULL, NULL, NULL);3467(13, 2, 23, 24, 2, 2686, NULL, NULL, 1685381585, 1, NULL, NULL, NULL);
33973468
3398-- --------------------------------------------------------3469-- --------------------------------------------------------
33993470
3400--3471--
nn3472-- Table structure for table `cbe_trees_3_course_16_version_3`
3473--
3474 
3475CREATE TABLE `cbe_trees_3_course_16_version_3` (
3476  `id` int(11) UNSIGNED NOT NULL,
3477  `tree_id` int(11) NOT NULL,
3478  `left` int(11) NOT NULL,
3479  `right` int(11) NOT NULL,
3480  `depth` int(11) NOT NULL,
3481  `objective_id` int(11) DEFAULT NULL,
3482  `active_from` int(11) DEFAULT NULL,
3483  `active_until` int(11) DEFAULT NULL,
3484  `created_date` int(11) NOT NULL,
3485  `created_by` int(11) NOT NULL,
3486  `updated_date` int(11) DEFAULT NULL,
3487  `updated_by` int(11) DEFAULT NULL,
3488  `deleted_date` int(11) DEFAULT NULL
3489) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3490 
3491--
3492-- Dumping data for table `cbe_trees_3_course_16_version_3`
3493--
3494 
3495INSERT INTO `cbe_trees_3_course_16_version_3` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3496(1, 3, 1, 166, 0, NULL, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3497(2, 3, 2, 59, 1, 2691, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3498(3, 3, 3, 28, 2, 2695, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3499(4, 3, 4, 5, 3, 2705, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3500(5, 3, 6, 7, 3, 2706, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3501(6, 3, 8, 9, 3, 2707, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3502(7, 3, 10, 11, 3, 2708, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3503(8, 3, 12, 13, 3, 2709, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3504(9, 3, 14, 15, 3, 2710, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3505(10, 3, 16, 17, 3, 2711, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3506(11, 3, 18, 19, 3, 2712, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3507(12, 3, 20, 21, 3, 2713, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3508(13, 3, 22, 23, 3, 2714, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3509(14, 3, 24, 25, 3, 2715, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3510(15, 3, 26, 27, 3, 2716, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3511(16, 3, 29, 48, 2, 2696, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3512(17, 3, 30, 31, 3, 2736, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3513(18, 3, 32, 33, 3, 2737, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3514(19, 3, 34, 35, 3, 2738, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3515(20, 3, 36, 37, 3, 2739, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3516(21, 3, 38, 39, 3, 2740, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3517(22, 3, 40, 41, 3, 2741, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3518(23, 3, 42, 43, 3, 2742, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3519(24, 3, 44, 45, 3, 2743, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3520(25, 3, 46, 47, 3, 2744, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3521(26, 3, 49, 58, 2, 2697, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3522(27, 3, 50, 51, 3, 2745, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3523(28, 3, 52, 53, 3, 2746, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3524(29, 3, 54, 55, 3, 2747, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3525(30, 3, 56, 57, 3, 2748, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3526(31, 3, 60, 81, 1, 2692, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3527(32, 3, 61, 74, 2, 2698, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3528(33, 3, 62, 63, 3, 2717, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3529(34, 3, 64, 65, 3, 2718, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3530(35, 3, 66, 67, 3, 2719, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3531(36, 3, 68, 69, 3, 2720, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3532(37, 3, 70, 71, 3, 2721, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3533(38, 3, 72, 73, 3, 2722, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3534(39, 3, 75, 80, 2, 2699, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3535(40, 3, 76, 77, 3, 2726, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3536(41, 3, 78, 79, 3, 2727, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3537(42, 3, 82, 109, 1, 2693, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3538(43, 3, 83, 92, 2, 2700, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3539(44, 3, 84, 85, 3, 2723, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3540(45, 3, 86, 87, 3, 2724, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3541(46, 3, 88, 89, 3, 2725, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3542(47, 3, 90, 91, 3, 2728, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3543(48, 3, 93, 108, 2, 2701, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3544(49, 3, 94, 95, 3, 2729, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3545(50, 3, 96, 97, 3, 2730, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3546(51, 3, 98, 99, 3, 2731, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3547(52, 3, 100, 101, 3, 2732, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3548(53, 3, 102, 103, 3, 2733, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3549(54, 3, 104, 105, 3, 2734, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3550(55, 3, 106, 107, 3, 2735, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3551(56, 3, 110, 165, 1, 2694, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3552(57, 3, 111, 128, 2, 2702, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3553(58, 3, 112, 113, 3, 2749, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3554(59, 3, 114, 115, 3, 2750, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3555(60, 3, 116, 117, 3, 2751, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3556(61, 3, 118, 119, 3, 2752, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3557(62, 3, 120, 121, 3, 2753, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3558(63, 3, 122, 123, 3, 2754, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3559(64, 3, 124, 125, 3, 2755, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3560(65, 3, 126, 127, 3, 2756, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3561(66, 3, 129, 146, 2, 2703, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3562(67, 3, 130, 131, 3, 2757, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3563(68, 3, 132, 133, 3, 2758, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3564(69, 3, 134, 135, 3, 2759, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3565(70, 3, 136, 137, 3, 2760, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3566(71, 3, 138, 139, 3, 2761, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3567(72, 3, 140, 141, 3, 2762, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3568(73, 3, 142, 143, 3, 2763, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3569(74, 3, 144, 145, 3, 2764, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3570(75, 3, 147, 164, 2, 2704, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3571(76, 3, 148, 149, 3, 2765, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3572(77, 3, 150, 151, 3, 2766, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3573(78, 3, 152, 153, 3, 2767, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3574(79, 3, 154, 155, 3, 2768, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3575(80, 3, 156, 157, 3, 2769, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3576(81, 3, 158, 159, 3, 2770, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3577(82, 3, 160, 161, 3, 2771, NULL, NULL, 1685388432, 1, NULL, NULL, NULL),
3578(83, 3, 162, 163, 3, 2772, NULL, NULL, 1685388432, 1, NULL, NULL, NULL);
3579 
3580-- --------------------------------------------------------
3581 
3582--
3401-- Table structure for table `cbe_tree_properties`3583-- Table structure for table `cbe_tree_properties`
3402--3584--
34033585
3404CREATE TABLE `cbe_tree_properties` (3586CREATE TABLE `cbe_tree_properties` (
3405  `id` int(11) UNSIGNED NOT NULL,3587  `id` int(11) UNSIGNED NOT NULL,
3406  `tree_id` int(11) NOT NULL,3588  `tree_id` int(11) NOT NULL,
3407  `tree_type_id` int(10) UNSIGNED DEFAULT NULL,3589  `tree_type_id` int(10) UNSIGNED DEFAULT NULL,
3408  `tree_type_value` int(10) UNSIGNED DEFAULT NULL,3590  `tree_type_value` int(10) UNSIGNED DEFAULT NULL,
3409  `property_type_id` int(11) NOT NULL,3591  `property_type_id` int(11) NOT NULL,
3410  `property_value` text COLLATE utf8_unicode_ci,3592  `property_value` text COLLATE utf8_unicode_ci,
3411  `created_date` int(11) NOT NULL,3593  `created_date` int(11) NOT NULL,
3412  `created_by` int(11) NOT NULL,3594  `created_by` int(11) NOT NULL,
3413  `updated_date` int(11) DEFAULT NULL,3595  `updated_date` int(11) DEFAULT NULL,
3414  `updated_by` int(11) DEFAULT NULL,3596  `updated_by` int(11) DEFAULT NULL,
3415  `deleted_date` int(11) DEFAULT NULL3597  `deleted_date` int(11) DEFAULT NULL
3416) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3598) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
34173599
3418--3600--
3419-- Dumping data for table `cbe_tree_properties`3601-- Dumping data for table `cbe_tree_properties`
3420--3602--
34213603
3422INSERT INTO `cbe_tree_properties` (`id`, `tree_id`, `tree_type_id`, `tree_type_value`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3604INSERT INTO `cbe_tree_properties` (`id`, `tree_id`, `tree_type_id`, `tree_type_value`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3423(1, 1, 5, 1, 10, '[]', 1685381585, 1, 1685381585, 1, NULL),3605(1, 1, 5, 1, 10, '[]', 1685381585, 1, 1685381585, 1, NULL),
3424(2, 1, 5, 1, 5, '0', 1685381585, 1, 1685381585, 1, NULL),3606(2, 1, 5, 1, 5, '0', 1685381585, 1, 1685381585, 1, NULL),
3425(3, 2, 5, 2, 10, '[2655,2656,2657,2658]', 1685381585, 1, 1685381585, 1, NULL),3607(3, 2, 5, 2, 10, '[2655,2656,2657,2658]', 1685381585, 1, 1685381585, 1, NULL),
n3426(4, 2, 5, 2, 5, '1', 1685381585, 1, 1685381585, 1, NULL);n3608(4, 2, 5, 2, 5, '1', 1685381585, 1, 1685381585, 1, NULL),
3609(5, 3, 5, 3, 10, '[1]', 1685388432, 1, 1685388432, 1, NULL),
3610(6, 3, 5, 3, 5, '0', 1685388432, 1, 1685388432, 1, NULL);
34273611
3428-- --------------------------------------------------------3612-- --------------------------------------------------------
34293613
3430--3614--
3431-- Table structure for table `cbe_tree_versions`3615-- Table structure for table `cbe_tree_versions`
3432--3616--
34333617
3434CREATE TABLE `cbe_tree_versions` (3618CREATE TABLE `cbe_tree_versions` (
3435  `id` int(11) UNSIGNED NOT NULL,3619  `id` int(11) UNSIGNED NOT NULL,
3436  `tree_id` int(11) NOT NULL,3620  `tree_id` int(11) NOT NULL,
3437  `version_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,3621  `version_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
3438  `version_ordinal` int(11) NOT NULL,3622  `version_ordinal` int(11) NOT NULL,
3439  `curriculum_framework_id` int(11) DEFAULT NULL,3623  `curriculum_framework_id` int(11) DEFAULT NULL,
3440  `start_date` int(11) DEFAULT NULL,3624  `start_date` int(11) DEFAULT NULL,
3441  `finish_date` int(11) DEFAULT NULL,3625  `finish_date` int(11) DEFAULT NULL,
3442  `created_date` int(11) NOT NULL,3626  `created_date` int(11) NOT NULL,
3443  `created_by` int(11) NOT NULL,3627  `created_by` int(11) NOT NULL,
3444  `updated_date` int(11) DEFAULT NULL,3628  `updated_date` int(11) DEFAULT NULL,
3445  `updated_by` int(11) DEFAULT NULL,3629  `updated_by` int(11) DEFAULT NULL,
3446  `deleted_date` int(11) DEFAULT NULL3630  `deleted_date` int(11) DEFAULT NULL
3447) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3631) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
34483632
3449--3633--
3450-- Dumping data for table `cbe_tree_versions`3634-- Dumping data for table `cbe_tree_versions`
3451--3635--
34523636
3453INSERT INTO `cbe_tree_versions` (`id`, `tree_id`, `version_name`, `version_ordinal`, `curriculum_framework_id`, `start_date`, `finish_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES3637INSERT INTO `cbe_tree_versions` (`id`, `tree_id`, `version_name`, `version_ordinal`, `curriculum_framework_id`, `start_date`, `finish_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
3454(1, 1, 'Version 1', 1, 1, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL),3638(1, 1, 'Version 1', 1, 1, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL),
n3455(2, 2, 'Version 1', 1, 2, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL);n3639(2, 2, 'Version 1', 1, 2, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL),
3640(3, 3, 'Version 1', 1, 3, NULL, NULL, 1685388432, 1, 1685388432, 1, NULL);
34563641
3457-- --------------------------------------------------------3642-- --------------------------------------------------------
34583643
3459--3644--
3460-- Table structure for table `cbe_tree_version_audit`3645-- Table structure for table `cbe_tree_version_audit`
3461--3646--
34623647
3463CREATE TABLE `cbe_tree_version_audit` (3648CREATE TABLE `cbe_tree_version_audit` (
3464  `id` int(12) UNSIGNED NOT NULL,3649  `id` int(12) UNSIGNED NOT NULL,
3465  `tree_version_id` int(12) DEFAULT NULL,3650  `tree_version_id` int(12) DEFAULT NULL,
3466  `draft_version_id` int(12) DEFAULT NULL,3651  `draft_version_id` int(12) DEFAULT NULL,
3467  `curriculum_framework_id` int(12) DEFAULT NULL,3652  `curriculum_framework_id` int(12) DEFAULT NULL,
3468  `active` int(1) NOT NULL DEFAULT '0',3653  `active` int(1) NOT NULL DEFAULT '0',
3469  `created_date` bigint(64) UNSIGNED NOT NULL,3654  `created_date` bigint(64) UNSIGNED NOT NULL,
3470  `created_by` int(12) UNSIGNED NOT NULL,3655  `created_by` int(12) UNSIGNED NOT NULL,
3471  `updated_by` int(12) UNSIGNED DEFAULT NULL,3656  `updated_by` int(12) UNSIGNED DEFAULT NULL,
3472  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,3657  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
3473  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL3658  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
3474) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3659) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
34753660
3476--3661--
3477-- Dumping data for table `cbe_tree_version_audit`3662-- Dumping data for table `cbe_tree_version_audit`
3478--3663--
34793664
3480INSERT INTO `cbe_tree_version_audit` (`id`, `tree_version_id`, `draft_version_id`, `curriculum_framework_id`, `active`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES3665INSERT INTO `cbe_tree_version_audit` (`id`, `tree_version_id`, `draft_version_id`, `curriculum_framework_id`, `active`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES
3481(1, 0, 1, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3666(1, 0, 1, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
n3482(2, 0, 2, 2, 1, 1685381585, 1, 1, 1685381585, NULL);n3667(2, 0, 2, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3668(3, 0, 3, 3, 1, 1685387958, 1, 1, 1685388047, NULL);
34833669
3484-- --------------------------------------------------------3670-- --------------------------------------------------------
34853671
3486--3672--
3487-- Table structure for table `cbe_tree_version_objectives`3673-- Table structure for table `cbe_tree_version_objectives`
3488--3674--
34893675
3490CREATE TABLE `cbe_tree_version_objectives` (3676CREATE TABLE `cbe_tree_version_objectives` (
3491  `id` int(12) UNSIGNED NOT NULL,3677  `id` int(12) UNSIGNED NOT NULL,
3492  `objective_id` int(12) DEFAULT NULL,3678  `objective_id` int(12) DEFAULT NULL,
3493  `parents` text COLLATE utf8_unicode_ci,3679  `parents` text COLLATE utf8_unicode_ci,
3494  `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,3680  `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
3495  `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',3681  `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
3496  `objective_description` text COLLATE utf8_unicode_ci,3682  `objective_description` text COLLATE utf8_unicode_ci,
3497  `objective_secondary_description` text COLLATE utf8_unicode_ci,3683  `objective_secondary_description` text COLLATE utf8_unicode_ci,
3498  `objective_set_id` int(12) NOT NULL,3684  `objective_set_id` int(12) NOT NULL,
3499  `tree_version_audit_id` int(12) UNSIGNED DEFAULT NULL,3685  `tree_version_audit_id` int(12) UNSIGNED DEFAULT NULL,
3500  `upload_type_id` int(12) DEFAULT NULL,3686  `upload_type_id` int(12) DEFAULT NULL,
3501  `created_date` bigint(64) UNSIGNED NOT NULL,3687  `created_date` bigint(64) UNSIGNED NOT NULL,
3502  `created_by` int(12) UNSIGNED NOT NULL,3688  `created_by` int(12) UNSIGNED NOT NULL,
3503  `updated_by` int(12) DEFAULT NULL,3689  `updated_by` int(12) DEFAULT NULL,
3504  `updated_date` int(12) DEFAULT NULL,3690  `updated_date` int(12) DEFAULT NULL,
3505  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL3691  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
3506) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3692) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
35073693
3508--3694--
3509-- Dumping data for table `cbe_tree_version_objectives`3695-- Dumping data for table `cbe_tree_version_objectives`
3510--3696--
35113697
3512INSERT INTO `cbe_tree_version_objectives` (`id`, `objective_id`, `parents`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_set_id`, `tree_version_audit_id`, `upload_type_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES3698INSERT INTO `cbe_tree_version_objectives` (`id`, `objective_id`, `parents`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_set_id`, `tree_version_audit_id`, `upload_type_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES
3513(1, 2469, '', 'DOCC1', 'Care of Adults', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3699(1, 2469, '', 'DOCC1', 'Care of Adults', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3514(2, 2470, '', 'DOCC2', 'Maternity & Newborn', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3700(2, 2470, '', 'DOCC2', 'Maternity & Newborn', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3515(3, 2471, '', 'DOCC3', 'Children & Adolescents', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3701(3, 2471, '', 'DOCC3', 'Children & Adolescents', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3516(4, 2472, '', 'DOCC4', 'Care of the Elderly', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3702(4, 2472, '', 'DOCC4', 'Care of the Elderly', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3517(5, 2473, '', 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3703(5, 2473, '', 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3518(6, 2474, '', 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3704(6, 2474, '', 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3519(7, 2475, '', 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3705(7, 2475, '', 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3520(8, 2476, '', 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3706(8, 2476, '', 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3521(9, 2477, '', 'DOCC9', 'Physicianship', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),3707(9, 2477, '', 'DOCC9', 'Physicianship', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL),
3522(10, 2478, 'DOCC1', 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3708(10, 2478, 'DOCC1', 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3523(11, 2479, 'DOCC1', 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3709(11, 2479, 'DOCC1', 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3524(12, 2480, 'DOCC1', 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3710(12, 2480, 'DOCC1', 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3525(13, 2481, 'DOCC1', 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3711(13, 2481, 'DOCC1', 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3526(14, 2482, 'DOCC1', 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3712(14, 2482, 'DOCC1', 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3527(15, 2483, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3713(15, 2483, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3528(16, 2484, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability  (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills;  incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3714(16, 2484, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability  (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills;  incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3529(17, 2485, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE3', 'Physical Examination', 'Choice of maneuvers;  examination techniques; observation skills; interpretation; patient interaction.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3715(17, 2485, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE3', 'Physical Examination', 'Choice of maneuvers;  examination techniques; observation skills; interpretation; patient interaction.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3530(18, 2486, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3716(18, 2486, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3531(19, 2487, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE5', 'Investigation', 'Appropriateness,  resource awareness, patient centeredness', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3717(19, 2487, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE5', 'Investigation', 'Appropriateness,  resource awareness, patient centeredness', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3532(20, 2488, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation;  technique; awareness of limitations; patient interaction; after care.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3718(20, 2488, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation;  technique; awareness of limitations; patient interaction; after care.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3533(21, 2489, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3719(21, 2489, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3534(22, 2490, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3720(22, 2490, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3535(23, 2491, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE9', 'Referral', 'Appropriateness; timeliness;  communication', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),3721(23, 2491, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE9', 'Referral', 'Appropriateness; timeliness;  communication', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL),
3536(24, 2641, 'null', 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3722(24, 2641, 'null', 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3537(25, 2642, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3723(25, 2642, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3538(26, 2643, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3724(26, 2643, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3539(27, 2644, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3725(27, 2644, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3540(28, 2645, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3726(28, 2645, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3541(29, 2646, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3727(29, 2646, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3542(30, 2647, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3728(30, 2647, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3543(31, 2648, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3729(31, 2648, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3544(32, 2649, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),3730(32, 2649, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL),
3545(33, 2675, NULL, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),3731(33, 2675, NULL, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),
3546(34, 2676, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),3732(34, 2676, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),
3547(35, 2677, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),3733(35, 2677, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),
3548(36, 2678, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),3734(36, 2678, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL),
3549(37, 2679, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3735(37, 2679, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3550(38, 2680, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3736(38, 2680, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3551(39, 2681, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3737(39, 2681, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3552(40, 2682, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3738(40, 2682, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3553(41, 2683, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3739(41, 2683, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3554(42, 2684, 'C', 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3740(42, 2684, 'C', 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3555(43, 2685, 'P', 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),3741(43, 2685, 'P', 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
n3556(44, 2686, 'P', 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL);n3742(44, 2686, 'P', 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL),
3743(45, 2691, '', '1_REP', 'Reporter', 'Reporters can accurately and reliably gather clinical information on each of their patients', 'Reporters can accurately and reliably gather clinical information on each of their patients. Reporters can communicate clearly (both verbally and in writing) the clinical information they have obtained. Reporters are able to distinguish important information from unimportant information and are able to focus data collection and presentation on central issues. It is expected that all students will function as master Reporters (and be transitioning into beginning Interpreters) by the end of the clerkship.', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL),
3744(46, 2692, '', '2_INT', 'Interpreter', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise. Interpreters are able to develop a differential diagnosis independently and to make a case for and against each of the important diagnoses under consideration for a patient', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL),
3745(47, 2693, '', '3_MGR', 'Manager', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s)', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s). Managers are able to utilize their growing clinical judgment to decide when action needs to be taken. Managers can analyze the risk/benefit balance of specific diagnostic and therapeutic measures based on an individual patient', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL),
3746(48, 2694, '', '4_EC', 'Enhanced Communicator', 'Enhanced communicators have mastered the fundamental skills described above', 'Enhanced communicators have mastered the fundamental skills described above. Enhanced communicators have the insight to define important questions to research in more depth, the drive to seek out the evidence behind clinical practice, and the skills to scrutinize the quality of this evidence. Enhanced communicators take a share in educating the rest of the team. The transition from Manager to Enhanced communicators is usually completed during Internship and Residency.', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL),
3747(49, 2695, '1_REP', 'EPA1', 'Gather a history and perform a physical examination', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3748(50, 2696, '1_REP', 'EPA5', 'Document a clinical encounter in the patient record', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3749(51, 2697, '1_REP', 'EPA6', 'Provide an oral presentation of a clinical encounter', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3750(52, 2698, '2_INT', 'EPA2', 'Prioritize a differential diagnosis following a clinical encounter', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3751(53, 2699, '2_INT', 'EPA3A', 'Interpret common diagnostic and screening tests', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3752(54, 2700, '3_MGR', 'EPA3B', 'Recommend common diagnostic and screening tests', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3753(55, 2701, '3_MGR', 'EPA4', 'Enter and discuss orders and prescriptions', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3754(56, 2702, '4_EC', 'EPA7', 'Form clinical questions and retrieve evidence to advance patient care', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3755(57, 2703, '4_EC', 'EPA9', 'Collaborate as a member of an interprofessional team', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3756(58, 2704, '4_EC', 'EPA13', 'Identify system failures and contribute to a culture of safety and improvement', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL),
3757(59, 2705, 'EPA1', 'F1.1', 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3758(60, 2706, 'EPA1', 'F1.2', 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3759(61, 2707, 'EPA1', 'F1.3', 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3760(62, 2708, 'EPA1', 'F1.4', 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3761(63, 2709, 'EPA1', 'F1.5', 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3762(64, 2710, 'EPA1', 'F1.6', 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3763(65, 2711, 'EPA1', 'F1.7', 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3764(66, 2712, 'EPA1', 'F1.8', 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3765(67, 2713, 'EPA1', 'F1.9', 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3766(68, 2714, 'EPA1', 'F1.10', 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3767(69, 2715, 'EPA1', 'F1.11', 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3768(70, 2716, 'EPA1', 'F1.12', 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3769(71, 2717, 'EPA2', 'F2.1', 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3770(72, 2718, 'EPA2', 'F2.2', 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3771(73, 2719, 'EPA2', 'F2.3', 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3772(74, 2720, 'EPA2', 'F2.4', 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3773(75, 2721, 'EPA2', 'F2.5', 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3774(76, 2722, 'EPA2', 'F2.6', 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3775(77, 2723, 'EPA3B', 'F3.1', 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3776(78, 2724, 'EPA3B', 'F3.2', 'F3.2 Provide a rationale for the decision to order the test.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3777(79, 2725, 'EPA3B', 'F3.3', 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3778(80, 2726, 'EPA3A', 'F3.4', 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3779(81, 2727, 'EPA3A', 'F3.5', 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3780(82, 2728, 'EPA3B', 'F3.6', 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3781(83, 2729, 'EPA4', 'F4.1', 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3782(84, 2730, 'EPA4', 'F4.2', 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3783(85, 2731, 'EPA4', 'F4.3', 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3784(86, 2732, 'EPA4', 'F4.4', 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3785(87, 2733, 'EPA4', 'F4.5', 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3786(88, 2734, 'EPA4', 'F4.6', 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3787(89, 2735, 'EPA4', 'F4.7', 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3788(90, 2736, 'EPA5', 'F5.1', 'F5.1 Filter, organize, and prioritize information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3789(91, 2737, 'EPA5', 'F5.2', 'F5.2 Synthesize information into a cogent narrative.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3790(92, 2738, 'EPA5', 'F5.3', 'F5.3 Record a problem list, working and differential diagnosis and plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3791(93, 2739, 'EPA5', 'F5.4', 'F5.4 Choose the information that requires emphasis in the documentation based on its purpose (e.g., Emergency Department visit, clinic visit, admission History and Physical Examination).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3792(94, 2740, 'EPA5', 'F5.5', 'F5.5 Comply with requirements and regulations regarding documentation in the medical record.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3793(95, 2741, 'EPA5', 'F5.6', 'F5.6 Verify the authenticity and origin of the information recorded in the documentation (e.g., avoids blind copying and pasting).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3794(96, 2742, 'EPA5', 'F5.7', 'F5.7 Record documentation so that it is timely and legible.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3795(97, 2743, 'EPA5', 'F5.8', 'F5.8 Accurately document the reasoning supporting the decision making in the clinical encounter for any reader (e.g., consultants, other health care professionals, patients and families, auditors).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3796(98, 2744, 'EPA5', 'F5.9', 'F5.9 Document patient preferences to allow their incorporation into clinical decision making', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3797(99, 2745, 'EPA6', 'F6.1', 'F6.1 Present information that has been personally gathered or verified, acknowledging any areas of uncertainty.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3798(100, 2746, 'EPA6', 'F6.2', 'F6.2 Provide an accurate, concise, and well-organized oral presentation.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3799(101, 2747, 'EPA6', 'F6.3', 'F6.3 Adjust the oral presentation to meet the needs of the receiver of the information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3800(102, 2748, 'EPA6', 'F6.4', 'F6.4 Assure closed-loop communication between the presenter and receiver of the information to ensure that both parties have a shared understanding of the patient\'s condition and needs.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3801(103, 2749, 'EPA7', 'F7.1', 'F7.1 Develop a well-formed, focused, pertinent clinical question based on clinical scenarios or real-time patient care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3802(104, 2750, 'EPA7', 'F7.2', 'F7.2 Demonstrate basic awareness and early skills in appraisal of both the sources and content of medical information using accepted criteria.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3803(105, 2751, 'EPA7', 'F7.3', 'F7.3 Identify and demonstrate the use of information technology to access accurate and reliable online medical information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3804(106, 2752, 'EPA7', 'F7.4', 'F7.4 Demonstrate basic awareness and early skills in assessing applicability/generalizability of evidence and published studies to specific patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3805(107, 2753, 'EPA7', 'F7.5', 'F7.5 Demonstrate curiosity, objectivity, and the use of scientific reasoning in acquisition of knowledge and application to patient care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3806(108, 2754, 'EPA7', 'F7.6', 'F7.6 Apply the primary findings of one\'s information search to an individual patient or panel of patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3807(109, 2755, 'EPA7', 'F7.7', 'F7.7 Communicate one\'s findings to the health care team (including the patient/family).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3808(110, 2756, 'EPA7', 'F7.8', 'F7.8 Close the loop through reflection on the process and the outcome for the patient.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3809(111, 2757, 'EPA9', 'F9.1', 'F9.1 Identify team members\' roles and the responsibilities associated with each role.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3810(112, 2758, 'EPA9', 'F9.2', 'F9.2 Establish and maintain a climate of mutual respect, dignity, integrity, and trust.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL),
3811(113, 2759, 'EPA9', 'F9.3', 'F9.3 Communicate with respect for and appreciation of team members and include them in all relevant information exchange.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3812(114, 2760, 'EPA9', 'F9.4', 'F9.4 Use attentive listening skills when communicating with team members.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3813(115, 2761, 'EPA9', 'F9.5', 'F9.5 Adjust communication content and style to align with team-member communication needs.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3814(116, 2762, 'EPA9', 'F9.6', 'F9.6 Understand one\'s own roles and personal limits as an individual provider and seek help from the other members of the team to optimize health care delivery.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3815(117, 2763, 'EPA9', 'F9.7', 'F9.7 Help team members in need.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3816(118, 2764, 'EPA9', 'F9.8', 'F9.8 Prioritize team needs over personal needs in order to optimize delivery of care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3817(119, 2765, 'EPA13', 'F13.1', 'F13.1 Understand systems and their vulnerabilities.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3818(120, 2766, 'EPA13', 'F13.2', 'F13.2 Identify actual and potential (\"near miss\") errors in care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3819(121, 2767, 'EPA13', 'F13.3', 'F13.3 \"Speak up\" in the face of real or potential errors.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3820(122, 2768, 'EPA13', 'F13.4', 'F13.4 Use system mechanisms for reporting errors (e.g., event reporting systems, chain of command policies).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3821(123, 2769, 'EPA13', 'F13.5', 'F13.5 Recognize the use of \"workarounds\" as an opportunity to improve the system.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3822(124, 2770, 'EPA13', 'F13.6', 'F13.6 Participate in system improvement activities in the context of rotations or learning experiences (e.g., rapid-cycle change using plan-do-study-act cycles; root cause analyses; morbidity and mortality conferences; failure modes and eff', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3823(125, 2771, 'EPA13', 'F13.7', 'F13.7 Engage in daily safety habits (e.g., universal precautions, hand washing, time-outs).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL),
3824(126, 2772, 'EPA13', 'F13.8', 'F13.8 Admit one\'s own errors, reflect on one\'s contribution, and develop an improvement plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL);
35573825
3558-- --------------------------------------------------------3826-- --------------------------------------------------------
35593827
3560--3828--
3561-- Table structure for table `cbe_user_tree_modifiers`3829-- Table structure for table `cbe_user_tree_modifiers`
3562--3830--
35633831
3564CREATE TABLE `cbe_user_tree_modifiers` (3832CREATE TABLE `cbe_user_tree_modifiers` (
3565  `id` int(10) UNSIGNED NOT NULL,3833  `id` int(10) UNSIGNED NOT NULL,
3566  `tree_id` int(10) UNSIGNED NOT NULL,3834  `tree_id` int(10) UNSIGNED NOT NULL,
3567  `proxy_id` int(10) UNSIGNED NOT NULL,3835  `proxy_id` int(10) UNSIGNED NOT NULL,
3568  `modifier_type` enum('addition','removal') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'addition',3836  `modifier_type` enum('addition','removal') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'addition',
3569  `branch` text COLLATE utf8_unicode_ci NOT NULL,3837  `branch` text COLLATE utf8_unicode_ci NOT NULL,
3570  `created_date` int(10) UNSIGNED NOT NULL,3838  `created_date` int(10) UNSIGNED NOT NULL,
3571  `created_by` int(10) UNSIGNED NOT NULL,3839  `created_by` int(10) UNSIGNED NOT NULL,
3572  `updated_date` int(10) UNSIGNED DEFAULT NULL,3840  `updated_date` int(10) UNSIGNED DEFAULT NULL,
3573  `updated_by` int(10) UNSIGNED DEFAULT NULL,3841  `updated_by` int(10) UNSIGNED DEFAULT NULL,
3574  `deleted_date` int(10) UNSIGNED DEFAULT NULL3842  `deleted_date` int(10) UNSIGNED DEFAULT NULL
3575) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;3843) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
35763844
3577--3845--
3578-- Indexes for dumped tables3846-- Indexes for dumped tables
3579--3847--
35803848
3581--3849--
3582-- Indexes for table `cbe_draft_versions`3850-- Indexes for table `cbe_draft_versions`
3583--3851--
3584ALTER TABLE `cbe_draft_versions`3852ALTER TABLE `cbe_draft_versions`
3585  ADD PRIMARY KEY (`id`),3853  ADD PRIMARY KEY (`id`),
3586  ADD KEY `course_id` (`draft_version_associated_record_id`),3854  ADD KEY `course_id` (`draft_version_associated_record_id`),
3587  ADD KEY `draft_version_type_id` (`draft_version_type_id`);3855  ADD KEY `draft_version_type_id` (`draft_version_type_id`);
35883856
3589--3857--
3590-- Indexes for table `cbe_draft_version_steps`3858-- Indexes for table `cbe_draft_version_steps`
3591--3859--
3592ALTER TABLE `cbe_draft_version_steps`3860ALTER TABLE `cbe_draft_version_steps`
3593  ADD PRIMARY KEY (`id`),3861  ADD PRIMARY KEY (`id`),
3594  ADD KEY `draft_version_id` (`draft_version_id`);3862  ADD KEY `draft_version_id` (`draft_version_id`);
35953863
3596--3864--
3597-- Indexes for table `cbe_lu_draft_version_step_types`3865-- Indexes for table `cbe_lu_draft_version_step_types`
3598--3866--
3599ALTER TABLE `cbe_lu_draft_version_step_types`3867ALTER TABLE `cbe_lu_draft_version_step_types`
3600  ADD PRIMARY KEY (`id`);3868  ADD PRIMARY KEY (`id`);
36013869
3602--3870--
3603-- Indexes for table `cbe_lu_draft_version_types`3871-- Indexes for table `cbe_lu_draft_version_types`
3604--3872--
3605ALTER TABLE `cbe_lu_draft_version_types`3873ALTER TABLE `cbe_lu_draft_version_types`
3606  ADD PRIMARY KEY (`id`);3874  ADD PRIMARY KEY (`id`);
36073875
3608--3876--
3609-- Indexes for table `cbe_lu_node_types`3877-- Indexes for table `cbe_lu_node_types`
3610--3878--
3611ALTER TABLE `cbe_lu_node_types`3879ALTER TABLE `cbe_lu_node_types`
3612  ADD PRIMARY KEY (`id`);3880  ADD PRIMARY KEY (`id`);
36133881
3614--3882--
3615-- Indexes for table `cbe_lu_owner_types`3883-- Indexes for table `cbe_lu_owner_types`
3616--3884--
3617ALTER TABLE `cbe_lu_owner_types`3885ALTER TABLE `cbe_lu_owner_types`
3618  ADD PRIMARY KEY (`id`);3886  ADD PRIMARY KEY (`id`);
36193887
3620--3888--
3621-- Indexes for table `cbe_lu_property_types`3889-- Indexes for table `cbe_lu_property_types`
3622--3890--
3623ALTER TABLE `cbe_lu_property_types`3891ALTER TABLE `cbe_lu_property_types`
3624  ADD PRIMARY KEY (`id`);3892  ADD PRIMARY KEY (`id`);
36253893
3626--3894--
3627-- Indexes for table `cbe_lu_tree_types`3895-- Indexes for table `cbe_lu_tree_types`
3628--3896--
3629ALTER TABLE `cbe_lu_tree_types`3897ALTER TABLE `cbe_lu_tree_types`
3630  ADD PRIMARY KEY (`id`);3898  ADD PRIMARY KEY (`id`);
36313899
3632--3900--
3633-- Indexes for table `cbe_lu_upload_types`3901-- Indexes for table `cbe_lu_upload_types`
3634--3902--
3635ALTER TABLE `cbe_lu_upload_types`3903ALTER TABLE `cbe_lu_upload_types`
3636  ADD PRIMARY KEY (`id`);3904  ADD PRIMARY KEY (`id`);
36373905
3638--3906--
3639-- Indexes for table `cbe_objective_tree_nodes`3907-- Indexes for table `cbe_objective_tree_nodes`
3640--3908--
3641ALTER TABLE `cbe_objective_tree_nodes`3909ALTER TABLE `cbe_objective_tree_nodes`
3642  ADD PRIMARY KEY (`id`),3910  ADD PRIMARY KEY (`id`),
3643  ADD KEY `left` (`left`);3911  ADD KEY `left` (`left`);
36443912
3645--3913--
3646-- Indexes for table `cbe_trees`3914-- Indexes for table `cbe_trees`
3647--3915--
3648ALTER TABLE `cbe_trees`3916ALTER TABLE `cbe_trees`
3649  ADD PRIMARY KEY (`id`),3917  ADD PRIMARY KEY (`id`),
3650  ADD KEY `organisation_id` (`organisation_id`);3918  ADD KEY `organisation_id` (`organisation_id`);
36513919
3652--3920--
3653-- Indexes for table `cbe_trees_1_course_3_version_1`3921-- Indexes for table `cbe_trees_1_course_3_version_1`
3654--3922--
3655ALTER TABLE `cbe_trees_1_course_3_version_1`3923ALTER TABLE `cbe_trees_1_course_3_version_1`
3656  ADD PRIMARY KEY (`id`),3924  ADD PRIMARY KEY (`id`),
3657  ADD KEY `left` (`left`);3925  ADD KEY `left` (`left`);
36583926
3659--3927--
3660-- Indexes for table `cbe_trees_2_course_13_version_2`3928-- Indexes for table `cbe_trees_2_course_13_version_2`
3661--3929--
3662ALTER TABLE `cbe_trees_2_course_13_version_2`3930ALTER TABLE `cbe_trees_2_course_13_version_2`
3663  ADD PRIMARY KEY (`id`),3931  ADD PRIMARY KEY (`id`),
3664  ADD KEY `left` (`left`);3932  ADD KEY `left` (`left`);
36653933
3666--3934--
nn3935-- Indexes for table `cbe_trees_3_course_16_version_3`
3936--
3937ALTER TABLE `cbe_trees_3_course_16_version_3`
3938  ADD PRIMARY KEY (`id`),
3939  ADD KEY `left` (`left`);
3940 
3941--
3667-- Indexes for table `cbe_tree_properties`3942-- Indexes for table `cbe_tree_properties`
3668--3943--
3669ALTER TABLE `cbe_tree_properties`3944ALTER TABLE `cbe_tree_properties`
3670  ADD PRIMARY KEY (`id`),3945  ADD PRIMARY KEY (`id`),
3671  ADD KEY `tree_properties_tree_id_IDX` (`tree_id`),3946  ADD KEY `tree_properties_tree_id_IDX` (`tree_id`),
3672  ADD KEY `tree_properties_property_type_id_IDX` (`property_type_id`,`tree_id`);3947  ADD KEY `tree_properties_property_type_id_IDX` (`property_type_id`,`tree_id`);
36733948
3674--3949--
3675-- Indexes for table `cbe_tree_versions`3950-- Indexes for table `cbe_tree_versions`
3676--3951--
3677ALTER TABLE `cbe_tree_versions`3952ALTER TABLE `cbe_tree_versions`
3678  ADD PRIMARY KEY (`id`);3953  ADD PRIMARY KEY (`id`);
36793954
3680--3955--
3681-- Indexes for table `cbe_tree_version_audit`3956-- Indexes for table `cbe_tree_version_audit`
3682--3957--
3683ALTER TABLE `cbe_tree_version_audit`3958ALTER TABLE `cbe_tree_version_audit`
3684  ADD PRIMARY KEY (`id`);3959  ADD PRIMARY KEY (`id`);
36853960
3686--3961--
3687-- Indexes for table `cbe_tree_version_objectives`3962-- Indexes for table `cbe_tree_version_objectives`
3688--3963--
3689ALTER TABLE `cbe_tree_version_objectives`3964ALTER TABLE `cbe_tree_version_objectives`
3690  ADD PRIMARY KEY (`id`);3965  ADD PRIMARY KEY (`id`);
36913966
3692--3967--
3693-- Indexes for table `cbe_user_tree_modifiers`3968-- Indexes for table `cbe_user_tree_modifiers`
3694--3969--
3695ALTER TABLE `cbe_user_tree_modifiers`3970ALTER TABLE `cbe_user_tree_modifiers`
3696  ADD PRIMARY KEY (`id`),3971  ADD PRIMARY KEY (`id`),
3697  ADD KEY `tree_modifiers_tree_id_t_p_m_IDX` (`tree_id`,`proxy_id`,`modifier_type`) USING BTREE,3972  ADD KEY `tree_modifiers_tree_id_t_p_m_IDX` (`tree_id`,`proxy_id`,`modifier_type`) USING BTREE,
3698  ADD KEY `tree_modifiers_tree_id_t_p_IDX` (`tree_id`,`proxy_id`) USING BTREE;3973  ADD KEY `tree_modifiers_tree_id_t_p_IDX` (`tree_id`,`proxy_id`) USING BTREE;
36993974
3700--3975--
3701-- AUTO_INCREMENT for dumped tables3976-- AUTO_INCREMENT for dumped tables
3702--3977--
37033978
3704--3979--
3705-- AUTO_INCREMENT for table `cbe_draft_versions`3980-- AUTO_INCREMENT for table `cbe_draft_versions`
3706--3981--
3707ALTER TABLE `cbe_draft_versions`3982ALTER TABLE `cbe_draft_versions`
n3708  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n3983  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
37093984
3710--3985--
3711-- AUTO_INCREMENT for table `cbe_draft_version_steps`3986-- AUTO_INCREMENT for table `cbe_draft_version_steps`
3712--3987--
3713ALTER TABLE `cbe_draft_version_steps`3988ALTER TABLE `cbe_draft_version_steps`
n3714  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n3989  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
37153990
3716--3991--
3717-- AUTO_INCREMENT for table `cbe_lu_draft_version_step_types`3992-- AUTO_INCREMENT for table `cbe_lu_draft_version_step_types`
3718--3993--
3719ALTER TABLE `cbe_lu_draft_version_step_types`3994ALTER TABLE `cbe_lu_draft_version_step_types`
3720  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;3995  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
37213996
3722--3997--
3723-- AUTO_INCREMENT for table `cbe_lu_draft_version_types`3998-- AUTO_INCREMENT for table `cbe_lu_draft_version_types`
3724--3999--
3725ALTER TABLE `cbe_lu_draft_version_types`4000ALTER TABLE `cbe_lu_draft_version_types`
3726  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;4001  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
37274002
3728--4003--
3729-- AUTO_INCREMENT for table `cbe_lu_node_types`4004-- AUTO_INCREMENT for table `cbe_lu_node_types`
3730--4005--
3731ALTER TABLE `cbe_lu_node_types`4006ALTER TABLE `cbe_lu_node_types`
3732  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;4007  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
37334008
3734--4009--
3735-- AUTO_INCREMENT for table `cbe_lu_owner_types`4010-- AUTO_INCREMENT for table `cbe_lu_owner_types`
3736--4011--
3737ALTER TABLE `cbe_lu_owner_types`4012ALTER TABLE `cbe_lu_owner_types`
3738  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;4013  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
37394014
3740--4015--
3741-- AUTO_INCREMENT for table `cbe_lu_property_types`4016-- AUTO_INCREMENT for table `cbe_lu_property_types`
3742--4017--
3743ALTER TABLE `cbe_lu_property_types`4018ALTER TABLE `cbe_lu_property_types`
3744  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;4019  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
37454020
3746--4021--
3747-- AUTO_INCREMENT for table `cbe_lu_tree_types`4022-- AUTO_INCREMENT for table `cbe_lu_tree_types`
3748--4023--
3749ALTER TABLE `cbe_lu_tree_types`4024ALTER TABLE `cbe_lu_tree_types`
3750  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;4025  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
37514026
3752--4027--
3753-- AUTO_INCREMENT for table `cbe_lu_upload_types`4028-- AUTO_INCREMENT for table `cbe_lu_upload_types`
3754--4029--
3755ALTER TABLE `cbe_lu_upload_types`4030ALTER TABLE `cbe_lu_upload_types`
3756  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;4031  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
37574032
3758--4033--
3759-- AUTO_INCREMENT for table `cbe_objective_tree_nodes`4034-- AUTO_INCREMENT for table `cbe_objective_tree_nodes`
3760--4035--
3761ALTER TABLE `cbe_objective_tree_nodes`4036ALTER TABLE `cbe_objective_tree_nodes`
3762  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;4037  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
37634038
3764--4039--
3765-- AUTO_INCREMENT for table `cbe_trees`4040-- AUTO_INCREMENT for table `cbe_trees`
3766--4041--
3767ALTER TABLE `cbe_trees`4042ALTER TABLE `cbe_trees`
n3768  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n4043  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
37694044
3770--4045--
3771-- AUTO_INCREMENT for table `cbe_trees_1_course_3_version_1`4046-- AUTO_INCREMENT for table `cbe_trees_1_course_3_version_1`
3772--4047--
3773ALTER TABLE `cbe_trees_1_course_3_version_1`4048ALTER TABLE `cbe_trees_1_course_3_version_1`
3774  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;4049  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;
37754050
3776--4051--
3777-- AUTO_INCREMENT for table `cbe_trees_2_course_13_version_2`4052-- AUTO_INCREMENT for table `cbe_trees_2_course_13_version_2`
3778--4053--
3779ALTER TABLE `cbe_trees_2_course_13_version_2`4054ALTER TABLE `cbe_trees_2_course_13_version_2`
3780  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;4055  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
37814056
3782--4057--
nn4058-- AUTO_INCREMENT for table `cbe_trees_3_course_16_version_3`
4059--
4060ALTER TABLE `cbe_trees_3_course_16_version_3`
4061  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84;
4062 
4063--
3783-- AUTO_INCREMENT for table `cbe_tree_properties`4064-- AUTO_INCREMENT for table `cbe_tree_properties`
3784--4065--
3785ALTER TABLE `cbe_tree_properties`4066ALTER TABLE `cbe_tree_properties`
n3786  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;n4067  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
37874068
3788--4069--
3789-- AUTO_INCREMENT for table `cbe_tree_versions`4070-- AUTO_INCREMENT for table `cbe_tree_versions`
3790--4071--
3791ALTER TABLE `cbe_tree_versions`4072ALTER TABLE `cbe_tree_versions`
n3792  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n4073  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
37934074
3794--4075--
3795-- AUTO_INCREMENT for table `cbe_tree_version_audit`4076-- AUTO_INCREMENT for table `cbe_tree_version_audit`
3796--4077--
3797ALTER TABLE `cbe_tree_version_audit`4078ALTER TABLE `cbe_tree_version_audit`
n3798  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n4079  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
37994080
3800--4081--
3801-- AUTO_INCREMENT for table `cbe_tree_version_objectives`4082-- AUTO_INCREMENT for table `cbe_tree_version_objectives`
3802--4083--
3803ALTER TABLE `cbe_tree_version_objectives`4084ALTER TABLE `cbe_tree_version_objectives`
n3804  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;n4085  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127;
38054086
3806--4087--
3807-- AUTO_INCREMENT for table `cbe_user_tree_modifiers`4088-- AUTO_INCREMENT for table `cbe_user_tree_modifiers`
3808--4089--
3809ALTER TABLE `cbe_user_tree_modifiers`4090ALTER TABLE `cbe_user_tree_modifiers`
3810  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;4091  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
3811--4092--
3812-- Database: `elentra_events`4093-- Database: `elentra_events`
3813--4094--
3814CREATE DATABASE IF NOT EXISTS `elentra_events` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;4095CREATE DATABASE IF NOT EXISTS `elentra_events` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
3815USE `elentra_events`;4096USE `elentra_events`;
3816--4097--
3817-- Database: `elentra_imports`4098-- Database: `elentra_imports`
3818--4099--
3819CREATE DATABASE IF NOT EXISTS `elentra_imports` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;4100CREATE DATABASE IF NOT EXISTS `elentra_imports` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
3820USE `elentra_imports`;4101USE `elentra_imports`;
38214102
3822-- --------------------------------------------------------4103-- --------------------------------------------------------
38234104
3824--4105--
3825-- Table structure for table `cbl_schedule`4106-- Table structure for table `cbl_schedule`
3826--4107--
38274108
3828CREATE TABLE `cbl_schedule` (4109CREATE TABLE `cbl_schedule` (
3829  `id` varchar(36) NOT NULL,4110  `id` varchar(36) NOT NULL,
3830  `import_token` varchar(36) DEFAULT NULL,4111  `import_token` varchar(36) DEFAULT NULL,
3831  `foreign_id` varchar(50) DEFAULT NULL,4112  `foreign_id` varchar(50) DEFAULT NULL,
3832  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4113  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
3833  `code` varchar(128) DEFAULT NULL,4114  `code` varchar(128) DEFAULT NULL,
3834  `description` varchar(2048) DEFAULT NULL,4115  `description` varchar(2048) DEFAULT NULL,
3835  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',4116  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',
3836  `schedule_parent_id` int(11) DEFAULT '0',4117  `schedule_parent_id` int(11) DEFAULT '0',
3837  `organisation_id` int(11) DEFAULT NULL,4118  `organisation_id` int(11) DEFAULT NULL,
3838  `course_id` int(11) DEFAULT NULL,4119  `course_id` int(11) DEFAULT NULL,
3839  `region_id` int(11) DEFAULT NULL,4120  `region_id` int(11) DEFAULT NULL,
3840  `facility_id` int(11) DEFAULT NULL,4121  `facility_id` int(11) DEFAULT NULL,
3841  `cperiod_id` int(11) DEFAULT NULL,4122  `cperiod_id` int(11) DEFAULT NULL,
3842  `start_date` bigint(64) DEFAULT NULL,4123  `start_date` bigint(64) DEFAULT NULL,
3843  `end_date` bigint(64) DEFAULT NULL,4124  `end_date` bigint(64) DEFAULT NULL,
3844  `block_type_id` int(11) DEFAULT NULL,4125  `block_type_id` int(11) DEFAULT NULL,
3845  `draft_id` int(11) DEFAULT NULL,4126  `draft_id` int(11) DEFAULT NULL,
3846  `schedule_order` int(11) DEFAULT NULL,4127  `schedule_order` int(11) DEFAULT NULL,
3847  `copied_from` int(11) DEFAULT NULL,4128  `copied_from` int(11) DEFAULT NULL,
3848  `created_date` bigint(64) DEFAULT NULL,4129  `created_date` bigint(64) DEFAULT NULL,
3849  `created_by` int(10) UNSIGNED DEFAULT NULL,4130  `created_by` int(10) UNSIGNED DEFAULT NULL,
3850  `updated_date` bigint(64) DEFAULT NULL,4131  `updated_date` bigint(64) DEFAULT NULL,
3851  `updated_by` int(10) UNSIGNED DEFAULT NULL,4132  `updated_by` int(10) UNSIGNED DEFAULT NULL,
3852  `deleted_date` bigint(64) DEFAULT NULL4133  `deleted_date` bigint(64) DEFAULT NULL
3853) ENGINE=InnoDB DEFAULT CHARSET=utf8;4134) ENGINE=InnoDB DEFAULT CHARSET=utf8;
38544135
3855-- --------------------------------------------------------4136-- --------------------------------------------------------
38564137
3857--4138--
3858-- Table structure for table `cbl_schedule_audience`4139-- Table structure for table `cbl_schedule_audience`
3859--4140--
38604141
3861CREATE TABLE `cbl_schedule_audience` (4142CREATE TABLE `cbl_schedule_audience` (
3862  `id` varchar(36) NOT NULL,4143  `id` varchar(36) NOT NULL,
3863  `import_token` varchar(36) DEFAULT NULL,4144  `import_token` varchar(36) DEFAULT NULL,
3864  `foreign_id` varchar(45) DEFAULT NULL,4145  `foreign_id` varchar(45) DEFAULT NULL,
3865  `saudience_id` int(11) DEFAULT NULL,4146  `saudience_id` int(11) DEFAULT NULL,
3866  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4147  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
3867  `schedule_slot_id` int(11) DEFAULT NULL,4148  `schedule_slot_id` int(11) DEFAULT NULL,
3868  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,4149  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3869  `audience_value` int(11) DEFAULT NULL,4150  `audience_value` int(11) DEFAULT NULL,
3870  `schedule_status` int(11) DEFAULT NULL,4151  `schedule_status` int(11) DEFAULT NULL,
3871  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,4152  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3872  `parent_audience_value` int(11) DEFAULT NULL,4153  `parent_audience_value` int(11) DEFAULT NULL,
3873  `custom_start_date` bigint(64) DEFAULT NULL,4154  `custom_start_date` bigint(64) DEFAULT NULL,
3874  `custom_end_date` bigint(64) DEFAULT NULL,4155  `custom_end_date` bigint(64) DEFAULT NULL,
3875  `deleted_date` int(11) DEFAULT NULL4156  `deleted_date` int(11) DEFAULT NULL
3876) ENGINE=InnoDB DEFAULT CHARSET=utf8;4157) ENGINE=InnoDB DEFAULT CHARSET=utf8;
38774158
3878-- --------------------------------------------------------4159-- --------------------------------------------------------
38794160
3880--4161--
3881-- Table structure for table `cbl_schedule_audience_deploy`4162-- Table structure for table `cbl_schedule_audience_deploy`
3882--4163--
38834164
3884CREATE TABLE `cbl_schedule_audience_deploy` (4165CREATE TABLE `cbl_schedule_audience_deploy` (
3885  `saudience_id` int(11) DEFAULT NULL,4166  `saudience_id` int(11) DEFAULT NULL,
3886  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4167  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
3887  `schedule_slot_id` int(11) DEFAULT NULL,4168  `schedule_slot_id` int(11) DEFAULT NULL,
3888  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,4169  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3889  `audience_value` int(11) DEFAULT NULL,4170  `audience_value` int(11) DEFAULT NULL,
3890  `schedule_status` int(11) DEFAULT NULL,4171  `schedule_status` int(11) DEFAULT NULL,
3891  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,4172  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3892  `parent_audience_value` int(11) DEFAULT NULL,4173  `parent_audience_value` int(11) DEFAULT NULL,
3893  `custom_start_date` bigint(64) DEFAULT NULL,4174  `custom_start_date` bigint(64) DEFAULT NULL,
3894  `custom_end_date` bigint(64) DEFAULT NULL,4175  `custom_end_date` bigint(64) DEFAULT NULL,
3895  `deleted_date` int(11) DEFAULT NULL4176  `deleted_date` int(11) DEFAULT NULL
3896) ENGINE=InnoDB DEFAULT CHARSET=utf8;4177) ENGINE=InnoDB DEFAULT CHARSET=utf8;
38974178
3898-- --------------------------------------------------------4179-- --------------------------------------------------------
38994180
3900--4181--
3901-- Table structure for table `cbl_schedule_audience_history`4182-- Table structure for table `cbl_schedule_audience_history`
3902--4183--
39034184
3904CREATE TABLE `cbl_schedule_audience_history` (4185CREATE TABLE `cbl_schedule_audience_history` (
3905  `id` varchar(36) NOT NULL,4186  `id` varchar(36) NOT NULL,
3906  `import_token` varchar(36) DEFAULT NULL,4187  `import_token` varchar(36) DEFAULT NULL,
3907  `foreign_id` varchar(45) DEFAULT NULL,4188  `foreign_id` varchar(45) DEFAULT NULL,
3908  `saudience_id` int(11) DEFAULT NULL,4189  `saudience_id` int(11) DEFAULT NULL,
3909  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4190  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
3910  `schedule_slot_id` int(11) DEFAULT NULL,4191  `schedule_slot_id` int(11) DEFAULT NULL,
3911  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,4192  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3912  `audience_value` int(11) DEFAULT NULL,4193  `audience_value` int(11) DEFAULT NULL,
3913  `schedule_status` int(11) DEFAULT NULL,4194  `schedule_status` int(11) DEFAULT NULL,
3914  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,4195  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,
3915  `parent_audience_value` int(11) DEFAULT NULL,4196  `parent_audience_value` int(11) DEFAULT NULL,
3916  `custom_start_date` bigint(64) DEFAULT NULL,4197  `custom_start_date` bigint(64) DEFAULT NULL,
3917  `custom_end_date` bigint(64) DEFAULT NULL,4198  `custom_end_date` bigint(64) DEFAULT NULL,
3918  `deleted_date` int(11) DEFAULT NULL4199  `deleted_date` int(11) DEFAULT NULL
3919) ENGINE=InnoDB DEFAULT CHARSET=utf8;4200) ENGINE=InnoDB DEFAULT CHARSET=utf8;
39204201
3921-- --------------------------------------------------------4202-- --------------------------------------------------------
39224203
3923--4204--
3924-- Table structure for table `cbl_schedule_deploy`4205-- Table structure for table `cbl_schedule_deploy`
3925--4206--
39264207
3927CREATE TABLE `cbl_schedule_deploy` (4208CREATE TABLE `cbl_schedule_deploy` (
3928  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4209  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
3929  `code` varchar(128) DEFAULT NULL,4210  `code` varchar(128) DEFAULT NULL,
3930  `description` varchar(2048) DEFAULT NULL,4211  `description` varchar(2048) DEFAULT NULL,
3931  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',4212  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',
3932  `schedule_parent_id` int(11) DEFAULT '0',4213  `schedule_parent_id` int(11) DEFAULT '0',
3933  `organisation_id` int(11) DEFAULT NULL,4214  `organisation_id` int(11) DEFAULT NULL,
3934  `course_id` int(11) DEFAULT NULL,4215  `course_id` int(11) DEFAULT NULL,
3935  `region_id` int(11) DEFAULT NULL,4216  `region_id` int(11) DEFAULT NULL,
3936  `facility_id` int(11) DEFAULT NULL,4217  `facility_id` int(11) DEFAULT NULL,
3937  `cperiod_id` int(11) DEFAULT NULL,4218  `cperiod_id` int(11) DEFAULT NULL,
3938  `start_date` bigint(64) DEFAULT NULL,4219  `start_date` bigint(64) DEFAULT NULL,
3939  `end_date` bigint(64) DEFAULT NULL,4220  `end_date` bigint(64) DEFAULT NULL,
3940  `block_type_id` int(11) DEFAULT NULL,4221  `block_type_id` int(11) DEFAULT NULL,
3941  `draft_id` int(11) DEFAULT NULL,4222  `draft_id` int(11) DEFAULT NULL,
3942  `schedule_order` int(11) DEFAULT NULL,4223  `schedule_order` int(11) DEFAULT NULL,
3943  `copied_from` int(11) DEFAULT NULL,4224  `copied_from` int(11) DEFAULT NULL,
3944  `created_date` bigint(64) DEFAULT NULL,4225  `created_date` bigint(64) DEFAULT NULL,
3945  `created_by` int(10) UNSIGNED DEFAULT NULL,4226  `created_by` int(10) UNSIGNED DEFAULT NULL,
3946  `updated_date` bigint(64) DEFAULT NULL,4227  `updated_date` bigint(64) DEFAULT NULL,
3947  `updated_by` int(10) UNSIGNED DEFAULT NULL,4228  `updated_by` int(10) UNSIGNED DEFAULT NULL,
3948  `deleted_date` bigint(64) DEFAULT NULL4229  `deleted_date` bigint(64) DEFAULT NULL
3949) ENGINE=InnoDB DEFAULT CHARSET=utf8;4230) ENGINE=InnoDB DEFAULT CHARSET=utf8;
39504231
3951-- --------------------------------------------------------4232-- --------------------------------------------------------
39524233
3953--4234--
3954-- Table structure for table `cbl_schedule_drafts`4235-- Table structure for table `cbl_schedule_drafts`
3955--4236--
39564237
3957CREATE TABLE `cbl_schedule_drafts` (4238CREATE TABLE `cbl_schedule_drafts` (
3958  `id` varchar(36) NOT NULL,4239  `id` varchar(36) NOT NULL,
3959  `import_token` varchar(100) NOT NULL,4240  `import_token` varchar(100) NOT NULL,
3960  `foreign_id` varchar(50) DEFAULT NULL,4241  `foreign_id` varchar(50) DEFAULT NULL,
3961  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,4242  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,
3962  `draft_title` varchar(64) NOT NULL DEFAULT '',4243  `draft_title` varchar(64) NOT NULL DEFAULT '',
3963  `status` enum('draft','live') NOT NULL DEFAULT 'draft',4244  `status` enum('draft','live') NOT NULL DEFAULT 'draft',
3964  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',4245  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',
3965  `cperiod_id` int(11) DEFAULT '0',4246  `cperiod_id` int(11) DEFAULT '0',
3966  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',4247  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
3967  `created_date` int(11) NOT NULL,4248  `created_date` int(11) NOT NULL,
3968  `created_by` int(11) NOT NULL,4249  `created_by` int(11) NOT NULL,
3969  `deleted_date` int(11) DEFAULT NULL,4250  `deleted_date` int(11) DEFAULT NULL,
3970  `updated_date` int(11) DEFAULT NULL,4251  `updated_date` int(11) DEFAULT NULL,
3971  `updated_by` int(11) DEFAULT NULL4252  `updated_by` int(11) DEFAULT NULL
3972) ENGINE=InnoDB DEFAULT CHARSET=utf8;4253) ENGINE=InnoDB DEFAULT CHARSET=utf8;
39734254
3974-- --------------------------------------------------------4255-- --------------------------------------------------------
39754256
3976--4257--
3977-- Table structure for table `cbl_schedule_drafts_deploy`4258-- Table structure for table `cbl_schedule_drafts_deploy`
3978--4259--
39794260
3980CREATE TABLE `cbl_schedule_drafts_deploy` (4261CREATE TABLE `cbl_schedule_drafts_deploy` (
3981  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,4262  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,
3982  `draft_title` varchar(64) NOT NULL DEFAULT '',4263  `draft_title` varchar(64) NOT NULL DEFAULT '',
3983  `status` enum('draft','live') NOT NULL DEFAULT 'draft',4264  `status` enum('draft','live') NOT NULL DEFAULT 'draft',
3984  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',4265  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',
3985  `cperiod_id` int(11) DEFAULT '0',4266  `cperiod_id` int(11) DEFAULT '0',
3986  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',4267  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
3987  `created_date` int(11) NOT NULL,4268  `created_date` int(11) NOT NULL,
3988  `created_by` int(11) NOT NULL,4269  `created_by` int(11) NOT NULL,
3989  `deleted_date` int(11) DEFAULT NULL,4270  `deleted_date` int(11) DEFAULT NULL,
3990  `updated_date` int(11) DEFAULT NULL,4271  `updated_date` int(11) DEFAULT NULL,
3991  `updated_by` int(11) DEFAULT NULL4272  `updated_by` int(11) DEFAULT NULL
3992) ENGINE=InnoDB DEFAULT CHARSET=utf8;4273) ENGINE=InnoDB DEFAULT CHARSET=utf8;
39934274
3994-- --------------------------------------------------------4275-- --------------------------------------------------------
39954276
3996--4277--
3997-- Table structure for table `cbl_schedule_drafts_history`4278-- Table structure for table `cbl_schedule_drafts_history`
3998--4279--
39994280
4000CREATE TABLE `cbl_schedule_drafts_history` (4281CREATE TABLE `cbl_schedule_drafts_history` (
4001  `id` varchar(36) NOT NULL,4282  `id` varchar(36) NOT NULL,
4002  `import_token` varchar(100) NOT NULL,4283  `import_token` varchar(100) NOT NULL,
4003  `foreign_id` varchar(50) DEFAULT NULL,4284  `foreign_id` varchar(50) DEFAULT NULL,
4004  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,4285  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,
4005  `draft_title` varchar(64) NOT NULL DEFAULT '',4286  `draft_title` varchar(64) NOT NULL DEFAULT '',
4006  `status` enum('draft','live') NOT NULL DEFAULT 'draft',4287  `status` enum('draft','live') NOT NULL DEFAULT 'draft',
4007  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',4288  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',
4008  `cperiod_id` int(11) DEFAULT '0',4289  `cperiod_id` int(11) DEFAULT '0',
4009  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',4290  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
4010  `created_date` int(11) NOT NULL,4291  `created_date` int(11) NOT NULL,
4011  `created_by` int(11) NOT NULL,4292  `created_by` int(11) NOT NULL,
4012  `deleted_date` int(11) DEFAULT NULL,4293  `deleted_date` int(11) DEFAULT NULL,
4013  `updated_date` int(11) DEFAULT NULL,4294  `updated_date` int(11) DEFAULT NULL,
4014  `updated_by` int(11) DEFAULT NULL4295  `updated_by` int(11) DEFAULT NULL
4015) ENGINE=InnoDB DEFAULT CHARSET=utf8;4296) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40164297
4017-- --------------------------------------------------------4298-- --------------------------------------------------------
40184299
4019--4300--
4020-- Table structure for table `cbl_schedule_drafts_id_mapping`4301-- Table structure for table `cbl_schedule_drafts_id_mapping`
4021--4302--
40224303
4023CREATE TABLE `cbl_schedule_drafts_id_mapping` (4304CREATE TABLE `cbl_schedule_drafts_id_mapping` (
4024  `id` int(10) UNSIGNED NOT NULL,4305  `id` int(10) UNSIGNED NOT NULL,
4025  `draft_title` varchar(60) NOT NULL,4306  `draft_title` varchar(60) NOT NULL,
4026  `updated_date` int(11) DEFAULT NULL4307  `updated_date` int(11) DEFAULT NULL
4027) ENGINE=InnoDB DEFAULT CHARSET=utf8;4308) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40284309
4029-- --------------------------------------------------------4310-- --------------------------------------------------------
40304311
4031--4312--
4032-- Table structure for table `cbl_schedule_draft_authors`4313-- Table structure for table `cbl_schedule_draft_authors`
4033--4314--
40344315
4035CREATE TABLE `cbl_schedule_draft_authors` (4316CREATE TABLE `cbl_schedule_draft_authors` (
4036  `id` varchar(36) NOT NULL,4317  `id` varchar(36) NOT NULL,
4037  `import_token` varchar(36) DEFAULT NULL,4318  `import_token` varchar(36) DEFAULT NULL,
4038  `foreign_id` varchar(50) DEFAULT NULL,4319  `foreign_id` varchar(50) DEFAULT NULL,
4039  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,4320  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,
4040  `cbl_schedule_draft_id` int(11) DEFAULT NULL,4321  `cbl_schedule_draft_id` int(11) DEFAULT NULL,
4041  `author_value` int(11) DEFAULT NULL,4322  `author_value` int(11) DEFAULT NULL,
4042  `author_type` enum('proxy_id','course_id') DEFAULT NULL,4323  `author_type` enum('proxy_id','course_id') DEFAULT NULL,
4043  `created_date` bigint(64) DEFAULT NULL,4324  `created_date` bigint(64) DEFAULT NULL,
4044  `created_by` int(11) DEFAULT NULL4325  `created_by` int(11) DEFAULT NULL
4045) ENGINE=InnoDB DEFAULT CHARSET=utf8;4326) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40464327
4047-- --------------------------------------------------------4328-- --------------------------------------------------------
40484329
4049--4330--
4050-- Table structure for table `cbl_schedule_draft_authors_deploy`4331-- Table structure for table `cbl_schedule_draft_authors_deploy`
4051--4332--
40524333
4053CREATE TABLE `cbl_schedule_draft_authors_deploy` (4334CREATE TABLE `cbl_schedule_draft_authors_deploy` (
4054  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,4335  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,
4055  `cbl_schedule_draft_id` int(11) DEFAULT NULL,4336  `cbl_schedule_draft_id` int(11) DEFAULT NULL,
4056  `author_value` int(11) DEFAULT NULL,4337  `author_value` int(11) DEFAULT NULL,
4057  `author_type` enum('proxy_id','course_id') DEFAULT NULL,4338  `author_type` enum('proxy_id','course_id') DEFAULT NULL,
4058  `created_date` bigint(64) DEFAULT NULL,4339  `created_date` bigint(64) DEFAULT NULL,
4059  `created_by` int(11) DEFAULT NULL4340  `created_by` int(11) DEFAULT NULL
4060) ENGINE=InnoDB DEFAULT CHARSET=utf8;4341) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40614342
4062-- --------------------------------------------------------4343-- --------------------------------------------------------
40634344
4064--4345--
4065-- Table structure for table `cbl_schedule_draft_authors_history`4346-- Table structure for table `cbl_schedule_draft_authors_history`
4066--4347--
40674348
4068CREATE TABLE `cbl_schedule_draft_authors_history` (4349CREATE TABLE `cbl_schedule_draft_authors_history` (
4069  `id` varchar(36) NOT NULL,4350  `id` varchar(36) NOT NULL,
4070  `import_token` varchar(36) DEFAULT NULL,4351  `import_token` varchar(36) DEFAULT NULL,
4071  `foreign_id` varchar(50) DEFAULT NULL,4352  `foreign_id` varchar(50) DEFAULT NULL,
4072  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,4353  `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL,
4073  `cbl_schedule_draft_id` int(11) DEFAULT NULL,4354  `cbl_schedule_draft_id` int(11) DEFAULT NULL,
4074  `author_value` int(11) DEFAULT NULL,4355  `author_value` int(11) DEFAULT NULL,
4075  `author_type` enum('proxy_id','course_id') DEFAULT NULL,4356  `author_type` enum('proxy_id','course_id') DEFAULT NULL,
4076  `created_date` bigint(64) DEFAULT NULL,4357  `created_date` bigint(64) DEFAULT NULL,
4077  `created_by` int(11) DEFAULT NULL4358  `created_by` int(11) DEFAULT NULL
4078) ENGINE=InnoDB DEFAULT CHARSET=utf8;4359) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40794360
4080-- --------------------------------------------------------4361-- --------------------------------------------------------
40814362
4082--4363--
4083-- Table structure for table `cbl_schedule_draft_authors_id_mapping`4364-- Table structure for table `cbl_schedule_draft_authors_id_mapping`
4084--4365--
40854366
4086CREATE TABLE `cbl_schedule_draft_authors_id_mapping` (4367CREATE TABLE `cbl_schedule_draft_authors_id_mapping` (
4087  `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL,4368  `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL,
4088  `cbl_schedule_draft_id` int(11) NOT NULL,4369  `cbl_schedule_draft_id` int(11) NOT NULL,
4089  `author_value` int(11) NOT NULL,4370  `author_value` int(11) NOT NULL,
4090  `author_type` enum('proxy_id','course_id') NOT NULL4371  `author_type` enum('proxy_id','course_id') NOT NULL
4091) ENGINE=InnoDB DEFAULT CHARSET=utf8;4372) ENGINE=InnoDB DEFAULT CHARSET=utf8;
40924373
4093-- --------------------------------------------------------4374-- --------------------------------------------------------
40944375
4095--4376--
4096-- Table structure for table `cbl_schedule_draft_courses`4377-- Table structure for table `cbl_schedule_draft_courses`
4097--4378--
40984379
4099CREATE TABLE `cbl_schedule_draft_courses` (4380CREATE TABLE `cbl_schedule_draft_courses` (
4100  `id` varchar(36) NOT NULL,4381  `id` varchar(36) NOT NULL,
4101  `import_token` varchar(36) NOT NULL,4382  `import_token` varchar(36) NOT NULL,
4102  `cbl_schedule_course_id` int(12) DEFAULT NULL,4383  `cbl_schedule_course_id` int(12) DEFAULT NULL,
4103  `foreign_id` varchar(50) DEFAULT NULL,4384  `foreign_id` varchar(50) DEFAULT NULL,
4104  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,4385  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,
4105  `course_id` int(10) UNSIGNED DEFAULT NULL4386  `course_id` int(10) UNSIGNED DEFAULT NULL
4106) ENGINE=InnoDB DEFAULT CHARSET=utf8;4387) ENGINE=InnoDB DEFAULT CHARSET=utf8;
41074388
4108-- --------------------------------------------------------4389-- --------------------------------------------------------
41094390
4110--4391--
4111-- Table structure for table `cbl_schedule_draft_courses_deploy`4392-- Table structure for table `cbl_schedule_draft_courses_deploy`
4112--4393--
41134394
4114CREATE TABLE `cbl_schedule_draft_courses_deploy` (4395CREATE TABLE `cbl_schedule_draft_courses_deploy` (
4115  `cbl_schedule_course_id` int(12) DEFAULT NULL,4396  `cbl_schedule_course_id` int(12) DEFAULT NULL,
4116  `foreign_id` varchar(50) DEFAULT NULL,4397  `foreign_id` varchar(50) DEFAULT NULL,
4117  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,4398  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,
4118  `course_id` int(10) UNSIGNED DEFAULT NULL4399  `course_id` int(10) UNSIGNED DEFAULT NULL
4119) ENGINE=InnoDB DEFAULT CHARSET=utf8;4400) ENGINE=InnoDB DEFAULT CHARSET=utf8;
41204401
4121-- --------------------------------------------------------4402-- --------------------------------------------------------
41224403
4123--4404--
4124-- Table structure for table `cbl_schedule_draft_courses_history`4405-- Table structure for table `cbl_schedule_draft_courses_history`
4125--4406--
41264407
4127CREATE TABLE `cbl_schedule_draft_courses_history` (4408CREATE TABLE `cbl_schedule_draft_courses_history` (
4128  `id` varchar(36) NOT NULL,4409  `id` varchar(36) NOT NULL,
4129  `import_token` varchar(36) NOT NULL,4410  `import_token` varchar(36) NOT NULL,
4130  `cbl_schedule_course_id` int(12) DEFAULT NULL,4411  `cbl_schedule_course_id` int(12) DEFAULT NULL,
4131  `foreign_id` varchar(50) DEFAULT NULL,4412  `foreign_id` varchar(50) DEFAULT NULL,
4132  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,4413  `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL,
4133  `course_id` int(10) UNSIGNED DEFAULT NULL4414  `course_id` int(10) UNSIGNED DEFAULT NULL
4134) ENGINE=InnoDB DEFAULT CHARSET=utf8;4415) ENGINE=InnoDB DEFAULT CHARSET=utf8;
41354416
4136-- --------------------------------------------------------4417-- --------------------------------------------------------
41374418
4138--4419--
4139-- Table structure for table `cbl_schedule_history`4420-- Table structure for table `cbl_schedule_history`
4140--4421--
41414422
4142CREATE TABLE `cbl_schedule_history` (4423CREATE TABLE `cbl_schedule_history` (
4143  `id` varchar(36) NOT NULL,4424  `id` varchar(36) NOT NULL,
4144  `import_token` varchar(36) DEFAULT NULL,4425  `import_token` varchar(36) DEFAULT NULL,
4145  `schedule_id` int(10) UNSIGNED DEFAULT NULL,4426  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
4146  `code` varchar(128) DEFAULT NULL,4427  `code` varchar(128) DEFAULT NULL,
4147  `description` varchar(2048) DEFAULT NULL,4428  `description` varchar(2048) DEFAULT NULL,
4148  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',4429  `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream',
4149  `schedule_parent_id` int(11) DEFAULT '0',4430  `schedule_parent_id` int(11) DEFAULT '0',
4150  `organisation_id` int(11) DEFAULT NULL,4431  `organisation_id` int(11) DEFAULT NULL,
4151  `course_id` int(11) DEFAULT NULL,4432  `course_id` int(11) DEFAULT NULL,
4152  `region_id` int(11) DEFAULT NULL,4433  `region_id` int(11) DEFAULT NULL,
4153  `facility_id` int(11) DEFAULT NULL,4434  `facility_id` int(11) DEFAULT NULL,
4154  `cperiod_id` int(11) DEFAULT NULL,4435  `cperiod_id` int(11) DEFAULT NULL,
4155  `start_date` bigint(64) DEFAULT NULL,4436  `start_date` bigint(64) DEFAULT NULL,
4156  `end_date` bigint(64) DEFAULT NULL,4437  `end_date` bigint(64) DEFAULT NULL,
4157  `block_type_id` int(11) DEFAULT NULL,4438  `block_type_id` int(11) DEFAULT NULL,
4158  `draft_id` int(11) DEFAULT NULL,4439  `draft_id` int(11) DEFAULT NULL,
4159  `schedule_order` int(11) DEFAULT NULL,4440  `schedule_order` int(11) DEFAULT NULL,
4160  `copied_from` int(11) DEFAULT NULL,4441  `copied_from` int(11) DEFAULT NULL,
4161  `created_date` bigint(64) DEFAULT NULL,4442  `created_date` bigint(64) DEFAULT NULL,
4162  `created_by` int(10) UNSIGNED DEFAULT NULL,4443  `created_by` int(10) UNSIGNED DEFAULT NULL,
4163  `updated_date` bigint(64) DEFAULT NULL,4444  `updated_date` bigint(64) DEFAULT NULL,
4164  `updated_by` int(10) UNSIGNED DEFAULT NULL,4445  `updated_by` int(10) UNSIGNED DEFAULT NULL,
4165  `deleted_date` bigint(64) DEFAULT NULL4446  `deleted_date` bigint(64) DEFAULT NULL
4166) ENGINE=InnoDB DEFAULT CHARSET=utf8;4447) ENGINE=InnoDB DEFAULT CHARSET=utf8;
41674448
4168-- --------------------------------------------------------4449-- --------------------------------------------------------
41694450
4170--4451--
4171-- Table structure for table `cbl_schedule_id_mapping`4452-- Table structure for table `cbl_schedule_id_mapping`
4172--4453--
41734454
4174CREATE TABLE `cbl_schedule_id_mapping` (4455CREATE TABLE `cbl_schedule_id_mapping` (
4175  `schedule_id` int(10) UNSIGNED NOT NULL,4456  `schedule_id` int(10) UNSIGNED NOT NULL,
4176  `code` varchar(128) NOT NULL,4457  `code` varchar(128) NOT NULL,
4177  `updated_date` bigint(64) NOT NULL4458  `updated_date` bigint(64) NOT NULL
4178) ENGINE=InnoDB DEFAULT CHARSET=utf8;4459) ENGINE=InnoDB DEFAULT CHARSET=utf8;
41794460
4180-- --------------------------------------------------------4461-- --------------------------------------------------------
41814462
4182--4463--
4183-- Table structure for table `courses`4464-- Table structure for table `courses`
4184--4465--
41854466
4186CREATE TABLE `courses` (4467CREATE TABLE `courses` (
4187  `id` varchar(36) NOT NULL,4468  `id` varchar(36) NOT NULL,
4188  `import_token` varchar(100) DEFAULT NULL,4469  `import_token` varchar(100) DEFAULT NULL,
4189  `foreign_id` varchar(50) DEFAULT NULL,4470  `foreign_id` varchar(50) DEFAULT NULL,
4190  `course_id` int(12) UNSIGNED NOT NULL,4471  `course_id` int(12) UNSIGNED NOT NULL,
4191  `organisation_id` int(12) NOT NULL DEFAULT '0',4472  `organisation_id` int(12) NOT NULL DEFAULT '0',
4192  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4473  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4193  `parent_id` int(12) NOT NULL DEFAULT '0',4474  `parent_id` int(12) NOT NULL DEFAULT '0',
4194  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4475  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4195  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4476  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4196  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4477  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4197  `course_name` varchar(85) NOT NULL DEFAULT '',4478  `course_name` varchar(85) NOT NULL DEFAULT '',
4198  `course_code` varchar(16) NOT NULL DEFAULT '',4479  `course_code` varchar(16) NOT NULL DEFAULT '',
4199  `course_credit` decimal(10,1) DEFAULT NULL,4480  `course_credit` decimal(10,1) DEFAULT NULL,
4200  `course_description` text,4481  `course_description` text,
4201  `course_mandatory` int(1) NOT NULL DEFAULT '0',4482  `course_mandatory` int(1) NOT NULL DEFAULT '0',
4202  `course_objectives` text,4483  `course_objectives` text,
4203  `course_url` text,4484  `course_url` text,
4204  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',4485  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',
4205  `course_message` text NOT NULL,4486  `course_message` text NOT NULL,
4206  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',4487  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',
4207  `sync_ldap` int(1) NOT NULL DEFAULT '0',4488  `sync_ldap` int(1) NOT NULL DEFAULT '0',
4208  `sync_ldap_courses` text,4489  `sync_ldap_courses` text,
4209  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',4490  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',
4210  `notifications` int(1) NOT NULL DEFAULT '1',4491  `notifications` int(1) NOT NULL DEFAULT '1',
4211  `course_active` int(1) NOT NULL DEFAULT '1',4492  `course_active` int(1) NOT NULL DEFAULT '1',
4212  `capture_enabled` tinyint(1) DEFAULT '0',4493  `capture_enabled` tinyint(1) DEFAULT '0',
4213  `capture_default` tinyint(1) DEFAULT '0',4494  `capture_default` tinyint(1) DEFAULT '0',
4214  `capture_faculty_override` tinyint(1) DEFAULT '0',4495  `capture_faculty_override` tinyint(1) DEFAULT '0',
4215  `clinical_course` int(1) DEFAULT '0',4496  `clinical_course` int(1) DEFAULT '0',
4216  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',4497  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',
4217  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',4498  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',
4218  `course_twitter_handle` varchar(16) DEFAULT NULL,4499  `course_twitter_handle` varchar(16) DEFAULT NULL,
4219  `course_twitter_hashtags` text,4500  `course_twitter_hashtags` text,
4220  `course_color` varchar(20) DEFAULT NULL,4501  `course_color` varchar(20) DEFAULT NULL,
4221  `cbme_milestones` tinyint(1) DEFAULT NULL,4502  `cbme_milestones` tinyint(1) DEFAULT NULL,
4222  `created_date` bigint(64) NOT NULL,4503  `created_date` bigint(64) NOT NULL,
4223  `created_by` int(12) NOT NULL,4504  `created_by` int(12) NOT NULL,
4224  `updated_date` bigint(64) NOT NULL,4505  `updated_date` bigint(64) NOT NULL,
4225  `updated_by` int(12) NOT NULL,4506  `updated_by` int(12) NOT NULL,
4226  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',4507  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
4227  `faculty_website_enabled` tinyint(1) DEFAULT NULL,4508  `faculty_website_enabled` tinyint(1) DEFAULT NULL,
4228  `curriculum_type_name` varchar(150) DEFAULT NULL4509  `curriculum_type_name` varchar(150) DEFAULT NULL
4229) ENGINE=InnoDB DEFAULT CHARSET=utf8;4510) ENGINE=InnoDB DEFAULT CHARSET=utf8;
42304511
4231-- --------------------------------------------------------4512-- --------------------------------------------------------
42324513
4233--4514--
4234-- Table structure for table `courses_deploy`4515-- Table structure for table `courses_deploy`
4235--4516--
42364517
4237CREATE TABLE `courses_deploy` (4518CREATE TABLE `courses_deploy` (
4238  `course_id` int(12) UNSIGNED NOT NULL,4519  `course_id` int(12) UNSIGNED NOT NULL,
4239  `organisation_id` int(12) NOT NULL DEFAULT '0',4520  `organisation_id` int(12) NOT NULL DEFAULT '0',
4240  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4521  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4241  `parent_id` int(12) NOT NULL DEFAULT '0',4522  `parent_id` int(12) NOT NULL DEFAULT '0',
4242  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4523  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4243  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4524  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4244  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4525  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4245  `course_name` varchar(85) NOT NULL DEFAULT '',4526  `course_name` varchar(85) NOT NULL DEFAULT '',
4246  `course_code` varchar(16) NOT NULL DEFAULT '',4527  `course_code` varchar(16) NOT NULL DEFAULT '',
4247  `course_credit` decimal(10,1) DEFAULT NULL,4528  `course_credit` decimal(10,1) DEFAULT NULL,
4248  `course_description` text,4529  `course_description` text,
4249  `course_mandatory` int(1) NOT NULL DEFAULT '0',4530  `course_mandatory` int(1) NOT NULL DEFAULT '0',
4250  `course_objectives` text,4531  `course_objectives` text,
4251  `course_url` text,4532  `course_url` text,
4252  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',4533  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',
4253  `course_message` text NOT NULL,4534  `course_message` text NOT NULL,
4254  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',4535  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',
4255  `sync_ldap` int(1) NOT NULL DEFAULT '0',4536  `sync_ldap` int(1) NOT NULL DEFAULT '0',
4256  `sync_ldap_courses` text,4537  `sync_ldap_courses` text,
4257  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',4538  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',
4258  `notifications` int(1) NOT NULL DEFAULT '1',4539  `notifications` int(1) NOT NULL DEFAULT '1',
4259  `course_active` int(1) NOT NULL DEFAULT '1',4540  `course_active` int(1) NOT NULL DEFAULT '1',
4260  `capture_enabled` tinyint(1) DEFAULT NULL,4541  `capture_enabled` tinyint(1) DEFAULT NULL,
4261  `capture_default` tinyint(1) DEFAULT NULL,4542  `capture_default` tinyint(1) DEFAULT NULL,
4262  `capture_faculty_override` tinyint(1) DEFAULT NULL,4543  `capture_faculty_override` tinyint(1) DEFAULT NULL,
4263  `faculty_website_enabled` tinyint(1) DEFAULT NULL,4544  `faculty_website_enabled` tinyint(1) DEFAULT NULL,
4264  `clinical_course` int(1) DEFAULT '0',4545  `clinical_course` int(1) DEFAULT '0',
4265  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',4546  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',
4266  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',4547  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',
4267  `course_twitter_handle` varchar(16) DEFAULT NULL,4548  `course_twitter_handle` varchar(16) DEFAULT NULL,
4268  `course_twitter_hashtags` text,4549  `course_twitter_hashtags` text,
4269  `course_color` varchar(20) DEFAULT NULL,4550  `course_color` varchar(20) DEFAULT NULL,
4270  `cbme_milestones` tinyint(1) DEFAULT NULL,4551  `cbme_milestones` tinyint(1) DEFAULT NULL,
4271  `created_date` bigint(64) NOT NULL,4552  `created_date` bigint(64) NOT NULL,
4272  `created_by` int(12) NOT NULL,4553  `created_by` int(12) NOT NULL,
4273  `updated_date` bigint(64) NOT NULL,4554  `updated_date` bigint(64) NOT NULL,
4274  `updated_by` int(12) NOT NULL,4555  `updated_by` int(12) NOT NULL,
4275  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'4556  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'
4276) ENGINE=InnoDB DEFAULT CHARSET=utf8;4557) ENGINE=InnoDB DEFAULT CHARSET=utf8;
42774558
4278-- --------------------------------------------------------4559-- --------------------------------------------------------
42794560
4280--4561--
4281-- Table structure for table `courses_history`4562-- Table structure for table `courses_history`
4282--4563--
42834564
4284CREATE TABLE `courses_history` (4565CREATE TABLE `courses_history` (
4285  `id` varchar(36) NOT NULL,4566  `id` varchar(36) NOT NULL,
4286  `import_token` varchar(100) DEFAULT NULL,4567  `import_token` varchar(100) DEFAULT NULL,
4287  `foreign_id` varchar(50) DEFAULT NULL,4568  `foreign_id` varchar(50) DEFAULT NULL,
4288  `course_id` int(12) UNSIGNED NOT NULL,4569  `course_id` int(12) UNSIGNED NOT NULL,
4289  `organisation_id` int(12) NOT NULL DEFAULT '0',4570  `organisation_id` int(12) NOT NULL DEFAULT '0',
4290  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4571  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4291  `parent_id` int(12) NOT NULL DEFAULT '0',4572  `parent_id` int(12) NOT NULL DEFAULT '0',
4292  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4573  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4293  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4574  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4294  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4575  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4295  `course_name` varchar(85) NOT NULL DEFAULT '',4576  `course_name` varchar(85) NOT NULL DEFAULT '',
4296  `course_code` varchar(16) NOT NULL DEFAULT '',4577  `course_code` varchar(16) NOT NULL DEFAULT '',
4297  `course_credit` decimal(10,1) DEFAULT NULL,4578  `course_credit` decimal(10,1) DEFAULT NULL,
4298  `course_description` text,4579  `course_description` text,
4299  `course_mandatory` int(1) NOT NULL DEFAULT '0',4580  `course_mandatory` int(1) NOT NULL DEFAULT '0',
4300  `course_objectives` text,4581  `course_objectives` text,
4301  `course_url` text,4582  `course_url` text,
4302  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',4583  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',
4303  `course_message` text NOT NULL,4584  `course_message` text NOT NULL,
4304  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',4585  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',
4305  `sync_ldap` int(1) NOT NULL DEFAULT '0',4586  `sync_ldap` int(1) NOT NULL DEFAULT '0',
4306  `sync_ldap_courses` text,4587  `sync_ldap_courses` text,
4307  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',4588  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',
4308  `notifications` int(1) NOT NULL DEFAULT '1',4589  `notifications` int(1) NOT NULL DEFAULT '1',
4309  `course_active` int(1) NOT NULL DEFAULT '1',4590  `course_active` int(1) NOT NULL DEFAULT '1',
4310  `capture_enabled` tinyint(1) DEFAULT NULL,4591  `capture_enabled` tinyint(1) DEFAULT NULL,
4311  `capture_default` tinyint(1) DEFAULT NULL,4592  `capture_default` tinyint(1) DEFAULT NULL,
4312  `capture_faculty_override` tinyint(1) DEFAULT NULL,4593  `capture_faculty_override` tinyint(1) DEFAULT NULL,
4313  `clinical_course` int(1) DEFAULT '0',4594  `clinical_course` int(1) DEFAULT '0',
4314  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',4595  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',
4315  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',4596  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',
4316  `course_twitter_handle` varchar(16) DEFAULT NULL,4597  `course_twitter_handle` varchar(16) DEFAULT NULL,
4317  `course_twitter_hashtags` text,4598  `course_twitter_hashtags` text,
4318  `course_color` varchar(20) DEFAULT NULL,4599  `course_color` varchar(20) DEFAULT NULL,
4319  `cbme_milestones` tinyint(1) DEFAULT NULL,4600  `cbme_milestones` tinyint(1) DEFAULT NULL,
4320  `created_date` bigint(64) NOT NULL,4601  `created_date` bigint(64) NOT NULL,
4321  `created_by` int(12) NOT NULL,4602  `created_by` int(12) NOT NULL,
4322  `updated_date` bigint(64) NOT NULL,4603  `updated_date` bigint(64) NOT NULL,
4323  `updated_by` int(12) NOT NULL,4604  `updated_by` int(12) NOT NULL,
4324  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',4605  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
4325  `faculty_website_enabled` tinyint(1) DEFAULT NULL4606  `faculty_website_enabled` tinyint(1) DEFAULT NULL
4326) ENGINE=InnoDB DEFAULT CHARSET=utf8;4607) ENGINE=InnoDB DEFAULT CHARSET=utf8;
43274608
4328-- --------------------------------------------------------4609-- --------------------------------------------------------
43294610
4330--4611--
4331-- Table structure for table `courses_id_mapping`4612-- Table structure for table `courses_id_mapping`
4332--4613--
43334614
4334CREATE TABLE `courses_id_mapping` (4615CREATE TABLE `courses_id_mapping` (
4335  `id` int(10) UNSIGNED NOT NULL,4616  `id` int(10) UNSIGNED NOT NULL,
4336  `course_code` varchar(50) NOT NULL,4617  `course_code` varchar(50) NOT NULL,
4337  `updated_date` bigint(64) DEFAULT NULL4618  `updated_date` bigint(64) DEFAULT NULL
4338) ENGINE=InnoDB DEFAULT CHARSET=utf8;4619) ENGINE=InnoDB DEFAULT CHARSET=utf8;
43394620
4340-- --------------------------------------------------------4621-- --------------------------------------------------------
43414622
4342--4623--
4343-- Table structure for table `course_audience`4624-- Table structure for table `course_audience`
4344--4625--
43454626
4346CREATE TABLE `course_audience` (4627CREATE TABLE `course_audience` (
4347  `id` varchar(36) NOT NULL,4628  `id` varchar(36) NOT NULL,
4348  `import_token` varchar(100) DEFAULT NULL,4629  `import_token` varchar(100) DEFAULT NULL,
4349  `foreign_id` varchar(50) DEFAULT NULL,4630  `foreign_id` varchar(50) DEFAULT NULL,
4350  `caudience_id` int(11) NOT NULL,4631  `caudience_id` int(11) NOT NULL,
4351  `course_id` int(11) NOT NULL,4632  `course_id` int(11) NOT NULL,
4352  `audience_type` enum('proxy_id','group_id') NOT NULL,4633  `audience_type` enum('proxy_id','group_id') NOT NULL,
4353  `audience_value` int(11) NOT NULL,4634  `audience_value` int(11) NOT NULL,
4354  `cperiod_id` int(11) NOT NULL,4635  `cperiod_id` int(11) NOT NULL,
4355  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',4636  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',
4356  `release_date` bigint(64) DEFAULT NULL,4637  `release_date` bigint(64) DEFAULT NULL,
4357  `enroll_start` bigint(20) NOT NULL,4638  `enroll_start` bigint(20) NOT NULL,
4358  `enroll_finish` bigint(20) NOT NULL,4639  `enroll_finish` bigint(20) NOT NULL,
4359  `audience_active` int(1) NOT NULL DEFAULT '1',4640  `audience_active` int(1) NOT NULL DEFAULT '1',
4360  `release_until` bigint(64) DEFAULT NULL,4641  `release_until` bigint(64) DEFAULT NULL,
4361  `course_code` varchar(100) DEFAULT NULL,4642  `course_code` varchar(100) DEFAULT NULL,
4362  `curriculum_period_title` varchar(100) DEFAULT NULL,4643  `curriculum_period_title` varchar(100) DEFAULT NULL,
4363  `curriculum_type_name` varchar(100) DEFAULT NULL,4644  `curriculum_type_name` varchar(100) DEFAULT NULL,
4364  `group_name` varchar(100) DEFAULT NULL4645  `group_name` varchar(100) DEFAULT NULL
4365) ENGINE=InnoDB DEFAULT CHARSET=utf8;4646) ENGINE=InnoDB DEFAULT CHARSET=utf8;
43664647
4367-- --------------------------------------------------------4648-- --------------------------------------------------------
43684649
4369--4650--
4370-- Table structure for table `course_audience_deploy`4651-- Table structure for table `course_audience_deploy`
4371--4652--
43724653
4373CREATE TABLE `course_audience_deploy` (4654CREATE TABLE `course_audience_deploy` (
4374  `caudience_id` int(11) NOT NULL,4655  `caudience_id` int(11) NOT NULL,
4375  `course_id` int(11) NOT NULL,4656  `course_id` int(11) NOT NULL,
4376  `audience_type` enum('proxy_id','group_id') NOT NULL,4657  `audience_type` enum('proxy_id','group_id') NOT NULL,
4377  `audience_value` int(11) NOT NULL,4658  `audience_value` int(11) NOT NULL,
4378  `cperiod_id` int(11) NOT NULL,4659  `cperiod_id` int(11) NOT NULL,
4379  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',4660  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',
4380  `release_date` bigint(64) DEFAULT NULL,4661  `release_date` bigint(64) DEFAULT NULL,
4381  `enroll_start` bigint(20) NOT NULL,4662  `enroll_start` bigint(20) NOT NULL,
4382  `enroll_finish` bigint(20) NOT NULL,4663  `enroll_finish` bigint(20) NOT NULL,
4383  `audience_active` int(1) NOT NULL DEFAULT '1',4664  `audience_active` int(1) NOT NULL DEFAULT '1',
4384  `release_until` bigint(64) DEFAULT NULL4665  `release_until` bigint(64) DEFAULT NULL
4385) ENGINE=InnoDB DEFAULT CHARSET=utf8;4666) ENGINE=InnoDB DEFAULT CHARSET=utf8;
43864667
4387-- --------------------------------------------------------4668-- --------------------------------------------------------
43884669
4389--4670--
4390-- Table structure for table `course_audience_history`4671-- Table structure for table `course_audience_history`
4391--4672--
43924673
4393CREATE TABLE `course_audience_history` (4674CREATE TABLE `course_audience_history` (
4394  `id` varchar(36) NOT NULL,4675  `id` varchar(36) NOT NULL,
4395  `import_token` varchar(100) NOT NULL,4676  `import_token` varchar(100) NOT NULL,
4396  `foreign_key` varchar(100) DEFAULT NULL,4677  `foreign_key` varchar(100) DEFAULT NULL,
4397  `caudience_id` int(11) NOT NULL,4678  `caudience_id` int(11) NOT NULL,
4398  `course_id` int(11) NOT NULL,4679  `course_id` int(11) NOT NULL,
4399  `audience_type` enum('proxy_id','group_id') NOT NULL,4680  `audience_type` enum('proxy_id','group_id') NOT NULL,
4400  `audience_value` int(11) NOT NULL,4681  `audience_value` int(11) NOT NULL,
4401  `cperiod_id` int(11) NOT NULL,4682  `cperiod_id` int(11) NOT NULL,
4402  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',4683  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',
4403  `release_date` bigint(64) DEFAULT NULL,4684  `release_date` bigint(64) DEFAULT NULL,
4404  `enroll_start` bigint(20) NOT NULL,4685  `enroll_start` bigint(20) NOT NULL,
4405  `enroll_finish` bigint(20) NOT NULL,4686  `enroll_finish` bigint(20) NOT NULL,
4406  `audience_active` int(1) NOT NULL DEFAULT '1',4687  `audience_active` int(1) NOT NULL DEFAULT '1',
4407  `release_until` bigint(64) DEFAULT NULL4688  `release_until` bigint(64) DEFAULT NULL
4408) ENGINE=InnoDB DEFAULT CHARSET=utf8;4689) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44094690
4410-- --------------------------------------------------------4691-- --------------------------------------------------------
44114692
4412--4693--
4413-- Table structure for table `course_audience_id_mapping`4694-- Table structure for table `course_audience_id_mapping`
4414--4695--
44154696
4416CREATE TABLE `course_audience_id_mapping` (4697CREATE TABLE `course_audience_id_mapping` (
4417  `id` int(10) UNSIGNED NOT NULL,4698  `id` int(10) UNSIGNED NOT NULL,
4418  `course_code` varchar(50) NOT NULL,4699  `course_code` varchar(50) NOT NULL,
4419  `group_name` varchar(100) NOT NULL,4700  `group_name` varchar(100) NOT NULL,
4420  `updated_date` bigint(64) NOT NULL4701  `updated_date` bigint(64) NOT NULL
4421) ENGINE=InnoDB DEFAULT CHARSET=utf8;4702) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44224703
4423-- --------------------------------------------------------4704-- --------------------------------------------------------
44244705
4425--4706--
4426-- Table structure for table `curriculum_lu_types`4707-- Table structure for table `curriculum_lu_types`
4427--4708--
44284709
4429CREATE TABLE `curriculum_lu_types` (4710CREATE TABLE `curriculum_lu_types` (
4430  `id` varchar(36) NOT NULL,4711  `id` varchar(36) NOT NULL,
4431  `import_token` varchar(100) DEFAULT NULL,4712  `import_token` varchar(100) DEFAULT NULL,
4432  `foreign_id` varchar(50) DEFAULT NULL,4713  `foreign_id` varchar(50) DEFAULT NULL,
4433  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,4714  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,
4434  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4715  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4435  `curriculum_type_name` varchar(60) NOT NULL,4716  `curriculum_type_name` varchar(60) NOT NULL,
4436  `curriculum_type_description` text,4717  `curriculum_type_description` text,
4437  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',4718  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',
4438  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',4719  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',
4439  `curriculum_level_id` int(12) DEFAULT NULL,4720  `curriculum_level_id` int(12) DEFAULT NULL,
4440  `updated_date` bigint(64) UNSIGNED NOT NULL,4721  `updated_date` bigint(64) UNSIGNED NOT NULL,
4441  `updated_by` int(12) UNSIGNED NOT NULL4722  `updated_by` int(12) UNSIGNED NOT NULL
4442) ENGINE=InnoDB DEFAULT CHARSET=utf8;4723) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44434724
4444-- --------------------------------------------------------4725-- --------------------------------------------------------
44454726
4446--4727--
4447-- Table structure for table `curriculum_lu_types_deploy`4728-- Table structure for table `curriculum_lu_types_deploy`
4448--4729--
44494730
4450CREATE TABLE `curriculum_lu_types_deploy` (4731CREATE TABLE `curriculum_lu_types_deploy` (
4451  `curriculum_type_id` int(12) UNSIGNED NOT NULL,4732  `curriculum_type_id` int(12) UNSIGNED NOT NULL,
4452  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4733  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4453  `curriculum_type_name` varchar(60) NOT NULL,4734  `curriculum_type_name` varchar(60) NOT NULL,
4454  `curriculum_type_description` text,4735  `curriculum_type_description` text,
4455  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',4736  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',
4456  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',4737  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',
4457  `curriculum_level_id` int(12) DEFAULT NULL,4738  `curriculum_level_id` int(12) DEFAULT NULL,
4458  `updated_date` bigint(64) UNSIGNED NOT NULL,4739  `updated_date` bigint(64) UNSIGNED NOT NULL,
4459  `updated_by` int(12) UNSIGNED NOT NULL4740  `updated_by` int(12) UNSIGNED NOT NULL
4460) ENGINE=InnoDB DEFAULT CHARSET=utf8;4741) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44614742
4462-- --------------------------------------------------------4743-- --------------------------------------------------------
44634744
4464--4745--
4465-- Table structure for table `curriculum_lu_types_history`4746-- Table structure for table `curriculum_lu_types_history`
4466--4747--
44674748
4468CREATE TABLE `curriculum_lu_types_history` (4749CREATE TABLE `curriculum_lu_types_history` (
4469  `id` varchar(36) NOT NULL,4750  `id` varchar(36) NOT NULL,
4470  `import_token` varchar(100) DEFAULT NULL,4751  `import_token` varchar(100) DEFAULT NULL,
4471  `foreign_id` varchar(50) DEFAULT NULL,4752  `foreign_id` varchar(50) DEFAULT NULL,
4472  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,4753  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,
4473  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',4754  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
4474  `curriculum_type_name` varchar(60) NOT NULL,4755  `curriculum_type_name` varchar(60) NOT NULL,
4475  `curriculum_type_description` text,4756  `curriculum_type_description` text,
4476  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',4757  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',
4477  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',4758  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',
4478  `curriculum_level_id` int(12) DEFAULT NULL,4759  `curriculum_level_id` int(12) DEFAULT NULL,
4479  `updated_date` bigint(64) UNSIGNED NOT NULL,4760  `updated_date` bigint(64) UNSIGNED NOT NULL,
4480  `updated_by` int(12) UNSIGNED NOT NULL4761  `updated_by` int(12) UNSIGNED NOT NULL
4481) ENGINE=InnoDB DEFAULT CHARSET=utf8;4762) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44824763
4483-- --------------------------------------------------------4764-- --------------------------------------------------------
44844765
4485--4766--
4486-- Table structure for table `curriculum_lu_types_id_mapping`4767-- Table structure for table `curriculum_lu_types_id_mapping`
4487--4768--
44884769
4489CREATE TABLE `curriculum_lu_types_id_mapping` (4770CREATE TABLE `curriculum_lu_types_id_mapping` (
4490  `id` int(10) UNSIGNED NOT NULL,4771  `id` int(10) UNSIGNED NOT NULL,
4491  `curriculum_type_name` varchar(150) NOT NULL,4772  `curriculum_type_name` varchar(150) NOT NULL,
4492  `updated_date` bigint(64) DEFAULT NULL4773  `updated_date` bigint(64) DEFAULT NULL
4493) ENGINE=InnoDB DEFAULT CHARSET=utf8;4774) ENGINE=InnoDB DEFAULT CHARSET=utf8;
44944775
4495-- --------------------------------------------------------4776-- --------------------------------------------------------
44964777
4497--4778--
4498-- Table structure for table `curriculum_periods`4779-- Table structure for table `curriculum_periods`
4499--4780--
45004781
4501CREATE TABLE `curriculum_periods` (4782CREATE TABLE `curriculum_periods` (
4502  `id` varchar(36) NOT NULL,4783  `id` varchar(36) NOT NULL,
4503  `import_token` varchar(100) NOT NULL,4784  `import_token` varchar(100) NOT NULL,
4504  `foreign_id` varchar(50) DEFAULT NULL,4785  `foreign_id` varchar(50) DEFAULT NULL,
4505  `cperiod_id` int(11) NOT NULL,4786  `cperiod_id` int(11) NOT NULL,
4506  `curriculum_type_id` int(11) NOT NULL,4787  `curriculum_type_id` int(11) NOT NULL,
4507  `curriculum_period_title` varchar(200) DEFAULT '',4788  `curriculum_period_title` varchar(200) DEFAULT '',
4508  `start_date` bigint(64) NOT NULL,4789  `start_date` bigint(64) NOT NULL,
4509  `finish_date` bigint(64) NOT NULL,4790  `finish_date` bigint(64) NOT NULL,
4510  `active` int(1) NOT NULL DEFAULT '1',4791  `active` int(1) NOT NULL DEFAULT '1',
4511  `curriculum_type_name` varchar(100) DEFAULT NULL4792  `curriculum_type_name` varchar(100) DEFAULT NULL
4512) ENGINE=InnoDB DEFAULT CHARSET=utf8;4793) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45134794
4514-- --------------------------------------------------------4795-- --------------------------------------------------------
45154796
4516--4797--
4517-- Table structure for table `curriculum_periods_deploy`4798-- Table structure for table `curriculum_periods_deploy`
4518--4799--
45194800
4520CREATE TABLE `curriculum_periods_deploy` (4801CREATE TABLE `curriculum_periods_deploy` (
4521  `cperiod_id` int(11) NOT NULL,4802  `cperiod_id` int(11) NOT NULL,
4522  `curriculum_type_id` int(11) NOT NULL,4803  `curriculum_type_id` int(11) NOT NULL,
4523  `curriculum_period_title` varchar(200) DEFAULT '',4804  `curriculum_period_title` varchar(200) DEFAULT '',
4524  `start_date` bigint(64) NOT NULL,4805  `start_date` bigint(64) NOT NULL,
4525  `finish_date` bigint(64) NOT NULL,4806  `finish_date` bigint(64) NOT NULL,
4526  `active` int(1) NOT NULL DEFAULT '1'4807  `active` int(1) NOT NULL DEFAULT '1'
4527) ENGINE=InnoDB DEFAULT CHARSET=utf8;4808) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45284809
4529-- --------------------------------------------------------4810-- --------------------------------------------------------
45304811
4531--4812--
4532-- Table structure for table `curriculum_periods_history`4813-- Table structure for table `curriculum_periods_history`
4533--4814--
45344815
4535CREATE TABLE `curriculum_periods_history` (4816CREATE TABLE `curriculum_periods_history` (
4536  `id` varchar(36) NOT NULL,4817  `id` varchar(36) NOT NULL,
4537  `import_token` varchar(100) NOT NULL,4818  `import_token` varchar(100) NOT NULL,
4538  `foreign_id` varchar(50) DEFAULT NULL,4819  `foreign_id` varchar(50) DEFAULT NULL,
4539  `cperiod_id` int(11) NOT NULL,4820  `cperiod_id` int(11) NOT NULL,
4540  `curriculum_type_id` int(11) NOT NULL,4821  `curriculum_type_id` int(11) NOT NULL,
4541  `curriculum_period_title` varchar(200) DEFAULT '',4822  `curriculum_period_title` varchar(200) DEFAULT '',
4542  `start_date` bigint(64) NOT NULL,4823  `start_date` bigint(64) NOT NULL,
4543  `finish_date` bigint(64) NOT NULL,4824  `finish_date` bigint(64) NOT NULL,
4544  `active` int(1) NOT NULL DEFAULT '1'4825  `active` int(1) NOT NULL DEFAULT '1'
4545) ENGINE=InnoDB DEFAULT CHARSET=utf8;4826) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45464827
4547-- --------------------------------------------------------4828-- --------------------------------------------------------
45484829
4549--4830--
4550-- Table structure for table `curriculum_periods_id_mapping`4831-- Table structure for table `curriculum_periods_id_mapping`
4551--4832--
45524833
4553CREATE TABLE `curriculum_periods_id_mapping` (4834CREATE TABLE `curriculum_periods_id_mapping` (
4554  `id` int(10) UNSIGNED NOT NULL,4835  `id` int(10) UNSIGNED NOT NULL,
4555  `curriculum_period_title` varchar(50) DEFAULT NULL,4836  `curriculum_period_title` varchar(50) DEFAULT NULL,
4556  `updated_date` bigint(64) DEFAULT NULL4837  `updated_date` bigint(64) DEFAULT NULL
4557) ENGINE=InnoDB DEFAULT CHARSET=utf8;4838) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45584839
4559-- --------------------------------------------------------4840-- --------------------------------------------------------
45604841
4561--4842--
4562-- Table structure for table `curriculum_type_organisation_deploy`4843-- Table structure for table `curriculum_type_organisation_deploy`
4563--4844--
45644845
4565CREATE TABLE `curriculum_type_organisation_deploy` (4846CREATE TABLE `curriculum_type_organisation_deploy` (
4566  `curriculum_type_id` int(11) NOT NULL,4847  `curriculum_type_id` int(11) NOT NULL,
4567  `organisation_id` int(11) NOT NULL4848  `organisation_id` int(11) NOT NULL
4568) ENGINE=InnoDB DEFAULT CHARSET=utf8;4849) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45694850
4570-- --------------------------------------------------------4851-- --------------------------------------------------------
45714852
4572--4853--
4573-- Table structure for table `curriculum_type_organisation_history`4854-- Table structure for table `curriculum_type_organisation_history`
4574--4855--
45754856
4576CREATE TABLE `curriculum_type_organisation_history` (4857CREATE TABLE `curriculum_type_organisation_history` (
4577  `id` varchar(36) NOT NULL,4858  `id` varchar(36) NOT NULL,
4578  `import_token` varchar(100) NOT NULL,4859  `import_token` varchar(100) NOT NULL,
4579  `curriculum_type_id` int(11) NOT NULL,4860  `curriculum_type_id` int(11) NOT NULL,
4580  `organisation_id` int(11) NOT NULL4861  `organisation_id` int(11) NOT NULL
4581) ENGINE=InnoDB DEFAULT CHARSET=utf8;4862) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45824863
4583-- --------------------------------------------------------4864-- --------------------------------------------------------
45844865
4585--4866--
4586-- Table structure for table `groups`4867-- Table structure for table `groups`
4587--4868--
45884869
4589CREATE TABLE `groups` (4870CREATE TABLE `groups` (
4590  `id` varchar(36) NOT NULL,4871  `id` varchar(36) NOT NULL,
4591  `import_token` varchar(100) NOT NULL,4872  `import_token` varchar(100) NOT NULL,
4592  `foreign_id` varchar(50) DEFAULT NULL,4873  `foreign_id` varchar(50) DEFAULT NULL,
4593  `group_id` int(12) NOT NULL,4874  `group_id` int(12) NOT NULL,
4594  `group_name` varchar(255) NOT NULL,4875  `group_name` varchar(255) NOT NULL,
4595  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'cohort',4876  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'cohort',
4596  `group_value` int(12) DEFAULT NULL,4877  `group_value` int(12) DEFAULT NULL,
4597  `parent_id` int(12) DEFAULT NULL,4878  `parent_id` int(12) DEFAULT NULL,
4598  `start_date` bigint(64) DEFAULT NULL,4879  `start_date` bigint(64) DEFAULT NULL,
4599  `expire_date` bigint(64) DEFAULT NULL,4880  `expire_date` bigint(64) DEFAULT NULL,
4600  `group_active` int(1) NOT NULL DEFAULT '1',4881  `group_active` int(1) NOT NULL DEFAULT '1',
4601  `created_date` bigint(64) NOT NULL,4882  `created_date` bigint(64) NOT NULL,
4602  `created_by` int(11) NOT NULL,4883  `created_by` int(11) NOT NULL,
4603  `updated_date` bigint(64) NOT NULL,4884  `updated_date` bigint(64) NOT NULL,
4604  `updated_by` int(12) NOT NULL,4885  `updated_by` int(12) NOT NULL,
4605  `capture_default` tinyint(1) DEFAULT NULL,4886  `capture_default` tinyint(1) DEFAULT NULL,
4606  `capture_enabled` tinyint(1) DEFAULT NULL4887  `capture_enabled` tinyint(1) DEFAULT NULL
4607) ENGINE=InnoDB DEFAULT CHARSET=utf8;4888) ENGINE=InnoDB DEFAULT CHARSET=utf8;
46084889
4609-- --------------------------------------------------------4890-- --------------------------------------------------------
46104891
4611--4892--
4612-- Table structure for table `groups_deploy`4893-- Table structure for table `groups_deploy`
4613--4894--
46144895
4615CREATE TABLE `groups_deploy` (4896CREATE TABLE `groups_deploy` (
4616  `group_id` int(12) UNSIGNED NOT NULL,4897  `group_id` int(12) UNSIGNED NOT NULL,
4617  `group_name` varchar(255) NOT NULL,4898  `group_name` varchar(255) NOT NULL,
4618  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',4899  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',
4619  `group_value` int(12) DEFAULT NULL,4900  `group_value` int(12) DEFAULT NULL,
4620  `parent_id` int(12) DEFAULT NULL,4901  `parent_id` int(12) DEFAULT NULL,
4621  `start_date` bigint(64) DEFAULT NULL,4902  `start_date` bigint(64) DEFAULT NULL,
4622  `expire_date` bigint(64) DEFAULT NULL,4903  `expire_date` bigint(64) DEFAULT NULL,
4623  `group_active` int(1) NOT NULL DEFAULT '1',4904  `group_active` int(1) NOT NULL DEFAULT '1',
4624  `created_date` bigint(64) NOT NULL,4905  `created_date` bigint(64) NOT NULL,
4625  `created_by` int(11) NOT NULL,4906  `created_by` int(11) NOT NULL,
4626  `updated_date` bigint(64) NOT NULL,4907  `updated_date` bigint(64) NOT NULL,
4627  `updated_by` int(12) NOT NULL4908  `updated_by` int(12) NOT NULL
4628) ENGINE=InnoDB DEFAULT CHARSET=utf8;4909) ENGINE=InnoDB DEFAULT CHARSET=utf8;
46294910
4630-- --------------------------------------------------------4911-- --------------------------------------------------------
46314912
4632--4913--
4633-- Table structure for table `groups_history`4914-- Table structure for table `groups_history`
4634--4915--
46354916
4636CREATE TABLE `groups_history` (4917CREATE TABLE `groups_history` (
4637  `id` varchar(36) NOT NULL,4918  `id` varchar(36) NOT NULL,
4638  `import_token` varchar(100) NOT NULL,4919  `import_token` varchar(100) NOT NULL,
4639  `foreign_id` varchar(50) DEFAULT NULL,4920  `foreign_id` varchar(50) DEFAULT NULL,
4640  `group_id` int(12) NOT NULL,4921  `group_id` int(12) NOT NULL,
4641  `group_name` varchar(255) NOT NULL,4922  `group_name` varchar(255) NOT NULL,
4642  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',4923  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',
4643  `group_value` int(12) DEFAULT NULL,4924  `group_value` int(12) DEFAULT NULL,
4644  `parent_id` int(12) DEFAULT NULL,4925  `parent_id` int(12) DEFAULT NULL,
4645  `start_date` bigint(64) DEFAULT NULL,4926  `start_date` bigint(64) DEFAULT NULL,
4646  `expire_date` bigint(64) DEFAULT NULL,4927  `expire_date` bigint(64) DEFAULT NULL,
4647  `group_active` int(1) NOT NULL DEFAULT '1',4928  `group_active` int(1) NOT NULL DEFAULT '1',
4648  `created_date` bigint(64) NOT NULL,4929  `created_date` bigint(64) NOT NULL,
4649  `created_by` int(11) NOT NULL,4930  `created_by` int(11) NOT NULL,
4650  `updated_date` bigint(64) NOT NULL,4931  `updated_date` bigint(64) NOT NULL,
4651  `updated_by` int(12) NOT NULL4932  `updated_by` int(12) NOT NULL
4652) ENGINE=InnoDB DEFAULT CHARSET=utf8;4933) ENGINE=InnoDB DEFAULT CHARSET=utf8;
46534934
4654-- --------------------------------------------------------4935-- --------------------------------------------------------
46554936
4656--4937--
4657-- Table structure for table `groups_id_mapping`4938-- Table structure for table `groups_id_mapping`
4658--4939--
46594940
4660CREATE TABLE `groups_id_mapping` (4941CREATE TABLE `groups_id_mapping` (
4661  `id` int(10) UNSIGNED NOT NULL,4942  `id` int(10) UNSIGNED NOT NULL,
4662  `group_name` varchar(100) NOT NULL,4943  `group_name` varchar(100) NOT NULL,
4663  `updated_date` bigint(20) NOT NULL4944  `updated_date` bigint(20) NOT NULL
4664) ENGINE=InnoDB DEFAULT CHARSET=utf8;4945) ENGINE=InnoDB DEFAULT CHARSET=utf8;
46654946
4666-- --------------------------------------------------------4947-- --------------------------------------------------------
46674948
4668--4949--
4669-- Table structure for table `group_members`4950-- Table structure for table `group_members`
4670--4951--
46714952
4672CREATE TABLE `group_members` (4953CREATE TABLE `group_members` (
4673  `id` varchar(36) NOT NULL,4954  `id` varchar(36) NOT NULL,
4674  `import_token` varchar(100) NOT NULL,4955  `import_token` varchar(100) NOT NULL,
4675  `foreign_id` varchar(50) DEFAULT NULL,4956  `foreign_id` varchar(50) DEFAULT NULL,
4676  `gmember_id` int(12) NOT NULL,4957  `gmember_id` int(12) NOT NULL,
4677  `group_id` int(12) NOT NULL DEFAULT '0',4958  `group_id` int(12) NOT NULL DEFAULT '0',
4678  `group_name` varchar(100) DEFAULT NULL,4959  `group_name` varchar(100) DEFAULT NULL,
4679  `proxy_id` int(12) NOT NULL DEFAULT '0',4960  `proxy_id` int(12) NOT NULL DEFAULT '0',
4680  `start_date` bigint(64) NOT NULL DEFAULT '0',4961  `start_date` bigint(64) NOT NULL DEFAULT '0',
4681  `finish_date` bigint(64) NOT NULL DEFAULT '0',4962  `finish_date` bigint(64) NOT NULL DEFAULT '0',
4682  `member_active` int(1) NOT NULL DEFAULT '1',4963  `member_active` int(1) NOT NULL DEFAULT '1',
4683  `entrada_only` int(1) DEFAULT '0',4964  `entrada_only` int(1) DEFAULT '0',
4684  `created_date` bigint(64) NOT NULL,4965  `created_date` bigint(64) NOT NULL,
4685  `created_by` int(11) NOT NULL,4966  `created_by` int(11) NOT NULL,
4686  `updated_date` bigint(64) NOT NULL DEFAULT '0',4967  `updated_date` bigint(64) NOT NULL DEFAULT '0',
4687  `updated_by` int(12) NOT NULL DEFAULT '0',4968  `updated_by` int(12) NOT NULL DEFAULT '0',
4688  `number` varchar(50) DEFAULT NULL4969  `number` varchar(50) DEFAULT NULL
4689) ENGINE=InnoDB DEFAULT CHARSET=utf8;4970) ENGINE=InnoDB DEFAULT CHARSET=utf8;
46904971
4691-- --------------------------------------------------------4972-- --------------------------------------------------------
46924973
4693--4974--
4694-- Table structure for table `group_members_deploy`4975-- Table structure for table `group_members_deploy`
4695--4976--
46964977
4697CREATE TABLE `group_members_deploy` (4978CREATE TABLE `group_members_deploy` (
4698  `gmember_id` int(12) NOT NULL,4979  `gmember_id` int(12) NOT NULL,
4699  `group_id` int(12) NOT NULL DEFAULT '0',4980  `group_id` int(12) NOT NULL DEFAULT '0',
4700  `proxy_id` int(12) NOT NULL DEFAULT '0',4981  `proxy_id` int(12) NOT NULL DEFAULT '0',
4701  `start_date` bigint(64) NOT NULL DEFAULT '0',4982  `start_date` bigint(64) NOT NULL DEFAULT '0',
4702  `finish_date` bigint(64) NOT NULL DEFAULT '0',4983  `finish_date` bigint(64) NOT NULL DEFAULT '0',
4703  `member_active` int(1) NOT NULL DEFAULT '1',4984  `member_active` int(1) NOT NULL DEFAULT '1',
4704  `entrada_only` int(1) DEFAULT '0',4985  `entrada_only` int(1) DEFAULT '0',
4705  `created_date` bigint(64) NOT NULL,4986  `created_date` bigint(64) NOT NULL,
4706  `created_by` int(11) NOT NULL,4987  `created_by` int(11) NOT NULL,
4707  `updated_date` bigint(64) NOT NULL DEFAULT '0',4988  `updated_date` bigint(64) NOT NULL DEFAULT '0',
4708  `updated_by` int(12) NOT NULL DEFAULT '0'4989  `updated_by` int(12) NOT NULL DEFAULT '0'
4709) ENGINE=InnoDB DEFAULT CHARSET=utf8;4990) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47104991
4711-- --------------------------------------------------------4992-- --------------------------------------------------------
47124993
4713--4994--
4714-- Table structure for table `group_members_history`4995-- Table structure for table `group_members_history`
4715--4996--
47164997
4717CREATE TABLE `group_members_history` (4998CREATE TABLE `group_members_history` (
4718  `id` varchar(36) NOT NULL,4999  `id` varchar(36) NOT NULL,
4719  `import_token` varchar(100) NOT NULL,5000  `import_token` varchar(100) NOT NULL,
4720  `foreign_id` varchar(50) DEFAULT NULL,5001  `foreign_id` varchar(50) DEFAULT NULL,
4721  `gmember_id` int(12) NOT NULL,5002  `gmember_id` int(12) NOT NULL,
4722  `group_id` int(12) NOT NULL DEFAULT '0',5003  `group_id` int(12) NOT NULL DEFAULT '0',
4723  `proxy_id` int(12) NOT NULL DEFAULT '0',5004  `proxy_id` int(12) NOT NULL DEFAULT '0',
4724  `start_date` bigint(64) NOT NULL DEFAULT '0',5005  `start_date` bigint(64) NOT NULL DEFAULT '0',
4725  `finish_date` bigint(64) NOT NULL DEFAULT '0',5006  `finish_date` bigint(64) NOT NULL DEFAULT '0',
4726  `member_active` int(1) NOT NULL DEFAULT '1',5007  `member_active` int(1) NOT NULL DEFAULT '1',
4727  `entrada_only` int(1) DEFAULT '0',5008  `entrada_only` int(1) DEFAULT '0',
4728  `created_date` bigint(64) NOT NULL,5009  `created_date` bigint(64) NOT NULL,
4729  `created_by` int(11) NOT NULL,5010  `created_by` int(11) NOT NULL,
4730  `updated_date` bigint(64) NOT NULL DEFAULT '0',5011  `updated_date` bigint(64) NOT NULL DEFAULT '0',
4731  `updated_by` int(12) NOT NULL DEFAULT '0'5012  `updated_by` int(12) NOT NULL DEFAULT '0'
4732) ENGINE=InnoDB DEFAULT CHARSET=utf8;5013) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47335014
4734-- --------------------------------------------------------5015-- --------------------------------------------------------
47355016
4736--5017--
4737-- Table structure for table `group_members_id_mapping`5018-- Table structure for table `group_members_id_mapping`
4738--5019--
47395020
4740CREATE TABLE `group_members_id_mapping` (5021CREATE TABLE `group_members_id_mapping` (
4741  `id` int(10) UNSIGNED NOT NULL,5022  `id` int(10) UNSIGNED NOT NULL,
4742  `group_name` varchar(50) NOT NULL,5023  `group_name` varchar(50) NOT NULL,
4743  `number` varchar(50) NOT NULL,5024  `number` varchar(50) NOT NULL,
4744  `updated_date` bigint(64) NOT NULL5025  `updated_date` bigint(64) NOT NULL
4745) ENGINE=InnoDB DEFAULT CHARSET=utf8;5026) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47465027
4747-- --------------------------------------------------------5028-- --------------------------------------------------------
47485029
4749--5030--
4750-- Table structure for table `group_organisations`5031-- Table structure for table `group_organisations`
4751--5032--
47525033
4753CREATE TABLE `group_organisations` (5034CREATE TABLE `group_organisations` (
4754  `id` varchar(36) NOT NULL,5035  `id` varchar(36) NOT NULL,
4755  `import_token` varchar(100) NOT NULL,5036  `import_token` varchar(100) NOT NULL,
4756  `gorganisation_id` int(11) NOT NULL,5037  `gorganisation_id` int(11) NOT NULL,
4757  `group_id` int(12) UNSIGNED NOT NULL,5038  `group_id` int(12) UNSIGNED NOT NULL,
4758  `organisation_id` int(11) NOT NULL,5039  `organisation_id` int(11) NOT NULL,
4759  `created_date` bigint(64) NOT NULL,5040  `created_date` bigint(64) NOT NULL,
4760  `created_by` int(11) NOT NULL,5041  `created_by` int(11) NOT NULL,
4761  `updated_date` bigint(64) NOT NULL,5042  `updated_date` bigint(64) NOT NULL,
4762  `updated_by` int(11) NOT NULL5043  `updated_by` int(11) NOT NULL
4763) ENGINE=InnoDB DEFAULT CHARSET=utf8;5044) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47645045
4765-- --------------------------------------------------------5046-- --------------------------------------------------------
47665047
4767--5048--
4768-- Table structure for table `group_organisations_deploy`5049-- Table structure for table `group_organisations_deploy`
4769--5050--
47705051
4771CREATE TABLE `group_organisations_deploy` (5052CREATE TABLE `group_organisations_deploy` (
4772  `gorganisation_id` int(11) UNSIGNED NOT NULL,5053  `gorganisation_id` int(11) UNSIGNED NOT NULL,
4773  `group_id` int(12) UNSIGNED NOT NULL,5054  `group_id` int(12) UNSIGNED NOT NULL,
4774  `organisation_id` int(11) NOT NULL,5055  `organisation_id` int(11) NOT NULL,
4775  `created_date` bigint(64) NOT NULL,5056  `created_date` bigint(64) NOT NULL,
4776  `created_by` int(11) NOT NULL,5057  `created_by` int(11) NOT NULL,
4777  `updated_date` bigint(64) NOT NULL,5058  `updated_date` bigint(64) NOT NULL,
4778  `updated_by` int(11) NOT NULL5059  `updated_by` int(11) NOT NULL
4779) ENGINE=InnoDB DEFAULT CHARSET=utf8;5060) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47805061
4781-- --------------------------------------------------------5062-- --------------------------------------------------------
47825063
4783--5064--
4784-- Table structure for table `group_organisations_history`5065-- Table structure for table `group_organisations_history`
4785--5066--
47865067
4787CREATE TABLE `group_organisations_history` (5068CREATE TABLE `group_organisations_history` (
4788  `id` varchar(36) NOT NULL,5069  `id` varchar(36) NOT NULL,
4789  `import_token` varchar(100) NOT NULL,5070  `import_token` varchar(100) NOT NULL,
4790  `gorganisation_id` int(11) NOT NULL,5071  `gorganisation_id` int(11) NOT NULL,
4791  `group_id` int(12) UNSIGNED NOT NULL,5072  `group_id` int(12) UNSIGNED NOT NULL,
4792  `organisation_id` int(11) NOT NULL,5073  `organisation_id` int(11) NOT NULL,
4793  `created_date` bigint(64) NOT NULL,5074  `created_date` bigint(64) NOT NULL,
4794  `created_by` int(11) NOT NULL,5075  `created_by` int(11) NOT NULL,
4795  `updated_date` bigint(64) NOT NULL,5076  `updated_date` bigint(64) NOT NULL,
4796  `updated_by` int(11) NOT NULL5077  `updated_by` int(11) NOT NULL
4797) ENGINE=InnoDB DEFAULT CHARSET=utf8;5078) ENGINE=InnoDB DEFAULT CHARSET=utf8;
47985079
4799-- --------------------------------------------------------5080-- --------------------------------------------------------
48005081
4801--5082--
4802-- Table structure for table `group_organisations_id_mapping`5083-- Table structure for table `group_organisations_id_mapping`
4803--5084--
48045085
4805CREATE TABLE `group_organisations_id_mapping` (5086CREATE TABLE `group_organisations_id_mapping` (
4806  `id` int(10) UNSIGNED NOT NULL,5087  `id` int(10) UNSIGNED NOT NULL,
4807  `group_id` int(12) UNSIGNED NOT NULL,5088  `group_id` int(12) UNSIGNED NOT NULL,
4808  `organisation_id` int(10) UNSIGNED NOT NULL,5089  `organisation_id` int(10) UNSIGNED NOT NULL,
4809  `updated_date` bigint(64) NOT NULL5090  `updated_date` bigint(64) NOT NULL
4810) ENGINE=InnoDB DEFAULT CHARSET=utf8;5091) ENGINE=InnoDB DEFAULT CHARSET=utf8;
48115092
4812-- --------------------------------------------------------5093-- --------------------------------------------------------
48135094
4814--5095--
4815-- Table structure for table `import_fails`5096-- Table structure for table `import_fails`
4816--5097--
48175098
4818CREATE TABLE `import_fails` (5099CREATE TABLE `import_fails` (
4819  `id` varchar(36) NOT NULL,5100  `id` varchar(36) NOT NULL,
4820  `import_token` varchar(100) NOT NULL,5101  `import_token` varchar(100) NOT NULL,
4821  `exception_code` int(11) NOT NULL,5102  `exception_code` int(11) NOT NULL,
4822  `exception_message` varchar(200) NOT NULL,5103  `exception_message` varchar(200) NOT NULL,
4823  `stage` varchar(15) NOT NULL,5104  `stage` varchar(15) NOT NULL,
4824  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin5105  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin
4825) ENGINE=InnoDB DEFAULT CHARSET=utf8;5106) ENGINE=InnoDB DEFAULT CHARSET=utf8;
48265107
4827-- --------------------------------------------------------5108-- --------------------------------------------------------
48285109
4829--5110--
4830-- Table structure for table `import_files`5111-- Table structure for table `import_files`
4831--5112--
48325113
4833CREATE TABLE `import_files` (5114CREATE TABLE `import_files` (
4834  `id` varchar(36) NOT NULL,5115  `id` varchar(36) NOT NULL,
4835  `import_token` varchar(100) NOT NULL,5116  `import_token` varchar(100) NOT NULL,
4836  `columns` varchar(1000) NOT NULL,5117  `columns` varchar(1000) NOT NULL,
4837  `type` varchar(45) NOT NULL,5118  `type` varchar(45) NOT NULL,
4838  `num_rows` int(11) NOT NULL DEFAULT '0'5119  `num_rows` int(11) NOT NULL DEFAULT '0'
4839) ENGINE=InnoDB DEFAULT CHARSET=utf8;5120) ENGINE=InnoDB DEFAULT CHARSET=utf8;
48405121
4841-- --------------------------------------------------------5122-- --------------------------------------------------------
48425123
4843--5124--
4844-- Table structure for table `import_headers`5125-- Table structure for table `import_headers`
4845--5126--
48465127
4847CREATE TABLE `import_headers` (5128CREATE TABLE `import_headers` (
4848  `id` varchar(36) NOT NULL,5129  `id` varchar(36) NOT NULL,
4849  `date_created` bigint(20) NOT NULL,5130  `date_created` bigint(20) NOT NULL,
4850  `type` varchar(20) NOT NULL,5131  `type` varchar(20) NOT NULL,
4851  `date_completed` bigint(20) DEFAULT NULL,5132  `date_completed` bigint(20) DEFAULT NULL,
4852  `token` varchar(100) NOT NULL,5133  `token` varchar(100) NOT NULL,
4853  `status` varchar(100) NOT NULL,5134  `status` varchar(100) NOT NULL,
4854  `num_files` int(11) NOT NULL5135  `num_files` int(11) NOT NULL
4855) ENGINE=InnoDB DEFAULT CHARSET=utf8;5136) ENGINE=InnoDB DEFAULT CHARSET=utf8;
48565137
4857--5138--
4858-- Dumping data for table `import_headers`5139-- Dumping data for table `import_headers`
4859--5140--
48605141
4861INSERT INTO `import_headers` (`id`, `date_created`, `type`, `date_completed`, `token`, `status`, `num_files`) VALUES5142INSERT INTO `import_headers` (`id`, `date_created`, `type`, `date_completed`, `token`, `status`, `num_files`) VALUES
4862('7BF8A541-626A-7D92-A0AE-D7B89FC5F121', 1685381586, '', 1685381586, '2a-2a-2a-2a-fail', 'success', 1),5143('7BF8A541-626A-7D92-A0AE-D7B89FC5F121', 1685381586, '', 1685381586, '2a-2a-2a-2a-fail', 'success', 1),
4863('B57E669A-70A7-B348-E2EA-9B16E60A7C01', 1685381586, '', 1685381586, '1a-1a-1a-1a-success', 'success', 1);5144('B57E669A-70A7-B348-E2EA-9B16E60A7C01', 1685381586, '', 1685381586, '1a-1a-1a-1a-success', 'success', 1);
48645145
4865-- --------------------------------------------------------5146-- --------------------------------------------------------
48665147
4867--5148--
4868-- Table structure for table `import_status`5149-- Table structure for table `import_status`
4869--5150--
48705151
4871CREATE TABLE `import_status` (5152CREATE TABLE `import_status` (
4872  `id` varchar(36) NOT NULL,5153  `id` varchar(36) NOT NULL,
4873  `date_created` bigint(20) NOT NULL,5154  `date_created` bigint(20) NOT NULL,
4874  `status` varchar(50) NOT NULL,5155  `status` varchar(50) NOT NULL,
4875  `message` varchar(200) NOT NULL,5156  `message` varchar(200) NOT NULL,
4876  `type` varchar(20) DEFAULT NULL,5157  `type` varchar(20) DEFAULT NULL,
4877  `token` varchar(100) NOT NULL,5158  `token` varchar(100) NOT NULL,
4878  `stage` varchar(20) NOT NULL,5159  `stage` varchar(20) NOT NULL,
4879  `date_complete` bigint(20) DEFAULT NULL5160  `date_complete` bigint(20) DEFAULT NULL
4880) ENGINE=InnoDB DEFAULT CHARSET=utf8;5161) ENGINE=InnoDB DEFAULT CHARSET=utf8;
48815162
4882--5163--
4883-- Dumping data for table `import_status`5164-- Dumping data for table `import_status`
4884--5165--
48855166
4886INSERT INTO `import_status` (`id`, `date_created`, `status`, `message`, `type`, `token`, `stage`, `date_complete`) VALUES5167INSERT INTO `import_status` (`id`, `date_created`, `status`, `message`, `type`, `token`, `stage`, `date_complete`) VALUES
4887('cab5081d-e778-46e1-8980-59e14f1a902c', 1685381586, 'success', 'success', 'group', '1a-1a-1a-1a-success', 'store', 1685381586);5168('cab5081d-e778-46e1-8980-59e14f1a902c', 1685381586, 'success', 'success', 'group', '1a-1a-1a-1a-success', 'store', 1685381586);
48885169
4889-- --------------------------------------------------------5170-- --------------------------------------------------------
48905171
4891--5172--
4892-- Table structure for table `import_validation_fails`5173-- Table structure for table `import_validation_fails`
4893--5174--
48945175
4895CREATE TABLE `import_validation_fails` (5176CREATE TABLE `import_validation_fails` (
4896  `id` varchar(36) NOT NULL,5177  `id` varchar(36) NOT NULL,
4897  `import_token` varchar(100) NOT NULL,5178  `import_token` varchar(100) NOT NULL,
4898  `type` varchar(20) NOT NULL,5179  `type` varchar(20) NOT NULL,
4899  `column` varchar(45) DEFAULT NULL,5180  `column` varchar(45) DEFAULT NULL,
4900  `message` varchar(100) DEFAULT NULL5181  `message` varchar(100) DEFAULT NULL
4901) ENGINE=InnoDB DEFAULT CHARSET=latin1;5182) ENGINE=InnoDB DEFAULT CHARSET=latin1;
49025183
4903-- --------------------------------------------------------5184-- --------------------------------------------------------
49045185
4905--5186--
4906-- Table structure for table `phases_sessions_crosswalk`5187-- Table structure for table `phases_sessions_crosswalk`
4907--5188--
49085189
4909CREATE TABLE `phases_sessions_crosswalk` (5190CREATE TABLE `phases_sessions_crosswalk` (
4910  `id` varchar(36) NOT NULL,5191  `id` varchar(36) NOT NULL,
4911  `term` varchar(10) NOT NULL,5192  `term` varchar(10) NOT NULL,
4912  `session` varchar(10) NOT NULL,5193  `session` varchar(10) NOT NULL,
4913  `description` varchar(100) NOT NULL,5194  `description` varchar(100) NOT NULL,
4914  `start_date` bigint(64) NOT NULL,5195  `start_date` bigint(64) NOT NULL,
4915  `finish_date` bigint(64) NOT NULL,5196  `finish_date` bigint(64) NOT NULL,
4916  `weeks_of_instruction` int(11) NOT NULL,5197  `weeks_of_instruction` int(11) NOT NULL,
4917  `phase` varchar(50) NOT NULL,5198  `phase` varchar(50) NOT NULL,
4918  `created_at` bigint(64) NOT NULL,5199  `created_at` bigint(64) NOT NULL,
4919  `created_by` int(10) UNSIGNED NOT NULL,5200  `created_by` int(10) UNSIGNED NOT NULL,
4920  `updated_at` bigint(64) NOT NULL,5201  `updated_at` bigint(64) NOT NULL,
4921  `updated_by` int(10) UNSIGNED NOT NULL,5202  `updated_by` int(10) UNSIGNED NOT NULL,
4922  `deleted_at` bigint(64) DEFAULT NULL5203  `deleted_at` bigint(64) DEFAULT NULL
4923) ENGINE=InnoDB DEFAULT CHARSET=utf8;5204) ENGINE=InnoDB DEFAULT CHARSET=utf8;
49245205
4925-- --------------------------------------------------------5206-- --------------------------------------------------------
49265207
4927--5208--
4928-- Table structure for table `schedule_slots`5209-- Table structure for table `schedule_slots`
4929--5210--
49305211
4931CREATE TABLE `schedule_slots` (5212CREATE TABLE `schedule_slots` (
4932  `id` varchar(36) NOT NULL,5213  `id` varchar(36) NOT NULL,
4933  `import_token` varchar(100) NOT NULL,5214  `import_token` varchar(100) NOT NULL,
4934  `foreign_id` varchar(50) NOT NULL,5215  `foreign_id` varchar(50) NOT NULL,
4935  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,5216  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,
4936  `rotation_slot_key` varchar(50) NOT NULL,5217  `rotation_slot_key` varchar(50) NOT NULL,
4937  `slot_type_code` tinyint(1) UNSIGNED NOT NULL,5218  `slot_type_code` tinyint(1) UNSIGNED NOT NULL,
4938  `parent_block_code` varchar(128) NOT NULL,5219  `parent_block_code` varchar(128) NOT NULL,
4939  `block_title` varchar(256) NOT NULL,5220  `block_title` varchar(256) NOT NULL,
4940  `block_id` varchar(11) NOT NULL,5221  `block_id` varchar(11) NOT NULL,
4941  `instructor_keys` varchar(100) NOT NULL,5222  `instructor_keys` varchar(100) NOT NULL,
4942  `location_keys` varchar(100) NOT NULL,5223  `location_keys` varchar(100) NOT NULL,
4943  `enforce_capacities` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',5224  `enforce_capacities` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
4944  `max_capacity` int(11) DEFAULT '0',5225  `max_capacity` int(11) DEFAULT '0',
4945  `min_capacity` int(11) DEFAULT '0'5226  `min_capacity` int(11) DEFAULT '0'
4946) ENGINE=InnoDB DEFAULT CHARSET=utf8;5227) ENGINE=InnoDB DEFAULT CHARSET=utf8;
49475228
4948-- --------------------------------------------------------5229-- --------------------------------------------------------
49495230
4950--5231--
4951-- Table structure for table `schedule_slots_deploy`5232-- Table structure for table `schedule_slots_deploy`
4952--5233--
49535234
4954CREATE TABLE `schedule_slots_deploy` (5235CREATE TABLE `schedule_slots_deploy` (
4955  `schedule_slot_id` int(11) UNSIGNED NOT NULL,5236  `schedule_slot_id` int(11) UNSIGNED NOT NULL,
4956  `code` varchar(128) DEFAULT NULL,5237  `code` varchar(128) DEFAULT NULL,
4957  `schedule_id` int(11) NOT NULL,5238  `schedule_id` int(11) NOT NULL,
4958  `slot_type_id` int(11) NOT NULL,5239  `slot_type_id` int(11) NOT NULL,
4959  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',5240  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',
4960  `slot_spaces` int(11) NOT NULL DEFAULT '1',5241  `slot_spaces` int(11) NOT NULL DEFAULT '1',
4961  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',5242  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
4962  `course_id` int(11) DEFAULT NULL,5243  `course_id` int(11) DEFAULT NULL,
4963  `site_id` int(11) DEFAULT NULL,5244  `site_id` int(11) DEFAULT NULL,
4964  `created_date` int(11) DEFAULT NULL,5245  `created_date` int(11) DEFAULT NULL,
4965  `created_by` int(11) DEFAULT NULL,5246  `created_by` int(11) DEFAULT NULL,
4966  `deleted_date` int(11) DEFAULT NULL,5247  `deleted_date` int(11) DEFAULT NULL,
4967  `updated_date` int(11) DEFAULT NULL,5248  `updated_date` int(11) DEFAULT NULL,
4968  `updated_by` int(11) DEFAULT NULL5249  `updated_by` int(11) DEFAULT NULL
4969) ENGINE=InnoDB DEFAULT CHARSET=utf8;5250) ENGINE=InnoDB DEFAULT CHARSET=utf8;
49705251
4971-- --------------------------------------------------------5252-- --------------------------------------------------------
49725253
4973--5254--
4974-- Table structure for table `schedule_slots_history`5255-- Table structure for table `schedule_slots_history`
4975--5256--
49765257
4977CREATE TABLE `schedule_slots_history` (5258CREATE TABLE `schedule_slots_history` (
4978  `id` varchar(36) NOT NULL,5259  `id` varchar(36) NOT NULL,
4979  `import_token` varchar(100) NOT NULL,5260  `import_token` varchar(100) NOT NULL,
4980  `foreign_id` varchar(50) DEFAULT NULL,5261  `foreign_id` varchar(50) DEFAULT NULL,
4981  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,5262  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,
4982  `code` varchar(128) DEFAULT NULL,5263  `code` varchar(128) DEFAULT NULL,
4983  `schedule_id` int(11) DEFAULT NULL,5264  `schedule_id` int(11) DEFAULT NULL,
4984  `slot_type_id` int(11) DEFAULT NULL,5265  `slot_type_id` int(11) DEFAULT NULL,
4985  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',5266  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',
4986  `slot_spaces` int(11) NOT NULL DEFAULT '1',5267  `slot_spaces` int(11) NOT NULL DEFAULT '1',
4987  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',5268  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
4988  `course_id` int(11) DEFAULT NULL,5269  `course_id` int(11) DEFAULT NULL,
4989  `site_id` int(11) DEFAULT NULL,5270  `site_id` int(11) DEFAULT NULL,
4990  `created_date` int(11) DEFAULT NULL,5271  `created_date` int(11) DEFAULT NULL,
4991  `created_by` int(11) DEFAULT NULL,5272  `created_by` int(11) DEFAULT NULL,
4992  `deleted_date` int(11) DEFAULT NULL,5273  `deleted_date` int(11) DEFAULT NULL,
4993  `updated_date` int(11) DEFAULT NULL,5274  `updated_date` int(11) DEFAULT NULL,
4994  `updated_by` int(11) DEFAULT NULL5275  `updated_by` int(11) DEFAULT NULL
4995) ENGINE=InnoDB DEFAULT CHARSET=utf8;5276) ENGINE=InnoDB DEFAULT CHARSET=utf8;
49965277
4997-- --------------------------------------------------------5278-- --------------------------------------------------------
49985279
4999--5280--
5000-- Table structure for table `schedule_slots_id_mapping`5281-- Table structure for table `schedule_slots_id_mapping`
5001--5282--
50025283
5003CREATE TABLE `schedule_slots_id_mapping` (5284CREATE TABLE `schedule_slots_id_mapping` (
5004  `id` int(10) UNSIGNED NOT NULL,5285  `id` int(10) UNSIGNED NOT NULL,
5005  `rotation_slot_key` varchar(20) NOT NULL,5286  `rotation_slot_key` varchar(20) NOT NULL,
5006  `updated_date` bigint(64) NOT NULL5287  `updated_date` bigint(64) NOT NULL
5007) ENGINE=InnoDB DEFAULT CHARSET=utf8;5288) ENGINE=InnoDB DEFAULT CHARSET=utf8;
50085289
5009-- --------------------------------------------------------5290-- --------------------------------------------------------
50105291
5011--5292--
5012-- Table structure for table `secondary_import_status`5293-- Table structure for table `secondary_import_status`
5013--5294--
50145295
5015CREATE TABLE `secondary_import_status` (5296CREATE TABLE `secondary_import_status` (
5016  `id` varchar(36) NOT NULL,5297  `id` varchar(36) NOT NULL,
5017  `token` varchar(100) NOT NULL,5298  `token` varchar(100) NOT NULL,
5018  `date_created` bigint(20) NOT NULL,5299  `date_created` bigint(20) NOT NULL,
5019  `status` varchar(50) NOT NULL,5300  `status` varchar(50) NOT NULL,
5020  `message` varchar(200) NOT NULL,5301  `message` varchar(200) NOT NULL,
5021  `type` varchar(20) NOT NULL,5302  `type` varchar(20) NOT NULL,
5022  `import_class` varchar(50) NOT NULL,5303  `import_class` varchar(50) NOT NULL,
5023  `date_complete` bigint(20) DEFAULT NULL5304  `date_complete` bigint(20) DEFAULT NULL
5024) ENGINE=InnoDB DEFAULT CHARSET=utf8;5305) ENGINE=InnoDB DEFAULT CHARSET=utf8;
50255306
5026-- --------------------------------------------------------5307-- --------------------------------------------------------
50275308
5028--5309--
5029-- Table structure for table `users_lu_genders`5310-- Table structure for table `users_lu_genders`
5030--5311--
50315312
5032CREATE TABLE `users_lu_genders` (5313CREATE TABLE `users_lu_genders` (
5033  `gender_id` int(2) NOT NULL,5314  `gender_id` int(2) NOT NULL,
5034  `short` varchar(5) NOT NULL,5315  `short` varchar(5) NOT NULL,
5035  `label` varchar(50) NOT NULL5316  `label` varchar(50) NOT NULL
5036) ENGINE=InnoDB DEFAULT CHARSET=utf8;5317) ENGINE=InnoDB DEFAULT CHARSET=utf8;
50375318
5038-- --------------------------------------------------------5319-- --------------------------------------------------------
50395320
5040--5321--
5041-- Table structure for table `user_access`5322-- Table structure for table `user_access`
5042--5323--
50435324
5044CREATE TABLE `user_access` (5325CREATE TABLE `user_access` (
5045  `id` varchar(36) NOT NULL,5326  `id` varchar(36) NOT NULL,
5046  `import_token` varchar(100) DEFAULT NULL,5327  `import_token` varchar(100) DEFAULT NULL,
5047  `foreign_id` varchar(50) DEFAULT NULL,5328  `foreign_id` varchar(50) DEFAULT NULL,
5048  `user_access_id` int(11) NOT NULL,5329  `user_access_id` int(11) NOT NULL,
5049  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5330  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5050  `number` varchar(50) NOT NULL,5331  `number` varchar(50) NOT NULL,
5051  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5332  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5052  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5333  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5053  `curriculum_track_id` int(12) DEFAULT NULL,5334  `curriculum_track_id` int(12) DEFAULT NULL,
5054  `account_active` enum('true','false') NOT NULL DEFAULT 'true',5335  `account_active` enum('true','false') NOT NULL DEFAULT 'true',
5055  `access_starts` bigint(64) NOT NULL DEFAULT '0',5336  `access_starts` bigint(64) NOT NULL DEFAULT '0',
5056  `access_expires` bigint(64) NOT NULL DEFAULT '0',5337  `access_expires` bigint(64) NOT NULL DEFAULT '0',
5057  `last_login` bigint(64) NOT NULL DEFAULT '0',5338  `last_login` bigint(64) NOT NULL DEFAULT '0',
5058  `last_ip` varchar(75) NOT NULL DEFAULT '',5339  `last_ip` varchar(75) NOT NULL DEFAULT '',
5059  `login_attempts` int(11) DEFAULT NULL,5340  `login_attempts` int(11) DEFAULT NULL,
5060  `locked_out_until` bigint(64) DEFAULT NULL,5341  `locked_out_until` bigint(64) DEFAULT NULL,
5061  `role` varchar(35) NOT NULL DEFAULT '',5342  `role` varchar(35) NOT NULL DEFAULT '',
5062  `group` varchar(35) NOT NULL DEFAULT '',5343  `group` varchar(35) NOT NULL DEFAULT '',
5063  `extras` longtext,5344  `extras` longtext,
5064  `private_hash` varchar(32) DEFAULT NULL,5345  `private_hash` varchar(32) DEFAULT NULL,
5065  `notes` text5346  `notes` text
5066) ENGINE=InnoDB DEFAULT CHARSET=utf8;5347) ENGINE=InnoDB DEFAULT CHARSET=utf8;
50675348
5068-- --------------------------------------------------------5349-- --------------------------------------------------------
50695350
5070--5351--
5071-- Table structure for table `user_access_deploy`5352-- Table structure for table `user_access_deploy`
5072--5353--
50735354
5074CREATE TABLE `user_access_deploy` (5355CREATE TABLE `user_access_deploy` (
5075  `id` int(11) NOT NULL,5356  `id` int(11) NOT NULL,
5076  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5357  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5077  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5358  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5078  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5359  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5079  `curriculum_track_id` int(12) DEFAULT NULL,5360  `curriculum_track_id` int(12) DEFAULT NULL,
5080  `account_active` enum('true','false') NOT NULL DEFAULT 'true',5361  `account_active` enum('true','false') NOT NULL DEFAULT 'true',
5081  `access_starts` bigint(64) NOT NULL DEFAULT '0',5362  `access_starts` bigint(64) NOT NULL DEFAULT '0',
5082  `access_expires` bigint(64) NOT NULL DEFAULT '0',5363  `access_expires` bigint(64) NOT NULL DEFAULT '0',
5083  `last_login` bigint(64) NOT NULL DEFAULT '0',5364  `last_login` bigint(64) NOT NULL DEFAULT '0',
5084  `last_ip` varchar(75) NOT NULL DEFAULT '',5365  `last_ip` varchar(75) NOT NULL DEFAULT '',
5085  `login_attempts` int(11) DEFAULT NULL,5366  `login_attempts` int(11) DEFAULT NULL,
5086  `locked_out_until` bigint(64) DEFAULT NULL,5367  `locked_out_until` bigint(64) DEFAULT NULL,
5087  `role` varchar(35) NOT NULL DEFAULT '',5368  `role` varchar(35) NOT NULL DEFAULT '',
5088  `group` varchar(35) NOT NULL DEFAULT '',5369  `group` varchar(35) NOT NULL DEFAULT '',
5089  `is_instructor` tinyint(1) NOT NULL DEFAULT '0',5370  `is_instructor` tinyint(1) NOT NULL DEFAULT '0',
5090  `extras` longtext,5371  `extras` longtext,
5091  `private_hash` varchar(32) DEFAULT NULL,5372  `private_hash` varchar(32) DEFAULT NULL,
5092  `notes` text5373  `notes` text
5093) ENGINE=InnoDB DEFAULT CHARSET=utf8;5374) ENGINE=InnoDB DEFAULT CHARSET=utf8;
50945375
5095-- --------------------------------------------------------5376-- --------------------------------------------------------
50965377
5097--5378--
5098-- Table structure for table `user_access_history`5379-- Table structure for table `user_access_history`
5099--5380--
51005381
5101CREATE TABLE `user_access_history` (5382CREATE TABLE `user_access_history` (
5102  `id` varchar(36) NOT NULL,5383  `id` varchar(36) NOT NULL,
5103  `import_token` varchar(100) DEFAULT NULL,5384  `import_token` varchar(100) DEFAULT NULL,
5104  `foreign_id` varchar(50) DEFAULT NULL,5385  `foreign_id` varchar(50) DEFAULT NULL,
5105  `user_access_id` int(11) NOT NULL,5386  `user_access_id` int(11) NOT NULL,
5106  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5387  `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5107  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5388  `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5108  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',5389  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
5109  `curriculum_track_id` int(12) DEFAULT NULL,5390  `curriculum_track_id` int(12) DEFAULT NULL,
5110  `account_active` enum('true','false') NOT NULL DEFAULT 'true',5391  `account_active` enum('true','false') NOT NULL DEFAULT 'true',
5111  `access_starts` bigint(64) NOT NULL DEFAULT '0',5392  `access_starts` bigint(64) NOT NULL DEFAULT '0',
5112  `access_expires` bigint(64) NOT NULL DEFAULT '0',5393  `access_expires` bigint(64) NOT NULL DEFAULT '0',
5113  `last_login` bigint(64) NOT NULL DEFAULT '0',5394  `last_login` bigint(64) NOT NULL DEFAULT '0',
5114  `last_ip` varchar(75) NOT NULL DEFAULT '',5395  `last_ip` varchar(75) NOT NULL DEFAULT '',
5115  `login_attempts` int(11) DEFAULT NULL,5396  `login_attempts` int(11) DEFAULT NULL,
5116  `locked_out_until` bigint(64) DEFAULT NULL,5397  `locked_out_until` bigint(64) DEFAULT NULL,
5117  `role` varchar(35) NOT NULL DEFAULT '',5398  `role` varchar(35) NOT NULL DEFAULT '',
5118  `group` varchar(35) NOT NULL DEFAULT '',5399  `group` varchar(35) NOT NULL DEFAULT '',
5119  `is_instructor` tinyint(1) NOT NULL,5400  `is_instructor` tinyint(1) NOT NULL,
5120  `extras` longtext,5401  `extras` longtext,
5121  `private_hash` varchar(32) DEFAULT NULL,5402  `private_hash` varchar(32) DEFAULT NULL,
5122  `notes` text5403  `notes` text
5123) ENGINE=InnoDB DEFAULT CHARSET=utf8;5404) ENGINE=InnoDB DEFAULT CHARSET=utf8;
51245405
5125-- --------------------------------------------------------5406-- --------------------------------------------------------
51265407
5127--5408--
5128-- Table structure for table `user_data`5409-- Table structure for table `user_data`
5129--5410--
51305411
5131CREATE TABLE `user_data` (5412CREATE TABLE `user_data` (
5132  `id` varchar(36) NOT NULL,5413  `id` varchar(36) NOT NULL,
5133  `import_token` varchar(100) NOT NULL,5414  `import_token` varchar(100) NOT NULL,
5134  `foreign_id` varchar(50) DEFAULT NULL,5415  `foreign_id` varchar(50) DEFAULT NULL,
5135  `user_id` int(12) UNSIGNED NOT NULL,5416  `user_id` int(12) UNSIGNED NOT NULL,
5136  `number` varchar(36) NOT NULL DEFAULT '0',5417  `number` varchar(36) NOT NULL DEFAULT '0',
5137  `sso_id` varchar(128) DEFAULT NULL,5418  `sso_id` varchar(128) DEFAULT NULL,
5138  `username` varchar(255) DEFAULT NULL,5419  `username` varchar(255) DEFAULT NULL,
5139  `password` varchar(255) NOT NULL DEFAULT '',5420  `password` varchar(255) NOT NULL DEFAULT '',
5140  `salt` varchar(64) DEFAULT NULL,5421  `salt` varchar(64) DEFAULT NULL,
5141  `organisation_id` int(12) NOT NULL DEFAULT '1',5422  `organisation_id` int(12) NOT NULL DEFAULT '1',
5142  `department` varchar(255) DEFAULT NULL,5423  `department` varchar(255) DEFAULT NULL,
5143  `prefix` varchar(10) NOT NULL DEFAULT '',5424  `prefix` varchar(10) NOT NULL DEFAULT '',
5144  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',5425  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',
5145  `suffix_gen` varchar(15) NOT NULL DEFAULT '',5426  `suffix_gen` varchar(15) NOT NULL DEFAULT '',
5146  `firstname` varchar(35) NOT NULL DEFAULT '',5427  `firstname` varchar(35) NOT NULL DEFAULT '',
5147  `middlename` varchar(35) DEFAULT NULL,5428  `middlename` varchar(35) DEFAULT NULL,
5148  `lastname` varchar(35) NOT NULL DEFAULT '',5429  `lastname` varchar(35) NOT NULL DEFAULT '',
5149  `preferredname` varchar(35) DEFAULT NULL,5430  `preferredname` varchar(35) DEFAULT NULL,
5150  `title` varchar(128) DEFAULT NULL,5431  `title` varchar(128) DEFAULT NULL,
5151  `date_of_birth` bigint(64) DEFAULT NULL,5432  `date_of_birth` bigint(64) DEFAULT NULL,
5152  `degree` varchar(5) DEFAULT NULL,5433  `degree` varchar(5) DEFAULT NULL,
5153  `email` varchar(255) NOT NULL DEFAULT '',5434  `email` varchar(255) NOT NULL DEFAULT '',
5154  `email_alt` varchar(255) NOT NULL DEFAULT '',5435  `email_alt` varchar(255) NOT NULL DEFAULT '',
5155  `email_updated` bigint(64) DEFAULT NULL,5436  `email_updated` bigint(64) DEFAULT NULL,
5156  `google_id` varchar(128) DEFAULT NULL,5437  `google_id` varchar(128) DEFAULT NULL,
5157  `telephone` varchar(25) NOT NULL DEFAULT '',5438  `telephone` varchar(25) NOT NULL DEFAULT '',
5158  `mobile_number` bigint(20) DEFAULT NULL,5439  `mobile_number` bigint(20) DEFAULT NULL,
5159  `mobile_number_verified` tinyint(1) DEFAULT '0',5440  `mobile_number_verified` tinyint(1) DEFAULT '0',
5160  `mobile_number_verification_code` int(6) DEFAULT NULL,5441  `mobile_number_verification_code` int(6) DEFAULT NULL,
5161  `fax` varchar(25) NOT NULL DEFAULT '',5442  `fax` varchar(25) NOT NULL DEFAULT '',
5162  `address` varchar(255) NOT NULL DEFAULT '',5443  `address` varchar(255) NOT NULL DEFAULT '',
5163  `city` varchar(35) NOT NULL DEFAULT '',5444  `city` varchar(35) NOT NULL DEFAULT '',
5164  `province` varchar(35) NOT NULL DEFAULT '',5445  `province` varchar(35) NOT NULL DEFAULT '',
5165  `postcode` varchar(12) NOT NULL DEFAULT '',5446  `postcode` varchar(12) NOT NULL DEFAULT '',
5166  `country` varchar(35) NOT NULL DEFAULT '',5447  `country` varchar(35) NOT NULL DEFAULT '',
5167  `country_id` int(12) DEFAULT NULL,5448  `country_id` int(12) DEFAULT NULL,
5168  `province_id` int(12) DEFAULT NULL,5449  `province_id` int(12) DEFAULT NULL,
5169  `notes` text NOT NULL,5450  `notes` text NOT NULL,
5170  `office_hours` text,5451  `office_hours` text,
5171  `privacy_level` int(1) DEFAULT '0',5452  `privacy_level` int(1) DEFAULT '0',
5172  `copyright` bigint(64) NOT NULL DEFAULT '0',5453  `copyright` bigint(64) NOT NULL DEFAULT '0',
5173  `notifications` int(1) NOT NULL DEFAULT '1',5454  `notifications` int(1) NOT NULL DEFAULT '1',
5174  `admin_access` int(1) DEFAULT '0',5455  `admin_access` int(1) DEFAULT '0',
5175  `entry_year` int(11) DEFAULT NULL,5456  `entry_year` int(11) DEFAULT NULL,
5176  `grad_year` int(11) DEFAULT NULL,5457  `grad_year` int(11) DEFAULT NULL,
5177  `gender` int(2) DEFAULT NULL,5458  `gender` int(2) DEFAULT NULL,
5178  `pronoun_id` int(11) DEFAULT NULL,5459  `pronoun_id` int(11) DEFAULT NULL,
5179  `capture_consent` tinyint(1) DEFAULT NULL,5460  `capture_consent` tinyint(1) DEFAULT NULL,
5180  `clinical` int(1) NOT NULL DEFAULT '0',5461  `clinical` int(1) NOT NULL DEFAULT '0',
5181  `meeting_id` varchar(255) DEFAULT NULL,5462  `meeting_id` varchar(255) DEFAULT NULL,
5182  `uuid` varchar(36) DEFAULT NULL,5463  `uuid` varchar(36) DEFAULT NULL,
5183  `microsoft_object_id` varchar(36) DEFAULT NULL,5464  `microsoft_object_id` varchar(36) DEFAULT NULL,
5184  `pin` varchar(40) DEFAULT NULL,5465  `pin` varchar(40) DEFAULT NULL,
5185  `created_date` bigint(64) NOT NULL,5466  `created_date` bigint(64) NOT NULL,
5186  `created_by` int(11) NOT NULL,5467  `created_by` int(11) NOT NULL,
5187  `updated_date` bigint(64) DEFAULT NULL,5468  `updated_date` bigint(64) DEFAULT NULL,
5188  `updated_by` int(12) DEFAULT NULL5469  `updated_by` int(12) DEFAULT NULL
5189) ENGINE=InnoDB DEFAULT CHARSET=utf8;5470) ENGINE=InnoDB DEFAULT CHARSET=utf8;
51905471
5191-- --------------------------------------------------------5472-- --------------------------------------------------------
51925473
5193--5474--
5194-- Table structure for table `user_data_deploy`5475-- Table structure for table `user_data_deploy`
5195--5476--
51965477
5197CREATE TABLE `user_data_deploy` (5478CREATE TABLE `user_data_deploy` (
5198  `id` int(12) UNSIGNED NOT NULL,5479  `id` int(12) UNSIGNED NOT NULL,
5199  `number` varchar(36) NOT NULL DEFAULT '0',5480  `number` varchar(36) NOT NULL DEFAULT '0',
5200  `sso_id` varchar(128) DEFAULT NULL,5481  `sso_id` varchar(128) DEFAULT NULL,
5201  `username` varchar(255) DEFAULT NULL,5482  `username` varchar(255) DEFAULT NULL,
5202  `password` varchar(255) NOT NULL DEFAULT '',5483  `password` varchar(255) NOT NULL DEFAULT '',
5203  `salt` varchar(64) DEFAULT NULL,5484  `salt` varchar(64) DEFAULT NULL,
5204  `organisation_id` int(12) NOT NULL DEFAULT '1',5485  `organisation_id` int(12) NOT NULL DEFAULT '1',
5205  `department` varchar(255) DEFAULT NULL,5486  `department` varchar(255) DEFAULT NULL,
5206  `prefix` varchar(10) NOT NULL DEFAULT '',5487  `prefix` varchar(10) NOT NULL DEFAULT '',
5207  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',5488  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',
5208  `suffix_gen` varchar(15) NOT NULL DEFAULT '',5489  `suffix_gen` varchar(15) NOT NULL DEFAULT '',
5209  `firstname` varchar(35) NOT NULL DEFAULT '',5490  `firstname` varchar(35) NOT NULL DEFAULT '',
5210  `middlename` varchar(35) DEFAULT NULL,5491  `middlename` varchar(35) DEFAULT NULL,
5211  `lastname` varchar(35) NOT NULL DEFAULT '',5492  `lastname` varchar(35) NOT NULL DEFAULT '',
5212  `preferredname` varchar(35) DEFAULT NULL,5493  `preferredname` varchar(35) DEFAULT NULL,
5213  `title` varchar(128) DEFAULT NULL,5494  `title` varchar(128) DEFAULT NULL,
5214  `date_of_birth` bigint(64) DEFAULT NULL,5495  `date_of_birth` bigint(64) DEFAULT NULL,
5215  `degree` varchar(5) DEFAULT NULL,5496  `degree` varchar(5) DEFAULT NULL,
5216  `email` varchar(255) NOT NULL DEFAULT '',5497  `email` varchar(255) NOT NULL DEFAULT '',
5217  `email_alt` varchar(255) NOT NULL DEFAULT '',5498  `email_alt` varchar(255) NOT NULL DEFAULT '',
5218  `email_updated` bigint(64) DEFAULT NULL,5499  `email_updated` bigint(64) DEFAULT NULL,
5219  `google_id` varchar(128) DEFAULT NULL,5500  `google_id` varchar(128) DEFAULT NULL,
5220  `telephone` varchar(25) NOT NULL DEFAULT '',5501  `telephone` varchar(25) NOT NULL DEFAULT '',
5221  `mobile_number` bigint(20) DEFAULT NULL,5502  `mobile_number` bigint(20) DEFAULT NULL,
5222  `mobile_number_verified` tinyint(1) DEFAULT '0',5503  `mobile_number_verified` tinyint(1) DEFAULT '0',
5223  `mobile_number_verification_code` int(6) DEFAULT NULL,5504  `mobile_number_verification_code` int(6) DEFAULT NULL,
5224  `fax` varchar(25) NOT NULL DEFAULT '',5505  `fax` varchar(25) NOT NULL DEFAULT '',
5225  `address` varchar(255) NOT NULL DEFAULT '',5506  `address` varchar(255) NOT NULL DEFAULT '',
5226  `city` varchar(35) NOT NULL DEFAULT '',5507  `city` varchar(35) NOT NULL DEFAULT '',
5227  `province` varchar(35) NOT NULL DEFAULT '',5508  `province` varchar(35) NOT NULL DEFAULT '',
5228  `postcode` varchar(12) NOT NULL DEFAULT '',5509  `postcode` varchar(12) NOT NULL DEFAULT '',
5229  `country` varchar(35) NOT NULL DEFAULT '',5510  `country` varchar(35) NOT NULL DEFAULT '',
5230  `country_id` int(12) DEFAULT NULL,5511  `country_id` int(12) DEFAULT NULL,
5231  `province_id` int(12) DEFAULT NULL,5512  `province_id` int(12) DEFAULT NULL,
5232  `notes` text NOT NULL,5513  `notes` text NOT NULL,
5233  `office_hours` text,5514  `office_hours` text,
5234  `privacy_level` int(1) DEFAULT '0',5515  `privacy_level` int(1) DEFAULT '0',
5235  `copyright` bigint(64) NOT NULL DEFAULT '0',5516  `copyright` bigint(64) NOT NULL DEFAULT '0',
5236  `notifications` int(1) NOT NULL DEFAULT '1',5517  `notifications` int(1) NOT NULL DEFAULT '1',
5237  `admin_access` int(1) DEFAULT '0',5518  `admin_access` int(1) DEFAULT '0',
5238  `entry_year` int(11) DEFAULT NULL,5519  `entry_year` int(11) DEFAULT NULL,
5239  `grad_year` int(11) DEFAULT NULL,5520  `grad_year` int(11) DEFAULT NULL,
5240  `gender` int(2) DEFAULT NULL,5521  `gender` int(2) DEFAULT NULL,
5241  `pronoun_id` int(11) DEFAULT NULL,5522  `pronoun_id` int(11) DEFAULT NULL,
5242  `capture_consent` tinyint(1) DEFAULT NULL,5523  `capture_consent` tinyint(1) DEFAULT NULL,
5243  `clinical` int(1) NOT NULL DEFAULT '0',5524  `clinical` int(1) NOT NULL DEFAULT '0',
5244  `meeting_id` varchar(255) DEFAULT NULL,5525  `meeting_id` varchar(255) DEFAULT NULL,
5245  `uuid` varchar(36) DEFAULT NULL,5526  `uuid` varchar(36) DEFAULT NULL,
5246  `microsoft_object_id` varchar(36) DEFAULT NULL,5527  `microsoft_object_id` varchar(36) DEFAULT NULL,
5247  `pin` varchar(40) DEFAULT NULL,5528  `pin` varchar(40) DEFAULT NULL,
5248  `created_date` bigint(64) NOT NULL,5529  `created_date` bigint(64) NOT NULL,
5249  `created_by` int(11) NOT NULL,5530  `created_by` int(11) NOT NULL,
5250  `updated_date` bigint(64) DEFAULT NULL,5531  `updated_date` bigint(64) DEFAULT NULL,
5251  `updated_by` int(12) DEFAULT NULL5532  `updated_by` int(12) DEFAULT NULL
5252) ENGINE=InnoDB DEFAULT CHARSET=utf8;5533) ENGINE=InnoDB DEFAULT CHARSET=utf8;
52535534
5254-- --------------------------------------------------------5535-- --------------------------------------------------------
52555536
5256--5537--
5257-- Table structure for table `user_data_history`5538-- Table structure for table `user_data_history`
5258--5539--
52595540
5260CREATE TABLE `user_data_history` (5541CREATE TABLE `user_data_history` (
5261  `id` varchar(36) NOT NULL,5542  `id` varchar(36) NOT NULL,
5262  `import_token` varchar(100) NOT NULL,5543  `import_token` varchar(100) NOT NULL,
5263  `foreign_id` varchar(50) DEFAULT NULL,5544  `foreign_id` varchar(50) DEFAULT NULL,
5264  `user_id` int(12) UNSIGNED NOT NULL,5545  `user_id` int(12) UNSIGNED NOT NULL,
5265  `number` varchar(36) NOT NULL DEFAULT '0',5546  `number` varchar(36) NOT NULL DEFAULT '0',
5266  `sso_id` varchar(128) DEFAULT NULL,5547  `sso_id` varchar(128) DEFAULT NULL,
5267  `username` varchar(255) DEFAULT NULL,5548  `username` varchar(255) DEFAULT NULL,
5268  `password` varchar(255) NOT NULL DEFAULT '',5549  `password` varchar(255) NOT NULL DEFAULT '',
5269  `salt` varchar(64) DEFAULT NULL,5550  `salt` varchar(64) DEFAULT NULL,
5270  `organisation_id` int(12) NOT NULL DEFAULT '1',5551  `organisation_id` int(12) NOT NULL DEFAULT '1',
5271  `department` varchar(255) DEFAULT NULL,5552  `department` varchar(255) DEFAULT NULL,
5272  `prefix` varchar(10) NOT NULL DEFAULT '',5553  `prefix` varchar(10) NOT NULL DEFAULT '',
5273  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',5554  `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '',
5274  `suffix_gen` varchar(15) NOT NULL DEFAULT '',5555  `suffix_gen` varchar(15) NOT NULL DEFAULT '',
5275  `firstname` varchar(35) NOT NULL DEFAULT '',5556  `firstname` varchar(35) NOT NULL DEFAULT '',
5276  `middlename` varchar(35) DEFAULT NULL,5557  `middlename` varchar(35) DEFAULT NULL,
5277  `lastname` varchar(35) NOT NULL DEFAULT '',5558  `lastname` varchar(35) NOT NULL DEFAULT '',
5278  `preferredname` varchar(35) DEFAULT NULL,5559  `preferredname` varchar(35) DEFAULT NULL,
5279  `title` varchar(128) DEFAULT NULL,5560  `title` varchar(128) DEFAULT NULL,
5280  `date_of_birth` bigint(64) DEFAULT NULL,5561  `date_of_birth` bigint(64) DEFAULT NULL,
5281  `email` varchar(255) NOT NULL DEFAULT '',5562  `email` varchar(255) NOT NULL DEFAULT '',
5282  `email_alt` varchar(255) NOT NULL DEFAULT '',5563  `email_alt` varchar(255) NOT NULL DEFAULT '',
5283  `email_updated` bigint(64) DEFAULT NULL,5564  `email_updated` bigint(64) DEFAULT NULL,
5284  `google_id` varchar(128) DEFAULT NULL,5565  `google_id` varchar(128) DEFAULT NULL,
5285  `telephone` varchar(25) NOT NULL DEFAULT '',5566  `telephone` varchar(25) NOT NULL DEFAULT '',
5286  `mobile_number` bigint(20) DEFAULT NULL,5567  `mobile_number` bigint(20) DEFAULT NULL,
5287  `mobile_number_verified` tinyint(1) DEFAULT '0',5568  `mobile_number_verified` tinyint(1) DEFAULT '0',
5288  `mobile_number_verification_code` int(6) DEFAULT NULL,5569  `mobile_number_verification_code` int(6) DEFAULT NULL,
5289  `fax` varchar(25) NOT NULL DEFAULT '',5570  `fax` varchar(25) NOT NULL DEFAULT '',
5290  `address` varchar(255) NOT NULL DEFAULT '',5571  `address` varchar(255) NOT NULL DEFAULT '',
5291  `city` varchar(35) NOT NULL DEFAULT '',5572  `city` varchar(35) NOT NULL DEFAULT '',
5292  `province` varchar(35) NOT NULL DEFAULT '',5573  `province` varchar(35) NOT NULL DEFAULT '',
5293  `postcode` varchar(12) NOT NULL DEFAULT '',5574  `postcode` varchar(12) NOT NULL DEFAULT '',
5294  `country` varchar(35) NOT NULL DEFAULT '',5575  `country` varchar(35) NOT NULL DEFAULT '',
5295  `country_id` int(12) DEFAULT NULL,5576  `country_id` int(12) DEFAULT NULL,
5296  `province_id` int(12) DEFAULT NULL,5577  `province_id` int(12) DEFAULT NULL,
5297  `notes` text NOT NULL,5578  `notes` text NOT NULL,
5298  `office_hours` text,5579  `office_hours` text,
5299  `privacy_level` int(1) DEFAULT '0',5580  `privacy_level` int(1) DEFAULT '0',
5300  `copyright` bigint(64) NOT NULL DEFAULT '0',5581  `copyright` bigint(64) NOT NULL DEFAULT '0',
5301  `notifications` int(1) NOT NULL DEFAULT '1',5582  `notifications` int(1) NOT NULL DEFAULT '1',
5302  `admin_access` int(1) DEFAULT '0',5583  `admin_access` int(1) DEFAULT '0',
5303  `entry_year` int(11) DEFAULT NULL,5584  `entry_year` int(11) DEFAULT NULL,
5304  `grad_year` int(11) DEFAULT NULL,5585  `grad_year` int(11) DEFAULT NULL,
5305  `gender` int(2) DEFAULT NULL,5586  `gender` int(2) DEFAULT NULL,
5306  `pronoun_id` int(11) DEFAULT NULL,5587  `pronoun_id` int(11) DEFAULT NULL,
5307  `capture_consent` tinyint(1) DEFAULT NULL,5588  `capture_consent` tinyint(1) DEFAULT NULL,
5308  `clinical` int(1) NOT NULL DEFAULT '0',5589  `clinical` int(1) NOT NULL DEFAULT '0',
5309  `meeting_id` varchar(255) DEFAULT NULL,5590  `meeting_id` varchar(255) DEFAULT NULL,
5310  `uuid` varchar(36) DEFAULT NULL,5591  `uuid` varchar(36) DEFAULT NULL,
5311  `microsoft_object_id` varchar(36) DEFAULT NULL,5592  `microsoft_object_id` varchar(36) DEFAULT NULL,
5312  `pin` varchar(40) DEFAULT NULL,5593  `pin` varchar(40) DEFAULT NULL,
5313  `created_date` bigint(64) NOT NULL,5594  `created_date` bigint(64) NOT NULL,
5314  `created_by` int(11) NOT NULL,5595  `created_by` int(11) NOT NULL,
5315  `updated_date` bigint(64) DEFAULT NULL,5596  `updated_date` bigint(64) DEFAULT NULL,
5316  `updated_by` int(12) DEFAULT NULL5597  `updated_by` int(12) DEFAULT NULL
5317) ENGINE=InnoDB DEFAULT CHARSET=utf8;5598) ENGINE=InnoDB DEFAULT CHARSET=utf8;
53185599
5319-- --------------------------------------------------------5600-- --------------------------------------------------------
53205601
5321--5602--
5322-- Table structure for table `user_data_id_mapping`5603-- Table structure for table `user_data_id_mapping`
5323--5604--
53245605
5325CREATE TABLE `user_data_id_mapping` (5606CREATE TABLE `user_data_id_mapping` (
5326  `id` int(10) UNSIGNED NOT NULL,5607  `id` int(10) UNSIGNED NOT NULL,
5327  `number` varchar(20) NOT NULL,5608  `number` varchar(20) NOT NULL,
5328  `updated_date` bigint(64) NOT NULL5609  `updated_date` bigint(64) NOT NULL
5329) ENGINE=InnoDB DEFAULT CHARSET=utf8;5610) ENGINE=InnoDB DEFAULT CHARSET=utf8;
53305611
5331--5612--
5332-- Indexes for dumped tables5613-- Indexes for dumped tables
5333--5614--
53345615
5335--5616--
5336-- Indexes for table `cbl_schedule`5617-- Indexes for table `cbl_schedule`
5337--5618--
5338ALTER TABLE `cbl_schedule`5619ALTER TABLE `cbl_schedule`
5339  ADD PRIMARY KEY (`id`),5620  ADD PRIMARY KEY (`id`),
5340  ADD KEY `schdl_mprthdrs_fk_idx` (`import_token`);5621  ADD KEY `schdl_mprthdrs_fk_idx` (`import_token`);
53415622
5342--5623--
5343-- Indexes for table `cbl_schedule_audience`5624-- Indexes for table `cbl_schedule_audience`
5344--5625--
5345ALTER TABLE `cbl_schedule_audience`5626ALTER TABLE `cbl_schedule_audience`
5346  ADD PRIMARY KEY (`id`);5627  ADD PRIMARY KEY (`id`);
53475628
5348--5629--
5349-- Indexes for table `cbl_schedule_audience_history`5630-- Indexes for table `cbl_schedule_audience_history`
5350--5631--
5351ALTER TABLE `cbl_schedule_audience_history`5632ALTER TABLE `cbl_schedule_audience_history`
5352  ADD PRIMARY KEY (`id`);5633  ADD PRIMARY KEY (`id`);
53535634
5354--5635--
5355-- Indexes for table `cbl_schedule_drafts`5636-- Indexes for table `cbl_schedule_drafts`
5356--5637--
5357ALTER TABLE `cbl_schedule_drafts`5638ALTER TABLE `cbl_schedule_drafts`
5358  ADD PRIMARY KEY (`id`);5639  ADD PRIMARY KEY (`id`);
53595640
5360--5641--
5361-- Indexes for table `cbl_schedule_drafts_deploy`5642-- Indexes for table `cbl_schedule_drafts_deploy`
5362--5643--
5363ALTER TABLE `cbl_schedule_drafts_deploy`5644ALTER TABLE `cbl_schedule_drafts_deploy`
5364  ADD PRIMARY KEY (`cbl_schedule_draft_id`);5645  ADD PRIMARY KEY (`cbl_schedule_draft_id`);
53655646
5366--5647--
5367-- Indexes for table `cbl_schedule_drafts_history`5648-- Indexes for table `cbl_schedule_drafts_history`
5368--5649--
5369ALTER TABLE `cbl_schedule_drafts_history`5650ALTER TABLE `cbl_schedule_drafts_history`
5370  ADD PRIMARY KEY (`id`);5651  ADD PRIMARY KEY (`id`);
53715652
5372--5653--
5373-- Indexes for table `cbl_schedule_drafts_id_mapping`5654-- Indexes for table `cbl_schedule_drafts_id_mapping`
5374--5655--
5375ALTER TABLE `cbl_schedule_drafts_id_mapping`5656ALTER TABLE `cbl_schedule_drafts_id_mapping`
5376  ADD PRIMARY KEY (`id`),5657  ADD PRIMARY KEY (`id`),
5377  ADD UNIQUE KEY `idx_schdldrft_nq` (`draft_title`);5658  ADD UNIQUE KEY `idx_schdldrft_nq` (`draft_title`);
53785659
5379--5660--
5380-- Indexes for table `cbl_schedule_draft_authors`5661-- Indexes for table `cbl_schedule_draft_authors`
5381--5662--
5382ALTER TABLE `cbl_schedule_draft_authors`5663ALTER TABLE `cbl_schedule_draft_authors`
5383  ADD PRIMARY KEY (`id`),5664  ADD PRIMARY KEY (`id`),
5384  ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`);5665  ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`);
53855666
5386--5667--
5387-- Indexes for table `cbl_schedule_draft_authors_history`5668-- Indexes for table `cbl_schedule_draft_authors_history`
5388--5669--
5389ALTER TABLE `cbl_schedule_draft_authors_history`5670ALTER TABLE `cbl_schedule_draft_authors_history`
5390  ADD PRIMARY KEY (`id`),5671  ADD PRIMARY KEY (`id`),
5391  ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`);5672  ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`);
53925673
5393--5674--
5394-- Indexes for table `cbl_schedule_draft_authors_id_mapping`5675-- Indexes for table `cbl_schedule_draft_authors_id_mapping`
5395--5676--
5396ALTER TABLE `cbl_schedule_draft_authors_id_mapping`5677ALTER TABLE `cbl_schedule_draft_authors_id_mapping`
5397  ADD PRIMARY KEY (`cbl_schedule_draft_author_id`),5678  ADD PRIMARY KEY (`cbl_schedule_draft_author_id`),
5398  ADD UNIQUE KEY `schldncempg_unique` (`cbl_schedule_draft_id`,`author_value`,`author_type`);5679  ADD UNIQUE KEY `schldncempg_unique` (`cbl_schedule_draft_id`,`author_value`,`author_type`);
53995680
5400--5681--
5401-- Indexes for table `cbl_schedule_draft_courses`5682-- Indexes for table `cbl_schedule_draft_courses`
5402--5683--
5403ALTER TABLE `cbl_schedule_draft_courses`5684ALTER TABLE `cbl_schedule_draft_courses`
5404  ADD PRIMARY KEY (`id`),5685  ADD PRIMARY KEY (`id`),
5405  ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`);5686  ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`);
54065687
5407--5688--
5408-- Indexes for table `cbl_schedule_draft_courses_history`5689-- Indexes for table `cbl_schedule_draft_courses_history`
5409--5690--
5410ALTER TABLE `cbl_schedule_draft_courses_history`5691ALTER TABLE `cbl_schedule_draft_courses_history`
5411  ADD PRIMARY KEY (`id`),5692  ADD PRIMARY KEY (`id`),
5412  ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`);5693  ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`);
54135694
5414--5695--
5415-- Indexes for table `cbl_schedule_history`5696-- Indexes for table `cbl_schedule_history`
5416--5697--
5417ALTER TABLE `cbl_schedule_history`5698ALTER TABLE `cbl_schedule_history`
5418  ADD PRIMARY KEY (`id`),5699  ADD PRIMARY KEY (`id`),
5419  ADD KEY `schdlhstry_mprthdrs_fk_idx` (`import_token`);5700  ADD KEY `schdlhstry_mprthdrs_fk_idx` (`import_token`);
54205701
5421--5702--
5422-- Indexes for table `cbl_schedule_id_mapping`5703-- Indexes for table `cbl_schedule_id_mapping`
5423--5704--
5424ALTER TABLE `cbl_schedule_id_mapping`5705ALTER TABLE `cbl_schedule_id_mapping`
5425  ADD PRIMARY KEY (`schedule_id`);5706  ADD PRIMARY KEY (`schedule_id`);
54265707
5427--5708--
5428-- Indexes for table `courses`5709-- Indexes for table `courses`
5429--5710--
5430ALTER TABLE `courses`5711ALTER TABLE `courses`
5431  ADD PRIMARY KEY (`id`),5712  ADD PRIMARY KEY (`id`),
5432  ADD KEY `notifications` (`notifications`),5713  ADD KEY `notifications` (`notifications`),
5433  ADD KEY `pcoord_id` (`pcoord_id`),5714  ADD KEY `pcoord_id` (`pcoord_id`),
5434  ADD KEY `evalrep_id` (`evalrep_id`),5715  ADD KEY `evalrep_id` (`evalrep_id`),
5435  ADD KEY `studrep_id` (`studrep_id`),5716  ADD KEY `studrep_id` (`studrep_id`),
5436  ADD KEY `parent_id` (`parent_id`),5717  ADD KEY `parent_id` (`parent_id`),
5437  ADD KEY `curriculum_type_id` (`curriculum_type_id`),5718  ADD KEY `curriculum_type_id` (`curriculum_type_id`),
5438  ADD KEY `course_code` (`course_code`),5719  ADD KEY `course_code` (`course_code`),
5439  ADD KEY `course_active` (`course_active`),5720  ADD KEY `course_active` (`course_active`),
5440  ADD KEY `crs_imprthdrs_fk` (`import_token`);5721  ADD KEY `crs_imprthdrs_fk` (`import_token`);
54415722
5442--5723--
5443-- Indexes for table `courses_deploy`5724-- Indexes for table `courses_deploy`
5444--5725--
5445ALTER TABLE `courses_deploy`5726ALTER TABLE `courses_deploy`
5446  ADD PRIMARY KEY (`course_id`);5727  ADD PRIMARY KEY (`course_id`);
54475728
5448--5729--
5449-- Indexes for table `courses_history`5730-- Indexes for table `courses_history`
5450--5731--
5451ALTER TABLE `courses_history`5732ALTER TABLE `courses_history`
5452  ADD KEY `crshstry_imprthdrs_fk` (`import_token`);5733  ADD KEY `crshstry_imprthdrs_fk` (`import_token`);
54535734
5454--5735--
5455-- Indexes for table `courses_id_mapping`5736-- Indexes for table `courses_id_mapping`
5456--5737--
5457ALTER TABLE `courses_id_mapping`5738ALTER TABLE `courses_id_mapping`
5458  ADD KEY `id` (`id`);5739  ADD KEY `id` (`id`);
54595740
5460--5741--
5461-- Indexes for table `course_audience`5742-- Indexes for table `course_audience`
5462--5743--
5463ALTER TABLE `course_audience`5744ALTER TABLE `course_audience`
5464  ADD PRIMARY KEY (`id`),5745  ADD PRIMARY KEY (`id`),
5465  ADD KEY `course_id` (`course_id`),5746  ADD KEY `course_id` (`course_id`),
5466  ADD KEY `audience_type` (`audience_type`),5747  ADD KEY `audience_type` (`audience_type`),
5467  ADD KEY `audience_value` (`audience_value`),5748  ADD KEY `audience_value` (`audience_value`),
5468  ADD KEY `audience_active` (`audience_active`),5749  ADD KEY `audience_active` (`audience_active`),
5469  ADD KEY `crsadnce_imprthdrs_fk` (`import_token`);5750  ADD KEY `crsadnce_imprthdrs_fk` (`import_token`);
54705751
5471--5752--
5472-- Indexes for table `course_audience_deploy`5753-- Indexes for table `course_audience_deploy`
5473--5754--
5474ALTER TABLE `course_audience_deploy`5755ALTER TABLE `course_audience_deploy`
5475  ADD PRIMARY KEY (`caudience_id`);5756  ADD PRIMARY KEY (`caudience_id`);
54765757
5477--5758--
5478-- Indexes for table `course_audience_history`5759-- Indexes for table `course_audience_history`
5479--5760--
5480ALTER TABLE `course_audience_history`5761ALTER TABLE `course_audience_history`
5481  ADD PRIMARY KEY (`id`),5762  ADD PRIMARY KEY (`id`),
5482  ADD KEY `crsaudncehstry_imprthdrs_fk` (`import_token`);5763  ADD KEY `crsaudncehstry_imprthdrs_fk` (`import_token`);
54835764
5484--5765--
5485-- Indexes for table `course_audience_id_mapping`5766-- Indexes for table `course_audience_id_mapping`
5486--5767--
5487ALTER TABLE `course_audience_id_mapping`5768ALTER TABLE `course_audience_id_mapping`
5488  ADD PRIMARY KEY (`id`),5769  ADD PRIMARY KEY (`id`),
5489  ADD UNIQUE KEY `idx_crsaud_id_map` (`course_code`,`group_name`);5770  ADD UNIQUE KEY `idx_crsaud_id_map` (`course_code`,`group_name`);
54905771
5491--5772--
5492-- Indexes for table `curriculum_lu_types`5773-- Indexes for table `curriculum_lu_types`
5493--5774--
5494ALTER TABLE `curriculum_lu_types`5775ALTER TABLE `curriculum_lu_types`
5495  ADD PRIMARY KEY (`id`),5776  ADD PRIMARY KEY (`id`),
5496  ADD UNIQUE KEY `crrclmtps_crrclmtpnme_unq` (`curriculum_type_name`),5777  ADD UNIQUE KEY `crrclmtps_crrclmtpnme_unq` (`curriculum_type_name`),
5497  ADD UNIQUE KEY `unique_curr_id` (`curriculum_type_id`),5778  ADD UNIQUE KEY `unique_curr_id` (`curriculum_type_id`),
5498  ADD KEY `curriculum_type_order` (`curriculum_type_order`),5779  ADD KEY `curriculum_type_order` (`curriculum_type_order`),
5499  ADD KEY `crrclmtps_imprthdrs_fk` (`import_token`);5780  ADD KEY `crrclmtps_imprthdrs_fk` (`import_token`);
55005781
5501--5782--
5502-- Indexes for table `curriculum_lu_types_deploy`5783-- Indexes for table `curriculum_lu_types_deploy`
5503--5784--
5504ALTER TABLE `curriculum_lu_types_deploy`5785ALTER TABLE `curriculum_lu_types_deploy`
5505  ADD PRIMARY KEY (`curriculum_type_id`),5786  ADD PRIMARY KEY (`curriculum_type_id`),
5506  ADD KEY `curriculum_type_order` (`curriculum_type_order`);5787  ADD KEY `curriculum_type_order` (`curriculum_type_order`);
55075788
5508--5789--
5509-- Indexes for table `curriculum_lu_types_history`5790-- Indexes for table `curriculum_lu_types_history`
5510--5791--
5511ALTER TABLE `curriculum_lu_types_history`5792ALTER TABLE `curriculum_lu_types_history`
5512  ADD PRIMARY KEY (`id`),5793  ADD PRIMARY KEY (`id`),
5513  ADD KEY `curriculum_type_order` (`curriculum_type_order`),5794  ADD KEY `curriculum_type_order` (`curriculum_type_order`),
5514  ADD KEY `crrclmtpshstry_imprthdrs_fk` (`import_token`);5795  ADD KEY `crrclmtpshstry_imprthdrs_fk` (`import_token`);
55155796
5516--5797--
5517-- Indexes for table `curriculum_lu_types_id_mapping`5798-- Indexes for table `curriculum_lu_types_id_mapping`
5518--5799--
5519ALTER TABLE `curriculum_lu_types_id_mapping`5800ALTER TABLE `curriculum_lu_types_id_mapping`
5520  ADD PRIMARY KEY (`curriculum_type_name`),5801  ADD PRIMARY KEY (`curriculum_type_name`),
5521  ADD KEY `id` (`id`);5802  ADD KEY `id` (`id`);
55225803
5523--5804--
5524-- Indexes for table `curriculum_periods`5805-- Indexes for table `curriculum_periods`
5525--5806--
5526ALTER TABLE `curriculum_periods`5807ALTER TABLE `curriculum_periods`
5527  ADD PRIMARY KEY (`id`),5808  ADD PRIMARY KEY (`id`),
5528  ADD KEY `crrclmprds_imprthdrs_fk` (`import_token`);5809  ADD KEY `crrclmprds_imprthdrs_fk` (`import_token`);
55295810
5530--5811--
5531-- Indexes for table `curriculum_periods_deploy`5812-- Indexes for table `curriculum_periods_deploy`
5532--5813--
5533ALTER TABLE `curriculum_periods_deploy`5814ALTER TABLE `curriculum_periods_deploy`
5534  ADD PRIMARY KEY (`cperiod_id`);5815  ADD PRIMARY KEY (`cperiod_id`);
55355816
5536--5817--
5537-- Indexes for table `curriculum_periods_history`5818-- Indexes for table `curriculum_periods_history`
5538--5819--
5539ALTER TABLE `curriculum_periods_history`5820ALTER TABLE `curriculum_periods_history`
5540  ADD PRIMARY KEY (`id`),5821  ADD PRIMARY KEY (`id`),
5541  ADD KEY `crrclmprdshstry_imprthdrs_fk` (`import_token`);5822  ADD KEY `crrclmprdshstry_imprthdrs_fk` (`import_token`);
55425823
5543--5824--
5544-- Indexes for table `curriculum_periods_id_mapping`5825-- Indexes for table `curriculum_periods_id_mapping`
5545--5826--
5546ALTER TABLE `curriculum_periods_id_mapping`5827ALTER TABLE `curriculum_periods_id_mapping`
5547  ADD PRIMARY KEY (`id`),5828  ADD PRIMARY KEY (`id`),
5548  ADD UNIQUE KEY `idx_crrcl_prd_id` (`curriculum_period_title`);5829  ADD UNIQUE KEY `idx_crrcl_prd_id` (`curriculum_period_title`);
55495830
5550--5831--
5551-- Indexes for table `curriculum_type_organisation_deploy`5832-- Indexes for table `curriculum_type_organisation_deploy`
5552--5833--
5553ALTER TABLE `curriculum_type_organisation_deploy`5834ALTER TABLE `curriculum_type_organisation_deploy`
5554  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`);5835  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`);
55555836
5556--5837--
5557-- Indexes for table `curriculum_type_organisation_history`5838-- Indexes for table `curriculum_type_organisation_history`
5558--5839--
5559ALTER TABLE `curriculum_type_organisation_history`5840ALTER TABLE `curriculum_type_organisation_history`
5560  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`),5841  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`),
5561  ADD KEY `crrclmtporgnstns_imprthdrs_fk` (`import_token`);5842  ADD KEY `crrclmtporgnstns_imprthdrs_fk` (`import_token`);
55625843
5563--5844--
5564-- Indexes for table `groups`5845-- Indexes for table `groups`
5565--5846--
5566ALTER TABLE `groups`5847ALTER TABLE `groups`
5567  ADD PRIMARY KEY (`id`),5848  ADD PRIMARY KEY (`id`),
5568  ADD KEY `grps_imprthdrs_fk` (`import_token`);5849  ADD KEY `grps_imprthdrs_fk` (`import_token`);
55695850
5570--5851--
5571-- Indexes for table `groups_deploy`5852-- Indexes for table `groups_deploy`
5572--5853--
5573ALTER TABLE `groups_deploy`5854ALTER TABLE `groups_deploy`
5574  ADD PRIMARY KEY (`group_id`);5855  ADD PRIMARY KEY (`group_id`);
55755856
5576--5857--
5577-- Indexes for table `groups_history`5858-- Indexes for table `groups_history`
5578--5859--
5579ALTER TABLE `groups_history`5860ALTER TABLE `groups_history`
5580  ADD PRIMARY KEY (`id`),5861  ADD PRIMARY KEY (`id`),
5581  ADD KEY `grpshstry_imprthdrs_fk` (`import_token`);5862  ADD KEY `grpshstry_imprthdrs_fk` (`import_token`);
55825863
5583--5864--
5584-- Indexes for table `groups_id_mapping`5865-- Indexes for table `groups_id_mapping`
5585--5866--
5586ALTER TABLE `groups_id_mapping`5867ALTER TABLE `groups_id_mapping`
5587  ADD PRIMARY KEY (`group_name`),5868  ADD PRIMARY KEY (`group_name`),
5588  ADD KEY `id` (`id`);5869  ADD KEY `id` (`id`);
55895870
5590--5871--
5591-- Indexes for table `group_members`5872-- Indexes for table `group_members`
5592--5873--
5593ALTER TABLE `group_members`5874ALTER TABLE `group_members`
5594  ADD PRIMARY KEY (`id`),5875  ADD PRIMARY KEY (`id`),
5595  ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`),5876  ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`),
5596  ADD KEY `member_active` (`member_active`),5877  ADD KEY `member_active` (`member_active`),
5597  ADD KEY `grpmmbrs_imprthdrs_fk` (`import_token`);5878  ADD KEY `grpmmbrs_imprthdrs_fk` (`import_token`);
55985879
5599--5880--
5600-- Indexes for table `group_members_deploy`5881-- Indexes for table `group_members_deploy`
5601--5882--
5602ALTER TABLE `group_members_deploy`5883ALTER TABLE `group_members_deploy`
5603  ADD PRIMARY KEY (`gmember_id`);5884  ADD PRIMARY KEY (`gmember_id`);
56045885
5605--5886--
5606-- Indexes for table `group_members_history`5887-- Indexes for table `group_members_history`
5607--5888--
5608ALTER TABLE `group_members_history`5889ALTER TABLE `group_members_history`
5609  ADD PRIMARY KEY (`id`),5890  ADD PRIMARY KEY (`id`),
5610  ADD KEY `grpmmbrshstry_imprthdrs_fk` (`import_token`);5891  ADD KEY `grpmmbrshstry_imprthdrs_fk` (`import_token`);
56115892
5612--5893--
5613-- Indexes for table `group_members_id_mapping`5894-- Indexes for table `group_members_id_mapping`
5614--5895--
5615ALTER TABLE `group_members_id_mapping`5896ALTER TABLE `group_members_id_mapping`
5616  ADD PRIMARY KEY (`id`),5897  ADD PRIMARY KEY (`id`),
5617  ADD UNIQUE KEY `idx_grp_mmbrs_gnnmbr` (`group_name`,`number`);5898  ADD UNIQUE KEY `idx_grp_mmbrs_gnnmbr` (`group_name`,`number`);
56185899
5619--5900--
5620-- Indexes for table `group_organisations`5901-- Indexes for table `group_organisations`
5621--5902--
5622ALTER TABLE `group_organisations`5903ALTER TABLE `group_organisations`
5623  ADD PRIMARY KEY (`id`),5904  ADD PRIMARY KEY (`id`),
5624  ADD KEY `grporgnstns_imprthdrs_fk` (`import_token`),5905  ADD KEY `grporgnstns_imprthdrs_fk` (`import_token`),
5625  ADD KEY `grporgnstns_idmppng_fk_idx` (`group_id`);5906  ADD KEY `grporgnstns_idmppng_fk_idx` (`group_id`);
56265907
5627--5908--
5628-- Indexes for table `group_organisations_deploy`5909-- Indexes for table `group_organisations_deploy`
5629--5910--
5630ALTER TABLE `group_organisations_deploy`5911ALTER TABLE `group_organisations_deploy`
5631  ADD PRIMARY KEY (`gorganisation_id`),5912  ADD PRIMARY KEY (`gorganisation_id`),
5632  ADD UNIQUE KEY `unq_grp_org` (`group_id`,`organisation_id`);5913  ADD UNIQUE KEY `unq_grp_org` (`group_id`,`organisation_id`);
56335914
5634--5915--
5635-- Indexes for table `group_organisations_history`5916-- Indexes for table `group_organisations_history`
5636--5917--
5637ALTER TABLE `group_organisations_history`5918ALTER TABLE `group_organisations_history`
5638  ADD PRIMARY KEY (`id`);5919  ADD PRIMARY KEY (`id`);
56395920
5640--5921--
5641-- Indexes for table `group_organisations_id_mapping`5922-- Indexes for table `group_organisations_id_mapping`
5642--5923--
5643ALTER TABLE `group_organisations_id_mapping`5924ALTER TABLE `group_organisations_id_mapping`
5644  ADD PRIMARY KEY (`id`),5925  ADD PRIMARY KEY (`id`),
5645  ADD UNIQUE KEY `index2` (`group_id`,`organisation_id`);5926  ADD UNIQUE KEY `index2` (`group_id`,`organisation_id`);
56465927
5647--5928--
5648-- Indexes for table `import_fails`5929-- Indexes for table `import_fails`
5649--5930--
5650ALTER TABLE `import_fails`5931ALTER TABLE `import_fails`
5651  ADD PRIMARY KEY (`id`),5932  ADD PRIMARY KEY (`id`),
5652  ADD KEY `fk_import_fails_1_idx` (`import_token`);5933  ADD KEY `fk_import_fails_1_idx` (`import_token`);
56535934
5654--5935--
5655-- Indexes for table `import_files`5936-- Indexes for table `import_files`
5656--5937--
5657ALTER TABLE `import_files`5938ALTER TABLE `import_files`
5658  ADD PRIMARY KEY (`id`);5939  ADD PRIMARY KEY (`id`);
56595940
5660--5941--
5661-- Indexes for table `import_headers`5942-- Indexes for table `import_headers`
5662--5943--
5663ALTER TABLE `import_headers`5944ALTER TABLE `import_headers`
5664  ADD PRIMARY KEY (`id`),5945  ADD PRIMARY KEY (`id`),
5665  ADD UNIQUE KEY `unique_token` (`token`);5946  ADD UNIQUE KEY `unique_token` (`token`);
56665947
5667--5948--
5668-- Indexes for table `import_status`5949-- Indexes for table `import_status`
5669--5950--
5670ALTER TABLE `import_status`5951ALTER TABLE `import_status`
5671  ADD PRIMARY KEY (`id`),5952  ADD PRIMARY KEY (`id`),
5672  ADD KEY `imprtstts_imprthdrs_fk` (`token`);5953  ADD KEY `imprtstts_imprthdrs_fk` (`token`);
56735954
5674--5955--
5675-- Indexes for table `import_validation_fails`5956-- Indexes for table `import_validation_fails`
5676--5957--
5677ALTER TABLE `import_validation_fails`5958ALTER TABLE `import_validation_fails`
5678  ADD PRIMARY KEY (`id`);5959  ADD PRIMARY KEY (`id`);
56795960
5680--5961--
5681-- Indexes for table `phases_sessions_crosswalk`5962-- Indexes for table `phases_sessions_crosswalk`
5682--5963--
5683ALTER TABLE `phases_sessions_crosswalk`5964ALTER TABLE `phases_sessions_crosswalk`
5684  ADD PRIMARY KEY (`id`),5965  ADD PRIMARY KEY (`id`),
5685  ADD UNIQUE KEY `idx_trm_ssn` (`term`,`session`);5966  ADD UNIQUE KEY `idx_trm_ssn` (`term`,`session`);
56865967
5687--5968--
5688-- Indexes for table `schedule_slots`5969-- Indexes for table `schedule_slots`
5689--5970--
5690ALTER TABLE `schedule_slots`5971ALTER TABLE `schedule_slots`
5691  ADD PRIMARY KEY (`id`),5972  ADD PRIMARY KEY (`id`),
5692  ADD KEY `slots_imprthdrs_fk` (`import_token`);5973  ADD KEY `slots_imprthdrs_fk` (`import_token`);
56935974
5694--5975--
5695-- Indexes for table `schedule_slots_deploy`5976-- Indexes for table `schedule_slots_deploy`
5696--5977--
5697ALTER TABLE `schedule_slots_deploy`5978ALTER TABLE `schedule_slots_deploy`
5698  ADD PRIMARY KEY (`schedule_slot_id`),5979  ADD PRIMARY KEY (`schedule_slot_id`),
5699  ADD KEY `schedule_id` (`schedule_id`);5980  ADD KEY `schedule_id` (`schedule_id`);
57005981
5701--5982--
5702-- Indexes for table `schedule_slots_history`5983-- Indexes for table `schedule_slots_history`
5703--5984--
5704ALTER TABLE `schedule_slots_history`5985ALTER TABLE `schedule_slots_history`
5705  ADD PRIMARY KEY (`id`),5986  ADD PRIMARY KEY (`id`),
5706  ADD KEY `slotshstry_imprthdrs_fk` (`import_token`);5987  ADD KEY `slotshstry_imprthdrs_fk` (`import_token`);
57075988
5708--5989--
5709-- Indexes for table `schedule_slots_id_mapping`5990-- Indexes for table `schedule_slots_id_mapping`
5710--5991--
5711ALTER TABLE `schedule_slots_id_mapping`5992ALTER TABLE `schedule_slots_id_mapping`
5712  ADD PRIMARY KEY (`rotation_slot_key`),5993  ADD PRIMARY KEY (`rotation_slot_key`),
5713  ADD KEY `id` (`id`);5994  ADD KEY `id` (`id`);
57145995
5715--5996--
5716-- Indexes for table `secondary_import_status`5997-- Indexes for table `secondary_import_status`
5717--5998--
5718ALTER TABLE `secondary_import_status`5999ALTER TABLE `secondary_import_status`
5719  ADD PRIMARY KEY (`id`),6000  ADD PRIMARY KEY (`id`),
5720  ADD KEY `scndrmprtsts_tkn_fk` (`token`);6001  ADD KEY `scndrmprtsts_tkn_fk` (`token`);
57216002
5722--6003--
5723-- Indexes for table `users_lu_genders`6004-- Indexes for table `users_lu_genders`
5724--6005--
5725ALTER TABLE `users_lu_genders`6006ALTER TABLE `users_lu_genders`
5726  ADD PRIMARY KEY (`gender_id`);6007  ADD PRIMARY KEY (`gender_id`);
57276008
5728--6009--
5729-- Indexes for table `user_access`6010-- Indexes for table `user_access`
5730--6011--
5731ALTER TABLE `user_access`6012ALTER TABLE `user_access`
5732  ADD PRIMARY KEY (`id`),6013  ADD PRIMARY KEY (`id`),
5733  ADD UNIQUE KEY `token_number2` (`number`,`user_id`,`organisation_id`,`group`),6014  ADD UNIQUE KEY `token_number2` (`number`,`user_id`,`organisation_id`,`group`),
5734  ADD KEY `user_id` (`user_id`),6015  ADD KEY `user_id` (`user_id`),
5735  ADD KEY `app_id` (`app_id`),6016  ADD KEY `app_id` (`app_id`),
5736  ADD KEY `account_active` (`account_active`),6017  ADD KEY `account_active` (`account_active`),
5737  ADD KEY `access_starts` (`access_starts`),6018  ADD KEY `access_starts` (`access_starts`),
5738  ADD KEY `access_expires` (`access_expires`),6019  ADD KEY `access_expires` (`access_expires`),
5739  ADD KEY `role` (`role`),6020  ADD KEY `role` (`role`),
5740  ADD KEY `group` (`group`),6021  ADD KEY `group` (`group`),
5741  ADD KEY `user_app_id` (`user_id`,`app_id`),6022  ADD KEY `user_app_id` (`user_id`,`app_id`),
5742  ADD KEY `fk_usraccs_usrs` (`number`);6023  ADD KEY `fk_usraccs_usrs` (`number`);
57436024
5744--6025--
5745-- Indexes for table `user_access_deploy`6026-- Indexes for table `user_access_deploy`
5746--6027--
5747ALTER TABLE `user_access_deploy`6028ALTER TABLE `user_access_deploy`
5748  ADD PRIMARY KEY (`id`);6029  ADD PRIMARY KEY (`id`);
57496030
5750--6031--
5751-- Indexes for table `user_access_history`6032-- Indexes for table `user_access_history`
5752--6033--
5753ALTER TABLE `user_access_history`6034ALTER TABLE `user_access_history`
5754  ADD PRIMARY KEY (`id`),6035  ADD PRIMARY KEY (`id`),
5755  ADD KEY `usraccshstry_imprthdrs_fk` (`import_token`);6036  ADD KEY `usraccshstry_imprthdrs_fk` (`import_token`);
57566037
5757--6038--
5758-- Indexes for table `user_data`6039-- Indexes for table `user_data`
5759--6040--
5760ALTER TABLE `user_data`6041ALTER TABLE `user_data`
5761  ADD PRIMARY KEY (`id`),6042  ADD PRIMARY KEY (`id`),
5762  ADD KEY `number` (`number`),6043  ADD KEY `number` (`number`),
5763  ADD KEY `password` (`password`),6044  ADD KEY `password` (`password`),
5764  ADD KEY `firstname` (`firstname`),6045  ADD KEY `firstname` (`firstname`),
5765  ADD KEY `lastname` (`lastname`),6046  ADD KEY `lastname` (`lastname`),
5766  ADD KEY `privacy_level` (`privacy_level`),6047  ADD KEY `privacy_level` (`privacy_level`),
5767  ADD KEY `google_id` (`google_id`),6048  ADD KEY `google_id` (`google_id`),
5768  ADD KEY `clinical` (`clinical`),6049  ADD KEY `clinical` (`clinical`),
5769  ADD KEY `organisation_id` (`organisation_id`),6050  ADD KEY `organisation_id` (`organisation_id`),
5770  ADD KEY `gender` (`gender`),6051  ADD KEY `gender` (`gender`),
5771  ADD KEY `country_id` (`country_id`),6052  ADD KEY `country_id` (`country_id`),
5772  ADD KEY `province_id` (`province_id`),6053  ADD KEY `province_id` (`province_id`),
5773  ADD KEY `idx_uuid` (`uuid`),6054  ADD KEY `idx_uuid` (`uuid`),
5774  ADD KEY `usrs_imprthdrs_fk` (`import_token`);6055  ADD KEY `usrs_imprthdrs_fk` (`import_token`);
57756056
5776--6057--
5777-- Indexes for table `user_data_deploy`6058-- Indexes for table `user_data_deploy`
5778--6059--
5779ALTER TABLE `user_data_deploy`6060ALTER TABLE `user_data_deploy`
5780  ADD PRIMARY KEY (`id`);6061  ADD PRIMARY KEY (`id`);
57816062
5782--6063--
5783-- Indexes for table `user_data_history`6064-- Indexes for table `user_data_history`
5784--6065--
5785ALTER TABLE `user_data_history`6066ALTER TABLE `user_data_history`
5786  ADD PRIMARY KEY (`id`),6067  ADD PRIMARY KEY (`id`),
5787  ADD KEY `number` (`number`),6068  ADD KEY `number` (`number`),
5788  ADD KEY `password` (`password`),6069  ADD KEY `password` (`password`),
5789  ADD KEY `firstname` (`firstname`),6070  ADD KEY `firstname` (`firstname`),
5790  ADD KEY `lastname` (`lastname`),6071  ADD KEY `lastname` (`lastname`),
5791  ADD KEY `privacy_level` (`privacy_level`),6072  ADD KEY `privacy_level` (`privacy_level`),
5792  ADD KEY `google_id` (`google_id`),6073  ADD KEY `google_id` (`google_id`),
5793  ADD KEY `clinical` (`clinical`),6074  ADD KEY `clinical` (`clinical`),
5794  ADD KEY `organisation_id` (`organisation_id`),6075  ADD KEY `organisation_id` (`organisation_id`),
5795  ADD KEY `gender` (`gender`),6076  ADD KEY `gender` (`gender`),
5796  ADD KEY `country_id` (`country_id`),6077  ADD KEY `country_id` (`country_id`),
5797  ADD KEY `province_id` (`province_id`),6078  ADD KEY `province_id` (`province_id`),
5798  ADD KEY `idx_uuid` (`uuid`),6079  ADD KEY `idx_uuid` (`uuid`),
5799  ADD KEY `usrdthstry_imprthdrs_fk` (`import_token`);6080  ADD KEY `usrdthstry_imprthdrs_fk` (`import_token`);
58006081
5801--6082--
5802-- Indexes for table `user_data_id_mapping`6083-- Indexes for table `user_data_id_mapping`
5803--6084--
5804ALTER TABLE `user_data_id_mapping`6085ALTER TABLE `user_data_id_mapping`
5805  ADD PRIMARY KEY (`number`),6086  ADD PRIMARY KEY (`number`),
5806  ADD KEY `id` (`id`);6087  ADD KEY `id` (`id`);
58076088
5808--6089--
5809-- AUTO_INCREMENT for dumped tables6090-- AUTO_INCREMENT for dumped tables
5810--6091--
58116092
5812--6093--
5813-- AUTO_INCREMENT for table `cbl_schedule_drafts_deploy`6094-- AUTO_INCREMENT for table `cbl_schedule_drafts_deploy`
5814--6095--
5815ALTER TABLE `cbl_schedule_drafts_deploy`6096ALTER TABLE `cbl_schedule_drafts_deploy`
5816  MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;6097  MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
58176098
5818--6099--
5819-- AUTO_INCREMENT for table `cbl_schedule_drafts_id_mapping`6100-- AUTO_INCREMENT for table `cbl_schedule_drafts_id_mapping`
5820--6101--
5821ALTER TABLE `cbl_schedule_drafts_id_mapping`6102ALTER TABLE `cbl_schedule_drafts_id_mapping`
5822  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6103  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58236104
5824--6105--
5825-- AUTO_INCREMENT for table `cbl_schedule_draft_authors_id_mapping`6106-- AUTO_INCREMENT for table `cbl_schedule_draft_authors_id_mapping`
5826--6107--
5827ALTER TABLE `cbl_schedule_draft_authors_id_mapping`6108ALTER TABLE `cbl_schedule_draft_authors_id_mapping`
5828  MODIFY `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6109  MODIFY `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58296110
5830--6111--
5831-- AUTO_INCREMENT for table `courses_id_mapping`6112-- AUTO_INCREMENT for table `courses_id_mapping`
5832--6113--
5833ALTER TABLE `courses_id_mapping`6114ALTER TABLE `courses_id_mapping`
5834  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6115  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58356116
5836--6117--
5837-- AUTO_INCREMENT for table `course_audience_id_mapping`6118-- AUTO_INCREMENT for table `course_audience_id_mapping`
5838--6119--
5839ALTER TABLE `course_audience_id_mapping`6120ALTER TABLE `course_audience_id_mapping`
5840  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6121  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58416122
5842--6123--
5843-- AUTO_INCREMENT for table `curriculum_lu_types_deploy`6124-- AUTO_INCREMENT for table `curriculum_lu_types_deploy`
5844--6125--
5845ALTER TABLE `curriculum_lu_types_deploy`6126ALTER TABLE `curriculum_lu_types_deploy`
5846  MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;6127  MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
58476128
5848--6129--
5849-- AUTO_INCREMENT for table `curriculum_lu_types_id_mapping`6130-- AUTO_INCREMENT for table `curriculum_lu_types_id_mapping`
5850--6131--
5851ALTER TABLE `curriculum_lu_types_id_mapping`6132ALTER TABLE `curriculum_lu_types_id_mapping`
5852  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6133  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58536134
5854--6135--
5855-- AUTO_INCREMENT for table `curriculum_periods_id_mapping`6136-- AUTO_INCREMENT for table `curriculum_periods_id_mapping`
5856--6137--
5857ALTER TABLE `curriculum_periods_id_mapping`6138ALTER TABLE `curriculum_periods_id_mapping`
5858  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6139  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58596140
5860--6141--
5861-- AUTO_INCREMENT for table `groups_id_mapping`6142-- AUTO_INCREMENT for table `groups_id_mapping`
5862--6143--
5863ALTER TABLE `groups_id_mapping`6144ALTER TABLE `groups_id_mapping`
5864  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6145  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58656146
5866--6147--
5867-- AUTO_INCREMENT for table `group_members_id_mapping`6148-- AUTO_INCREMENT for table `group_members_id_mapping`
5868--6149--
5869ALTER TABLE `group_members_id_mapping`6150ALTER TABLE `group_members_id_mapping`
5870  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6151  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58716152
5872--6153--
5873-- AUTO_INCREMENT for table `group_organisations_id_mapping`6154-- AUTO_INCREMENT for table `group_organisations_id_mapping`
5874--6155--
5875ALTER TABLE `group_organisations_id_mapping`6156ALTER TABLE `group_organisations_id_mapping`
5876  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6157  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58776158
5878--6159--
5879-- AUTO_INCREMENT for table `schedule_slots_deploy`6160-- AUTO_INCREMENT for table `schedule_slots_deploy`
5880--6161--
5881ALTER TABLE `schedule_slots_deploy`6162ALTER TABLE `schedule_slots_deploy`
5882  MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;6163  MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
58836164
5884--6165--
5885-- AUTO_INCREMENT for table `schedule_slots_id_mapping`6166-- AUTO_INCREMENT for table `schedule_slots_id_mapping`
5886--6167--
5887ALTER TABLE `schedule_slots_id_mapping`6168ALTER TABLE `schedule_slots_id_mapping`
5888  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6169  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
58896170
5890--6171--
5891-- AUTO_INCREMENT for table `users_lu_genders`6172-- AUTO_INCREMENT for table `users_lu_genders`
5892--6173--
5893ALTER TABLE `users_lu_genders`6174ALTER TABLE `users_lu_genders`
5894  MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT;6175  MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT;
58956176
5896--6177--
5897-- AUTO_INCREMENT for table `user_access_deploy`6178-- AUTO_INCREMENT for table `user_access_deploy`
5898--6179--
5899ALTER TABLE `user_access_deploy`6180ALTER TABLE `user_access_deploy`
5900  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;6181  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
59016182
5902--6183--
5903-- AUTO_INCREMENT for table `user_data_id_mapping`6184-- AUTO_INCREMENT for table `user_data_id_mapping`
5904--6185--
5905ALTER TABLE `user_data_id_mapping`6186ALTER TABLE `user_data_id_mapping`
5906  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;6187  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
59076188
5908--6189--
5909-- Constraints for dumped tables6190-- Constraints for dumped tables
5910--6191--
59116192
5912--6193--
5913-- Constraints for table `cbl_schedule`6194-- Constraints for table `cbl_schedule`
5914--6195--
5915ALTER TABLE `cbl_schedule`6196ALTER TABLE `cbl_schedule`
5916  ADD CONSTRAINT `schdl_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6197  ADD CONSTRAINT `schdl_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59176198
5918--6199--
5919-- Constraints for table `cbl_schedule_draft_authors`6200-- Constraints for table `cbl_schedule_draft_authors`
5920--6201--
5921ALTER TABLE `cbl_schedule_draft_authors`6202ALTER TABLE `cbl_schedule_draft_authors`
5922  ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6203  ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59236204
5924--6205--
5925-- Constraints for table `cbl_schedule_draft_authors_history`6206-- Constraints for table `cbl_schedule_draft_authors_history`
5926--6207--
5927ALTER TABLE `cbl_schedule_draft_authors_history`6208ALTER TABLE `cbl_schedule_draft_authors_history`
5928  ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6209  ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59296210
5930--6211--
5931-- Constraints for table `cbl_schedule_draft_courses`6212-- Constraints for table `cbl_schedule_draft_courses`
5932--6213--
5933ALTER TABLE `cbl_schedule_draft_courses`6214ALTER TABLE `cbl_schedule_draft_courses`
5934  ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6215  ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59356216
5936--6217--
5937-- Constraints for table `cbl_schedule_draft_courses_history`6218-- Constraints for table `cbl_schedule_draft_courses_history`
5938--6219--
5939ALTER TABLE `cbl_schedule_draft_courses_history`6220ALTER TABLE `cbl_schedule_draft_courses_history`
5940  ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6221  ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59416222
5942--6223--
5943-- Constraints for table `cbl_schedule_history`6224-- Constraints for table `cbl_schedule_history`
5944--6225--
5945ALTER TABLE `cbl_schedule_history`6226ALTER TABLE `cbl_schedule_history`
5946  ADD CONSTRAINT `schdlhstry_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6227  ADD CONSTRAINT `schdlhstry_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
59476228
5948--6229--
5949-- Constraints for table `courses`6230-- Constraints for table `courses`
5950--6231--
5951ALTER TABLE `courses`6232ALTER TABLE `courses`
5952  ADD CONSTRAINT `crs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6233  ADD CONSTRAINT `crs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59536234
5954--6235--
5955-- Constraints for table `courses_history`6236-- Constraints for table `courses_history`
5956--6237--
5957ALTER TABLE `courses_history`6238ALTER TABLE `courses_history`
5958  ADD CONSTRAINT `crshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6239  ADD CONSTRAINT `crshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59596240
5960--6241--
5961-- Constraints for table `course_audience`6242-- Constraints for table `course_audience`
5962--6243--
5963ALTER TABLE `course_audience`6244ALTER TABLE `course_audience`
5964  ADD CONSTRAINT `crsadnce_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6245  ADD CONSTRAINT `crsadnce_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59656246
5966--6247--
5967-- Constraints for table `course_audience_history`6248-- Constraints for table `course_audience_history`
5968--6249--
5969ALTER TABLE `course_audience_history`6250ALTER TABLE `course_audience_history`
5970  ADD CONSTRAINT `crsaudncehstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6251  ADD CONSTRAINT `crsaudncehstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59716252
5972--6253--
5973-- Constraints for table `curriculum_lu_types`6254-- Constraints for table `curriculum_lu_types`
5974--6255--
5975ALTER TABLE `curriculum_lu_types`6256ALTER TABLE `curriculum_lu_types`
5976  ADD CONSTRAINT `crrclmtps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6257  ADD CONSTRAINT `crrclmtps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59776258
5978--6259--
5979-- Constraints for table `curriculum_lu_types_history`6260-- Constraints for table `curriculum_lu_types_history`
5980--6261--
5981ALTER TABLE `curriculum_lu_types_history`6262ALTER TABLE `curriculum_lu_types_history`
5982  ADD CONSTRAINT `crrclmtpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6263  ADD CONSTRAINT `crrclmtpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59836264
5984--6265--
5985-- Constraints for table `curriculum_periods`6266-- Constraints for table `curriculum_periods`
5986--6267--
5987ALTER TABLE `curriculum_periods`6268ALTER TABLE `curriculum_periods`
5988  ADD CONSTRAINT `crrclmprds_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6269  ADD CONSTRAINT `crrclmprds_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59896270
5990--6271--
5991-- Constraints for table `curriculum_periods_history`6272-- Constraints for table `curriculum_periods_history`
5992--6273--
5993ALTER TABLE `curriculum_periods_history`6274ALTER TABLE `curriculum_periods_history`
5994  ADD CONSTRAINT `crrclmprdshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6275  ADD CONSTRAINT `crrclmprdshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
59956276
5996--6277--
5997-- Constraints for table `curriculum_type_organisation_history`6278-- Constraints for table `curriculum_type_organisation_history`
5998--6279--
5999ALTER TABLE `curriculum_type_organisation_history`6280ALTER TABLE `curriculum_type_organisation_history`
6000  ADD CONSTRAINT `crrclmtporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6281  ADD CONSTRAINT `crrclmtporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60016282
6002--6283--
6003-- Constraints for table `groups`6284-- Constraints for table `groups`
6004--6285--
6005ALTER TABLE `groups`6286ALTER TABLE `groups`
6006  ADD CONSTRAINT `grps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6287  ADD CONSTRAINT `grps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60076288
6008--6289--
6009-- Constraints for table `groups_history`6290-- Constraints for table `groups_history`
6010--6291--
6011ALTER TABLE `groups_history`6292ALTER TABLE `groups_history`
6012  ADD CONSTRAINT `grpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6293  ADD CONSTRAINT `grpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60136294
6014--6295--
6015-- Constraints for table `group_members`6296-- Constraints for table `group_members`
6016--6297--
6017ALTER TABLE `group_members`6298ALTER TABLE `group_members`
6018  ADD CONSTRAINT `grpmmbrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6299  ADD CONSTRAINT `grpmmbrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60196300
6020--6301--
6021-- Constraints for table `group_members_history`6302-- Constraints for table `group_members_history`
6022--6303--
6023ALTER TABLE `group_members_history`6304ALTER TABLE `group_members_history`
6024  ADD CONSTRAINT `grpmmbrshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6305  ADD CONSTRAINT `grpmmbrshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60256306
6026--6307--
6027-- Constraints for table `group_organisations`6308-- Constraints for table `group_organisations`
6028--6309--
6029ALTER TABLE `group_organisations`6310ALTER TABLE `group_organisations`
6030  ADD CONSTRAINT `grporgnstns_idmppng_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,6311  ADD CONSTRAINT `grporgnstns_idmppng_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
6031  ADD CONSTRAINT `grporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6312  ADD CONSTRAINT `grporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60326313
6033--6314--
6034-- Constraints for table `group_organisations_deploy`6315-- Constraints for table `group_organisations_deploy`
6035--6316--
6036ALTER TABLE `group_organisations_deploy`6317ALTER TABLE `group_organisations_deploy`
6037  ADD CONSTRAINT `grporgnstns_idmppngdply_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;6318  ADD CONSTRAINT `grporgnstns_idmppngdply_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
60386319
6039--6320--
6040-- Constraints for table `import_fails`6321-- Constraints for table `import_fails`
6041--6322--
6042ALTER TABLE `import_fails`6323ALTER TABLE `import_fails`
6043  ADD CONSTRAINT `imprtfls_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;6324  ADD CONSTRAINT `imprtfls_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION;
60446325
6045--6326--
6046-- Constraints for table `import_status`6327-- Constraints for table `import_status`
6047--6328--
6048ALTER TABLE `import_status`6329ALTER TABLE `import_status`
6049  ADD CONSTRAINT `imprtstts_imprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`);6330  ADD CONSTRAINT `imprtstts_imprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`);
60506331
6051--6332--
6052-- Constraints for table `schedule_slots`6333-- Constraints for table `schedule_slots`
6053--6334--
6054ALTER TABLE `schedule_slots`6335ALTER TABLE `schedule_slots`
6055  ADD CONSTRAINT `slots_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6336  ADD CONSTRAINT `slots_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60566337
6057--6338--
6058-- Constraints for table `schedule_slots_history`6339-- Constraints for table `schedule_slots_history`
6059--6340--
6060ALTER TABLE `schedule_slots_history`6341ALTER TABLE `schedule_slots_history`
6061  ADD CONSTRAINT `slotshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6342  ADD CONSTRAINT `slotshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60626343
6063--6344--
6064-- Constraints for table `secondary_import_status`6345-- Constraints for table `secondary_import_status`
6065--6346--
6066ALTER TABLE `secondary_import_status`6347ALTER TABLE `secondary_import_status`
6067  ADD CONSTRAINT `scndrmprtsts_mprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`);6348  ADD CONSTRAINT `scndrmprtsts_mprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`);
60686349
6069--6350--
6070-- Constraints for table `user_access_history`6351-- Constraints for table `user_access_history`
6071--6352--
6072ALTER TABLE `user_access_history`6353ALTER TABLE `user_access_history`
6073  ADD CONSTRAINT `usraccshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6354  ADD CONSTRAINT `usraccshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60746355
6075--6356--
6076-- Constraints for table `user_data`6357-- Constraints for table `user_data`
6077--6358--
6078ALTER TABLE `user_data`6359ALTER TABLE `user_data`
6079  ADD CONSTRAINT `usrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6360  ADD CONSTRAINT `usrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
60806361
6081--6362--
6082-- Constraints for table `user_data_history`6363-- Constraints for table `user_data_history`
6083--6364--
6084ALTER TABLE `user_data_history`6365ALTER TABLE `user_data_history`
6085  ADD CONSTRAINT `usrdthstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);6366  ADD CONSTRAINT `usrdthstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`);
6086--6367--
6087-- Database: `elentra_me`6368-- Database: `elentra_me`
6088--6369--
6089CREATE DATABASE IF NOT EXISTS `elentra_me` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;6370CREATE DATABASE IF NOT EXISTS `elentra_me` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
6090USE `elentra_me`;6371USE `elentra_me`;
60916372
6092-- --------------------------------------------------------6373-- --------------------------------------------------------
60936374
6094--6375--
6095-- Table structure for table `ali_resources`6376-- Table structure for table `ali_resources`
6096--6377--
60976378
6098CREATE TABLE `ali_resources` (6379CREATE TABLE `ali_resources` (
6099  `ali_resource_id` int(12) UNSIGNED NOT NULL,6380  `ali_resource_id` int(12) UNSIGNED NOT NULL,
6100  `ali_resource_type_id` int(12) NOT NULL,6381  `ali_resource_type_id` int(12) NOT NULL,
6101  `ali_resource_value` int(12) NOT NULL,6382  `ali_resource_value` int(12) NOT NULL,
6102  `created_date` bigint(64) NOT NULL,6383  `created_date` bigint(64) NOT NULL,
6103  `created_by` int(11) NOT NULL,6384  `created_by` int(11) NOT NULL,
6104  `updated_date` bigint(64) DEFAULT NULL,6385  `updated_date` bigint(64) DEFAULT NULL,
6105  `updated_by` int(11) DEFAULT NULL,6386  `updated_by` int(11) DEFAULT NULL,
6106  `deleted_date` bigint(64) DEFAULT NULL6387  `deleted_date` bigint(64) DEFAULT NULL
6107) ENGINE=InnoDB DEFAULT CHARSET=utf8;6388) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61086389
6109-- --------------------------------------------------------6390-- --------------------------------------------------------
61106391
6111--6392--
6112-- Table structure for table `ali_resource_entities`6393-- Table structure for table `ali_resource_entities`
6113--6394--
61146395
6115CREATE TABLE `ali_resource_entities` (6396CREATE TABLE `ali_resource_entities` (
6116  `ali_resource_entity_id` int(12) UNSIGNED NOT NULL,6397  `ali_resource_entity_id` int(12) UNSIGNED NOT NULL,
6117  `ali_resource_id` int(12) NOT NULL,6398  `ali_resource_id` int(12) NOT NULL,
6118  `entity_type` varchar(255) NOT NULL,6399  `entity_type` varchar(255) NOT NULL,
6119  `entity_value` int(12) NOT NULL,6400  `entity_value` int(12) NOT NULL,
6120  `created_date` bigint(64) NOT NULL,6401  `created_date` bigint(64) NOT NULL,
6121  `created_by` int(11) NOT NULL,6402  `created_by` int(11) NOT NULL,
6122  `updated_date` bigint(64) DEFAULT NULL,6403  `updated_date` bigint(64) DEFAULT NULL,
6123  `updated_by` int(11) DEFAULT NULL,6404  `updated_by` int(11) DEFAULT NULL,
6124  `deleted_date` bigint(64) DEFAULT NULL6405  `deleted_date` bigint(64) DEFAULT NULL
6125) ENGINE=InnoDB DEFAULT CHARSET=utf8;6406) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61266407
6127-- --------------------------------------------------------6408-- --------------------------------------------------------
61286409
6129--6410--
6130-- Table structure for table `ali_resource_meta`6411-- Table structure for table `ali_resource_meta`
6131--6412--
61326413
6133CREATE TABLE `ali_resource_meta` (6414CREATE TABLE `ali_resource_meta` (
6134  `ali_resource_meta_id` int(12) UNSIGNED NOT NULL,6415  `ali_resource_meta_id` int(12) UNSIGNED NOT NULL,
6135  `ali_resource_id` int(12) NOT NULL,6416  `ali_resource_id` int(12) NOT NULL,
6136  `ali_resource_meta_type_id` int(12) NOT NULL,6417  `ali_resource_meta_type_id` int(12) NOT NULL,
6137  `created_date` bigint(64) NOT NULL,6418  `created_date` bigint(64) NOT NULL,
6138  `created_by` int(11) NOT NULL,6419  `created_by` int(11) NOT NULL,
6139  `updated_date` bigint(64) DEFAULT NULL,6420  `updated_date` bigint(64) DEFAULT NULL,
6140  `updated_by` int(11) DEFAULT NULL,6421  `updated_by` int(11) DEFAULT NULL,
6141  `deleted_date` bigint(64) DEFAULT NULL6422  `deleted_date` bigint(64) DEFAULT NULL
6142) ENGINE=InnoDB DEFAULT CHARSET=utf8;6423) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61436424
6144-- --------------------------------------------------------6425-- --------------------------------------------------------
61456426
6146--6427--
6147-- Table structure for table `ali_resource_meta_types`6428-- Table structure for table `ali_resource_meta_types`
6148--6429--
61496430
6150CREATE TABLE `ali_resource_meta_types` (6431CREATE TABLE `ali_resource_meta_types` (
6151  `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL,6432  `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL,
6152  `meta_type` varchar(128) NOT NULL DEFAULT '',6433  `meta_type` varchar(128) NOT NULL DEFAULT '',
6153  `meta_value` varchar(255) NOT NULL,6434  `meta_value` varchar(255) NOT NULL,
6154  `created_date` bigint(64) NOT NULL,6435  `created_date` bigint(64) NOT NULL,
6155  `created_by` int(11) NOT NULL,6436  `created_by` int(11) NOT NULL,
6156  `updated_date` bigint(64) DEFAULT NULL,6437  `updated_date` bigint(64) DEFAULT NULL,
6157  `updated_by` int(11) DEFAULT NULL,6438  `updated_by` int(11) DEFAULT NULL,
6158  `deleted_date` bigint(64) DEFAULT NULL6439  `deleted_date` bigint(64) DEFAULT NULL
6159) ENGINE=InnoDB DEFAULT CHARSET=utf8;6440) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61606441
6161-- --------------------------------------------------------6442-- --------------------------------------------------------
61626443
6163--6444--
6164-- Table structure for table `ali_resource_organisation`6445-- Table structure for table `ali_resource_organisation`
6165--6446--
61666447
6167CREATE TABLE `ali_resource_organisation` (6448CREATE TABLE `ali_resource_organisation` (
6168  `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL,6449  `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL,
6169  `ali_resource_id` int(12) UNSIGNED NOT NULL,6450  `ali_resource_id` int(12) UNSIGNED NOT NULL,
6170  `organisation_id` int(12) NOT NULL6451  `organisation_id` int(12) NOT NULL
6171) ENGINE=InnoDB DEFAULT CHARSET=utf8;6452) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61726453
6173-- --------------------------------------------------------6454-- --------------------------------------------------------
61746455
6175--6456--
6176-- Table structure for table `ali_resource_types`6457-- Table structure for table `ali_resource_types`
6177--6458--
61786459
6179CREATE TABLE `ali_resource_types` (6460CREATE TABLE `ali_resource_types` (
6180  `ali_resource_type_id` int(12) UNSIGNED NOT NULL,6461  `ali_resource_type_id` int(12) UNSIGNED NOT NULL,
6181  `shortname` varchar(128) NOT NULL,6462  `shortname` varchar(128) NOT NULL,
6182  `title` varchar(255) NOT NULL,6463  `title` varchar(255) NOT NULL,
6183  `description` text,6464  `description` text,
6184  `created_date` bigint(64) NOT NULL,6465  `created_date` bigint(64) NOT NULL,
6185  `created_by` int(11) NOT NULL,6466  `created_by` int(11) NOT NULL,
6186  `updated_date` bigint(64) DEFAULT NULL,6467  `updated_date` bigint(64) DEFAULT NULL,
6187  `updated_by` int(11) DEFAULT NULL,6468  `updated_by` int(11) DEFAULT NULL,
6188  `deleted_date` bigint(64) DEFAULT NULL6469  `deleted_date` bigint(64) DEFAULT NULL
6189) ENGINE=InnoDB DEFAULT CHARSET=utf8;6470) ENGINE=InnoDB DEFAULT CHARSET=utf8;
61906471
6191--6472--
6192-- Dumping data for table `ali_resource_types`6473-- Dumping data for table `ali_resource_types`
6193--6474--
61946475
6195INSERT INTO `ali_resource_types` (`ali_resource_type_id`, `shortname`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES6476INSERT INTO `ali_resource_types` (`ali_resource_type_id`, `shortname`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
6196(1, 'learning_object', 'Learning Object', 'An entity from the Learning Object Repository', 1685381580, 1, NULL, NULL, NULL);6477(1, 'learning_object', 'Learning Object', 'An entity from the Learning Object Repository', 1685381580, 1, NULL, NULL, NULL);
61976478
6198-- --------------------------------------------------------6479-- --------------------------------------------------------
61996480
6200--6481--
6201-- Table structure for table `ali_resource_type_organisation`6482-- Table structure for table `ali_resource_type_organisation`
6202--6483--
62036484
6204CREATE TABLE `ali_resource_type_organisation` (6485CREATE TABLE `ali_resource_type_organisation` (
6205  `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL,6486  `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL,
6206  `ali_resource_type_id` int(12) NOT NULL,6487  `ali_resource_type_id` int(12) NOT NULL,
6207  `organisation_id` int(12) NOT NULL,6488  `organisation_id` int(12) NOT NULL,
6208  `created_date` bigint(64) NOT NULL,6489  `created_date` bigint(64) NOT NULL,
6209  `created_by` int(11) NOT NULL,6490  `created_by` int(11) NOT NULL,
6210  `updated_date` bigint(64) DEFAULT NULL,6491  `updated_date` bigint(64) DEFAULT NULL,
6211  `updated_by` int(11) DEFAULT NULL,6492  `updated_by` int(11) DEFAULT NULL,
6212  `deleted_date` bigint(64) DEFAULT NULL6493  `deleted_date` bigint(64) DEFAULT NULL
6213) ENGINE=InnoDB DEFAULT CHARSET=utf8;6494) ENGINE=InnoDB DEFAULT CHARSET=utf8;
62146495
6215-- --------------------------------------------------------6496-- --------------------------------------------------------
62166497
6217--6498--
6218-- Table structure for table `ar_book_chapter_mono`6499-- Table structure for table `ar_book_chapter_mono`
6219--6500--
62206501
6221CREATE TABLE `ar_book_chapter_mono` (6502CREATE TABLE `ar_book_chapter_mono` (
6222  `book_chapter_mono_id` int(11) NOT NULL,6503  `book_chapter_mono_id` int(11) NOT NULL,
6223  `title` text NOT NULL,6504  `title` text NOT NULL,
6224  `source` varchar(200) NOT NULL,6505  `source` varchar(200) NOT NULL,
6225  `author_list` varchar(200) NOT NULL,6506  `author_list` varchar(200) NOT NULL,
6226  `editor_list` varchar(200) DEFAULT NULL,6507  `editor_list` varchar(200) DEFAULT NULL,
6227  `category` varchar(10) DEFAULT NULL,6508  `category` varchar(10) DEFAULT NULL,
6228  `epub_url` text,6509  `epub_url` text,
6229  `status_date` varchar(8) DEFAULT NULL,6510  `status_date` varchar(8) DEFAULT NULL,
6230  `epub_date` varchar(8) NOT NULL,6511  `epub_date` varchar(8) NOT NULL,
6231  `volume` varchar(25) DEFAULT NULL,6512  `volume` varchar(25) DEFAULT NULL,
6232  `edition` varchar(25) DEFAULT NULL,6513  `edition` varchar(25) DEFAULT NULL,
6233  `pages` varchar(25) DEFAULT NULL,6514  `pages` varchar(25) DEFAULT NULL,
6234  `role_id` int(3) NOT NULL,6515  `role_id` int(3) NOT NULL,
6235  `type_id` int(3) NOT NULL,6516  `type_id` int(3) NOT NULL,
6236  `status` varchar(25) NOT NULL,6517  `status` varchar(25) NOT NULL,
6237  `group_id` int(3) DEFAULT NULL,6518  `group_id` int(3) DEFAULT NULL,
6238  `hospital_id` int(3) DEFAULT NULL,6519  `hospital_id` int(3) DEFAULT NULL,
6239  `pubmed_id` varchar(200) NOT NULL,6520  `pubmed_id` varchar(200) NOT NULL,
6240  `year_reported` int(4) NOT NULL,6521  `year_reported` int(4) NOT NULL,
6241  `proxy_id` int(11) DEFAULT NULL,6522  `proxy_id` int(11) DEFAULT NULL,
6242  `visible_on_website` int(1) DEFAULT '0',6523  `visible_on_website` int(1) DEFAULT '0',
6243  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6524  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6244  `updated_by` int(11) DEFAULT NULL6525  `updated_by` int(11) DEFAULT NULL
6245) ENGINE=InnoDB DEFAULT CHARSET=utf8;6526) ENGINE=InnoDB DEFAULT CHARSET=utf8;
62466527
6247-- --------------------------------------------------------6528-- --------------------------------------------------------
62486529
6249--6530--
6250-- Table structure for table `ar_clinical_activity`6531-- Table structure for table `ar_clinical_activity`
6251--6532--
62526533
6253CREATE TABLE `ar_clinical_activity` (6534CREATE TABLE `ar_clinical_activity` (
6254  `clinical_activity_id` int(11) NOT NULL,6535  `clinical_activity_id` int(11) NOT NULL,
6255  `site` varchar(150) NOT NULL DEFAULT '',6536  `site` varchar(150) NOT NULL DEFAULT '',
6256  `site_description` text,6537  `site_description` text,
6257  `description` text NOT NULL,6538  `description` text NOT NULL,
6258  `average_hours` int(11) DEFAULT NULL,6539  `average_hours` int(11) DEFAULT NULL,
6259  `year_reported` int(4) NOT NULL DEFAULT '0',6540  `year_reported` int(4) NOT NULL DEFAULT '0',
6260  `proxy_id` int(11) DEFAULT NULL,6541  `proxy_id` int(11) DEFAULT NULL,
6261  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6542  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6262  `updated_by` int(11) DEFAULT NULL6543  `updated_by` int(11) DEFAULT NULL
6263) ENGINE=InnoDB DEFAULT CHARSET=utf8;6544) ENGINE=InnoDB DEFAULT CHARSET=utf8;
62646545
6265-- --------------------------------------------------------6546-- --------------------------------------------------------
62666547
6267--6548--
6268-- Table structure for table `ar_clinical_education`6549-- Table structure for table `ar_clinical_education`
6269--6550--
62706551
6271CREATE TABLE `ar_clinical_education` (6552CREATE TABLE `ar_clinical_education` (
6272  `clinical_education_id` int(11) NOT NULL,6553  `clinical_education_id` int(11) NOT NULL,
6273  `level` varchar(150) NOT NULL DEFAULT '',6554  `level` varchar(150) NOT NULL DEFAULT '',
6274  `level_description` varchar(255) DEFAULT NULL,6555  `level_description` varchar(255) DEFAULT NULL,
6275  `location` varchar(150) NOT NULL DEFAULT '',6556  `location` varchar(150) NOT NULL DEFAULT '',
6276  `location_description` varchar(255) DEFAULT NULL,6557  `location_description` varchar(255) DEFAULT NULL,
6277  `average_hours` int(11) NOT NULL DEFAULT '0',6558  `average_hours` int(11) NOT NULL DEFAULT '0',
6278  `research_percentage` int(1) DEFAULT '0',6559  `research_percentage` int(1) DEFAULT '0',
6279  `description` text NOT NULL,6560  `description` text NOT NULL,
6280  `year_reported` int(4) NOT NULL DEFAULT '0',6561  `year_reported` int(4) NOT NULL DEFAULT '0',
6281  `proxy_id` int(11) DEFAULT NULL,6562  `proxy_id` int(11) DEFAULT NULL,
6282  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6563  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6283  `updated_by` int(11) DEFAULT NULL6564  `updated_by` int(11) DEFAULT NULL
6284) ENGINE=InnoDB DEFAULT CHARSET=utf8;6565) ENGINE=InnoDB DEFAULT CHARSET=utf8;
62856566
6286-- --------------------------------------------------------6567-- --------------------------------------------------------
62876568
6288--6569--
6289-- Table structure for table `ar_clinical_innovation`6570-- Table structure for table `ar_clinical_innovation`
6290--6571--
62916572
6292CREATE TABLE `ar_clinical_innovation` (6573CREATE TABLE `ar_clinical_innovation` (
6293  `clinical_innovation_id` int(11) NOT NULL,6574  `clinical_innovation_id` int(11) NOT NULL,
6294  `description` text NOT NULL,6575  `description` text NOT NULL,
6295  `year_reported` int(4) NOT NULL DEFAULT '0',6576  `year_reported` int(4) NOT NULL DEFAULT '0',
6296  `proxy_id` int(11) DEFAULT NULL,6577  `proxy_id` int(11) DEFAULT NULL,
6297  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6578  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6298  `updated_by` int(11) DEFAULT NULL6579  `updated_by` int(11) DEFAULT NULL
6299) ENGINE=InnoDB DEFAULT CHARSET=utf8;6580) ENGINE=InnoDB DEFAULT CHARSET=utf8;
63006581
6301-- --------------------------------------------------------6582-- --------------------------------------------------------
63026583
6303--6584--
6304-- Table structure for table `ar_clinics`6585-- Table structure for table `ar_clinics`
6305--6586--
63066587
6307CREATE TABLE `ar_clinics` (6588CREATE TABLE `ar_clinics` (
6308  `clinics_id` int(11) NOT NULL,6589  `clinics_id` int(11) NOT NULL,
6309  `clinic` varchar(150) NOT NULL DEFAULT '',6590  `clinic` varchar(150) NOT NULL DEFAULT '',
6310  `patients` int(11) NOT NULL DEFAULT '0',6591  `patients` int(11) NOT NULL DEFAULT '0',
6311  `half_days` int(11) NOT NULL DEFAULT '0',6592  `half_days` int(11) NOT NULL DEFAULT '0',
6312  `new_repeat` varchar(25) NOT NULL DEFAULT '',6593  `new_repeat` varchar(25) NOT NULL DEFAULT '',
6313  `weeks` int(2) NOT NULL DEFAULT '0',6594  `weeks` int(2) NOT NULL DEFAULT '0',
6314  `average_clerks` int(11) NOT NULL DEFAULT '0',6595  `average_clerks` int(11) NOT NULL DEFAULT '0',
6315  `year_reported` int(4) NOT NULL DEFAULT '0',6596  `year_reported` int(4) NOT NULL DEFAULT '0',
6316  `proxy_id` int(11) DEFAULT NULL,6597  `proxy_id` int(11) DEFAULT NULL,
6317  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6598  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6318  `updated_by` int(11) DEFAULT NULL6599  `updated_by` int(11) DEFAULT NULL
6319) ENGINE=InnoDB DEFAULT CHARSET=utf8;6600) ENGINE=InnoDB DEFAULT CHARSET=utf8;
63206601
6321-- --------------------------------------------------------6602-- --------------------------------------------------------
63226603
6323--6604--
6324-- Table structure for table `ar_conference_papers`6605-- Table structure for table `ar_conference_papers`
6325--6606--
63266607
6327CREATE TABLE `ar_conference_papers` (6608CREATE TABLE `ar_conference_papers` (
6328  `conference_papers_id` int(11) NOT NULL,6609  `conference_papers_id` int(11) NOT NULL,
6329  `lectures_papers_list` text NOT NULL,6610  `lectures_papers_list` text NOT NULL,
6330  `status` varchar(25) NOT NULL DEFAULT '',6611  `status` varchar(25) NOT NULL DEFAULT '',
6331  `institution` text NOT NULL,6612  `institution` text NOT NULL,
6332  `location` varchar(250) DEFAULT NULL,6613  `location` varchar(250) DEFAULT NULL,
6333  `countries_id` int(12) DEFAULT NULL,6614  `countries_id` int(12) DEFAULT NULL,
6334  `city` varchar(100) DEFAULT NULL,6615  `city` varchar(100) DEFAULT NULL,
6335  `prov_state` varchar(200) DEFAULT NULL,6616  `prov_state` varchar(200) DEFAULT NULL,
6336  `type` varchar(30) NOT NULL DEFAULT '',6617  `type` varchar(30) NOT NULL DEFAULT '',
6337  `year_reported` int(4) NOT NULL DEFAULT '0',6618  `year_reported` int(4) NOT NULL DEFAULT '0',
6338  `proxy_id` int(11) DEFAULT NULL,6619  `proxy_id` int(11) DEFAULT NULL,
6339  `visible_on_website` int(1) DEFAULT '0',6620  `visible_on_website` int(1) DEFAULT '0',
6340  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6621  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6341  `updated_by` int(11) DEFAULT NULL6622  `updated_by` int(11) DEFAULT NULL
6342) ENGINE=InnoDB DEFAULT CHARSET=utf8;6623) ENGINE=InnoDB DEFAULT CHARSET=utf8;
63436624
6344-- --------------------------------------------------------6625-- --------------------------------------------------------
63456626
6346--6627--
6347-- Table structure for table `ar_consults`6628-- Table structure for table `ar_consults`
6348--6629--
63496630
6350CREATE TABLE `ar_consults` (6631CREATE TABLE `ar_consults` (
6351  `consults_id` int(11) NOT NULL,6632  `consults_id` int(11) NOT NULL,
6352  `activity` varchar(250) NOT NULL DEFAULT '',6633  `activity` varchar(250) NOT NULL DEFAULT '',
6353  `site` varchar(150) NOT NULL DEFAULT '',6634  `site` varchar(150) NOT NULL DEFAULT '',
6354  `site_description` text,6635  `site_description` text,
6355  `months` int(2) NOT NULL DEFAULT '0',6636  `months` int(2) NOT NULL DEFAULT '0',
6356  `average_consults` int(11) NOT NULL DEFAULT '0',6637  `average_consults` int(11) NOT NULL DEFAULT '0',
6357  `year_reported` int(4) NOT NULL DEFAULT '0',6638  `year_reported` int(4) NOT NULL DEFAULT '0',
6358  `proxy_id` int(11) DEFAULT NULL,6639  `proxy_id` int(11) DEFAULT NULL,
6359  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6640  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6360  `updated_by` int(11) DEFAULT NULL6641  `updated_by` int(11) DEFAULT NULL
6361) ENGINE=InnoDB DEFAULT CHARSET=utf8;6642) ENGINE=InnoDB DEFAULT CHARSET=utf8;
63626643
6363-- --------------------------------------------------------6644-- --------------------------------------------------------
63646645
6365--6646--
6366-- Table structure for table `ar_continuing_education`6647-- Table structure for table `ar_continuing_education`
6367--6648--
63686649
6369CREATE TABLE `ar_continuing_education` (6650CREATE TABLE `ar_continuing_education` (
6370  `continuing_education_id` int(11) NOT NULL,6651  `continuing_education_id` int(11) NOT NULL,
6371  `unit` varchar(150) NOT NULL DEFAULT '',6652  `unit` varchar(150) NOT NULL DEFAULT '',
6372  `location` varchar(150) NOT NULL DEFAULT '',6653  `location` varchar(150) NOT NULL DEFAULT '',
6373  `average_hours` int(11) NOT NULL DEFAULT '0',6654  `average_hours` int(11) NOT NULL DEFAULT '0',
6374  `description` text NOT NULL,6655  `description` text NOT NULL,
6375  `start_month` int(2) NOT NULL DEFAULT '0',6656  `start_month` int(2) NOT NULL DEFAULT '0',
6376  `start_year` int(4) NOT NULL DEFAULT '0',6657  `start_year` int(4) NOT NULL DEFAULT '0',
6377  `end_month` int(2) NOT NULL DEFAULT '0',6658  `end_month` int(2) NOT NULL DEFAULT '0',
6378  `end_year` int(4) NOT NULL DEFAULT '0',6659  `end_year` int(4) NOT NULL DEFAULT '0',
6379  `total_hours` int(11) NOT NULL DEFAULT '0',6660  `total_hours` int(11) NOT NULL DEFAULT '0',
6380  `year_reported` int(4) NOT NULL DEFAULT '0',6661  `year_reported` int(4) NOT NULL DEFAULT '0',
6381  `proxy_id` int(11) DEFAULT NULL,6662  `proxy_id` int(11) DEFAULT NULL,
6382  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6663  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6383  `updated_by` int(11) DEFAULT NULL6664  `updated_by` int(11) DEFAULT NULL
6384) ENGINE=InnoDB DEFAULT CHARSET=utf8;6665) ENGINE=InnoDB DEFAULT CHARSET=utf8;
63856666
6386-- --------------------------------------------------------6667-- --------------------------------------------------------
63876668
6388--6669--
6389-- Table structure for table `ar_external_contributions`6670-- Table structure for table `ar_external_contributions`
6390--6671--
63916672
6392CREATE TABLE `ar_external_contributions` (6673CREATE TABLE `ar_external_contributions` (
6393  `external_contributions_id` int(11) NOT NULL,6674  `external_contributions_id` int(11) NOT NULL,
6394  `organisation` varchar(255) NOT NULL DEFAULT '',6675  `organisation` varchar(255) NOT NULL DEFAULT '',
6395  `city_country` text,6676  `city_country` text,
6396  `countries_id` int(12) DEFAULT NULL,6677  `countries_id` int(12) DEFAULT NULL,
6397  `city` varchar(100) DEFAULT NULL,6678  `city` varchar(100) DEFAULT NULL,
6398  `prov_state` varchar(200) DEFAULT NULL,6679  `prov_state` varchar(200) DEFAULT NULL,
6399  `role` varchar(150) DEFAULT NULL,6680  `role` varchar(150) DEFAULT NULL,
6400  `role_description` text,6681  `role_description` text,
6401  `description` text NOT NULL,6682  `description` text NOT NULL,
6402  `days_of_year` int(3) NOT NULL DEFAULT '0',6683  `days_of_year` int(3) NOT NULL DEFAULT '0',
6403  `year_reported` int(4) NOT NULL DEFAULT '0',6684  `year_reported` int(4) NOT NULL DEFAULT '0',
6404  `proxy_id` int(11) DEFAULT NULL,6685  `proxy_id` int(11) DEFAULT NULL,
6405  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6686  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6406  `updated_by` int(11) DEFAULT NULL6687  `updated_by` int(11) DEFAULT NULL
6407) ENGINE=InnoDB DEFAULT CHARSET=utf8;6688) ENGINE=InnoDB DEFAULT CHARSET=utf8;
64086689
6409-- --------------------------------------------------------6690-- --------------------------------------------------------
64106691
6411--6692--
6412-- Table structure for table `ar_graduate_supervision`6693-- Table structure for table `ar_graduate_supervision`
6413--6694--
64146695
6415CREATE TABLE `ar_graduate_supervision` (6696CREATE TABLE `ar_graduate_supervision` (
6416  `graduate_supervision_id` int(11) NOT NULL,6697  `graduate_supervision_id` int(11) NOT NULL,
6417  `student_name` varchar(150) NOT NULL DEFAULT '',6698  `student_name` varchar(150) NOT NULL DEFAULT '',
6418  `degree` varchar(25) NOT NULL DEFAULT '',6699  `degree` varchar(25) NOT NULL DEFAULT '',
6419  `active` varchar(8) NOT NULL DEFAULT '',6700  `active` varchar(8) NOT NULL DEFAULT '',
6420  `supervision` varchar(7) NOT NULL DEFAULT '',6701  `supervision` varchar(7) NOT NULL DEFAULT '',
6421  `year_started` int(4) NOT NULL DEFAULT '0',6702  `year_started` int(4) NOT NULL DEFAULT '0',
6422  `thesis_defended` char(3) NOT NULL DEFAULT '',6703  `thesis_defended` char(3) NOT NULL DEFAULT '',
6423  `comments` text,6704  `comments` text,
6424  `year_reported` int(4) NOT NULL DEFAULT '0',6705  `year_reported` int(4) NOT NULL DEFAULT '0',
6425  `proxy_id` int(11) DEFAULT NULL,6706  `proxy_id` int(11) DEFAULT NULL,
6426  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6707  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6427  `updated_by` int(11) DEFAULT NULL6708  `updated_by` int(11) DEFAULT NULL
6428) ENGINE=InnoDB DEFAULT CHARSET=utf8;6709) ENGINE=InnoDB DEFAULT CHARSET=utf8;
64296710
6430-- --------------------------------------------------------6711-- --------------------------------------------------------
64316712
6432--6713--
6433-- Table structure for table `ar_graduate_teaching`6714-- Table structure for table `ar_graduate_teaching`
6434--6715--
64356716
6436CREATE TABLE `ar_graduate_teaching` (6717CREATE TABLE `ar_graduate_teaching` (
6437  `graduate_teaching_id` int(11) NOT NULL,6718  `graduate_teaching_id` int(11) NOT NULL,
6438  `course_number` varchar(25) NOT NULL DEFAULT '',6719  `course_number` varchar(25) NOT NULL DEFAULT '',
6439  `course_name` text NOT NULL,6720  `course_name` text NOT NULL,
6440  `assigned` char(3) NOT NULL DEFAULT '',6721  `assigned` char(3) NOT NULL DEFAULT '',
6441  `lec_enrollment` int(11) NOT NULL DEFAULT '0',6722  `lec_enrollment` int(11) NOT NULL DEFAULT '0',
6442  `lec_hours` int(11) NOT NULL DEFAULT '0',6723  `lec_hours` int(11) NOT NULL DEFAULT '0',
6443  `lab_enrollment` int(11) NOT NULL DEFAULT '0',6724  `lab_enrollment` int(11) NOT NULL DEFAULT '0',
6444  `lab_hours` int(11) NOT NULL DEFAULT '0',6725  `lab_hours` int(11) NOT NULL DEFAULT '0',
6445  `tut_enrollment` int(11) NOT NULL DEFAULT '0',6726  `tut_enrollment` int(11) NOT NULL DEFAULT '0',
6446  `tut_hours` int(11) NOT NULL DEFAULT '0',6727  `tut_hours` int(11) NOT NULL DEFAULT '0',
6447  `sem_enrollment` int(11) NOT NULL DEFAULT '0',6728  `sem_enrollment` int(11) NOT NULL DEFAULT '0',
6448  `sem_hours` int(11) NOT NULL DEFAULT '0',6729  `sem_hours` int(11) NOT NULL DEFAULT '0',
6449  `coord_enrollment` int(11) NOT NULL DEFAULT '0',6730  `coord_enrollment` int(11) NOT NULL DEFAULT '0',
6450  `pbl_hours` int(11) NOT NULL DEFAULT '0',6731  `pbl_hours` int(11) NOT NULL DEFAULT '0',
6451  `comments` text,6732  `comments` text,
6452  `year_reported` int(4) NOT NULL DEFAULT '0',6733  `year_reported` int(4) NOT NULL DEFAULT '0',
6453  `proxy_id` int(11) DEFAULT NULL,6734  `proxy_id` int(11) DEFAULT NULL,
6454  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6735  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6455  `updated_by` int(11) DEFAULT NULL6736  `updated_by` int(11) DEFAULT NULL
6456) ENGINE=InnoDB DEFAULT CHARSET=utf8;6737) ENGINE=InnoDB DEFAULT CHARSET=utf8;
64576738
6458-- --------------------------------------------------------6739-- --------------------------------------------------------
64596740
6460--6741--
6461-- Table structure for table `ar_innovation`6742-- Table structure for table `ar_innovation`
6462--6743--
64636744
6464CREATE TABLE `ar_innovation` (6745CREATE TABLE `ar_innovation` (
6465  `innovation_id` int(11) NOT NULL,6746  `innovation_id` int(11) NOT NULL,
6466  `course_number` varchar(25) DEFAULT NULL,6747  `course_number` varchar(25) DEFAULT NULL,
6467  `course_name` text,6748  `course_name` text,
6468  `type` varchar(150) NOT NULL DEFAULT '',6749  `type` varchar(150) NOT NULL DEFAULT '',
6469  `description` text NOT NULL,6750  `description` text NOT NULL,
6470  `year_reported` int(4) NOT NULL DEFAULT '0',6751  `year_reported` int(4) NOT NULL DEFAULT '0',
6471  `proxy_id` int(11) DEFAULT NULL,6752  `proxy_id` int(11) DEFAULT NULL,
6472  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6753  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6473  `updated_by` int(11) DEFAULT NULL6754  `updated_by` int(11) DEFAULT NULL
6474) ENGINE=InnoDB DEFAULT CHARSET=utf8;6755) ENGINE=InnoDB DEFAULT CHARSET=utf8;
64756756
6476-- --------------------------------------------------------6757-- --------------------------------------------------------
64776758
6478--6759--
6479-- Table structure for table `ar_internal_contributions`6760-- Table structure for table `ar_internal_contributions`
6480--6761--
64816762
6482CREATE TABLE `ar_internal_contributions` (6763CREATE TABLE `ar_internal_contributions` (
6483  `internal_contributions_id` int(11) NOT NULL,6764  `internal_contributions_id` int(11) NOT NULL,
6484  `activity_type` varchar(150) NOT NULL DEFAULT '',6765  `activity_type` varchar(150) NOT NULL DEFAULT '',
6485  `activity_type_description` text,6766  `activity_type_description` text,
6486  `role` varchar(150) NOT NULL DEFAULT '',6767  `role` varchar(150) NOT NULL DEFAULT '',
6487  `role_description` text,6768  `role_description` text,
6488  `description` text NOT NULL,6769  `description` text NOT NULL,
6489  `time_commitment` int(11) NOT NULL DEFAULT '0',6770  `time_commitment` int(11) NOT NULL DEFAULT '0',
6490  `commitment_type` varchar(10) NOT NULL DEFAULT 'week',6771  `commitment_type` varchar(10) NOT NULL DEFAULT 'week',
6491  `start_month` int(2) NOT NULL DEFAULT '0',6772  `start_month` int(2) NOT NULL DEFAULT '0',
6492  `start_year` int(4) DEFAULT NULL,6773  `start_year` int(4) DEFAULT NULL,
6493  `end_month` int(2) DEFAULT '0',6774  `end_month` int(2) DEFAULT '0',
6494  `end_year` int(4) DEFAULT '0',6775  `end_year` int(4) DEFAULT '0',
6495  `meetings_attended` int(3) DEFAULT NULL,6776  `meetings_attended` int(3) DEFAULT NULL,
6496  `type` varchar(50) NOT NULL DEFAULT '',6777  `type` varchar(50) NOT NULL DEFAULT '',
6497  `year_reported` int(4) NOT NULL DEFAULT '0',6778  `year_reported` int(4) NOT NULL DEFAULT '0',
6498  `proxy_id` int(11) DEFAULT NULL,6779  `proxy_id` int(11) DEFAULT NULL,
6499  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,6780  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
6500  `updated_by` int(11) DEFAULT NULL6781  `updated_by` int(11) DEFAULT NULL
6501) ENGINE=InnoDB DEFAULT CHARSET=utf8;6782) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65026783
6503-- --------------------------------------------------------6784-- --------------------------------------------------------
65046785
6505--6786--
6506-- Table structure for table `ar_lu_activity_types`6787-- Table structure for table `ar_lu_activity_types`
6507--6788--
65086789
6509CREATE TABLE `ar_lu_activity_types` (6790CREATE TABLE `ar_lu_activity_types` (
6510  `id` int(11) NOT NULL,6791  `id` int(11) NOT NULL,
6511  `activity_type` varchar(50) NOT NULL6792  `activity_type` varchar(50) NOT NULL
6512) ENGINE=InnoDB DEFAULT CHARSET=utf8;6793) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65136794
6514--6795--
6515-- Dumping data for table `ar_lu_activity_types`6796-- Dumping data for table `ar_lu_activity_types`
6516--6797--
65176798
6518INSERT INTO `ar_lu_activity_types` (`id`, `activity_type`) VALUES6799INSERT INTO `ar_lu_activity_types` (`id`, `activity_type`) VALUES
6519(1, 'Lecture'),6800(1, 'Lecture'),
6520(2, 'Seminar'),6801(2, 'Seminar'),
6521(3, 'Workshop'),6802(3, 'Workshop'),
6522(4, 'Other');6803(4, 'Other');
65236804
6524-- --------------------------------------------------------6805-- --------------------------------------------------------
65256806
6526--6807--
6527-- Table structure for table `ar_lu_clinical_locations`6808-- Table structure for table `ar_lu_clinical_locations`
6528--6809--
65296810
6530CREATE TABLE `ar_lu_clinical_locations` (6811CREATE TABLE `ar_lu_clinical_locations` (
6531  `id` int(11) NOT NULL,6812  `id` int(11) NOT NULL,
6532  `clinical_location` varchar(50) DEFAULT NULL6813  `clinical_location` varchar(50) DEFAULT NULL
6533) ENGINE=InnoDB DEFAULT CHARSET=utf8;6814) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65346815
6535--6816--
6536-- Dumping data for table `ar_lu_clinical_locations`6817-- Dumping data for table `ar_lu_clinical_locations`
6537--6818--
65386819
6539INSERT INTO `ar_lu_clinical_locations` (`id`, `clinical_location`) VALUES6820INSERT INTO `ar_lu_clinical_locations` (`id`, `clinical_location`) VALUES
6540(1, 'Hospital A'),6821(1, 'Hospital A'),
6541(2, 'Hospital B'),6822(2, 'Hospital B'),
6542(3, 'Hospital C'),6823(3, 'Hospital C'),
6543(4, 'Other (specify)');6824(4, 'Other (specify)');
65446825
6545-- --------------------------------------------------------6826-- --------------------------------------------------------
65466827
6547--6828--
6548-- Table structure for table `ar_lu_conference_paper_types`6829-- Table structure for table `ar_lu_conference_paper_types`
6549--6830--
65506831
6551CREATE TABLE `ar_lu_conference_paper_types` (6832CREATE TABLE `ar_lu_conference_paper_types` (
6552  `id` int(11) NOT NULL,6833  `id` int(11) NOT NULL,
6553  `conference_paper_type` varchar(50) NOT NULL6834  `conference_paper_type` varchar(50) NOT NULL
6554) ENGINE=InnoDB DEFAULT CHARSET=utf8;6835) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65556836
6556--6837--
6557-- Dumping data for table `ar_lu_conference_paper_types`6838-- Dumping data for table `ar_lu_conference_paper_types`
6558--6839--
65596840
6560INSERT INTO `ar_lu_conference_paper_types` (`id`, `conference_paper_type`) VALUES6841INSERT INTO `ar_lu_conference_paper_types` (`id`, `conference_paper_type`) VALUES
6561(1, 'Invited Lecture'),6842(1, 'Invited Lecture'),
6562(2, 'Invited Conference Paper');6843(2, 'Invited Conference Paper');
65636844
6564-- --------------------------------------------------------6845-- --------------------------------------------------------
65656846
6566--6847--
6567-- Table structure for table `ar_lu_consult_locations`6848-- Table structure for table `ar_lu_consult_locations`
6568--6849--
65696850
6570CREATE TABLE `ar_lu_consult_locations` (6851CREATE TABLE `ar_lu_consult_locations` (
6571  `id` int(11) NOT NULL,6852  `id` int(11) NOT NULL,
6572  `consult_location` varchar(50) NOT NULL DEFAULT ''6853  `consult_location` varchar(50) NOT NULL DEFAULT ''
6573) ENGINE=InnoDB DEFAULT CHARSET=utf8;6854) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65746855
6575--6856--
6576-- Dumping data for table `ar_lu_consult_locations`6857-- Dumping data for table `ar_lu_consult_locations`
6577--6858--
65786859
6579INSERT INTO `ar_lu_consult_locations` (`id`, `consult_location`) VALUES6860INSERT INTO `ar_lu_consult_locations` (`id`, `consult_location`) VALUES
6580(1, 'Hospital A'),6861(1, 'Hospital A'),
6581(2, 'Hospital B'),6862(2, 'Hospital B'),
6582(3, 'Hospital C'),6863(3, 'Hospital C'),
6583(4, 'Other (specify)');6864(4, 'Other (specify)');
65846865
6585-- --------------------------------------------------------6866-- --------------------------------------------------------
65866867
6587--6868--
6588-- Table structure for table `ar_lu_contribution_roles`6869-- Table structure for table `ar_lu_contribution_roles`
6589--6870--
65906871
6591CREATE TABLE `ar_lu_contribution_roles` (6872CREATE TABLE `ar_lu_contribution_roles` (
6592  `id` int(11) NOT NULL,6873  `id` int(11) NOT NULL,
6593  `contribution_role` varchar(50) NOT NULL,6874  `contribution_role` varchar(50) NOT NULL,
6594  `visible` int(1) NOT NULL DEFAULT '1'6875  `visible` int(1) NOT NULL DEFAULT '1'
6595) ENGINE=InnoDB DEFAULT CHARSET=utf8;6876) ENGINE=InnoDB DEFAULT CHARSET=utf8;
65966877
6597--6878--
6598-- Dumping data for table `ar_lu_contribution_roles`6879-- Dumping data for table `ar_lu_contribution_roles`
6599--6880--
66006881
6601INSERT INTO `ar_lu_contribution_roles` (`id`, `contribution_role`, `visible`) VALUES6882INSERT INTO `ar_lu_contribution_roles` (`id`, `contribution_role`, `visible`) VALUES
6602(1, 'Advisor', 1),6883(1, 'Advisor', 1),
6603(2, 'Chair', 1),6884(2, 'Chair', 1),
6604(3, 'Co-Chair', 1),6885(3, 'Co-Chair', 1),
6605(4, 'Consultant', 1),6886(4, 'Consultant', 1),
6606(5, 'Delegate', 1),6887(5, 'Delegate', 1),
6607(6, 'Deputy Head', 1),6888(6, 'Deputy Head', 1),
6608(7, 'Director', 1),6889(7, 'Director', 1),
6609(8, 'Head', 1),6890(8, 'Head', 1),
6610(9, 'Member', 1),6891(9, 'Member', 1),
6611(10, 'Past President', 1),6892(10, 'Past President', 1),
6612(11, 'President', 1),6893(11, 'President', 1),
6613(12, 'Representative', 1),6894(12, 'Representative', 1),
6614(13, 'Secretary', 1),6895(13, 'Secretary', 1),
6615(14, 'Vice Chair', 1),6896(14, 'Vice Chair', 1),
6616(15, 'Vice President', 1),6897(15, 'Vice President', 1),
6617(16, 'Other (specify)', 1),6898(16, 'Other (specify)', 1),
6618(17, 'Site Leader on a Clinical Trial', 1);6899(17, 'Site Leader on a Clinical Trial', 1);
66196900
6620-- --------------------------------------------------------6901-- --------------------------------------------------------
66216902
6622--6903--
6623-- Table structure for table `ar_lu_contribution_types`6904-- Table structure for table `ar_lu_contribution_types`
6624--6905--
66256906
6626CREATE TABLE `ar_lu_contribution_types` (6907CREATE TABLE `ar_lu_contribution_types` (
6627  `id` int(11) NOT NULL,6908  `id` int(11) NOT NULL,
6628  `contribution_type` varchar(50) NOT NULL,6909  `contribution_type` varchar(50) NOT NULL,
6629  `visible` int(1) NOT NULL DEFAULT '1'6910  `visible` int(1) NOT NULL DEFAULT '1'
6630) ENGINE=InnoDB DEFAULT CHARSET=utf8;6911) ENGINE=InnoDB DEFAULT CHARSET=utf8;
66316912
6632--6913--
6633-- Dumping data for table `ar_lu_contribution_types`6914-- Dumping data for table `ar_lu_contribution_types`
6634--6915--
66356916
6636INSERT INTO `ar_lu_contribution_types` (`id`, `contribution_type`, `visible`) VALUES6917INSERT INTO `ar_lu_contribution_types` (`id`, `contribution_type`, `visible`) VALUES
6637(1, 'Accreditation Committee', 1),6918(1, 'Accreditation Committee', 1),
6638(2, 'Committee (specify)', 1),6919(2, 'Committee (specify)', 1),
6639(3, 'Council (specify)', 1),6920(3, 'Council (specify)', 1),
6640(4, 'Faculty Board', 1),6921(4, 'Faculty Board', 1),
6641(5, 'Search Committee (specify)', 1),6922(5, 'Search Committee (specify)', 1),
6642(6, 'Senate', 1),6923(6, 'Senate', 1),
6643(7, 'Senate Committee (specify)', 1),6924(7, 'Senate Committee (specify)', 1),
6644(8, 'Subcommittee (specify)', 1),6925(8, 'Subcommittee (specify)', 1),
6645(9, 'Other (specify)', 1);6926(9, 'Other (specify)', 1);
66466927
6647-- --------------------------------------------------------6928-- --------------------------------------------------------
66486929
6649--6930--
6650-- Table structure for table `ar_lu_degree_types`6931-- Table structure for table `ar_lu_degree_types`
6651--6932--
66526933
6653CREATE TABLE `ar_lu_degree_types` (6934CREATE TABLE `ar_lu_degree_types` (
6654  `id` int(11) NOT NULL,6935  `id` int(11) NOT NULL,
6655  `degree_type` varchar(50) NOT NULL DEFAULT '',6936  `degree_type` varchar(50) NOT NULL DEFAULT '',
6656  `visible` int(1) NOT NULL DEFAULT '1'6937  `visible` int(1) NOT NULL DEFAULT '1'
6657) ENGINE=InnoDB DEFAULT CHARSET=utf8;6938) ENGINE=InnoDB DEFAULT CHARSET=utf8;
66586939
6659--6940--
6660-- Dumping data for table `ar_lu_degree_types`6941-- Dumping data for table `ar_lu_degree_types`
6661--6942--
66626943
6663INSERT INTO `ar_lu_degree_types` (`id`, `degree_type`, `visible`) VALUES6944INSERT INTO `ar_lu_degree_types` (`id`, `degree_type`, `visible`) VALUES
6664(1, 'BA', 1),6945(1, 'BA', 1),
6665(2, 'BSc', 1),6946(2, 'BSc', 1),
6666(3, 'BNSc', 1),6947(3, 'BNSc', 1),
6667(4, 'MA', 1),6948(4, 'MA', 1),
6668(5, 'MD', 1),6949(5, 'MD', 1),
6669(6, 'M ED', 1),6950(6, 'M ED', 1),
6670(7, 'MES', 1),6951(7, 'MES', 1),
6671(8, 'MSc', 1),6952(8, 'MSc', 1),
6672(9, 'MScOT', 1),6953(9, 'MScOT', 1),
6673(10, 'MSc OT (Project)', 1),6954(10, 'MSc OT (Project)', 1),
6674(11, 'MScPT', 1),6955(11, 'MScPT', 1),
6675(12, 'MSC PT (Project)', 1),6956(12, 'MSC PT (Project)', 1),
6676(13, 'PDF', 1),6957(13, 'PDF', 1),
6677(14, 'PhD', 1),6958(14, 'PhD', 1),
6678(15, 'Clinical Fellow', 1),6959(15, 'Clinical Fellow', 1),
6679(16, 'Summer Research Student', 1),6960(16, 'Summer Research Student', 1),
6680(17, 'MPA Candidate', 1);6961(17, 'MPA Candidate', 1);
66816962
6682-- --------------------------------------------------------6963-- --------------------------------------------------------
66836964
6684--6965--
6685-- Table structure for table `ar_lu_education_locations`6966-- Table structure for table `ar_lu_education_locations`
6686--6967--
66876968
6688CREATE TABLE `ar_lu_education_locations` (6969CREATE TABLE `ar_lu_education_locations` (
6689  `id` int(11) NOT NULL,6970  `id` int(11) NOT NULL,
6690  `education_location` varchar(50) NOT NULL DEFAULT ''6971  `education_location` varchar(50) NOT NULL DEFAULT ''
6691) ENGINE=InnoDB DEFAULT CHARSET=utf8;6972) ENGINE=InnoDB DEFAULT CHARSET=utf8;
66926973
6693--6974--
6694-- Dumping data for table `ar_lu_education_locations`6975-- Dumping data for table `ar_lu_education_locations`
6695--6976--
66966977
6697INSERT INTO `ar_lu_education_locations` (`id`, `education_location`) VALUES6978INSERT INTO `ar_lu_education_locations` (`id`, `education_location`) VALUES
6698(1, 'Hospital A'),6979(1, 'Hospital A'),
6699(2, 'Hospital B'),6980(2, 'Hospital B'),
6700(3, 'Hospital C'),6981(3, 'Hospital C'),
6701(4, 'Other (specify)');6982(4, 'Other (specify)');
67026983
6703-- --------------------------------------------------------6984-- --------------------------------------------------------
67046985
6705--6986--
6706-- Table structure for table `ar_lu_focus_groups`6987-- Table structure for table `ar_lu_focus_groups`
6707--6988--
67086989
6709CREATE TABLE `ar_lu_focus_groups` (6990CREATE TABLE `ar_lu_focus_groups` (
6710  `group_id` int(11) NOT NULL,6991  `group_id` int(11) NOT NULL,
6711  `focus_group` varchar(100) NOT NULL DEFAULT ''6992  `focus_group` varchar(100) NOT NULL DEFAULT ''
6712) ENGINE=InnoDB DEFAULT CHARSET=utf8;6993) ENGINE=InnoDB DEFAULT CHARSET=utf8;
67136994
6714--6995--
6715-- Dumping data for table `ar_lu_focus_groups`6996-- Dumping data for table `ar_lu_focus_groups`
6716--6997--
67176998
6718INSERT INTO `ar_lu_focus_groups` (`group_id`, `focus_group`) VALUES6999INSERT INTO `ar_lu_focus_groups` (`group_id`, `focus_group`) VALUES
6719(20, 'Anesthesiology'),7000(20, 'Anesthesiology'),
6720(1, 'Cancer'),7001(1, 'Cancer'),
6721(3, 'Cardiovascular, Circulatory and Respiratory'),7002(3, 'Cardiovascular, Circulatory and Respiratory'),
6722(13, 'Critical Care'),7003(13, 'Critical Care'),
6723(16, 'Educational Research'),7004(16, 'Educational Research'),
6724(12, 'Emergency'),7005(12, 'Emergency'),
6725(4, 'Gastrointestinal'),7006(4, 'Gastrointestinal'),
6726(9, 'Genetics'),7007(9, 'Genetics'),
6727(6, 'Health Services Research'),7008(6, 'Health Services Research'),
6728(17, 'Microbiology and Immunology'),7009(17, 'Microbiology and Immunology'),
6729(5, 'Musculoskeletal\n'),7010(5, 'Musculoskeletal\n'),
6730(14, 'Nephrology'),7011(14, 'Nephrology'),
6731(2, 'Neurosciences'),7012(2, 'Neurosciences'),
6732(10, 'Nursing'),7013(10, 'Nursing'),
6733(22, 'Obstetrics and Gynecology'),7014(22, 'Obstetrics and Gynecology'),
6734(24, 'Occupational Therapy'),7015(24, 'Occupational Therapy'),
6735(15, 'Other'),7016(15, 'Other'),
6736(11, 'Primary Care Studies'),7017(11, 'Primary Care Studies'),
6737(7, 'Protein Function and Discovery'),7018(7, 'Protein Function and Discovery'),
6738(19, 'Psychiatry'),7019(19, 'Psychiatry'),
6739(23, 'Rehabilitation Therapy'),7020(23, 'Rehabilitation Therapy'),
6740(8, 'Reproductive Sciences'),7021(8, 'Reproductive Sciences'),
6741(18, 'Urology');7022(18, 'Urology');
67427023
6743-- --------------------------------------------------------7024-- --------------------------------------------------------
67447025
6745--7026--
6746-- Table structure for table `ar_lu_hospital_location`7027-- Table structure for table `ar_lu_hospital_location`
6747--7028--
67487029
6749CREATE TABLE `ar_lu_hospital_location` (7030CREATE TABLE `ar_lu_hospital_location` (
6750  `hosp_id` int(11) NOT NULL DEFAULT '0',7031  `hosp_id` int(11) NOT NULL DEFAULT '0',
6751  `hosp_desc` varchar(100) NOT NULL DEFAULT ''7032  `hosp_desc` varchar(100) NOT NULL DEFAULT ''
6752) ENGINE=InnoDB DEFAULT CHARSET=utf8;7033) ENGINE=InnoDB DEFAULT CHARSET=utf8;
67537034
6754--7035--
6755-- Dumping data for table `ar_lu_hospital_location`7036-- Dumping data for table `ar_lu_hospital_location`
6756--7037--
67577038
6758INSERT INTO `ar_lu_hospital_location` (`hosp_id`, `hosp_desc`) VALUES7039INSERT INTO `ar_lu_hospital_location` (`hosp_id`, `hosp_desc`) VALUES
6759(1, 'Hospital A'),7040(1, 'Hospital A'),
6760(2, 'Hospital B'),7041(2, 'Hospital B'),
6761(3, 'Hospital C');7042(3, 'Hospital C');
67627043
6763-- --------------------------------------------------------7044-- --------------------------------------------------------
67647045
6765--7046--
6766-- Table structure for table `ar_lu_innovation_types`7047-- Table structure for table `ar_lu_innovation_types`
6767--7048--
67687049
6769CREATE TABLE `ar_lu_innovation_types` (7050CREATE TABLE `ar_lu_innovation_types` (
6770  `id` int(11) NOT NULL,7051  `id` int(11) NOT NULL,
6771  `innovation_type` varchar(50) NOT NULL7052  `innovation_type` varchar(50) NOT NULL
6772) ENGINE=InnoDB DEFAULT CHARSET=utf8;7053) ENGINE=InnoDB DEFAULT CHARSET=utf8;
67737054
6774--7055--
6775-- Dumping data for table `ar_lu_innovation_types`7056-- Dumping data for table `ar_lu_innovation_types`
6776--7057--
67777058
6778INSERT INTO `ar_lu_innovation_types` (`id`, `innovation_type`) VALUES7059INSERT INTO `ar_lu_innovation_types` (`id`, `innovation_type`) VALUES
6779(1, 'Course Design'),7060(1, 'Course Design'),
6780(2, 'Curriculum Development'),7061(2, 'Curriculum Development'),
6781(3, 'Educational Materials Development'),7062(3, 'Educational Materials Development'),
6782(4, 'Software Development'),7063(4, 'Software Development'),
6783(5, 'Educational Planning and Policy Development'),7064(5, 'Educational Planning and Policy Development'),
6784(6, 'Development of Innovative Teaching Methods');7065(6, 'Development of Innovative Teaching Methods');
67857066
6786-- --------------------------------------------------------7067-- --------------------------------------------------------
67877068
6788--7069--
6789-- Table structure for table `ar_lu_membership_roles`7070-- Table structure for table `ar_lu_membership_roles`
6790--7071--
67917072
6792CREATE TABLE `ar_lu_membership_roles` (7073CREATE TABLE `ar_lu_membership_roles` (
6793  `id` int(11) NOT NULL,7074  `id` int(11) NOT NULL,
6794  `membership_role` varchar(50) NOT NULL7075  `membership_role` varchar(50) NOT NULL
6795) ENGINE=InnoDB DEFAULT CHARSET=utf8;7076) ENGINE=InnoDB DEFAULT CHARSET=utf8;
67967077
6797--7078--
6798-- Dumping data for table `ar_lu_membership_roles`7079-- Dumping data for table `ar_lu_membership_roles`
6799--7080--
68007081
6801INSERT INTO `ar_lu_membership_roles` (`id`, `membership_role`) VALUES7082INSERT INTO `ar_lu_membership_roles` (`id`, `membership_role`) VALUES
6802(1, 'Examining Committee'),7083(1, 'Examining Committee'),
6803(2, 'Comprehensive Exam Committee'),7084(2, 'Comprehensive Exam Committee'),
6804(3, 'Mini Masters'),7085(3, 'Mini Masters'),
6805(4, 'Supervisory Committee'),7086(4, 'Supervisory Committee'),
6806(5, 'Other (specify)');7087(5, 'Other (specify)');
68077088
6808-- --------------------------------------------------------7089-- --------------------------------------------------------
68097090
6810--7091--
6811-- Table structure for table `ar_lu_on_call_locations`7092-- Table structure for table `ar_lu_on_call_locations`
6812--7093--
68137094
6814CREATE TABLE `ar_lu_on_call_locations` (7095CREATE TABLE `ar_lu_on_call_locations` (
6815  `id` int(11) NOT NULL,7096  `id` int(11) NOT NULL,
6816  `on_call_location` varchar(50) NOT NULL7097  `on_call_location` varchar(50) NOT NULL
6817) ENGINE=InnoDB DEFAULT CHARSET=utf8;7098) ENGINE=InnoDB DEFAULT CHARSET=utf8;
68187099
6819--7100--
6820-- Dumping data for table `ar_lu_on_call_locations`7101-- Dumping data for table `ar_lu_on_call_locations`
6821--7102--
68227103
6823INSERT INTO `ar_lu_on_call_locations` (`id`, `on_call_location`) VALUES7104INSERT INTO `ar_lu_on_call_locations` (`id`, `on_call_location`) VALUES
6824(1, 'Hospital A'),7105(1, 'Hospital A'),
6825(2, 'Hospital B'),7106(2, 'Hospital B'),
6826(3, 'Hospital C'),7107(3, 'Hospital C'),
6827(4, 'Other (specify)');7108(4, 'Other (specify)');
68287109
6829-- --------------------------------------------------------7110-- --------------------------------------------------------
68307111
6831--7112--
6832-- Table structure for table `ar_lu_other_locations`7113-- Table structure for table `ar_lu_other_locations`
6833--7114--
68347115
6835CREATE TABLE `ar_lu_other_locations` (7116CREATE TABLE `ar_lu_other_locations` (
6836  `id` int(11) NOT NULL,7117  `id` int(11) NOT NULL,
6837  `other_location` varchar(50) NOT NULL7118  `other_location` varchar(50) NOT NULL
6838) ENGINE=InnoDB DEFAULT CHARSET=utf8;7119) ENGINE=InnoDB DEFAULT CHARSET=utf8;
68397120
6840--7121--
6841-- Dumping data for table `ar_lu_other_locations`7122-- Dumping data for table `ar_lu_other_locations`
6842--7123--
68437124
6844INSERT INTO `ar_lu_other_locations` (`id`, `other_location`) VALUES7125INSERT INTO `ar_lu_other_locations` (`id`, `other_location`) VALUES
6845(1, 'Hospital A'),7126(1, 'Hospital A'),
6846(2, 'Hospital B'),7127(2, 'Hospital B'),
6847(3, 'Hospital C'),7128(3, 'Hospital C'),
6848(4, 'Other (specify)');7129(4, 'Other (specify)');
68497130
6850-- --------------------------------------------------------7131-- --------------------------------------------------------
68517132
6852--7133--
6853-- Table structure for table `ar_lu_patent_types`7134-- Table structure for table `ar_lu_patent_types`
6854--7135--
68557136
6856CREATE TABLE `ar_lu_patent_types` (7137CREATE TABLE `ar_lu_patent_types` (
6857  `id` int(11) NOT NULL,7138  `id` int(11) NOT NULL,
6858  `patent_type` varchar(50) NOT NULL7139  `patent_type` varchar(50) NOT NULL
6859) ENGINE=InnoDB DEFAULT CHARSET=utf8;7140) ENGINE=InnoDB DEFAULT CHARSET=utf8;
68607141
6861--7142--
6862-- Dumping data for table `ar_lu_patent_types`7143-- Dumping data for table `ar_lu_patent_types`
6863--7144--
68647145
6865INSERT INTO `ar_lu_patent_types` (`id`, `patent_type`) VALUES7146INSERT INTO `ar_lu_patent_types` (`id`, `patent_type`) VALUES
6866(1, 'License Granted'),7147(1, 'License Granted'),
6867(2, 'Non-Disclosure Agreement'),7148(2, 'Non-Disclosure Agreement'),
6868(3, 'Patent Applied For'),7149(3, 'Patent Applied For'),
6869(4, 'Patent Obtained');7150(4, 'Patent Obtained');
68707151
6871-- --------------------------------------------------------7152-- --------------------------------------------------------
68727153
6873--7154--
6874-- Table structure for table `ar_lu_prize_categories`7155-- Table structure for table `ar_lu_prize_categories`
6875--7156--
68767157
6877CREATE TABLE `ar_lu_prize_categories` (7158CREATE TABLE `ar_lu_prize_categories` (
6878  `id` int(11) NOT NULL,7159  `id` int(11) NOT NULL,
6879  `prize_category` varchar(50) NOT NULL7160  `prize_category` varchar(50) NOT NULL
6880) ENGINE=InnoDB DEFAULT CHARSET=utf8;7161) ENGINE=InnoDB DEFAULT CHARSET=utf8;
68817162
6882--7163--
6883-- Dumping data for table `ar_lu_prize_categories`7164-- Dumping data for table `ar_lu_prize_categories`
6884--7165--
68857166
6886INSERT INTO `ar_lu_prize_categories` (`id`, `prize_category`) VALUES7167INSERT INTO `ar_lu_prize_categories` (`id`, `prize_category`) VALUES
6887(1, 'Research'),7168(1, 'Research'),
6888(2, 'Teaching'),7169(2, 'Teaching'),
6889(3, 'Service');7170(3, 'Service');
68907171
6891-- --------------------------------------------------------7172-- --------------------------------------------------------
68927173
6893--7174--
6894-- Table structure for table `ar_lu_prize_types`7175-- Table structure for table `ar_lu_prize_types`
6895--7176--
68967177
6897CREATE TABLE `ar_lu_prize_types` (7178CREATE TABLE `ar_lu_prize_types` (
6898  `id` int(11) NOT NULL,7179  `id` int(11) NOT NULL,
6899  `prize_type` varchar(50) NOT NULL7180  `prize_type` varchar(50) NOT NULL
6900) ENGINE=InnoDB DEFAULT CHARSET=utf8;7181) ENGINE=InnoDB DEFAULT CHARSET=utf8;
69017182
6902--7183--
6903-- Dumping data for table `ar_lu_prize_types`7184-- Dumping data for table `ar_lu_prize_types`
6904--7185--
69057186
6906INSERT INTO `ar_lu_prize_types` (`id`, `prize_type`) VALUES7187INSERT INTO `ar_lu_prize_types` (`id`, `prize_type`) VALUES
6907(1, 'Award'),7188(1, 'Award'),
6908(2, 'Honour'),7189(2, 'Honour'),
6909(3, 'Prize');7190(3, 'Prize');
69107191
6911-- --------------------------------------------------------7192-- --------------------------------------------------------
69127193
6913--7194--
6914-- Table structure for table `ar_lu_profile_roles`7195-- Table structure for table `ar_lu_profile_roles`
6915--7196--
69167197
6917CREATE TABLE `ar_lu_profile_roles` (7198CREATE TABLE `ar_lu_profile_roles` (
6918  `id` int(11) NOT NULL,7199  `id` int(11) NOT NULL,
6919  `profile_role` varchar(50) NOT NULL7200  `profile_role` varchar(50) NOT NULL
6920) ENGINE=InnoDB DEFAULT CHARSET=utf8;7201) ENGINE=InnoDB DEFAULT CHARSET=utf8;
69217202
6922--7203--
6923-- Dumping data for table `ar_lu_profile_roles`7204-- Dumping data for table `ar_lu_profile_roles`
6924--7205--
69257206
6926INSERT INTO `ar_lu_profile_roles` (`id`, `profile_role`) VALUES7207INSERT INTO `ar_lu_profile_roles` (`id`, `profile_role`) VALUES
6927(1, 'Researcher/Scholar'),7208(1, 'Researcher/Scholar'),
6928(2, 'Educator/Scholar'),7209(2, 'Educator/Scholar'),
6929(3, 'Clinician/Scholar');7210(3, 'Clinician/Scholar');
69307211
6931-- --------------------------------------------------------7212-- --------------------------------------------------------
69327213
6933--7214--
6934-- Table structure for table `ar_lu_pr_roles`7215-- Table structure for table `ar_lu_pr_roles`
6935--7216--
69367217
6937CREATE TABLE `ar_lu_pr_roles` (7218CREATE TABLE `ar_lu_pr_roles` (
6938  `role_id` int(11) NOT NULL DEFAULT '0',7219  `role_id` int(11) NOT NULL DEFAULT '0',
6939  `role_description` varchar(50) NOT NULL DEFAULT ''7220  `role_description` varchar(50) NOT NULL DEFAULT ''
6940) ENGINE=InnoDB DEFAULT CHARSET=utf8;7221) ENGINE=InnoDB DEFAULT CHARSET=utf8;
69417222
6942--7223--
6943-- Dumping data for table `ar_lu_pr_roles`7224-- Dumping data for table `ar_lu_pr_roles`
6944--7225--
69457226
6946INSERT INTO `ar_lu_pr_roles` (`role_id`, `role_description`) VALUES7227INSERT INTO `ar_lu_pr_roles` (`role_id`, `role_description`) VALUES
6947(3, 'Contributing Author'),7228(3, 'Contributing Author'),
6948(2, 'Corresponding Author'),7229(2, 'Corresponding Author'),
6949(1, 'First Author');7230(1, 'First Author');
69507231
6951-- --------------------------------------------------------7232-- --------------------------------------------------------
69527233
6953--7234--
6954-- Table structure for table `ar_lu_publication_statuses`7235-- Table structure for table `ar_lu_publication_statuses`
6955--7236--
69567237
6957CREATE TABLE `ar_lu_publication_statuses` (7238CREATE TABLE `ar_lu_publication_statuses` (
6958  `id` int(11) NOT NULL,7239  `id` int(11) NOT NULL,
6959  `publication_status` varchar(50) NOT NULL7240  `publication_status` varchar(50) NOT NULL
6960) ENGINE=InnoDB DEFAULT CHARSET=utf8;7241) ENGINE=InnoDB DEFAULT CHARSET=utf8;
69617242
6962--7243--
6963-- Dumping data for table `ar_lu_publication_statuses`7244-- Dumping data for table `ar_lu_publication_statuses`
6964--7245--
69657246
6966INSERT INTO `ar_lu_publication_statuses` (`id`, `publication_status`) VALUES7247INSERT INTO `ar_lu_publication_statuses` (`id`, `publication_status`) VALUES
6967(1, 'Accepted'),7248(1, 'Accepted'),
6968(2, 'In Press'),7249(2, 'In Press'),
6969(3, 'Presented'),7250(3, 'Presented'),
6970(4, 'Published'),7251(4, 'Published'),
6971(5, 'Submitted');7252(5, 'Submitted');
69727253
6973-- --------------------------------------------------------7254-- --------------------------------------------------------
69747255
6975--7256--
6976-- Table structure for table `ar_lu_publication_type`7257-- Table structure for table `ar_lu_publication_type`
6977--7258--
69787259
6979CREATE TABLE `ar_lu_publication_type` (7260CREATE TABLE `ar_lu_publication_type` (
6980  `type_id` int(11) NOT NULL DEFAULT '0',7261  `type_id` int(11) NOT NULL DEFAULT '0',
6981  `type_description` varchar(50) NOT NULL DEFAULT ''7262  `type_description` varchar(50) NOT NULL DEFAULT ''
6982) ENGINE=InnoDB DEFAULT CHARSET=utf8;7263) ENGINE=InnoDB DEFAULT CHARSET=utf8;
69837264
6984--7265--
6985-- Dumping data for table `ar_lu_publication_type`7266-- Dumping data for table `ar_lu_publication_type`
6986--7267--
69877268
6988INSERT INTO `ar_lu_publication_type` (`type_id`, `type_description`) VALUES7269INSERT INTO `ar_lu_publication_type` (`type_id`, `type_description`) VALUES
6989(3, 'Chapter'),7270(3, 'Chapter'),
6990(6, 'Complete Book'),7271(6, 'Complete Book'),
6991(8, 'Editorial'),7272(8, 'Editorial'),
6992(7, 'Monograph'),7273(7, 'Monograph'),
6993(5, 'Non-Peer-Reviewed Abstract'),7274(5, 'Non-Peer-Reviewed Abstract'),
6994(2, 'Non-Peer-Reviewed Article'),7275(2, 'Non-Peer-Reviewed Article'),
6995(4, 'Peer-Reviewed Abstract'),7276(4, 'Peer-Reviewed Abstract'),
6996(1, 'Peer-Reviewed Article'),7277(1, 'Peer-Reviewed Article'),
6997(10, 'Poster Presentations'),7278(10, 'Poster Presentations'),
6998(9, 'Published Conference Proceeding'),7279(9, 'Published Conference Proceeding'),
6999(11, 'Technical Report');7280(11, 'Technical Report');
70007281
7001-- --------------------------------------------------------7282-- --------------------------------------------------------
70027283
7003--7284--
7004-- Table structure for table `ar_lu_research_types`7285-- Table structure for table `ar_lu_research_types`
7005--7286--
70067287
7007CREATE TABLE `ar_lu_research_types` (7288CREATE TABLE `ar_lu_research_types` (
7008  `id` int(11) NOT NULL,7289  `id` int(11) NOT NULL,
7009  `research_type` varchar(50) NOT NULL7290  `research_type` varchar(50) NOT NULL
7010) ENGINE=InnoDB DEFAULT CHARSET=utf8;7291) ENGINE=InnoDB DEFAULT CHARSET=utf8;
70117292
7012--7293--
7013-- Dumping data for table `ar_lu_research_types`7294-- Dumping data for table `ar_lu_research_types`
7014--7295--
70157296
7016INSERT INTO `ar_lu_research_types` (`id`, `research_type`) VALUES7297INSERT INTO `ar_lu_research_types` (`id`, `research_type`) VALUES
7017(1, 'Infrastructure'),7298(1, 'Infrastructure'),
7018(2, 'Operating'),7299(2, 'Operating'),
7019(3, 'Salary'),7300(3, 'Salary'),
7020(4, 'Training');7301(4, 'Training');
70217302
7022-- --------------------------------------------------------7303-- --------------------------------------------------------
70237304
7024--7305--
7025-- Table structure for table `ar_lu_scholarly_types`7306-- Table structure for table `ar_lu_scholarly_types`
7026--7307--
70277308
7028CREATE TABLE `ar_lu_scholarly_types` (7309CREATE TABLE `ar_lu_scholarly_types` (
7029  `id` int(11) NOT NULL,7310  `id` int(11) NOT NULL,
7030  `scholarly_type` varchar(50) NOT NULL7311  `scholarly_type` varchar(50) NOT NULL
7031) ENGINE=InnoDB DEFAULT CHARSET=utf8;7312) ENGINE=InnoDB DEFAULT CHARSET=utf8;
70327313
7033--7314--
7034-- Dumping data for table `ar_lu_scholarly_types`7315-- Dumping data for table `ar_lu_scholarly_types`
7035--7316--
70367317
7037INSERT INTO `ar_lu_scholarly_types` (`id`, `scholarly_type`) VALUES7318INSERT INTO `ar_lu_scholarly_types` (`id`, `scholarly_type`) VALUES
7038(1, 'Granting Body Referee'),7319(1, 'Granting Body Referee'),
7039(2, 'Journal Editorship'),7320(2, 'Journal Editorship'),
7040(3, 'Journal Referee'),7321(3, 'Journal Referee'),
7041(4, 'Other (specify)');7322(4, 'Other (specify)');
70427323
7043-- --------------------------------------------------------7324-- --------------------------------------------------------
70447325
7045--7326--
7046-- Table structure for table `ar_lu_self_education_types`7327-- Table structure for table `ar_lu_self_education_types`
7047--7328--
70487329
7049CREATE TABLE `ar_lu_self_education_types` (7330CREATE TABLE `ar_lu_self_education_types` (
7050  `id` int(11) NOT NULL,7331  `id` int(11) NOT NULL,
7051  `self_education_type` varchar(50) NOT NULL7332  `self_education_type` varchar(50) NOT NULL
7052) ENGINE=InnoDB DEFAULT CHARSET=utf8;7333) ENGINE=InnoDB DEFAULT CHARSET=utf8;
70537334
7054--7335--
7055-- Dumping data for table `ar_lu_self_education_types`7336-- Dumping data for table `ar_lu_self_education_types`
7056--7337--
70577338
7058INSERT INTO `ar_lu_self_education_types` (`id`, `self_education_type`) VALUES7339INSERT INTO `ar_lu_self_education_types` (`id`, `self_education_type`) VALUES
7059(1, 'Clinical'),7340(1, 'Clinical'),
7060(2, 'Research'),7341(2, 'Research'),
7061(3, 'Teaching'),7342(3, 'Teaching'),
7062(4, 'Service/Administrative'),7343(4, 'Service/Administrative'),
7063(5, 'Other');7344(5, 'Other');
70647345
7065-- --------------------------------------------------------7346-- --------------------------------------------------------
70667347
7067--7348--
7068-- Table structure for table `ar_lu_supervision_types`7349-- Table structure for table `ar_lu_supervision_types`
7069--7350--
70707351
7071CREATE TABLE `ar_lu_supervision_types` (7352CREATE TABLE `ar_lu_supervision_types` (
7072  `id` int(11) NOT NULL,7353  `id` int(11) NOT NULL,
7073  `supervision_type` varchar(50) NOT NULL DEFAULT ''7354  `supervision_type` varchar(50) NOT NULL DEFAULT ''
7074) ENGINE=InnoDB DEFAULT CHARSET=utf8;7355) ENGINE=InnoDB DEFAULT CHARSET=utf8;
70757356
7076--7357--
7077-- Dumping data for table `ar_lu_supervision_types`7358-- Dumping data for table `ar_lu_supervision_types`
7078--7359--
70797360
7080INSERT INTO `ar_lu_supervision_types` (`id`, `supervision_type`) VALUES7361INSERT INTO `ar_lu_supervision_types` (`id`, `supervision_type`) VALUES
7081(1, 'Joint'),7362(1, 'Joint'),
7082(2, 'Sole');7363(2, 'Sole');
70837364
7084-- --------------------------------------------------------7365-- --------------------------------------------------------
70857366
7086--7367--
7087-- Table structure for table `ar_lu_trainee_levels`7368-- Table structure for table `ar_lu_trainee_levels`
7088--7369--
70897370
7090CREATE TABLE `ar_lu_trainee_levels` (7371CREATE TABLE `ar_lu_trainee_levels` (
7091  `id` int(11) NOT NULL,7372  `id` int(11) NOT NULL,
7092  `trainee_level` varchar(50) NOT NULL7373  `trainee_level` varchar(50) NOT NULL
7093) ENGINE=InnoDB DEFAULT CHARSET=utf8;7374) ENGINE=InnoDB DEFAULT CHARSET=utf8;
70947375
7095--7376--
7096-- Dumping data for table `ar_lu_trainee_levels`7377-- Dumping data for table `ar_lu_trainee_levels`
7097--7378--
70987379
7099INSERT INTO `ar_lu_trainee_levels` (`id`, `trainee_level`) VALUES7380INSERT INTO `ar_lu_trainee_levels` (`id`, `trainee_level`) VALUES
7100(1, 'Clerk(s)'),7381(1, 'Clerk(s)'),
7101(2, 'Clinical Fellow(s)'),7382(2, 'Clinical Fellow(s)'),
7102(3, 'International Med. Graduate'),7383(3, 'International Med. Graduate'),
7103(4, 'PGY (specify)'),7384(4, 'PGY (specify)'),
7104(5, 'Other (specify)');7385(5, 'Other (specify)');
71057386
7106-- --------------------------------------------------------7387-- --------------------------------------------------------
71077388
7108--7389--
7109-- Table structure for table `ar_lu_undergraduate_supervision_courses`7390-- Table structure for table `ar_lu_undergraduate_supervision_courses`
7110--7391--
71117392
7112CREATE TABLE `ar_lu_undergraduate_supervision_courses` (7393CREATE TABLE `ar_lu_undergraduate_supervision_courses` (
7113  `id` int(11) NOT NULL,7394  `id` int(11) NOT NULL,
7114  `undergarduate_supervision_course` varchar(50) NOT NULL DEFAULT ''7395  `undergarduate_supervision_course` varchar(50) NOT NULL DEFAULT ''
7115) ENGINE=InnoDB DEFAULT CHARSET=utf8;7396) ENGINE=InnoDB DEFAULT CHARSET=utf8;
71167397
7117--7398--
7118-- Dumping data for table `ar_lu_undergraduate_supervision_courses`7399-- Dumping data for table `ar_lu_undergraduate_supervision_courses`
7119--7400--
71207401
7121INSERT INTO `ar_lu_undergraduate_supervision_courses` (`id`, `undergarduate_supervision_course`) VALUES7402INSERT INTO `ar_lu_undergraduate_supervision_courses` (`id`, `undergarduate_supervision_course`) VALUES
7122(1, 'ANAT-499'),7403(1, 'ANAT-499'),
7123(2, 'BCHM-421'),7404(2, 'BCHM-421'),
7124(3, 'BCHM-422'),7405(3, 'BCHM-422'),
7125(4, 'MICR-499'),7406(4, 'MICR-499'),
7126(5, 'PATH-499'),7407(5, 'PATH-499'),
7127(6, 'PHAR-499'),7408(6, 'PHAR-499'),
7128(7, 'PHGY-499'),7409(7, 'PHGY-499'),
7129(8, 'NURS-490'),7410(8, 'NURS-490'),
7130(9, 'ANAT499'),7411(9, 'ANAT499'),
7131(10, 'BCHM421'),7412(10, 'BCHM421'),
7132(11, 'BCHM422'),7413(11, 'BCHM422'),
7133(12, 'MICR499'),7414(12, 'MICR499'),
7134(13, 'PATH499'),7415(13, 'PATH499'),
7135(14, 'PHAR499'),7416(14, 'PHAR499'),
7136(15, 'PHGY499'),7417(15, 'PHGY499'),
7137(16, 'NURS490'),7418(16, 'NURS490'),
7138(17, 'ANAT 499'),7419(17, 'ANAT 499'),
7139(18, 'BCHM 421'),7420(18, 'BCHM 421'),
7140(19, 'BCHM 422'),7421(19, 'BCHM 422'),
7141(20, 'MICR 499'),7422(20, 'MICR 499'),
7142(21, 'PATH 499'),7423(21, 'PATH 499'),
7143(22, 'PHAR 499'),7424(22, 'PHAR 499'),
7144(23, 'PHGY 499'),7425(23, 'PHGY 499'),
7145(24, 'NURS 490');7426(24, 'NURS 490');
71467427
7147-- --------------------------------------------------------7428-- --------------------------------------------------------
71487429
7149--7430--
7150-- Table structure for table `ar_memberships`7431-- Table structure for table `ar_memberships`
7151--7432--
71527433
7153CREATE TABLE `ar_memberships` (7434CREATE TABLE `ar_memberships` (
7154  `memberships_id` int(11) NOT NULL,7435  `memberships_id` int(11) NOT NULL,
7155  `student_name` varchar(150) NOT NULL DEFAULT '',7436  `student_name` varchar(150) NOT NULL DEFAULT '',
7156  `degree` varchar(25) NOT NULL DEFAULT '',7437  `degree` varchar(25) NOT NULL DEFAULT '',
7157  `department` varchar(150) NOT NULL DEFAULT '',7438  `department` varchar(150) NOT NULL DEFAULT '',
7158  `university` varchar(255) NOT NULL DEFAULT '',7439  `university` varchar(255) NOT NULL DEFAULT '',
7159  `role` varchar(100) NOT NULL DEFAULT '',7440  `role` varchar(100) NOT NULL DEFAULT '',
7160  `role_description` text,7441  `role_description` text,
7161  `year_reported` int(4) NOT NULL DEFAULT '0',7442  `year_reported` int(4) NOT NULL DEFAULT '0',
7162  `proxy_id` int(11) DEFAULT NULL,7443  `proxy_id` int(11) DEFAULT NULL,
7163  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7444  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7164  `updated_by` int(11) DEFAULT NULL7445  `updated_by` int(11) DEFAULT NULL
7165) ENGINE=InnoDB DEFAULT CHARSET=utf8;7446) ENGINE=InnoDB DEFAULT CHARSET=utf8;
71667447
7167-- --------------------------------------------------------7448-- --------------------------------------------------------
71687449
7169--7450--
7170-- Table structure for table `ar_non_peer_reviewed_papers`7451-- Table structure for table `ar_non_peer_reviewed_papers`
7171--7452--
71727453
7173CREATE TABLE `ar_non_peer_reviewed_papers` (7454CREATE TABLE `ar_non_peer_reviewed_papers` (
7174  `non_peer_reviewed_papers_id` int(11) NOT NULL,7455  `non_peer_reviewed_papers_id` int(11) NOT NULL,
7175  `title` text NOT NULL,7456  `title` text NOT NULL,
7176  `source` varchar(200) NOT NULL,7457  `source` varchar(200) NOT NULL,
7177  `author_list` varchar(200) NOT NULL,7458  `author_list` varchar(200) NOT NULL,
7178  `category` varchar(10) DEFAULT NULL,7459  `category` varchar(10) DEFAULT NULL,
7179  `epub_url` text,7460  `epub_url` text,
7180  `status_date` varchar(8) DEFAULT NULL,7461  `status_date` varchar(8) DEFAULT NULL,
7181  `epub_date` varchar(8) NOT NULL,7462  `epub_date` varchar(8) NOT NULL,
7182  `volume` varchar(25) DEFAULT NULL,7463  `volume` varchar(25) DEFAULT NULL,
7183  `edition` varchar(25) DEFAULT NULL,7464  `edition` varchar(25) DEFAULT NULL,
7184  `pages` varchar(25) DEFAULT NULL,7465  `pages` varchar(25) DEFAULT NULL,
7185  `role_id` int(3) NOT NULL,7466  `role_id` int(3) NOT NULL,
7186  `type_id` int(3) NOT NULL,7467  `type_id` int(3) NOT NULL,
7187  `status` varchar(25) NOT NULL,7468  `status` varchar(25) NOT NULL,
7188  `group_id` int(3) DEFAULT NULL,7469  `group_id` int(3) DEFAULT NULL,
7189  `hospital_id` int(3) DEFAULT NULL,7470  `hospital_id` int(3) DEFAULT NULL,
7190  `pubmed_id` varchar(200) NOT NULL,7471  `pubmed_id` varchar(200) NOT NULL,
7191  `year_reported` int(4) NOT NULL,7472  `year_reported` int(4) NOT NULL,
7192  `proxy_id` int(11) DEFAULT NULL,7473  `proxy_id` int(11) DEFAULT NULL,
7193  `visible_on_website` int(1) DEFAULT '0',7474  `visible_on_website` int(1) DEFAULT '0',
7194  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7475  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7195  `updated_by` int(11) DEFAULT NULL7476  `updated_by` int(11) DEFAULT NULL
7196) ENGINE=InnoDB DEFAULT CHARSET=utf8;7477) ENGINE=InnoDB DEFAULT CHARSET=utf8;
71977478
7198-- --------------------------------------------------------7479-- --------------------------------------------------------
71997480
7200--7481--
7201-- Table structure for table `ar_on_call`7482-- Table structure for table `ar_on_call`
7202--7483--
72037484
7204CREATE TABLE `ar_on_call` (7485CREATE TABLE `ar_on_call` (
7205  `on_call_id` int(11) NOT NULL,7486  `on_call_id` int(11) NOT NULL,
7206  `site` varchar(150) NOT NULL DEFAULT '',7487  `site` varchar(150) NOT NULL DEFAULT '',
7207  `site_description` text,7488  `site_description` text,
7208  `frequency` varchar(250) DEFAULT NULL,7489  `frequency` varchar(250) DEFAULT NULL,
7209  `special_features` text NOT NULL,7490  `special_features` text NOT NULL,
7210  `year_reported` int(4) NOT NULL DEFAULT '0',7491  `year_reported` int(4) NOT NULL DEFAULT '0',
7211  `proxy_id` int(11) DEFAULT NULL,7492  `proxy_id` int(11) DEFAULT NULL,
7212  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7493  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7213  `updated_by` int(11) DEFAULT NULL7494  `updated_by` int(11) DEFAULT NULL
7214) ENGINE=InnoDB DEFAULT CHARSET=utf8;7495) ENGINE=InnoDB DEFAULT CHARSET=utf8;
72157496
7216-- --------------------------------------------------------7497-- --------------------------------------------------------
72177498
7218--7499--
7219-- Table structure for table `ar_other`7500-- Table structure for table `ar_other`
7220--7501--
72217502
7222CREATE TABLE `ar_other` (7503CREATE TABLE `ar_other` (
7223  `other_id` int(11) NOT NULL,7504  `other_id` int(11) NOT NULL,
7224  `course_name` text NOT NULL,7505  `course_name` text NOT NULL,
7225  `type` varchar(150) NOT NULL DEFAULT '',7506  `type` varchar(150) NOT NULL DEFAULT '',
7226  `description` text NOT NULL,7507  `description` text NOT NULL,
7227  `year_reported` int(4) NOT NULL DEFAULT '0',7508  `year_reported` int(4) NOT NULL DEFAULT '0',
7228  `proxy_id` int(11) DEFAULT NULL,7509  `proxy_id` int(11) DEFAULT NULL,
7229  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7510  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7230  `updated_by` int(11) DEFAULT NULL7511  `updated_by` int(11) DEFAULT NULL
7231) ENGINE=InnoDB DEFAULT CHARSET=utf8;7512) ENGINE=InnoDB DEFAULT CHARSET=utf8;
72327513
7233-- --------------------------------------------------------7514-- --------------------------------------------------------
72347515
7235--7516--
7236-- Table structure for table `ar_other_activity`7517-- Table structure for table `ar_other_activity`
7237--7518--
72387519
7239CREATE TABLE `ar_other_activity` (7520CREATE TABLE `ar_other_activity` (
7240  `other_activity_id` int(11) NOT NULL,7521  `other_activity_id` int(11) NOT NULL,
7241  `site` varchar(150) NOT NULL DEFAULT '',7522  `site` varchar(150) NOT NULL DEFAULT '',
7242  `site_description` text,7523  `site_description` text,
7243  `average_hours` int(11) DEFAULT NULL,7524  `average_hours` int(11) DEFAULT NULL,
7244  `special_features` text NOT NULL,7525  `special_features` text NOT NULL,
7245  `year_reported` int(4) NOT NULL DEFAULT '0',7526  `year_reported` int(4) NOT NULL DEFAULT '0',
7246  `proxy_id` int(11) DEFAULT NULL,7527  `proxy_id` int(11) DEFAULT NULL,
7247  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7528  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7248  `updated_by` int(11) DEFAULT NULL7529  `updated_by` int(11) DEFAULT NULL
7249) ENGINE=InnoDB DEFAULT CHARSET=utf8;7530) ENGINE=InnoDB DEFAULT CHARSET=utf8;
72507531
7251-- --------------------------------------------------------7532-- --------------------------------------------------------
72527533
7253--7534--
7254-- Table structure for table `ar_patent_activity`7535-- Table structure for table `ar_patent_activity`
7255--7536--
72567537
7257CREATE TABLE `ar_patent_activity` (7538CREATE TABLE `ar_patent_activity` (
7258  `patent_activity_id` int(11) NOT NULL,7539  `patent_activity_id` int(11) NOT NULL,
7259  `patent_activity_type` varchar(255) NOT NULL DEFAULT '',7540  `patent_activity_type` varchar(255) NOT NULL DEFAULT '',
7260  `description` text NOT NULL,7541  `description` text NOT NULL,
7261  `year_reported` int(4) NOT NULL DEFAULT '0',7542  `year_reported` int(4) NOT NULL DEFAULT '0',
7262  `proxy_id` int(11) DEFAULT NULL,7543  `proxy_id` int(11) DEFAULT NULL,
7263  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7544  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7264  `updated_by` int(11) DEFAULT NULL7545  `updated_by` int(11) DEFAULT NULL
7265) ENGINE=InnoDB DEFAULT CHARSET=utf8;7546) ENGINE=InnoDB DEFAULT CHARSET=utf8;
72667547
7267-- --------------------------------------------------------7548-- --------------------------------------------------------
72687549
7269--7550--
7270-- Table structure for table `ar_peer_reviewed_papers`7551-- Table structure for table `ar_peer_reviewed_papers`
7271--7552--
72727553
7273CREATE TABLE `ar_peer_reviewed_papers` (7554CREATE TABLE `ar_peer_reviewed_papers` (
7274  `peer_reviewed_papers_id` int(11) NOT NULL,7555  `peer_reviewed_papers_id` int(11) NOT NULL,
7275  `title` text NOT NULL,7556  `title` text NOT NULL,
7276  `source` varchar(200) NOT NULL,7557  `source` varchar(200) NOT NULL,
7277  `author_list` varchar(200) NOT NULL,7558  `author_list` varchar(200) NOT NULL,
7278  `category` varchar(10) DEFAULT NULL,7559  `category` varchar(10) DEFAULT NULL,
7279  `epub_url` text,7560  `epub_url` text,
7280  `status_date` varchar(8) DEFAULT NULL,7561  `status_date` varchar(8) DEFAULT NULL,
7281  `epub_date` varchar(8) NOT NULL,7562  `epub_date` varchar(8) NOT NULL,
7282  `volume` varchar(25) DEFAULT NULL,7563  `volume` varchar(25) DEFAULT NULL,
7283  `edition` varchar(25) DEFAULT NULL,7564  `edition` varchar(25) DEFAULT NULL,
7284  `pages` varchar(25) DEFAULT NULL,7565  `pages` varchar(25) DEFAULT NULL,
7285  `role_id` int(3) NOT NULL,7566  `role_id` int(3) NOT NULL,
7286  `type_id` int(3) NOT NULL,7567  `type_id` int(3) NOT NULL,
7287  `status` varchar(25) NOT NULL,7568  `status` varchar(25) NOT NULL,
7288  `group_id` int(3) DEFAULT NULL,7569  `group_id` int(3) DEFAULT NULL,
7289  `hospital_id` int(3) DEFAULT NULL,7570  `hospital_id` int(3) DEFAULT NULL,
7290  `pubmed_id` varchar(200) NOT NULL,7571  `pubmed_id` varchar(200) NOT NULL,
7291  `keywords` text,7572  `keywords` text,
7292  `year_reported` int(4) NOT NULL,7573  `year_reported` int(4) NOT NULL,
7293  `proxy_id` int(11) DEFAULT NULL,7574  `proxy_id` int(11) DEFAULT NULL,
7294  `visible_on_website` int(1) DEFAULT '0',7575  `visible_on_website` int(1) DEFAULT '0',
7295  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7576  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7296  `updated_by` int(11) DEFAULT NULL7577  `updated_by` int(11) DEFAULT NULL
7297) ENGINE=InnoDB DEFAULT CHARSET=utf8;7578) ENGINE=InnoDB DEFAULT CHARSET=utf8;
72987579
7299-- --------------------------------------------------------7580-- --------------------------------------------------------
73007581
7301--7582--
7302-- Table structure for table `ar_poster_reports`7583-- Table structure for table `ar_poster_reports`
7303--7584--
73047585
7305CREATE TABLE `ar_poster_reports` (7586CREATE TABLE `ar_poster_reports` (
7306  `poster_reports_id` int(11) NOT NULL,7587  `poster_reports_id` int(11) NOT NULL,
7307  `title` text NOT NULL,7588  `title` text NOT NULL,
7308  `source` varchar(200) NOT NULL,7589  `source` varchar(200) NOT NULL,
7309  `author_list` varchar(200) NOT NULL,7590  `author_list` varchar(200) NOT NULL,
7310  `editor_list` varchar(200) DEFAULT NULL,7591  `editor_list` varchar(200) DEFAULT NULL,
7311  `epub_url` text,7592  `epub_url` text,
7312  `status_date` varchar(8) DEFAULT NULL,7593  `status_date` varchar(8) DEFAULT NULL,
7313  `epub_date` varchar(8) NOT NULL,7594  `epub_date` varchar(8) NOT NULL,
7314  `volume` varchar(25) DEFAULT NULL,7595  `volume` varchar(25) DEFAULT NULL,
7315  `edition` varchar(25) DEFAULT NULL,7596  `edition` varchar(25) DEFAULT NULL,
7316  `pages` varchar(25) DEFAULT NULL,7597  `pages` varchar(25) DEFAULT NULL,
7317  `role_id` int(3) NOT NULL,7598  `role_id` int(3) NOT NULL,
7318  `type_id` int(3) NOT NULL,7599  `type_id` int(3) NOT NULL,
7319  `status` varchar(25) NOT NULL,7600  `status` varchar(25) NOT NULL,
7320  `group_id` int(3) DEFAULT NULL,7601  `group_id` int(3) DEFAULT NULL,
7321  `hospital_id` int(3) DEFAULT NULL,7602  `hospital_id` int(3) DEFAULT NULL,
7322  `pubmed_id` varchar(200) NOT NULL,7603  `pubmed_id` varchar(200) NOT NULL,
7323  `year_reported` int(4) NOT NULL,7604  `year_reported` int(4) NOT NULL,
7324  `proxy_id` int(11) DEFAULT NULL,7605  `proxy_id` int(11) DEFAULT NULL,
7325  `visible_on_website` int(1) DEFAULT '0',7606  `visible_on_website` int(1) DEFAULT '0',
7326  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7607  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7327  `updated_by` int(11) DEFAULT NULL7608  `updated_by` int(11) DEFAULT NULL
7328) ENGINE=InnoDB DEFAULT CHARSET=utf8;7609) ENGINE=InnoDB DEFAULT CHARSET=utf8;
73297610
7330-- --------------------------------------------------------7611-- --------------------------------------------------------
73317612
7332--7613--
7333-- Table structure for table `ar_prizes`7614-- Table structure for table `ar_prizes`
7334--7615--
73357616
7336CREATE TABLE `ar_prizes` (7617CREATE TABLE `ar_prizes` (
7337  `prizes_id` int(11) NOT NULL,7618  `prizes_id` int(11) NOT NULL,
7338  `category` varchar(150) NOT NULL DEFAULT '',7619  `category` varchar(150) NOT NULL DEFAULT '',
7339  `prize_type` varchar(150) DEFAULT NULL,7620  `prize_type` varchar(150) DEFAULT NULL,
7340  `description` text,7621  `description` text,
7341  `year_reported` int(4) NOT NULL DEFAULT '0',7622  `year_reported` int(4) NOT NULL DEFAULT '0',
7342  `proxy_id` int(11) DEFAULT NULL,7623  `proxy_id` int(11) DEFAULT NULL,
7343  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7624  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7344  `updated_by` int(11) DEFAULT NULL7625  `updated_by` int(11) DEFAULT NULL
7345) ENGINE=InnoDB DEFAULT CHARSET=utf8;7626) ENGINE=InnoDB DEFAULT CHARSET=utf8;
73467627
7347-- --------------------------------------------------------7628-- --------------------------------------------------------
73487629
7349--7630--
7350-- Table structure for table `ar_procedures`7631-- Table structure for table `ar_procedures`
7351--7632--
73527633
7353CREATE TABLE `ar_procedures` (7634CREATE TABLE `ar_procedures` (
7354  `procedures_id` int(11) NOT NULL,7635  `procedures_id` int(11) NOT NULL,
7355  `site` varchar(150) NOT NULL DEFAULT '',7636  `site` varchar(150) NOT NULL DEFAULT '',
7356  `site_description` text,7637  `site_description` text,
7357  `average_hours` int(11) DEFAULT NULL,7638  `average_hours` int(11) DEFAULT NULL,
7358  `special_features` text NOT NULL,7639  `special_features` text NOT NULL,
7359  `year_reported` int(4) NOT NULL DEFAULT '0',7640  `year_reported` int(4) NOT NULL DEFAULT '0',
7360  `proxy_id` int(11) DEFAULT NULL,7641  `proxy_id` int(11) DEFAULT NULL,
7361  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7642  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7362  `updated_by` int(11) DEFAULT NULL7643  `updated_by` int(11) DEFAULT NULL
7363) ENGINE=InnoDB DEFAULT CHARSET=utf8;7644) ENGINE=InnoDB DEFAULT CHARSET=utf8;
73647645
7365-- --------------------------------------------------------7646-- --------------------------------------------------------
73667647
7367--7648--
7368-- Table structure for table `ar_profile`7649-- Table structure for table `ar_profile`
7369--7650--
73707651
7371CREATE TABLE `ar_profile` (7652CREATE TABLE `ar_profile` (
7372  `profile_id` int(11) NOT NULL,7653  `profile_id` int(11) NOT NULL,
7373  `education` float(5,2) NOT NULL DEFAULT '0.00',7654  `education` float(5,2) NOT NULL DEFAULT '0.00',
7374  `research` float(5,2) NOT NULL DEFAULT '0.00',7655  `research` float(5,2) NOT NULL DEFAULT '0.00',
7375  `clinical` float(5,2) NOT NULL DEFAULT '0.00',7656  `clinical` float(5,2) NOT NULL DEFAULT '0.00',
7376  `combined` float(5,2) NOT NULL DEFAULT '0.00',7657  `combined` float(5,2) NOT NULL DEFAULT '0.00',
7377  `service` float(5,2) NOT NULL DEFAULT '0.00',7658  `service` float(5,2) NOT NULL DEFAULT '0.00',
7378  `total` float(5,2) NOT NULL DEFAULT '0.00',7659  `total` float(5,2) NOT NULL DEFAULT '0.00',
7379  `hospital_hours` int(11) NOT NULL DEFAULT '0',7660  `hospital_hours` int(11) NOT NULL DEFAULT '0',
7380  `on_call_hours` int(11) NOT NULL DEFAULT '0',7661  `on_call_hours` int(11) NOT NULL DEFAULT '0',
7381  `consistent` char(3) NOT NULL DEFAULT '',7662  `consistent` char(3) NOT NULL DEFAULT '',
7382  `consistent_comments` text,7663  `consistent_comments` text,
7383  `career_goals` char(3) NOT NULL DEFAULT '',7664  `career_goals` char(3) NOT NULL DEFAULT '',
7384  `career_comments` text,7665  `career_comments` text,
7385  `roles` text NOT NULL,7666  `roles` text NOT NULL,
7386  `roles_compatible` char(3) NOT NULL DEFAULT '',7667  `roles_compatible` char(3) NOT NULL DEFAULT '',
7387  `roles_comments` text,7668  `roles_comments` text,
7388  `education_comments` text,7669  `education_comments` text,
7389  `research_comments` text,7670  `research_comments` text,
7390  `clinical_comments` text,7671  `clinical_comments` text,
7391  `service_comments` text,7672  `service_comments` text,
7392  `comments` text,7673  `comments` text,
7393  `year_reported` int(4) NOT NULL DEFAULT '0',7674  `year_reported` int(4) NOT NULL DEFAULT '0',
7394  `department` text NOT NULL,7675  `department` text NOT NULL,
7395  `cross_department` text,7676  `cross_department` text,
7396  `report_completed` char(3) DEFAULT NULL,7677  `report_completed` char(3) DEFAULT NULL,
7397  `proxy_id` int(11) DEFAULT NULL,7678  `proxy_id` int(11) DEFAULT NULL,
7398  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7679  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7399  `updated_by` int(11) DEFAULT NULL7680  `updated_by` int(11) DEFAULT NULL
7400) ENGINE=InnoDB DEFAULT CHARSET=utf8;7681) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74017682
7402-- --------------------------------------------------------7683-- --------------------------------------------------------
74037684
7404--7685--
7405-- Table structure for table `ar_research`7686-- Table structure for table `ar_research`
7406--7687--
74077688
7408CREATE TABLE `ar_research` (7689CREATE TABLE `ar_research` (
7409  `research_id` int(11) NOT NULL,7690  `research_id` int(11) NOT NULL,
7410  `status` varchar(10) DEFAULT NULL,7691  `status` varchar(10) DEFAULT NULL,
7411  `grant_title` text NOT NULL,7692  `grant_title` text NOT NULL,
7412  `type` varchar(50) NOT NULL,7693  `type` varchar(50) NOT NULL,
7413  `location` varchar(25) DEFAULT NULL,7694  `location` varchar(25) DEFAULT NULL,
7414  `multiinstitutional` varchar(3) DEFAULT NULL,7695  `multiinstitutional` varchar(3) DEFAULT NULL,
7415  `agency` text,7696  `agency` text,
7416  `role` varchar(50) NOT NULL,7697  `role` varchar(50) NOT NULL,
7417  `principal_investigator` varchar(100) NOT NULL DEFAULT '',7698  `principal_investigator` varchar(100) NOT NULL DEFAULT '',
7418  `co_investigator_list` text,7699  `co_investigator_list` text,
7419  `amount_received` decimal(20,2) NOT NULL DEFAULT '0.00',7700  `amount_received` decimal(20,2) NOT NULL DEFAULT '0.00',
7420  `start_month` int(2) NOT NULL DEFAULT '0',7701  `start_month` int(2) NOT NULL DEFAULT '0',
7421  `start_year` int(4) NOT NULL DEFAULT '0',7702  `start_year` int(4) NOT NULL DEFAULT '0',
7422  `end_month` int(2) DEFAULT '0',7703  `end_month` int(2) DEFAULT '0',
7423  `end_year` int(4) DEFAULT '0',7704  `end_year` int(4) DEFAULT '0',
7424  `year_reported` int(4) NOT NULL DEFAULT '0',7705  `year_reported` int(4) NOT NULL DEFAULT '0',
7425  `funding_status` varchar(9) NOT NULL DEFAULT '',7706  `funding_status` varchar(9) NOT NULL DEFAULT '',
7426  `proxy_id` int(11) DEFAULT NULL,7707  `proxy_id` int(11) DEFAULT NULL,
7427  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7708  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7428  `updated_by` int(11) DEFAULT NULL7709  `updated_by` int(11) DEFAULT NULL
7429) ENGINE=InnoDB DEFAULT CHARSET=utf8;7710) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74307711
7431-- --------------------------------------------------------7712-- --------------------------------------------------------
74327713
7433--7714--
7434-- Table structure for table `ar_scholarly_activity`7715-- Table structure for table `ar_scholarly_activity`
7435--7716--
74367717
7437CREATE TABLE `ar_scholarly_activity` (7718CREATE TABLE `ar_scholarly_activity` (
7438  `scholarly_activity_id` int(11) NOT NULL,7719  `scholarly_activity_id` int(11) NOT NULL,
7439  `scholarly_activity_type` varchar(255) NOT NULL DEFAULT '',7720  `scholarly_activity_type` varchar(255) NOT NULL DEFAULT '',
7440  `description` text NOT NULL,7721  `description` text NOT NULL,
7441  `location` varchar(25) DEFAULT NULL,7722  `location` varchar(25) DEFAULT NULL,
7442  `year_reported` int(4) NOT NULL DEFAULT '0',7723  `year_reported` int(4) NOT NULL DEFAULT '0',
7443  `proxy_id` int(11) DEFAULT NULL,7724  `proxy_id` int(11) DEFAULT NULL,
7444  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7725  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7445  `updated_by` int(11) DEFAULT NULL7726  `updated_by` int(11) DEFAULT NULL
7446) ENGINE=InnoDB DEFAULT CHARSET=utf8;7727) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74477728
7448-- --------------------------------------------------------7729-- --------------------------------------------------------
74497730
7450--7731--
7451-- Table structure for table `ar_self_education`7732-- Table structure for table `ar_self_education`
7452--7733--
74537734
7454CREATE TABLE `ar_self_education` (7735CREATE TABLE `ar_self_education` (
7455  `self_education_id` int(11) NOT NULL,7736  `self_education_id` int(11) NOT NULL,
7456  `description` text NOT NULL,7737  `description` text NOT NULL,
7457  `activity_type` varchar(150) NOT NULL DEFAULT '',7738  `activity_type` varchar(150) NOT NULL DEFAULT '',
7458  `institution` varchar(255) NOT NULL DEFAULT '',7739  `institution` varchar(255) NOT NULL DEFAULT '',
7459  `start_month` int(2) NOT NULL DEFAULT '0',7740  `start_month` int(2) NOT NULL DEFAULT '0',
7460  `start_year` int(4) NOT NULL DEFAULT '0',7741  `start_year` int(4) NOT NULL DEFAULT '0',
7461  `end_month` int(2) NOT NULL DEFAULT '0',7742  `end_month` int(2) NOT NULL DEFAULT '0',
7462  `end_year` int(4) NOT NULL DEFAULT '0',7743  `end_year` int(4) NOT NULL DEFAULT '0',
7463  `year_reported` int(4) NOT NULL DEFAULT '0',7744  `year_reported` int(4) NOT NULL DEFAULT '0',
7464  `proxy_id` int(11) DEFAULT NULL,7745  `proxy_id` int(11) DEFAULT NULL,
7465  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7746  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7466  `updated_by` int(11) DEFAULT NULL7747  `updated_by` int(11) DEFAULT NULL
7467) ENGINE=InnoDB DEFAULT CHARSET=utf8;7748) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74687749
7469-- --------------------------------------------------------7750-- --------------------------------------------------------
74707751
7471--7752--
7472-- Table structure for table `ar_undergraduate_nonmedical_teaching`7753-- Table structure for table `ar_undergraduate_nonmedical_teaching`
7473--7754--
74747755
7475CREATE TABLE `ar_undergraduate_nonmedical_teaching` (7756CREATE TABLE `ar_undergraduate_nonmedical_teaching` (
7476  `undergraduate_nonmedical_teaching_id` int(11) NOT NULL,7757  `undergraduate_nonmedical_teaching_id` int(11) NOT NULL,
7477  `course_number` varchar(25) NOT NULL DEFAULT '',7758  `course_number` varchar(25) NOT NULL DEFAULT '',
7478  `course_name` text NOT NULL,7759  `course_name` text NOT NULL,
7479  `assigned` char(3) NOT NULL DEFAULT '',7760  `assigned` char(3) NOT NULL DEFAULT '',
7480  `lec_enrollment` int(11) NOT NULL DEFAULT '0',7761  `lec_enrollment` int(11) NOT NULL DEFAULT '0',
7481  `lec_hours` int(11) NOT NULL DEFAULT '0',7762  `lec_hours` int(11) NOT NULL DEFAULT '0',
7482  `lab_enrollment` int(11) NOT NULL DEFAULT '0',7763  `lab_enrollment` int(11) NOT NULL DEFAULT '0',
7483  `lab_hours` int(11) NOT NULL DEFAULT '0',7764  `lab_hours` int(11) NOT NULL DEFAULT '0',
7484  `tut_enrollment` int(11) NOT NULL DEFAULT '0',7765  `tut_enrollment` int(11) NOT NULL DEFAULT '0',
7485  `tut_hours` int(11) NOT NULL DEFAULT '0',7766  `tut_hours` int(11) NOT NULL DEFAULT '0',
7486  `sem_enrollment` int(11) NOT NULL DEFAULT '0',7767  `sem_enrollment` int(11) NOT NULL DEFAULT '0',
7487  `sem_hours` int(11) NOT NULL DEFAULT '0',7768  `sem_hours` int(11) NOT NULL DEFAULT '0',
7488  `coord_enrollment` int(11) NOT NULL DEFAULT '0',7769  `coord_enrollment` int(11) NOT NULL DEFAULT '0',
7489  `pbl_hours` int(11) NOT NULL DEFAULT '0',7770  `pbl_hours` int(11) NOT NULL DEFAULT '0',
7490  `comments` text,7771  `comments` text,
7491  `year_reported` int(4) NOT NULL DEFAULT '0',7772  `year_reported` int(4) NOT NULL DEFAULT '0',
7492  `proxy_id` int(11) DEFAULT NULL,7773  `proxy_id` int(11) DEFAULT NULL,
7493  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7774  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7494  `updated_by` int(11) DEFAULT NULL7775  `updated_by` int(11) DEFAULT NULL
7495) ENGINE=InnoDB DEFAULT CHARSET=utf8;7776) ENGINE=InnoDB DEFAULT CHARSET=utf8;
74967777
7497-- --------------------------------------------------------7778-- --------------------------------------------------------
74987779
7499--7780--
7500-- Table structure for table `ar_undergraduate_supervision`7781-- Table structure for table `ar_undergraduate_supervision`
7501--7782--
75027783
7503CREATE TABLE `ar_undergraduate_supervision` (7784CREATE TABLE `ar_undergraduate_supervision` (
7504  `undergraduate_supervision_id` int(11) NOT NULL,7785  `undergraduate_supervision_id` int(11) NOT NULL,
7505  `student_name` varchar(150) NOT NULL DEFAULT '',7786  `student_name` varchar(150) NOT NULL DEFAULT '',
7506  `degree` varchar(25) NOT NULL DEFAULT '',7787  `degree` varchar(25) NOT NULL DEFAULT '',
7507  `course_number` varchar(25) DEFAULT NULL,7788  `course_number` varchar(25) DEFAULT NULL,
7508  `supervision` varchar(7) NOT NULL DEFAULT '',7789  `supervision` varchar(7) NOT NULL DEFAULT '',
7509  `comments` text,7790  `comments` text,
7510  `year_reported` int(4) NOT NULL DEFAULT '0',7791  `year_reported` int(4) NOT NULL DEFAULT '0',
7511  `proxy_id` int(11) DEFAULT NULL,7792  `proxy_id` int(11) DEFAULT NULL,
7512  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7793  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7513  `updated_by` int(11) DEFAULT NULL7794  `updated_by` int(11) DEFAULT NULL
7514) ENGINE=InnoDB DEFAULT CHARSET=utf8;7795) ENGINE=InnoDB DEFAULT CHARSET=utf8;
75157796
7516-- --------------------------------------------------------7797-- --------------------------------------------------------
75177798
7518--7799--
7519-- Table structure for table `ar_undergraduate_teaching`7800-- Table structure for table `ar_undergraduate_teaching`
7520--7801--
75217802
7522CREATE TABLE `ar_undergraduate_teaching` (7803CREATE TABLE `ar_undergraduate_teaching` (
7523  `undergraduate_teaching_id` int(11) NOT NULL,7804  `undergraduate_teaching_id` int(11) NOT NULL,
7524  `course_number` varchar(25) NOT NULL DEFAULT '',7805  `course_number` varchar(25) NOT NULL DEFAULT '',
7525  `course_name` text NOT NULL,7806  `course_name` text NOT NULL,
7526  `lecture_phase` varchar(6) DEFAULT NULL,7807  `lecture_phase` varchar(6) DEFAULT NULL,
7527  `assigned` char(3) NOT NULL DEFAULT '',7808  `assigned` char(3) NOT NULL DEFAULT '',
7528  `lecture_hours` decimal(20,2) DEFAULT '0.00',7809  `lecture_hours` decimal(20,2) DEFAULT '0.00',
7529  `lab_hours` decimal(20,2) DEFAULT '0.00',7810  `lab_hours` decimal(20,2) DEFAULT '0.00',
7530  `small_group_hours` decimal(20,2) DEFAULT '0.00',7811  `small_group_hours` decimal(20,2) DEFAULT '0.00',
7531  `patient_contact_session_hours` decimal(20,2) DEFAULT '0.00',7812  `patient_contact_session_hours` decimal(20,2) DEFAULT '0.00',
7532  `symposium_hours` decimal(20,2) DEFAULT '0.00',7813  `symposium_hours` decimal(20,2) DEFAULT '0.00',
7533  `directed_independant_learning_hours` decimal(20,2) DEFAULT '0.00',7814  `directed_independant_learning_hours` decimal(20,2) DEFAULT '0.00',
7534  `review_feedback_session_hours` decimal(20,2) DEFAULT '0.00',7815  `review_feedback_session_hours` decimal(20,2) DEFAULT '0.00',
7535  `examination_hours` decimal(20,2) DEFAULT '0.00',7816  `examination_hours` decimal(20,2) DEFAULT '0.00',
7536  `clerkship_seminar_hours` decimal(20,2) DEFAULT '0.00',7817  `clerkship_seminar_hours` decimal(20,2) DEFAULT '0.00',
7537  `other_hours` decimal(20,2) DEFAULT '0.00',7818  `other_hours` decimal(20,2) DEFAULT '0.00',
7538  `coord_enrollment` int(11) DEFAULT '0',7819  `coord_enrollment` int(11) DEFAULT '0',
7539  `comments` text,7820  `comments` text,
7540  `year_reported` int(4) NOT NULL DEFAULT '0',7821  `year_reported` int(4) NOT NULL DEFAULT '0',
7541  `proxy_id` int(11) DEFAULT NULL,7822  `proxy_id` int(11) DEFAULT NULL,
7542  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7823  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7543  `updated_by` varchar(7) NOT NULL DEFAULT ''7824  `updated_by` varchar(7) NOT NULL DEFAULT ''
7544) ENGINE=InnoDB DEFAULT CHARSET=utf8;7825) ENGINE=InnoDB DEFAULT CHARSET=utf8;
75457826
7546-- --------------------------------------------------------7827-- --------------------------------------------------------
75477828
7548--7829--
7549-- Table structure for table `ar_ward_supervision`7830-- Table structure for table `ar_ward_supervision`
7550--7831--
75517832
7552CREATE TABLE `ar_ward_supervision` (7833CREATE TABLE `ar_ward_supervision` (
7553  `ward_supervision_id` int(11) NOT NULL,7834  `ward_supervision_id` int(11) NOT NULL,
7554  `service` varchar(150) NOT NULL DEFAULT '',7835  `service` varchar(150) NOT NULL DEFAULT '',
7555  `average_patients` int(11) NOT NULL DEFAULT '0',7836  `average_patients` int(11) NOT NULL DEFAULT '0',
7556  `months` int(2) NOT NULL DEFAULT '0',7837  `months` int(2) NOT NULL DEFAULT '0',
7557  `average_clerks` int(11) NOT NULL DEFAULT '0',7838  `average_clerks` int(11) NOT NULL DEFAULT '0',
7558  `year_reported` int(4) NOT NULL DEFAULT '0',7839  `year_reported` int(4) NOT NULL DEFAULT '0',
7559  `proxy_id` int(11) DEFAULT NULL,7840  `proxy_id` int(11) DEFAULT NULL,
7560  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,7841  `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
7561  `updated_by` int(11) DEFAULT NULL7842  `updated_by` int(11) DEFAULT NULL
7562) ENGINE=InnoDB DEFAULT CHARSET=utf8;7843) ENGINE=InnoDB DEFAULT CHARSET=utf8;
75637844
7564-- --------------------------------------------------------7845-- --------------------------------------------------------
75657846
7566--7847--
7567-- Table structure for table `assessments`7848-- Table structure for table `assessments`
7568--7849--
75697850
7570CREATE TABLE `assessments` (7851CREATE TABLE `assessments` (
7571  `assessment_id` int(10) UNSIGNED NOT NULL,7852  `assessment_id` int(10) UNSIGNED NOT NULL,
7572  `course_id` int(10) UNSIGNED NOT NULL,7853  `course_id` int(10) UNSIGNED NOT NULL,
7573  `cohort` varchar(35) NOT NULL,7854  `cohort` varchar(35) NOT NULL,
7574  `cperiod_id` int(11) DEFAULT NULL,7855  `cperiod_id` int(11) DEFAULT NULL,
7575  `collection_id` int(10) DEFAULT NULL,7856  `collection_id` int(10) DEFAULT NULL,
7576  `form_id` int(11) UNSIGNED DEFAULT NULL,7857  `form_id` int(11) UNSIGNED DEFAULT NULL,
7577  `distribution_id` int(11) UNSIGNED DEFAULT NULL,7858  `distribution_id` int(11) UNSIGNED DEFAULT NULL,
7578  `portfolio_id` int(10) UNSIGNED DEFAULT NULL,7859  `portfolio_id` int(10) UNSIGNED DEFAULT NULL,
7579  `ali_enabled` tinyint(1) NOT NULL DEFAULT '0',7860  `ali_enabled` tinyint(1) NOT NULL DEFAULT '0',
7580  `agscale_id` int(11) UNSIGNED DEFAULT NULL,7861  `agscale_id` int(11) UNSIGNED DEFAULT NULL,
7581  `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL,7862  `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL,
7582  `name` varchar(255) NOT NULL,7863  `name` varchar(255) NOT NULL,
7583  `description` text NOT NULL,7864  `description` text NOT NULL,
7584  `audience_option` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all',7865  `audience_option` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all',
7585  `type` varchar(255) NOT NULL,7866  `type` varchar(255) NOT NULL,
7586  `rubric_visibility_shortname` varchar(100) DEFAULT NULL,7867  `rubric_visibility_shortname` varchar(100) DEFAULT NULL,
7587  `marking_scheme_id` int(10) UNSIGNED NOT NULL,7868  `marking_scheme_id` int(10) UNSIGNED NOT NULL,
7588  `scoring_method` int(5) DEFAULT '1',7869  `scoring_method` int(5) DEFAULT '1',
7589  `numeric_grade_points_total` float UNSIGNED DEFAULT NULL,7870  `numeric_grade_points_total` float UNSIGNED DEFAULT NULL,
7590  `grade_weighting` float NOT NULL DEFAULT '0',7871  `grade_weighting` float NOT NULL DEFAULT '0',
7591  `collection_weighting` float DEFAULT NULL,7872  `collection_weighting` float DEFAULT NULL,
7592  `narrative` tinyint(1) NOT NULL DEFAULT '0',7873  `narrative` tinyint(1) NOT NULL DEFAULT '0',
7593  `self_assessment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',7874  `self_assessment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
7594  `group_assessment` int(1) UNSIGNED NOT NULL DEFAULT '0',7875  `group_assessment` int(1) UNSIGNED NOT NULL DEFAULT '0',
7595  `required` tinyint(1) NOT NULL DEFAULT '1',7876  `required` tinyint(1) NOT NULL DEFAULT '1',
7596  `characteristic_id` int(4) NOT NULL,7877  `characteristic_id` int(4) NOT NULL,
7597  `show_detail_view` tinyint(1) NOT NULL DEFAULT '0',7878  `show_detail_view` tinyint(1) NOT NULL DEFAULT '0',
7598  `show_learner` tinyint(1) NOT NULL DEFAULT '0',7879  `show_learner` tinyint(1) NOT NULL DEFAULT '0',
7599  `assessment_discussions` tinyint(1) DEFAULT '0',7880  `assessment_discussions` tinyint(1) DEFAULT '0',
7600  `due_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',7881  `due_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',
7601  `release_date` bigint(64) NOT NULL DEFAULT '0',7882  `release_date` bigint(64) NOT NULL DEFAULT '0',
7602  `release_until` bigint(64) NOT NULL DEFAULT '0',7883  `release_until` bigint(64) NOT NULL DEFAULT '0',
7603  `order` smallint(6) NOT NULL DEFAULT '0',7884  `order` smallint(6) NOT NULL DEFAULT '0',
7604  `grade_threshold` float NOT NULL DEFAULT '0',7885  `grade_threshold` float NOT NULL DEFAULT '0',
7605  `notify_threshold` int(1) NOT NULL DEFAULT '0',7886  `notify_threshold` int(1) NOT NULL DEFAULT '0',
7606  `active` tinyint(1) NOT NULL DEFAULT '1',7887  `active` tinyint(1) NOT NULL DEFAULT '1',
7607  `created_date` bigint(64) NOT NULL,7888  `created_date` bigint(64) NOT NULL,
7608  `created_by` int(11) NOT NULL,7889  `created_by` int(11) NOT NULL,
7609  `updated_date` bigint(64) NOT NULL,7890  `updated_date` bigint(64) NOT NULL,
7610  `updated_by` int(11) NOT NULL,7891  `updated_by` int(11) NOT NULL,
7611  `published` int(1) NOT NULL DEFAULT '1'7892  `published` int(1) NOT NULL DEFAULT '1'
7612) ENGINE=InnoDB DEFAULT CHARSET=utf8;7893) ENGINE=InnoDB DEFAULT CHARSET=utf8;
76137894
7614--7895--
7615-- Dumping data for table `assessments`7896-- Dumping data for table `assessments`
7616--7897--
76177898
7618INSERT INTO `assessments` (`assessment_id`, `course_id`, `cohort`, `cperiod_id`, `collection_id`, `form_id`, `distribution_id`, `portfolio_id`, `ali_enabled`, `agscale_id`, `grade_display`, `name`, `description`, `audience_option`, `type`, `rubric_visibility_shortname`, `marking_scheme_id`, `scoring_method`, `numeric_grade_points_total`, `grade_weighting`, `collection_weighting`, `narrative`, `self_assessment`, `group_assessment`, `required`, `characteristic_id`, `show_detail_view`, `show_learner`, `assessment_discussions`, `due_date`, `release_date`, `release_until`, `order`, `grade_threshold`, `notify_threshold`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `published`) VALUES7899INSERT INTO `assessments` (`assessment_id`, `course_id`, `cohort`, `cperiod_id`, `collection_id`, `form_id`, `distribution_id`, `portfolio_id`, `ali_enabled`, `agscale_id`, `grade_display`, `name`, `description`, `audience_option`, `type`, `rubric_visibility_shortname`, `marking_scheme_id`, `scoring_method`, `numeric_grade_points_total`, `grade_weighting`, `collection_weighting`, `narrative`, `self_assessment`, `group_assessment`, `required`, `characteristic_id`, `show_detail_view`, `show_learner`, `assessment_discussions`, `due_date`, `release_date`, `release_until`, `order`, `grade_threshold`, `notify_threshold`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `published`) VALUES
7619(1, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 40, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7900(1, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 40, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7620(2, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 2', 'this is a description 2', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7901(2, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 2', 'this is a description 2', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7621(3, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 3', 'this is a description 3', 'all', 'Summative', 'show_form_option_graded', 2, 1, 5, 0, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7902(3, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 3', 'this is a description 3', 'all', 'Summative', 'show_form_option_graded', 2, 1, 5, 0, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7622(4, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 4', 'this is a description 4', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7903(4, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 4', 'this is a description 4', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7623(5, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 1 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 21, 70, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7904(5, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 1 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 21, 70, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7624(6, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 2 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 6, 20, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 2, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7905(6, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 2 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 6, 20, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 2, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7625(7, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 3 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 3, 10, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 3, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7906(7, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 3 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 3, 10, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 3, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7626(8, 2, '0', 2, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 4 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7907(8, 2, '0', 2, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 4 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7627(9, 1, '0', 4, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7908(9, 1, '0', 4, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7628(10, 1, '0', 5, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7909(10, 1, '0', 5, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7629(11, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 5 OPS-1235', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7910(11, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 5 OPS-1235', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7630(12, 2, '0', 2, 2, NULL, NULL, NULL, 0, 0, NULL, 'Test Assessment 6 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7911(12, 2, '0', 2, 2, NULL, NULL, NULL, 0, 0, NULL, 'Test Assessment 6 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7631(13, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 7 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7912(13, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 7 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7632(14, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Grades Released in Future', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 0, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 1685467985, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7913(14, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Grades Released in Future', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 0, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 1685467985, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7633(15, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment grading test', '', 'cgroup_id', 'Summative', 'show_form_option_graded', 4, 1, 1, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 5, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7914(15, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment grading test', '', 'cgroup_id', 'Summative', 'show_form_option_graded', 4, 1, 1, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 5, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7634(16, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment With Exam Posts Attached', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 1, 0, NULL, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 6, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7915(16, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment With Exam Posts Attached', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 1, 0, NULL, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 6, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7635(17, 1, '0', 1, NULL, 9, NULL, NULL, 0, 1, NULL, 'Assessment Grading formative test', '', 'cgroup_id', 'Formative', 'show_form_option_graded', 3, 1, 100, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7916(17, 1, '0', 1, NULL, 9, NULL, NULL, 0, 1, NULL, 'Assessment Grading formative test', '', 'cgroup_id', 'Formative', 'show_form_option_graded', 3, 1, 100, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7636(18, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report test', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),7917(18, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report test', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1),
7637(19, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report deleted', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 1685381585, 1, 1685381585, 1, 1);7918(19, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report deleted', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 1685381585, 1, 1685381585, 1, 1);
76387919
7639-- --------------------------------------------------------7920-- --------------------------------------------------------
76407921
7641--7922--
7642-- Table structure for table `assessments_lu_meta`7923-- Table structure for table `assessments_lu_meta`
7643--7924--
76447925
7645CREATE TABLE `assessments_lu_meta` (7926CREATE TABLE `assessments_lu_meta` (
7646  `id` int(12) UNSIGNED NOT NULL,7927  `id` int(12) UNSIGNED NOT NULL,
7647  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',7928  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
7648  `type` enum('rating','project','exam','paper','assessment','presentation','quiz','RAT','reflection') DEFAULT NULL,7929  `type` enum('rating','project','exam','paper','assessment','presentation','quiz','RAT','reflection') DEFAULT NULL,
7649  `title` varchar(60) NOT NULL,7930  `title` varchar(60) NOT NULL,
7650  `description` text,7931  `description` text,
7651  `active` tinyint(1) UNSIGNED DEFAULT '1'7932  `active` tinyint(1) UNSIGNED DEFAULT '1'
7652) ENGINE=InnoDB DEFAULT CHARSET=utf8;7933) ENGINE=InnoDB DEFAULT CHARSET=utf8;
76537934
7654--7935--
7655-- Dumping data for table `assessments_lu_meta`7936-- Dumping data for table `assessments_lu_meta`
7656--7937--
76577938
7658INSERT INTO `assessments_lu_meta` (`id`, `organisation_id`, `type`, `title`, `description`, `active`) VALUES7939INSERT INTO `assessments_lu_meta` (`id`, `organisation_id`, `type`, `title`, `description`, `active`) VALUES
7659(1, 1, 'rating', 'Faculty, resident or preceptor rating', NULL, 1),7940(1, 1, 'rating', 'Faculty, resident or preceptor rating', NULL, 1),
7660(2, 1, 'project', 'Final project', NULL, 1),7941(2, 1, 'project', 'Final project', NULL, 1),
7661(3, 1, 'exam', 'Final written examination', NULL, 1),7942(3, 1, 'exam', 'Final written examination', NULL, 1),
7662(4, 1, 'exam', 'Laboratory or practical examination (except OSCE/SP)', NULL, 1),7943(4, 1, 'exam', 'Laboratory or practical examination (except OSCE/SP)', NULL, 1),
7663(5, 1, 'exam', 'Midterm examination', NULL, 1),7944(5, 1, 'exam', 'Midterm examination', NULL, 1),
7664(6, 1, 'exam', 'NBME subject examination', NULL, 1),7945(6, 1, 'exam', 'NBME subject examination', NULL, 1),
7665(7, 1, 'exam', 'Oral exam', NULL, 1),7946(7, 1, 'exam', 'Oral exam', NULL, 1),
7666(8, 1, 'exam', 'OSCE/SP examination', NULL, 1),7947(8, 1, 'exam', 'OSCE/SP examination', NULL, 1),
7667(9, 1, 'paper', 'Paper', NULL, 1),7948(9, 1, 'paper', 'Paper', NULL, 1),
7668(10, 1, 'assessment', 'Peer-assessment', NULL, 1),7949(10, 1, 'assessment', 'Peer-assessment', NULL, 1),
7669(11, 1, 'presentation', 'Presentation', NULL, 1),7950(11, 1, 'presentation', 'Presentation', NULL, 1),
7670(12, 1, 'quiz', 'Quiz', NULL, 1),7951(12, 1, 'quiz', 'Quiz', NULL, 1),
7671(13, 1, 'RAT', 'RAT', NULL, 1),7952(13, 1, 'RAT', 'RAT', NULL, 1),
7672(14, 1, 'reflection', 'Reflection', NULL, 1),7953(14, 1, 'reflection', 'Reflection', NULL, 1),
7673(15, 1, 'assessment', 'Self-assessment', NULL, 1),7954(15, 1, 'assessment', 'Self-assessment', NULL, 1),
7674(16, 1, 'assessment', 'Other assessments', NULL, 1);7955(16, 1, 'assessment', 'Other assessments', NULL, 1);
76757956
7676-- --------------------------------------------------------7957-- --------------------------------------------------------
76777958
7678--7959--
7679-- Table structure for table `assessments_lu_meta_options`7960-- Table structure for table `assessments_lu_meta_options`
7680--7961--
76817962
7682CREATE TABLE `assessments_lu_meta_options` (7963CREATE TABLE `assessments_lu_meta_options` (
7683  `id` int(12) UNSIGNED NOT NULL,7964  `id` int(12) UNSIGNED NOT NULL,
7684  `title` varchar(60) NOT NULL,7965  `title` varchar(60) NOT NULL,
7685  `active` tinyint(1) UNSIGNED DEFAULT '1',7966  `active` tinyint(1) UNSIGNED DEFAULT '1',
7686  `type` varchar(255) DEFAULT NULL7967  `type` varchar(255) DEFAULT NULL
7687) ENGINE=InnoDB DEFAULT CHARSET=utf8;7968) ENGINE=InnoDB DEFAULT CHARSET=utf8;
76887969
7689--7970--
7690-- Dumping data for table `assessments_lu_meta_options`7971-- Dumping data for table `assessments_lu_meta_options`
7691--7972--
76927973
7693INSERT INTO `assessments_lu_meta_options` (`id`, `title`, `active`, `type`) VALUES7974INSERT INTO `assessments_lu_meta_options` (`id`, `title`, `active`, `type`) VALUES
7694(1, 'Essay questions', 1, NULL),7975(1, 'Essay questions', 1, NULL),
7695(2, 'Fill-in, short answer questions', 1, NULL),7976(2, 'Fill-in, short answer questions', 1, NULL),
7696(3, 'Multiple-choice, true/false, matching questions', 1, NULL),7977(3, 'Multiple-choice, true/false, matching questions', 1, NULL),
7697(4, 'Problem-solving written exercises', 1, NULL),7978(4, 'Problem-solving written exercises', 1, NULL),
7698(5, 'Track Late Submissions', 1, 'reflection, project, paper'),7979(5, 'Track Late Submissions', 1, 'reflection, project, paper'),
7699(6, 'Track Resubmissions', 1, 'reflection, project, paper');7980(6, 'Track Resubmissions', 1, 'reflection, project, paper');
77007981
7701-- --------------------------------------------------------7982-- --------------------------------------------------------
77027983
7703--7984--
7704-- Table structure for table `assessments_lu_meta_scoring`7985-- Table structure for table `assessments_lu_meta_scoring`
7705--7986--
77067987
7707CREATE TABLE `assessments_lu_meta_scoring` (7988CREATE TABLE `assessments_lu_meta_scoring` (
7708  `id` int(12) UNSIGNED NOT NULL,7989  `id` int(12) UNSIGNED NOT NULL,
7709  `title` varchar(60) NOT NULL,7990  `title` varchar(60) NOT NULL,
7710  `short_name` varchar(60) NOT NULL,7991  `short_name` varchar(60) NOT NULL,
7711  `active` tinyint(1) UNSIGNED DEFAULT '1'7992  `active` tinyint(1) UNSIGNED DEFAULT '1'
7712) ENGINE=InnoDB DEFAULT CHARSET=utf8;7993) ENGINE=InnoDB DEFAULT CHARSET=utf8;
77137994
7714--7995--
7715-- Dumping data for table `assessments_lu_meta_scoring`7996-- Dumping data for table `assessments_lu_meta_scoring`
7716--7997--
77177998
7718INSERT INTO `assessments_lu_meta_scoring` (`id`, `title`, `short_name`, `active`) VALUES7999INSERT INTO `assessments_lu_meta_scoring` (`id`, `title`, `short_name`, `active`) VALUES
7719(1, 'Show first score', 'first', 1),8000(1, 'Show first score', 'first', 1),
7720(2, 'Show highest score', 'highest', 1),8001(2, 'Show highest score', 'highest', 1),
7721(3, 'Show average of all scores', 'average', 1),8002(3, 'Show average of all scores', 'average', 1),
7722(4, 'Show latest score', 'latest', 1);8003(4, 'Show latest score', 'latest', 1);
77238004
7724-- --------------------------------------------------------8005-- --------------------------------------------------------
77258006
7726--8007--
7727-- Table structure for table `assessment_attached_quizzes`8008-- Table structure for table `assessment_attached_quizzes`
7728--8009--
77298010
7730CREATE TABLE `assessment_attached_quizzes` (8011CREATE TABLE `assessment_attached_quizzes` (
7731  `aaquiz_id` int(12) NOT NULL,8012  `aaquiz_id` int(12) NOT NULL,
7732  `assessment_id` int(12) NOT NULL DEFAULT '0',8013  `assessment_id` int(12) NOT NULL DEFAULT '0',
7733  `aquiz_id` int(12) NOT NULL DEFAULT '0',8014  `aquiz_id` int(12) NOT NULL DEFAULT '0',
7734  `updated_date` bigint(64) NOT NULL DEFAULT '0',8015  `updated_date` bigint(64) NOT NULL DEFAULT '0',
7735  `updated_by` int(12) NOT NULL DEFAULT '0'8016  `updated_by` int(12) NOT NULL DEFAULT '0'
7736) ENGINE=InnoDB DEFAULT CHARSET=utf8;8017) ENGINE=InnoDB DEFAULT CHARSET=utf8;
77378018
7738-- --------------------------------------------------------8019-- --------------------------------------------------------
77398020
7740--8021--
7741-- Table structure for table `assessment_collections`8022-- Table structure for table `assessment_collections`
7742--8023--
77438024
7744CREATE TABLE `assessment_collections` (8025CREATE TABLE `assessment_collections` (
7745  `collection_id` int(10) UNSIGNED NOT NULL,8026  `collection_id` int(10) UNSIGNED NOT NULL,
7746  `course_id` int(12) UNSIGNED DEFAULT NULL,8027  `course_id` int(12) UNSIGNED DEFAULT NULL,
7747  `cperiod_id` int(11) DEFAULT NULL,8028  `cperiod_id` int(11) DEFAULT NULL,
7748  `agscale_id` int(11) UNSIGNED DEFAULT NULL,8029  `agscale_id` int(11) UNSIGNED DEFAULT NULL,
7749  `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL,8030  `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL,
7750  `title` varchar(128) NOT NULL,8031  `title` varchar(128) NOT NULL,
7751  `description` text NOT NULL,8032  `description` text NOT NULL,
7752  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',8033  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
7753  `collection_weight` float DEFAULT NULL,8034  `collection_weight` float DEFAULT NULL,
7754  `rollup_handler` enum('percentage','numeric') NOT NULL DEFAULT 'percentage',8035  `rollup_handler` enum('percentage','numeric') NOT NULL DEFAULT 'percentage',
7755  `updated_date` bigint(64) DEFAULT NULL,8036  `updated_date` bigint(64) DEFAULT NULL,
7756  `updated_by` int(11) DEFAULT NULL8037  `updated_by` int(11) DEFAULT NULL
7757) ENGINE=InnoDB DEFAULT CHARSET=utf8;8038) ENGINE=InnoDB DEFAULT CHARSET=utf8;
77588039
7759--8040--
7760-- Dumping data for table `assessment_collections`8041-- Dumping data for table `assessment_collections`
7761--8042--
77628043
7763INSERT INTO `assessment_collections` (`collection_id`, `course_id`, `cperiod_id`, `agscale_id`, `grade_display`, `title`, `description`, `active`, `collection_weight`, `rollup_handler`, `updated_date`, `updated_by`) VALUES8044INSERT INTO `assessment_collections` (`collection_id`, `course_id`, `cperiod_id`, `agscale_id`, `grade_display`, `title`, `description`, `active`, `collection_weight`, `rollup_handler`, `updated_date`, `updated_by`) VALUES
7764(1, 2, 2, NULL, 'percentage', 'Test Weighted Collection 1 OPS-373', '', 1, 30, 'percentage', 1685381585, 1),8045(1, 2, 2, NULL, 'percentage', 'Test Weighted Collection 1 OPS-373', '', 1, 30, 'percentage', 1685381585, 1),
7765(2, 2, 2, NULL, 'percentage', 'Test Collection 2 OPS-1235', '', 1, 20, 'percentage', 1685381585, 1),8046(2, 2, 2, NULL, 'percentage', 'Test Collection 2 OPS-1235', '', 1, 20, 'percentage', 1685381585, 1),
7766(3, 9, 12, 0, NULL, 'Test Collection 3 OPS-2337', '', 1, NULL, 'percentage', 1685381585, 1);8047(3, 9, 12, 0, NULL, 'Test Collection 3 OPS-2337', '', 1, NULL, 'percentage', 1685381585, 1);
77678048
7768-- --------------------------------------------------------8049-- --------------------------------------------------------
77698050
7770--8051--
7771-- Table structure for table `assessment_comments`8052-- Table structure for table `assessment_comments`
7772--8053--
77738054
7774CREATE TABLE `assessment_comments` (8055CREATE TABLE `assessment_comments` (
7775  `acomment_id` int(11) UNSIGNED NOT NULL,8056  `acomment_id` int(11) UNSIGNED NOT NULL,
7776  `assessment_id` int(10) UNSIGNED NOT NULL,8057  `assessment_id` int(10) UNSIGNED NOT NULL,
7777  `student_id` int(10) UNSIGNED NOT NULL,8058  `student_id` int(10) UNSIGNED NOT NULL,
7778  `comment` text NOT NULL,8059  `comment` text NOT NULL,
7779  `is_system_comment` tinyint(1) NOT NULL DEFAULT '0',8060  `is_system_comment` tinyint(1) NOT NULL DEFAULT '0',
7780  `created_date` bigint(20) UNSIGNED NOT NULL,8061  `created_date` bigint(20) UNSIGNED NOT NULL,
7781  `created_by` int(12) UNSIGNED NOT NULL,8062  `created_by` int(12) UNSIGNED NOT NULL,
7782  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,8063  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
7783  `updated_by` int(12) UNSIGNED DEFAULT NULL,8064  `updated_by` int(12) UNSIGNED DEFAULT NULL,
7784  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL,8065  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL,
7785  `deleted_by` int(12) UNSIGNED DEFAULT NULL8066  `deleted_by` int(12) UNSIGNED DEFAULT NULL
7786) ENGINE=InnoDB DEFAULT CHARSET=latin1;8067) ENGINE=InnoDB DEFAULT CHARSET=latin1;
77878068
7788--8069--
7789-- Dumping data for table `assessment_comments`8070-- Dumping data for table `assessment_comments`
7790--8071--
77918072
7792INSERT INTO `assessment_comments` (`acomment_id`, `assessment_id`, `student_id`, `comment`, `is_system_comment`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES8073INSERT INTO `assessment_comments` (`acomment_id`, `assessment_id`, `student_id`, `comment`, `is_system_comment`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
7793(1, 1, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8074(1, 1, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7794(2, 1, 4, 'Added a new grade of 85%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8075(2, 1, 4, 'Added a new grade of 85%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7795(3, 1, 3, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8076(3, 1, 3, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7796(4, 5, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8077(4, 5, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7797(5, 5, 4, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8078(5, 5, 4, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7798(6, 6, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8079(6, 6, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7799(7, 7, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8080(7, 7, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7800(8, 8, 2, 'Added a new grade of 75%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8081(8, 8, 2, 'Added a new grade of 75%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7801(9, 6, 4, 'Added a new grade of 20%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8082(9, 6, 4, 'Added a new grade of 20%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7802(10, 7, 4, 'Added a new grade of 100%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8083(10, 7, 4, 'Added a new grade of 100%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7803(11, 8, 4, 'Added a new grade of 87%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),8084(11, 8, 4, 'Added a new grade of 87%', 1, 1685381585, 1, NULL, NULL, NULL, NULL),
7804(12, 17, 2, 'Added a new grade of 50 | 100', 1, 1685381585, 5, NULL, NULL, NULL, NULL);8085(12, 17, 2, 'Added a new grade of 50 | 100', 1, 1685381585, 5, NULL, NULL, NULL, NULL);
78058086
7806-- --------------------------------------------------------8087-- --------------------------------------------------------
78078088
7808--8089--
7809-- Table structure for table `assessment_events`8090-- Table structure for table `assessment_events`
7810--8091--
78118092
7812CREATE TABLE `assessment_events` (8093CREATE TABLE `assessment_events` (
7813  `assessment_event_id` int(12) UNSIGNED NOT NULL,8094  `assessment_event_id` int(12) UNSIGNED NOT NULL,
7814  `assessment_id` int(12) UNSIGNED NOT NULL,8095  `assessment_id` int(12) UNSIGNED NOT NULL,
7815  `event_id` int(12) UNSIGNED NOT NULL,8096  `event_id` int(12) UNSIGNED NOT NULL,
7816  `updated_date` bigint(64) NOT NULL DEFAULT '0',8097  `updated_date` bigint(64) NOT NULL DEFAULT '0',
7817  `updated_by` int(12) UNSIGNED NOT NULL,8098  `updated_by` int(12) UNSIGNED NOT NULL,
7818  `active` tinyint(1) NOT NULL DEFAULT '1'8099  `active` tinyint(1) NOT NULL DEFAULT '1'
7819) ENGINE=InnoDB DEFAULT CHARSET=utf8;8100) ENGINE=InnoDB DEFAULT CHARSET=utf8;
78208101
7821-- --------------------------------------------------------8102-- --------------------------------------------------------
78228103
7823--8104--
7824-- Table structure for table `assessment_exceptions`8105-- Table structure for table `assessment_exceptions`
7825--8106--
78268107
7827CREATE TABLE `assessment_exceptions` (8108CREATE TABLE `assessment_exceptions` (
7828  `aexception_id` int(12) NOT NULL,8109  `aexception_id` int(12) NOT NULL,
7829  `assessment_id` int(12) NOT NULL,8110  `assessment_id` int(12) NOT NULL,
7830  `proxy_id` int(12) NOT NULL,8111  `proxy_id` int(12) NOT NULL,
7831  `grade_weighting` float NOT NULL DEFAULT '0'8112  `grade_weighting` float NOT NULL DEFAULT '0'
7832) ENGINE=InnoDB DEFAULT CHARSET=utf8;8113) ENGINE=InnoDB DEFAULT CHARSET=utf8;
78338114
7834--8115--
7835-- Dumping data for table `assessment_exceptions`8116-- Dumping data for table `assessment_exceptions`
7836--8117--
78378118
7838INSERT INTO `assessment_exceptions` (`aexception_id`, `assessment_id`, `proxy_id`, `grade_weighting`) VALUES8119INSERT INTO `assessment_exceptions` (`aexception_id`, `assessment_id`, `proxy_id`, `grade_weighting`) VALUES
7839(1, 1, 2, 26),8120(1, 1, 2, 26),
7840(2, 1, 4, 27),8121(2, 1, 4, 27),
7841(3, 5, 2, 0),8122(3, 5, 2, 0),
7842(4, 5, 10, 0);8123(4, 5, 10, 0);
78438124
7844-- --------------------------------------------------------8125-- --------------------------------------------------------
78458126
7846--8127--
7847-- Table structure for table `assessment_graders`8128-- Table structure for table `assessment_graders`
7848--8129--
78498130
7850CREATE TABLE `assessment_graders` (8131CREATE TABLE `assessment_graders` (
7851  `ag_id` int(12) UNSIGNED NOT NULL,8132  `ag_id` int(12) UNSIGNED NOT NULL,
7852  `assessment_id` int(12) UNSIGNED NOT NULL,8133  `assessment_id` int(12) UNSIGNED NOT NULL,
7853  `proxy_id` int(12) UNSIGNED NOT NULL,8134  `proxy_id` int(12) UNSIGNED NOT NULL,
7854  `grader_proxy_id` int(12) UNSIGNED NOT NULL,8135  `grader_proxy_id` int(12) UNSIGNED NOT NULL,
7855  `audience_type` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all',8136  `audience_type` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all',
7856  `audience_value` int(11) DEFAULT NULL8137  `audience_value` int(11) DEFAULT NULL
7857) ENGINE=InnoDB DEFAULT CHARSET=utf8;8138) ENGINE=InnoDB DEFAULT CHARSET=utf8;
78588139
7859--8140--
7860-- Dumping data for table `assessment_graders`8141-- Dumping data for table `assessment_graders`
7861--8142--
78628143
7863INSERT INTO `assessment_graders` (`ag_id`, `assessment_id`, `proxy_id`, `grader_proxy_id`, `audience_type`, `audience_value`) VALUES8144INSERT INTO `assessment_graders` (`ag_id`, `assessment_id`, `proxy_id`, `grader_proxy_id`, `audience_type`, `audience_value`) VALUES
7864(1, 15, 2, 6, 'cgroup_id', 3),8145(1, 15, 2, 6, 'cgroup_id', 3),
7865(2, 15, 4, 6, 'cgroup_id', 3),8146(2, 15, 4, 6, 'cgroup_id', 3),
7866(3, 15, 11, 6, 'cgroup_id', 3),8147(3, 15, 11, 6, 'cgroup_id', 3),
7867(7, 17, 2, 5, 'cgroup_id', 3),8148(7, 17, 2, 5, 'cgroup_id', 3),
7868(8, 17, 4, 5, 'cgroup_id', 3),8149(8, 17, 4, 5, 'cgroup_id', 3),
7869(9, 17, 11, 5, 'cgroup_id', 3);8150(9, 17, 11, 5, 'cgroup_id', 3);
78708151
7871-- --------------------------------------------------------8152-- --------------------------------------------------------
78728153
7873--8154--
7874-- Table structure for table `assessment_grades`8155-- Table structure for table `assessment_grades`
7875--8156--
78768157
7877CREATE TABLE `assessment_grades` (8158CREATE TABLE `assessment_grades` (
7878  `grade_id` int(10) UNSIGNED NOT NULL,8159  `grade_id` int(10) UNSIGNED NOT NULL,
7879  `assessment_id` int(10) UNSIGNED NOT NULL,8160  `assessment_id` int(10) UNSIGNED NOT NULL,
7880  `proxy_id` int(10) UNSIGNED NOT NULL,8161  `proxy_id` int(10) UNSIGNED NOT NULL,
7881  `value` float NOT NULL,8162  `value` float NOT NULL,
7882  `threshold_notified` int(1) NOT NULL DEFAULT '0',8163  `threshold_notified` int(1) NOT NULL DEFAULT '0',
7883  `created_date` bigint(64) DEFAULT NULL,8164  `created_date` bigint(64) DEFAULT NULL,
7884  `created_by` int(11) DEFAULT NULL,8165  `created_by` int(11) DEFAULT NULL,
7885  `updated_date` bigint(64) DEFAULT NULL,8166  `updated_date` bigint(64) DEFAULT NULL,
7886  `updated_by` int(11) DEFAULT NULL8167  `updated_by` int(11) DEFAULT NULL
7887) ENGINE=InnoDB DEFAULT CHARSET=utf8;8168) ENGINE=InnoDB DEFAULT CHARSET=utf8;
78888169
7889--8170--
7890-- Dumping data for table `assessment_grades`8171-- Dumping data for table `assessment_grades`
7891--8172--
78928173
7893INSERT INTO `assessment_grades` (`grade_id`, `assessment_id`, `proxy_id`, `value`, `threshold_notified`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES8174INSERT INTO `assessment_grades` (`grade_id`, `assessment_id`, `proxy_id`, `value`, `threshold_notified`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
7894(1, 1, 2, 80, 0, 1685381585, 1, NULL, NULL),8175(1, 1, 2, 80, 0, 1685381585, 1, NULL, NULL),
7895(2, 1, 4, 85, 0, 1685381585, 1, NULL, NULL),8176(2, 1, 4, 85, 0, 1685381585, 1, NULL, NULL),
7896(3, 1, 3, 90, 0, 1685381585, 1, NULL, NULL),8177(3, 1, 3, 90, 0, 1685381585, 1, NULL, NULL),
7897(4, 3, 2, 85, 0, 1685381585, 1, NULL, NULL),8178(4, 3, 2, 85, 0, 1685381585, 1, NULL, NULL),
7898(5, 4, 2, 85, 0, 1685381585, 1, NULL, NULL),8179(5, 4, 2, 85, 0, 1685381585, 1, NULL, NULL),
7899(6, 5, 2, 60, 0, 1685381585, 1, NULL, NULL),8180(6, 5, 2, 60, 0, 1685381585, 1, NULL, NULL),
7900(7, 5, 4, 90, 0, 1685381585, 1, NULL, NULL),8181(7, 5, 4, 90, 0, 1685381585, 1, NULL, NULL),
7901(8, 6, 2, 60, 0, 1685381585, 1, NULL, NULL),8182(8, 6, 2, 60, 0, 1685381585, 1, NULL, NULL),
7902(9, 7, 2, 80, 0, 1685381585, 1, NULL, NULL),8183(9, 7, 2, 80, 0, 1685381585, 1, NULL, NULL),
7903(10, 8, 2, 75, 0, 1685381585, 1, NULL, NULL),8184(10, 8, 2, 75, 0, 1685381585, 1, NULL, NULL),
7904(11, 6, 4, 20, 0, 1685381585, 1, NULL, NULL),8185(11, 6, 4, 20, 0, 1685381585, 1, NULL, NULL),
7905(12, 7, 4, 100, 0, 1685381585, 1, NULL, NULL),8186(12, 7, 4, 100, 0, 1685381585, 1, NULL, NULL),
7906(13, 8, 4, 87, 0, 1685381585, 1, NULL, NULL),8187(13, 8, 4, 87, 0, 1685381585, 1, NULL, NULL),
7907(14, 9, 2, 99, 0, 1685381585, 1, NULL, NULL),8188(14, 9, 2, 99, 0, 1685381585, 1, NULL, NULL),
7908(15, 10, 3, 99, 0, 1685381585, 1, NULL, NULL),8189(15, 10, 3, 99, 0, 1685381585, 1, NULL, NULL),
7909(16, 11, 2, 90, 0, 1685381585, 1, NULL, NULL),8190(16, 11, 2, 90, 0, 1685381585, 1, NULL, NULL),
7910(17, 11, 4, 80, 0, 1685381585, 1, NULL, NULL),8191(17, 11, 4, 80, 0, 1685381585, 1, NULL, NULL),
7911(18, 12, 2, 100, 0, 1685381585, 1, NULL, NULL),8192(18, 12, 2, 100, 0, 1685381585, 1, NULL, NULL),
7912(19, 13, 4, 100, 0, 1685381585, 1, NULL, NULL),8193(19, 13, 4, 100, 0, 1685381585, 1, NULL, NULL),
7913(20, 14, 2, 100, 0, 1685381585, 1, NULL, NULL),8194(20, 14, 2, 100, 0, 1685381585, 1, NULL, NULL),
7914(21, 5, 10, 100, 0, 1685381585, 1, NULL, NULL),8195(21, 5, 10, 100, 0, 1685381585, 1, NULL, NULL),
7915(22, 6, 10, 100, 0, 1685381585, 1, NULL, NULL),8196(22, 6, 10, 100, 0, 1685381585, 1, NULL, NULL),
7916(23, 7, 10, 100, 0, 1685381585, 1, NULL, NULL),8197(23, 7, 10, 100, 0, 1685381585, 1, NULL, NULL),
7917(24, 11, 10, 100, 100, 1685381585, 1, NULL, NULL),8198(24, 11, 10, 100, 100, 1685381585, 1, NULL, NULL),
7918(25, 12, 10, 100, 0, 1685381585, 1, NULL, NULL),8199(25, 12, 10, 100, 0, 1685381585, 1, NULL, NULL),
7919(26, 13, 10, 100, 0, 1685381585, 1, NULL, NULL),8200(26, 13, 10, 100, 0, 1685381585, 1, NULL, NULL),
7920(27, 17, 2, 50, 1, 1685381585, 5, 1685381585, 5),8201(27, 17, 2, 50, 1, 1685381585, 5, 1685381585, 5),
7921(28, 18, 2, 100, 0, 1685381585, 5, 1685381585, 5);8202(28, 18, 2, 100, 0, 1685381585, 5, 1685381585, 5);
79228203
7923-- --------------------------------------------------------8204-- --------------------------------------------------------
79248205
7925--8206--
7926-- Table structure for table `assessment_grade_form_comments`8207-- Table structure for table `assessment_grade_form_comments`
7927--8208--
79288209
7929CREATE TABLE `assessment_grade_form_comments` (8210CREATE TABLE `assessment_grade_form_comments` (
7930  `agfcomment_id` int(11) UNSIGNED NOT NULL,8211  `agfcomment_id` int(11) UNSIGNED NOT NULL,
7931  `gafelement_id` int(11) UNSIGNED DEFAULT NULL,8212  `gafelement_id` int(11) UNSIGNED DEFAULT NULL,
7932  `assessment_id` int(11) UNSIGNED DEFAULT NULL,8213  `assessment_id` int(11) UNSIGNED DEFAULT NULL,
7933  `proxy_id` int(12) UNSIGNED DEFAULT NULL,8214  `proxy_id` int(12) UNSIGNED DEFAULT NULL,
7934  `comment` text8215  `comment` text
7935) ENGINE=InnoDB DEFAULT CHARSET=utf8;8216) ENGINE=InnoDB DEFAULT CHARSET=utf8;
79368217
7937-- --------------------------------------------------------8218-- --------------------------------------------------------
79388219
7939--8220--
7940-- Table structure for table `assessment_grade_form_elements`8221-- Table structure for table `assessment_grade_form_elements`
7941--8222--
79428223
7943CREATE TABLE `assessment_grade_form_elements` (8224CREATE TABLE `assessment_grade_form_elements` (
7944  `agfelement_id` int(11) UNSIGNED NOT NULL,8225  `agfelement_id` int(11) UNSIGNED NOT NULL,
7945  `gairesponse_id` int(11) UNSIGNED DEFAULT NULL,8226  `gairesponse_id` int(11) UNSIGNED DEFAULT NULL,
7946  `assessment_id` int(11) UNSIGNED DEFAULT NULL,8227  `assessment_id` int(11) UNSIGNED DEFAULT NULL,
7947  `proxy_id` int(12) UNSIGNED DEFAULT NULL,8228  `proxy_id` int(12) UNSIGNED DEFAULT NULL,
7948  `score` float DEFAULT NULL8229  `score` float DEFAULT NULL
7949) ENGINE=InnoDB DEFAULT CHARSET=latin1;8230) ENGINE=InnoDB DEFAULT CHARSET=latin1;
79508231
7951-- --------------------------------------------------------8232-- --------------------------------------------------------
79528233
7953--8234--
7954-- Table structure for table `assessment_grading_range`8235-- Table structure for table `assessment_grading_range`
7955--8236--
79568237
7957CREATE TABLE `assessment_grading_range` (8238CREATE TABLE `assessment_grading_range` (
7958  `agrange_id` int(11) UNSIGNED NOT NULL,8239  `agrange_id` int(11) UNSIGNED NOT NULL,
7959  `agscale_id` int(11) UNSIGNED NOT NULL,8240  `agscale_id` int(11) UNSIGNED NOT NULL,
7960  `numeric_grade_min` float NOT NULL DEFAULT '0',8241  `numeric_grade_min` float NOT NULL DEFAULT '0',
7961  `letter_grade` varchar(128) DEFAULT NULL,8242  `letter_grade` varchar(128) DEFAULT NULL,
7962  `gpa` decimal(5,2) DEFAULT NULL,8243  `gpa` decimal(5,2) DEFAULT NULL,
7963  `notes` varchar(255) DEFAULT NULL,8244  `notes` varchar(255) DEFAULT NULL,
7964  `updated_date` bigint(64) DEFAULT NULL,8245  `updated_date` bigint(64) DEFAULT NULL,
7965  `updated_by` int(11) DEFAULT NULL,8246  `updated_by` int(11) DEFAULT NULL,
7966  `deleted_date` bigint(64) DEFAULT NULL,8247  `deleted_date` bigint(64) DEFAULT NULL,
7967  `deleted_by` int(11) DEFAULT NULL8248  `deleted_by` int(11) DEFAULT NULL
7968) ENGINE=InnoDB DEFAULT CHARSET=utf8;8249) ENGINE=InnoDB DEFAULT CHARSET=utf8;
79698250
7970--8251--
7971-- Dumping data for table `assessment_grading_range`8252-- Dumping data for table `assessment_grading_range`
7972--8253--
79738254
7974INSERT INTO `assessment_grading_range` (`agrange_id`, `agscale_id`, `numeric_grade_min`, `letter_grade`, `gpa`, `notes`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES8255INSERT INTO `assessment_grading_range` (`agrange_id`, `agscale_id`, `numeric_grade_min`, `letter_grade`, `gpa`, `notes`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
7975(1, 1, 90, 'A+', 4.30, NULL, 1483495903, 1, NULL, NULL),8256(1, 1, 90, 'A+', 4.30, NULL, 1483495903, 1, NULL, NULL),
7976(2, 1, 85, 'A', 4.00, NULL, 1483495903, 1, NULL, NULL),8257(2, 1, 85, 'A', 4.00, NULL, 1483495903, 1, NULL, NULL),
7977(3, 1, 80, 'A-', 3.70, NULL, 1483495903, 1, NULL, NULL),8258(3, 1, 80, 'A-', 3.70, NULL, 1483495903, 1, NULL, NULL),
7978(4, 1, 77, 'B+', 3.30, NULL, 1483495903, 1, NULL, NULL),8259(4, 1, 77, 'B+', 3.30, NULL, 1483495903, 1, NULL, NULL),
7979(5, 1, 73, 'B', 3.00, NULL, 1483495903, 1, NULL, NULL),8260(5, 1, 73, 'B', 3.00, NULL, 1483495903, 1, NULL, NULL),
7980(6, 1, 70, 'B-', 2.70, NULL, 1483495903, 1, NULL, NULL),8261(6, 1, 70, 'B-', 2.70, NULL, 1483495903, 1, NULL, NULL),
7981(7, 1, 67, 'C+', 2.30, NULL, 1483495903, 1, NULL, NULL),8262(7, 1, 67, 'C+', 2.30, NULL, 1483495903, 1, NULL, NULL),
7982(8, 1, 63, 'C', 2.00, NULL, 1483495903, 1, NULL, NULL),8263(8, 1, 63, 'C', 2.00, NULL, 1483495903, 1, NULL, NULL),
7983(9, 1, 60, 'C-', 1.70, NULL, 1483495903, 1, NULL, NULL),8264(9, 1, 60, 'C-', 1.70, NULL, 1483495903, 1, NULL, NULL),
7984(10, 1, 57, 'D+', 1.30, NULL, 1483495903, 1, NULL, NULL),8265(10, 1, 57, 'D+', 1.30, NULL, 1483495903, 1, NULL, NULL),
7985(11, 1, 53, 'D', 1.00, NULL, 1483495903, 1, NULL, NULL),8266(11, 1, 53, 'D', 1.00, NULL, 1483495903, 1, NULL, NULL),
7986(12, 1, 50, 'D-', 0.70, NULL, 1483495903, 1, NULL, NULL),8267(12, 1, 50, 'D-', 0.70, NULL, 1483495903, 1, NULL, NULL),
7987(13, 1, 0, 'F', 0.00, NULL, 1483495903, 1, NULL, NULL);8268(13, 1, 0, 'F', 0.00, NULL, 1483495903, 1, NULL, NULL);
79888269
7989-- --------------------------------------------------------8270-- --------------------------------------------------------
79908271
7991--8272--
7992-- Table structure for table `assessment_grading_scale`8273-- Table structure for table `assessment_grading_scale`
7993--8274--
79948275
7995CREATE TABLE `assessment_grading_scale` (8276CREATE TABLE `assessment_grading_scale` (
7996  `agscale_id` int(11) UNSIGNED NOT NULL,8277  `agscale_id` int(11) UNSIGNED NOT NULL,
7997  `organisation_id` int(11) DEFAULT NULL,8278  `organisation_id` int(11) DEFAULT NULL,
7998  `title` varchar(256) NOT NULL,8279  `title` varchar(256) NOT NULL,
7999  `description` text,8280  `description` text,
8000  `default` tinyint(1) NOT NULL DEFAULT '0',8281  `default` tinyint(1) NOT NULL DEFAULT '0',
8001  `applicable_from` bigint(64) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',8282  `applicable_from` bigint(64) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',
8002  `updated_date` bigint(64) DEFAULT NULL,8283  `updated_date` bigint(64) DEFAULT NULL,
8003  `updated_by` int(11) DEFAULT NULL,8284  `updated_by` int(11) DEFAULT NULL,
8004  `deleted_date` bigint(64) DEFAULT NULL,8285  `deleted_date` bigint(64) DEFAULT NULL,
8005  `deleted_by` int(11) DEFAULT NULL8286  `deleted_by` int(11) DEFAULT NULL
8006) ENGINE=InnoDB DEFAULT CHARSET=utf8;8287) ENGINE=InnoDB DEFAULT CHARSET=utf8;
80078288
8008--8289--
8009-- Dumping data for table `assessment_grading_scale`8290-- Dumping data for table `assessment_grading_scale`
8010--8291--
80118292
8012INSERT INTO `assessment_grading_scale` (`agscale_id`, `organisation_id`, `title`, `description`, `default`, `applicable_from`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES8293INSERT INTO `assessment_grading_scale` (`agscale_id`, `organisation_id`, `title`, `description`, `default`, `applicable_from`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
8013(1, 1, 'Default Grading Scale for Your University', NULL, 1, NULL, 1483495903, 1, NULL, NULL);8294(1, 1, 'Default Grading Scale for Your University', NULL, 1, NULL, 1483495903, 1, NULL, NULL);
80148295
8015-- --------------------------------------------------------8296-- --------------------------------------------------------
80168297
8017--8298--
8018-- Table structure for table `assessment_groups`8299-- Table structure for table `assessment_groups`
8019--8300--
80208301
8021CREATE TABLE `assessment_groups` (8302CREATE TABLE `assessment_groups` (
8022  `agroup_id` int(11) UNSIGNED NOT NULL,8303  `agroup_id` int(11) UNSIGNED NOT NULL,
8023  `cgroup_id` int(11) NOT NULL,8304  `cgroup_id` int(11) NOT NULL,
8024  `assessment_id` int(11) UNSIGNED DEFAULT NULL8305  `assessment_id` int(11) UNSIGNED DEFAULT NULL
8025) ENGINE=InnoDB DEFAULT CHARSET=utf8;8306) ENGINE=InnoDB DEFAULT CHARSET=utf8;
80268307
8027--8308--
8028-- Dumping data for table `assessment_groups`8309-- Dumping data for table `assessment_groups`
8029--8310--
80308311
8031INSERT INTO `assessment_groups` (`agroup_id`, `cgroup_id`, `assessment_id`) VALUES8312INSERT INTO `assessment_groups` (`agroup_id`, `cgroup_id`, `assessment_id`) VALUES
8032(1, 3, 15),8313(1, 3, 15),
8033(3, 3, 17);8314(3, 3, 17);
80348315
8035-- --------------------------------------------------------8316-- --------------------------------------------------------
80368317
8037--8318--
8038-- Table structure for table `assessment_linked_objectives`8319-- Table structure for table `assessment_linked_objectives`
8039--8320--
80408321
8041CREATE TABLE `assessment_linked_objectives` (8322CREATE TABLE `assessment_linked_objectives` (
8042  `alobjective_id` int(12) UNSIGNED NOT NULL,8323  `alobjective_id` int(12) UNSIGNED NOT NULL,
8043  `assessment_id` int(12) UNSIGNED NOT NULL,8324  `assessment_id` int(12) UNSIGNED NOT NULL,
8044  `objective_id` int(12) UNSIGNED NOT NULL,8325  `objective_id` int(12) UNSIGNED NOT NULL,
8045  `target_objective_id` int(12) UNSIGNED NOT NULL,8326  `target_objective_id` int(12) UNSIGNED NOT NULL,
8046  `active` tinyint(1) DEFAULT '1',8327  `active` tinyint(1) DEFAULT '1',
8047  `updated_date` bigint(64) DEFAULT NULL,8328  `updated_date` bigint(64) DEFAULT NULL,
8048  `updated_by` int(12) UNSIGNED DEFAULT NULL8329  `updated_by` int(12) UNSIGNED DEFAULT NULL
8049) ENGINE=InnoDB DEFAULT CHARSET=utf8;8330) ENGINE=InnoDB DEFAULT CHARSET=utf8;
80508331
8051-- --------------------------------------------------------8332-- --------------------------------------------------------
80528333
8053--8334--
8054-- Table structure for table `assessment_marking_schemes`8335-- Table structure for table `assessment_marking_schemes`
8055--8336--
80568337
8057CREATE TABLE `assessment_marking_schemes` (8338CREATE TABLE `assessment_marking_schemes` (
8058  `id` int(10) UNSIGNED NOT NULL,8339  `id` int(10) UNSIGNED NOT NULL,
8059  `name` varchar(255) NOT NULL,8340  `name` varchar(255) NOT NULL,
8060  `handler` varchar(255) NOT NULL DEFAULT 'Boolean',8341  `handler` varchar(255) NOT NULL DEFAULT 'Boolean',
8061  `description` text NOT NULL,8342  `description` text NOT NULL,
8062  `enabled` tinyint(1) NOT NULL DEFAULT '1'8343  `enabled` tinyint(1) NOT NULL DEFAULT '1'
8063) ENGINE=InnoDB DEFAULT CHARSET=utf8;8344) ENGINE=InnoDB DEFAULT CHARSET=utf8;
80648345
8065--8346--
8066-- Dumping data for table `assessment_marking_schemes`8347-- Dumping data for table `assessment_marking_schemes`
8067--8348--
80688349
8069INSERT INTO `assessment_marking_schemes` (`id`, `name`, `handler`, `description`, `enabled`) VALUES8350INSERT INTO `assessment_marking_schemes` (`id`, `name`, `handler`, `description`, `enabled`) VALUES
8070(1, 'Pass/Fail', 'Boolean', 'Enter P for Pass, or F for Fail, in the student mark column.', 1),8351(1, 'Pass/Fail', 'Boolean', 'Enter P for Pass, or F for Fail, in the student mark column.', 1),
8071(2, 'Percentage', 'Percentage', 'Enter a percentage in the student mark column.', 1),8352(2, 'Percentage', 'Percentage', 'Enter a percentage in the student mark column.', 1),
8072(3, 'Numeric', 'Numeric', 'Enter a numeric total in the student mark column.', 1),8353(3, 'Numeric', 'Numeric', 'Enter a numeric total in the student mark column.', 1),
8073(4, 'Complete/Incomplete', 'IncompleteComplete', 'Enter C for Complete, or I for Incomplete, in the student mark column.', 1),8354(4, 'Complete/Incomplete', 'IncompleteComplete', 'Enter C for Complete, or I for Incomplete, in the student mark column.', 1),
8074(5, 'Grading Scale', 'GradingScale', 'Use a grading scale to determine the allowable strings for grading.', 1),8355(5, 'Grading Scale', 'GradingScale', 'Use a grading scale to determine the allowable strings for grading.', 1),
8075(6, 'Floating Numeric', 'NumericFloat', 'Enter a numeric value in the student mark column.', 1);8356(6, 'Floating Numeric', 'NumericFloat', 'Enter a numeric value in the student mark column.', 1);
80768357
8077-- --------------------------------------------------------8358-- --------------------------------------------------------
80788359
8079--8360--
8080-- Table structure for table `assessment_notificatons`8361-- Table structure for table `assessment_notificatons`
8081--8362--
80828363
8083CREATE TABLE `assessment_notificatons` (8364CREATE TABLE `assessment_notificatons` (
8084  `at_notificaton_id` int(12) UNSIGNED NOT NULL,8365  `at_notificaton_id` int(12) UNSIGNED NOT NULL,
8085  `assessment_id` int(12) UNSIGNED NOT NULL,8366  `assessment_id` int(12) UNSIGNED NOT NULL,
8086  `proxy_id` int(12) UNSIGNED NOT NULL,8367  `proxy_id` int(12) UNSIGNED NOT NULL,
8087  `updated_date` bigint(64) UNSIGNED NOT NULL,8368  `updated_date` bigint(64) UNSIGNED NOT NULL,
8088  `updated_by` int(12) UNSIGNED NOT NULL8369  `updated_by` int(12) UNSIGNED NOT NULL
8089) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Notification list for assessments';8370) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Notification list for assessments';
80908371
8091-- --------------------------------------------------------8372-- --------------------------------------------------------
80928373
8093--8374--
8094-- Table structure for table `assessment_objectives`8375-- Table structure for table `assessment_objectives`
8095--8376--
80968377
8097CREATE TABLE `assessment_objectives` (8378CREATE TABLE `assessment_objectives` (
8098  `aobjective_id` int(12) NOT NULL,8379  `aobjective_id` int(12) NOT NULL,
8099  `assessment_id` int(12) NOT NULL DEFAULT '0',8380  `assessment_id` int(12) NOT NULL DEFAULT '0',
8100  `objective_id` int(12) NOT NULL DEFAULT '0',8381  `objective_id` int(12) NOT NULL DEFAULT '0',
8101  `importance` int(11) DEFAULT NULL,8382  `importance` int(11) DEFAULT NULL,
8102  `objective_details` text,8383  `objective_details` text,
8103  `objective_type` enum('curricular_objective','clinical_presentation') NOT NULL DEFAULT 'curricular_objective',8384  `objective_type` enum('curricular_objective','clinical_presentation') NOT NULL DEFAULT 'curricular_objective',
8104  `updated_date` bigint(64) NOT NULL,8385  `updated_date` bigint(64) NOT NULL,
8105  `updated_by` int(12) NOT NULL8386  `updated_by` int(12) NOT NULL
8106) ENGINE=InnoDB DEFAULT CHARSET=utf8;8387) ENGINE=InnoDB DEFAULT CHARSET=utf8;
81078388
8108-- --------------------------------------------------------8389-- --------------------------------------------------------
81098390
8110--8391--
8111-- Table structure for table `assessment_options`8392-- Table structure for table `assessment_options`
8112--8393--
81138394
8114CREATE TABLE `assessment_options` (8395CREATE TABLE `assessment_options` (
8115  `aoption_id` int(12) NOT NULL,8396  `aoption_id` int(12) NOT NULL,
8116  `assessment_id` int(12) NOT NULL DEFAULT '0',8397  `assessment_id` int(12) NOT NULL DEFAULT '0',
8117  `option_id` int(12) NOT NULL DEFAULT '0',8398  `option_id` int(12) NOT NULL DEFAULT '0',
8118  `option_active` int(1) NOT NULL DEFAULT '0'8399  `option_active` int(1) NOT NULL DEFAULT '0'
8119) ENGINE=InnoDB DEFAULT CHARSET=utf8;8400) ENGINE=InnoDB DEFAULT CHARSET=utf8;
81208401
8121--8402--
8122-- Dumping data for table `assessment_options`8403-- Dumping data for table `assessment_options`
8123--8404--
81248405
8125INSERT INTO `assessment_options` (`aoption_id`, `assessment_id`, `option_id`, `option_active`) VALUES8406INSERT INTO `assessment_options` (`aoption_id`, `assessment_id`, `option_id`, `option_active`) VALUES
8126(1, 1, 1, 0),8407(1, 1, 1, 0),
8127(2, 1, 2, 0),8408(2, 1, 2, 0),
8128(3, 1, 3, 0),8409(3, 1, 3, 0),
8129(4, 1, 4, 0),8410(4, 1, 4, 0),
8130(5, 1, 5, 0),8411(5, 1, 5, 0),
8131(6, 1, 6, 0),8412(6, 1, 6, 0),
8132(7, 2, 1, 0),8413(7, 2, 1, 0),
8133(8, 2, 2, 0),8414(8, 2, 2, 0),
8134(9, 2, 3, 0),8415(9, 2, 3, 0),
8135(10, 2, 4, 0),8416(10, 2, 4, 0),
8136(11, 2, 5, 0),8417(11, 2, 5, 0),
8137(12, 2, 6, 0),8418(12, 2, 6, 0),
8138(13, 5, 1, 0),8419(13, 5, 1, 0),
8139(14, 5, 2, 0),8420(14, 5, 2, 0),
8140(15, 5, 3, 0),8421(15, 5, 3, 0),
8141(16, 5, 4, 0),8422(16, 5, 4, 0),
8142(17, 5, 5, 0),8423(17, 5, 5, 0),
8143(18, 5, 6, 0),8424(18, 5, 6, 0),
8144(19, 6, 1, 0),8425(19, 6, 1, 0),
8145(20, 6, 2, 0),8426(20, 6, 2, 0),
8146(21, 6, 3, 0),8427(21, 6, 3, 0),
8147(22, 6, 4, 0),8428(22, 6, 4, 0),
8148(23, 6, 5, 0),8429(23, 6, 5, 0),
8149(24, 6, 6, 0),8430(24, 6, 6, 0),
8150(25, 7, 1, 0),8431(25, 7, 1, 0),
8151(26, 7, 2, 0),8432(26, 7, 2, 0),
8152(27, 7, 3, 0),8433(27, 7, 3, 0),
8153(28, 7, 4, 0),8434(28, 7, 4, 0),
8154(29, 7, 5, 0),8435(29, 7, 5, 0),
8155(30, 7, 6, 0),8436(30, 7, 6, 0),
8156(31, 8, 1, 0),8437(31, 8, 1, 0),
8157(32, 8, 2, 0),8438(32, 8, 2, 0),
8158(33, 8, 3, 0),8439(33, 8, 3, 0),
8159(34, 8, 4, 0),8440(34, 8, 4, 0),
8160(35, 8, 5, 0),8441(35, 8, 5, 0),
8161(36, 8, 6, 0),8442(36, 8, 6, 0),
8162(37, 15, 1, 0),8443(37, 15, 1, 0),
8163(38, 15, 2, 0),8444(38, 15, 2, 0),
8164(39, 15, 3, 0),8445(39, 15, 3, 0),
8165(40, 17, 1, 0),8446(40, 17, 1, 0),
8166(41, 17, 2, 0),8447(41, 17, 2, 0),
8167(42, 17, 3, 0),8448(42, 17, 3, 0),
8168(43, 17, 4, 0),8449(43, 17, 4, 0),
8169(44, 17, 5, 0),8450(44, 17, 5, 0),
8170(45, 17, 6, 0);8451(45, 17, 6, 0);
81718452
8172-- --------------------------------------------------------8453-- --------------------------------------------------------
81738454
8174--8455--
8175-- Table structure for table `assessment_option_values`8456-- Table structure for table `assessment_option_values`
8176--8457--
81778458
8178CREATE TABLE `assessment_option_values` (8459CREATE TABLE `assessment_option_values` (
8179  `aovalue_id` int(12) UNSIGNED NOT NULL,8460  `aovalue_id` int(12) UNSIGNED NOT NULL,
8180  `aoption_id` int(12) NOT NULL,8461  `aoption_id` int(12) NOT NULL,
8181  `proxy_id` int(12) NOT NULL,8462  `proxy_id` int(12) NOT NULL,
8182  `value` varchar(32) DEFAULT ''8463  `value` varchar(32) DEFAULT ''
8183) ENGINE=InnoDB DEFAULT CHARSET=utf8;8464) ENGINE=InnoDB DEFAULT CHARSET=utf8;
81848465
8185-- --------------------------------------------------------8466-- --------------------------------------------------------
81868467
8187--8468--
8188-- Table structure for table `assessment_quiz_questions`8469-- Table structure for table `assessment_quiz_questions`
8189--8470--
81908471
8191CREATE TABLE `assessment_quiz_questions` (8472CREATE TABLE `assessment_quiz_questions` (
8192  `aqquestion_id` int(11) UNSIGNED NOT NULL,8473  `aqquestion_id` int(11) UNSIGNED NOT NULL,
8193  `assessment_id` int(11) NOT NULL,8474  `assessment_id` int(11) NOT NULL,
8194  `qquestion_id` int(11) NOT NULL8475  `qquestion_id` int(11) NOT NULL
8195) ENGINE=InnoDB DEFAULT CHARSET=utf8;8476) ENGINE=InnoDB DEFAULT CHARSET=utf8;
81968477
8197-- --------------------------------------------------------8478-- --------------------------------------------------------
81988479
8199--8480--
8200-- Table structure for table `assessment_statistics`8481-- Table structure for table `assessment_statistics`
8201--8482--
82028483
8203CREATE TABLE `assessment_statistics` (8484CREATE TABLE `assessment_statistics` (
8204  `assessment_statistic_id` int(12) NOT NULL,8485  `assessment_statistic_id` int(12) NOT NULL,
8205  `proxy_id` int(12) NOT NULL,8486  `proxy_id` int(12) NOT NULL,
8206  `impersonated_by` int(11) DEFAULT NULL,8487  `impersonated_by` int(11) DEFAULT NULL,
8207  `created_date` bigint(64) DEFAULT NULL,8488  `created_date` bigint(64) DEFAULT NULL,
8208  `module` varchar(64) DEFAULT NULL,8489  `module` varchar(64) DEFAULT NULL,
8209  `sub_module` varchar(64) DEFAULT NULL,8490  `sub_module` varchar(64) DEFAULT NULL,
8210  `action` varchar(64) DEFAULT NULL,8491  `action` varchar(64) DEFAULT NULL,
8211  `assessment_id` varchar(64) NOT NULL,8492  `assessment_id` varchar(64) NOT NULL,
8212  `distribution_id` varchar(64) DEFAULT '',8493  `distribution_id` varchar(64) DEFAULT '',
8213  `target_id` varchar(64) NOT NULL,8494  `target_id` varchar(64) NOT NULL,
8214  `progress_id` varchar(64) DEFAULT NULL,8495  `progress_id` varchar(64) DEFAULT NULL,
8215  `prune_after` bigint(64) DEFAULT NULL8496  `prune_after` bigint(64) DEFAULT NULL
8216) ENGINE=InnoDB DEFAULT CHARSET=utf8;8497) ENGINE=InnoDB DEFAULT CHARSET=utf8;
82178498
8218--8499--
8219-- Dumping data for table `assessment_statistics`8500-- Dumping data for table `assessment_statistics`
8220--8501--
82218502
8222INSERT INTO `assessment_statistics` (`assessment_statistic_id`, `proxy_id`, `impersonated_by`, `created_date`, `module`, `sub_module`, `action`, `assessment_id`, `distribution_id`, `target_id`, `progress_id`, `prune_after`) VALUES8503INSERT INTO `assessment_statistics` (`assessment_statistic_id`, `proxy_id`, `impersonated_by`, `created_date`, `module`, `sub_module`, `action`, `assessment_id`, `distribution_id`, `target_id`, `progress_id`, `prune_after`) VALUES
8223(1, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', NULL, 1716917585),8504(1, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', NULL, 1716917585),
8224(2, 1, NULL, 1685381585, 'assessments', 'assessment', 'submit', '1', '1', '2', '1', 1716917585),8505(2, 1, NULL, 1685381585, 'assessments', 'assessment', 'submit', '1', '1', '2', '1', 1716917585),
8225(3, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),8506(3, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),
8226(4, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),8507(4, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),
8227(5, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '2', NULL, '2', NULL, 1716917585),8508(5, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '2', NULL, '2', NULL, 1716917585),
8228(6, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '2', NULL, 1685381585),8509(6, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '2', NULL, 1685381585),
8229(7, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),8510(7, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585),
8230(8, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '3', '3', '2', '3', 1716917585),8511(8, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '3', '3', '2', '3', 1716917585),
8231(9, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '4', NULL, 1716917585),8512(9, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '4', NULL, 1716917585),
8232(10, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '2', NULL, 1716917585),8513(10, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '2', NULL, 1716917585),
8233(11, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '4', '4', '2', '4', 1716917585),8514(11, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '4', '4', '2', '4', 1716917585),
n8234(12, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '4', NULL, 1716917585);n8515(12, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '4', NULL, 1716917585),
8516(13, 7, 1, 1685392158, 'assessments', 'assessment', 'view', '7', NULL, '4', NULL, 1717014558),
8517(14, 7, 1, 1685392280, 'assessments', 'assessment', 'submit', '7', NULL, '4', '7', 1717014680),
8518(15, 2, 1, 1685472646, 'assessments', 'assessment', 'view', '8', NULL, '2', NULL, 1717095046),
8519(16, 2, 1, 1685472687, 'assessments', 'assessment', 'submit', '8', NULL, '2', '8', 1717095087),
8520(17, 7, 1, 1685472725, 'assessments', 'assessment', 'view', '9', NULL, '2', '9', 1717095125),
8521(18, 7, 1, 1685472734, 'assessments', 'assessment', 'submit', '9', NULL, '2', '9', 1717095134),
8522(19, 6, 1, 1685539110, 'assessments', 'assessment', 'view', '10', NULL, '4', NULL, 1717161510),
8523(20, 6, 1, 1685539159, 'assessments', 'assessment', 'view', '10', NULL, '4', '10', 1717161559),
8524(21, 6, 1, 1685539175, 'assessments', 'assessment', 'submit', '10', NULL, '4', '10', 1717161575),
8525(22, 4, 1, 1685539302, 'assessments', 'assessment', 'view', '10', NULL, '4', '10', 1717161702),
8526(23, 5, 1, 1685539406, 'assessments', 'assessment', 'view', '11', NULL, '4', NULL, 1717161806),
8527(24, 5, 1, 1685539432, 'assessments', 'assessment', 'view', '11', NULL, '4', '11', 1717161832),
8528(25, 5, 1, 1685539440, 'assessments', 'assessment', 'submit', '11', NULL, '4', '11', 1717161840),
8529(26, 7, 1, 1685540753, 'assessments', 'assessment', 'view', '12', NULL, '4', NULL, 1717163153),
8530(27, 7, 1, 1685540769, 'assessments', 'assessment', 'submit', '12', NULL, '4', '12', 1717163169),
8531(28, 7, 1, 1685543893, 'assessments', 'assessment', 'view', '13', NULL, '4', NULL, 1717166293),
8532(29, 7, 1, 1685543943, 'assessments', 'assessment', 'submit', '13', NULL, '4', '13', 1717166343),
8533(30, 7, 1, 1685543948, 'assessments', 'assessment', 'view', '14', NULL, '4', NULL, 1717166348),
8534(31, 7, 1, 1685543960, 'assessments', 'assessment', 'submit', '14', NULL, '4', '14', 1717166360),
8535(32, 9, 1, 1685544022, 'assessments', 'assessment', 'view', '15', NULL, '4', NULL, 1717166422),
8536(33, 9, 1, 1685544035, 'assessments', 'assessment', 'submit', '15', NULL, '4', '15', 1717166435),
8537(34, 9, 1, 1685544040, 'assessments', 'assessment', 'view', '16', NULL, '4', NULL, 1717166440),
8538(35, 9, 1, 1685544062, 'assessments', 'assessment', 'submit', '16', NULL, '4', '16', 1717166462),
8539(36, 6, 1, 1685544228, 'assessments', 'assessment', 'view', '17', NULL, '4', NULL, 1717166628),
8540(37, 6, 1, 1685544241, 'assessments', 'assessment', 'submit', '17', NULL, '4', '17', 1717166641),
8541(38, 7, 1, 1685544618, 'assessments', 'assessment', 'view', '18', NULL, '4', NULL, 1717167018),
8542(39, 7, 1, 1685544647, 'assessments', 'assessment', 'submit', '18', NULL, '4', '18', 1717167047),
8543(40, 6, 1, 1685544689, 'assessments', 'assessment', 'view', '19', NULL, '4', NULL, 1717167089),
8544(41, 6, 1, 1685544713, 'assessments', 'assessment', 'submit', '19', NULL, '4', '19', 1717167113);
82358545
8236-- --------------------------------------------------------8546-- --------------------------------------------------------
82378547
8238--8548--
8239-- Table structure for table `assigned_locations`8549-- Table structure for table `assigned_locations`
8240--8550--
82418551
8242CREATE TABLE `assigned_locations` (8552CREATE TABLE `assigned_locations` (
8243  `alocation_id` int(11) UNSIGNED NOT NULL,8553  `alocation_id` int(11) UNSIGNED NOT NULL,
8244  `location_type` varchar(255) NOT NULL,8554  `location_type` varchar(255) NOT NULL,
8245  `location_id` bigint(20) NOT NULL,8555  `location_id` bigint(20) NOT NULL,
8246  `created_by` int(11) DEFAULT NULL,8556  `created_by` int(11) DEFAULT NULL,
8247  `created_date` bigint(20) DEFAULT NULL,8557  `created_date` bigint(20) DEFAULT NULL,
8248  `updated_by` int(11) DEFAULT NULL,8558  `updated_by` int(11) DEFAULT NULL,
8249  `updated_date` bigint(20) DEFAULT NULL,8559  `updated_date` bigint(20) DEFAULT NULL,
8250  `deleted_date` bigint(20) DEFAULT NULL8560  `deleted_date` bigint(20) DEFAULT NULL
8251) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;8561) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
82528562
8253--8563--
8254-- Dumping data for table `assigned_locations`8564-- Dumping data for table `assigned_locations`
8255--8565--
82568566
8257INSERT INTO `assigned_locations` (`alocation_id`, `location_type`, `location_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES8567INSERT INTO `assigned_locations` (`alocation_id`, `location_type`, `location_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
8258(1, 'site_id', 1, 1, 1685381586, 1, 1685381586, NULL),8568(1, 'site_id', 1, 1, 1685381586, 1, 1685381586, NULL),
8259(2, 'site_id', 4, 1, 1685381586, 1, 1685381586, NULL),8569(2, 'site_id', 4, 1, 1685381586, 1, 1685381586, NULL),
8260(3, 'room_id', 1, 1, 1685381586, 1, 1685381586, NULL),8570(3, 'room_id', 1, 1, 1685381586, 1, 1685381586, NULL),
8261(4, 'building_id', 2, 1, 1685381586, 1, 1685381586, NULL),8571(4, 'building_id', 2, 1, 1685381586, 1, 1685381586, NULL),
8262(5, 'room_id', 2, 1, 1685381586, 1, 1685381586, NULL),8572(5, 'room_id', 2, 1, 1685381586, 1, 1685381586, NULL),
8263(6, 'building_id', 4, 1, 1685381586, 1, 1685381586, NULL),8573(6, 'building_id', 4, 1, 1685381586, 1, 1685381586, NULL),
8264(7, 'site_id', 6, 1, 1685381586, 1, 1685381586, NULL);8574(7, 'site_id', 6, 1, 1685381586, 1, 1685381586, NULL);
82658575
8266-- --------------------------------------------------------8576-- --------------------------------------------------------
82678577
8268--8578--
8269-- Table structure for table `assignments`8579-- Table structure for table `assignments`
8270--8580--
82718581
8272CREATE TABLE `assignments` (8582CREATE TABLE `assignments` (
8273  `assignment_id` int(11) NOT NULL,8583  `assignment_id` int(11) NOT NULL,
8274  `course_id` int(11) NOT NULL,8584  `course_id` int(11) NOT NULL,
8275  `assessment_id` int(11) NOT NULL,8585  `assessment_id` int(11) NOT NULL,
8276  `notice_id` int(11) DEFAULT NULL,8586  `notice_id` int(11) DEFAULT NULL,
8277  `assignment_title` varchar(40) NOT NULL,8587  `assignment_title` varchar(40) NOT NULL,
8278  `assignment_description` text NOT NULL,8588  `assignment_description` text NOT NULL,
8279  `rubric_visibility_shortname` varchar(100) DEFAULT NULL,8589  `rubric_visibility_shortname` varchar(100) DEFAULT NULL,
8280  `assignment_active` int(11) NOT NULL,8590  `assignment_active` int(11) NOT NULL,
8281  `required` int(1) NOT NULL,8591  `required` int(1) NOT NULL,
8282  `due_date` bigint(64) NOT NULL DEFAULT '0',8592  `due_date` bigint(64) NOT NULL DEFAULT '0',
8283  `assignment_uploads` int(11) NOT NULL DEFAULT '0',8593  `assignment_uploads` int(11) NOT NULL DEFAULT '0',
8284  `max_file_uploads` int(11) NOT NULL DEFAULT '1',8594  `max_file_uploads` int(11) NOT NULL DEFAULT '1',
8285  `release_date` bigint(64) NOT NULL DEFAULT '0',8595  `release_date` bigint(64) NOT NULL DEFAULT '0',
8286  `release_until` bigint(64) NOT NULL DEFAULT '0',8596  `release_until` bigint(64) NOT NULL DEFAULT '0',
8287  `anonymous_marking` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',8597  `anonymous_marking` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
8288  `updated_date` bigint(64) NOT NULL,8598  `updated_date` bigint(64) NOT NULL,
8289  `updated_by` int(11) NOT NULL8599  `updated_by` int(11) NOT NULL
8290) ENGINE=InnoDB DEFAULT CHARSET=utf8;8600) ENGINE=InnoDB DEFAULT CHARSET=utf8;
82918601
8292--8602--
8293-- Dumping data for table `assignments`8603-- Dumping data for table `assignments`
8294--8604--
82958605
8296INSERT INTO `assignments` (`assignment_id`, `course_id`, `assessment_id`, `notice_id`, `assignment_title`, `assignment_description`, `rubric_visibility_shortname`, `assignment_active`, `required`, `due_date`, `assignment_uploads`, `max_file_uploads`, `release_date`, `release_until`, `anonymous_marking`, `updated_date`, `updated_by`) VALUES8606INSERT INTO `assignments` (`assignment_id`, `course_id`, `assessment_id`, `notice_id`, `assignment_title`, `assignment_description`, `rubric_visibility_shortname`, `assignment_active`, `required`, `due_date`, `assignment_uploads`, `max_file_uploads`, `release_date`, `release_until`, `anonymous_marking`, `updated_date`, `updated_by`) VALUES
8297(1, 2, 5, NULL, '', '', NULL, 1, 0, 0, 1, 3, 0, 0, 0, 1685381585, 1),8607(1, 2, 5, NULL, '', '', NULL, 1, 0, 0, 1, 3, 0, 0, 0, 1685381585, 1),
8298(2, 1, 15, NULL, '', '', NULL, 1, 0, 0, 1, 1, 0, 0, 0, 1685381585, 1);8608(2, 1, 15, NULL, '', '', NULL, 1, 0, 0, 1, 1, 0, 0, 0, 1685381585, 1);
82998609
8300-- --------------------------------------------------------8610-- --------------------------------------------------------
83018611
8302--8612--
8303-- Table structure for table `assignment_comments`8613-- Table structure for table `assignment_comments`
8304--8614--
83058615
8306CREATE TABLE `assignment_comments` (8616CREATE TABLE `assignment_comments` (
8307  `acomment_id` int(12) NOT NULL,8617  `acomment_id` int(12) NOT NULL,
8308  `proxy_to_id` int(12) NOT NULL DEFAULT '0',8618  `proxy_to_id` int(12) NOT NULL DEFAULT '0',
8309  `assignment_id` int(12) NOT NULL DEFAULT '0',8619  `assignment_id` int(12) NOT NULL DEFAULT '0',
8310  `proxy_id` int(12) NOT NULL DEFAULT '0',8620  `proxy_id` int(12) NOT NULL DEFAULT '0',
8311  `comment_title` varchar(128) NOT NULL,8621  `comment_title` varchar(128) NOT NULL,
8312  `comment_description` text NOT NULL,8622  `comment_description` text NOT NULL,
8313  `comment_active` int(1) NOT NULL DEFAULT '1',8623  `comment_active` int(1) NOT NULL DEFAULT '1',
8314  `release_date` bigint(64) NOT NULL DEFAULT '0',8624  `release_date` bigint(64) NOT NULL DEFAULT '0',
8315  `updated_date` bigint(64) NOT NULL DEFAULT '0',8625  `updated_date` bigint(64) NOT NULL DEFAULT '0',
8316  `updated_by` int(12) NOT NULL DEFAULT '0',8626  `updated_by` int(12) NOT NULL DEFAULT '0',
8317  `notify` int(1) NOT NULL DEFAULT '0'8627  `notify` int(1) NOT NULL DEFAULT '0'
8318) ENGINE=InnoDB DEFAULT CHARSET=utf8;8628) ENGINE=InnoDB DEFAULT CHARSET=utf8;
83198629
8320-- --------------------------------------------------------8630-- --------------------------------------------------------
83218631
8322--8632--
8323-- Table structure for table `assignment_contacts`8633-- Table structure for table `assignment_contacts`
8324--8634--
83258635
8326CREATE TABLE `assignment_contacts` (8636CREATE TABLE `assignment_contacts` (
8327  `acontact_id` int(11) NOT NULL,8637  `acontact_id` int(11) NOT NULL,
8328  `assignment_id` int(11) NOT NULL,8638  `assignment_id` int(11) NOT NULL,
8329  `proxy_id` int(11) NOT NULL,8639  `proxy_id` int(11) NOT NULL,
8330  `contact_order` int(11) DEFAULT '1',8640  `contact_order` int(11) DEFAULT '1',
8331  `updated_date` bigint(64) NOT NULL,8641  `updated_date` bigint(64) NOT NULL,
8332  `updated_by` int(11) NOT NULL8642  `updated_by` int(11) NOT NULL
8333) ENGINE=InnoDB DEFAULT CHARSET=utf8;8643) ENGINE=InnoDB DEFAULT CHARSET=utf8;
83348644
8335--8645--
8336-- Dumping data for table `assignment_contacts`8646-- Dumping data for table `assignment_contacts`
8337--8647--
83388648
8339INSERT INTO `assignment_contacts` (`acontact_id`, `assignment_id`, `proxy_id`, `contact_order`, `updated_date`, `updated_by`) VALUES8649INSERT INTO `assignment_contacts` (`acontact_id`, `assignment_id`, `proxy_id`, `contact_order`, `updated_date`, `updated_by`) VALUES
8340(1, 2, 1, 0, 1685381585, 1);8650(1, 2, 1, 0, 1685381585, 1);
83418651
8342-- --------------------------------------------------------8652-- --------------------------------------------------------
83438653
8344--8654--
8345-- Table structure for table `assignment_files`8655-- Table structure for table `assignment_files`
8346--8656--
83478657
8348CREATE TABLE `assignment_files` (8658CREATE TABLE `assignment_files` (
8349  `afile_id` int(11) NOT NULL,8659  `afile_id` int(11) NOT NULL,
8350  `assignment_id` int(11) NOT NULL,8660  `assignment_id` int(11) NOT NULL,
8351  `parent_id` int(11) DEFAULT '0',8661  `parent_id` int(11) DEFAULT '0',
8352  `proxy_id` int(11) NOT NULL,8662  `proxy_id` int(11) NOT NULL,
8353  `file_type` varchar(24) NOT NULL DEFAULT 'submission',8663  `file_type` varchar(24) NOT NULL DEFAULT 'submission',
8354  `file_title` varchar(40) NOT NULL,8664  `file_title` varchar(40) NOT NULL,
8355  `file_description` text,8665  `file_description` text,
8356  `file_active` int(1) NOT NULL DEFAULT '1',8666  `file_active` int(1) NOT NULL DEFAULT '1',
8357  `updated_date` int(64) NOT NULL,8667  `updated_date` int(64) NOT NULL,
8358  `updated_by` int(11) NOT NULL8668  `updated_by` int(11) NOT NULL
8359) ENGINE=InnoDB DEFAULT CHARSET=utf8;8669) ENGINE=InnoDB DEFAULT CHARSET=utf8;
83608670
8361--8671--
8362-- Dumping data for table `assignment_files`8672-- Dumping data for table `assignment_files`
8363--8673--
83648674
8365INSERT INTO `assignment_files` (`afile_id`, `assignment_id`, `parent_id`, `proxy_id`, `file_type`, `file_title`, `file_description`, `file_active`, `updated_date`, `updated_by`) VALUES8675INSERT INTO `assignment_files` (`afile_id`, `assignment_id`, `parent_id`, `proxy_id`, `file_type`, `file_title`, `file_description`, `file_active`, `updated_date`, `updated_by`) VALUES
8366(1, 1, 0, 2, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1685332800, 2),8676(1, 1, 0, 2, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1685332800, 2),
8367(2, 1, 0, 4, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1684900800, 4),8677(2, 1, 0, 4, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1684900800, 4),
8368(3, 2, 0, 2, 'submission', 'Test_Docs.pdf', '', 1, 1685381585, 2);8678(3, 2, 0, 2, 'submission', 'Test_Docs.pdf', '', 1, 1685381585, 2);
83698679
8370-- --------------------------------------------------------8680-- --------------------------------------------------------
83718681
8372--8682--
8373-- Table structure for table `assignment_file_versions`8683-- Table structure for table `assignment_file_versions`
8374--8684--
83758685
8376CREATE TABLE `assignment_file_versions` (8686CREATE TABLE `assignment_file_versions` (
8377  `afversion_id` int(11) NOT NULL,8687  `afversion_id` int(11) NOT NULL,
8378  `afile_id` int(11) NOT NULL,8688  `afile_id` int(11) NOT NULL,
8379  `assignment_id` int(11) NOT NULL,8689  `assignment_id` int(11) NOT NULL,
8380  `proxy_id` int(11) NOT NULL,8690  `proxy_id` int(11) NOT NULL,
8381  `file_mimetype` varchar(128) NOT NULL,8691  `file_mimetype` varchar(128) NOT NULL,
8382  `file_version` int(5) DEFAULT NULL,8692  `file_version` int(5) DEFAULT NULL,
8383  `file_filename` varchar(128) NOT NULL,8693  `file_filename` varchar(128) NOT NULL,
8384  `file_filesize` int(32) NOT NULL,8694  `file_filesize` int(32) NOT NULL,
8385  `file_active` int(1) NOT NULL DEFAULT '1',8695  `file_active` int(1) NOT NULL DEFAULT '1',
8386  `updated_date` bigint(64) NOT NULL,8696  `updated_date` bigint(64) NOT NULL,
8387  `updated_by` int(11) NOT NULL8697  `updated_by` int(11) NOT NULL
8388) ENGINE=InnoDB DEFAULT CHARSET=utf8;8698) ENGINE=InnoDB DEFAULT CHARSET=utf8;
83898699
8390--8700--
8391-- Dumping data for table `assignment_file_versions`8701-- Dumping data for table `assignment_file_versions`
8392--8702--
83938703
8394INSERT INTO `assignment_file_versions` (`afversion_id`, `afile_id`, `assignment_id`, `proxy_id`, `file_mimetype`, `file_version`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES8704INSERT INTO `assignment_file_versions` (`afversion_id`, `afile_id`, `assignment_id`, `proxy_id`, `file_mimetype`, `file_version`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES
8395(1, 1, 1, 2, 'image/png', 1, 'test-assignment.png', 2300, 1, 1685332800, 2),8705(1, 1, 1, 2, 'image/png', 1, 'test-assignment.png', 2300, 1, 1685332800, 2),
8396(2, 2, 1, 4, 'image/png', 1, 'test-assignment.png', 2300, 1, 1684900800, 4);8706(2, 2, 1, 4, 'image/png', 1, 'test-assignment.png', 2300, 1, 1684900800, 4);
83978707
8398-- --------------------------------------------------------8708-- --------------------------------------------------------
83998709
8400--8710--
8401-- Table structure for table `assignment_turnitin_options`8711-- Table structure for table `assignment_turnitin_options`
8402--8712--
84038713
8404CREATE TABLE `assignment_turnitin_options` (8714CREATE TABLE `assignment_turnitin_options` (
8405  `id` int(11) NOT NULL,8715  `id` int(11) NOT NULL,
8406  `assignment_id` int(11) NOT NULL,8716  `assignment_id` int(11) NOT NULL,
8407  `option_name` varchar(200) NOT NULL,8717  `option_name` varchar(200) NOT NULL,
8408  `option_value` varchar(200) NOT NULL,8718  `option_value` varchar(200) NOT NULL,
8409  `created_date` int(11) NOT NULL,8719  `created_date` int(11) NOT NULL,
8410  `created_by` int(11) NOT NULL,8720  `created_by` int(11) NOT NULL,
8411  `updated_date` int(11) DEFAULT NULL,8721  `updated_date` int(11) DEFAULT NULL,
8412  `updated_by` int(11) DEFAULT NULL,8722  `updated_by` int(11) DEFAULT NULL,
8413  `deleted_date` int(11) DEFAULT NULL8723  `deleted_date` int(11) DEFAULT NULL
8414) ENGINE=InnoDB DEFAULT CHARSET=latin1;8724) ENGINE=InnoDB DEFAULT CHARSET=latin1;
84158725
8416-- --------------------------------------------------------8726-- --------------------------------------------------------
84178727
8418--8728--
8419-- Table structure for table `attached_quizzes`8729-- Table structure for table `attached_quizzes`
8420--8730--
84218731
8422CREATE TABLE `attached_quizzes` (8732CREATE TABLE `attached_quizzes` (
8423  `aquiz_id` int(12) NOT NULL,8733  `aquiz_id` int(12) NOT NULL,
8424  `content_type` enum('event','community_page','assessment') NOT NULL DEFAULT 'event',8734  `content_type` enum('event','community_page','assessment') NOT NULL DEFAULT 'event',
8425  `content_id` int(12) NOT NULL DEFAULT '0',8735  `content_id` int(12) NOT NULL DEFAULT '0',
8426  `required` int(1) NOT NULL DEFAULT '0',8736  `required` int(1) NOT NULL DEFAULT '0',
8427  `require_attendance` int(1) NOT NULL DEFAULT '0',8737  `require_attendance` int(1) NOT NULL DEFAULT '0',
8428  `random_order` int(1) NOT NULL DEFAULT '0',8738  `random_order` int(1) NOT NULL DEFAULT '0',
8429  `timeframe` varchar(64) NOT NULL,8739  `timeframe` varchar(64) NOT NULL,
8430  `quiz_id` int(12) NOT NULL DEFAULT '0',8740  `quiz_id` int(12) NOT NULL DEFAULT '0',
8431  `quiz_title` varchar(128) NOT NULL,8741  `quiz_title` varchar(128) NOT NULL,
8432  `quiz_notes` longtext NOT NULL,8742  `quiz_notes` longtext NOT NULL,
8433  `quiztype_id` int(12) NOT NULL DEFAULT '0',8743  `quiztype_id` int(12) NOT NULL DEFAULT '0',
8434  `quiz_timeout` int(4) NOT NULL DEFAULT '0',8744  `quiz_timeout` int(4) NOT NULL DEFAULT '0',
8435  `quiz_attempts` int(3) NOT NULL DEFAULT '0',8745  `quiz_attempts` int(3) NOT NULL DEFAULT '0',
8436  `accesses` int(12) NOT NULL DEFAULT '0',8746  `accesses` int(12) NOT NULL DEFAULT '0',
8437  `release_date` bigint(64) NOT NULL DEFAULT '0',8747  `release_date` bigint(64) NOT NULL DEFAULT '0',
8438  `release_until` bigint(64) NOT NULL DEFAULT '0',8748  `release_until` bigint(64) NOT NULL DEFAULT '0',
8439  `updated_date` bigint(64) NOT NULL DEFAULT '0',8749  `updated_date` bigint(64) NOT NULL DEFAULT '0',
8440  `updated_by` int(12) NOT NULL DEFAULT '0',8750  `updated_by` int(12) NOT NULL DEFAULT '0',
8441  `draft` tinyint(1) NOT NULL DEFAULT '0'8751  `draft` tinyint(1) NOT NULL DEFAULT '0'
8442) ENGINE=InnoDB DEFAULT CHARSET=utf8;8752) ENGINE=InnoDB DEFAULT CHARSET=utf8;
84438753
8444--8754--
8445-- Dumping data for table `attached_quizzes`8755-- Dumping data for table `attached_quizzes`
8446--8756--
84478757
8448INSERT INTO `attached_quizzes` (`aquiz_id`, `content_type`, `content_id`, `required`, `require_attendance`, `random_order`, `timeframe`, `quiz_id`, `quiz_title`, `quiz_notes`, `quiztype_id`, `quiz_timeout`, `quiz_attempts`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES8758INSERT INTO `attached_quizzes` (`aquiz_id`, `content_type`, `content_id`, `required`, `require_attendance`, `random_order`, `timeframe`, `quiz_id`, `quiz_title`, `quiz_notes`, `quiztype_id`, `quiz_timeout`, `quiz_attempts`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES
8449(1, 'event', 4, 0, 0, 0, 'during', 1, 'Test Quiz - OPS-698', 'This is a test quiz.', 1, 0, 0, 0, 0, 1685986386, 1685381586, 1, 0);8759(1, 'event', 4, 0, 0, 0, 'during', 1, 'Test Quiz - OPS-698', 'This is a test quiz.', 1, 0, 0, 0, 0, 1685986386, 1685381586, 1, 0);
84508760
8451-- --------------------------------------------------------8761-- --------------------------------------------------------
84528762
8453--8763--
8454-- Table structure for table `bookmarks`8764-- Table structure for table `bookmarks`
8455--8765--
84568766
8457CREATE TABLE `bookmarks` (8767CREATE TABLE `bookmarks` (
8458  `id` int(11) UNSIGNED NOT NULL,8768  `id` int(11) UNSIGNED NOT NULL,
8459  `uri` varchar(255) NOT NULL DEFAULT '',8769  `uri` varchar(255) NOT NULL DEFAULT '',
8460  `bookmark_title` varchar(255) DEFAULT NULL,8770  `bookmark_title` varchar(255) DEFAULT NULL,
8461  `proxy_id` int(11) DEFAULT NULL,8771  `proxy_id` int(11) DEFAULT NULL,
8462  `organisation_id` int(11) NOT NULL DEFAULT '1',8772  `organisation_id` int(11) NOT NULL DEFAULT '1',
8463  `updated_date` bigint(64) DEFAULT NULL,8773  `updated_date` bigint(64) DEFAULT NULL,
8464  `order` int(11) DEFAULT NULL8774  `order` int(11) DEFAULT NULL
8465) ENGINE=InnoDB DEFAULT CHARSET=utf8;8775) ENGINE=InnoDB DEFAULT CHARSET=utf8;
84668776
8467-- --------------------------------------------------------8777-- --------------------------------------------------------
84688778
8469--8779--
8470-- Table structure for table `bookmarks_blacklist`8780-- Table structure for table `bookmarks_blacklist`
8471--8781--
84728782
8473CREATE TABLE `bookmarks_blacklist` (8783CREATE TABLE `bookmarks_blacklist` (
8474  `id` int(12) UNSIGNED NOT NULL,8784  `id` int(12) UNSIGNED NOT NULL,
8475  `domain_name` varchar(30) NOT NULL,8785  `domain_name` varchar(30) NOT NULL,
8476  `uri` varchar(255) NOT NULL,8786  `uri` varchar(255) NOT NULL,
8477  `host` varchar(255) DEFAULT NULL,8787  `host` varchar(255) DEFAULT NULL,
8478  `organisation_id` int(11) NOT NULL,8788  `organisation_id` int(11) NOT NULL,
8479  `active` tinyint(4) NOT NULL DEFAULT '1'8789  `active` tinyint(4) NOT NULL DEFAULT '1'
8480) ENGINE=InnoDB DEFAULT CHARSET=utf8;8790) ENGINE=InnoDB DEFAULT CHARSET=utf8;
84818791
8482--8792--
8483-- Dumping data for table `bookmarks_blacklist`8793-- Dumping data for table `bookmarks_blacklist`
8484--8794--
84858795
8486INSERT INTO `bookmarks_blacklist` (`id`, `domain_name`, `uri`, `host`, `organisation_id`, `active`) VALUES8796INSERT INTO `bookmarks_blacklist` (`id`, `domain_name`, `uri`, `host`, `organisation_id`, `active`) VALUES
8487(1, 'blacklisted.test.url', '', 'blacklisted.test.url', 1, 1);8797(1, 'blacklisted.test.url', '', 'blacklisted.test.url', 1, 1);
84888798
8489-- --------------------------------------------------------8799-- --------------------------------------------------------
84908800
8491--8801--
8492-- Table structure for table `bookmarks_default`8802-- Table structure for table `bookmarks_default`
8493--8803--
84948804
8495CREATE TABLE `bookmarks_default` (8805CREATE TABLE `bookmarks_default` (
8496  `id` int(11) UNSIGNED NOT NULL,8806  `id` int(11) UNSIGNED NOT NULL,
8497  `entity_type` varchar(64) DEFAULT NULL,8807  `entity_type` varchar(64) DEFAULT NULL,
8498  `entity_value` varchar(64) DEFAULT NULL,8808  `entity_value` varchar(64) DEFAULT NULL,
8499  `uri` varchar(255) NOT NULL DEFAULT '',8809  `uri` varchar(255) NOT NULL DEFAULT '',
8500  `bookmark_title` varchar(255) DEFAULT NULL,8810  `bookmark_title` varchar(255) DEFAULT NULL,
8501  `updated_date` bigint(64) DEFAULT NULL8811  `updated_date` bigint(64) DEFAULT NULL
8502) ENGINE=InnoDB DEFAULT CHARSET=utf8;8812) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85038813
8504-- --------------------------------------------------------8814-- --------------------------------------------------------
85058815
8506--8816--
8507-- Table structure for table `bookmarks_global`8817-- Table structure for table `bookmarks_global`
8508--8818--
85098819
8510CREATE TABLE `bookmarks_global` (8820CREATE TABLE `bookmarks_global` (
8511  `id` int(12) UNSIGNED NOT NULL,8821  `id` int(12) UNSIGNED NOT NULL,
8512  `uri` varchar(255) NOT NULL,8822  `uri` varchar(255) NOT NULL,
8513  `bookmark_title` varchar(255) NOT NULL,8823  `bookmark_title` varchar(255) NOT NULL,
8514  `proxy_id` int(11) NOT NULL,8824  `proxy_id` int(11) NOT NULL,
8515  `host` varchar(255) DEFAULT NULL,8825  `host` varchar(255) DEFAULT NULL,
8516  `organisation_id` int(11) NOT NULL,8826  `organisation_id` int(11) NOT NULL,
8517  `active` tinyint(4) NOT NULL DEFAULT '1',8827  `active` tinyint(4) NOT NULL DEFAULT '1',
8518  `order` int(11) DEFAULT NULL,8828  `order` int(11) DEFAULT NULL,
8519  `updated_date` bigint(20) DEFAULT NULL8829  `updated_date` bigint(20) DEFAULT NULL
8520) ENGINE=InnoDB DEFAULT CHARSET=utf8;8830) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85218831
8522-- --------------------------------------------------------8832-- --------------------------------------------------------
85238833
8524--8834--
8525-- Table structure for table `cases`8835-- Table structure for table `cases`
8526--8836--
85278837
8528CREATE TABLE `cases` (8838CREATE TABLE `cases` (
8529  `case_id` int(11) UNSIGNED NOT NULL,8839  `case_id` int(11) UNSIGNED NOT NULL,
8530  `week_id` int(11) UNSIGNED DEFAULT NULL,8840  `week_id` int(11) UNSIGNED DEFAULT NULL,
8531  `start_date` bigint(64) DEFAULT NULL,8841  `start_date` bigint(64) DEFAULT NULL,
8532  `finish_date` bigint(64) DEFAULT NULL,8842  `finish_date` bigint(64) DEFAULT NULL,
8533  `title` varchar(128) NOT NULL DEFAULT '',8843  `title` varchar(128) NOT NULL DEFAULT '',
8534  `description` text,8844  `description` text,
8535  `status` enum('draft','published') NOT NULL DEFAULT 'draft',8845  `status` enum('draft','published') NOT NULL DEFAULT 'draft',
8536  `updated_date` bigint(64) DEFAULT NULL,8846  `updated_date` bigint(64) DEFAULT NULL,
8537  `updated_by` int(11) DEFAULT NULL,8847  `updated_by` int(11) DEFAULT NULL,
8538  `created_date` bigint(64) NOT NULL,8848  `created_date` bigint(64) NOT NULL,
8539  `created_by` int(11) NOT NULL,8849  `created_by` int(11) NOT NULL,
8540  `deleted_date` bigint(64) DEFAULT NULL8850  `deleted_date` bigint(64) DEFAULT NULL
8541) ENGINE=InnoDB DEFAULT CHARSET=utf8;8851) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85428852
8543-- --------------------------------------------------------8853-- --------------------------------------------------------
85448854
8545--8855--
8546-- Table structure for table `case_contacts`8856-- Table structure for table `case_contacts`
8547--8857--
85488858
8549CREATE TABLE `case_contacts` (8859CREATE TABLE `case_contacts` (
8550  `ccontact_id` int(12) UNSIGNED NOT NULL,8860  `ccontact_id` int(12) UNSIGNED NOT NULL,
8551  `case_id` int(12) NOT NULL DEFAULT '0',8861  `case_id` int(12) NOT NULL DEFAULT '0',
8552  `proxy_id` int(12) NOT NULL DEFAULT '0',8862  `proxy_id` int(12) NOT NULL DEFAULT '0',
8553  `order` int(2) NOT NULL DEFAULT '0',8863  `order` int(2) NOT NULL DEFAULT '0',
8554  `updated_date` bigint(64) DEFAULT NULL,8864  `updated_date` bigint(64) DEFAULT NULL,
8555  `updated_by` int(12) UNSIGNED DEFAULT NULL8865  `updated_by` int(12) UNSIGNED DEFAULT NULL
8556) ENGINE=InnoDB DEFAULT CHARSET=utf8;8866) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85578867
8558-- --------------------------------------------------------8868-- --------------------------------------------------------
85598869
8560--8870--
8561-- Table structure for table `case_periods`8871-- Table structure for table `case_periods`
8562--8872--
85638873
8564CREATE TABLE `case_periods` (8874CREATE TABLE `case_periods` (
8565  `case_period_id` int(11) UNSIGNED NOT NULL,8875  `case_period_id` int(11) UNSIGNED NOT NULL,
8566  `case_id` int(11) UNSIGNED NOT NULL,8876  `case_id` int(11) UNSIGNED NOT NULL,
8567  `cperiod_id` int(11) NOT NULL8877  `cperiod_id` int(11) NOT NULL
8568) ENGINE=InnoDB DEFAULT CHARSET=utf8;8878) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85698879
8570-- --------------------------------------------------------8880-- --------------------------------------------------------
85718881
8572--8882--
8573-- Table structure for table `cbl_academic_advisor_meetings`8883-- Table structure for table `cbl_academic_advisor_meetings`
8574--8884--
85758885
8576CREATE TABLE `cbl_academic_advisor_meetings` (8886CREATE TABLE `cbl_academic_advisor_meetings` (
8577  `meeting_id` int(12) UNSIGNED NOT NULL,8887  `meeting_id` int(12) UNSIGNED NOT NULL,
8578  `meeting_date` bigint(64) UNSIGNED NOT NULL,8888  `meeting_date` bigint(64) UNSIGNED NOT NULL,
8579  `meeting_member_id` int(12) UNSIGNED NOT NULL,8889  `meeting_member_id` int(12) UNSIGNED NOT NULL,
8580  `advisor_proxy_id` int(11) UNSIGNED DEFAULT NULL,8890  `advisor_proxy_id` int(11) UNSIGNED DEFAULT NULL,
8581  `comment` text NOT NULL,8891  `comment` text NOT NULL,
8582  `created_date` bigint(64) UNSIGNED NOT NULL,8892  `created_date` bigint(64) UNSIGNED NOT NULL,
8583  `created_by` int(12) UNSIGNED NOT NULL,8893  `created_by` int(12) UNSIGNED NOT NULL,
8584  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,8894  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8585  `updated_by` int(12) UNSIGNED DEFAULT NULL,8895  `updated_by` int(12) UNSIGNED DEFAULT NULL,
8586  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,8896  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
8587  `deleted_by` int(12) DEFAULT NULL8897  `deleted_by` int(12) DEFAULT NULL
8588) ENGINE=InnoDB DEFAULT CHARSET=utf8;8898) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85898899
8590-- --------------------------------------------------------8900-- --------------------------------------------------------
85918901
8592--8902--
8593-- Table structure for table `cbl_assessments_form_blueprint_authors`8903-- Table structure for table `cbl_assessments_form_blueprint_authors`
8594--8904--
85958905
8596CREATE TABLE `cbl_assessments_form_blueprint_authors` (8906CREATE TABLE `cbl_assessments_form_blueprint_authors` (
8597  `afbauthor_id` int(11) UNSIGNED NOT NULL,8907  `afbauthor_id` int(11) UNSIGNED NOT NULL,
8598  `form_blueprint_id` int(11) UNSIGNED NOT NULL,8908  `form_blueprint_id` int(11) UNSIGNED NOT NULL,
8599  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',8909  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
8600  `author_id` int(11) NOT NULL,8910  `author_id` int(11) NOT NULL,
8601  `created_date` bigint(64) NOT NULL,8911  `created_date` bigint(64) NOT NULL,
8602  `created_by` int(11) NOT NULL,8912  `created_by` int(11) NOT NULL,
8603  `updated_date` bigint(64) DEFAULT NULL,8913  `updated_date` bigint(64) DEFAULT NULL,
8604  `updated_by` int(11) DEFAULT NULL,8914  `updated_by` int(11) DEFAULT NULL,
8605  `deleted_date` bigint(64) DEFAULT NULL8915  `deleted_date` bigint(64) DEFAULT NULL
8606) ENGINE=InnoDB DEFAULT CHARSET=utf8;8916) ENGINE=InnoDB DEFAULT CHARSET=utf8;
86078917
8608--8918--
8609-- Dumping data for table `cbl_assessments_form_blueprint_authors`8919-- Dumping data for table `cbl_assessments_form_blueprint_authors`
8610--8920--
86118921
8612INSERT INTO `cbl_assessments_form_blueprint_authors` (`afbauthor_id`, `form_blueprint_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES8922INSERT INTO `cbl_assessments_form_blueprint_authors` (`afbauthor_id`, `form_blueprint_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8613(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),8923(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
n8614(2, 1, 'course_id', 13, 1685381585, 1, NULL, NULL, NULL);n8924(2, 1, 'course_id', 13, 1685381585, 1, NULL, NULL, NULL),
8925(3, 2, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
8926(4, 2, 'course_id', 16, 1685388693, 1, NULL, NULL, NULL),
8927(5, 3, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
8928(6, 3, 'course_id', 16, 1685470042, 1, NULL, NULL, NULL),
8929(7, 4, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
8930(8, 4, 'course_id', 16, 1685541679, 1, NULL, NULL, NULL),
8931(9, 5, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
8932(10, 5, 'course_id', 16, 1685542427, 1, NULL, NULL, NULL),
8933(11, 6, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
8934(12, 6, 'course_id', 16, 1685542633, 1, NULL, NULL, NULL),
8935(13, 7, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
8936(14, 7, 'course_id', 16, 1685544416, 1, NULL, NULL, NULL);
86158937
8616-- --------------------------------------------------------8938-- --------------------------------------------------------
86178939
8618--8940--
8619-- Table structure for table `cbl_assessments_form_blueprint_elements`8941-- Table structure for table `cbl_assessments_form_blueprint_elements`
8620--8942--
86218943
8622CREATE TABLE `cbl_assessments_form_blueprint_elements` (8944CREATE TABLE `cbl_assessments_form_blueprint_elements` (
8623  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,8945  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,
8624  `form_blueprint_id` int(11) UNSIGNED NOT NULL,8946  `form_blueprint_id` int(11) UNSIGNED NOT NULL,
8625  `element_type` enum('text','blueprint_component','item','rubric') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'blueprint_component',8947  `element_type` enum('text','blueprint_component','item','rubric') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'blueprint_component',
8626  `element_value` int(11) UNSIGNED DEFAULT NULL,8948  `element_value` int(11) UNSIGNED DEFAULT NULL,
8627  `text` text COLLATE utf8_unicode_ci,8949  `text` text COLLATE utf8_unicode_ci,
8628  `component_order` int(11) UNSIGNED NOT NULL,8950  `component_order` int(11) UNSIGNED NOT NULL,
8629  `comment_type` enum('disabled','optional','mandatory','flagged') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'disabled',8951  `comment_type` enum('disabled','optional','mandatory','flagged') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'disabled',
8630  `editor_state` text COLLATE utf8_unicode_ci,8952  `editor_state` text COLLATE utf8_unicode_ci,
8631  `created_date` bigint(64) UNSIGNED NOT NULL,8953  `created_date` bigint(64) UNSIGNED NOT NULL,
8632  `created_by` int(11) UNSIGNED NOT NULL,8954  `created_by` int(11) UNSIGNED NOT NULL,
8633  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,8955  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8634  `updated_by` int(11) UNSIGNED DEFAULT NULL,8956  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8635  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL8957  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
8636) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;8958) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
86378959
8638--8960--
8639-- Dumping data for table `cbl_assessments_form_blueprint_elements`8961-- Dumping data for table `cbl_assessments_form_blueprint_elements`
8640--8962--
86418963
8642INSERT INTO `cbl_assessments_form_blueprint_elements` (`afblueprint_element_id`, `form_blueprint_id`, `element_type`, `element_value`, `text`, `component_order`, `comment_type`, `editor_state`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES8964INSERT INTO `cbl_assessments_form_blueprint_elements` (`afblueprint_element_id`, `form_blueprint_id`, `element_type`, `element_value`, `text`, `component_order`, `comment_type`, `editor_state`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8643(1, 1, 'rubric', 2, NULL, 3, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL),8965(1, 1, 'rubric', 2, NULL, 3, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL),
8644(2, 1, 'item', 11, NULL, 5, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL),8966(2, 1, 'item', 11, NULL, 5, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL),
8645(3, 1, 'item', 12, NULL, 4, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL),8967(3, 1, 'item', 12, NULL, 4, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL),
8646(4, 1, 'blueprint_component', 8, NULL, 0, 'disabled', '{\\\"objective_set_ids\\\":[24,23,27,22,26,25],\\\"allow_auto_adjust\\\":[],\\\"renderable_objective_sets\\\":[22]}', 1685381585, 1, NULL, NULL, NULL),8968(4, 1, 'blueprint_component', 8, NULL, 0, 'disabled', '{\\\"objective_set_ids\\\":[24,23,27,22,26,25],\\\"allow_auto_adjust\\\":[],\\\"renderable_objective_sets\\\":[22]}', 1685381585, 1, NULL, NULL, NULL),
8647(5, 1, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL),8969(5, 1, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL),
n8648(6, 1, 'blueprint_component', 3, NULL, 2, 'disabled', '{\\\"item_text\\\":\\\"DFM Field Note Entrustment Scale\\\",\\\"flagged_response_descriptors\\\":[],\\\"default\\\":null}', 1685381585, 1, NULL, NULL, NULL);n8970(6, 1, 'blueprint_component', 3, NULL, 2, 'disabled', '{\\\"item_text\\\":\\\"DFM Field Note Entrustment Scale\\\",\\\"flagged_response_descriptors\\\":[],\\\"default\\\":null}', 1685381585, 1, NULL, NULL, NULL),
8971(7, 2, 'item', 19, NULL, 4, 'disabled', NULL, 1685388693, 1, NULL, NULL, NULL),
8972(8, 2, 'rubric', 4, NULL, 5, 'flagged', NULL, 1685388693, 1, NULL, NULL, NULL),
8973(9, 2, 'item', 23, NULL, 6, 'flagged', NULL, 1685388693, 1, NULL, NULL, NULL),
8974(10, 2, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685388875, 1, 1685389047, 1, NULL),
8975(11, 2, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685389075, 1, NULL, NULL, NULL),
8976(12, 2, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685389091, 1, NULL, NULL, NULL),
8977(13, 2, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685389121, 1, NULL, NULL, NULL),
8978(14, 3, 'item', 38, NULL, 4, 'disabled', NULL, 1685470042, 1, NULL, NULL, NULL),
8979(15, 3, 'rubric', 6, NULL, 5, 'flagged', NULL, 1685470042, 1, NULL, NULL, NULL),
8980(16, 3, 'item', 42, NULL, 6, 'flagged', NULL, 1685470042, 1, NULL, NULL, NULL),
8981(17, 3, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685470071, 1, NULL, NULL, NULL),
8982(18, 3, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685470082, 1, NULL, NULL, NULL),
8983(19, 3, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685470094, 1, NULL, NULL, NULL),
8984(20, 3, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"Based on this observation of resident performance overall:\",\"flagged_response_descriptors\":[],\"default\":null}', 1685470101, 1, NULL, NULL, NULL),
8985(21, 4, 'item', 51, NULL, 4, 'disabled', NULL, 1685541679, 1, NULL, NULL, NULL),
8986(22, 4, 'rubric', 8, NULL, 5, 'flagged', NULL, 1685541679, 1, NULL, NULL, NULL),
8987(23, 4, 'item', 55, NULL, 6, 'flagged', NULL, 1685541679, 1, NULL, NULL, NULL),
8988(24, 4, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685541713, 1, NULL, NULL, NULL),
8989(25, 4, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685541719, 1, NULL, NULL, NULL),
8990(26, 4, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685541730, 1, NULL, NULL, NULL),
8991(27, 4, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"Based on this observation of resident performance overall:\",\"flagged_response_descriptors\":[],\"default\":null}', 1685541740, 1, NULL, NULL, NULL),
8992(28, 5, 'item', 56, NULL, 4, 'disabled', NULL, 1685542427, 1, NULL, NULL, NULL),
8993(29, 5, 'rubric', 9, NULL, 5, 'flagged', NULL, 1685542427, 1, NULL, NULL, NULL),
8994(30, 5, 'item', 60, NULL, 6, 'flagged', NULL, 1685542427, 1, NULL, NULL, NULL),
8995(31, 5, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685542440, 1, NULL, NULL, NULL),
8996(32, 5, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685542446, 1, NULL, NULL, NULL),
8997(33, 5, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685542465, 1, NULL, NULL, NULL),
8998(34, 5, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685542589, 1, NULL, NULL, NULL),
8999(35, 6, 'item', 61, NULL, 4, 'disabled', NULL, 1685542633, 1, NULL, NULL, NULL),
9000(36, 6, 'rubric', 10, NULL, 5, 'flagged', NULL, 1685542633, 1, NULL, NULL, NULL),
9001(37, 6, 'item', 65, NULL, 6, 'flagged', NULL, 1685542633, 1, NULL, NULL, NULL),
9002(38, 6, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685542649, 1, NULL, NULL, NULL),
9003(39, 6, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685542654, 1, NULL, NULL, NULL),
9004(40, 6, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685542665, 1, NULL, NULL, NULL),
9005(41, 6, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685542672, 1, NULL, NULL, NULL),
9006(42, 7, 'item', 76, NULL, 4, 'disabled', NULL, 1685544416, 1, NULL, NULL, NULL),
9007(43, 7, 'rubric', 13, NULL, 5, 'flagged', NULL, 1685544416, 1, NULL, NULL, NULL),
9008(44, 7, 'item', 80, NULL, 6, 'flagged', NULL, 1685544416, 1, NULL, NULL, NULL),
9009(45, 7, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685544435, 1, NULL, NULL, NULL),
9010(46, 7, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685544441, 1, NULL, NULL, NULL),
9011(47, 7, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685544460, 1, NULL, NULL, NULL),
9012(48, 7, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685544468, 1, NULL, NULL, NULL);
86499013
8650-- --------------------------------------------------------9014-- --------------------------------------------------------
86519015
8652--9016--
8653-- Table structure for table `cbl_assessments_form_blueprint_item_templates`9017-- Table structure for table `cbl_assessments_form_blueprint_item_templates`
8654--9018--
86559019
8656CREATE TABLE `cbl_assessments_form_blueprint_item_templates` (9020CREATE TABLE `cbl_assessments_form_blueprint_item_templates` (
8657  `afb_item_template_id` int(12) UNSIGNED NOT NULL,9021  `afb_item_template_id` int(12) UNSIGNED NOT NULL,
8658  `form_type_id` int(12) UNSIGNED NOT NULL,9022  `form_type_id` int(12) UNSIGNED NOT NULL,
8659  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',9023  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
8660  `parent_item` int(12) UNSIGNED NOT NULL DEFAULT '0',9024  `parent_item` int(12) UNSIGNED NOT NULL DEFAULT '0',
8661  `ordering` int(11) NOT NULL DEFAULT '1',9025  `ordering` int(11) NOT NULL DEFAULT '1',
8662  `component_order` int(11) UNSIGNED NOT NULL,9026  `component_order` int(11) UNSIGNED NOT NULL,
8663  `item_definition` text NOT NULL,9027  `item_definition` text NOT NULL,
8664  `created_date` bigint(64) UNSIGNED NOT NULL,9028  `created_date` bigint(64) UNSIGNED NOT NULL,
8665  `created_by` int(12) UNSIGNED NOT NULL,9029  `created_by` int(12) UNSIGNED NOT NULL,
8666  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9030  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8667  `updated_by` int(12) UNSIGNED DEFAULT NULL,9031  `updated_by` int(12) UNSIGNED DEFAULT NULL,
8668  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9032  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
8669) ENGINE=InnoDB DEFAULT CHARSET=utf8;9033) ENGINE=InnoDB DEFAULT CHARSET=utf8;
86709034
8671--9035--
8672-- Dumping data for table `cbl_assessments_form_blueprint_item_templates`9036-- Dumping data for table `cbl_assessments_form_blueprint_item_templates`
8673--9037--
86749038
8675INSERT INTO `cbl_assessments_form_blueprint_item_templates` (`afb_item_template_id`, `form_type_id`, `active`, `parent_item`, `ordering`, `component_order`, `item_definition`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9039INSERT INTO `cbl_assessments_form_blueprint_item_templates` (`afb_item_template_id`, `form_type_id`, `active`, `parent_item`, `ordering`, `component_order`, `item_definition`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8676(1, 2, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":1,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_supervisor_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),9040(1, 2, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":1,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_supervisor_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),
8677(2, 2, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":2,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),9041(2, 2, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":2,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),
8678(3, 2, 1, 2, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":3,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9042(3, 2, 1, 2, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":3,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8679(4, 2, 1, 2, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":4,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9043(4, 2, 1, 2, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":4,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8680(5, 2, 1, 2, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":5,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9044(5, 2, 1, 2, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":5,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8681(6, 2, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":6,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9045(6, 2, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":6,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8682(7, 3, 1, 0, 1, 3, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":7,\"item_text\":\"Continue...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),9046(7, 3, 1, 0, 1, 3, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":7,\"item_text\":\"Continue...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),
8683(8, 3, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":8,\"item_text\":\"Consider...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),9047(8, 3, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":8,\"item_text\":\"Consider...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),
8684(9, 3, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":9,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),9048(9, 3, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":9,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),
8685(10, 3, 1, 0, 1, 7, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":10,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),9049(10, 3, 1, 0, 1, 7, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":10,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),
8686(11, 3, 1, 10, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":11,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9050(11, 3, 1, 10, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":11,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8687(12, 3, 1, 10, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":12,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9051(12, 3, 1, 10, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":12,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8688(13, 3, 1, 10, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":13,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9052(13, 3, 1, 10, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":13,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8689(14, 3, 1, 0, 1, 8, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":14,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9053(14, 3, 1, 0, 1, 8, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":14,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8690(15, 4, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":15,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_procedure_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),9054(15, 4, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":15,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_procedure_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL),
8691(16, 4, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":16,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),9055(16, 4, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":16,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL),
8692(17, 4, 1, 16, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":17,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9056(17, 4, 1, 16, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":17,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8693(18, 4, 1, 16, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":18,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9057(18, 4, 1, 16, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":18,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8694(19, 4, 1, 16, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":19,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9058(19, 4, 1, 16, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":19,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8695(20, 4, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":20,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),9059(20, 4, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":20,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL),
8696(21, 10, 1, 0, 1, 3, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":31,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1685381585, 1, NULL, NULL, NULL),9060(21, 10, 1, 0, 1, 3, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":31,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1685381585, 1, NULL, NULL, NULL),
8697(22, 10, 1, 21, 2, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":32,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),9061(22, 10, 1, 21, 2, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":32,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),
8698(23, 10, 1, 21, 3, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":33,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),9062(23, 10, 1, 21, 3, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":33,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),
8699(24, 10, 1, 21, 4, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":34,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),9063(24, 10, 1, 21, 4, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":34,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL),
8700(25, 10, 1, 0, 3, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":36,\"item_text\":\"Narrative Feedback\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBE_smarttag_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1685381585, 1, NULL, NULL, NULL),9064(25, 10, 1, 0, 3, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":36,\"item_text\":\"Narrative Feedback\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBE_smarttag_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1685381585, 1, NULL, NULL, NULL),
8701(26, 10, 1, 0, 1, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":37,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL);9065(26, 10, 1, 0, 1, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":37,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL);
87029066
8703-- --------------------------------------------------------9067-- --------------------------------------------------------
87049068
8705--9069--
8706-- Table structure for table `cbl_assessments_form_blueprint_objectives`9070-- Table structure for table `cbl_assessments_form_blueprint_objectives`
8707--9071--
87089072
8709CREATE TABLE `cbl_assessments_form_blueprint_objectives` (9073CREATE TABLE `cbl_assessments_form_blueprint_objectives` (
8710  `afblueprint_objective_id` int(11) UNSIGNED NOT NULL,9074  `afblueprint_objective_id` int(11) UNSIGNED NOT NULL,
8711  `organisation_id` int(11) UNSIGNED NOT NULL,9075  `organisation_id` int(11) UNSIGNED NOT NULL,
8712  `objective_id` int(11) UNSIGNED NOT NULL,9076  `objective_id` int(11) UNSIGNED NOT NULL,
8713  `associated_objective_id` int(11) UNSIGNED DEFAULT NULL,9077  `associated_objective_id` int(11) UNSIGNED DEFAULT NULL,
8714  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,9078  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,
8715  `created_date` bigint(20) UNSIGNED NOT NULL,9079  `created_date` bigint(20) UNSIGNED NOT NULL,
8716  `created_by` int(10) UNSIGNED NOT NULL,9080  `created_by` int(10) UNSIGNED NOT NULL,
8717  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,9081  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
8718  `updated_by` int(11) UNSIGNED DEFAULT NULL,9082  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8719  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL9083  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
8720) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9084) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
87219085
8722--9086--
8723-- Dumping data for table `cbl_assessments_form_blueprint_objectives`9087-- Dumping data for table `cbl_assessments_form_blueprint_objectives`
8724--9088--
87259089
8726INSERT INTO `cbl_assessments_form_blueprint_objectives` (`afblueprint_objective_id`, `organisation_id`, `objective_id`, `associated_objective_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9090INSERT INTO `cbl_assessments_form_blueprint_objectives` (`afblueprint_objective_id`, `organisation_id`, `objective_id`, `associated_objective_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8727(1, 2, 2669, NULL, 5, 1685381585, 1, NULL, NULL, NULL),9091(1, 2, 2669, NULL, 5, 1685381585, 1, NULL, NULL, NULL),
n8728(2, 2, 2687, 1, 5, 1685381585, 1, NULL, NULL, NULL);n9092(2, 2, 2687, 1, 5, 1685381585, 1, NULL, NULL, NULL),
9093(3, 1, 2695, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9094(4, 1, 2705, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9095(5, 1, 2706, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9096(6, 1, 2707, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9097(7, 1, 2708, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9098(8, 1, 2709, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9099(9, 1, 2710, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9100(10, 1, 2711, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9101(11, 1, 2712, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9102(12, 1, 2713, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9103(13, 1, 2714, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9104(14, 1, 2715, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9105(15, 1, 2716, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9106(16, 1, 2698, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9107(17, 1, 2717, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9108(18, 1, 2718, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9109(19, 1, 2719, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9110(20, 1, 2720, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9111(21, 1, 2721, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9112(22, 1, 2722, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9113(23, 1, 2699, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9114(24, 1, 2726, 23, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9115(25, 1, 2727, 23, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9116(26, 1, 2700, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9117(27, 1, 2723, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9118(28, 1, 2724, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9119(29, 1, 2725, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9120(30, 1, 2728, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9121(31, 1, 2701, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9122(32, 1, 2729, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9123(33, 1, 2730, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9124(34, 1, 2731, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9125(35, 1, 2732, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9126(36, 1, 2733, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9127(37, 1, 2734, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9128(38, 1, 2735, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9129(39, 1, 2696, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9130(40, 1, 2736, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9131(41, 1, 2737, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9132(42, 1, 2738, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9133(43, 1, 2739, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9134(44, 1, 2740, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9135(45, 1, 2741, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9136(46, 1, 2742, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9137(47, 1, 2743, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9138(48, 1, 2744, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9139(49, 1, 2697, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9140(50, 1, 2745, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9141(51, 1, 2746, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9142(52, 1, 2747, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9143(53, 1, 2748, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9144(54, 1, 2702, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9145(55, 1, 2749, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9146(56, 1, 2750, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9147(57, 1, 2751, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9148(58, 1, 2752, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9149(59, 1, 2753, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9150(60, 1, 2754, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9151(61, 1, 2755, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9152(62, 1, 2756, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9153(63, 1, 2703, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9154(64, 1, 2757, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9155(65, 1, 2758, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9156(66, 1, 2759, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9157(67, 1, 2760, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9158(68, 1, 2761, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9159(69, 1, 2762, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9160(70, 1, 2763, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9161(71, 1, 2764, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9162(72, 1, 2704, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9163(73, 1, 2765, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9164(74, 1, 2766, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9165(75, 1, 2767, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9166(76, 1, 2768, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9167(77, 1, 2769, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9168(78, 1, 2770, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9169(79, 1, 2771, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9170(80, 1, 2772, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921),
9171(81, 1, 2695, NULL, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9172(82, 1, 2705, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9173(83, 1, 2706, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9174(84, 1, 2707, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9175(85, 1, 2708, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9176(86, 1, 2709, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9177(87, 1, 2710, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9178(88, 1, 2711, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9179(89, 1, 2712, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9180(90, 1, 2713, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9181(91, 1, 2714, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9182(92, 1, 2715, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9183(93, 1, 2716, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047),
9184(94, 1, 2695, NULL, 10, 1685389047, 1, NULL, NULL, NULL),
9185(95, 1, 2705, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9186(96, 1, 2706, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9187(97, 1, 2707, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9188(98, 1, 2708, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9189(99, 1, 2709, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9190(100, 1, 2710, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9191(101, 1, 2711, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9192(102, 1, 2712, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9193(103, 1, 2713, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9194(104, 1, 2714, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9195(105, 1, 2715, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9196(106, 1, 2716, 94, 10, 1685389047, 1, NULL, NULL, NULL),
9197(107, 1, 2695, NULL, 11, 1685389075, 1, NULL, NULL, NULL),
9198(108, 1, 2431, 107, 11, 1685389075, 1, NULL, NULL, NULL),
9199(109, 1, 2773, 108, 11, 1685389075, 1, NULL, NULL, NULL),
9200(110, 1, 2774, 108, 11, 1685389075, 1, NULL, NULL, NULL),
9201(111, 1, 2775, 108, 11, 1685389075, 1, NULL, NULL, NULL),
9202(112, 1, 2776, 108, 11, 1685389075, 1, NULL, NULL, NULL),
9203(113, 1, 2698, NULL, 17, 1685470071, 1, NULL, NULL, NULL),
9204(114, 1, 2717, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9205(115, 1, 2718, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9206(116, 1, 2719, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9207(117, 1, 2720, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9208(118, 1, 2721, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9209(119, 1, 2722, 113, 17, 1685470071, 1, NULL, NULL, NULL),
9210(120, 1, 2698, NULL, 18, 1685470082, 1, NULL, NULL, NULL),
9211(121, 1, 2431, 120, 18, 1685470082, 1, NULL, NULL, NULL),
9212(122, 1, 2773, 121, 18, 1685470082, 1, NULL, NULL, NULL),
9213(123, 1, 2774, 121, 18, 1685470082, 1, NULL, NULL, NULL),
9214(124, 1, 2775, 121, 18, 1685470082, 1, NULL, NULL, NULL),
9215(125, 1, 2776, 121, 18, 1685470082, 1, NULL, NULL, NULL),
9216(126, 1, 2699, NULL, 24, 1685541713, 1, NULL, NULL, NULL),
9217(127, 1, 2726, 126, 24, 1685541713, 1, NULL, NULL, NULL),
9218(128, 1, 2727, 126, 24, 1685541713, 1, NULL, NULL, NULL),
9219(129, 1, 2699, NULL, 25, 1685541719, 1, NULL, NULL, NULL),
9220(130, 1, 2431, 129, 25, 1685541719, 1, NULL, NULL, NULL),
9221(131, 1, 2773, 130, 25, 1685541719, 1, NULL, NULL, NULL),
9222(132, 1, 2774, 130, 25, 1685541719, 1, NULL, NULL, NULL),
9223(133, 1, 2775, 130, 25, 1685541719, 1, NULL, NULL, NULL),
9224(134, 1, 2776, 130, 25, 1685541719, 1, NULL, NULL, NULL),
9225(135, 1, 2699, NULL, 31, 1685542440, 1, NULL, NULL, NULL),
9226(136, 1, 2726, 135, 31, 1685542440, 1, NULL, NULL, NULL),
9227(137, 1, 2727, 135, 31, 1685542440, 1, NULL, NULL, NULL),
9228(138, 1, 2699, NULL, 32, 1685542446, 1, NULL, NULL, NULL),
9229(139, 1, 2431, 138, 32, 1685542446, 1, NULL, NULL, NULL),
9230(140, 1, 2773, 139, 32, 1685542446, 1, NULL, NULL, NULL),
9231(141, 1, 2774, 139, 32, 1685542446, 1, NULL, NULL, NULL),
9232(142, 1, 2775, 139, 32, 1685542446, 1, NULL, NULL, NULL),
9233(143, 1, 2776, 139, 32, 1685542446, 1, NULL, NULL, NULL),
9234(144, 1, 2700, NULL, 38, 1685542649, 1, NULL, NULL, NULL),
9235(145, 1, 2723, 144, 38, 1685542649, 1, NULL, NULL, NULL),
9236(146, 1, 2724, 144, 38, 1685542649, 1, NULL, NULL, NULL),
9237(147, 1, 2725, 144, 38, 1685542649, 1, NULL, NULL, NULL),
9238(148, 1, 2728, 144, 38, 1685542649, 1, NULL, NULL, NULL),
9239(149, 1, 2700, NULL, 39, 1685542654, 1, NULL, NULL, NULL),
9240(150, 1, 2431, 149, 39, 1685542654, 1, NULL, NULL, NULL),
9241(151, 1, 2773, 150, 39, 1685542654, 1, NULL, NULL, NULL),
9242(152, 1, 2774, 150, 39, 1685542654, 1, NULL, NULL, NULL),
9243(153, 1, 2775, 150, 39, 1685542654, 1, NULL, NULL, NULL),
9244(154, 1, 2776, 150, 39, 1685542654, 1, NULL, NULL, NULL),
9245(155, 1, 2701, NULL, 45, 1685544435, 1, NULL, NULL, NULL),
9246(156, 1, 2729, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9247(157, 1, 2730, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9248(158, 1, 2731, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9249(159, 1, 2732, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9250(160, 1, 2733, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9251(161, 1, 2734, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9252(162, 1, 2735, 155, 45, 1685544435, 1, NULL, NULL, NULL),
9253(163, 1, 2701, NULL, 46, 1685544441, 1, NULL, NULL, NULL),
9254(164, 1, 2431, 163, 46, 1685544441, 1, NULL, NULL, NULL),
9255(165, 1, 2773, 164, 46, 1685544441, 1, NULL, NULL, NULL),
9256(166, 1, 2774, 164, 46, 1685544441, 1, NULL, NULL, NULL),
9257(167, 1, 2775, 164, 46, 1685544441, 1, NULL, NULL, NULL),
9258(168, 1, 2776, 164, 46, 1685544441, 1, NULL, NULL, NULL);
87299259
8730-- --------------------------------------------------------9260-- --------------------------------------------------------
87319261
8732--9262--
8733-- Table structure for table `cbl_assessments_form_blueprint_rating_scales`9263-- Table structure for table `cbl_assessments_form_blueprint_rating_scales`
8734--9264--
87359265
8736CREATE TABLE `cbl_assessments_form_blueprint_rating_scales` (9266CREATE TABLE `cbl_assessments_form_blueprint_rating_scales` (
8737  `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL,9267  `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL,
8738  `organisation_id` int(11) UNSIGNED NOT NULL,9268  `organisation_id` int(11) UNSIGNED NOT NULL,
8739  `rating_scale_id` int(11) UNSIGNED NOT NULL,9269  `rating_scale_id` int(11) UNSIGNED NOT NULL,
8740  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,9270  `afblueprint_element_id` int(11) UNSIGNED NOT NULL,
8741  `created_date` bigint(20) UNSIGNED NOT NULL,9271  `created_date` bigint(20) UNSIGNED NOT NULL,
8742  `created_by` int(10) UNSIGNED NOT NULL,9272  `created_by` int(10) UNSIGNED NOT NULL,
8743  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,9273  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
8744  `updated_by` int(11) UNSIGNED DEFAULT NULL,9274  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8745  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL9275  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
8746) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9276) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
87479277
8748--9278--
8749-- Dumping data for table `cbl_assessments_form_blueprint_rating_scales`9279-- Dumping data for table `cbl_assessments_form_blueprint_rating_scales`
8750--9280--
87519281
8752INSERT INTO `cbl_assessments_form_blueprint_rating_scales` (`afblueprint_rating_scale_id`, `organisation_id`, `rating_scale_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9282INSERT INTO `cbl_assessments_form_blueprint_rating_scales` (`afblueprint_rating_scale_id`, `organisation_id`, `rating_scale_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
n8753(1, 2, 19, 6, 1685381585, 1, NULL, NULL, NULL);n9283(1, 2, 19, 6, 1685381585, 1, NULL, NULL, NULL),
9284(2, 1, 9, 12, 1685389091, 1, NULL, NULL, NULL),
9285(3, 1, 12, 13, 1685389121, 1, NULL, NULL, NULL),
9286(4, 1, 9, 19, 1685470094, 1, NULL, NULL, NULL),
9287(5, 1, 11, 20, 1685470101, 1, NULL, NULL, NULL),
9288(6, 1, 5, 26, 1685541730, 1, NULL, NULL, NULL),
9289(7, 1, 11, 27, 1685541740, 1, NULL, NULL, NULL),
9290(8, 1, 9, 33, 1685542465, 1, NULL, NULL, NULL),
9291(9, 1, 12, 34, 1685542589, 1, NULL, NULL, NULL),
9292(10, 1, 2, 40, 1685542665, 1, NULL, NULL, NULL),
9293(11, 1, 12, 41, 1685542672, 1, NULL, NULL, NULL),
9294(12, 1, 1, 47, 1685544460, 1, NULL, NULL, NULL),
9295(13, 1, 12, 48, 1685544468, 1, NULL, NULL, NULL);
87549296
8755-- --------------------------------------------------------9297-- --------------------------------------------------------
87569298
8757--9299--
8758-- Table structure for table `cbl_assessments_form_statistics`9300-- Table structure for table `cbl_assessments_form_statistics`
8759--9301--
87609302
8761CREATE TABLE `cbl_assessments_form_statistics` (9303CREATE TABLE `cbl_assessments_form_statistics` (
8762  `afstatistic_id` int(12) UNSIGNED NOT NULL,9304  `afstatistic_id` int(12) UNSIGNED NOT NULL,
8763  `course_id` int(11) UNSIGNED DEFAULT NULL,9305  `course_id` int(11) UNSIGNED DEFAULT NULL,
8764  `form_id` int(11) UNSIGNED NOT NULL,9306  `form_id` int(11) UNSIGNED NOT NULL,
8765  `proxy_id` int(11) UNSIGNED NOT NULL,9307  `proxy_id` int(11) UNSIGNED NOT NULL,
8766  `count` int(11) UNSIGNED NOT NULL9308  `count` int(11) UNSIGNED NOT NULL
8767) ENGINE=InnoDB DEFAULT CHARSET=utf8;9309) ENGINE=InnoDB DEFAULT CHARSET=utf8;
87689310
8769-- --------------------------------------------------------9311-- --------------------------------------------------------
87709312
8771--9313--
8772-- Table structure for table `cbl_assessments_form_type_component_settings`9314-- Table structure for table `cbl_assessments_form_type_component_settings`
8773--9315--
87749316
8775CREATE TABLE `cbl_assessments_form_type_component_settings` (9317CREATE TABLE `cbl_assessments_form_type_component_settings` (
8776  `aftc_setting_id` int(12) UNSIGNED NOT NULL,9318  `aftc_setting_id` int(12) UNSIGNED NOT NULL,
8777  `form_type_id` int(11) UNSIGNED NOT NULL,9319  `form_type_id` int(11) UNSIGNED NOT NULL,
8778  `component_order` int(11) UNSIGNED NOT NULL,9320  `component_order` int(11) UNSIGNED NOT NULL,
8779  `settings` text NOT NULL,9321  `settings` text NOT NULL,
8780  `created_date` bigint(64) NOT NULL,9322  `created_date` bigint(64) NOT NULL,
8781  `created_by` int(12) NOT NULL,9323  `created_by` int(12) NOT NULL,
8782  `updated_date` bigint(64) DEFAULT NULL,9324  `updated_date` bigint(64) DEFAULT NULL,
8783  `updated_by` int(12) DEFAULT NULL,9325  `updated_by` int(12) DEFAULT NULL,
8784  `deleted_date` bigint(64) DEFAULT NULL9326  `deleted_date` bigint(64) DEFAULT NULL
8785) ENGINE=InnoDB DEFAULT CHARSET=utf8;9327) ENGINE=InnoDB DEFAULT CHARSET=utf8;
87869328
8787--9329--
8788-- Dumping data for table `cbl_assessments_form_type_component_settings`9330-- Dumping data for table `cbl_assessments_form_type_component_settings`
8789--9331--
87909332
8791INSERT INTO `cbl_assessments_form_type_component_settings` (`aftc_setting_id`, `form_type_id`, `component_order`, `settings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9333INSERT INTO `cbl_assessments_form_type_component_settings` (`aftc_setting_id`, `form_type_id`, `component_order`, `settings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8792(3, 2, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":1}', 1510375509, 1, NULL, NULL, NULL),9334(3, 2, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":1}', 1510375509, 1, NULL, NULL, NULL),
8793(4, 2, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL),9335(4, 2, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL),
8794(5, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),9336(5, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),
8795(6, 3, 0, '{\"max_milestones\":8,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL),9337(6, 3, 0, '{\"max_milestones\":8,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL),
8796(7, 3, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL),9338(7, 3, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL),
8797(8, 3, 2, '{\"element_text\":\"<h3>Feedback to Resident:</h3>\"}', 1510375509, 1, NULL, NULL, NULL),9339(8, 3, 2, '{\"element_text\":\"<h3>Feedback to Resident:</h3>\"}', 1510375509, 1, NULL, NULL, NULL),
8798(9, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),9340(9, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),
8799(10, 4, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL),9341(10, 4, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL),
8800(11, 4, 1, '{\"min_variables\":2,\"max_variables\":6,\"required_types\":[\"procedure\"]}', 1510375509, 1, NULL, NULL, NULL),9342(11, 4, 1, '{\"min_variables\":2,\"max_variables\":6,\"required_types\":[\"procedure\"]}', 1510375509, 1, NULL, NULL, NULL),
8801(12, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),9343(12, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316),
8802(13, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316),9344(13, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316),
8803(14, 6, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316),9345(14, 6, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316),
8804(15, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),9346(15, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),
8805(16, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),9347(16, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),
8806(17, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),9348(17, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL),
8807(18, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false,\"mode\":\"form\"}', 1533328316, 1, NULL, NULL, NULL),9349(18, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false,\"mode\":\"form\"}', 1533328316, 1, NULL, NULL, NULL),
8808(19, 6, 1, '{\\\"component_header\\\":\\\"Select the scale to use for the Entrustment Question\\\",\\\"scale_question_texts\\\":{\\\"default\\\":\\\"Item text will populate once you have selected a scale.\\\",\\\"11\\\":\\\"Based on this observation of resident performance overall:\\\",\\\"12\\\":\\\"What level of supervision did the resident require?\\\",\\\"15\\\":\\\"Global Rating - The observed performance:\\\"},\\\"allow_default_response\\\":false,\\\"mode\\\":\\\"form\\\"}', 1685381585, 1, NULL, NULL, NULL),9350(19, 6, 1, '{\\\"component_header\\\":\\\"Select the scale to use for the Entrustment Question\\\",\\\"scale_question_texts\\\":{\\\"default\\\":\\\"Item text will populate once you have selected a scale.\\\",\\\"11\\\":\\\"Based on this observation of resident performance overall:\\\",\\\"12\\\":\\\"What level of supervision did the resident require?\\\",\\\"15\\\":\\\"Global Rating - The observed performance:\\\"},\\\"allow_default_response\\\":false,\\\"mode\\\":\\\"form\\\"}', 1685381585, 1, NULL, NULL, NULL),
8809(20, 10, 0, '{\\\"max_milestones\\\":0,\\\"allow_milestones_selection\\\":1}', 1685381585, 1, NULL, NULL, NULL),9351(20, 10, 0, '{\\\"max_milestones\\\":0,\\\"allow_milestones_selection\\\":1}', 1685381585, 1, NULL, NULL, NULL),
8810(21, 10, 1, '{\\\"min_variables\\\":1,\\\"max_variables\\\":6,\\\"required_types\\\":[],\\\"mode\\\":\\\"standalone\\\"}', 1685381585, 1, NULL, NULL, NULL),9352(21, 10, 1, '{\\\"min_variables\\\":1,\\\"max_variables\\\":6,\\\"required_types\\\":[],\\\"mode\\\":\\\"standalone\\\"}', 1685381585, 1, NULL, NULL, NULL),
8811(22, 10, 2, '{\"limit_scale_ids\":[19],\"scale_question_texts\":{\"19\": \"DFM Field Note Entrustment Scale\"},\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1685381585, 1, NULL, NULL, NULL),9353(22, 10, 2, '{\"limit_scale_ids\":[19],\"scale_question_texts\":{\"19\": \"DFM Field Note Entrustment Scale\"},\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1685381585, 1, NULL, NULL, NULL),
8812(23, 10, 3, '{\\\"element_text\\\":\\\"<h3>Feedback to Resident:</h3>\\\"}', 1685381585, 1, NULL, NULL, NULL);9354(23, 10, 3, '{\\\"element_text\\\":\\\"<h3>Feedback to Resident:</h3>\\\"}', 1685381585, 1, NULL, NULL, NULL);
88139355
8814-- --------------------------------------------------------9356-- --------------------------------------------------------
88159357
8816--9358--
8817-- Table structure for table `cbl_assessments_form_type_organisation`9359-- Table structure for table `cbl_assessments_form_type_organisation`
8818--9360--
88199361
8820CREATE TABLE `cbl_assessments_form_type_organisation` (9362CREATE TABLE `cbl_assessments_form_type_organisation` (
8821  `aftype_organisation_id` int(12) UNSIGNED NOT NULL,9363  `aftype_organisation_id` int(12) UNSIGNED NOT NULL,
8822  `organisation_id` int(12) UNSIGNED NOT NULL,9364  `organisation_id` int(12) UNSIGNED NOT NULL,
8823  `form_type_id` int(11) UNSIGNED NOT NULL,9365  `form_type_id` int(11) UNSIGNED NOT NULL,
8824  `created_date` bigint(64) UNSIGNED NOT NULL,9366  `created_date` bigint(64) UNSIGNED NOT NULL,
8825  `created_by` int(11) UNSIGNED NOT NULL,9367  `created_by` int(11) UNSIGNED NOT NULL,
8826  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9368  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8827  `updated_by` int(11) UNSIGNED DEFAULT NULL,9369  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8828  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9370  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
8829) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9371) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
88309372
8831--9373--
8832-- Dumping data for table `cbl_assessments_form_type_organisation`9374-- Dumping data for table `cbl_assessments_form_type_organisation`
8833--9375--
88349376
8835INSERT INTO `cbl_assessments_form_type_organisation` (`aftype_organisation_id`, `organisation_id`, `form_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9377INSERT INTO `cbl_assessments_form_type_organisation` (`aftype_organisation_id`, `organisation_id`, `form_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8836(1, 1, 1, 1510375500, 1, NULL, NULL, NULL),9378(1, 1, 1, 1510375500, 1, NULL, NULL, NULL),
8837(2, 1, 2, 1510375500, 1, NULL, NULL, NULL),9379(2, 1, 2, 1510375500, 1, NULL, NULL, NULL),
8838(3, 1, 3, 1510375500, 1, NULL, NULL, NULL),9380(3, 1, 3, 1510375500, 1, NULL, NULL, NULL),
8839(4, 1, 4, 1510375500, 1, NULL, NULL, NULL),9381(4, 1, 4, 1510375500, 1, NULL, NULL, NULL),
8840(5, 1, 5, 1510375500, 1, NULL, NULL, NULL),9382(5, 1, 5, 1510375500, 1, NULL, NULL, NULL),
8841(6, 1, 6, 1510375500, 1, NULL, NULL, NULL),9383(6, 1, 6, 1510375500, 1, NULL, NULL, NULL),
8842(7, 1, 10, 1685381585, 1, NULL, NULL, NULL),9384(7, 1, 10, 1685381585, 1, NULL, NULL, NULL),
8843(8, 2, 2, 1685381585, 1, 1685381585, 1, NULL),9385(8, 2, 2, 1685381585, 1, 1685381585, 1, NULL),
8844(9, 2, 3, 1685381585, 1, 1685381585, 1, NULL),9386(9, 2, 3, 1685381585, 1, 1685381585, 1, NULL),
8845(10, 2, 4, 1685381585, 1, 1685381585, 1, NULL),9387(10, 2, 4, 1685381585, 1, 1685381585, 1, NULL),
8846(11, 2, 5, 1685381585, 1, 1685381585, 1, NULL),9388(11, 2, 5, 1685381585, 1, 1685381585, 1, NULL),
8847(12, 2, 6, 1685381585, 1, 1685381585, 1, NULL),9389(12, 2, 6, 1685381585, 1, 1685381585, 1, NULL),
8848(13, 2, 10, 1685381585, 1, 1685381585, 1, NULL);9390(13, 2, 10, 1685381585, 1, 1685381585, 1, NULL);
88499391
8850-- --------------------------------------------------------9392-- --------------------------------------------------------
88519393
8852--9394--
8853-- Table structure for table `cbl_assessments_lu_data_sources`9395-- Table structure for table `cbl_assessments_lu_data_sources`
8854--9396--
88559397
8856CREATE TABLE `cbl_assessments_lu_data_sources` (9398CREATE TABLE `cbl_assessments_lu_data_sources` (
8857  `dsource_id` int(11) UNSIGNED NOT NULL,9399  `dsource_id` int(11) UNSIGNED NOT NULL,
8858  `dstype_id` int(10) UNSIGNED NOT NULL,9400  `dstype_id` int(10) UNSIGNED NOT NULL,
8859  `source_value` varchar(255) NOT NULL DEFAULT '',9401  `source_value` varchar(255) NOT NULL DEFAULT '',
8860  `source_details` text9402  `source_details` text
8861) ENGINE=InnoDB DEFAULT CHARSET=utf8;9403) ENGINE=InnoDB DEFAULT CHARSET=utf8;
88629404
8863-- --------------------------------------------------------9405-- --------------------------------------------------------
88649406
8865--9407--
8866-- Table structure for table `cbl_assessments_lu_data_source_types`9408-- Table structure for table `cbl_assessments_lu_data_source_types`
8867--9409--
88689410
8869CREATE TABLE `cbl_assessments_lu_data_source_types` (9411CREATE TABLE `cbl_assessments_lu_data_source_types` (
8870  `dstype_id` int(11) UNSIGNED NOT NULL,9412  `dstype_id` int(11) UNSIGNED NOT NULL,
8871  `shortname` varchar(32) NOT NULL DEFAULT '',9413  `shortname` varchar(32) NOT NULL DEFAULT '',
8872  `name` varchar(128) NOT NULL DEFAULT '',9414  `name` varchar(128) NOT NULL DEFAULT '',
8873  `deleted_date` bigint(64) DEFAULT NULL9415  `deleted_date` bigint(64) DEFAULT NULL
8874) ENGINE=InnoDB DEFAULT CHARSET=utf8;9416) ENGINE=InnoDB DEFAULT CHARSET=utf8;
88759417
8876-- --------------------------------------------------------9418-- --------------------------------------------------------
88779419
8878--9420--
8879-- Table structure for table `cbl_assessments_lu_flags`9421-- Table structure for table `cbl_assessments_lu_flags`
8880--9422--
88819423
8882CREATE TABLE `cbl_assessments_lu_flags` (9424CREATE TABLE `cbl_assessments_lu_flags` (
8883  `flag_id` int(11) UNSIGNED NOT NULL,9425  `flag_id` int(11) UNSIGNED NOT NULL,
8884  `flag_value` int(11) UNSIGNED NOT NULL,9426  `flag_value` int(11) UNSIGNED NOT NULL,
8885  `organisation_id` int(11) UNSIGNED DEFAULT NULL,9427  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
8886  `ordering` int(11) UNSIGNED NOT NULL,9428  `ordering` int(11) UNSIGNED NOT NULL,
8887  `title` char(255) NOT NULL,9429  `title` char(255) NOT NULL,
8888  `description` text,9430  `description` text,
8889  `color` char(10) NOT NULL,9431  `color` char(10) NOT NULL,
8890  `visibility` enum('Default','Admin','Public') NOT NULL,9432  `visibility` enum('Default','Admin','Public') NOT NULL,
8891  `created_date` int(64) NOT NULL,9433  `created_date` int(64) NOT NULL,
8892  `created_by` int(11) NOT NULL,9434  `created_by` int(11) NOT NULL,
8893  `updated_date` int(64) DEFAULT NULL,9435  `updated_date` int(64) DEFAULT NULL,
8894  `updated_by` int(11) DEFAULT NULL,9436  `updated_by` int(11) DEFAULT NULL,
8895  `deleted_date` int(64) DEFAULT NULL9437  `deleted_date` int(64) DEFAULT NULL
8896) ENGINE=InnoDB DEFAULT CHARSET=latin1;9438) ENGINE=InnoDB DEFAULT CHARSET=latin1;
88979439
8898--9440--
8899-- Dumping data for table `cbl_assessments_lu_flags`9441-- Dumping data for table `cbl_assessments_lu_flags`
8900--9442--
89019443
8902INSERT INTO `cbl_assessments_lu_flags` (`flag_id`, `flag_value`, `organisation_id`, `ordering`, `title`, `description`, `color`, `visibility`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9444INSERT INTO `cbl_assessments_lu_flags` (`flag_id`, `flag_value`, `organisation_id`, `ordering`, `title`, `description`, `color`, `visibility`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
8903(1, 1, NULL, 1, 'Flagged', 'The default flag value.', '#FF0000', 'Default', 1510375505, 1, NULL, NULL, NULL);9445(1, 1, NULL, 1, 'Flagged', 'The default flag value.', '#FF0000', 'Default', 1510375505, 1, NULL, NULL, NULL);
89049446
8905-- --------------------------------------------------------9447-- --------------------------------------------------------
89069448
8907--9449--
8908-- Table structure for table `cbl_assessments_lu_forms`9450-- Table structure for table `cbl_assessments_lu_forms`
8909--9451--
89109452
8911CREATE TABLE `cbl_assessments_lu_forms` (9453CREATE TABLE `cbl_assessments_lu_forms` (
8912  `form_id` int(11) UNSIGNED NOT NULL,9454  `form_id` int(11) UNSIGNED NOT NULL,
8913  `form_type_id` int(11) UNSIGNED NOT NULL,9455  `form_type_id` int(11) UNSIGNED NOT NULL,
8914  `one45_form_id` int(11) DEFAULT NULL,9456  `one45_form_id` int(11) DEFAULT NULL,
8915  `organisation_id` int(11) NOT NULL,9457  `organisation_id` int(11) NOT NULL,
8916  `tree_version_id` int(12) DEFAULT NULL,9458  `tree_version_id` int(12) DEFAULT NULL,
8917  `curriculum_track_id` int(12) DEFAULT NULL,9459  `curriculum_track_id` int(12) DEFAULT NULL,
8918  `form_workflow_id` int(12) DEFAULT NULL,9460  `form_workflow_id` int(12) DEFAULT NULL,
8919  `title` varchar(1024) NOT NULL DEFAULT '',9461  `title` varchar(1024) NOT NULL DEFAULT '',
8920  `description` text,9462  `description` text,
8921  `originating_id` int(11) DEFAULT NULL,9463  `originating_id` int(11) DEFAULT NULL,
8922  `origin_type` enum('blueprint','form') DEFAULT NULL,9464  `origin_type` enum('blueprint','form') DEFAULT NULL,
8923  `attributes` text,9465  `attributes` text,
8924  `created_date` bigint(64) NOT NULL,9466  `created_date` bigint(64) NOT NULL,
8925  `created_by` int(11) NOT NULL,9467  `created_by` int(11) NOT NULL,
8926  `updated_date` bigint(64) DEFAULT NULL,9468  `updated_date` bigint(64) DEFAULT NULL,
8927  `updated_by` int(11) DEFAULT NULL,9469  `updated_by` int(11) DEFAULT NULL,
8928  `deleted_date` bigint(64) DEFAULT NULL,9470  `deleted_date` bigint(64) DEFAULT NULL,
8929  `retired` bit(1) NOT NULL DEFAULT b'0',9471  `retired` bit(1) NOT NULL DEFAULT b'0',
8930  `permanently_embargoed` tinyint(1) UNSIGNED DEFAULT '0'9472  `permanently_embargoed` tinyint(1) UNSIGNED DEFAULT '0'
8931) ENGINE=InnoDB DEFAULT CHARSET=utf8;9473) ENGINE=InnoDB DEFAULT CHARSET=utf8;
89329474
8933--9475--
8934-- Dumping data for table `cbl_assessments_lu_forms`9476-- Dumping data for table `cbl_assessments_lu_forms`
8935--9477--
89369478
8937INSERT INTO `cbl_assessments_lu_forms` (`form_id`, `form_type_id`, `one45_form_id`, `organisation_id`, `tree_version_id`, `curriculum_track_id`, `form_workflow_id`, `title`, `description`, `originating_id`, `origin_type`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`, `permanently_embargoed`) VALUES9479INSERT INTO `cbl_assessments_lu_forms` (`form_id`, `form_type_id`, `one45_form_id`, `organisation_id`, `tree_version_id`, `curriculum_track_id`, `form_workflow_id`, `title`, `description`, `originating_id`, `origin_type`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`, `permanently_embargoed`) VALUES
8938(1, 1, NULL, 1, NULL, NULL, 5, 'Test Form 1', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9480(1, 1, NULL, 1, NULL, NULL, 5, 'Test Form 1', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8939(2, 1, NULL, 1, NULL, NULL, 5, 'Test Form 2', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9481(2, 1, NULL, 1, NULL, NULL, 5, 'Test Form 2', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8940(3, 6, NULL, 1, 1, NULL, 2, 'CBME Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9482(3, 6, NULL, 1, 1, NULL, 2, 'CBME Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8941(4, 1, NULL, 1, NULL, NULL, 5, 'Generic Tool Form', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9483(4, 1, NULL, 1, NULL, NULL, 5, 'Generic Tool Form', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8942(5, 6, NULL, 1, 1, NULL, 2, 'CBME Tool Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9484(5, 6, NULL, 1, 1, NULL, 2, 'CBME Tool Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8943(6, 10, NULL, 1, 1, NULL, 2, 'CBME Blueprint Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9485(6, 10, NULL, 1, 1, NULL, 2, 'CBME Blueprint Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
8944(7, 6, NULL, 2, 2, NULL, 2, 'Other Assessments Form', NULL, NULL, NULL, '{\"course_id\":13,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),9486(7, 6, NULL, 2, 2, NULL, 2, 'Other Assessments Form', NULL, NULL, NULL, '{\"course_id\":13,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
n8945(8, 10, NULL, 2, 2, NULL, 6, 'SmartTag Form', NULL, 1, 'blueprint', '[{\"objective_set_id\":24,\"readonly\":true,\"visible\":false},{\"objective_set_id\":23,\"readonly\":true,\"visible\":false},{\"objective_set_id\":27,\"readonly\":true,\"visible\":false},{\"objective_set_id\":22,\"readonly\":true,\"visible\":true},{\"objective_set_id\":26,\"readonly\":true,\"visible\":false},{\"objective_set_id\":25,\"readonly\":true,\"visible\":false}]', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL);n9487(8, 10, NULL, 2, 2, NULL, 6, 'SmartTag Form', NULL, 1, 'blueprint', '[{\"objective_set_id\":24,\"readonly\":true,\"visible\":false},{\"objective_set_id\":23,\"readonly\":true,\"visible\":false},{\"objective_set_id\":27,\"readonly\":true,\"visible\":false},{\"objective_set_id\":22,\"readonly\":true,\"visible\":true},{\"objective_set_id\":26,\"readonly\":true,\"visible\":false},{\"objective_set_id\":25,\"readonly\":true,\"visible\":false}]', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL),
9488(9, 2, NULL, 1, 3, NULL, 1, 'Deepdive EPA1', NULL, 2, 'blueprint', NULL, 1685389171, 1, 1685389171, 1, NULL, b'0', NULL),
9489(10, 2, NULL, 1, 3, NULL, 1, 'EPA2_Deepdive', NULL, 3, 'blueprint', NULL, 1685470155, 1, 1685470155, 1, NULL, b'0', NULL),
9490(11, 2, NULL, 1, 3, NULL, 1, 'EPA3_Deepdive', NULL, 5, 'blueprint', NULL, 1685543107, 1, 1685543107, 1, NULL, b'0', NULL),
9491(12, 2, NULL, 1, 3, NULL, 1, 'EPA3B_Deepdive', NULL, 6, 'blueprint', NULL, 1685543107, 1, 1685543107, 1, NULL, b'0', NULL),
9492(13, 2, NULL, 1, 3, NULL, 1, 'EPA4_Deepdive', NULL, 7, 'blueprint', NULL, 1685544478, 1, 1685544478, 1, NULL, b'0', NULL);
89469493
8947-- --------------------------------------------------------9494-- --------------------------------------------------------
89489495
8949--9496--
8950-- Table structure for table `cbl_assessments_lu_form_blueprints`9497-- Table structure for table `cbl_assessments_lu_form_blueprints`
8951--9498--
89529499
8953CREATE TABLE `cbl_assessments_lu_form_blueprints` (9500CREATE TABLE `cbl_assessments_lu_form_blueprints` (
8954  `form_blueprint_id` int(11) UNSIGNED NOT NULL,9501  `form_blueprint_id` int(11) UNSIGNED NOT NULL,
8955  `form_type_id` int(11) NOT NULL,9502  `form_type_id` int(11) NOT NULL,
8956  `course_id` int(11) UNSIGNED DEFAULT NULL,9503  `course_id` int(11) UNSIGNED DEFAULT NULL,
8957  `tree_version_id` int(12) NOT NULL,9504  `tree_version_id` int(12) NOT NULL,
8958  `organisation_id` int(11) UNSIGNED DEFAULT NULL,9505  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
8959  `title` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,9506  `title` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
8960  `description` text COLLATE utf8_unicode_ci,9507  `description` text COLLATE utf8_unicode_ci,
8961  `include_instructions` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',9508  `include_instructions` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
8962  `instructions` text COLLATE utf8_unicode_ci,9509  `instructions` text COLLATE utf8_unicode_ci,
8963  `created_date` bigint(64) UNSIGNED NOT NULL,9510  `created_date` bigint(64) UNSIGNED NOT NULL,
8964  `created_by` int(11) UNSIGNED NOT NULL,9511  `created_by` int(11) UNSIGNED NOT NULL,
8965  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9512  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8966  `updated_by` int(11) UNSIGNED DEFAULT NULL,9513  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8967  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,9514  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
8968  `published` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',9515  `published` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',
8969  `active` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',9516  `active` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',
8970  `complete` tinyint(4) UNSIGNED DEFAULT '0',9517  `complete` tinyint(4) UNSIGNED DEFAULT '0',
8971  `attributes` text COLLATE utf8_unicode_ci,9518  `attributes` text COLLATE utf8_unicode_ci,
8972  `form_workflow_id` int(11) DEFAULT NULL,9519  `form_workflow_id` int(11) DEFAULT NULL,
8973  `framework_id` int(11) DEFAULT NULL9520  `framework_id` int(11) DEFAULT NULL
8974) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9521) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
89759522
8976--9523--
8977-- Dumping data for table `cbl_assessments_lu_form_blueprints`9524-- Dumping data for table `cbl_assessments_lu_form_blueprints`
8978--9525--
89799526
8980INSERT INTO `cbl_assessments_lu_form_blueprints` (`form_blueprint_id`, `form_type_id`, `course_id`, `tree_version_id`, `organisation_id`, `title`, `description`, `include_instructions`, `instructions`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `published`, `active`, `complete`, `attributes`, `form_workflow_id`, `framework_id`) VALUES9527INSERT INTO `cbl_assessments_lu_form_blueprints` (`form_blueprint_id`, `form_type_id`, `course_id`, `tree_version_id`, `organisation_id`, `title`, `description`, `include_instructions`, `instructions`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `published`, `active`, `complete`, `attributes`, `form_workflow_id`, `framework_id`) VALUES
n8981(1, 10, 13, 2, 2, 'SmartTag Form', NULL, 0, NULL, 1685381585, 1, 1685381585, 1, NULL, 1, 0, 1, NULL, 0, 2);n9528(1, 10, 13, 2, 2, 'SmartTag Form', NULL, 0, NULL, 1685381585, 1, 1685381585, 1, NULL, 1, 0, 1, NULL, 0, 2),
9529(2, 2, 16, 3, 1, 'Deepdive EPA1', NULL, 0, NULL, 1685388693, 1, 1685389075, 1, NULL, 1, 0, 1, NULL, 0, NULL),
9530(3, 2, 16, 3, 1, 'EPA2_Deepdive', NULL, 0, NULL, 1685470042, 1, 1685470082, 1, NULL, 1, 0, 1, NULL, 0, NULL),
9531(4, 2, 16, 3, 1, 'EPA3_Deepdive', NULL, 0, NULL, 1685541679, 1, 1685542418, 1, 1685542418, 1, 0, NULL, NULL, 0, NULL),
9532(5, 2, 16, 3, 1, 'EPA3_Deepdive', NULL, 0, NULL, 1685542427, 1, 1685542446, 1, NULL, 1, 0, 1, NULL, 0, NULL),
9533(6, 2, 16, 3, 1, 'EPA3B_Deepdive', NULL, 0, NULL, 1685542633, 1, 1685542654, 1, NULL, 1, 0, 1, NULL, 0, NULL),
9534(7, 2, 16, 3, 1, 'EPA4_Deepdive', NULL, 0, NULL, 1685544416, 1, 1685544441, 1, NULL, 1, 0, 1, NULL, 0, NULL);
89829535
8983-- --------------------------------------------------------9536-- --------------------------------------------------------
89849537
8985--9538--
8986-- Table structure for table `cbl_assessments_lu_form_blueprint_components`9539-- Table structure for table `cbl_assessments_lu_form_blueprint_components`
8987--9540--
89889541
8989CREATE TABLE `cbl_assessments_lu_form_blueprint_components` (9542CREATE TABLE `cbl_assessments_lu_form_blueprint_components` (
8990  `blueprint_component_id` int(11) UNSIGNED NOT NULL,9543  `blueprint_component_id` int(11) UNSIGNED NOT NULL,
8991  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',9544  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
8992  `description` text COLLATE utf8_unicode_ci NOT NULL,9545  `description` text COLLATE utf8_unicode_ci NOT NULL,
8993  `created_date` bigint(64) UNSIGNED NOT NULL,9546  `created_date` bigint(64) UNSIGNED NOT NULL,
8994  `created_by` int(11) UNSIGNED NOT NULL,9547  `created_by` int(11) UNSIGNED NOT NULL,
8995  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9548  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
8996  `updated_by` int(11) UNSIGNED DEFAULT NULL,9549  `updated_by` int(11) UNSIGNED DEFAULT NULL,
8997  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9550  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
8998) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9551) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
89999552
9000--9553--
9001-- Dumping data for table `cbl_assessments_lu_form_blueprint_components`9554-- Dumping data for table `cbl_assessments_lu_form_blueprint_components`
9002--9555--
90039556
9004INSERT INTO `cbl_assessments_lu_form_blueprint_components` (`blueprint_component_id`, `shortname`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9557INSERT INTO `cbl_assessments_lu_form_blueprint_components` (`blueprint_component_id`, `shortname`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9005(1, 'epa_selector', 'EPA Selector', 1510375500, 1, NULL, NULL, NULL),9558(1, 'epa_selector', 'EPA Selector', 1510375500, 1, NULL, NULL, NULL),
9006(2, 'contextual_variable_list', 'Contextual Variables', 1510375500, 1, NULL, NULL, NULL),9559(2, 'contextual_variable_list', 'Contextual Variables', 1510375500, 1, NULL, NULL, NULL),
9007(3, 'entrustment_scale', 'Entrustment Scale', 1510375500, 1, NULL, NULL, NULL),9560(3, 'entrustment_scale', 'Entrustment Scale', 1510375500, 1, NULL, NULL, NULL),
9008(4, 'ms_ec_scale', 'MS/EC Scale Selector', 1510375500, 1, NULL, NULL, NULL),9561(4, 'ms_ec_scale', 'MS/EC Scale Selector', 1510375500, 1, NULL, NULL, NULL),
9009(5, 'standard_item', 'Standard Form Item', 1510375509, 1, NULL, NULL, NULL),9562(5, 'standard_item', 'Standard Form Item', 1510375509, 1, NULL, NULL, NULL),
9010(6, 'free_text_element', 'Free Text Element', 1510375509, 1, NULL, NULL, NULL),9563(6, 'free_text_element', 'Free Text Element', 1510375509, 1, NULL, NULL, NULL),
9011(7, 'role_selector', 'Role Selector', 1510375509, 1, NULL, NULL, NULL),9564(7, 'role_selector', 'Role Selector', 1510375509, 1, NULL, NULL, NULL),
9012(8, 'associated_curriculum_tags', 'Associated Curriculum Tags', 1685381581, 1, NULL, NULL, NULL);9565(8, 'associated_curriculum_tags', 'Associated Curriculum Tags', 1685381581, 1, NULL, NULL, NULL);
90139566
9014-- --------------------------------------------------------9567-- --------------------------------------------------------
90159568
9016--9569--
9017-- Table structure for table `cbl_assessments_lu_form_relationships`9570-- Table structure for table `cbl_assessments_lu_form_relationships`
9018--9571--
90199572
9020CREATE TABLE `cbl_assessments_lu_form_relationships` (9573CREATE TABLE `cbl_assessments_lu_form_relationships` (
9021  `frelationship_id` int(11) UNSIGNED NOT NULL,9574  `frelationship_id` int(11) UNSIGNED NOT NULL,
9022  `form_id` int(11) UNSIGNED NOT NULL,9575  `form_id` int(11) UNSIGNED NOT NULL,
9023  `first_parent_id` int(11) UNSIGNED NOT NULL,9576  `first_parent_id` int(11) UNSIGNED NOT NULL,
9024  `immediate_parent_id` int(11) UNSIGNED NOT NULL9577  `immediate_parent_id` int(11) UNSIGNED NOT NULL
9025) ENGINE=InnoDB DEFAULT CHARSET=utf8;9578) ENGINE=InnoDB DEFAULT CHARSET=utf8;
90269579
9027-- --------------------------------------------------------9580-- --------------------------------------------------------
90289581
9029--9582--
9030-- Table structure for table `cbl_assessments_lu_form_types`9583-- Table structure for table `cbl_assessments_lu_form_types`
9031--9584--
90329585
9033CREATE TABLE `cbl_assessments_lu_form_types` (9586CREATE TABLE `cbl_assessments_lu_form_types` (
9034  `form_type_id` int(11) UNSIGNED NOT NULL,9587  `form_type_id` int(11) UNSIGNED NOT NULL,
9035  `category` enum('form','blueprint','cbme_form','publishable_form') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'form',9588  `category` enum('form','blueprint','cbme_form','publishable_form') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'form',
9036  `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '',9589  `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '',
9037  `title` char(100) CHARACTER SET utf8 NOT NULL,9590  `title` char(100) CHARACTER SET utf8 NOT NULL,
9038  `description` text CHARACTER SET utf8 NOT NULL,9591  `description` text CHARACTER SET utf8 NOT NULL,
9039  `course_related` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',9592  `course_related` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
9040  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',9593  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
9041  `cbme` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',9594  `cbme` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
9042  `order` int(12) NOT NULL DEFAULT '0',9595  `order` int(12) NOT NULL DEFAULT '0',
9043  `created_date` bigint(64) UNSIGNED NOT NULL,9596  `created_date` bigint(64) UNSIGNED NOT NULL,
9044  `created_by` int(12) UNSIGNED NOT NULL,9597  `created_by` int(12) UNSIGNED NOT NULL,
9045  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9598  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9046  `updated_by` int(12) UNSIGNED DEFAULT NULL,9599  `updated_by` int(12) UNSIGNED DEFAULT NULL,
9047  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9600  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
9048) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9601) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
90499602
9050--9603--
9051-- Dumping data for table `cbl_assessments_lu_form_types`9604-- Dumping data for table `cbl_assessments_lu_form_types`
9052--9605--
90539606
9054INSERT INTO `cbl_assessments_lu_form_types` (`form_type_id`, `category`, `shortname`, `title`, `description`, `course_related`, `active`, `cbme`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9607INSERT INTO `cbl_assessments_lu_form_types` (`form_type_id`, `category`, `shortname`, `title`, `description`, `course_related`, `active`, `cbme`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9055(1, 'form', 'rubric_form', 'Generic Form', 'This is the default form type.', 0, 1, 0, 6, 1510375500, 1, NULL, NULL, NULL),9608(1, 'form', 'rubric_form', 'Generic Form', 'This is the default form type.', 0, 1, 0, 6, 1510375500, 1, NULL, NULL, NULL),
9056(2, 'blueprint', 'cbme_supervisor', 'Supervisor Form', 'CBME Supervisor Form', 1, 1, 1, 2, 1510375500, 1, NULL, NULL, NULL),9609(2, 'blueprint', 'cbme_supervisor', 'Supervisor Form', 'CBME Supervisor Form', 1, 1, 1, 2, 1510375500, 1, NULL, NULL, NULL),
9057(3, 'blueprint', 'cbme_fieldnote', 'Field Note Form', 'CBME Field Note Form', 1, 1, 1, 3, 1510375500, 1, NULL, NULL, NULL),9610(3, 'blueprint', 'cbme_fieldnote', 'Field Note Form', 'CBME Field Note Form', 1, 1, 1, 3, 1510375500, 1, NULL, NULL, NULL),
9058(4, 'blueprint', 'cbme_procedure', 'Procedure Form', 'CBME Procedure Form', 1, 1, 1, 4, 1510375500, 1, NULL, NULL, NULL),9611(4, 'blueprint', 'cbme_procedure', 'Procedure Form', 'CBME Procedure Form', 1, 1, 1, 4, 1510375500, 1, NULL, NULL, NULL),
9059(5, 'cbme_form', 'cbme_ppa_form', 'PPA Form', 'CBME PPA Form', 0, 1, 1, 1, 1510375500, 1, NULL, NULL, NULL),9612(5, 'cbme_form', 'cbme_ppa_form', 'PPA Form', 'CBME PPA Form', 0, 1, 1, 1, 1510375500, 1, NULL, NULL, NULL),
9060(6, 'cbme_form', 'cbme_rubric', 'Rubric Form', 'CBME Rubric Form', 1, 1, 1, 0, 1685381585, 1, NULL, NULL, NULL),9613(6, 'cbme_form', 'cbme_rubric', 'Rubric Form', 'CBME Rubric Form', 1, 1, 1, 0, 1685381585, 1, NULL, NULL, NULL),
9061(7, 'publishable_form', 'standard_rotation_evaluation_form', 'Standard Rotation Evaluation Form', 'Publishable form for rotation evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL),9614(7, 'publishable_form', 'standard_rotation_evaluation_form', 'Standard Rotation Evaluation Form', 'Publishable form for rotation evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL),
9062(8, 'publishable_form', 'standard_faculty_evaluation_form', 'Standard Faculty Evaluation Form', 'Publishable form for faculty evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL),9615(8, 'publishable_form', 'standard_faculty_evaluation_form', 'Standard Faculty Evaluation Form', 'Publishable form for faculty evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL),
9063(9, 'form', 'housing_form', 'Housing Form', 'Housing Evaluation Form', 0, 1, 0, 7, 1619472144, 1, NULL, NULL, NULL),9616(9, 'form', 'housing_form', 'Housing Form', 'Housing Evaluation Form', 0, 1, 0, 7, 1619472144, 1, NULL, NULL, NULL),
9064(10, 'blueprint', 'cbe_smart_tag', 'Smart Tag Form', 'CBE Smart tag form', 1, 1, 1, 8, 1685381581, 1, NULL, NULL, NULL);9617(10, 'blueprint', 'cbe_smart_tag', 'Smart Tag Form', 'CBE Smart tag form', 1, 1, 1, 8, 1685381581, 1, NULL, NULL, NULL);
90659618
9066-- --------------------------------------------------------9619-- --------------------------------------------------------
90679620
9068--9621--
9069-- Table structure for table `cbl_assessments_lu_form_type_workflow_link`9622-- Table structure for table `cbl_assessments_lu_form_type_workflow_link`
9070--9623--
90719624
9072CREATE TABLE `cbl_assessments_lu_form_type_workflow_link` (9625CREATE TABLE `cbl_assessments_lu_form_type_workflow_link` (
9073  `form_type_workflow_id` int(11) UNSIGNED NOT NULL,9626  `form_type_workflow_id` int(11) UNSIGNED NOT NULL,
9074  `form_type_id` int(11) UNSIGNED NOT NULL,9627  `form_type_id` int(11) UNSIGNED NOT NULL,
9075  `form_workflow_id` int(11) UNSIGNED NOT NULL,9628  `form_workflow_id` int(11) UNSIGNED NOT NULL,
9076  `created_date` bigint(64) NOT NULL,9629  `created_date` bigint(64) NOT NULL,
9077  `created_by` int(11) NOT NULL,9630  `created_by` int(11) NOT NULL,
9078  `deleted_date` bigint(64) DEFAULT NULL9631  `deleted_date` bigint(64) DEFAULT NULL
9079) ENGINE=InnoDB DEFAULT CHARSET=utf8;9632) ENGINE=InnoDB DEFAULT CHARSET=utf8;
90809633
9081--9634--
9082-- Dumping data for table `cbl_assessments_lu_form_type_workflow_link`9635-- Dumping data for table `cbl_assessments_lu_form_type_workflow_link`
9083--9636--
90849637
9085INSERT INTO `cbl_assessments_lu_form_type_workflow_link` (`form_type_workflow_id`, `form_type_id`, `form_workflow_id`, `created_date`, `created_by`, `deleted_date`) VALUES9638INSERT INTO `cbl_assessments_lu_form_type_workflow_link` (`form_type_workflow_id`, `form_type_id`, `form_workflow_id`, `created_date`, `created_by`, `deleted_date`) VALUES
9086(1, 1, 5, 1576865084, 1, NULL),9639(1, 1, 5, 1576865084, 1, NULL),
9087(2, 2, 5, 1576865084, 1, NULL),9640(2, 2, 5, 1576865084, 1, NULL),
9088(3, 3, 5, 1576865084, 1, NULL),9641(3, 3, 5, 1576865084, 1, NULL),
9089(4, 4, 5, 1576865084, 1, NULL),9642(4, 4, 5, 1576865084, 1, NULL),
9090(5, 5, 5, 1576865084, 1, NULL),9643(5, 5, 5, 1576865084, 1, NULL),
9091(6, 6, 5, 1576865084, 1, NULL),9644(6, 6, 5, 1576865084, 1, NULL),
9092(7, 7, 5, 1576865084, 1, NULL),9645(7, 7, 5, 1576865084, 1, NULL),
9093(8, 8, 5, 1576865084, 1, NULL),9646(8, 8, 5, 1576865084, 1, NULL),
9094(9, 6, 2, 1685381585, 1, NULL),9647(9, 6, 2, 1685381585, 1, NULL),
9095(10, 10, 6, 1685381585, 1, NULL);9648(10, 10, 6, 1685381585, 1, NULL);
90969649
9097-- --------------------------------------------------------9650-- --------------------------------------------------------
90989651
9099--9652--
9100-- Table structure for table `cbl_assessments_lu_form_workflows`9653-- Table structure for table `cbl_assessments_lu_form_workflows`
9101--9654--
91029655
9103CREATE TABLE `cbl_assessments_lu_form_workflows` (9656CREATE TABLE `cbl_assessments_lu_form_workflows` (
9104  `form_workflow_id` int(12) UNSIGNED NOT NULL,9657  `form_workflow_id` int(12) UNSIGNED NOT NULL,
9105  `shortname` varchar(64) NOT NULL DEFAULT '',9658  `shortname` varchar(64) NOT NULL DEFAULT '',
9106  `title` char(100) NOT NULL,9659  `title` char(100) NOT NULL,
9107  `order` int(12) NOT NULL DEFAULT '0',9660  `order` int(12) NOT NULL DEFAULT '0',
9108  `created_date` bigint(64) UNSIGNED NOT NULL,9661  `created_date` bigint(64) UNSIGNED NOT NULL,
9109  `created_by` int(12) UNSIGNED NOT NULL,9662  `created_by` int(12) UNSIGNED NOT NULL,
9110  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9663  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9111  `updated_by` int(12) UNSIGNED DEFAULT NULL,9664  `updated_by` int(12) UNSIGNED DEFAULT NULL,
9112  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9665  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
9113) ENGINE=InnoDB DEFAULT CHARSET=utf8;9666) ENGINE=InnoDB DEFAULT CHARSET=utf8;
91149667
9115--9668--
9116-- Dumping data for table `cbl_assessments_lu_form_workflows`9669-- Dumping data for table `cbl_assessments_lu_form_workflows`
9117--9670--
91189671
9119INSERT INTO `cbl_assessments_lu_form_workflows` (`form_workflow_id`, `shortname`, `title`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9672INSERT INTO `cbl_assessments_lu_form_workflows` (`form_workflow_id`, `shortname`, `title`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9120(1, 'epa_workflow', 'Entrustable Professional Activity (EPA)', 1, 1554228611, 1, NULL, NULL, NULL),9673(1, 'epa_workflow', 'Entrustable Professional Activity (EPA)', 1, 1554228611, 1, NULL, NULL, NULL),
9121(2, 'other_assessment', 'Other Assessment Form', 2, 1554228611, 1, NULL, NULL, NULL),9674(2, 'other_assessment', 'Other Assessment Form', 2, 1554228611, 1, NULL, NULL, NULL),
9122(3, 'faculty_evaluation_workflow', 'Faculty Evaluation', 3, 1576865084, 1, NULL, NULL, NULL),9675(3, 'faculty_evaluation_workflow', 'Faculty Evaluation', 3, 1576865084, 1, NULL, NULL, NULL),
9123(4, 'rotation_evaluation_workflow', 'Rotation Evaluation', 4, 1576865084, 1, NULL, NULL, NULL),9676(4, 'rotation_evaluation_workflow', 'Rotation Evaluation', 4, 1576865084, 1, NULL, NULL, NULL),
9124(5, 'none', 'None', 5, 1576865084, 1, NULL, NULL, NULL),9677(5, 'none', 'None', 5, 1576865084, 1, NULL, NULL, NULL),
9125(6, 'smart_tag_workflow', 'Smart Tag', 6, 1685381581, 1, NULL, NULL, NULL);9678(6, 'smart_tag_workflow', 'Smart Tag', 6, 1685381581, 1, NULL, NULL, NULL);
91269679
9127-- --------------------------------------------------------9680-- --------------------------------------------------------
91289681
9129--9682--
9130-- Table structure for table `cbl_assessments_lu_form_workflow_groups`9683-- Table structure for table `cbl_assessments_lu_form_workflow_groups`
9131--9684--
91329685
9133CREATE TABLE `cbl_assessments_lu_form_workflow_groups` (9686CREATE TABLE `cbl_assessments_lu_form_workflow_groups` (
9134  `form_workflow_group_id` int(11) UNSIGNED NOT NULL,9687  `form_workflow_group_id` int(11) UNSIGNED NOT NULL,
9135  `form_workflow_id` int(11) UNSIGNED NOT NULL,9688  `form_workflow_id` int(11) UNSIGNED NOT NULL,
9136  `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT ''9689  `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT ''
9137) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;9690) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
91389691
9139--9692--
9140-- Dumping data for table `cbl_assessments_lu_form_workflow_groups`9693-- Dumping data for table `cbl_assessments_lu_form_workflow_groups`
9141--9694--
91429695
9143INSERT INTO `cbl_assessments_lu_form_workflow_groups` (`form_workflow_group_id`, `form_workflow_id`, `group`) VALUES9696INSERT INTO `cbl_assessments_lu_form_workflow_groups` (`form_workflow_group_id`, `form_workflow_id`, `group`) VALUES
9144(1, 3, 'student'),9697(1, 3, 'student'),
9145(2, 4, 'student');9698(2, 4, 'student');
91469699
9147-- --------------------------------------------------------9700-- --------------------------------------------------------
91489701
9149--9702--
9150-- Table structure for table `cbl_assessments_lu_items`9703-- Table structure for table `cbl_assessments_lu_items`
9151--9704--
91529705
9153CREATE TABLE `cbl_assessments_lu_items` (9706CREATE TABLE `cbl_assessments_lu_items` (
9154  `item_id` int(11) UNSIGNED NOT NULL,9707  `item_id` int(11) UNSIGNED NOT NULL,
9155  `one45_element_id` int(11) DEFAULT NULL,9708  `one45_element_id` int(11) DEFAULT NULL,
9156  `organisation_id` int(11) NOT NULL,9709  `organisation_id` int(11) NOT NULL,
9157  `curriculum_track_id` int(12) DEFAULT NULL,9710  `curriculum_track_id` int(12) DEFAULT NULL,
9158  `itemtype_id` int(11) UNSIGNED NOT NULL,9711  `itemtype_id` int(11) UNSIGNED NOT NULL,
9159  `item_group_id` int(12) DEFAULT NULL,9712  `item_group_id` int(12) DEFAULT NULL,
9160  `item_code` varchar(128) DEFAULT '',9713  `item_code` varchar(128) DEFAULT '',
9161  `rating_scale_id` int(11) UNSIGNED DEFAULT NULL,9714  `rating_scale_id` int(11) UNSIGNED DEFAULT NULL,
9162  `item_text` text NOT NULL,9715  `item_text` text NOT NULL,
9163  `item_description` longtext,9716  `item_description` longtext,
9164  `mandatory` tinyint(1) DEFAULT '1',9717  `mandatory` tinyint(1) DEFAULT '1',
9165  `comment_type` enum('disabled','optional','mandatory','flagged') NOT NULL DEFAULT 'disabled',9718  `comment_type` enum('disabled','optional','mandatory','flagged') NOT NULL DEFAULT 'disabled',
9166  `allow_default` tinyint(1) NOT NULL DEFAULT '0',9719  `allow_default` tinyint(1) NOT NULL DEFAULT '0',
9167  `default_response` int(11) DEFAULT NULL,9720  `default_response` int(11) DEFAULT NULL,
9168  `hide_from_index` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',9721  `hide_from_index` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
9169  `attributes` text,9722  `attributes` text,
9170  `created_date` bigint(64) NOT NULL,9723  `created_date` bigint(64) NOT NULL,
9171  `created_by` int(11) NOT NULL,9724  `created_by` int(11) NOT NULL,
9172  `updated_date` bigint(64) DEFAULT NULL,9725  `updated_date` bigint(64) DEFAULT NULL,
9173  `updated_by` int(11) DEFAULT NULL,9726  `updated_by` int(11) DEFAULT NULL,
9174  `deleted_date` bigint(64) DEFAULT NULL,9727  `deleted_date` bigint(64) DEFAULT NULL,
9175  `retired` bit(1) NOT NULL DEFAULT b'0'9728  `retired` bit(1) NOT NULL DEFAULT b'0'
9176) ENGINE=InnoDB DEFAULT CHARSET=utf8;9729) ENGINE=InnoDB DEFAULT CHARSET=utf8;
91779730
9178--9731--
9179-- Dumping data for table `cbl_assessments_lu_items`9732-- Dumping data for table `cbl_assessments_lu_items`
9180--9733--
91819734
9182INSERT INTO `cbl_assessments_lu_items` (`item_id`, `one45_element_id`, `organisation_id`, `curriculum_track_id`, `itemtype_id`, `item_group_id`, `item_code`, `rating_scale_id`, `item_text`, `item_description`, `mandatory`, `comment_type`, `allow_default`, `default_response`, `hide_from_index`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`) VALUES9735INSERT INTO `cbl_assessments_lu_items` (`item_id`, `one45_element_id`, `organisation_id`, `curriculum_track_id`, `itemtype_id`, `item_group_id`, `item_code`, `rating_scale_id`, `item_text`, `item_description`, `mandatory`, `comment_type`, `allow_default`, `default_response`, `hide_from_index`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`) VALUES
9183(1, NULL, 1, 0, 1, NULL, '', 0, 'test item text 1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),9736(1, NULL, 1, 0, 1, NULL, '', 0, 'test item text 1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9184(2, NULL, 1, 0, 1, NULL, '', 0, 'Test Question 2', NULL, 1, 'flagged', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),9737(2, NULL, 1, 0, 1, NULL, '', 0, 'Test Question 2', NULL, 1, 'flagged', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9185(3, NULL, 1, 0, 1, NULL, '', 0, 'Test Item 3 with Objective', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),9738(3, NULL, 1, 0, 1, NULL, '', 0, 'Test Item 3 with Objective', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9186(4, NULL, 1, NULL, 1, 28, 'CBME_rubric_concerns_item', NULL, 'Do you have concerns regarding this resident\\\'s professionalism?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9739(4, NULL, 1, NULL, 1, 28, 'CBME_rubric_concerns_item', NULL, 'Do you have concerns regarding this resident\\\'s professionalism?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9187(5, NULL, 1, NULL, 1, 29, 'CBME_rubric_concerns_item', NULL, 'Do you have patient safety concerns related to this resident\\\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9740(5, NULL, 1, NULL, 1, 29, 'CBME_rubric_concerns_item', NULL, 'Do you have patient safety concerns related to this resident\\\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9188(6, NULL, 1, NULL, 1, 30, 'CBME_rubric_concerns_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9741(6, NULL, 1, NULL, 1, 30, 'CBME_rubric_concerns_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9189(7, NULL, 1, NULL, 1, 26, 'CBME_rubric_feedback', NULL, 'Have feedback about this form? (eg, &quot;Missing Dx&quot;, etc.)', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9742(7, NULL, 1, NULL, 1, 26, 'CBME_rubric_feedback', NULL, 'Have feedback about this form? (eg, &quot;Missing Dx&quot;, etc.)', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9190(8, NULL, 2, NULL, 1, 32, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),9743(8, NULL, 2, NULL, 1, 32, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9191(9, NULL, 2, NULL, 1, 33, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),9744(9, NULL, 2, NULL, 1, 33, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9192(10, NULL, 2, NULL, 1, 34, 'CBE_smarttag_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),9745(10, NULL, 2, NULL, 1, 34, 'CBE_smarttag_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9193(11, NULL, 2, NULL, 1, 37, 'CBE_smarttag_form_item', NULL, 'Have feedback about this form? (eg, \'Missing Dx\', etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),9746(11, NULL, 2, NULL, 1, 37, 'CBE_smarttag_form_item', NULL, 'Have feedback about this form? (eg, \'Missing Dx\', etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9194(12, NULL, 2, NULL, 7, 36, 'CBE_smarttag_item', NULL, 'Narrative Feedback', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9747(12, NULL, 2, NULL, 7, 36, 'CBE_smarttag_item', NULL, 'Narrative Feedback', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9195(13, NULL, 2, 0, 1, NULL, '', 0, 'text1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),9748(13, NULL, 2, 0, 1, NULL, '', 0, 'text1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9196(14, NULL, 2, NULL, 16, NULL, 'CBME-dynamic-item-placeholder', NULL, 'none', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9749(14, NULL, 2, NULL, 16, NULL, 'CBME-dynamic-item-placeholder', NULL, 'none', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9197(15, NULL, 2, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Assessor\'s Role', '', 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9750(15, NULL, 2, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Assessor\'s Role', '', 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9198(16, NULL, 2, NULL, 1, NULL, 'CBME-smarttag-entrustment_scale', 19, 'DFM Field Note Entrustment Scale', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),9751(16, NULL, 2, NULL, 1, NULL, 'CBME-smarttag-entrustment_scale', 19, 'DFM Field Note Entrustment Scale', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9199(17, NULL, 1, 0, 11, NULL, '', 0, 'Rubric Attr', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),9752(17, NULL, 1, 0, 11, NULL, '', 0, 'Rubric Attr', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
n9200(18, NULL, 1, 0, 11, NULL, '', 16, 'Rubric', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0');n9753(18, NULL, 1, 0, 11, NULL, '', 16, 'Rubric', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'),
9754(19, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685388693, 1, 1685389171, 1, NULL, b'0'),
9755(20, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'),
9756(21, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'),
9757(22, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'),
9758(23, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685389171, 1, NULL, b'0'),
9759(24, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9760(25, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9761(26, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9762(27, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9763(28, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9764(29, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9765(30, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9766(31, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9767(32, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9768(33, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9769(34, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9770(35, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9771(36, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9772(37, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'),
9773(38, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685470042, 1, 1685470155, 1, NULL, b'0'),
9774(39, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'),
9775(40, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'),
9776(41, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'),
9777(42, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470155, 1, NULL, b'0'),
9778(43, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9779(44, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9780(45, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9781(46, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9782(47, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9783(48, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9784(49, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9785(50, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 11, 'Based on this observation of resident performance overall:', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'),
9786(51, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685541679, 1, 1685541679, 1, NULL, b'0'),
9787(52, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'),
9788(53, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'),
9789(54, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'),
9790(55, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'),
9791(56, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685542427, 1, 1685543107, 1, NULL, b'0'),
9792(57, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'),
9793(58, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'),
9794(59, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'),
9795(60, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685543107, 1, NULL, b'0'),
9796(61, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685542633, 1, 1685543108, 1, NULL, b'0'),
9797(62, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'),
9798(63, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'),
9799(64, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'),
9800(65, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685543108, 1, NULL, b'0'),
9801(66, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9802(67, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9803(68, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9804(69, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9805(70, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9806(71, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9807(72, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.2 Provide a rationale for the decision to order the test.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9808(73, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9809(74, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'),
9810(75, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543108, 1, 1685543108, 1, NULL, b'0'),
9811(76, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685544416, 1, 1685544478, 1, NULL, b'0'),
9812(77, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'),
9813(78, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'),
9814(79, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'),
9815(80, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544478, 1, NULL, b'0'),
9816(81, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9817(82, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9818(83, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9819(84, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9820(85, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9821(86, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9822(87, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9823(88, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'),
9824(89, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0');
92019825
9202-- --------------------------------------------------------9826-- --------------------------------------------------------
92039827
9204--9828--
9205-- Table structure for table `cbl_assessments_lu_itemtypes`9829-- Table structure for table `cbl_assessments_lu_itemtypes`
9206--9830--
92079831
9208CREATE TABLE `cbl_assessments_lu_itemtypes` (9832CREATE TABLE `cbl_assessments_lu_itemtypes` (
9209  `itemtype_id` int(11) UNSIGNED NOT NULL,9833  `itemtype_id` int(11) UNSIGNED NOT NULL,
9210  `shortname` varchar(128) NOT NULL DEFAULT '',9834  `shortname` varchar(128) NOT NULL DEFAULT '',
9211  `classname` varchar(128) DEFAULT NULL,9835  `classname` varchar(128) DEFAULT NULL,
9212  `name` varchar(256) NOT NULL DEFAULT '',9836  `name` varchar(256) NOT NULL DEFAULT '',
9213  `description` text NOT NULL,9837  `description` text NOT NULL,
9214  `deleted_date` bigint(64) DEFAULT NULL9838  `deleted_date` bigint(64) DEFAULT NULL
9215) ENGINE=InnoDB DEFAULT CHARSET=utf8;9839) ENGINE=InnoDB DEFAULT CHARSET=utf8;
92169840
9217--9841--
9218-- Dumping data for table `cbl_assessments_lu_itemtypes`9842-- Dumping data for table `cbl_assessments_lu_itemtypes`
9219--9843--
92209844
9221INSERT INTO `cbl_assessments_lu_itemtypes` (`itemtype_id`, `shortname`, `classname`, `name`, `description`, `deleted_date`) VALUES9845INSERT INTO `cbl_assessments_lu_itemtypes` (`itemtype_id`, `shortname`, `classname`, `name`, `description`, `deleted_date`) VALUES
9222(1, 'horizontal_multiple_choice_single', 'HorizontalMultipleChoiceSingleResponse', 'Horizontal Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL),9846(1, 'horizontal_multiple_choice_single', 'HorizontalMultipleChoiceSingleResponse', 'Horizontal Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL),
9223(2, 'vertical_multiple_choice_single', 'VerticalMultipleChoiceSingleResponse', 'Vertical Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL),9847(2, 'vertical_multiple_choice_single', 'VerticalMultipleChoiceSingleResponse', 'Vertical Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL),
9224(3, 'selectbox_single', 'DropdownSingleResponse', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', NULL),9848(3, 'selectbox_single', 'DropdownSingleResponse', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', NULL),
9225(4, 'horizontal_multiple_choice_multiple', 'HorizontalMultipleChoiceMultipleResponse', 'Horizontal Multiple Choice (multiple responses)', '', NULL),9849(4, 'horizontal_multiple_choice_multiple', 'HorizontalMultipleChoiceMultipleResponse', 'Horizontal Multiple Choice (multiple responses)', '', NULL),
9226(5, 'vertical_multiple_choice_multiple', 'VerticalMultipleChoiceMultipleResponse', 'Vertical Multiple Choice (multiple responses)', '', NULL),9850(5, 'vertical_multiple_choice_multiple', 'VerticalMultipleChoiceMultipleResponse', 'Vertical Multiple Choice (multiple responses)', '', NULL),
9227(6, 'selectbox_multiple', 'DropdownMultipleResponse', 'Drop Down (multiple responses)', '', NULL),9851(6, 'selectbox_multiple', 'DropdownMultipleResponse', 'Drop Down (multiple responses)', '', NULL),
9228(7, 'free_text', 'FreeText', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', NULL),9852(7, 'free_text', 'FreeText', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', NULL),
9229(8, 'date', 'Date', 'Date Selector', '', NULL),9853(8, 'date', 'Date', 'Date Selector', '', NULL),
9230(9, 'user', 'User', 'Individual Selector', '', NULL),9854(9, 'user', 'User', 'Individual Selector', '', NULL),
9231(10, 'numeric', 'Numeric', 'Numeric Field', '', NULL),9855(10, 'numeric', 'Numeric', 'Numeric Field', '', NULL),
9232(11, 'rubric_line', 'RubricLine', 'Rubric Attribute (single response)', 'The items which make up the body of a rubric. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the rubric).', NULL),9856(11, 'rubric_line', 'RubricLine', 'Rubric Attribute (single response)', 'The items which make up the body of a rubric. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the rubric).', NULL),
9233(12, 'scale', 'Scale', 'Scale Item (single response)', 'The items which make up the body of a scale, sometimes called a Likert.  Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the scale)', NULL),9857(12, 'scale', 'Scale', 'Scale Item (single response)', 'The items which make up the body of a scale, sometimes called a Likert.  Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the scale)', NULL),
9234(13, 'autocomplete_multiple', 'AutocompleteMultipleResponse', 'Autocomplete (multiple responses)', 'Evaluators may type characters to search list of options, then select multiple responses.', NULL),9858(13, 'autocomplete_multiple', 'AutocompleteMultipleResponse', 'Autocomplete (multiple responses)', 'Evaluators may type characters to search list of options, then select multiple responses.', NULL),
9235(14, 'fieldnote', 'FieldNote', 'Field Note', '', NULL),9859(14, 'fieldnote', 'FieldNote', 'Field Note', '', NULL),
9236(15, 'rubric_numeric_validator', 'RubricNumericValidator', 'Rubric Numeric Validator', 'The rubric numeric validator allows you to apply a limit to the total of all numeric fields contained in the rubric', NULL),9860(15, 'rubric_numeric_validator', 'RubricNumericValidator', 'Rubric Numeric Validator', 'The rubric numeric validator allows you to apply a limit to the total of all numeric fields contained in the rubric', NULL),
9237(16, 'dynamic_item_placeholder', 'DynamicItemPlaceholder', 'Dynamic Item Placeholder', 'This item type is a placeholder for other items. Form items are generated at run time and replace this one on a given form. This type does not render as anything and carries no other information.', NULL);9861(16, 'dynamic_item_placeholder', 'DynamicItemPlaceholder', 'Dynamic Item Placeholder', 'This item type is a placeholder for other items. Form items are generated at run time and replace this one on a given form. This type does not render as anything and carries no other information.', NULL);
92389862
9239-- --------------------------------------------------------9863-- --------------------------------------------------------
92409864
9241--9865--
9242-- Table structure for table `cbl_assessments_lu_item_groups`9866-- Table structure for table `cbl_assessments_lu_item_groups`
9243--9867--
92449868
9245CREATE TABLE `cbl_assessments_lu_item_groups` (9869CREATE TABLE `cbl_assessments_lu_item_groups` (
9246  `item_group_id` int(12) UNSIGNED NOT NULL,9870  `item_group_id` int(12) UNSIGNED NOT NULL,
9247  `form_type_id` int(11) UNSIGNED NOT NULL,9871  `form_type_id` int(11) UNSIGNED NOT NULL,
9248  `item_type` enum('item','rubric') NOT NULL DEFAULT 'item',9872  `item_type` enum('item','rubric') NOT NULL DEFAULT 'item',
9249  `shortname` char(64) NOT NULL,9873  `shortname` char(64) NOT NULL,
9250  `title` char(100) NOT NULL,9874  `title` char(100) NOT NULL,
9251  `description` text NOT NULL,9875  `description` text NOT NULL,
9252  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',9876  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
9253  `created_date` bigint(64) UNSIGNED NOT NULL,9877  `created_date` bigint(64) UNSIGNED NOT NULL,
9254  `created_by` int(12) UNSIGNED NOT NULL,9878  `created_by` int(12) UNSIGNED NOT NULL,
9255  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,9879  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9256  `updated_by` int(12) UNSIGNED DEFAULT NULL,9880  `updated_by` int(12) UNSIGNED DEFAULT NULL,
9257  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL9881  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
9258) ENGINE=InnoDB DEFAULT CHARSET=utf8;9882) ENGINE=InnoDB DEFAULT CHARSET=utf8;
92599883
9260--9884--
9261-- Dumping data for table `cbl_assessments_lu_item_groups`9885-- Dumping data for table `cbl_assessments_lu_item_groups`
9262--9886--
92639887
9264INSERT INTO `cbl_assessments_lu_item_groups` (`item_group_id`, `form_type_id`, `item_type`, `shortname`, `title`, `description`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES9888INSERT INTO `cbl_assessments_lu_item_groups` (`item_group_id`, `form_type_id`, `item_type`, `shortname`, `title`, `description`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9265(1, 2, 'item', 'cbme_supervisor_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),9889(1, 2, 'item', 'cbme_supervisor_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),
9266(2, 2, 'rubric', 'cbme_supervisor_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),9890(2, 2, 'rubric', 'cbme_supervisor_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),
9267(3, 2, 'item', 'cbme_supervisor_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9891(3, 2, 'item', 'cbme_supervisor_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9268(4, 2, 'item', 'cbme_supervisor_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9892(4, 2, 'item', 'cbme_supervisor_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9269(5, 2, 'item', 'cbme_supervisor_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),9893(5, 2, 'item', 'cbme_supervisor_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9270(6, 2, 'item', 'cbme_supervisor_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),9894(6, 2, 'item', 'cbme_supervisor_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),
9271(7, 3, 'item', 'cbme_fieldnote_continue', 'Continue...', '', 1, 1510375509, 1, NULL, NULL, NULL),9895(7, 3, 'item', 'cbme_fieldnote_continue', 'Continue...', '', 1, 1510375509, 1, NULL, NULL, NULL),
9272(8, 3, 'item', 'cbme_fieldnote_consider', 'Consider...', '', 1, 1510375509, 1, NULL, NULL, NULL),9896(8, 3, 'item', 'cbme_fieldnote_consider', 'Consider...', '', 1, 1510375509, 1, NULL, NULL, NULL),
9273(9, 3, 'item', 'cbme_fieldnote_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),9897(9, 3, 'item', 'cbme_fieldnote_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),
9274(10, 3, 'rubric', 'cbme_fieldnote_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),9898(10, 3, 'rubric', 'cbme_fieldnote_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),
9275(11, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9899(11, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9276(12, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9900(12, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9277(13, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),9901(13, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9278(14, 3, 'item', 'cbme_fieldnote_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),9902(14, 3, 'item', 'cbme_fieldnote_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),
9279(15, 4, 'item', 'cbme_procedure_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),9903(15, 4, 'item', 'cbme_procedure_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL),
9280(16, 4, 'rubric', 'cbme_procedure_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),9904(16, 4, 'rubric', 'cbme_procedure_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL),
9281(17, 4, 'item', 'cbme_procedure_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9905(17, 4, 'item', 'cbme_procedure_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9282(18, 4, 'item', 'cbme_procedure_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),9906(18, 4, 'item', 'cbme_procedure_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9283(19, 4, 'item', 'cbme_procedure_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),9907(19, 4, 'item', 'cbme_procedure_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL),
9284(20, 4, 'item', 'cbme_procedure_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),9908(20, 4, 'item', 'cbme_procedure_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL),
9285(21, 5, 'item', 'cbme_ppa_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL),9909(21, 5, 'item', 'cbme_ppa_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL),
9286(22, 5, 'rubric', 'cbme_ppa_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL),9910(22, 5, 'rubric', 'cbme_ppa_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL),
9287(23, 5, 'item', 'cbme_ppa_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL),9911(23, 5, 'item', 'cbme_ppa_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9288(24, 5, 'item', 'cbme_ppa_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL),9912(24, 5, 'item', 'cbme_ppa_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9289(25, 5, 'item', 'cbme_ppa_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL),9913(25, 5, 'item', 'cbme_ppa_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9290(26, 6, 'item', 'cbme_rubric_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL),9914(26, 6, 'item', 'cbme_rubric_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL),
9291(27, 6, 'rubric', 'cbme_rubric_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL),9915(27, 6, 'rubric', 'cbme_rubric_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL),
9292(28, 6, 'item', 'cbme_rubric_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL),9916(28, 6, 'item', 'cbme_rubric_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9293(29, 6, 'item', 'cbme_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL),9917(29, 6, 'item', 'cbme_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9294(30, 6, 'item', 'cbme_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL),9918(30, 6, 'item', 'cbme_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL),
9295(31, 10, 'rubric', 'cbe_smarttag_rubric_concerns', 'Concerns', 'Rubric for the CBME Supervisor form', 1, 1685381581, 1, NULL, NULL, NULL),9919(31, 10, 'rubric', 'cbe_smarttag_rubric_concerns', 'Concerns', 'Rubric for the CBME Supervisor form', 1, 1685381581, 1, NULL, NULL, NULL),
9296(32, 10, 'item', 'cbe_smarttag_rubric_concerns_item_1', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL),9920(32, 10, 'item', 'cbe_smarttag_rubric_concerns_item_1', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL),
9297(33, 10, 'item', 'cbe_smarttag_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL),9921(33, 10, 'item', 'cbe_smarttag_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL),
9298(34, 10, 'item', 'cbe_smarttag_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1685381581, 1, NULL, NULL, NULL),9922(34, 10, 'item', 'cbe_smarttag_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1685381581, 1, NULL, NULL, NULL),
9299(35, 10, 'item', 'cbe_smarttag_next_steps', 'Narritive Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL),9923(35, 10, 'item', 'cbe_smarttag_next_steps', 'Narritive Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL),
9300(36, 10, 'item', 'cbe_smarttag_feedback', 'Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)', '', 1, 1685381581, 1, NULL, NULL, NULL),9924(36, 10, 'item', 'cbe_smarttag_feedback', 'Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)', '', 1, 1685381581, 1, NULL, NULL, NULL),
9301(37, 10, 'item', 'cbe_global_assessment_form_feedback', 'Global Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL);9925(37, 10, 'item', 'cbe_global_assessment_form_feedback', 'Global Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL);
93029926
9303-- --------------------------------------------------------9927-- --------------------------------------------------------
93049928
9305--9929--
9306-- Table structure for table `cbl_assessments_lu_item_relationships`9930-- Table structure for table `cbl_assessments_lu_item_relationships`
9307--9931--
93089932
9309CREATE TABLE `cbl_assessments_lu_item_relationships` (9933CREATE TABLE `cbl_assessments_lu_item_relationships` (
9310  `irelationship_id` int(11) UNSIGNED NOT NULL,9934  `irelationship_id` int(11) UNSIGNED NOT NULL,
9311  `item_id` int(11) UNSIGNED NOT NULL,9935  `item_id` int(11) UNSIGNED NOT NULL,
9312  `first_parent_id` int(11) UNSIGNED NOT NULL,9936  `first_parent_id` int(11) UNSIGNED NOT NULL,
9313  `immediate_parent_id` int(11) UNSIGNED NOT NULL9937  `immediate_parent_id` int(11) UNSIGNED NOT NULL
9314) ENGINE=InnoDB DEFAULT CHARSET=utf8;9938) ENGINE=InnoDB DEFAULT CHARSET=utf8;
93159939
9316-- --------------------------------------------------------9940-- --------------------------------------------------------
93179941
9318--9942--
9319-- Table structure for table `cbl_assessments_lu_item_responses`9943-- Table structure for table `cbl_assessments_lu_item_responses`
9320--9944--
93219945
9322CREATE TABLE `cbl_assessments_lu_item_responses` (9946CREATE TABLE `cbl_assessments_lu_item_responses` (
9323  `iresponse_id` int(11) UNSIGNED NOT NULL,9947  `iresponse_id` int(11) UNSIGNED NOT NULL,
9324  `one45_choice_id` int(11) UNSIGNED DEFAULT NULL,9948  `one45_choice_id` int(11) UNSIGNED DEFAULT NULL,
9325  `one45_response_num` int(11) UNSIGNED DEFAULT NULL,9949  `one45_response_num` int(11) UNSIGNED DEFAULT NULL,
9326  `item_id` int(11) UNSIGNED NOT NULL,9950  `item_id` int(11) UNSIGNED NOT NULL,
9327  `text` text NOT NULL,9951  `text` text NOT NULL,
9328  `order` tinyint(3) NOT NULL DEFAULT '0',9952  `order` tinyint(3) NOT NULL DEFAULT '0',
9329  `allow_html` tinyint(1) NOT NULL DEFAULT '0',9953  `allow_html` tinyint(1) NOT NULL DEFAULT '0',
9330  `flag_response` int(11) NOT NULL DEFAULT '0',9954  `flag_response` int(11) NOT NULL DEFAULT '0',
9331  `ardescriptor_id` int(11) UNSIGNED DEFAULT NULL,9955  `ardescriptor_id` int(11) UNSIGNED DEFAULT NULL,
9332  `deleted_date` bigint(64) DEFAULT NULL9956  `deleted_date` bigint(64) DEFAULT NULL
9333) ENGINE=InnoDB DEFAULT CHARSET=utf8;9957) ENGINE=InnoDB DEFAULT CHARSET=utf8;
93349958
9335--9959--
9336-- Dumping data for table `cbl_assessments_lu_item_responses`9960-- Dumping data for table `cbl_assessments_lu_item_responses`
9337--9961--
93389962
9339INSERT INTO `cbl_assessments_lu_item_responses` (`iresponse_id`, `one45_choice_id`, `one45_response_num`, `item_id`, `text`, `order`, `allow_html`, `flag_response`, `ardescriptor_id`, `deleted_date`) VALUES9963INSERT INTO `cbl_assessments_lu_item_responses` (`iresponse_id`, `one45_choice_id`, `one45_response_num`, `item_id`, `text`, `order`, `allow_html`, `flag_response`, `ardescriptor_id`, `deleted_date`) VALUES
9340(1, NULL, NULL, 1, 'test response 1', 1, 0, 0, NULL, NULL),9964(1, NULL, NULL, 1, 'test response 1', 1, 0, 0, NULL, NULL),
9341(2, NULL, NULL, 1, 'test response 2', 2, 0, 0, NULL, NULL),9965(2, NULL, NULL, 1, 'test response 2', 2, 0, 0, NULL, NULL),
9342(3, NULL, NULL, 2, 'Test response 1 no prompt', 1, 0, 0, NULL, NULL),9966(3, NULL, NULL, 2, 'Test response 1 no prompt', 1, 0, 0, NULL, NULL),
9343(4, NULL, NULL, 2, 'Test response 2 has prompt', 2, 0, 1, NULL, NULL),9967(4, NULL, NULL, 2, 'Test response 2 has prompt', 2, 0, 1, NULL, NULL),
9344(5, NULL, NULL, 3, 'Response 1', 1, 0, 0, NULL, NULL),9968(5, NULL, NULL, 3, 'Response 1', 1, 0, 0, NULL, NULL),
9345(6, NULL, NULL, 3, 'Response 2', 2, 0, 0, NULL, NULL),9969(6, NULL, NULL, 3, 'Response 2', 2, 0, 0, NULL, NULL),
9346(7, NULL, NULL, 4, '', 1, 0, 0, 34, NULL),9970(7, NULL, NULL, 4, '', 1, 0, 0, 34, NULL),
9347(8, NULL, NULL, 4, '', 2, 0, 1, 46, NULL),9971(8, NULL, NULL, 4, '', 2, 0, 1, 46, NULL),
9348(9, NULL, NULL, 5, '', 1, 0, 0, 34, NULL),9972(9, NULL, NULL, 5, '', 1, 0, 0, 34, NULL),
9349(10, NULL, NULL, 5, '', 2, 0, 1, 46, NULL),9973(10, NULL, NULL, 5, '', 2, 0, 1, 46, NULL),
9350(11, NULL, NULL, 6, '', 1, 0, 0, 34, NULL),9974(11, NULL, NULL, 6, '', 1, 0, 0, 34, NULL),
9351(12, NULL, NULL, 6, '', 2, 0, 1, 46, NULL),9975(12, NULL, NULL, 6, '', 2, 0, 1, 46, NULL),
9352(13, NULL, NULL, 7, 'No', 1, 0, 0, NULL, NULL),9976(13, NULL, NULL, 7, 'No', 1, 0, 0, NULL, NULL),
9353(14, NULL, NULL, 7, 'Yes', 2, 0, 1, NULL, NULL),9977(14, NULL, NULL, 7, 'Yes', 2, 0, 1, NULL, NULL),
9354(15, NULL, NULL, 8, '', 1, 0, 0, 46, NULL),9978(15, NULL, NULL, 8, '', 1, 0, 0, 46, NULL),
9355(16, NULL, NULL, 8, '', 2, 0, 2, 34, NULL),9979(16, NULL, NULL, 8, '', 2, 0, 2, 34, NULL),
9356(17, NULL, NULL, 9, '', 1, 0, 0, 46, NULL),9980(17, NULL, NULL, 9, '', 1, 0, 0, 46, NULL),
9357(18, NULL, NULL, 9, '', 2, 0, 2, 34, NULL),9981(18, NULL, NULL, 9, '', 2, 0, 2, 34, NULL),
9358(19, NULL, NULL, 10, '', 1, 0, 0, 46, NULL),9982(19, NULL, NULL, 10, '', 1, 0, 0, 46, NULL),
9359(20, NULL, NULL, 10, '', 2, 0, 2, 34, NULL),9983(20, NULL, NULL, 10, '', 2, 0, 2, 34, NULL),
9360(21, NULL, NULL, 11, 'No', 1, 0, 0, NULL, NULL),9984(21, NULL, NULL, 11, 'No', 1, 0, 0, NULL, NULL),
9361(22, NULL, NULL, 11, 'Yes', 2, 0, 1, NULL, NULL),9985(22, NULL, NULL, 11, 'Yes', 2, 0, 1, NULL, NULL),
9362(23, NULL, NULL, 13, 'Text', 1, 0, 0, 52, NULL),9986(23, NULL, NULL, 13, 'Text', 1, 0, 0, 52, NULL),
9363(24, NULL, NULL, 13, 'Text2', 2, 0, 0, 53, NULL),9987(24, NULL, NULL, 13, 'Text2', 2, 0, 0, 53, NULL),
9364(25, NULL, NULL, 13, 'Text3', 3, 0, 0, 51, NULL),9988(25, NULL, NULL, 13, 'Text3', 3, 0, 0, 51, NULL),
9365(26, NULL, NULL, 13, 'Text4', 4, 0, 0, 54, NULL),9989(26, NULL, NULL, 13, 'Text4', 4, 0, 0, 54, NULL),
9366(27, NULL, NULL, 15, 'Response', 1, 0, 0, NULL, NULL),9990(27, NULL, NULL, 15, 'Response', 1, 0, 0, NULL, NULL),
9367(28, NULL, NULL, 16, 'Can Do Supervised', 1, 0, 0, 52, NULL),9991(28, NULL, NULL, 16, 'Can Do Supervised', 1, 0, 0, 52, NULL),
9368(29, NULL, NULL, 16, 'Can Teach Others', 2, 0, 0, 53, NULL),9992(29, NULL, NULL, 16, 'Can Teach Others', 2, 0, 0, 53, NULL),
9369(30, NULL, NULL, 17, '', 1, 0, 0, 8, NULL),9993(30, NULL, NULL, 17, '', 1, 0, 0, 8, NULL),
9370(31, NULL, NULL, 17, '', 2, 0, 0, 9, NULL),9994(31, NULL, NULL, 17, '', 2, 0, 0, 9, NULL),
9371(32, NULL, NULL, 17, '', 3, 0, 0, 4, NULL),9995(32, NULL, NULL, 17, '', 3, 0, 0, 4, NULL),
9372(33, NULL, NULL, 18, '', 1, 0, 0, 48, NULL),9996(33, NULL, NULL, 18, '', 1, 0, 0, 48, NULL),
n9373(34, NULL, NULL, 18, '', 2, 0, 0, 47, NULL);n9997(34, NULL, NULL, 18, '', 2, 0, 0, 47, NULL),
9998(35, NULL, NULL, 20, '', 1, 0, 0, 34, NULL),
9999(36, NULL, NULL, 20, '', 2, 0, 1, 46, NULL),
10000(37, NULL, NULL, 21, '', 1, 0, 0, 34, NULL),
10001(38, NULL, NULL, 21, '', 2, 0, 1, 46, NULL),
10002(39, NULL, NULL, 22, '', 1, 0, 0, 34, NULL),
10003(40, NULL, NULL, 22, '', 2, 0, 1, 46, NULL),
10004(41, NULL, NULL, 23, 'No', 1, 0, 0, NULL, NULL),
10005(42, NULL, NULL, 23, 'Yes', 2, 0, 1, NULL, NULL),
10006(43, NULL, NULL, 24, 'infant', 1, 0, 0, NULL, NULL),
10007(44, NULL, NULL, 24, 'child', 2, 0, 0, NULL, NULL),
10008(45, NULL, NULL, 24, 'adult', 3, 0, 0, NULL, NULL),
10009(46, NULL, NULL, 24, 'elderly', 4, 0, 0, NULL, NULL),
10010(47, NULL, NULL, 25, '', 1, 0, 0, 35, NULL),
10011(48, NULL, NULL, 25, '', 2, 0, 0, 33, NULL),
10012(49, NULL, NULL, 25, '', 3, 0, 0, 3, NULL),
10013(50, NULL, NULL, 25, '', 4, 0, 0, 9, NULL),
10014(51, NULL, NULL, 26, '', 1, 0, 0, 35, NULL),
10015(52, NULL, NULL, 26, '', 2, 0, 0, 33, NULL),
10016(53, NULL, NULL, 26, '', 3, 0, 0, 3, NULL),
10017(54, NULL, NULL, 26, '', 4, 0, 0, 9, NULL),
10018(55, NULL, NULL, 27, '', 1, 0, 0, 35, NULL),
10019(56, NULL, NULL, 27, '', 2, 0, 0, 33, NULL),
10020(57, NULL, NULL, 27, '', 3, 0, 0, 3, NULL),
10021(58, NULL, NULL, 27, '', 4, 0, 0, 9, NULL),
10022(59, NULL, NULL, 28, '', 1, 0, 0, 35, NULL),
10023(60, NULL, NULL, 28, '', 2, 0, 0, 33, NULL),
10024(61, NULL, NULL, 28, '', 3, 0, 0, 3, NULL),
10025(62, NULL, NULL, 28, '', 4, 0, 0, 9, NULL),
10026(63, NULL, NULL, 29, '', 1, 0, 0, 35, NULL),
10027(64, NULL, NULL, 29, '', 2, 0, 0, 33, NULL),
10028(65, NULL, NULL, 29, '', 3, 0, 0, 3, NULL),
10029(66, NULL, NULL, 29, '', 4, 0, 0, 9, NULL),
10030(67, NULL, NULL, 30, '', 1, 0, 0, 35, NULL),
10031(68, NULL, NULL, 30, '', 2, 0, 0, 33, NULL),
10032(69, NULL, NULL, 30, '', 3, 0, 0, 3, NULL),
10033(70, NULL, NULL, 30, '', 4, 0, 0, 9, NULL),
10034(71, NULL, NULL, 31, '', 1, 0, 0, 35, NULL),
10035(72, NULL, NULL, 31, '', 2, 0, 0, 33, NULL),
10036(73, NULL, NULL, 31, '', 3, 0, 0, 3, NULL),
10037(74, NULL, NULL, 31, '', 4, 0, 0, 9, NULL),
10038(75, NULL, NULL, 32, '', 1, 0, 0, 35, NULL),
10039(76, NULL, NULL, 32, '', 2, 0, 0, 33, NULL),
10040(77, NULL, NULL, 32, '', 3, 0, 0, 3, NULL),
10041(78, NULL, NULL, 32, '', 4, 0, 0, 9, NULL),
10042(79, NULL, NULL, 33, '', 1, 0, 0, 35, NULL),
10043(80, NULL, NULL, 33, '', 2, 0, 0, 33, NULL),
10044(81, NULL, NULL, 33, '', 3, 0, 0, 3, NULL),
10045(82, NULL, NULL, 33, '', 4, 0, 0, 9, NULL),
10046(83, NULL, NULL, 34, '', 1, 0, 0, 35, NULL),
10047(84, NULL, NULL, 34, '', 2, 0, 0, 33, NULL),
10048(85, NULL, NULL, 34, '', 3, 0, 0, 3, NULL),
10049(86, NULL, NULL, 34, '', 4, 0, 0, 9, NULL),
10050(87, NULL, NULL, 35, '', 1, 0, 0, 35, NULL),
10051(88, NULL, NULL, 35, '', 2, 0, 0, 33, NULL),
10052(89, NULL, NULL, 35, '', 3, 0, 0, 3, NULL),
10053(90, NULL, NULL, 35, '', 4, 0, 0, 9, NULL),
10054(91, NULL, NULL, 36, '', 1, 0, 0, 35, NULL),
10055(92, NULL, NULL, 36, '', 2, 0, 0, 33, NULL),
10056(93, NULL, NULL, 36, '', 3, 0, 0, 3, NULL),
10057(94, NULL, NULL, 36, '', 4, 0, 0, 9, NULL),
10058(95, NULL, NULL, 37, 'Observation only (no execution)', 1, 0, 0, 38, NULL),
10059(96, NULL, NULL, 37, 'Direct, proactive supervision', 2, 0, 0, 18, NULL),
10060(97, NULL, NULL, 37, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL),
10061(98, NULL, NULL, 37, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL),
10062(99, NULL, NULL, 37, 'Supervision of trainees', 5, 0, 0, 43, NULL),
10063(100, NULL, NULL, 39, '', 1, 0, 0, 34, NULL),
10064(101, NULL, NULL, 39, '', 2, 0, 1, 46, NULL),
10065(102, NULL, NULL, 40, '', 1, 0, 0, 34, NULL),
10066(103, NULL, NULL, 40, '', 2, 0, 1, 46, NULL),
10067(104, NULL, NULL, 41, '', 1, 0, 0, 34, NULL),
10068(105, NULL, NULL, 41, '', 2, 0, 1, 46, NULL),
10069(106, NULL, NULL, 42, 'No', 1, 0, 0, NULL, NULL),
10070(107, NULL, NULL, 42, 'Yes', 2, 0, 1, NULL, NULL),
10071(108, NULL, NULL, 43, 'infant', 1, 0, 0, NULL, NULL),
10072(109, NULL, NULL, 43, 'child', 2, 0, 0, NULL, NULL),
10073(110, NULL, NULL, 43, 'adult', 3, 0, 0, NULL, NULL),
10074(111, NULL, NULL, 43, 'elderly', 4, 0, 0, NULL, NULL),
10075(112, NULL, NULL, 44, '', 1, 0, 0, 35, NULL),
10076(113, NULL, NULL, 44, '', 2, 0, 0, 33, NULL),
10077(114, NULL, NULL, 44, '', 3, 0, 0, 3, NULL),
10078(115, NULL, NULL, 44, '', 4, 0, 0, 9, NULL),
10079(116, NULL, NULL, 45, '', 1, 0, 0, 35, NULL),
10080(117, NULL, NULL, 45, '', 2, 0, 0, 33, NULL),
10081(118, NULL, NULL, 45, '', 3, 0, 0, 3, NULL),
10082(119, NULL, NULL, 45, '', 4, 0, 0, 9, NULL),
10083(120, NULL, NULL, 46, '', 1, 0, 0, 35, NULL),
10084(121, NULL, NULL, 46, '', 2, 0, 0, 33, NULL),
10085(122, NULL, NULL, 46, '', 3, 0, 0, 3, NULL),
10086(123, NULL, NULL, 46, '', 4, 0, 0, 9, NULL),
10087(124, NULL, NULL, 47, '', 1, 0, 0, 35, NULL),
10088(125, NULL, NULL, 47, '', 2, 0, 0, 33, NULL),
10089(126, NULL, NULL, 47, '', 3, 0, 0, 3, NULL),
10090(127, NULL, NULL, 47, '', 4, 0, 0, 9, NULL),
10091(128, NULL, NULL, 48, '', 1, 0, 0, 35, NULL),
10092(129, NULL, NULL, 48, '', 2, 0, 0, 33, NULL),
10093(130, NULL, NULL, 48, '', 3, 0, 0, 3, NULL),
10094(131, NULL, NULL, 48, '', 4, 0, 0, 9, NULL),
10095(132, NULL, NULL, 49, '', 1, 0, 0, 35, NULL),
10096(133, NULL, NULL, 49, '', 2, 0, 0, 33, NULL),
10097(134, NULL, NULL, 49, '', 3, 0, 0, 3, NULL),
10098(135, NULL, NULL, 49, '', 4, 0, 0, 9, NULL),
10099(136, NULL, NULL, 50, 'I had to do', 1, 0, 0, 25, NULL),
10100(137, NULL, NULL, 50, 'I had to talk them through', 2, 0, 0, 27, NULL),
10101(138, NULL, NULL, 50, 'I had to prompt them from time to time', 3, 0, 0, 26, NULL),
10102(139, NULL, NULL, 50, 'I needed to be there in the room just in case', 4, 0, 0, 28, NULL),
10103(140, NULL, NULL, 50, 'I did not need to be there', 5, 0, 0, 24, NULL),
10104(141, NULL, NULL, 52, '', 1, 0, 0, 34, NULL),
10105(142, NULL, NULL, 52, '', 2, 0, 1, 46, NULL),
10106(143, NULL, NULL, 53, '', 1, 0, 0, 34, NULL),
10107(144, NULL, NULL, 53, '', 2, 0, 1, 46, NULL),
10108(145, NULL, NULL, 54, '', 1, 0, 0, 34, NULL),
10109(146, NULL, NULL, 54, '', 2, 0, 1, 46, NULL),
10110(147, NULL, NULL, 55, 'No', 1, 0, 0, NULL, NULL),
10111(148, NULL, NULL, 55, 'Yes', 2, 0, 1, NULL, NULL),
10112(149, NULL, NULL, 57, '', 1, 0, 0, 34, NULL),
10113(150, NULL, NULL, 57, '', 2, 0, 1, 46, NULL),
10114(151, NULL, NULL, 58, '', 1, 0, 0, 34, NULL),
10115(152, NULL, NULL, 58, '', 2, 0, 1, 46, NULL),
10116(153, NULL, NULL, 59, '', 1, 0, 0, 34, NULL),
10117(154, NULL, NULL, 59, '', 2, 0, 1, 46, NULL),
10118(155, NULL, NULL, 60, 'No', 1, 0, 0, NULL, NULL),
10119(156, NULL, NULL, 60, 'Yes', 2, 0, 1, NULL, NULL),
10120(157, NULL, NULL, 62, '', 1, 0, 0, 34, NULL),
10121(158, NULL, NULL, 62, '', 2, 0, 1, 46, NULL),
10122(159, NULL, NULL, 63, '', 1, 0, 0, 34, NULL),
10123(160, NULL, NULL, 63, '', 2, 0, 1, 46, NULL),
10124(161, NULL, NULL, 64, '', 1, 0, 0, 34, NULL),
10125(162, NULL, NULL, 64, '', 2, 0, 1, 46, NULL),
10126(163, NULL, NULL, 65, 'No', 1, 0, 0, NULL, NULL),
10127(164, NULL, NULL, 65, 'Yes', 2, 0, 1, NULL, NULL),
10128(165, NULL, NULL, 66, 'infant', 1, 0, 0, NULL, NULL),
10129(166, NULL, NULL, 66, 'child', 2, 0, 0, NULL, NULL),
10130(167, NULL, NULL, 66, 'adult', 3, 0, 0, NULL, NULL),
10131(168, NULL, NULL, 66, 'elderly', 4, 0, 0, NULL, NULL),
10132(169, NULL, NULL, 67, '', 1, 0, 0, 35, NULL),
10133(170, NULL, NULL, 67, '', 2, 0, 0, 33, NULL),
10134(171, NULL, NULL, 67, '', 3, 0, 0, 3, NULL),
10135(172, NULL, NULL, 67, '', 4, 0, 0, 9, NULL),
10136(173, NULL, NULL, 68, '', 1, 0, 0, 35, NULL),
10137(174, NULL, NULL, 68, '', 2, 0, 0, 33, NULL),
10138(175, NULL, NULL, 68, '', 3, 0, 0, 3, NULL),
10139(176, NULL, NULL, 68, '', 4, 0, 0, 9, NULL),
10140(177, NULL, NULL, 69, 'Observation only (no execution)', 1, 0, 0, 38, NULL),
10141(178, NULL, NULL, 69, 'Direct, proactive supervision', 2, 0, 0, 18, NULL),
10142(179, NULL, NULL, 69, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL),
10143(180, NULL, NULL, 69, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL),
10144(181, NULL, NULL, 69, 'Supervision of trainees', 5, 0, 0, 43, NULL),
10145(182, NULL, NULL, 70, 'infant', 1, 0, 0, NULL, NULL),
10146(183, NULL, NULL, 70, 'child', 2, 0, 0, NULL, NULL),
10147(184, NULL, NULL, 70, 'adult', 3, 0, 0, NULL, NULL),
10148(185, NULL, NULL, 70, 'elderly', 4, 0, 0, NULL, NULL),
10149(186, NULL, NULL, 71, '', 1, 0, 0, 35, NULL),
10150(187, NULL, NULL, 71, '', 2, 0, 0, 32, NULL),
10151(188, NULL, NULL, 71, '', 3, 0, 0, 19, NULL),
10152(189, NULL, NULL, 71, '', 4, 0, 0, 3, NULL),
10153(190, NULL, NULL, 71, '', 5, 0, 0, 4, NULL),
10154(191, NULL, NULL, 71, '', 6, 0, 0, 20, NULL),
10155(192, NULL, NULL, 72, '', 1, 0, 0, 35, NULL),
10156(193, NULL, NULL, 72, '', 2, 0, 0, 32, NULL),
10157(194, NULL, NULL, 72, '', 3, 0, 0, 19, NULL),
10158(195, NULL, NULL, 72, '', 4, 0, 0, 3, NULL),
10159(196, NULL, NULL, 72, '', 5, 0, 0, 4, NULL),
10160(197, NULL, NULL, 72, '', 6, 0, 0, 20, NULL),
10161(198, NULL, NULL, 73, '', 1, 0, 0, 35, NULL),
10162(199, NULL, NULL, 73, '', 2, 0, 0, 32, NULL),
10163(200, NULL, NULL, 73, '', 3, 0, 0, 19, NULL),
10164(201, NULL, NULL, 73, '', 4, 0, 0, 3, NULL),
10165(202, NULL, NULL, 73, '', 5, 0, 0, 4, NULL),
10166(203, NULL, NULL, 73, '', 6, 0, 0, 20, NULL),
10167(204, NULL, NULL, 74, '', 1, 0, 0, 35, NULL),
10168(205, NULL, NULL, 74, '', 2, 0, 0, 32, NULL),
10169(206, NULL, NULL, 74, '', 3, 0, 0, 19, NULL),
10170(207, NULL, NULL, 74, '', 4, 0, 0, 3, NULL),
10171(208, NULL, NULL, 74, '', 5, 0, 0, 4, NULL),
10172(209, NULL, NULL, 74, '', 6, 0, 0, 20, NULL),
10173(210, NULL, NULL, 75, 'Observation only (no execution)', 1, 0, 0, 38, NULL),
10174(211, NULL, NULL, 75, 'Direct, proactive supervision', 2, 0, 0, 18, NULL),
10175(212, NULL, NULL, 75, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL),
10176(213, NULL, NULL, 75, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL),
10177(214, NULL, NULL, 75, 'Supervision of trainees', 5, 0, 0, 43, NULL),
10178(215, NULL, NULL, 77, '', 1, 0, 0, 34, NULL),
10179(216, NULL, NULL, 77, '', 2, 0, 1, 46, NULL),
10180(217, NULL, NULL, 78, '', 1, 0, 0, 34, NULL),
10181(218, NULL, NULL, 78, '', 2, 0, 1, 46, NULL),
10182(219, NULL, NULL, 79, '', 1, 0, 0, 34, NULL),
10183(220, NULL, NULL, 79, '', 2, 0, 1, 46, NULL),
10184(221, NULL, NULL, 80, 'No', 1, 0, 0, NULL, NULL),
10185(222, NULL, NULL, 80, 'Yes', 2, 0, 1, NULL, NULL),
10186(223, NULL, NULL, 81, 'infant', 1, 0, 0, NULL, NULL),
10187(224, NULL, NULL, 81, 'child', 2, 0, 0, NULL, NULL),
10188(225, NULL, NULL, 81, 'adult', 3, 0, 0, NULL, NULL),
10189(226, NULL, NULL, 81, 'elderly', 4, 0, 0, NULL, NULL),
10190(227, NULL, NULL, 82, '', 1, 0, 0, 35, NULL),
10191(228, NULL, NULL, 82, '', 2, 0, 0, 45, NULL),
10192(229, NULL, NULL, 82, '', 3, 0, 0, 32, NULL),
10193(230, NULL, NULL, 82, '', 4, 0, 0, 19, NULL),
10194(231, NULL, NULL, 82, '', 5, 0, 0, 3, NULL),
10195(232, NULL, NULL, 82, '', 6, 0, 0, 4, NULL),
10196(233, NULL, NULL, 82, '', 7, 0, 0, 20, NULL),
10197(234, NULL, NULL, 83, '', 1, 0, 0, 35, NULL),
10198(235, NULL, NULL, 83, '', 2, 0, 0, 45, NULL),
10199(236, NULL, NULL, 83, '', 3, 0, 0, 32, NULL),
10200(237, NULL, NULL, 83, '', 4, 0, 0, 19, NULL),
10201(238, NULL, NULL, 83, '', 5, 0, 0, 3, NULL),
10202(239, NULL, NULL, 83, '', 6, 0, 0, 4, NULL),
10203(240, NULL, NULL, 83, '', 7, 0, 0, 20, NULL),
10204(241, NULL, NULL, 84, '', 1, 0, 0, 35, NULL),
10205(242, NULL, NULL, 84, '', 2, 0, 0, 45, NULL),
10206(243, NULL, NULL, 84, '', 3, 0, 0, 32, NULL),
10207(244, NULL, NULL, 84, '', 4, 0, 0, 19, NULL),
10208(245, NULL, NULL, 84, '', 5, 0, 0, 3, NULL),
10209(246, NULL, NULL, 84, '', 6, 0, 0, 4, NULL),
10210(247, NULL, NULL, 84, '', 7, 0, 0, 20, NULL),
10211(248, NULL, NULL, 85, '', 1, 0, 0, 35, NULL),
10212(249, NULL, NULL, 85, '', 2, 0, 0, 45, NULL),
10213(250, NULL, NULL, 85, '', 3, 0, 0, 32, NULL),
10214(251, NULL, NULL, 85, '', 4, 0, 0, 19, NULL),
10215(252, NULL, NULL, 85, '', 5, 0, 0, 3, NULL),
10216(253, NULL, NULL, 85, '', 6, 0, 0, 4, NULL),
10217(254, NULL, NULL, 85, '', 7, 0, 0, 20, NULL),
10218(255, NULL, NULL, 86, '', 1, 0, 0, 35, NULL),
10219(256, NULL, NULL, 86, '', 2, 0, 0, 45, NULL),
10220(257, NULL, NULL, 86, '', 3, 0, 0, 32, NULL),
10221(258, NULL, NULL, 86, '', 4, 0, 0, 19, NULL),
10222(259, NULL, NULL, 86, '', 5, 0, 0, 3, NULL),
10223(260, NULL, NULL, 86, '', 6, 0, 0, 4, NULL),
10224(261, NULL, NULL, 86, '', 7, 0, 0, 20, NULL),
10225(262, NULL, NULL, 87, '', 1, 0, 0, 35, NULL),
10226(263, NULL, NULL, 87, '', 2, 0, 0, 45, NULL),
10227(264, NULL, NULL, 87, '', 3, 0, 0, 32, NULL),
10228(265, NULL, NULL, 87, '', 4, 0, 0, 19, NULL),
10229(266, NULL, NULL, 87, '', 5, 0, 0, 3, NULL),
10230(267, NULL, NULL, 87, '', 6, 0, 0, 4, NULL),
10231(268, NULL, NULL, 87, '', 7, 0, 0, 20, NULL),
10232(269, NULL, NULL, 88, '', 1, 0, 0, 35, NULL),
10233(270, NULL, NULL, 88, '', 2, 0, 0, 45, NULL),
10234(271, NULL, NULL, 88, '', 3, 0, 0, 32, NULL),
10235(272, NULL, NULL, 88, '', 4, 0, 0, 19, NULL),
10236(273, NULL, NULL, 88, '', 5, 0, 0, 3, NULL),
10237(274, NULL, NULL, 88, '', 6, 0, 0, 4, NULL),
10238(275, NULL, NULL, 88, '', 7, 0, 0, 20, NULL),
10239(276, NULL, NULL, 89, 'Observation only (no execution)', 1, 0, 0, 38, NULL),
10240(277, NULL, NULL, 89, 'Direct, proactive supervision', 2, 0, 0, 18, NULL),
10241(278, NULL, NULL, 89, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL),
10242(279, NULL, NULL, 89, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL),
10243(280, NULL, NULL, 89, 'Supervision of trainees', 5, 0, 0, 43, NULL);
937410244
9375-- --------------------------------------------------------10245-- --------------------------------------------------------
937610246
9377--10247--
9378-- Table structure for table `cbl_assessments_lu_item_response_objectives`10248-- Table structure for table `cbl_assessments_lu_item_response_objectives`
9379--10249--
938010250
9381CREATE TABLE `cbl_assessments_lu_item_response_objectives` (10251CREATE TABLE `cbl_assessments_lu_item_response_objectives` (
9382  `irobjective_id` int(11) UNSIGNED NOT NULL,10252  `irobjective_id` int(11) UNSIGNED NOT NULL,
9383  `iresponse_id` int(11) UNSIGNED NOT NULL,10253  `iresponse_id` int(11) UNSIGNED NOT NULL,
9384  `objective_id` int(11) UNSIGNED NOT NULL,10254  `objective_id` int(11) UNSIGNED NOT NULL,
9385  `created_date` bigint(64) NOT NULL,10255  `created_date` bigint(64) NOT NULL,
9386  `created_by` int(11) NOT NULL,10256  `created_by` int(11) NOT NULL,
9387  `updated_date` bigint(64) DEFAULT NULL,10257  `updated_date` bigint(64) DEFAULT NULL,
9388  `updated_by` int(11) DEFAULT NULL,10258  `updated_by` int(11) DEFAULT NULL,
9389  `deleted_date` bigint(64) DEFAULT NULL10259  `deleted_date` bigint(64) DEFAULT NULL
9390) ENGINE=InnoDB DEFAULT CHARSET=utf8;10260) ENGINE=InnoDB DEFAULT CHARSET=utf8;
939110261
9392--10262--
9393-- Dumping data for table `cbl_assessments_lu_item_response_objectives`10263-- Dumping data for table `cbl_assessments_lu_item_response_objectives`
9394--10264--
939510265
9396INSERT INTO `cbl_assessments_lu_item_response_objectives` (`irobjective_id`, `iresponse_id`, `objective_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES10266INSERT INTO `cbl_assessments_lu_item_response_objectives` (`irobjective_id`, `iresponse_id`, `objective_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
n9397(1, 27, 2687, 1685381585, 1, NULL, NULL, NULL);n10267(1, 27, 2687, 1685381585, 1, NULL, NULL, NULL),
10268(2, 43, 2773, 1685389171, 1, NULL, NULL, NULL),
10269(3, 44, 2774, 1685389171, 1, NULL, NULL, NULL),
10270(4, 45, 2775, 1685389171, 1, NULL, NULL, NULL),
10271(5, 46, 2776, 1685389171, 1, NULL, NULL, NULL),
10272(6, 108, 2773, 1685470155, 1, NULL, NULL, NULL),
10273(7, 109, 2774, 1685470155, 1, NULL, NULL, NULL),
10274(8, 110, 2775, 1685470155, 1, NULL, NULL, NULL),
10275(9, 111, 2776, 1685470155, 1, NULL, NULL, NULL),
10276(10, 165, 2773, 1685543107, 1, NULL, NULL, NULL),
10277(11, 166, 2774, 1685543107, 1, NULL, NULL, NULL),
10278(12, 167, 2775, 1685543107, 1, NULL, NULL, NULL),
10279(13, 168, 2776, 1685543107, 1, NULL, NULL, NULL),
10280(14, 182, 2773, 1685543107, 1, NULL, NULL, NULL),
10281(15, 183, 2774, 1685543107, 1, NULL, NULL, NULL),
10282(16, 184, 2775, 1685543107, 1, NULL, NULL, NULL),
10283(17, 185, 2776, 1685543107, 1, NULL, NULL, NULL),
10284(18, 223, 2773, 1685544478, 1, NULL, NULL, NULL),
10285(19, 224, 2774, 1685544478, 1, NULL, NULL, NULL),
10286(20, 225, 2775, 1685544478, 1, NULL, NULL, NULL),
10287(21, 226, 2776, 1685544478, 1, NULL, NULL, NULL);
939810288
9399-- --------------------------------------------------------10289-- --------------------------------------------------------
940010290
9401--10291--
9402-- Table structure for table `cbl_assessments_lu_rating_scale_types`10292-- Table structure for table `cbl_assessments_lu_rating_scale_types`
9403--10293--
940410294
9405CREATE TABLE `cbl_assessments_lu_rating_scale_types` (10295CREATE TABLE `cbl_assessments_lu_rating_scale_types` (
9406  `rating_scale_type_id` int(11) UNSIGNED NOT NULL,10296  `rating_scale_type_id` int(11) UNSIGNED NOT NULL,
9407  `organisation_id` int(11) UNSIGNED NOT NULL,10297  `organisation_id` int(11) UNSIGNED NOT NULL,
9408  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',10298  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
9409  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',10299  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
9410  `description` text COLLATE utf8_unicode_ci NOT NULL,10300  `description` text COLLATE utf8_unicode_ci NOT NULL,
9411  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',10301  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
9412  `ordering` int(11) UNSIGNED NOT NULL,10302  `ordering` int(11) UNSIGNED NOT NULL,
9413  `dashboard_visibility` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',10303  `dashboard_visibility` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
9414  `created_by` int(11) UNSIGNED NOT NULL,10304  `created_by` int(11) UNSIGNED NOT NULL,
9415  `created_date` bigint(64) UNSIGNED NOT NULL,10305  `created_date` bigint(64) UNSIGNED NOT NULL,
9416  `updated_by` int(11) UNSIGNED DEFAULT NULL,10306  `updated_by` int(11) UNSIGNED DEFAULT NULL,
9417  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,10307  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9418  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL10308  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
9419) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;10309) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
942010310
9421--10311--
9422-- Dumping data for table `cbl_assessments_lu_rating_scale_types`10312-- Dumping data for table `cbl_assessments_lu_rating_scale_types`
9423--10313--
942410314
9425INSERT INTO `cbl_assessments_lu_rating_scale_types` (`rating_scale_type_id`, `organisation_id`, `shortname`, `title`, `description`, `active`, `ordering`, `dashboard_visibility`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES10315INSERT INTO `cbl_assessments_lu_rating_scale_types` (`rating_scale_type_id`, `organisation_id`, `shortname`, `title`, `description`, `active`, `ordering`, `dashboard_visibility`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
9426(1, 1, 'global_assessment', 'Global Assessment', '', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),10316(1, 1, 'global_assessment', 'Global Assessment', '', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),
9427(2, 1, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),10317(2, 1, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),
9428(3, 1, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),10318(3, 1, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL),
9429(4, 2, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL),10319(4, 2, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL),
9430(5, 2, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL),10320(5, 2, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL),
9431(6, 2, 'global_assessment', 'Global Assessment', 'Global Assessment', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL);10321(6, 2, 'global_assessment', 'Global Assessment', 'Global Assessment', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL);
943210322
9433-- --------------------------------------------------------10323-- --------------------------------------------------------
943410324
9435--10325--
9436-- Table structure for table `cbl_assessments_lu_response_description_options`10326-- Table structure for table `cbl_assessments_lu_response_description_options`
9437--10327--
943810328
9439CREATE TABLE `cbl_assessments_lu_response_description_options` (10329CREATE TABLE `cbl_assessments_lu_response_description_options` (
9440  `rdoption_id` int(11) UNSIGNED NOT NULL,10330  `rdoption_id` int(11) UNSIGNED NOT NULL,
9441  `ardescriptor_id` int(11) UNSIGNED NOT NULL,10331  `ardescriptor_id` int(11) UNSIGNED NOT NULL,
9442  `option` varchar(255) NOT NULL DEFAULT '',10332  `option` varchar(255) NOT NULL DEFAULT '',
9443  `option_value` text,10333  `option_value` text,
9444  `organisation_id` int(12) UNSIGNED NOT NULL,10334  `organisation_id` int(12) UNSIGNED NOT NULL,
9445  `created_date` int(11) NOT NULL,10335  `created_date` int(11) NOT NULL,
9446  `created_by` int(11) NOT NULL,10336  `created_by` int(11) NOT NULL,
9447  `updated_date` int(11) DEFAULT NULL,10337  `updated_date` int(11) DEFAULT NULL,
9448  `updated_by` int(11) DEFAULT NULL,10338  `updated_by` int(11) DEFAULT NULL,
9449  `deleted_date` int(11) DEFAULT NULL10339  `deleted_date` int(11) DEFAULT NULL
9450) ENGINE=InnoDB DEFAULT CHARSET=utf8;10340) ENGINE=InnoDB DEFAULT CHARSET=utf8;
945110341
9452-- --------------------------------------------------------10342-- --------------------------------------------------------
945310343
9454--10344--
9455-- Table structure for table `cbl_assessments_lu_response_descriptors`10345-- Table structure for table `cbl_assessments_lu_response_descriptors`
9456--10346--
945710347
9458CREATE TABLE `cbl_assessments_lu_response_descriptors` (10348CREATE TABLE `cbl_assessments_lu_response_descriptors` (
9459  `ardescriptor_id` int(11) UNSIGNED NOT NULL,10349  `ardescriptor_id` int(11) UNSIGNED NOT NULL,
9460  `one45_anchor_value` int(11) DEFAULT NULL,10350  `one45_anchor_value` int(11) DEFAULT NULL,
9461  `organisation_id` int(11) NOT NULL,10351  `organisation_id` int(11) NOT NULL,
9462  `curriculum_track_id` int(12) DEFAULT NULL,10352  `curriculum_track_id` int(12) DEFAULT NULL,
9463  `descriptor` varchar(255) NOT NULL DEFAULT '',10353  `descriptor` varchar(255) NOT NULL DEFAULT '',
9464  `reportable` tinyint(1) NOT NULL DEFAULT '1',10354  `reportable` tinyint(1) NOT NULL DEFAULT '1',
9465  `order` tinyint(3) NOT NULL DEFAULT '0',10355  `order` tinyint(3) NOT NULL DEFAULT '0',
9466  `created_date` bigint(64) NOT NULL,10356  `created_date` bigint(64) NOT NULL,
9467  `created_by` int(11) NOT NULL,10357  `created_by` int(11) NOT NULL,
9468  `updated_date` bigint(64) DEFAULT NULL,10358  `updated_date` bigint(64) DEFAULT NULL,
9469  `updated_by` int(11) DEFAULT NULL,10359  `updated_by` int(11) DEFAULT NULL,
9470  `deleted_date` bigint(64) DEFAULT NULL10360  `deleted_date` bigint(64) DEFAULT NULL
9471) ENGINE=InnoDB DEFAULT CHARSET=utf8;10361) ENGINE=InnoDB DEFAULT CHARSET=utf8;
947210362
9473--10363--
9474-- Dumping data for table `cbl_assessments_lu_response_descriptors`10364-- Dumping data for table `cbl_assessments_lu_response_descriptors`
9475--10365--
947610366
9477INSERT INTO `cbl_assessments_lu_response_descriptors` (`ardescriptor_id`, `one45_anchor_value`, `organisation_id`, `curriculum_track_id`, `descriptor`, `reportable`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES10367INSERT INTO `cbl_assessments_lu_response_descriptors` (`ardescriptor_id`, `one45_anchor_value`, `organisation_id`, `curriculum_track_id`, `descriptor`, `reportable`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9478(1, NULL, 1, NULL, 'Opportunities for Growth', 1, 1, 1402703700, 1, NULL, NULL, NULL),10368(1, NULL, 1, NULL, 'Opportunities for Growth', 1, 1, 1402703700, 1, NULL, NULL, NULL),
9479(2, NULL, 1, NULL, 'Borderline LOW', 1, 2, 1402531209, 1, NULL, NULL, NULL),10369(2, NULL, 1, NULL, 'Borderline LOW', 1, 2, 1402531209, 1, NULL, NULL, NULL),
9480(3, NULL, 1, NULL, 'Developing', 1, 3, 1397670525, 1, NULL, NULL, NULL),10370(3, NULL, 1, NULL, 'Developing', 1, 3, 1397670525, 1, NULL, NULL, NULL),
9481(4, NULL, 1, NULL, 'Achieving', 1, 4, 1397670545, 1, NULL, NULL, NULL),10371(4, NULL, 1, NULL, 'Achieving', 1, 4, 1397670545, 1, NULL, NULL, NULL),
9482(5, NULL, 1, NULL, 'Borderline HIGH', 1, 5, 1402531188, 1, NULL, NULL, NULL),10372(5, NULL, 1, NULL, 'Borderline HIGH', 1, 5, 1402531188, 1, NULL, NULL, NULL),
9483(6, NULL, 1, NULL, 'Exceptional', 1, 6, 1402697384, 1, NULL, NULL, NULL),10373(6, NULL, 1, NULL, 'Exceptional', 1, 6, 1402697384, 1, NULL, NULL, NULL),
9484(7, NULL, 1, NULL, 'Not Applicable', 1, 7, 1402703794, 1, NULL, NULL, NULL),10374(7, NULL, 1, NULL, 'Not Applicable', 1, 7, 1402703794, 1, NULL, NULL, NULL),
9485(8, NULL, 1, NULL, 'Accepted standards not yet met, frequent errors uncorrected', 1, 8, 1510375509, 1, NULL, NULL, NULL),10375(8, NULL, 1, NULL, 'Accepted standards not yet met, frequent errors uncorrected', 1, 8, 1510375509, 1, NULL, NULL, NULL),
9486(9, NULL, 1, NULL, 'Achieved', 1, 9, 1510375509, 1, NULL, NULL, NULL),10376(9, NULL, 1, NULL, 'Achieved', 1, 9, 1510375509, 1, NULL, NULL, NULL),
9487(10, NULL, 1, NULL, 'Achieving (ready for independent practice)', 1, 10, 1510375509, 1, NULL, NULL, NULL),10377(10, NULL, 1, NULL, 'Achieving (ready for independent practice)', 1, 10, 1510375509, 1, NULL, NULL, NULL),
9488(11, NULL, 1, NULL, 'Achieves standard expected', 1, 11, 1510375509, 1, NULL, NULL, NULL),10378(11, NULL, 1, NULL, 'Achieves standard expected', 1, 11, 1510375509, 1, NULL, NULL, NULL),
9489(12, NULL, 1, NULL, 'Advanced beginner', 1, 12, 1510375509, 1, NULL, NULL, NULL),10379(12, NULL, 1, NULL, 'Advanced beginner', 1, 12, 1510375509, 1, NULL, NULL, NULL),
9490(13, NULL, 1, NULL, 'Almost', 1, 13, 1510375509, 1, NULL, NULL, NULL),10380(13, NULL, 1, NULL, 'Almost', 1, 13, 1510375509, 1, NULL, NULL, NULL),
9491(14, NULL, 1, NULL, 'Clearly exceeds standard', 1, 14, 1510375509, 1, NULL, NULL, NULL),10381(14, NULL, 1, NULL, 'Clearly exceeds standard', 1, 14, 1510375509, 1, NULL, NULL, NULL),
9492(15, NULL, 1, NULL, 'Competent and safe throughout procedure, no uncorrected errors', 1, 15, 1510375509, 1, NULL, NULL, NULL),10382(15, NULL, 1, NULL, 'Competent and safe throughout procedure, no uncorrected errors', 1, 15, 1510375509, 1, NULL, NULL, NULL),
9493(16, NULL, 1, NULL, 'Competent', 1, 16, 1510375509, 1, NULL, NULL, NULL),10383(16, NULL, 1, NULL, 'Competent', 1, 16, 1510375509, 1, NULL, NULL, NULL),
9494(17, NULL, 1, NULL, 'Direct supervision', 1, 17, 1510375509, 1, NULL, NULL, NULL),10384(17, NULL, 1, NULL, 'Direct supervision', 1, 17, 1510375509, 1, NULL, NULL, NULL),
9495(18, NULL, 1, NULL, 'Direct, proactive supervision', 1, 18, 1510375509, 1, NULL, NULL, NULL),10385(18, NULL, 1, NULL, 'Direct, proactive supervision', 1, 18, 1510375509, 1, NULL, NULL, NULL),
9496(19, NULL, 1, NULL, 'Emerging', 1, 19, 1510375509, 1, NULL, NULL, NULL),10386(19, NULL, 1, NULL, 'Emerging', 1, 19, 1510375509, 1, NULL, NULL, NULL),
9497(20, NULL, 1, NULL, 'Established', 1, 20, 1510375509, 1, NULL, NULL, NULL),10387(20, NULL, 1, NULL, 'Established', 1, 20, 1510375509, 1, NULL, NULL, NULL),
9498(21, NULL, 1, NULL, 'Expert', 1, 21, 1510375509, 1, NULL, NULL, NULL),10388(21, NULL, 1, NULL, 'Expert', 1, 21, 1510375509, 1, NULL, NULL, NULL),
9499(22, NULL, 1, NULL, 'Flagged for review', 1, 22, 1510375509, 1, NULL, NULL, NULL),10389(22, NULL, 1, NULL, 'Flagged for review', 1, 22, 1510375509, 1, NULL, NULL, NULL),
9500(23, NULL, 1, NULL, 'Highly skilled performance', 1, 23, 1510375509, 1, NULL, NULL, NULL),10390(23, NULL, 1, NULL, 'Highly skilled performance', 1, 23, 1510375509, 1, NULL, NULL, NULL),
9501(24, NULL, 1, NULL, 'I did not need to be there', 1, 24, 1510375509, 1, NULL, NULL, NULL),10391(24, NULL, 1, NULL, 'I did not need to be there', 1, 24, 1510375509, 1, NULL, NULL, NULL),
9502(25, NULL, 1, NULL, 'I had to do', 1, 25, 1510375509, 1, NULL, NULL, NULL),10392(25, NULL, 1, NULL, 'I had to do', 1, 25, 1510375509, 1, NULL, NULL, NULL),
9503(26, NULL, 1, NULL, 'I had to prompt them from time to time', 1, 26, 1510375509, 1, NULL, NULL, NULL),10393(26, NULL, 1, NULL, 'I had to prompt them from time to time', 1, 26, 1510375509, 1, NULL, NULL, NULL),
9504(27, NULL, 1, NULL, 'I had to talk them through', 1, 27, 1510375509, 1, NULL, NULL, NULL),10394(27, NULL, 1, NULL, 'I had to talk them through', 1, 27, 1510375509, 1, NULL, NULL, NULL),
9505(28, NULL, 1, NULL, 'I needed to be there in the room just in case', 1, 28, 1510375509, 1, NULL, NULL, NULL),10395(28, NULL, 1, NULL, 'I needed to be there in the room just in case', 1, 28, 1510375509, 1, NULL, NULL, NULL),
9506(29, NULL, 1, NULL, 'Independent performance (with remote supervision)', 1, 29, 1510375509, 1, NULL, NULL, NULL),10396(29, NULL, 1, NULL, 'Independent performance (with remote supervision)', 1, 29, 1510375509, 1, NULL, NULL, NULL),
9507(30, NULL, 1, NULL, 'Indirect, reactive supervision', 1, 30, 1510375509, 1, NULL, NULL, NULL),10397(30, NULL, 1, NULL, 'Indirect, reactive supervision', 1, 30, 1510375509, 1, NULL, NULL, NULL),
9508(31, NULL, 1, NULL, 'Is almost there', 1, 31, 1510375509, 1, NULL, NULL, NULL),10398(31, NULL, 1, NULL, 'Is almost there', 1, 31, 1510375509, 1, NULL, NULL, NULL),
9509(32, NULL, 1, NULL, 'Limited', 1, 32, 1510375509, 1, NULL, NULL, NULL),10399(32, NULL, 1, NULL, 'Limited', 1, 32, 1510375509, 1, NULL, NULL, NULL),
9510(33, NULL, 1, NULL, 'Needs attention', 1, 33, 1510375509, 1, NULL, NULL, NULL),10400(33, NULL, 1, NULL, 'Needs attention', 1, 33, 1510375509, 1, NULL, NULL, NULL),
9511(34, NULL, 1, NULL, 'No', 1, 34, 1510375509, 1, NULL, NULL, NULL),10401(34, NULL, 1, NULL, 'No', 1, 34, 1510375509, 1, NULL, NULL, NULL),
9512(35, NULL, 1, NULL, 'Not observed', 1, 35, 1510375509, 1, NULL, NULL, NULL),10402(35, NULL, 1, NULL, 'Not observed', 1, 35, 1510375509, 1, NULL, NULL, NULL),
9513(36, NULL, 1, NULL, 'Not yet', 1, 36, 1510375509, 1, NULL, NULL, NULL),10403(36, NULL, 1, NULL, 'Not yet', 1, 36, 1510375509, 1, NULL, NULL, NULL),
9514(37, NULL, 1, NULL, 'Novice', 1, 37, 1510375509, 1, NULL, NULL, NULL),10404(37, NULL, 1, NULL, 'Novice', 1, 37, 1510375509, 1, NULL, NULL, NULL),
9515(38, NULL, 1, NULL, 'Observation only (no execution)', 1, 38, 1510375509, 1, NULL, NULL, NULL),10405(38, NULL, 1, NULL, 'Observation only (no execution)', 1, 38, 1510375509, 1, NULL, NULL, NULL),
9516(39, NULL, 1, NULL, 'Proficient', 1, 39, 1510375509, 1, NULL, NULL, NULL),10406(39, NULL, 1, NULL, 'Proficient', 1, 39, 1510375509, 1, NULL, NULL, NULL),
9517(40, NULL, 1, NULL, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 1, 40, 1510375509, 1, NULL, NULL, NULL),10407(40, NULL, 1, NULL, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 1, 40, 1510375509, 1, NULL, NULL, NULL),
9518(41, NULL, 1, NULL, 'Shows critical weaknesses', 1, 41, 1510375509, 1, NULL, NULL, NULL),10408(41, NULL, 1, NULL, 'Shows critical weaknesses', 1, 41, 1510375509, 1, NULL, NULL, NULL),
9519(42, NULL, 1, NULL, 'Supervision for refinement', 1, 42, 1510375509, 1, NULL, NULL, NULL),10409(42, NULL, 1, NULL, 'Supervision for refinement', 1, 42, 1510375509, 1, NULL, NULL, NULL),
9520(43, NULL, 1, NULL, 'Supervision of trainees', 1, 43, 1510375509, 1, NULL, NULL, NULL),10410(43, NULL, 1, NULL, 'Supervision of trainees', 1, 43, 1510375509, 1, NULL, NULL, NULL),
9521(44, NULL, 1, NULL, 'Supervision on demand', 1, 44, 1510375509, 1, NULL, NULL, NULL),10411(44, NULL, 1, NULL, 'Supervision on demand', 1, 44, 1510375509, 1, NULL, NULL, NULL),
9522(45, NULL, 1, NULL, 'Very limited', 1, 45, 1510375509, 1, NULL, NULL, NULL),10412(45, NULL, 1, NULL, 'Very limited', 1, 45, 1510375509, 1, NULL, NULL, NULL),
9523(46, NULL, 1, NULL, 'Yes', 1, 46, 1510375509, 1, NULL, NULL, NULL),10413(46, NULL, 1, NULL, 'Yes', 1, 46, 1510375509, 1, NULL, NULL, NULL),
9524(47, NULL, 1, NULL, 'Completed', 1, 1, 1685381581, 1, NULL, NULL, NULL),10414(47, NULL, 1, NULL, 'Completed', 1, 1, 1685381581, 1, NULL, NULL, NULL),
9525(48, NULL, 1, NULL, 'In Progress', 1, 2, 1685381581, 1, NULL, NULL, NULL),10415(48, NULL, 1, NULL, 'In Progress', 1, 2, 1685381581, 1, NULL, NULL, NULL),
9526(51, NULL, 2, 0, 'Cannot Do By Themselves', 1, 47, 1685381585, 1, 1685381585, 1, NULL),10416(51, NULL, 2, 0, 'Cannot Do By Themselves', 1, 47, 1685381585, 1, 1685381585, 1, NULL),
9527(52, NULL, 2, 0, 'Can Do Supervised', 1, 48, 1685381585, 1, 1685381585, 1, NULL),10417(52, NULL, 2, 0, 'Can Do Supervised', 1, 48, 1685381585, 1, 1685381585, 1, NULL),
9528(53, NULL, 2, 0, 'Can Teach Others', 1, 49, 1685381585, 1, 1685381585, 1, NULL),10418(53, NULL, 2, 0, 'Can Teach Others', 1, 49, 1685381585, 1, 1685381585, 1, NULL),
9529(54, NULL, 2, 0, 'Unable To Assess', 1, 50, 1685381585, 1, 1685381585, 1, NULL),10419(54, NULL, 2, 0, 'Unable To Assess', 1, 50, 1685381585, 1, 1685381585, 1, NULL),
9530(57, NULL, 2, NULL, 'No', 1, 34, 1685381585, 1, NULL, NULL, NULL),10420(57, NULL, 2, NULL, 'No', 1, 34, 1685381585, 1, NULL, NULL, NULL),
9531(58, NULL, 2, NULL, 'Yes', 1, 46, 1685381585, 1, NULL, NULL, NULL),10421(58, NULL, 2, NULL, 'Yes', 1, 46, 1685381585, 1, NULL, NULL, NULL),
9532(59, NULL, 2, 1, '0', 1, 0, 1685381585, 1, NULL, NULL, NULL),10422(59, NULL, 2, 1, '0', 1, 0, 1685381585, 1, NULL, NULL, NULL),
9533(60, NULL, 2, 1, 'N/A', 1, 0, 1685381585, 1, NULL, NULL, NULL);10423(60, NULL, 2, 1, 'N/A', 1, 0, 1685381585, 1, NULL, NULL, NULL);
953410424
9535-- --------------------------------------------------------10425-- --------------------------------------------------------
953610426
9537--10427--
9538-- Table structure for table `cbl_assessments_lu_rubrics`10428-- Table structure for table `cbl_assessments_lu_rubrics`
9539--10429--
954010430
9541CREATE TABLE `cbl_assessments_lu_rubrics` (10431CREATE TABLE `cbl_assessments_lu_rubrics` (
9542  `rubric_id` int(11) UNSIGNED NOT NULL,10432  `rubric_id` int(11) UNSIGNED NOT NULL,
9543  `one45_element_id` int(11) DEFAULT NULL,10433  `one45_element_id` int(11) DEFAULT NULL,
9544  `organisation_id` int(11) NOT NULL,10434  `organisation_id` int(11) NOT NULL,
9545  `rubric_title` varchar(2048) DEFAULT NULL,10435  `rubric_title` varchar(2048) DEFAULT NULL,
9546  `rubric_description` text,10436  `rubric_description` text,
9547  `rubric_item_code` varchar(128) DEFAULT '',10437  `rubric_item_code` varchar(128) DEFAULT '',
9548  `is_scale` tinyint(1) NOT NULL DEFAULT '0',10438  `is_scale` tinyint(1) NOT NULL DEFAULT '0',
9549  `rating_scale_id` int(11) UNSIGNED DEFAULT NULL,10439  `rating_scale_id` int(11) UNSIGNED DEFAULT NULL,
9550  `hidden_columns` text,10440  `hidden_columns` text,
9551  `attributes` text,10441  `attributes` text,
9552  `updated_date` bigint(64) DEFAULT NULL,10442  `updated_date` bigint(64) DEFAULT NULL,
9553  `updated_by` int(11) DEFAULT NULL,10443  `updated_by` int(11) DEFAULT NULL,
9554  `created_date` bigint(64) NOT NULL,10444  `created_date` bigint(64) NOT NULL,
9555  `created_by` int(11) NOT NULL,10445  `created_by` int(11) NOT NULL,
9556  `deleted_date` bigint(64) DEFAULT NULL10446  `deleted_date` bigint(64) DEFAULT NULL
9557) ENGINE=InnoDB DEFAULT CHARSET=utf8;10447) ENGINE=InnoDB DEFAULT CHARSET=utf8;
955810448
9559--10449--
9560-- Dumping data for table `cbl_assessments_lu_rubrics`10450-- Dumping data for table `cbl_assessments_lu_rubrics`
9561--10451--
956210452
9563INSERT INTO `cbl_assessments_lu_rubrics` (`rubric_id`, `one45_element_id`, `organisation_id`, `rubric_title`, `rubric_description`, `rubric_item_code`, `is_scale`, `rating_scale_id`, `hidden_columns`, `attributes`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES10453INSERT INTO `cbl_assessments_lu_rubrics` (`rubric_id`, `one45_element_id`, `organisation_id`, `rubric_title`, `rubric_description`, `rubric_item_code`, `is_scale`, `rating_scale_id`, `hidden_columns`, `attributes`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
9564(1, NULL, 1, 'Concerns', NULL, 'CBME_rubric_from_scale', 0, NULL, NULL, '{\"disable_edit\":true}', NULL, NULL, 1685381585, 1, NULL),10454(1, NULL, 1, 'Concerns', NULL, 'CBME_rubric_from_scale', 0, NULL, NULL, '{\"disable_edit\":true}', NULL, NULL, 1685381585, 1, NULL),
9565(2, NULL, 2, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', 1685381585, 1, 1685381585, 1, NULL),10455(2, NULL, 2, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', 1685381585, 1, 1685381585, 1, NULL),
n9566(3, NULL, 1, 'Group item test', NULL, NULL, 0, 16, NULL, '[]', NULL, NULL, 1685381585, 1, NULL);n10456(3, NULL, 1, 'Group item test', NULL, NULL, 0, 16, NULL, '[]', NULL, NULL, 1685381585, 1, NULL),
10457(4, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685388693, 1, NULL),
10458(5, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685389171, 1, NULL),
10459(6, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685470042, 1, NULL),
10460(7, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685470155, 1, NULL),
10461(8, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685541679, 1, NULL),
10462(9, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685542427, 1, NULL),
10463(10, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685542633, 1, NULL),
10464(11, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685543107, 1, NULL),
10465(12, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 2, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685543107, 1, NULL),
10466(13, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685544416, 1, NULL),
10467(14, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 1, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685544478, 1, NULL);
956710468
9568-- --------------------------------------------------------10469-- --------------------------------------------------------
956910470
9570--10471--
9571-- Table structure for table `cbl_assessments_lu_rubric_labels`10472-- Table structure for table `cbl_assessments_lu_rubric_labels`
9572--10473--
957310474
9574CREATE TABLE `cbl_assessments_lu_rubric_labels` (10475CREATE TABLE `cbl_assessments_lu_rubric_labels` (
9575  `rlabel_id` int(11) UNSIGNED NOT NULL,10476  `rlabel_id` int(11) UNSIGNED NOT NULL,
9576  `one45_choice_id` int(11) DEFAULT NULL,10477  `one45_choice_id` int(11) DEFAULT NULL,
9577  `one45_response_num` int(11) DEFAULT NULL,10478  `one45_response_num` int(11) DEFAULT NULL,
9578  `label_type` enum('column','row','criteria','description') NOT NULL DEFAULT 'column',10479  `label_type` enum('column','row','criteria','description') NOT NULL DEFAULT 'column',
9579  `rubric_id` int(11) UNSIGNED NOT NULL,10480  `rubric_id` int(11) UNSIGNED NOT NULL,
9580  `item_id` int(11) UNSIGNED DEFAULT NULL,10481  `item_id` int(11) UNSIGNED DEFAULT NULL,
9581  `iresponse_id` int(11) UNSIGNED DEFAULT NULL,10482  `iresponse_id` int(11) UNSIGNED DEFAULT NULL,
9582  `label` text,10483  `label` text,
9583  `order` tinyint(3) DEFAULT '0'10484  `order` tinyint(3) DEFAULT '0'
9584) ENGINE=InnoDB DEFAULT CHARSET=utf8;10485) ENGINE=InnoDB DEFAULT CHARSET=utf8;
958510486
9586-- --------------------------------------------------------10487-- --------------------------------------------------------
958710488
9588--10489--
9589-- Table structure for table `cbl_assessments_lu_tags`10490-- Table structure for table `cbl_assessments_lu_tags`
9590--10491--
959110492
9592CREATE TABLE `cbl_assessments_lu_tags` (10493CREATE TABLE `cbl_assessments_lu_tags` (
9593  `tag_id` int(11) UNSIGNED NOT NULL,10494  `tag_id` int(11) UNSIGNED NOT NULL,
9594  `tag` varchar(32) NOT NULL DEFAULT '',10495  `tag` varchar(32) NOT NULL DEFAULT '',
9595  `created_date` bigint(64) NOT NULL,10496  `created_date` bigint(64) NOT NULL,
9596  `created_by` int(11) NOT NULL,10497  `created_by` int(11) NOT NULL,
9597  `deleted_date` bigint(64) DEFAULT NULL10498  `deleted_date` bigint(64) DEFAULT NULL
9598) ENGINE=InnoDB DEFAULT CHARSET=utf8;10499) ENGINE=InnoDB DEFAULT CHARSET=utf8;
959910500
9600-- --------------------------------------------------------10501-- --------------------------------------------------------
960110502
9602--10503--
9603-- Table structure for table `cbl_assessment_additional_tasks`10504-- Table structure for table `cbl_assessment_additional_tasks`
9604--10505--
960510506
9606CREATE TABLE `cbl_assessment_additional_tasks` (10507CREATE TABLE `cbl_assessment_additional_tasks` (
9607  `additional_task_id` int(11) UNSIGNED NOT NULL,10508  `additional_task_id` int(11) UNSIGNED NOT NULL,
9608  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10509  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9609  `target_id` int(11) NOT NULL,10510  `target_id` int(11) NOT NULL,
9610  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id',10511  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id',
9611  `assessor_value` int(11) UNSIGNED NOT NULL,10512  `assessor_value` int(11) UNSIGNED NOT NULL,
9612  `assessor_type` enum('internal','external') DEFAULT NULL,10513  `assessor_type` enum('internal','external') DEFAULT NULL,
9613  `delivery_date` bigint(64) NOT NULL,10514  `delivery_date` bigint(64) NOT NULL,
9614  `created_by` int(11) NOT NULL,10515  `created_by` int(11) NOT NULL,
9615  `created_date` bigint(64) NOT NULL,10516  `created_date` bigint(64) NOT NULL,
9616  `deleted_by` int(11) DEFAULT NULL,10517  `deleted_by` int(11) DEFAULT NULL,
9617  `deleted_date` bigint(64) DEFAULT NULL10518  `deleted_date` bigint(64) DEFAULT NULL
9618) ENGINE=InnoDB DEFAULT CHARSET=utf8;10519) ENGINE=InnoDB DEFAULT CHARSET=utf8;
961910520
9620-- --------------------------------------------------------10521-- --------------------------------------------------------
962110522
9622--10523--
9623-- Table structure for table `cbl_assessment_blueprint_prompted_response_reviewers`10524-- Table structure for table `cbl_assessment_blueprint_prompted_response_reviewers`
9624--10525--
962510526
9626CREATE TABLE `cbl_assessment_blueprint_prompted_response_reviewers` (10527CREATE TABLE `cbl_assessment_blueprint_prompted_response_reviewers` (
9627  `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL,10528  `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL,
9628  `form_blueprint_id` int(11) UNSIGNED NOT NULL,10529  `form_blueprint_id` int(11) UNSIGNED NOT NULL,
9629  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,10530  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,
9630  `value` int(11) DEFAULT NULL,10531  `value` int(11) DEFAULT NULL,
9631  `created_date` int(11) DEFAULT NULL,10532  `created_date` int(11) DEFAULT NULL,
9632  `created_by` int(11) DEFAULT NULL,10533  `created_by` int(11) DEFAULT NULL,
9633  `updated_date` int(11) DEFAULT NULL,10534  `updated_date` int(11) DEFAULT NULL,
9634  `updated_by` int(11) DEFAULT NULL,10535  `updated_by` int(11) DEFAULT NULL,
9635  `deleted_date` int(11) DEFAULT NULL10536  `deleted_date` int(11) DEFAULT NULL
9636) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;10537) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
963710538
9638-- --------------------------------------------------------10539-- --------------------------------------------------------
963910540
9640--10541--
9641-- Table structure for table `cbl_assessment_deleted_tasks`10542-- Table structure for table `cbl_assessment_deleted_tasks`
9642--10543--
964310544
9644CREATE TABLE `cbl_assessment_deleted_tasks` (10545CREATE TABLE `cbl_assessment_deleted_tasks` (
9645  `deleted_task_id` int(11) UNSIGNED NOT NULL,10546  `deleted_task_id` int(11) UNSIGNED NOT NULL,
9646  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10547  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9647  `target_id` int(11) NOT NULL,10548  `target_id` int(11) NOT NULL,
9648  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id',10549  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id',
9649  `assessor_value` int(11) UNSIGNED NOT NULL,10550  `assessor_value` int(11) UNSIGNED NOT NULL,
9650  `assessor_type` enum('internal','external') DEFAULT NULL,10551  `assessor_type` enum('internal','external') DEFAULT NULL,
9651  `delivery_date` bigint(64) NOT NULL,10552  `delivery_date` bigint(64) NOT NULL,
9652  `deleted_reason_id` int(11) UNSIGNED NOT NULL,10553  `deleted_reason_id` int(11) UNSIGNED NOT NULL,
9653  `deleted_reason_notes` varchar(255) DEFAULT NULL,10554  `deleted_reason_notes` varchar(255) DEFAULT NULL,
9654  `visible` tinyint(1) NOT NULL DEFAULT '1',10555  `visible` tinyint(1) NOT NULL DEFAULT '1',
9655  `created_by` int(11) NOT NULL,10556  `created_by` int(11) NOT NULL,
9656  `created_date` bigint(64) NOT NULL,10557  `created_date` bigint(64) NOT NULL,
9657  `deleted_by` int(11) DEFAULT NULL,10558  `deleted_by` int(11) DEFAULT NULL,
9658  `deleted_date` bigint(64) DEFAULT NULL10559  `deleted_date` bigint(64) DEFAULT NULL
9659) ENGINE=InnoDB DEFAULT CHARSET=utf8;10560) ENGINE=InnoDB DEFAULT CHARSET=utf8;
966010561
9661-- --------------------------------------------------------10562-- --------------------------------------------------------
966210563
9663--10564--
9664-- Table structure for table `cbl_assessment_distributions`10565-- Table structure for table `cbl_assessment_distributions`
9665--10566--
966610567
9667CREATE TABLE `cbl_assessment_distributions` (10568CREATE TABLE `cbl_assessment_distributions` (
9668  `adistribution_id` int(11) UNSIGNED NOT NULL,10569  `adistribution_id` int(11) UNSIGNED NOT NULL,
9669  `one45_scenariosAttached_id` int(11) UNSIGNED DEFAULT NULL,10570  `one45_scenariosAttached_id` int(11) UNSIGNED DEFAULT NULL,
9670  `form_id` int(11) UNSIGNED NOT NULL,10571  `form_id` int(11) UNSIGNED NOT NULL,
9671  `organisation_id` int(11) NOT NULL,10572  `organisation_id` int(11) NOT NULL,
9672  `curriculum_track_id` int(12) DEFAULT NULL,10573  `curriculum_track_id` int(12) DEFAULT NULL,
9673  `title` varchar(2048) NOT NULL DEFAULT '',10574  `title` varchar(2048) NOT NULL DEFAULT '',
9674  `description` text,10575  `description` text,
9675  `cperiod_id` int(11) NOT NULL,10576  `cperiod_id` int(11) NOT NULL,
9676  `course_id` int(11) DEFAULT NULL,10577  `course_id` int(11) DEFAULT NULL,
9677  `assessment_type` enum('assessment','evaluation','housing_evaluation') NOT NULL,10578  `assessment_type` enum('assessment','evaluation','housing_evaluation') NOT NULL,
9678  `assessor_option` enum('faculty','learner','individual_users','clinical_preceptors','unknown','housing_schedule') NOT NULL DEFAULT 'individual_users',10579  `assessor_option` enum('faculty','learner','individual_users','clinical_preceptors','unknown','housing_schedule') NOT NULL DEFAULT 'individual_users',
9679  `target_option` enum('all','only_cbme','non_cbme') NOT NULL DEFAULT 'non_cbme',10580  `target_option` enum('all','only_cbme','non_cbme') NOT NULL DEFAULT 'non_cbme',
9680  `disable_target_viewable_release_override` tinyint(1) DEFAULT '0',10581  `disable_target_viewable_release_override` tinyint(1) DEFAULT '0',
9681  `exclude_self_assessments` tinyint(1) DEFAULT '0',10582  `exclude_self_assessments` tinyint(1) DEFAULT '0',
9682  `min_submittable` tinyint(3) NOT NULL DEFAULT '0',10583  `min_submittable` tinyint(3) NOT NULL DEFAULT '0',
9683  `max_submittable` tinyint(3) NOT NULL DEFAULT '0',10584  `max_submittable` tinyint(3) NOT NULL DEFAULT '0',
9684  `repeat_targets` tinyint(1) NOT NULL DEFAULT '0',10585  `repeat_targets` tinyint(1) NOT NULL DEFAULT '0',
9685  `submittable_by_target` tinyint(1) NOT NULL DEFAULT '0',10586  `submittable_by_target` tinyint(1) NOT NULL DEFAULT '0',
9686  `flagging_notifications` text,10587  `flagging_notifications` text,
9687  `start_date` bigint(64) NOT NULL,10588  `start_date` bigint(64) NOT NULL,
9688  `end_date` bigint(64) NOT NULL,10589  `end_date` bigint(64) NOT NULL,
9689  `release_start_date` bigint(64) NOT NULL,10590  `release_start_date` bigint(64) NOT NULL,
9690  `release_end_date` bigint(64) NOT NULL,10591  `release_end_date` bigint(64) NOT NULL,
9691  `release_date` bigint(64) DEFAULT NULL,10592  `release_date` bigint(64) DEFAULT NULL,
9692  `expiry_offset` bigint(64) DEFAULT NULL,10593  `expiry_offset` bigint(64) DEFAULT NULL,
9693  `expiry_notification_offset` bigint(64) DEFAULT NULL,10594  `expiry_notification_offset` bigint(64) DEFAULT NULL,
9694  `mandatory` tinyint(4) NOT NULL DEFAULT '0',10595  `mandatory` tinyint(4) NOT NULL DEFAULT '0',
9695  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',10596  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',
9696  `disable_reminders` tinyint(1) NOT NULL DEFAULT '0',10597  `disable_reminders` tinyint(1) NOT NULL DEFAULT '0',
9697  `distributor_timeout` bigint(64) DEFAULT NULL,10598  `distributor_timeout` bigint(64) DEFAULT NULL,
9698  `notifications` tinyint(1) NOT NULL DEFAULT '1',10599  `notifications` tinyint(1) NOT NULL DEFAULT '1',
9699  `visibility_status` enum('visible','hidden') NOT NULL DEFAULT 'visible',10600  `visibility_status` enum('visible','hidden') NOT NULL DEFAULT 'visible',
9700  `legacy_custom_dates` tinyint(1) DEFAULT '0',10601  `legacy_custom_dates` tinyint(1) DEFAULT '0',
9701  `allow_distribution_linking` tinyint(1) DEFAULT NULL,10602  `allow_distribution_linking` tinyint(1) DEFAULT NULL,
9702  `enable_distribution_prerequisites` tinyint(1) DEFAULT NULL,10603  `enable_distribution_prerequisites` tinyint(1) DEFAULT NULL,
9703  `delivery_date` bigint(64) DEFAULT NULL,10604  `delivery_date` bigint(64) DEFAULT NULL,
9704  `fallback_delivery_date` bigint(64) DEFAULT NULL,10605  `fallback_delivery_date` bigint(64) DEFAULT NULL,
9705  `delivery_period_fallback` int(11) DEFAULT NULL,10606  `delivery_period_fallback` int(11) DEFAULT NULL,
9706  `sender_type` enum('author','proxy_id','dsender_id') NOT NULL DEFAULT 'author',10607  `sender_type` enum('author','proxy_id','dsender_id') NOT NULL DEFAULT 'author',
9707  `sender_value` int(11) DEFAULT NULL,10608  `sender_value` int(11) DEFAULT NULL,
9708  `updated_date` bigint(64) DEFAULT NULL,10609  `updated_date` bigint(64) DEFAULT NULL,
9709  `updated_by` int(11) DEFAULT NULL,10610  `updated_by` int(11) DEFAULT NULL,
9710  `created_date` bigint(64) NOT NULL,10611  `created_date` bigint(64) NOT NULL,
9711  `created_by` int(11) NOT NULL,10612  `created_by` int(11) NOT NULL,
9712  `deleted_date` bigint(64) DEFAULT NULL,10613  `deleted_date` bigint(64) DEFAULT NULL,
9713  `retired_date` bigint(64) DEFAULT NULL10614  `retired_date` bigint(64) DEFAULT NULL
9714) ENGINE=InnoDB DEFAULT CHARSET=utf8;10615) ENGINE=InnoDB DEFAULT CHARSET=utf8;
971510616
9716--10617--
9717-- Dumping data for table `cbl_assessment_distributions`10618-- Dumping data for table `cbl_assessment_distributions`
9718--10619--
971910620
9720INSERT INTO `cbl_assessment_distributions` (`adistribution_id`, `one45_scenariosAttached_id`, `form_id`, `organisation_id`, `curriculum_track_id`, `title`, `description`, `cperiod_id`, `course_id`, `assessment_type`, `assessor_option`, `target_option`, `disable_target_viewable_release_override`, `exclude_self_assessments`, `min_submittable`, `max_submittable`, `repeat_targets`, `submittable_by_target`, `flagging_notifications`, `start_date`, `end_date`, `release_start_date`, `release_end_date`, `release_date`, `expiry_offset`, `expiry_notification_offset`, `mandatory`, `feedback_required`, `disable_reminders`, `distributor_timeout`, `notifications`, `visibility_status`, `legacy_custom_dates`, `allow_distribution_linking`, `enable_distribution_prerequisites`, `delivery_date`, `fallback_delivery_date`, `delivery_period_fallback`, `sender_type`, `sender_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `retired_date`) VALUES10621INSERT INTO `cbl_assessment_distributions` (`adistribution_id`, `one45_scenariosAttached_id`, `form_id`, `organisation_id`, `curriculum_track_id`, `title`, `description`, `cperiod_id`, `course_id`, `assessment_type`, `assessor_option`, `target_option`, `disable_target_viewable_release_override`, `exclude_self_assessments`, `min_submittable`, `max_submittable`, `repeat_targets`, `submittable_by_target`, `flagging_notifications`, `start_date`, `end_date`, `release_start_date`, `release_end_date`, `release_date`, `expiry_offset`, `expiry_notification_offset`, `mandatory`, `feedback_required`, `disable_reminders`, `distributor_timeout`, `notifications`, `visibility_status`, `legacy_custom_dates`, `allow_distribution_linking`, `enable_distribution_prerequisites`, `delivery_date`, `fallback_delivery_date`, `delivery_period_fallback`, `sender_type`, `sender_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `retired_date`) VALUES
9721(1, NULL, 1, 1, NULL, 'Test Distribution 1', '', 1, 1, 'assessment', 'individual_users', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),10622(1, NULL, 1, 1, NULL, 'Test Distribution 1', '', 1, 1, 'assessment', 'individual_users', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),
9722(2, NULL, 2, 1, NULL, 'Test Distribution 2', '', 1, 1, 'assessment', 'faculty', 'non_cbme', 0, 0, 1, 10, 0, 1, '[\"pcoordinators\",\"directors\",\"academicadvisors\",\"ccoordinators\",\"reviewers\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),10623(2, NULL, 2, 1, NULL, 'Test Distribution 2', '', 1, 1, 'assessment', 'faculty', 'non_cbme', 0, 0, 1, 10, 0, 1, '[\"pcoordinators\",\"directors\",\"academicadvisors\",\"ccoordinators\",\"reviewers\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),
9723(3, NULL, 2, 1, NULL, 'Time Based Method', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 1, 0, 1685381585, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),10624(3, NULL, 2, 1, NULL, 'Time Based Method', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 1, 0, 1685381585, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),
9724(4, NULL, 3, 1, NULL, 'CBME Test', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),10625(4, NULL, 3, 1, NULL, 'CBME Test', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),
9725(5, NULL, 1, 1, NULL, 'Rotation Method', '', 3, 5, 'assessment', 'clinical_preceptors', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, NULL, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),10626(5, NULL, 1, 1, NULL, 'Rotation Method', '', 3, 5, 'assessment', 'clinical_preceptors', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, NULL, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL),
9726(6, NULL, 1, 1, NULL, 'External target', '', 6, 1, 'evaluation', 'learner', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 0, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL);10627(6, NULL, 1, 1, NULL, 'External target', '', 6, 1, 'evaluation', 'learner', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 0, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL);
972710628
9728-- --------------------------------------------------------10629-- --------------------------------------------------------
972910630
9730--10631--
9731-- Table structure for table `cbl_assessment_distribution_adhoc`10632-- Table structure for table `cbl_assessment_distribution_adhoc`
9732--10633--
973310634
9734CREATE TABLE `cbl_assessment_distribution_adhoc` (10635CREATE TABLE `cbl_assessment_distribution_adhoc` (
9735  `dadhoc_id` int(11) NOT NULL,10636  `dadhoc_id` int(11) NOT NULL,
9736  `adistribution_id` int(11) NOT NULL10637  `adistribution_id` int(11) NOT NULL
9737) ENGINE=InnoDB DEFAULT CHARSET=utf8;10638) ENGINE=InnoDB DEFAULT CHARSET=utf8;
973810639
9739-- --------------------------------------------------------10640-- --------------------------------------------------------
974010641
9741--10642--
9742-- Table structure for table `cbl_assessment_distribution_approvers`10643-- Table structure for table `cbl_assessment_distribution_approvers`
9743--10644--
974410645
9745CREATE TABLE `cbl_assessment_distribution_approvers` (10646CREATE TABLE `cbl_assessment_distribution_approvers` (
9746  `adapprover_id` int(11) UNSIGNED NOT NULL,10647  `adapprover_id` int(11) UNSIGNED NOT NULL,
9747  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10648  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9748  `proxy_id` int(11) NOT NULL,10649  `proxy_id` int(11) NOT NULL,
9749  `created_date` bigint(64) NOT NULL,10650  `created_date` bigint(64) NOT NULL,
9750  `created_by` int(11) NOT NULL10651  `created_by` int(11) NOT NULL
9751) ENGINE=InnoDB DEFAULT CHARSET=utf8;10652) ENGINE=InnoDB DEFAULT CHARSET=utf8;
975210653
9753-- --------------------------------------------------------10654-- --------------------------------------------------------
975410655
9755--10656--
9756-- Table structure for table `cbl_assessment_distribution_assessors`10657-- Table structure for table `cbl_assessment_distribution_assessors`
9757--10658--
975810659
9759CREATE TABLE `cbl_assessment_distribution_assessors` (10660CREATE TABLE `cbl_assessment_distribution_assessors` (
9760  `adassessor_id` int(11) UNSIGNED NOT NULL,10661  `adassessor_id` int(11) UNSIGNED NOT NULL,
9761  `adistribution_id` int(11) UNSIGNED NOT NULL,10662  `adistribution_id` int(11) UNSIGNED NOT NULL,
9762  `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','eventtype_id','target','housing_schedule') NOT NULL DEFAULT 'proxy_id',10663  `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','eventtype_id','target','housing_schedule') NOT NULL DEFAULT 'proxy_id',
9763  `assessor_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','clinical_preceptors','attended_learners','learner_percentage') NOT NULL DEFAULT 'self',10664  `assessor_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','clinical_preceptors','attended_learners','learner_percentage') NOT NULL DEFAULT 'self',
9764  `assessor_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any',10665  `assessor_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any',
9765  `assessor_value` int(11) DEFAULT NULL,10666  `assessor_value` int(11) DEFAULT NULL,
9766  `one45_p_id` int(11) DEFAULT NULL,10667  `one45_p_id` int(11) DEFAULT NULL,
9767  `assessor_name` varchar(128) DEFAULT NULL,10668  `assessor_name` varchar(128) DEFAULT NULL,
9768  `assessor_start` bigint(64) DEFAULT NULL,10669  `assessor_start` bigint(64) DEFAULT NULL,
9769  `assessor_end` bigint(64) DEFAULT NULL,10670  `assessor_end` bigint(64) DEFAULT NULL,
9770  `assessor_percentage` int(3) DEFAULT NULL,10671  `assessor_percentage` int(3) DEFAULT NULL,
9771  `created_by` int(11) DEFAULT NULL,10672  `created_by` int(11) DEFAULT NULL,
9772  `created_date` bigint(64) UNSIGNED DEFAULT NULL10673  `created_date` bigint(64) UNSIGNED DEFAULT NULL
9773) ENGINE=InnoDB DEFAULT CHARSET=utf8;10674) ENGINE=InnoDB DEFAULT CHARSET=utf8;
977410675
9775--10676--
9776-- Dumping data for table `cbl_assessment_distribution_assessors`10677-- Dumping data for table `cbl_assessment_distribution_assessors`
9777--10678--
977810679
9779INSERT INTO `cbl_assessment_distribution_assessors` (`adassessor_id`, `adistribution_id`, `assessor_type`, `assessor_scope`, `assessor_role`, `assessor_value`, `one45_p_id`, `assessor_name`, `assessor_start`, `assessor_end`, `assessor_percentage`, `created_by`, `created_date`) VALUES10680INSERT INTO `cbl_assessment_distribution_assessors` (`adassessor_id`, `adistribution_id`, `assessor_type`, `assessor_scope`, `assessor_role`, `assessor_value`, `one45_p_id`, `assessor_name`, `assessor_start`, `assessor_end`, `assessor_percentage`, `created_by`, `created_date`) VALUES
9780(1, 1, 'proxy_id', 'self', 'any', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),10681(1, 1, 'proxy_id', 'self', 'any', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
9781(2, 2, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),10682(2, 2, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
9782(4, 4, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),10683(4, 4, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
9783(5, 3, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),10684(5, 3, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
9784(7, 5, 'schedule_id', 'clinical_preceptors', 'faculty', 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL),10685(7, 5, 'schedule_id', 'clinical_preceptors', 'faculty', 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
9785(8, 6, 'proxy_id', 'self', 'learner', 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL);10686(8, 6, 'proxy_id', 'self', 'learner', 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
978610687
9787-- --------------------------------------------------------10688-- --------------------------------------------------------
978810689
9789--10690--
9790-- Table structure for table `cbl_assessment_distribution_authors`10691-- Table structure for table `cbl_assessment_distribution_authors`
9791--10692--
979210693
9793CREATE TABLE `cbl_assessment_distribution_authors` (10694CREATE TABLE `cbl_assessment_distribution_authors` (
9794  `adauthor_id` int(11) UNSIGNED NOT NULL,10695  `adauthor_id` int(11) UNSIGNED NOT NULL,
9795  `adistribution_id` int(11) UNSIGNED NOT NULL,10696  `adistribution_id` int(11) UNSIGNED NOT NULL,
9796  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',10697  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
9797  `author_id` int(11) NOT NULL,10698  `author_id` int(11) NOT NULL,
9798  `created_date` bigint(64) NOT NULL,10699  `created_date` bigint(64) NOT NULL,
9799  `created_by` int(11) NOT NULL,10700  `created_by` int(11) NOT NULL,
9800  `updated_date` bigint(64) DEFAULT NULL,10701  `updated_date` bigint(64) DEFAULT NULL,
9801  `updated_by` int(11) DEFAULT NULL,10702  `updated_by` int(11) DEFAULT NULL,
9802  `deleted_date` bigint(64) DEFAULT NULL10703  `deleted_date` bigint(64) DEFAULT NULL
9803) ENGINE=InnoDB DEFAULT CHARSET=utf8;10704) ENGINE=InnoDB DEFAULT CHARSET=utf8;
980410705
9805--10706--
9806-- Dumping data for table `cbl_assessment_distribution_authors`10707-- Dumping data for table `cbl_assessment_distribution_authors`
9807--10708--
980810709
9809INSERT INTO `cbl_assessment_distribution_authors` (`adauthor_id`, `adistribution_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES10710INSERT INTO `cbl_assessment_distribution_authors` (`adauthor_id`, `adistribution_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9810(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),10711(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
9811(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),10712(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
9812(4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),10713(4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
9813(5, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),10714(5, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
9814(7, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),10715(7, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
9815(8, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL);10716(8, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL);
981610717
9817-- --------------------------------------------------------10718-- --------------------------------------------------------
981810719
9819--10720--
9820-- Table structure for table `cbl_assessment_distribution_delegations`10721-- Table structure for table `cbl_assessment_distribution_delegations`
9821--10722--
982210723
9823CREATE TABLE `cbl_assessment_distribution_delegations` (10724CREATE TABLE `cbl_assessment_distribution_delegations` (
9824  `addelegation_id` int(11) UNSIGNED NOT NULL,10725  `addelegation_id` int(11) UNSIGNED NOT NULL,
9825  `adistribution_id` int(11) UNSIGNED NOT NULL,10726  `adistribution_id` int(11) UNSIGNED NOT NULL,
9826  `delegator_id` int(11) UNSIGNED NOT NULL,10727  `delegator_id` int(11) UNSIGNED NOT NULL,
9827  `delegator_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',10728  `delegator_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',
9828  `start_date` bigint(64) UNSIGNED DEFAULT NULL,10729  `start_date` bigint(64) UNSIGNED DEFAULT NULL,
9829  `end_date` bigint(64) UNSIGNED DEFAULT NULL,10730  `end_date` bigint(64) UNSIGNED DEFAULT NULL,
9830  `delivery_date` bigint(64) UNSIGNED DEFAULT NULL,10731  `delivery_date` bigint(64) UNSIGNED DEFAULT NULL,
9831  `visible` tinyint(1) NOT NULL DEFAULT '1',10732  `visible` tinyint(1) NOT NULL DEFAULT '1',
9832  `completed_by` int(11) DEFAULT NULL,10733  `completed_by` int(11) DEFAULT NULL,
9833  `completed_reason` text CHARACTER SET utf8,10734  `completed_reason` text CHARACTER SET utf8,
9834  `completed_date` bigint(64) UNSIGNED DEFAULT NULL,10735  `completed_date` bigint(64) UNSIGNED DEFAULT NULL,
9835  `created_by` int(11) DEFAULT NULL,10736  `created_by` int(11) DEFAULT NULL,
9836  `created_date` bigint(64) UNSIGNED DEFAULT NULL,10737  `created_date` bigint(64) UNSIGNED DEFAULT NULL,
9837  `updated_by` int(11) DEFAULT NULL,10738  `updated_by` int(11) DEFAULT NULL,
9838  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,10739  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9839  `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL,10740  `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL,
9840  `deleted_reason_notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,10741  `deleted_reason_notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
9841  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,10742  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
9842  `deleted_by` int(11) DEFAULT NULL10743  `deleted_by` int(11) DEFAULT NULL
9843) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;10744) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
984410745
9845-- --------------------------------------------------------10746-- --------------------------------------------------------
984610747
9847--10748--
9848-- Table structure for table `cbl_assessment_distribution_delegation_assignments`10749-- Table structure for table `cbl_assessment_distribution_delegation_assignments`
9849--10750--
985010751
9851CREATE TABLE `cbl_assessment_distribution_delegation_assignments` (10752CREATE TABLE `cbl_assessment_distribution_delegation_assignments` (
9852  `addassignment_id` int(11) UNSIGNED NOT NULL,10753  `addassignment_id` int(11) UNSIGNED NOT NULL,
9853  `addelegation_id` int(11) UNSIGNED NOT NULL,10754  `addelegation_id` int(11) UNSIGNED NOT NULL,
9854  `adistribution_id` int(11) UNSIGNED NOT NULL,10755  `adistribution_id` int(11) UNSIGNED NOT NULL,
9855  `dassessment_id` int(11) UNSIGNED NOT NULL,10756  `dassessment_id` int(11) UNSIGNED NOT NULL,
9856  `delegator_id` int(11) UNSIGNED NOT NULL,10757  `delegator_id` int(11) UNSIGNED NOT NULL,
9857  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,10758  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
9858  `deleted_reason_id` int(11) DEFAULT NULL,10759  `deleted_reason_id` int(11) DEFAULT NULL,
9859  `deleted_reason` text CHARACTER SET utf8,10760  `deleted_reason` text CHARACTER SET utf8,
9860  `assessor_type` enum('internal','external') CHARACTER SET utf8 DEFAULT NULL,10761  `assessor_type` enum('internal','external') CHARACTER SET utf8 DEFAULT NULL,
9861  `assessor_value` int(11) UNSIGNED DEFAULT NULL,10762  `assessor_value` int(11) UNSIGNED DEFAULT NULL,
9862  `target_type` enum('proxy_id','external_hash','course_id','schedule_id') CHARACTER SET utf8 DEFAULT NULL,10763  `target_type` enum('proxy_id','external_hash','course_id','schedule_id') CHARACTER SET utf8 DEFAULT NULL,
9863  `target_value` int(11) UNSIGNED DEFAULT NULL,10764  `target_value` int(11) UNSIGNED DEFAULT NULL,
9864  `created_date` bigint(64) UNSIGNED DEFAULT NULL,10765  `created_date` bigint(64) UNSIGNED DEFAULT NULL,
9865  `created_by` int(11) UNSIGNED DEFAULT NULL,10766  `created_by` int(11) UNSIGNED DEFAULT NULL,
9866  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,10767  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9867  `updated_by` int(11) UNSIGNED DEFAULT NULL10768  `updated_by` int(11) UNSIGNED DEFAULT NULL
9868) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;10769) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
986910770
9870-- --------------------------------------------------------10771-- --------------------------------------------------------
987110772
9872--10773--
9873-- Table structure for table `cbl_assessment_distribution_delegators`10774-- Table structure for table `cbl_assessment_distribution_delegators`
9874--10775--
987510776
9876CREATE TABLE `cbl_assessment_distribution_delegators` (10777CREATE TABLE `cbl_assessment_distribution_delegators` (
9877  `addelegator_id` int(11) UNSIGNED NOT NULL,10778  `addelegator_id` int(11) UNSIGNED NOT NULL,
9878  `adistribution_id` int(11) UNSIGNED NOT NULL,10779  `adistribution_id` int(11) UNSIGNED NOT NULL,
9879  `delegator_type` enum('proxy_id','target') NOT NULL DEFAULT 'proxy_id',10780  `delegator_type` enum('proxy_id','target') NOT NULL DEFAULT 'proxy_id',
9880  `delegator_id` int(11) DEFAULT NULL,10781  `delegator_id` int(11) DEFAULT NULL,
9881  `disable_delegator_delete` tinyint(1) NOT NULL DEFAULT '0',10782  `disable_delegator_delete` tinyint(1) NOT NULL DEFAULT '0',
9882  `start_date` bigint(64) DEFAULT NULL,10783  `start_date` bigint(64) DEFAULT NULL,
9883  `end_date` bigint(64) DEFAULT NULL10784  `end_date` bigint(64) DEFAULT NULL
9884) ENGINE=InnoDB DEFAULT CHARSET=utf8;10785) ENGINE=InnoDB DEFAULT CHARSET=utf8;
988510786
9886-- --------------------------------------------------------10787-- --------------------------------------------------------
988710788
9888--10789--
9889-- Table structure for table `cbl_assessment_distribution_events`10790-- Table structure for table `cbl_assessment_distribution_events`
9890--10791--
989110792
9892CREATE TABLE `cbl_assessment_distribution_events` (10793CREATE TABLE `cbl_assessment_distribution_events` (
9893  `devent_id` int(11) NOT NULL,10794  `devent_id` int(11) NOT NULL,
9894  `adistribution_id` int(11) NOT NULL,10795  `adistribution_id` int(11) NOT NULL,
9895  `event_id` int(12) NOT NULL10796  `event_id` int(12) NOT NULL
9896) ENGINE=InnoDB DEFAULT CHARSET=utf8;10797) ENGINE=InnoDB DEFAULT CHARSET=utf8;
989710798
9898-- --------------------------------------------------------10799-- --------------------------------------------------------
989910800
9900--10801--
9901-- Table structure for table `cbl_assessment_distribution_eventtypes`10802-- Table structure for table `cbl_assessment_distribution_eventtypes`
9902--10803--
990310804
9904CREATE TABLE `cbl_assessment_distribution_eventtypes` (10805CREATE TABLE `cbl_assessment_distribution_eventtypes` (
9905  `deventtype_id` int(11) NOT NULL,10806  `deventtype_id` int(11) NOT NULL,
9906  `adistribution_id` int(11) NOT NULL,10807  `adistribution_id` int(11) NOT NULL,
9907  `eventtype_id` int(12) NOT NULL10808  `eventtype_id` int(12) NOT NULL
9908) ENGINE=InnoDB DEFAULT CHARSET=utf8;10809) ENGINE=InnoDB DEFAULT CHARSET=utf8;
990910810
9910-- --------------------------------------------------------10811-- --------------------------------------------------------
991110812
9912--10813--
9913-- Table structure for table `cbl_assessment_distribution_linked_assessments`10814-- Table structure for table `cbl_assessment_distribution_linked_assessments`
9914--10815--
991510816
9916CREATE TABLE `cbl_assessment_distribution_linked_assessments` (10817CREATE TABLE `cbl_assessment_distribution_linked_assessments` (
9917  `id` int(11) UNSIGNED NOT NULL,10818  `id` int(11) UNSIGNED NOT NULL,
9918  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10819  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9919  `linked_assessment_type_id` int(11) DEFAULT NULL,10820  `linked_assessment_type_id` int(11) DEFAULT NULL,
9920  `linked_id` int(11) DEFAULT NULL10821  `linked_id` int(11) DEFAULT NULL
9921) ENGINE=InnoDB DEFAULT CHARSET=utf8;10822) ENGINE=InnoDB DEFAULT CHARSET=utf8;
992210823
9923-- --------------------------------------------------------10824-- --------------------------------------------------------
992410825
9925--10826--
9926-- Table structure for table `cbl_assessment_distribution_linked_distributions`10827-- Table structure for table `cbl_assessment_distribution_linked_distributions`
9927--10828--
992810829
9929CREATE TABLE `cbl_assessment_distribution_linked_distributions` (10830CREATE TABLE `cbl_assessment_distribution_linked_distributions` (
9930  `id` int(11) UNSIGNED NOT NULL,10831  `id` int(11) UNSIGNED NOT NULL,
9931  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10832  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9932  `linked_distribution_id` int(11) UNSIGNED DEFAULT NULL10833  `linked_distribution_id` int(11) UNSIGNED DEFAULT NULL
9933) ENGINE=InnoDB DEFAULT CHARSET=utf8;10834) ENGINE=InnoDB DEFAULT CHARSET=utf8;
993410835
9935-- --------------------------------------------------------10836-- --------------------------------------------------------
993610837
9937--10838--
9938-- Table structure for table `cbl_assessment_distribution_methods`10839-- Table structure for table `cbl_assessment_distribution_methods`
9939--10840--
994010841
9941CREATE TABLE `cbl_assessment_distribution_methods` (10842CREATE TABLE `cbl_assessment_distribution_methods` (
9942  `admethod_id` int(11) UNSIGNED NOT NULL,10843  `admethod_id` int(11) UNSIGNED NOT NULL,
9943  `method_title` varchar(128) NOT NULL,10844  `method_title` varchar(128) NOT NULL,
9944  `created_by` int(11) DEFAULT NULL,10845  `created_by` int(11) DEFAULT NULL,
9945  `created_date` bigint(64) UNSIGNED DEFAULT NULL,10846  `created_date` bigint(64) UNSIGNED DEFAULT NULL,
9946  `updated_by` int(11) DEFAULT NULL,10847  `updated_by` int(11) DEFAULT NULL,
9947  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,10848  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
9948  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL10849  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
9949) ENGINE=InnoDB DEFAULT CHARSET=utf8;10850) ENGINE=InnoDB DEFAULT CHARSET=utf8;
995010851
9951--10852--
9952-- Dumping data for table `cbl_assessment_distribution_methods`10853-- Dumping data for table `cbl_assessment_distribution_methods`
9953--10854--
995410855
9955INSERT INTO `cbl_assessment_distribution_methods` (`admethod_id`, `method_title`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES10856INSERT INTO `cbl_assessment_distribution_methods` (`admethod_id`, `method_title`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
9956(1, 'Rotation Schedule', 1, 1483495904, NULL, NULL, NULL),10857(1, 'Rotation Schedule', 1, 1483495904, NULL, NULL, NULL),
9957(2, 'Delegation', 1, 1483495904, NULL, NULL, NULL),10858(2, 'Delegation', 1, 1483495904, NULL, NULL, NULL),
9958(3, 'Learning Event', 1, 1483495904, NULL, NULL, NULL),10859(3, 'Learning Event', 1, 1483495904, NULL, NULL, NULL),
9959(4, 'Date Range', 1, 1483495904, NULL, NULL, NULL);10860(4, 'Date Range', 1, 1483495904, NULL, NULL, NULL);
996010861
9961-- --------------------------------------------------------10862-- --------------------------------------------------------
996210863
9963--10864--
9964-- Table structure for table `cbl_assessment_distribution_prerequisites`10865-- Table structure for table `cbl_assessment_distribution_prerequisites`
9965--10866--
996610867
9967CREATE TABLE `cbl_assessment_distribution_prerequisites` (10868CREATE TABLE `cbl_assessment_distribution_prerequisites` (
9968  `id` int(11) NOT NULL,10869  `id` int(11) NOT NULL,
9969  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,10870  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
9970  `prerequisite_distribution_id` int(11) UNSIGNED DEFAULT NULL,10871  `prerequisite_distribution_id` int(11) UNSIGNED DEFAULT NULL,
9971  `completed_tasks_required` int(11) DEFAULT NULL10872  `completed_tasks_required` int(11) DEFAULT NULL
9972) ENGINE=InnoDB DEFAULT CHARSET=latin1;10873) ENGINE=InnoDB DEFAULT CHARSET=latin1;
997310874
9974-- --------------------------------------------------------10875-- --------------------------------------------------------
997510876
9976--10877--
9977-- Table structure for table `cbl_assessment_distribution_reviewers`10878-- Table structure for table `cbl_assessment_distribution_reviewers`
9978--10879--
997910880
9980CREATE TABLE `cbl_assessment_distribution_reviewers` (10881CREATE TABLE `cbl_assessment_distribution_reviewers` (
9981  `adreviewer_id` int(11) UNSIGNED NOT NULL,10882  `adreviewer_id` int(11) UNSIGNED NOT NULL,
9982  `adistribution_id` int(11) UNSIGNED NOT NULL,10883  `adistribution_id` int(11) UNSIGNED NOT NULL,
9983  `proxy_id` int(11) NOT NULL,10884  `proxy_id` int(11) NOT NULL,
9984  `created_date` bigint(64) NOT NULL,10885  `created_date` bigint(64) NOT NULL,
9985  `created_by` int(11) NOT NULL,10886  `created_by` int(11) NOT NULL,
9986  `updated_date` bigint(64) DEFAULT NULL,10887  `updated_date` bigint(64) DEFAULT NULL,
9987  `updated_by` int(11) DEFAULT NULL,10888  `updated_by` int(11) DEFAULT NULL,
9988  `deleted_date` bigint(64) DEFAULT NULL10889  `deleted_date` bigint(64) DEFAULT NULL
9989) ENGINE=InnoDB DEFAULT CHARSET=utf8;10890) ENGINE=InnoDB DEFAULT CHARSET=utf8;
999010891
9991--10892--
9992-- Dumping data for table `cbl_assessment_distribution_reviewers`10893-- Dumping data for table `cbl_assessment_distribution_reviewers`
9993--10894--
999410895
9995INSERT INTO `cbl_assessment_distribution_reviewers` (`adreviewer_id`, `adistribution_id`, `proxy_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES10896INSERT INTO `cbl_assessment_distribution_reviewers` (`adreviewer_id`, `adistribution_id`, `proxy_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
9996(1, 2, 1, 1685381585, 1, NULL, NULL, NULL),10897(1, 2, 1, 1685381585, 1, NULL, NULL, NULL),
9997(2, 2, 5, 1685381585, 1, NULL, NULL, NULL);10898(2, 2, 5, 1685381585, 1, NULL, NULL, NULL);
999810899
9999-- --------------------------------------------------------10900-- --------------------------------------------------------
1000010901
10001--10902--
10002-- Table structure for table `cbl_assessment_distribution_schedule`10903-- Table structure for table `cbl_assessment_distribution_schedule`
10003--10904--
1000410905
10005CREATE TABLE `cbl_assessment_distribution_schedule` (10906CREATE TABLE `cbl_assessment_distribution_schedule` (
10006  `adschedule_id` int(11) UNSIGNED NOT NULL,10907  `adschedule_id` int(11) UNSIGNED NOT NULL,
10007  `one45_moment_id` int(11) DEFAULT NULL,10908  `one45_moment_id` int(11) DEFAULT NULL,
10008  `adistribution_id` int(11) UNSIGNED NOT NULL,10909  `adistribution_id` int(11) UNSIGNED NOT NULL,
10009  `addelegator_id` int(11) DEFAULT NULL,10910  `addelegator_id` int(11) DEFAULT NULL,
10010  `schedule_type` enum('block','rotation','repeat','course_id','rotation_id','housing_once','housing_twice','housing_repeat') NOT NULL DEFAULT 'block',10911  `schedule_type` enum('block','rotation','repeat','course_id','rotation_id','housing_once','housing_twice','housing_repeat') NOT NULL DEFAULT 'block',
10011  `period_offset` bigint(64) DEFAULT NULL,10912  `period_offset` bigint(64) DEFAULT NULL,
10012  `delivery_period` enum('before-start','after-start','before-middle','after-middle','before-end','after-end') NOT NULL DEFAULT 'after-start',10913  `delivery_period` enum('before-start','after-start','before-middle','after-middle','before-end','after-end') NOT NULL DEFAULT 'after-start',
10013  `schedule_id` int(11) DEFAULT NULL,10914  `schedule_id` int(11) DEFAULT NULL,
10014  `frequency` tinyint(3) NOT NULL DEFAULT '1',10915  `frequency` tinyint(3) NOT NULL DEFAULT '1',
10015  `schedule_length_type` enum('day','week','month') DEFAULT NULL,10916  `schedule_length_type` enum('day','week','month') DEFAULT NULL,
10016  `schedule_length_lower` int(11) DEFAULT NULL,10917  `schedule_length_lower` int(11) DEFAULT NULL,
10017  `schedule_length_upper` int(11) DEFAULT NULL,10918  `schedule_length_upper` int(11) DEFAULT NULL,
10018  `attributes` text,10919  `attributes` text,
10019  `start_date` bigint(64) DEFAULT NULL,10920  `start_date` bigint(64) DEFAULT NULL,
10020  `end_date` bigint(64) DEFAULT NULL10921  `end_date` bigint(64) DEFAULT NULL
10021) ENGINE=InnoDB DEFAULT CHARSET=utf8;10922) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1002210923
10023--10924--
10024-- Dumping data for table `cbl_assessment_distribution_schedule`10925-- Dumping data for table `cbl_assessment_distribution_schedule`
10025--10926--
1002610927
10027INSERT INTO `cbl_assessment_distribution_schedule` (`adschedule_id`, `one45_moment_id`, `adistribution_id`, `addelegator_id`, `schedule_type`, `period_offset`, `delivery_period`, `schedule_id`, `frequency`, `schedule_length_type`, `schedule_length_lower`, `schedule_length_upper`, `attributes`, `start_date`, `end_date`) VALUES10928INSERT INTO `cbl_assessment_distribution_schedule` (`adschedule_id`, `one45_moment_id`, `adistribution_id`, `addelegator_id`, `schedule_type`, `period_offset`, `delivery_period`, `schedule_id`, `frequency`, `schedule_length_type`, `schedule_length_lower`, `schedule_length_upper`, `attributes`, `start_date`, `end_date`) VALUES
10028(2, NULL, 5, NULL, 'block', 86400, 'before-start', 74, 1, NULL, NULL, NULL, NULL, NULL, NULL);10929(2, NULL, 5, NULL, 'block', 86400, 'before-start', 74, 1, NULL, NULL, NULL, NULL, NULL, NULL);
1002910930
10030-- --------------------------------------------------------10931-- --------------------------------------------------------
1003110932
10032--10933--
10033-- Table structure for table `cbl_assessment_distribution_schedule_sites`10934-- Table structure for table `cbl_assessment_distribution_schedule_sites`
10034--10935--
1003510936
10036CREATE TABLE `cbl_assessment_distribution_schedule_sites` (10937CREATE TABLE `cbl_assessment_distribution_schedule_sites` (
10037  `adssite_id` int(11) UNSIGNED NOT NULL,10938  `adssite_id` int(11) UNSIGNED NOT NULL,
10038  `adschedule_id` int(11) UNSIGNED NOT NULL,10939  `adschedule_id` int(11) UNSIGNED NOT NULL,
10039  `site_id` int(11) UNSIGNED NOT NULL10940  `site_id` int(11) UNSIGNED NOT NULL
10040) ENGINE=InnoDB DEFAULT CHARSET=latin1;10941) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1004110942
10042-- --------------------------------------------------------10943-- --------------------------------------------------------
1004310944
10044--10945--
10045-- Table structure for table `cbl_assessment_distribution_senders`10946-- Table structure for table `cbl_assessment_distribution_senders`
10046--10947--
1004710948
10048CREATE TABLE `cbl_assessment_distribution_senders` (10949CREATE TABLE `cbl_assessment_distribution_senders` (
10049  `dsender_id` int(11) NOT NULL,10950  `dsender_id` int(11) NOT NULL,
10050  `sender_name` varchar(255) NOT NULL,10951  `sender_name` varchar(255) NOT NULL,
10051  `sender_email` varchar(255) NOT NULL,10952  `sender_email` varchar(255) NOT NULL,
10052  `created_date` bigint(64) NOT NULL,10953  `created_date` bigint(64) NOT NULL,
10053  `created_by` int(11) NOT NULL,10954  `created_by` int(11) NOT NULL,
10054  `deleted_date` bigint(64) DEFAULT NULL10955  `deleted_date` bigint(64) DEFAULT NULL
10055) ENGINE=InnoDB DEFAULT CHARSET=latin1;10956) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1005610957
10057-- --------------------------------------------------------10958-- --------------------------------------------------------
1005810959
10059--10960--
10060-- Table structure for table `cbl_assessment_distribution_targets`10961-- Table structure for table `cbl_assessment_distribution_targets`
10061--10962--
1006210963
10063CREATE TABLE `cbl_assessment_distribution_targets` (10964CREATE TABLE `cbl_assessment_distribution_targets` (
10064  `adtarget_id` int(11) UNSIGNED NOT NULL,10965  `adtarget_id` int(11) UNSIGNED NOT NULL,
10065  `adistribution_id` int(11) UNSIGNED NOT NULL,10966  `adistribution_id` int(11) UNSIGNED NOT NULL,
10066  `target_type` enum('proxy_id','group_id','cgroup_id','course_id','schedule_id','organisation_id','self','external_hash','eventtype_id','cunit_id','assessor','dynamic') NOT NULL DEFAULT 'proxy_id',10967  `target_type` enum('proxy_id','group_id','cgroup_id','course_id','schedule_id','organisation_id','self','external_hash','eventtype_id','cunit_id','assessor','dynamic') NOT NULL DEFAULT 'proxy_id',
10067  `target_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','peer') DEFAULT NULL,10968  `target_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','peer') DEFAULT NULL,
10068  `target_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any',10969  `target_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any',
10069  `target_id` int(11) DEFAULT NULL,10970  `target_id` int(11) DEFAULT NULL,
10070  `learner_level_id` longtext,10971  `learner_level_id` longtext,
10071  `one45_p_id` int(11) DEFAULT NULL,10972  `one45_p_id` int(11) DEFAULT NULL,
10072  `one45_moment_id` int(11) DEFAULT NULL10973  `one45_moment_id` int(11) DEFAULT NULL
10073) ENGINE=InnoDB DEFAULT CHARSET=utf8;10974) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1007410975
10075--10976--
10076-- Dumping data for table `cbl_assessment_distribution_targets`10977-- Dumping data for table `cbl_assessment_distribution_targets`
10077--10978--
1007810979
10079INSERT INTO `cbl_assessment_distribution_targets` (`adtarget_id`, `adistribution_id`, `target_type`, `target_scope`, `target_role`, `target_id`, `learner_level_id`, `one45_p_id`, `one45_moment_id`) VALUES10980INSERT INTO `cbl_assessment_distribution_targets` (`adtarget_id`, `adistribution_id`, `target_type`, `target_scope`, `target_role`, `target_id`, `learner_level_id`, `one45_p_id`, `one45_moment_id`) VALUES
10080(1, 1, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),10981(1, 1, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),
10081(2, 2, 'self', 'self', 'any', NULL, NULL, NULL, NULL),10982(2, 2, 'self', 'self', 'any', NULL, NULL, NULL, NULL),
10082(6, 4, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),10983(6, 4, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),
10083(7, 4, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL),10984(7, 4, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL),
10084(8, 4, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL),10985(8, 4, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL),
10085(9, 3, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),10986(9, 3, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL),
10086(10, 3, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL),10987(10, 3, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL),
10087(11, 3, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL),10988(11, 3, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL),
10088(13, 5, 'schedule_id', 'internal_learners', 'learner', 74, NULL, NULL, NULL),10989(13, 5, 'schedule_id', 'internal_learners', 'learner', 74, NULL, NULL, NULL),
10089(14, 6, 'external_hash', 'self', 'faculty', 3, NULL, NULL, NULL);10990(14, 6, 'external_hash', 'self', 'faculty', 3, NULL, NULL, NULL);
1009010991
10091-- --------------------------------------------------------10992-- --------------------------------------------------------
1009210993
10093--10994--
10094-- Table structure for table `cbl_assessment_distribution_target_report_releases`10995-- Table structure for table `cbl_assessment_distribution_target_report_releases`
10095--10996--
1009610997
10097CREATE TABLE `cbl_assessment_distribution_target_report_releases` (10998CREATE TABLE `cbl_assessment_distribution_target_report_releases` (
10098  `adt_report_release_id` int(12) UNSIGNED NOT NULL,10999  `adt_report_release_id` int(12) UNSIGNED NOT NULL,
10099  `adistribution_id` int(12) UNSIGNED NOT NULL,11000  `adistribution_id` int(12) UNSIGNED NOT NULL,
10100  `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never',11001  `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never',
10101  `unique_targets` tinyint(1) NOT NULL DEFAULT '1',11002  `unique_targets` tinyint(1) NOT NULL DEFAULT '1',
10102  `percent_threshold` int(12) DEFAULT NULL,11003  `percent_threshold` int(12) DEFAULT NULL,
10103  `comment_options` enum('identifiable','anonymous') NOT NULL DEFAULT 'anonymous',11004  `comment_options` enum('identifiable','anonymous') NOT NULL DEFAULT 'anonymous',
10104  `created_date` bigint(64) UNSIGNED NOT NULL,11005  `created_date` bigint(64) UNSIGNED NOT NULL,
10105  `created_by` int(12) UNSIGNED NOT NULL,11006  `created_by` int(12) UNSIGNED NOT NULL,
10106  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,11007  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10107  `updated_by` int(12) UNSIGNED DEFAULT NULL,11008  `updated_by` int(12) UNSIGNED DEFAULT NULL,
10108  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL11009  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10109) ENGINE=InnoDB DEFAULT CHARSET=utf8;11010) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1011011011
10111--11012--
10112-- Dumping data for table `cbl_assessment_distribution_target_report_releases`11013-- Dumping data for table `cbl_assessment_distribution_target_report_releases`
10113--11014--
1011411015
10115INSERT INTO `cbl_assessment_distribution_target_report_releases` (`adt_report_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `comment_options`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11016INSERT INTO `cbl_assessment_distribution_target_report_releases` (`adt_report_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `comment_options`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10116(1, 1, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),11017(1, 1, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),
10117(2, 2, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),11018(2, 2, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),
10118(3, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585),11019(3, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585),
10119(4, 4, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),11020(4, 4, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),
10120(5, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),11021(5, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL),
10121(6, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585),11022(6, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585),
10122(7, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL);11023(7, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL);
1012311024
10124-- --------------------------------------------------------11025-- --------------------------------------------------------
1012511026
10126--11027--
10127-- Table structure for table `cbl_assessment_distribution_target_task_releases`11028-- Table structure for table `cbl_assessment_distribution_target_task_releases`
10128--11029--
1012911030
10130CREATE TABLE `cbl_assessment_distribution_target_task_releases` (11031CREATE TABLE `cbl_assessment_distribution_target_task_releases` (
10131  `adt_task_release_id` int(12) UNSIGNED NOT NULL,11032  `adt_task_release_id` int(12) UNSIGNED NOT NULL,
10132  `adistribution_id` int(12) UNSIGNED NOT NULL,11033  `adistribution_id` int(12) UNSIGNED NOT NULL,
10133  `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never',11034  `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never',
10134  `unique_targets` tinyint(1) NOT NULL DEFAULT '1',11035  `unique_targets` tinyint(1) NOT NULL DEFAULT '1',
10135  `percent_threshold` int(12) DEFAULT NULL,11036  `percent_threshold` int(12) DEFAULT NULL,
10136  `created_date` bigint(64) UNSIGNED NOT NULL,11037  `created_date` bigint(64) UNSIGNED NOT NULL,
10137  `created_by` int(12) UNSIGNED NOT NULL,11038  `created_by` int(12) UNSIGNED NOT NULL,
10138  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,11039  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10139  `updated_by` int(12) UNSIGNED DEFAULT NULL,11040  `updated_by` int(12) UNSIGNED DEFAULT NULL,
10140  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL11041  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10141) ENGINE=InnoDB DEFAULT CHARSET=utf8;11042) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1014211043
10143--11044--
10144-- Dumping data for table `cbl_assessment_distribution_target_task_releases`11045-- Dumping data for table `cbl_assessment_distribution_target_task_releases`
10145--11046--
1014611047
10147INSERT INTO `cbl_assessment_distribution_target_task_releases` (`adt_task_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11048INSERT INTO `cbl_assessment_distribution_target_task_releases` (`adt_task_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10148(1, 1, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),11049(1, 1, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),
10149(2, 2, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),11050(2, 2, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),
10150(3, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, 1685381585),11051(3, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, 1685381585),
10151(4, 4, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),11052(4, 4, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL),
10152(5, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL);11053(5, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL);
1015311054
10154-- --------------------------------------------------------11055-- --------------------------------------------------------
1015511056
10156--11057--
10157-- Table structure for table `cbl_assessment_embargo_forms`11058-- Table structure for table `cbl_assessment_embargo_forms`
10158--11059--
1015911060
10160CREATE TABLE `cbl_assessment_embargo_forms` (11061CREATE TABLE `cbl_assessment_embargo_forms` (
10161  `eform_id` int(11) UNSIGNED NOT NULL,11062  `eform_id` int(11) UNSIGNED NOT NULL,
10162  `embargo_form_id` int(11) UNSIGNED NOT NULL,11063  `embargo_form_id` int(11) UNSIGNED NOT NULL,
10163  `form_id` int(11) UNSIGNED NOT NULL11064  `form_id` int(11) UNSIGNED NOT NULL
10164) ENGINE=InnoDB DEFAULT CHARSET=utf8;11065) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1016511066
10166-- --------------------------------------------------------11067-- --------------------------------------------------------
1016711068
10168--11069--
10169-- Table structure for table `cbl_assessment_embargo_release`11070-- Table structure for table `cbl_assessment_embargo_release`
10170--11071--
1017111072
10172CREATE TABLE `cbl_assessment_embargo_release` (11073CREATE TABLE `cbl_assessment_embargo_release` (
10173  `id` int(12) UNSIGNED NOT NULL,11074  `id` int(12) UNSIGNED NOT NULL,
10174  `atarget_id` int(11) UNSIGNED NOT NULL,11075  `atarget_id` int(11) UNSIGNED NOT NULL,
10175  `target` tinyint(1) NOT NULL DEFAULT '0',11076  `target` tinyint(1) NOT NULL DEFAULT '0',
10176  `competency_member` tinyint(1) NOT NULL DEFAULT '0',11077  `competency_member` tinyint(1) NOT NULL DEFAULT '0',
10177  `competency_chair` tinyint(1) NOT NULL DEFAULT '0',11078  `competency_chair` tinyint(1) NOT NULL DEFAULT '0',
10178  `created_by` int(11) NOT NULL,11079  `created_by` int(11) NOT NULL,
10179  `created_date` int(11) NOT NULL,11080  `created_date` int(11) NOT NULL,
10180  `updated_by` int(11) DEFAULT NULL,11081  `updated_by` int(11) DEFAULT NULL,
10181  `updated_date` int(11) DEFAULT NULL,11082  `updated_date` int(11) DEFAULT NULL,
10182  `active` tinyint(1) NOT NULL DEFAULT '0'11083  `active` tinyint(1) NOT NULL DEFAULT '0'
10183) ENGINE=InnoDB DEFAULT CHARSET=utf8;11084) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1018411085
10185-- --------------------------------------------------------11086-- --------------------------------------------------------
1018611087
10187--11088--
10188-- Table structure for table `cbl_assessment_form_authors`11089-- Table structure for table `cbl_assessment_form_authors`
10189--11090--
1019011091
10191CREATE TABLE `cbl_assessment_form_authors` (11092CREATE TABLE `cbl_assessment_form_authors` (
10192  `afauthor_id` int(11) UNSIGNED NOT NULL,11093  `afauthor_id` int(11) UNSIGNED NOT NULL,
10193  `form_id` int(11) UNSIGNED NOT NULL,11094  `form_id` int(11) UNSIGNED NOT NULL,
10194  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',11095  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
10195  `author_id` int(11) NOT NULL,11096  `author_id` int(11) NOT NULL,
10196  `created_date` bigint(64) NOT NULL,11097  `created_date` bigint(64) NOT NULL,
10197  `created_by` int(11) NOT NULL,11098  `created_by` int(11) NOT NULL,
10198  `updated_date` bigint(64) DEFAULT NULL,11099  `updated_date` bigint(64) DEFAULT NULL,
10199  `updated_by` int(11) DEFAULT NULL,11100  `updated_by` int(11) DEFAULT NULL,
10200  `deleted_date` bigint(64) DEFAULT NULL11101  `deleted_date` bigint(64) DEFAULT NULL
10201) ENGINE=InnoDB DEFAULT CHARSET=utf8;11102) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1020211103
10203--11104--
10204-- Dumping data for table `cbl_assessment_form_authors`11105-- Dumping data for table `cbl_assessment_form_authors`
10205--11106--
1020611107
10207INSERT INTO `cbl_assessment_form_authors` (`afauthor_id`, `form_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11108INSERT INTO `cbl_assessment_form_authors` (`afauthor_id`, `form_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10208(1, 1, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),11109(1, 1, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),
10209(2, 2, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),11110(2, 2, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),
10210(3, 2, 'proxy_id', 3, 1685381585, 1, 1685381585, 1, NULL),11111(3, 2, 'proxy_id', 3, 1685381585, 1, 1685381585, 1, NULL),
10211(4, 4, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),11112(4, 4, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),
10212(5, 5, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),11113(5, 5, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),
10213(6, 6, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),11114(6, 6, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL),
10214(7, 7, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),11115(7, 7, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),
10215(8, 8, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),11116(8, 8, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),
10216(9, 8, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL),11117(9, 8, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL),
10217(10, 7, 'organisation_id', 2, 1685381585, 1, 1685381585, 1, NULL),11118(10, 7, 'organisation_id', 2, 1685381585, 1, 1685381585, 1, NULL),
10218(11, 7, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL),11119(11, 7, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL),
n10219(12, 9, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL);n11120(12, 9, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL),
11121(13, 9, 'proxy_id', 1, 1685389171, 1, 1685389171, 1, NULL),
11122(14, 9, 'course_id', 16, 1685389171, 1, 1685389171, 1, NULL),
11123(15, 10, 'proxy_id', 1, 1685470155, 1, 1685470155, 1, NULL),
11124(16, 10, 'course_id', 16, 1685470155, 1, 1685470155, 1, NULL),
11125(17, 11, 'proxy_id', 1, 1685543107, 1, 1685543107, 1, NULL),
11126(18, 11, 'course_id', 16, 1685543107, 1, 1685543107, 1, NULL),
11127(19, 12, 'proxy_id', 1, 1685543107, 1, 1685543107, 1, NULL),
11128(20, 12, 'course_id', 16, 1685543107, 1, 1685543107, 1, NULL),
11129(21, 13, 'proxy_id', 1, 1685544478, 1, 1685544478, 1, NULL),
11130(22, 13, 'course_id', 16, 1685544478, 1, 1685544478, 1, NULL);
1022011131
10221-- --------------------------------------------------------11132-- --------------------------------------------------------
1022211133
10223--11134--
10224-- Table structure for table `cbl_assessment_form_elements`11135-- Table structure for table `cbl_assessment_form_elements`
10225--11136--
1022611137
10227CREATE TABLE `cbl_assessment_form_elements` (11138CREATE TABLE `cbl_assessment_form_elements` (
10228  `afelement_id` int(11) UNSIGNED NOT NULL,11139  `afelement_id` int(11) UNSIGNED NOT NULL,
10229  `one45_form_id` int(11) UNSIGNED DEFAULT NULL,11140  `one45_form_id` int(11) UNSIGNED DEFAULT NULL,
10230  `form_id` int(11) UNSIGNED NOT NULL,11141  `form_id` int(11) UNSIGNED NOT NULL,
10231  `element_type` enum('item','data_source','text','objective') DEFAULT NULL,11142  `element_type` enum('item','data_source','text','objective') DEFAULT NULL,
10232  `element_id` int(11) UNSIGNED DEFAULT NULL,11143  `element_id` int(11) UNSIGNED DEFAULT NULL,
10233  `element_text` text,11144  `element_text` text,
10234  `rubric_id` int(11) UNSIGNED DEFAULT NULL,11145  `rubric_id` int(11) UNSIGNED DEFAULT NULL,
10235  `order` tinyint(3) NOT NULL DEFAULT '0',11146  `order` tinyint(3) NOT NULL DEFAULT '0',
10236  `allow_comments` tinyint(1) NOT NULL DEFAULT '0',11147  `allow_comments` tinyint(1) NOT NULL DEFAULT '0',
10237  `enable_flagging` tinyint(1) NOT NULL DEFAULT '0',11148  `enable_flagging` tinyint(1) NOT NULL DEFAULT '0',
10238  `deleted_date` int(11) DEFAULT NULL,11149  `deleted_date` int(11) DEFAULT NULL,
10239  `updated_date` int(11) NOT NULL DEFAULT '0',11150  `updated_date` int(11) NOT NULL DEFAULT '0',
10240  `updated_by` int(11) NOT NULL DEFAULT '0'11151  `updated_by` int(11) NOT NULL DEFAULT '0'
10241) ENGINE=InnoDB DEFAULT CHARSET=utf8;11152) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1024211153
10243--11154--
10244-- Dumping data for table `cbl_assessment_form_elements`11155-- Dumping data for table `cbl_assessment_form_elements`
10245--11156--
1024611157
10247INSERT INTO `cbl_assessment_form_elements` (`afelement_id`, `one45_form_id`, `form_id`, `element_type`, `element_id`, `element_text`, `rubric_id`, `order`, `allow_comments`, `enable_flagging`, `deleted_date`, `updated_date`, `updated_by`) VALUES11158INSERT INTO `cbl_assessment_form_elements` (`afelement_id`, `one45_form_id`, `form_id`, `element_type`, `element_id`, `element_text`, `rubric_id`, `order`, `allow_comments`, `enable_flagging`, `deleted_date`, `updated_date`, `updated_by`) VALUES
10248(1, NULL, 1, 'item', 1, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),11159(1, NULL, 1, 'item', 1, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),
10249(2, NULL, 2, 'item', 2, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),11160(2, NULL, 2, 'item', 2, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),
10250(3, NULL, 2, 'item', 3, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),11161(3, NULL, 2, 'item', 3, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),
10251(4, NULL, 2, 'item', 4, NULL, 1, 2, 0, 0, NULL, 1685381585, 1),11162(4, NULL, 2, 'item', 4, NULL, 1, 2, 0, 0, NULL, 1685381585, 1),
10252(5, NULL, 2, 'item', 5, NULL, 1, 3, 0, 0, NULL, 1685381585, 1),11163(5, NULL, 2, 'item', 5, NULL, 1, 3, 0, 0, NULL, 1685381585, 1),
10253(6, NULL, 2, 'item', 6, NULL, 1, 4, 0, 0, NULL, 1685381585, 1),11164(6, NULL, 2, 'item', 6, NULL, 1, 4, 0, 0, NULL, 1685381585, 1),
10254(7, NULL, 2, 'item', 7, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1),11165(7, NULL, 2, 'item', 7, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1),
10255(8, NULL, 3, 'item', 3, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),11166(8, NULL, 3, 'item', 3, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),
10256(9, NULL, 3, 'item', 2, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),11167(9, NULL, 3, 'item', 2, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),
10257(10, NULL, 7, 'item', 13, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),11168(10, NULL, 7, 'item', 13, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),
10258(11, NULL, 8, 'item', 14, NULL, NULL, 6, 1, 0, NULL, 1685381585, 1),11169(11, NULL, 8, 'item', 14, NULL, NULL, 6, 1, 0, NULL, 1685381585, 1),
10259(12, NULL, 8, 'item', 15, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),11170(12, NULL, 8, 'item', 15, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1),
10260(13, NULL, 8, 'item', 16, NULL, NULL, 2, 1, 0, NULL, 1685381585, 1),11171(13, NULL, 8, 'item', 16, NULL, NULL, 2, 1, 0, NULL, 1685381585, 1),
10261(14, NULL, 8, 'item', 8, NULL, 2, 3, 0, 0, NULL, 1685381585, 1),11172(14, NULL, 8, 'item', 8, NULL, 2, 3, 0, 0, NULL, 1685381585, 1),
10262(15, NULL, 8, 'item', 9, NULL, 2, 4, 0, 0, NULL, 1685381585, 1),11173(15, NULL, 8, 'item', 9, NULL, 2, 4, 0, 0, NULL, 1685381585, 1),
10263(16, NULL, 8, 'item', 10, NULL, 2, 5, 0, 0, NULL, 1685381585, 1),11174(16, NULL, 8, 'item', 10, NULL, 2, 5, 0, 0, NULL, 1685381585, 1),
10264(17, NULL, 8, 'item', 12, NULL, NULL, 4, 1, 0, NULL, 1685381585, 1),11175(17, NULL, 8, 'item', 12, NULL, NULL, 4, 1, 0, NULL, 1685381585, 1),
10265(18, NULL, 8, 'item', 11, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1),11176(18, NULL, 8, 'item', 11, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1),
10266(19, NULL, 9, 'item', 17, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),11177(19, NULL, 9, 'item', 17, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1),
n10267(20, NULL, 9, 'item', 18, NULL, 3, 1, 1, 0, NULL, 1685381585, 1);n11178(20, NULL, 9, 'item', 18, NULL, 3, 1, 1, 0, NULL, 1685381585, 1),
11179(21, NULL, 9, 'item', 24, NULL, NULL, 2, 1, 0, NULL, 1685389171, 1),
11180(22, NULL, 9, 'item', 25, NULL, 5, 3, 0, 0, NULL, 1685389171, 1),
11181(23, NULL, 9, 'item', 26, NULL, 5, 4, 0, 0, NULL, 1685389171, 1),
11182(24, NULL, 9, 'item', 27, NULL, 5, 5, 0, 0, NULL, 1685389171, 1),
11183(25, NULL, 9, 'item', 28, NULL, 5, 6, 0, 0, NULL, 1685389171, 1),
11184(26, NULL, 9, 'item', 29, NULL, 5, 7, 0, 0, NULL, 1685389171, 1),
11185(27, NULL, 9, 'item', 30, NULL, 5, 8, 0, 0, NULL, 1685389171, 1),
11186(28, NULL, 9, 'item', 31, NULL, 5, 9, 0, 0, NULL, 1685389171, 1),
11187(29, NULL, 9, 'item', 32, NULL, 5, 10, 0, 0, NULL, 1685389171, 1),
11188(30, NULL, 9, 'item', 33, NULL, 5, 11, 0, 0, NULL, 1685389171, 1),
11189(31, NULL, 9, 'item', 34, NULL, 5, 12, 0, 0, NULL, 1685389171, 1),
11190(32, NULL, 9, 'item', 35, NULL, 5, 13, 0, 0, NULL, 1685389171, 1),
11191(33, NULL, 9, 'item', 36, NULL, 5, 14, 0, 0, NULL, 1685389171, 1),
11192(34, NULL, 9, 'item', 37, NULL, NULL, 15, 1, 0, NULL, 1685389171, 1),
11193(35, NULL, 9, 'item', 19, NULL, NULL, 16, 1, 0, NULL, 1685389171, 1),
11194(36, NULL, 9, 'item', 20, NULL, 4, 17, 0, 0, NULL, 1685389171, 1),
11195(37, NULL, 9, 'item', 21, NULL, 4, 18, 0, 0, NULL, 1685389171, 1),
11196(38, NULL, 9, 'item', 22, NULL, 4, 19, 0, 0, NULL, 1685389171, 1),
11197(39, NULL, 9, 'item', 23, NULL, NULL, 20, 1, 0, NULL, 1685389171, 1),
11198(40, NULL, 10, 'item', 43, NULL, NULL, 0, 1, 0, NULL, 1685470155, 1),
11199(41, NULL, 10, 'item', 44, NULL, 7, 1, 0, 0, NULL, 1685470155, 1),
11200(42, NULL, 10, 'item', 45, NULL, 7, 2, 0, 0, NULL, 1685470155, 1),
11201(43, NULL, 10, 'item', 46, NULL, 7, 3, 0, 0, NULL, 1685470155, 1),
11202(44, NULL, 10, 'item', 47, NULL, 7, 4, 0, 0, NULL, 1685470155, 1),
11203(45, NULL, 10, 'item', 48, NULL, 7, 5, 0, 0, NULL, 1685470155, 1),
11204(46, NULL, 10, 'item', 49, NULL, 7, 6, 0, 0, NULL, 1685470155, 1),
11205(47, NULL, 10, 'item', 50, NULL, NULL, 7, 1, 0, NULL, 1685470155, 1),
11206(48, NULL, 10, 'item', 38, NULL, NULL, 8, 1, 0, NULL, 1685470155, 1),
11207(49, NULL, 10, 'item', 39, NULL, 6, 9, 0, 0, NULL, 1685470155, 1),
11208(50, NULL, 10, 'item', 40, NULL, 6, 10, 0, 0, NULL, 1685470155, 1),
11209(51, NULL, 10, 'item', 41, NULL, 6, 11, 0, 0, NULL, 1685470155, 1),
11210(52, NULL, 10, 'item', 42, NULL, NULL, 12, 1, 0, NULL, 1685470155, 1),
11211(53, NULL, 11, 'item', 66, NULL, NULL, 0, 1, 0, NULL, 1685543107, 1),
11212(54, NULL, 11, 'item', 67, NULL, 11, 1, 0, 0, NULL, 1685543107, 1),
11213(55, NULL, 11, 'item', 68, NULL, 11, 2, 0, 0, NULL, 1685543107, 1),
11214(56, NULL, 11, 'item', 69, NULL, NULL, 3, 1, 0, NULL, 1685543107, 1),
11215(57, NULL, 11, 'item', 56, NULL, NULL, 4, 1, 0, NULL, 1685543107, 1),
11216(58, NULL, 11, 'item', 57, NULL, 9, 5, 0, 0, NULL, 1685543107, 1),
11217(59, NULL, 11, 'item', 58, NULL, 9, 6, 0, 0, NULL, 1685543107, 1),
11218(60, NULL, 11, 'item', 59, NULL, 9, 7, 0, 0, NULL, 1685543107, 1),
11219(61, NULL, 11, 'item', 60, NULL, NULL, 8, 1, 0, NULL, 1685543107, 1),
11220(62, NULL, 12, 'item', 70, NULL, NULL, 0, 1, 0, NULL, 1685543107, 1),
11221(63, NULL, 12, 'item', 71, NULL, 12, 1, 0, 0, NULL, 1685543108, 1),
11222(64, NULL, 12, 'item', 72, NULL, 12, 2, 0, 0, NULL, 1685543108, 1),
11223(65, NULL, 12, 'item', 73, NULL, 12, 3, 0, 0, NULL, 1685543108, 1),
11224(66, NULL, 12, 'item', 74, NULL, 12, 4, 0, 0, NULL, 1685543108, 1),
11225(67, NULL, 12, 'item', 75, NULL, NULL, 5, 1, 0, NULL, 1685543108, 1),
11226(68, NULL, 12, 'item', 61, NULL, NULL, 6, 1, 0, NULL, 1685543108, 1),
11227(69, NULL, 12, 'item', 62, NULL, 10, 7, 0, 0, NULL, 1685543108, 1),
11228(70, NULL, 12, 'item', 63, NULL, 10, 8, 0, 0, NULL, 1685543108, 1),
11229(71, NULL, 12, 'item', 64, NULL, 10, 9, 0, 0, NULL, 1685543108, 1),
11230(72, NULL, 12, 'item', 65, NULL, NULL, 10, 1, 0, NULL, 1685543108, 1),
11231(73, NULL, 13, 'item', 81, NULL, NULL, 0, 1, 0, NULL, 1685544478, 1),
11232(74, NULL, 13, 'item', 82, NULL, 14, 1, 0, 0, NULL, 1685544478, 1),
11233(75, NULL, 13, 'item', 83, NULL, 14, 2, 0, 0, NULL, 1685544478, 1),
11234(76, NULL, 13, 'item', 84, NULL, 14, 3, 0, 0, NULL, 1685544478, 1),
11235(77, NULL, 13, 'item', 85, NULL, 14, 4, 0, 0, NULL, 1685544478, 1),
11236(78, NULL, 13, 'item', 86, NULL, 14, 5, 0, 0, NULL, 1685544478, 1),
11237(79, NULL, 13, 'item', 87, NULL, 14, 6, 0, 0, NULL, 1685544478, 1),
11238(80, NULL, 13, 'item', 88, NULL, 14, 7, 0, 0, NULL, 1685544478, 1),
11239(81, NULL, 13, 'item', 89, NULL, NULL, 8, 1, 0, NULL, 1685544478, 1),
11240(82, NULL, 13, 'item', 76, NULL, NULL, 9, 1, 0, NULL, 1685544478, 1),
11241(83, NULL, 13, 'item', 77, NULL, 13, 10, 0, 0, NULL, 1685544478, 1),
11242(84, NULL, 13, 'item', 78, NULL, 13, 11, 0, 0, NULL, 1685544478, 1),
11243(85, NULL, 13, 'item', 79, NULL, 13, 12, 0, 0, NULL, 1685544478, 1),
11244(86, NULL, 13, 'item', 80, NULL, NULL, 13, 1, 0, NULL, 1685544478, 1);
1026811245
10269-- --------------------------------------------------------11246-- --------------------------------------------------------
1027011247
10271--11248--
10272-- Table structure for table `cbl_assessment_form_objectives`11249-- Table structure for table `cbl_assessment_form_objectives`
10273--11250--
1027411251
10275CREATE TABLE `cbl_assessment_form_objectives` (11252CREATE TABLE `cbl_assessment_form_objectives` (
10276  `assessment_form_objective_id` int(11) UNSIGNED NOT NULL,11253  `assessment_form_objective_id` int(11) UNSIGNED NOT NULL,
10277  `tree_version_id` int(12) NOT NULL,11254  `tree_version_id` int(12) NOT NULL,
10278  `form_id` int(11) UNSIGNED NOT NULL,11255  `form_id` int(11) UNSIGNED NOT NULL,
10279  `objective_id` int(11) UNSIGNED NOT NULL,11256  `objective_id` int(11) UNSIGNED NOT NULL,
10280  `organisation_id` int(11) UNSIGNED NOT NULL,11257  `organisation_id` int(11) UNSIGNED NOT NULL,
10281  `course_id` int(11) UNSIGNED NOT NULL,11258  `course_id` int(11) UNSIGNED NOT NULL,
10282  `triggerable` tinyint(4) NOT NULL DEFAULT '1',11259  `triggerable` tinyint(4) NOT NULL DEFAULT '1',
10283  `deleted_date` bigint(64) DEFAULT NULL11260  `deleted_date` bigint(64) DEFAULT NULL
10284) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11261) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1028511262
10286--11263--
10287-- Dumping data for table `cbl_assessment_form_objectives`11264-- Dumping data for table `cbl_assessment_form_objectives`
10288--11265--
1028911266
10290INSERT INTO `cbl_assessment_form_objectives` (`assessment_form_objective_id`, `tree_version_id`, `form_id`, `objective_id`, `organisation_id`, `course_id`, `triggerable`, `deleted_date`) VALUES11267INSERT INTO `cbl_assessment_form_objectives` (`assessment_form_objective_id`, `tree_version_id`, `form_id`, `objective_id`, `organisation_id`, `course_id`, `triggerable`, `deleted_date`) VALUES
n10291(1, 1, 2, 2469, 1, 3, 1, NULL);n11268(1, 1, 2, 2469, 1, 3, 1, NULL),
11269(2, 3, 9, 2695, 1, 16, 1, NULL),
11270(3, 3, 10, 2698, 1, 16, 1, NULL),
11271(4, 3, 11, 2699, 1, 16, 1, NULL),
11272(5, 3, 12, 2700, 1, 16, 1, NULL),
11273(6, 3, 13, 2701, 1, 16, 1, NULL);
1029211274
10293-- --------------------------------------------------------11275-- --------------------------------------------------------
1029411276
10295--11277--
10296-- Table structure for table `cbl_assessment_form_prompted_response_reviewers`11278-- Table structure for table `cbl_assessment_form_prompted_response_reviewers`
10297--11279--
1029811280
10299CREATE TABLE `cbl_assessment_form_prompted_response_reviewers` (11281CREATE TABLE `cbl_assessment_form_prompted_response_reviewers` (
10300  `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL,11282  `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL,
10301  `form_id` int(11) UNSIGNED NOT NULL,11283  `form_id` int(11) UNSIGNED NOT NULL,
10302  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,11284  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,
10303  `value` int(11) DEFAULT NULL,11285  `value` int(11) DEFAULT NULL,
10304  `created_date` int(11) DEFAULT NULL,11286  `created_date` int(11) DEFAULT NULL,
10305  `created_by` int(11) DEFAULT NULL,11287  `created_by` int(11) DEFAULT NULL,
10306  `updated_date` int(11) DEFAULT NULL,11288  `updated_date` int(11) DEFAULT NULL,
10307  `updated_by` int(11) DEFAULT NULL,11289  `updated_by` int(11) DEFAULT NULL,
10308  `deleted_date` int(11) DEFAULT NULL11290  `deleted_date` int(11) DEFAULT NULL
10309) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11291) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1031011292
10311-- --------------------------------------------------------11293-- --------------------------------------------------------
1031211294
10313--11295--
10314-- Table structure for table `cbl_assessment_form_type_meta`11296-- Table structure for table `cbl_assessment_form_type_meta`
10315--11297--
1031611298
10317CREATE TABLE `cbl_assessment_form_type_meta` (11299CREATE TABLE `cbl_assessment_form_type_meta` (
10318  `form_type_meta_id` int(11) UNSIGNED NOT NULL,11300  `form_type_meta_id` int(11) UNSIGNED NOT NULL,
10319  `form_type_id` int(11) UNSIGNED NOT NULL,11301  `form_type_id` int(11) UNSIGNED NOT NULL,
10320  `organisation_id` int(11) NOT NULL,11302  `organisation_id` int(11) NOT NULL,
10321  `meta_name` char(50) NOT NULL,11303  `meta_name` char(50) NOT NULL,
10322  `meta_value` text NOT NULL,11304  `meta_value` text NOT NULL,
10323  `active` tinyint(1) NOT NULL DEFAULT '1',11305  `active` tinyint(1) NOT NULL DEFAULT '1',
10324  `created_date` bigint(64) UNSIGNED NOT NULL,11306  `created_date` bigint(64) UNSIGNED NOT NULL,
10325  `created_by` int(12) UNSIGNED NOT NULL,11307  `created_by` int(12) UNSIGNED NOT NULL,
10326  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,11308  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10327  `updated_by` int(12) UNSIGNED DEFAULT NULL,11309  `updated_by` int(12) UNSIGNED DEFAULT NULL,
10328  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL11310  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10329) ENGINE=InnoDB DEFAULT CHARSET=utf8;11311) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1033011312
10331--11313--
10332-- Dumping data for table `cbl_assessment_form_type_meta`11314-- Dumping data for table `cbl_assessment_form_type_meta`
10333--11315--
1033411316
10335INSERT INTO `cbl_assessment_form_type_meta` (`form_type_meta_id`, `form_type_id`, `organisation_id`, `meta_name`, `meta_value`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11317INSERT INTO `cbl_assessment_form_type_meta` (`form_type_meta_id`, `form_type_id`, `organisation_id`, `meta_name`, `meta_value`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10336(1, 1, 1, 'hide_from_dashboard', '1', 1, 1510375509, 1, NULL, NULL, NULL),11318(1, 1, 1, 'hide_from_dashboard', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10337(2, 2, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),11319(2, 2, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10338(3, 2, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),11320(3, 2, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10339(4, 3, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),11321(4, 3, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10340(5, 3, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),11322(5, 3, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10341(6, 4, 1, 'show_procedures', '1', 1, 1510375509, 1, NULL, NULL, NULL),11323(6, 4, 1, 'show_procedures', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10342(7, 4, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),11324(7, 4, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10343(8, 4, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),11325(8, 4, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10344(9, 5, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),11326(9, 5, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL),
10345(10, 6, 1, 'show_objectives', '1', 1, 1556658286, 1, NULL, NULL, NULL),11327(10, 6, 1, 'show_objectives', '1', 1, 1556658286, 1, NULL, NULL, NULL),
10346(11, 6, 1, 'show_entrustment', '1', 1, 1556658286, 1, NULL, NULL, NULL),11328(11, 6, 1, 'show_entrustment', '1', 1, 1556658286, 1, NULL, NULL, NULL),
10347(12, 5, 1, 'show_entrustment', '1', 1, 1567088378, 1, NULL, NULL, NULL),11329(12, 5, 1, 'show_entrustment', '1', 1, 1567088378, 1, NULL, NULL, NULL),
10348(13, 7, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL),11330(13, 7, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL),
10349(14, 8, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL);11331(14, 8, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL);
1035011332
10351-- --------------------------------------------------------11333-- --------------------------------------------------------
1035211334
10353--11335--
10354-- Table structure for table `cbl_assessment_item_authors`11336-- Table structure for table `cbl_assessment_item_authors`
10355--11337--
1035611338
10357CREATE TABLE `cbl_assessment_item_authors` (11339CREATE TABLE `cbl_assessment_item_authors` (
10358  `aiauthor_id` int(11) UNSIGNED NOT NULL,11340  `aiauthor_id` int(11) UNSIGNED NOT NULL,
10359  `item_id` int(11) UNSIGNED NOT NULL,11341  `item_id` int(11) UNSIGNED NOT NULL,
10360  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',11342  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
10361  `author_id` int(11) NOT NULL,11343  `author_id` int(11) NOT NULL,
10362  `created_date` bigint(64) NOT NULL,11344  `created_date` bigint(64) NOT NULL,
10363  `created_by` int(11) NOT NULL,11345  `created_by` int(11) NOT NULL,
10364  `updated_date` bigint(64) DEFAULT NULL,11346  `updated_date` bigint(64) DEFAULT NULL,
10365  `updated_by` int(11) DEFAULT NULL,11347  `updated_by` int(11) DEFAULT NULL,
10366  `deleted_date` bigint(64) DEFAULT NULL11348  `deleted_date` bigint(64) DEFAULT NULL
10367) ENGINE=InnoDB DEFAULT CHARSET=utf8;11349) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1036811350
10369--11351--
10370-- Dumping data for table `cbl_assessment_item_authors`11352-- Dumping data for table `cbl_assessment_item_authors`
10371--11353--
1037211354
10373INSERT INTO `cbl_assessment_item_authors` (`aiauthor_id`, `item_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11355INSERT INTO `cbl_assessment_item_authors` (`aiauthor_id`, `item_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10374(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11356(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10375(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11357(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10376(3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11358(3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10377(4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11359(4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10378(5, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11360(5, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10379(6, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11361(6, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10380(7, 7, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11362(7, 7, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10381(8, 8, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11363(8, 8, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10382(9, 9, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11364(9, 9, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10383(10, 10, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11365(10, 10, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10384(11, 11, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11366(11, 11, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10385(12, 12, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11367(12, 12, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10386(13, 13, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11368(13, 13, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10387(14, 14, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11369(14, 14, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10388(15, 15, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11370(15, 15, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10389(16, 16, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),11371(16, 16, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
10390(17, 17, 'proxy_id', 1, 0, 1, NULL, NULL, NULL),11372(17, 17, 'proxy_id', 1, 0, 1, NULL, NULL, NULL),
n10391(18, 18, 'proxy_id', 1, 0, 1, NULL, NULL, NULL);n11373(18, 18, 'proxy_id', 1, 0, 1, NULL, NULL, NULL),
11374(19, 19, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
11375(20, 20, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
11376(21, 21, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
11377(22, 22, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
11378(23, 23, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
11379(24, 24, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11380(25, 25, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11381(26, 26, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11382(27, 27, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11383(28, 28, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11384(29, 29, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11385(30, 30, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11386(31, 31, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11387(32, 32, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11388(33, 33, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11389(34, 34, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11390(35, 35, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11391(36, 36, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11392(37, 37, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
11393(38, 38, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
11394(39, 39, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
11395(40, 40, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
11396(41, 41, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
11397(42, 42, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
11398(43, 43, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11399(44, 44, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11400(45, 45, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11401(46, 46, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11402(47, 47, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11403(48, 48, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11404(49, 49, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11405(50, 50, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
11406(51, 51, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
11407(52, 52, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
11408(53, 53, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
11409(54, 54, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
11410(55, 55, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
11411(56, 56, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
11412(57, 57, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
11413(58, 58, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
11414(59, 59, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
11415(60, 60, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
11416(61, 61, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
11417(62, 62, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
11418(63, 63, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
11419(64, 64, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
11420(65, 65, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
11421(66, 66, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11422(67, 67, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11423(68, 68, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11424(69, 69, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11425(70, 70, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11426(71, 71, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11427(72, 72, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11428(73, 73, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11429(74, 74, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
11430(75, 75, 'proxy_id', 1, 1685543108, 1, NULL, NULL, NULL),
11431(76, 76, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
11432(77, 77, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
11433(78, 78, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
11434(79, 79, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
11435(80, 80, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
11436(81, 81, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11437(82, 82, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11438(83, 83, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11439(84, 84, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11440(85, 85, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11441(86, 86, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11442(87, 87, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11443(88, 88, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL),
11444(89, 89, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL);
1039211445
10393-- --------------------------------------------------------11446-- --------------------------------------------------------
1039411447
10395--11448--
10396-- Table structure for table `cbl_assessment_item_objectives`11449-- Table structure for table `cbl_assessment_item_objectives`
10397--11450--
1039811451
10399CREATE TABLE `cbl_assessment_item_objectives` (11452CREATE TABLE `cbl_assessment_item_objectives` (
10400  `aiobjective_id` int(11) UNSIGNED NOT NULL,11453  `aiobjective_id` int(11) UNSIGNED NOT NULL,
10401  `item_id` int(11) UNSIGNED NOT NULL,11454  `item_id` int(11) UNSIGNED NOT NULL,
10402  `objective_id` int(11) UNSIGNED NOT NULL,11455  `objective_id` int(11) UNSIGNED NOT NULL,
10403  `objective_metadata` text,11456  `objective_metadata` text,
10404  `created_date` bigint(64) NOT NULL,11457  `created_date` bigint(64) NOT NULL,
10405  `created_by` int(11) NOT NULL,11458  `created_by` int(11) NOT NULL,
10406  `updated_date` bigint(64) DEFAULT NULL,11459  `updated_date` bigint(64) DEFAULT NULL,
10407  `updated_by` int(11) DEFAULT NULL,11460  `updated_by` int(11) DEFAULT NULL,
10408  `deleted_date` bigint(64) DEFAULT NULL11461  `deleted_date` bigint(64) DEFAULT NULL
10409) ENGINE=InnoDB DEFAULT CHARSET=utf8;11462) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1041011463
10411--11464--
10412-- Dumping data for table `cbl_assessment_item_objectives`11465-- Dumping data for table `cbl_assessment_item_objectives`
10413--11466--
1041411467
10415INSERT INTO `cbl_assessment_item_objectives` (`aiobjective_id`, `item_id`, `objective_id`, `objective_metadata`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11468INSERT INTO `cbl_assessment_item_objectives` (`aiobjective_id`, `item_id`, `objective_id`, `objective_metadata`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10416(1, 3, 2469, '[\"tree_node_id\":2,\"tree_version_id\":1,\"breadcrumb\":\"Test CBME Framework 1\"]', 1685381585, 1, NULL, NULL, NULL),11469(1, 3, 2469, '[\"tree_node_id\":2,\"tree_version_id\":1,\"breadcrumb\":\"Test CBME Framework 1\"]', 1685381585, 1, NULL, NULL, NULL),
10417(2, 13, 2660, NULL, 1685381585, 1, NULL, NULL, NULL),11470(2, 13, 2660, NULL, 1685381585, 1, NULL, NULL, NULL),
10418(3, 13, 2661, NULL, 1685381585, 1, NULL, NULL, NULL),11471(3, 13, 2661, NULL, 1685381585, 1, NULL, NULL, NULL),
10419(4, 13, 2662, NULL, 1685381585, 1, NULL, NULL, NULL),11472(4, 13, 2662, NULL, 1685381585, 1, NULL, NULL, NULL),
10420(5, 13, 2668, NULL, 1685381585, 1, NULL, NULL, NULL),11473(5, 13, 2668, NULL, 1685381585, 1, NULL, NULL, NULL),
10421(6, 13, 2669, NULL, 1685381585, 1, NULL, NULL, NULL),11474(6, 13, 2669, NULL, 1685381585, 1, NULL, NULL, NULL),
10422(7, 13, 2687, NULL, 1685381585, 1, NULL, NULL, NULL),11475(7, 13, 2687, NULL, 1685381585, 1, NULL, NULL, NULL),
n10423(8, 15, 2669, NULL, 1685381585, 1, NULL, NULL, NULL);n11476(8, 15, 2669, NULL, 1685381585, 1, NULL, NULL, NULL),
11477(9, 24, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11478(10, 24, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11479(11, 24, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11480(12, 24, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11481(13, 24, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11482(14, 24, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11483(15, 24, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11484(16, 24, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11485(17, 24, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11486(18, 24, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11487(19, 24, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11488(20, 24, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11489(21, 24, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11490(22, 24, 2431, NULL, 1685389171, 1, NULL, NULL, NULL),
11491(23, 25, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11492(24, 25, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11493(25, 26, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11494(26, 26, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11495(27, 27, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11496(28, 27, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11497(29, 28, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11498(30, 28, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11499(31, 29, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11500(32, 29, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11501(33, 30, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11502(34, 30, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11503(35, 31, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11504(36, 31, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11505(37, 32, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11506(38, 32, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11507(39, 33, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11508(40, 33, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11509(41, 34, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11510(42, 34, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11511(43, 35, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11512(44, 35, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11513(45, 36, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11514(46, 36, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11515(47, 37, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11516(48, 37, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11517(49, 37, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11518(50, 37, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11519(51, 37, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11520(52, 37, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11521(53, 37, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11522(54, 37, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11523(55, 37, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11524(56, 37, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11525(57, 37, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11526(58, 37, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11527(59, 37, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11528(60, 19, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11529(61, 19, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11530(62, 19, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11531(63, 19, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11532(64, 19, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11533(65, 19, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11534(66, 19, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11535(67, 19, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11536(68, 19, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11537(69, 19, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11538(70, 19, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11539(71, 19, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11540(72, 19, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11541(73, 20, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11542(74, 20, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11543(75, 20, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11544(76, 20, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11545(77, 20, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11546(78, 20, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11547(79, 20, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11548(80, 20, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11549(81, 20, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11550(82, 20, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11551(83, 20, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11552(84, 20, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11553(85, 20, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11554(86, 21, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11555(87, 21, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11556(88, 21, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11557(89, 21, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11558(90, 21, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11559(91, 21, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11560(92, 21, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11561(93, 21, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11562(94, 21, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11563(95, 21, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11564(96, 21, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11565(97, 21, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11566(98, 21, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11567(99, 22, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11568(100, 22, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11569(101, 22, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11570(102, 22, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11571(103, 22, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11572(104, 22, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11573(105, 22, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11574(106, 22, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11575(107, 22, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11576(108, 22, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11577(109, 22, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11578(110, 22, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11579(111, 22, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11580(112, 23, 2695, NULL, 1685389171, 1, NULL, NULL, NULL),
11581(113, 23, 2705, NULL, 1685389171, 1, NULL, NULL, NULL),
11582(114, 23, 2706, NULL, 1685389171, 1, NULL, NULL, NULL),
11583(115, 23, 2707, NULL, 1685389171, 1, NULL, NULL, NULL),
11584(116, 23, 2708, NULL, 1685389171, 1, NULL, NULL, NULL),
11585(117, 23, 2709, NULL, 1685389171, 1, NULL, NULL, NULL),
11586(118, 23, 2710, NULL, 1685389171, 1, NULL, NULL, NULL),
11587(119, 23, 2711, NULL, 1685389171, 1, NULL, NULL, NULL),
11588(120, 23, 2712, NULL, 1685389171, 1, NULL, NULL, NULL),
11589(121, 23, 2713, NULL, 1685389171, 1, NULL, NULL, NULL),
11590(122, 23, 2714, NULL, 1685389171, 1, NULL, NULL, NULL),
11591(123, 23, 2715, NULL, 1685389171, 1, NULL, NULL, NULL),
11592(124, 23, 2716, NULL, 1685389171, 1, NULL, NULL, NULL),
11593(125, 43, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11594(126, 43, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11595(127, 43, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11596(128, 43, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11597(129, 43, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11598(130, 43, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11599(131, 43, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11600(132, 43, 2431, NULL, 1685470155, 1, NULL, NULL, NULL),
11601(133, 44, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11602(134, 44, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11603(135, 45, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11604(136, 45, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11605(137, 46, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11606(138, 46, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11607(139, 47, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11608(140, 47, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11609(141, 48, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11610(142, 48, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11611(143, 49, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11612(144, 49, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11613(145, 50, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11614(146, 50, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11615(147, 50, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11616(148, 50, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11617(149, 50, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11618(150, 50, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11619(151, 50, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11620(152, 38, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11621(153, 38, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11622(154, 38, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11623(155, 38, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11624(156, 38, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11625(157, 38, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11626(158, 38, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11627(159, 39, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11628(160, 39, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11629(161, 39, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11630(162, 39, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11631(163, 39, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11632(164, 39, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11633(165, 39, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11634(166, 40, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11635(167, 40, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11636(168, 40, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11637(169, 40, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11638(170, 40, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11639(171, 40, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11640(172, 40, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11641(173, 41, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11642(174, 41, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11643(175, 41, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11644(176, 41, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11645(177, 41, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11646(178, 41, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11647(179, 41, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11648(180, 42, 2698, NULL, 1685470155, 1, NULL, NULL, NULL),
11649(181, 42, 2717, NULL, 1685470155, 1, NULL, NULL, NULL),
11650(182, 42, 2718, NULL, 1685470155, 1, NULL, NULL, NULL),
11651(183, 42, 2719, NULL, 1685470155, 1, NULL, NULL, NULL),
11652(184, 42, 2720, NULL, 1685470155, 1, NULL, NULL, NULL),
11653(185, 42, 2721, NULL, 1685470155, 1, NULL, NULL, NULL),
11654(186, 42, 2722, NULL, 1685470155, 1, NULL, NULL, NULL),
11655(187, 66, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11656(188, 66, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11657(189, 66, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11658(190, 66, 2431, NULL, 1685543107, 1, NULL, NULL, NULL),
11659(191, 67, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11660(192, 67, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11661(193, 68, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11662(194, 68, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11663(195, 69, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11664(196, 69, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11665(197, 69, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11666(198, 56, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11667(199, 56, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11668(200, 56, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11669(201, 57, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11670(202, 57, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11671(203, 57, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11672(204, 58, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11673(205, 58, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11674(206, 58, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11675(207, 59, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11676(208, 59, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11677(209, 59, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11678(210, 60, 2699, NULL, 1685543107, 1, NULL, NULL, NULL),
11679(211, 60, 2726, NULL, 1685543107, 1, NULL, NULL, NULL),
11680(212, 60, 2727, NULL, 1685543107, 1, NULL, NULL, NULL),
11681(213, 70, 2700, NULL, 1685543107, 1, NULL, NULL, NULL),
11682(214, 70, 2723, NULL, 1685543107, 1, NULL, NULL, NULL),
11683(215, 70, 2724, NULL, 1685543107, 1, NULL, NULL, NULL),
11684(216, 70, 2725, NULL, 1685543107, 1, NULL, NULL, NULL),
11685(217, 70, 2728, NULL, 1685543107, 1, NULL, NULL, NULL),
11686(218, 70, 2431, NULL, 1685543107, 1, NULL, NULL, NULL),
11687(219, 71, 2700, NULL, 1685543107, 1, NULL, NULL, NULL),
11688(220, 71, 2723, NULL, 1685543107, 1, NULL, NULL, NULL),
11689(221, 72, 2700, NULL, 1685543107, 1, NULL, NULL, NULL),
11690(222, 72, 2724, NULL, 1685543107, 1, NULL, NULL, NULL),
11691(223, 73, 2700, NULL, 1685543107, 1, NULL, NULL, NULL),
11692(224, 73, 2725, NULL, 1685543107, 1, NULL, NULL, NULL),
11693(225, 74, 2700, NULL, 1685543107, 1, NULL, NULL, NULL),
11694(226, 74, 2728, NULL, 1685543107, 1, NULL, NULL, NULL),
11695(227, 75, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11696(228, 75, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11697(229, 75, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11698(230, 75, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11699(231, 75, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11700(232, 61, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11701(233, 61, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11702(234, 61, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11703(235, 61, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11704(236, 61, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11705(237, 62, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11706(238, 62, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11707(239, 62, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11708(240, 62, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11709(241, 62, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11710(242, 63, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11711(243, 63, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11712(244, 63, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11713(245, 63, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11714(246, 63, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11715(247, 64, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11716(248, 64, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11717(249, 64, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11718(250, 64, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11719(251, 64, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11720(252, 65, 2700, NULL, 1685543108, 1, NULL, NULL, NULL),
11721(253, 65, 2723, NULL, 1685543108, 1, NULL, NULL, NULL),
11722(254, 65, 2724, NULL, 1685543108, 1, NULL, NULL, NULL),
11723(255, 65, 2725, NULL, 1685543108, 1, NULL, NULL, NULL),
11724(256, 65, 2728, NULL, 1685543108, 1, NULL, NULL, NULL),
11725(257, 81, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11726(258, 81, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11727(259, 81, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11728(260, 81, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11729(261, 81, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11730(262, 81, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11731(263, 81, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11732(264, 81, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11733(265, 81, 2431, NULL, 1685544478, 1, NULL, NULL, NULL),
11734(266, 82, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11735(267, 82, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11736(268, 83, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11737(269, 83, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11738(270, 84, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11739(271, 84, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11740(272, 85, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11741(273, 85, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11742(274, 86, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11743(275, 86, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11744(276, 87, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11745(277, 87, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11746(278, 88, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11747(279, 88, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11748(280, 89, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11749(281, 89, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11750(282, 89, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11751(283, 89, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11752(284, 89, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11753(285, 89, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11754(286, 89, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11755(287, 89, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11756(288, 76, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11757(289, 76, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11758(290, 76, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11759(291, 76, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11760(292, 76, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11761(293, 76, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11762(294, 76, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11763(295, 76, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11764(296, 77, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11765(297, 77, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11766(298, 77, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11767(299, 77, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11768(300, 77, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11769(301, 77, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11770(302, 77, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11771(303, 77, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11772(304, 78, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11773(305, 78, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11774(306, 78, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11775(307, 78, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11776(308, 78, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11777(309, 78, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11778(310, 78, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11779(311, 78, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11780(312, 79, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11781(313, 79, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11782(314, 79, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11783(315, 79, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11784(316, 79, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11785(317, 79, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11786(318, 79, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11787(319, 79, 2735, NULL, 1685544478, 1, NULL, NULL, NULL),
11788(320, 80, 2701, NULL, 1685544478, 1, NULL, NULL, NULL),
11789(321, 80, 2729, NULL, 1685544478, 1, NULL, NULL, NULL),
11790(322, 80, 2730, NULL, 1685544478, 1, NULL, NULL, NULL),
11791(323, 80, 2731, NULL, 1685544478, 1, NULL, NULL, NULL),
11792(324, 80, 2732, NULL, 1685544478, 1, NULL, NULL, NULL),
11793(325, 80, 2733, NULL, 1685544478, 1, NULL, NULL, NULL),
11794(326, 80, 2734, NULL, 1685544478, 1, NULL, NULL, NULL),
11795(327, 80, 2735, NULL, 1685544478, 1, NULL, NULL, NULL);
1042411796
10425-- --------------------------------------------------------11797-- --------------------------------------------------------
1042611798
10427--11799--
10428-- Table structure for table `cbl_assessment_item_tags`11800-- Table structure for table `cbl_assessment_item_tags`
10429--11801--
1043011802
10431CREATE TABLE `cbl_assessment_item_tags` (11803CREATE TABLE `cbl_assessment_item_tags` (
10432  `aitag_id` int(11) UNSIGNED NOT NULL,11804  `aitag_id` int(11) UNSIGNED NOT NULL,
10433  `item_id` int(11) UNSIGNED NOT NULL,11805  `item_id` int(11) UNSIGNED NOT NULL,
10434  `tag_id` int(11) UNSIGNED NOT NULL11806  `tag_id` int(11) UNSIGNED NOT NULL
10435) ENGINE=InnoDB DEFAULT CHARSET=utf8;11807) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1043611808
10437-- --------------------------------------------------------11809-- --------------------------------------------------------
1043811810
10439--11811--
10440-- Table structure for table `cbl_assessment_lu_distribution_linked_assessment_types`11812-- Table structure for table `cbl_assessment_lu_distribution_linked_assessment_types`
10441--11813--
1044211814
10443CREATE TABLE `cbl_assessment_lu_distribution_linked_assessment_types` (11815CREATE TABLE `cbl_assessment_lu_distribution_linked_assessment_types` (
10444  `id` int(11) UNSIGNED NOT NULL,11816  `id` int(11) UNSIGNED NOT NULL,
10445  `shortname` varchar(64) NOT NULL DEFAULT '',11817  `shortname` varchar(64) NOT NULL DEFAULT '',
10446  `title` varchar(128) NOT NULL DEFAULT '',11818  `title` varchar(128) NOT NULL DEFAULT '',
10447  `created_date` int(11) NOT NULL,11819  `created_date` int(11) NOT NULL,
10448  `created_by` int(11) NOT NULL,11820  `created_by` int(11) NOT NULL,
10449  `updated_date` int(11) DEFAULT NULL,11821  `updated_date` int(11) DEFAULT NULL,
10450  `updated_by` int(11) DEFAULT NULL,11822  `updated_by` int(11) DEFAULT NULL,
10451  `deleted_date` int(11) DEFAULT NULL11823  `deleted_date` int(11) DEFAULT NULL
10452) ENGINE=InnoDB DEFAULT CHARSET=utf8;11824) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1045311825
10454--11826--
10455-- Dumping data for table `cbl_assessment_lu_distribution_linked_assessment_types`11827-- Dumping data for table `cbl_assessment_lu_distribution_linked_assessment_types`
10456--11828--
1045711829
10458INSERT INTO `cbl_assessment_lu_distribution_linked_assessment_types` (`id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11830INSERT INTO `cbl_assessment_lu_distribution_linked_assessment_types` (`id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10459(1, 'distribution', 'Distribution', 1685381580, 1, NULL, NULL, NULL),11831(1, 'distribution', 'Distribution', 1685381580, 1, NULL, NULL, NULL),
10460(2, 'form', 'Form', 1685381580, 1, NULL, NULL, NULL);11832(2, 'form', 'Form', 1685381580, 1, NULL, NULL, NULL);
1046111833
10462-- --------------------------------------------------------11834-- --------------------------------------------------------
1046311835
10464--11836--
10465-- Table structure for table `cbl_assessment_lu_methods`11837-- Table structure for table `cbl_assessment_lu_methods`
10466--11838--
1046711839
10468CREATE TABLE `cbl_assessment_lu_methods` (11840CREATE TABLE `cbl_assessment_lu_methods` (
10469  `assessment_method_id` int(11) UNSIGNED NOT NULL,11841  `assessment_method_id` int(11) UNSIGNED NOT NULL,
10470  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',11842  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
10471  `order` int(12) NOT NULL DEFAULT '0',11843  `order` int(12) NOT NULL DEFAULT '0',
10472  `phases` int(10) UNSIGNED NOT NULL DEFAULT '1',11844  `phases` int(10) UNSIGNED NOT NULL DEFAULT '1',
10473  `created_date` bigint(64) UNSIGNED NOT NULL,11845  `created_date` bigint(64) UNSIGNED NOT NULL,
10474  `created_by` int(11) UNSIGNED NOT NULL,11846  `created_by` int(11) UNSIGNED NOT NULL,
10475  `updated_by` int(11) UNSIGNED DEFAULT NULL,11847  `updated_by` int(11) UNSIGNED DEFAULT NULL,
10476  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,11848  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10477  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL11849  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10478) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11850) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1047911851
10480--11852--
10481-- Dumping data for table `cbl_assessment_lu_methods`11853-- Dumping data for table `cbl_assessment_lu_methods`
10482--11854--
1048311855
10484INSERT INTO `cbl_assessment_lu_methods` (`assessment_method_id`, `shortname`, `order`, `phases`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES11856INSERT INTO `cbl_assessment_lu_methods` (`assessment_method_id`, `shortname`, `order`, `phases`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES
10485(1, 'default', 0, 1, 1484625600, 1, NULL, NULL, NULL),11857(1, 'default', 0, 1, 1484625600, 1, NULL, NULL, NULL),
10486(2, 'complete_and_confirm_by_email', 2, 2, 1484625600, 1, NULL, NULL, NULL),11858(2, 'complete_and_confirm_by_email', 2, 2, 1484625600, 1, NULL, NULL, NULL),
10487(3, 'complete_and_confirm_by_pin', 3, 2, 1484625600, 1, NULL, NULL, NULL),11859(3, 'complete_and_confirm_by_pin', 3, 2, 1484625600, 1, NULL, NULL, NULL),
10488(4, 'send_blank_form', 1, 1, 1484625600, 1, NULL, NULL, NULL),11860(4, 'send_blank_form', 1, 1, 1484625600, 1, NULL, NULL, NULL),
10489(5, 'double_blind_assessment', 4, 1, 1510375508, 1, NULL, NULL, NULL),11861(5, 'double_blind_assessment', 4, 1, 1510375508, 1, NULL, NULL, NULL),
10490(6, 'faculty_triggered_assessment', 0, 1, 1510375508, 1, NULL, NULL, NULL),11862(6, 'faculty_triggered_assessment', 0, 1, 1510375508, 1, NULL, NULL, NULL),
10491(7, 'learner_triggered_faculty_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL),11863(7, 'learner_triggered_faculty_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL),
10492(8, 'learner_triggered_rotation_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL);11864(8, 'learner_triggered_rotation_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL);
1049311865
10494-- --------------------------------------------------------11866-- --------------------------------------------------------
1049511867
10496--11868--
10497-- Table structure for table `cbl_assessment_lu_prompted_response_reviewer_types`11869-- Table structure for table `cbl_assessment_lu_prompted_response_reviewer_types`
10498--11870--
1049911871
10500CREATE TABLE `cbl_assessment_lu_prompted_response_reviewer_types` (11872CREATE TABLE `cbl_assessment_lu_prompted_response_reviewer_types` (
10501  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,11873  `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL,
10502  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',11874  `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
10503  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',11875  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
10504  `created_date` int(11) NOT NULL,11876  `created_date` int(11) NOT NULL,
10505  `created_by` int(11) NOT NULL,11877  `created_by` int(11) NOT NULL,
10506  `updated_date` int(11) DEFAULT NULL,11878  `updated_date` int(11) DEFAULT NULL,
10507  `updated_by` int(11) DEFAULT NULL,11879  `updated_by` int(11) DEFAULT NULL,
10508  `deleted_date` int(11) DEFAULT NULL11880  `deleted_date` int(11) DEFAULT NULL
10509) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11881) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1051011882
10511--11883--
10512-- Dumping data for table `cbl_assessment_lu_prompted_response_reviewer_types`11884-- Dumping data for table `cbl_assessment_lu_prompted_response_reviewer_types`
10513--11885--
1051411886
10515INSERT INTO `cbl_assessment_lu_prompted_response_reviewer_types` (`prompted_response_reviewer_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES11887INSERT INTO `cbl_assessment_lu_prompted_response_reviewer_types` (`prompted_response_reviewer_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10516(1, 'pcoordinators', 'Program Coordinators', 1685381580, 1, NULL, NULL, NULL),11888(1, 'pcoordinators', 'Program Coordinators', 1685381580, 1, NULL, NULL, NULL),
10517(2, 'directors', 'Program Directors', 1685381580, 1, NULL, NULL, NULL),11889(2, 'directors', 'Program Directors', 1685381580, 1, NULL, NULL, NULL),
10518(3, 'academicadvisors', 'Academic Advisors', 1685381580, 1, NULL, NULL, NULL),11890(3, 'academicadvisors', 'Academic Advisors', 1685381580, 1, NULL, NULL, NULL),
10519(4, 'ccoordinators', 'Curricular Coordinators', 1685381580, 1, NULL, NULL, NULL),11891(4, 'ccoordinators', 'Curricular Coordinators', 1685381580, 1, NULL, NULL, NULL),
10520(5, 'custom_reviewer', 'Custom Reviewer', 1685381580, 1, NULL, NULL, NULL);11892(5, 'custom_reviewer', 'Custom Reviewer', 1685381580, 1, NULL, NULL, NULL);
1052111893
10522-- --------------------------------------------------------11894-- --------------------------------------------------------
1052311895
10524--11896--
10525-- Table structure for table `cbl_assessment_lu_task_deleted_reasons`11897-- Table structure for table `cbl_assessment_lu_task_deleted_reasons`
10526--11898--
1052711899
10528CREATE TABLE `cbl_assessment_lu_task_deleted_reasons` (11900CREATE TABLE `cbl_assessment_lu_task_deleted_reasons` (
10529  `reason_id` int(11) UNSIGNED NOT NULL,11901  `reason_id` int(11) UNSIGNED NOT NULL,
10530  `order_id` int(11) UNSIGNED NOT NULL,11902  `order_id` int(11) UNSIGNED NOT NULL,
10531  `reason_details` varchar(128) NOT NULL,11903  `reason_details` varchar(128) NOT NULL,
10532  `notes_required` tinyint(1) NOT NULL DEFAULT '0',11904  `notes_required` tinyint(1) NOT NULL DEFAULT '0',
10533  `user_visible` tinyint(1) DEFAULT '1',11905  `user_visible` tinyint(1) DEFAULT '1',
10534  `event_based` tinyint(1) DEFAULT '0',11906  `event_based` tinyint(1) DEFAULT '0',
10535  `updated_date` bigint(64) DEFAULT NULL,11907  `updated_date` bigint(64) DEFAULT NULL,
10536  `updated_by` int(11) DEFAULT NULL,11908  `updated_by` int(11) DEFAULT NULL,
10537  `created_date` bigint(64) NOT NULL,11909  `created_date` bigint(64) NOT NULL,
10538  `created_by` int(11) NOT NULL,11910  `created_by` int(11) NOT NULL,
10539  `deleted_date` bigint(64) DEFAULT NULL11911  `deleted_date` bigint(64) DEFAULT NULL
10540) ENGINE=InnoDB DEFAULT CHARSET=utf8;11912) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1054111913
10542--11914--
10543-- Dumping data for table `cbl_assessment_lu_task_deleted_reasons`11915-- Dumping data for table `cbl_assessment_lu_task_deleted_reasons`
10544--11916--
1054511917
10546INSERT INTO `cbl_assessment_lu_task_deleted_reasons` (`reason_id`, `order_id`, `reason_details`, `notes_required`, `user_visible`, `event_based`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES11918INSERT INTO `cbl_assessment_lu_task_deleted_reasons` (`reason_id`, `order_id`, `reason_details`, `notes_required`, `user_visible`, `event_based`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
10547(1, 3, 'Other (Please Specify)', 1, 1, 0, NULL, NULL, 1483495903, 1, NULL),11919(1, 3, 'Other (Please Specify)', 1, 1, 0, NULL, NULL, 1483495903, 1, NULL),
10548(2, 1, 'Did not work with the target', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL),11920(2, 1, 'Did not work with the target', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL),
10549(3, 2, 'Completed all relevant tasks on relevant targets', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL),11921(3, 2, 'Completed all relevant tasks on relevant targets', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL),
10550(4, 4, 'Expired', 0, 0, 0, NULL, NULL, 1456515087, 1, NULL);11922(4, 4, 'Expired', 0, 0, 0, NULL, NULL, 1456515087, 1, NULL);
1055111923
10552-- --------------------------------------------------------11924-- --------------------------------------------------------
1055311925
10554--11926--
10555-- Table structure for table `cbl_assessment_lu_task_reopen_reasons`11927-- Table structure for table `cbl_assessment_lu_task_reopen_reasons`
10556--11928--
1055711929
10558CREATE TABLE `cbl_assessment_lu_task_reopen_reasons` (11930CREATE TABLE `cbl_assessment_lu_task_reopen_reasons` (
10559  `reopen_reason_id` int(11) UNSIGNED NOT NULL,11931  `reopen_reason_id` int(11) UNSIGNED NOT NULL,
10560  `reopen_order_id` int(11) UNSIGNED NOT NULL,11932  `reopen_order_id` int(11) UNSIGNED NOT NULL,
10561  `reopen_reason_details` varchar(128) NOT NULL,11933  `reopen_reason_details` varchar(128) NOT NULL,
10562  `notes_required` tinyint(1) NOT NULL DEFAULT '0',11934  `notes_required` tinyint(1) NOT NULL DEFAULT '0',
10563  `user_visible` tinyint(1) DEFAULT '1',11935  `user_visible` tinyint(1) DEFAULT '1',
10564  `updated_date` bigint(64) DEFAULT NULL,11936  `updated_date` bigint(64) DEFAULT NULL,
10565  `updated_by` int(11) DEFAULT NULL,11937  `updated_by` int(11) DEFAULT NULL,
10566  `created_date` bigint(64) NOT NULL,11938  `created_date` bigint(64) NOT NULL,
10567  `created_by` int(11) NOT NULL,11939  `created_by` int(11) NOT NULL,
10568  `deleted_date` bigint(64) DEFAULT NULL11940  `deleted_date` bigint(64) DEFAULT NULL
10569) ENGINE=InnoDB DEFAULT CHARSET=utf8;11941) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1057011942
10571--11943--
10572-- Dumping data for table `cbl_assessment_lu_task_reopen_reasons`11944-- Dumping data for table `cbl_assessment_lu_task_reopen_reasons`
10573--11945--
1057411946
10575INSERT INTO `cbl_assessment_lu_task_reopen_reasons` (`reopen_reason_id`, `reopen_order_id`, `reopen_reason_details`, `notes_required`, `user_visible`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES11947INSERT INTO `cbl_assessment_lu_task_reopen_reasons` (`reopen_reason_id`, `reopen_order_id`, `reopen_reason_details`, `notes_required`, `user_visible`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
10576(1, 1, 'Task was accidentally deleted', 0, 1, NULL, NULL, 1556670355, 1, NULL),11948(1, 1, 'Task was accidentally deleted', 0, 1, NULL, NULL, 1556670355, 1, NULL),
10577(2, 2, 'Task was missing data', 0, 1, NULL, NULL, 1556670355, 1, NULL),11949(2, 2, 'Task was missing data', 0, 1, NULL, NULL, 1556670355, 1, NULL),
10578(3, 3, 'Other (Please Specify)', 1, 1, NULL, NULL, 1556670355, 1, NULL);11950(3, 3, 'Other (Please Specify)', 1, 1, NULL, NULL, 1556670355, 1, NULL);
1057911951
10580-- --------------------------------------------------------11952-- --------------------------------------------------------
1058111953
10582--11954--
10583-- Table structure for table `cbl_assessment_lu_types`11955-- Table structure for table `cbl_assessment_lu_types`
10584--11956--
1058511957
10586CREATE TABLE `cbl_assessment_lu_types` (11958CREATE TABLE `cbl_assessment_lu_types` (
10587  `assessment_type_id` int(11) UNSIGNED NOT NULL,11959  `assessment_type_id` int(11) UNSIGNED NOT NULL,
10588  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,11960  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
10589  `description` text COLLATE utf8_unicode_ci,11961  `description` text COLLATE utf8_unicode_ci,
10590  `shortname` varchar(50) COLLATE utf8_unicode_ci NOT NULL,11962  `shortname` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
10591  `created_date` bigint(64) UNSIGNED NOT NULL,11963  `created_date` bigint(64) UNSIGNED NOT NULL,
10592  `created_by` int(11) UNSIGNED NOT NULL,11964  `created_by` int(11) UNSIGNED NOT NULL,
10593  `updated_by` int(11) UNSIGNED DEFAULT NULL,11965  `updated_by` int(11) UNSIGNED DEFAULT NULL,
10594  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,11966  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10595  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL11967  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10596) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11968) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1059711969
10598--11970--
10599-- Dumping data for table `cbl_assessment_lu_types`11971-- Dumping data for table `cbl_assessment_lu_types`
10600--11972--
1060111973
10602INSERT INTO `cbl_assessment_lu_types` (`assessment_type_id`, `title`, `description`, `shortname`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES11974INSERT INTO `cbl_assessment_lu_types` (`assessment_type_id`, `title`, `description`, `shortname`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES
10603(1, 'Distribution', 'Distribution based assessment', 'distribution', 1510375502, 1, NULL, NULL, NULL),11975(1, 'Distribution', 'Distribution based assessment', 'distribution', 1510375502, 1, NULL, NULL, NULL),
10604(2, 'CBME', 'CBME based assessment', 'cbme', 1510375502, 1, NULL, NULL, NULL);11976(2, 'CBME', 'CBME based assessment', 'cbme', 1510375502, 1, NULL, NULL, NULL);
1060511977
10606-- --------------------------------------------------------11978-- --------------------------------------------------------
1060711979
10608--11980--
10609-- Table structure for table `cbl_assessment_method_groups`11981-- Table structure for table `cbl_assessment_method_groups`
10610--11982--
1061111983
10612CREATE TABLE `cbl_assessment_method_groups` (11984CREATE TABLE `cbl_assessment_method_groups` (
10613  `amethod_group_id` int(11) UNSIGNED NOT NULL,11985  `amethod_group_id` int(11) UNSIGNED NOT NULL,
10614  `assessment_method_id` int(11) UNSIGNED NOT NULL,11986  `assessment_method_id` int(11) UNSIGNED NOT NULL,
10615  `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',11987  `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
10616  `admin` tinyint(1) NOT NULL DEFAULT '0'11988  `admin` tinyint(1) NOT NULL DEFAULT '0'
10617) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;11989) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1061811990
10619--11991--
10620-- Dumping data for table `cbl_assessment_method_groups`11992-- Dumping data for table `cbl_assessment_method_groups`
10621--11993--
1062211994
10623INSERT INTO `cbl_assessment_method_groups` (`amethod_group_id`, `assessment_method_id`, `group`, `admin`) VALUES11995INSERT INTO `cbl_assessment_method_groups` (`amethod_group_id`, `assessment_method_id`, `group`, `admin`) VALUES
10624(1, 4, 'student', 0),11996(1, 4, 'student', 0),
10625(2, 4, 'medtech', 1),11997(2, 4, 'medtech', 1),
10626(3, 2, 'student', 0),11998(3, 2, 'student', 0),
10627(4, 2, 'faculty', 0),11999(4, 2, 'faculty', 0),
10628(5, 3, 'student', 0),12000(5, 3, 'student', 0),
10629(6, 3, 'faculty', 0),12001(6, 3, 'faculty', 0),
10630(7, 5, 'student', 0),12002(7, 5, 'student', 0),
10631(8, 5, 'faculty', 0),12003(8, 5, 'faculty', 0),
10632(9, 4, 'staff', 0);12004(9, 4, 'staff', 0);
1063312005
10634-- --------------------------------------------------------12006-- --------------------------------------------------------
1063512007
10636--12008--
10637-- Table structure for table `cbl_assessment_method_group_meta`12009-- Table structure for table `cbl_assessment_method_group_meta`
10638--12010--
1063912011
10640CREATE TABLE `cbl_assessment_method_group_meta` (12012CREATE TABLE `cbl_assessment_method_group_meta` (
10641  `amethod_meta_id` int(12) UNSIGNED NOT NULL,12013  `amethod_meta_id` int(12) UNSIGNED NOT NULL,
10642  `assessment_method_id` int(11) UNSIGNED NOT NULL,12014  `assessment_method_id` int(11) UNSIGNED NOT NULL,
10643  `group` char(35) NOT NULL,12015  `group` char(35) NOT NULL,
10644  `title` char(255) NOT NULL,12016  `title` char(255) NOT NULL,
10645  `description` text,12017  `description` text,
10646  `instructions` text,12018  `instructions` text,
10647  `button_text` char(255) NOT NULL,12019  `button_text` char(255) NOT NULL,
10648  `skip_validation` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',12020  `skip_validation` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
10649  `assessment_cue` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',12021  `assessment_cue` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
10650  `allow_external_assessor` tinyint(1) DEFAULT '0',12022  `allow_external_assessor` tinyint(1) DEFAULT '0',
10651  `created_date` bigint(64) UNSIGNED NOT NULL,12023  `created_date` bigint(64) UNSIGNED NOT NULL,
10652  `created_by` int(11) UNSIGNED NOT NULL,12024  `created_by` int(11) UNSIGNED NOT NULL,
10653  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,12025  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10654  `updated_by` int(11) UNSIGNED DEFAULT NULL,12026  `updated_by` int(11) UNSIGNED DEFAULT NULL,
10655  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL12027  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10656) ENGINE=InnoDB DEFAULT CHARSET=utf8;12028) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1065712029
10658--12030--
10659-- Dumping data for table `cbl_assessment_method_group_meta`12031-- Dumping data for table `cbl_assessment_method_group_meta`
10660--12032--
1066112033
10662INSERT INTO `cbl_assessment_method_group_meta` (`amethod_meta_id`, `assessment_method_id`, `group`, `title`, `description`, `instructions`, `button_text`, `skip_validation`, `assessment_cue`, `allow_external_assessor`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12034INSERT INTO `cbl_assessment_method_group_meta` (`amethod_meta_id`, `assessment_method_id`, `group`, `title`, `description`, `instructions`, `button_text`, `skip_validation`, `assessment_cue`, `allow_external_assessor`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10663(1, 1, '', 'Standard Assessment', NULL, NULL, 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12035(1, 1, '', 'Standard Assessment', NULL, NULL, 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10664(2, 6, 'faculty', 'Faculty Triggered Assessment', NULL, 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12036(2, 6, 'faculty', 'Faculty Triggered Assessment', NULL, 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10665(3, 4, 'student', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the selected assessor will receive a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12037(3, 4, 'student', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the selected assessor will receive a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10666(4, 4, 'faculty', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12038(4, 4, 'faculty', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10667(5, 4, 'medtech', 'Email blank form', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12039(5, 4, 'medtech', 'Email blank form', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10668(6, 2, 'student', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete this assessment task.', 'Submit and notify assessor by email', 1, 1, 1, 1510375509, 1, NULL, NULL, NULL),12040(6, 2, 'student', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete this assessment task.', 'Submit and notify assessor by email', 1, 1, 1, 1510375509, 1, NULL, NULL, NULL),
10669(7, 2, 'faculty', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12041(7, 2, 'faculty', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10670(8, 3, 'student', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once you have submitted this assessment, the assessor will be prompted to enter their PIN and complete this assessment task.', 'Submit and have assessor confirm by PIN', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL),12042(8, 3, 'student', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once you have submitted this assessment, the assessor will be prompted to enter their PIN and complete this assessment task.', 'Submit and have assessor confirm by PIN', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL),
10671(9, 3, 'faculty', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once your PIN has been entered, the result of this assessment will appear on the target\'s dashboard.', 'Submit', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL),12043(9, 3, 'faculty', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once your PIN has been entered, the result of this assessment will appear on the target\'s dashboard.', 'Submit', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL),
10672(10, 5, 'student', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 1, 1, 1510375509, 1, NULL, NULL, NULL),12044(10, 5, 'student', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 1, 1, 1510375509, 1, NULL, NULL, NULL),
10673(11, 5, 'faculty', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),12045(11, 5, 'faculty', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL),
10674(12, 4, 'staff', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', NULL, '', 0, 0, 0, 0, 0, NULL, NULL, NULL);12046(12, 4, 'staff', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', NULL, '', 0, 0, 0, 0, 0, NULL, NULL, NULL);
1067512047
10676-- --------------------------------------------------------12048-- --------------------------------------------------------
1067712049
10678--12050--
10679-- Table structure for table `cbl_assessment_method_organisations`12051-- Table structure for table `cbl_assessment_method_organisations`
10680--12052--
1068112053
10682CREATE TABLE `cbl_assessment_method_organisations` (12054CREATE TABLE `cbl_assessment_method_organisations` (
10683  `amethod_organisation_id` int(11) UNSIGNED NOT NULL,12055  `amethod_organisation_id` int(11) UNSIGNED NOT NULL,
10684  `assessment_method_id` int(11) UNSIGNED NOT NULL,12056  `assessment_method_id` int(11) UNSIGNED NOT NULL,
10685  `organisation_id` int(11) UNSIGNED NOT NULL,12057  `organisation_id` int(11) UNSIGNED NOT NULL,
10686  `created_date` bigint(64) UNSIGNED NOT NULL,12058  `created_date` bigint(64) UNSIGNED NOT NULL,
10687  `created_by` int(11) UNSIGNED NOT NULL,12059  `created_by` int(11) UNSIGNED NOT NULL,
10688  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,12060  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10689  `updated_by` int(11) UNSIGNED DEFAULT NULL,12061  `updated_by` int(11) UNSIGNED DEFAULT NULL,
10690  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL12062  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
10691) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12063) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1069212064
10693--12065--
10694-- Dumping data for table `cbl_assessment_method_organisations`12066-- Dumping data for table `cbl_assessment_method_organisations`
10695--12067--
1069612068
10697INSERT INTO `cbl_assessment_method_organisations` (`amethod_organisation_id`, `assessment_method_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12069INSERT INTO `cbl_assessment_method_organisations` (`amethod_organisation_id`, `assessment_method_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10698(1, 1, 1, 1510375509, 1, NULL, NULL, NULL),12070(1, 1, 1, 1510375509, 1, NULL, NULL, NULL),
10699(2, 6, 1, 1510375509, 1, NULL, NULL, NULL),12071(2, 6, 1, 1510375509, 1, NULL, NULL, NULL),
10700(3, 4, 1, 1510375509, 1, NULL, NULL, NULL),12072(3, 4, 1, 1510375509, 1, NULL, NULL, NULL),
10701(4, 2, 1, 1510375509, 1, NULL, NULL, NULL),12073(4, 2, 1, 1510375509, 1, NULL, NULL, NULL),
10702(5, 3, 1, 1510375509, 1, NULL, NULL, NULL),12074(5, 3, 1, 1510375509, 1, NULL, NULL, NULL),
10703(6, 5, 1, 1510375509, 1, NULL, NULL, NULL),12075(6, 5, 1, 1510375509, 1, NULL, NULL, NULL),
10704(7, 7, 1, 1685381585, 1, 1685381585, 1, NULL),12076(7, 7, 1, 1685381585, 1, 1685381585, 1, NULL),
10705(8, 8, 1, 1685381585, 1, 1685381585, 1, NULL),12077(8, 8, 1, 1685381585, 1, 1685381585, 1, NULL),
10706(9, 6, 2, 1685381585, 1, 1685381585, 1, NULL),12078(9, 6, 2, 1685381585, 1, 1685381585, 1, NULL),
10707(10, 7, 2, 1685381585, 1, 1685381585, 1, NULL),12079(10, 7, 2, 1685381585, 1, 1685381585, 1, NULL),
10708(11, 8, 2, 1685381585, 1, 1685381585, 1, NULL),12080(11, 8, 2, 1685381585, 1, 1685381585, 1, NULL),
10709(12, 4, 2, 1685381585, 1, 1685381585, 1, NULL),12081(12, 4, 2, 1685381585, 1, 1685381585, 1, NULL),
10710(13, 2, 2, 1685381585, 1, 1685381585, 1, NULL),12082(13, 2, 2, 1685381585, 1, 1685381585, 1, NULL),
10711(14, 3, 2, 1685381585, 1, 1685381585, 1, NULL),12083(14, 3, 2, 1685381585, 1, 1685381585, 1, NULL),
10712(15, 5, 2, 1685381585, 1, 1685381585, 1, NULL);12084(15, 5, 2, 1685381585, 1, 1685381585, 1, NULL);
1071312085
10714-- --------------------------------------------------------12086-- --------------------------------------------------------
1071512087
10716--12088--
10717-- Table structure for table `cbl_assessment_notifications`12089-- Table structure for table `cbl_assessment_notifications`
10718--12090--
1071912091
10720CREATE TABLE `cbl_assessment_notifications` (12092CREATE TABLE `cbl_assessment_notifications` (
10721  `anotification_id` int(11) UNSIGNED NOT NULL,12093  `anotification_id` int(11) UNSIGNED NOT NULL,
10722  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,12094  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
10723  `assessment_value` int(11) UNSIGNED NOT NULL,12095  `assessment_value` int(11) UNSIGNED NOT NULL,
10724  `assessment_type` enum('assessment','delegation','approver') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'assessment',12096  `assessment_type` enum('assessment','delegation','approver') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'assessment',
10725  `notified_value` int(11) UNSIGNED NOT NULL,12097  `notified_value` int(11) UNSIGNED NOT NULL,
10726  `notified_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id',12098  `notified_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id',
10727  `notification_id` int(11) UNSIGNED NOT NULL,12099  `notification_id` int(11) UNSIGNED NOT NULL,
10728  `nuser_id` int(11) UNSIGNED NOT NULL,12100  `nuser_id` int(11) UNSIGNED NOT NULL,
10729  `notification_type` enum('delegator_start','delegator_late','delegator_reminder','assessor_start','assessor_reminder','assessment_approver','assessor_late','flagged_response','assessment_removal','assessment_task_deleted','delegation_task_deleted','assessment_submitted','assessment_delegation_assignment_removed','assessment_submitted_notify_approver','assessment_submitted_notify_learner','assessment_expiry_warning','submit_assessment_on_behalf','distribution_assessment_summary','reminder_distribution_assessment_summary','assessment_approver_summary','assessment_task_reopened') DEFAULT NULL,12101  `notification_type` enum('delegator_start','delegator_late','delegator_reminder','assessor_start','assessor_reminder','assessment_approver','assessor_late','flagged_response','assessment_removal','assessment_task_deleted','delegation_task_deleted','assessment_submitted','assessment_delegation_assignment_removed','assessment_submitted_notify_approver','assessment_submitted_notify_learner','assessment_expiry_warning','submit_assessment_on_behalf','distribution_assessment_summary','reminder_distribution_assessment_summary','assessment_approver_summary','assessment_task_reopened') DEFAULT NULL,
10730  `schedule_id` int(11) UNSIGNED DEFAULT NULL,12102  `schedule_id` int(11) UNSIGNED DEFAULT NULL,
10731  `sent_date` bigint(64) NOT NULL12103  `sent_date` bigint(64) NOT NULL
10732) ENGINE=InnoDB DEFAULT CHARSET=utf8;12104) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1073312105
10734--12106--
10735-- Dumping data for table `cbl_assessment_notifications`12107-- Dumping data for table `cbl_assessment_notifications`
10736--12108--
1073712109
10738INSERT INTO `cbl_assessment_notifications` (`anotification_id`, `adistribution_id`, `assessment_value`, `assessment_type`, `notified_value`, `notified_type`, `notification_id`, `nuser_id`, `notification_type`, `schedule_id`, `sent_date`) VALUES12110INSERT INTO `cbl_assessment_notifications` (`anotification_id`, `adistribution_id`, `assessment_value`, `assessment_type`, `notified_value`, `notified_type`, `notification_id`, `nuser_id`, `notification_type`, `schedule_id`, `sent_date`) VALUES
10739(1, 1, 1, 'assessment', 1, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585),12111(1, 1, 1, 'assessment', 1, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585),
10740(2, 2, 2, 'assessment', 5, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585),12112(2, 2, 2, 'assessment', 5, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585),
10741(3, NULL, 4, 'assessment', 5, 'proxy_id', 1, 3, 'flagged_response', NULL, 1685381585),12113(3, NULL, 4, 'assessment', 5, 'proxy_id', 1, 3, 'flagged_response', NULL, 1685381585),
n10742(4, 5, 6, 'assessment', 7, 'proxy_id', 3, 5, 'assessor_start', 74, 1685381585);n12114(4, 5, 6, 'assessment', 7, 'proxy_id', 3, 5, 'assessor_start', 74, 1685381585),
12115(5, NULL, 7, 'assessment', 7, 'proxy_id', 4, 6, 'assessor_start', NULL, 1685391944),
12116(6, NULL, 9, 'assessment', 7, 'proxy_id', 5, 7, 'assessor_start', NULL, 1685472687),
12117(7, NULL, 11, 'assessment', 5, 'proxy_id', 6, 8, 'assessor_start', NULL, 1685539367),
12118(8, NULL, 12, 'assessment', 7, 'proxy_id', 7, 9, 'assessor_start', NULL, 1685540644),
12119(9, NULL, 13, 'assessment', 7, 'proxy_id', 8, 10, 'assessor_start', NULL, 1685543631),
12120(10, NULL, 14, 'assessment', 7, 'proxy_id', 9, 11, 'assessor_start', NULL, 1685543708),
12121(11, NULL, 15, 'assessment', 9, 'proxy_id', 10, 12, 'assessor_start', NULL, 1685543782),
12122(12, NULL, 16, 'assessment', 9, 'proxy_id', 11, 13, 'assessor_start', NULL, 1685543812),
12123(13, NULL, 17, 'assessment', 6, 'proxy_id', 12, 14, 'assessor_start', NULL, 1685543852);
1074312124
10744-- --------------------------------------------------------12125-- --------------------------------------------------------
1074512126
10746--12127--
10747-- Table structure for table `cbl_assessment_plans`12128-- Table structure for table `cbl_assessment_plans`
10748--12129--
1074912130
10750CREATE TABLE `cbl_assessment_plans` (12131CREATE TABLE `cbl_assessment_plans` (
10751  `assessment_plan_id` int(12) UNSIGNED NOT NULL,12132  `assessment_plan_id` int(12) UNSIGNED NOT NULL,
10752  `title` varchar(1024) NOT NULL,12133  `title` varchar(1024) NOT NULL,
10753  `description` text,12134  `description` text,
10754  `assessment_plan_container_id` int(12) NOT NULL,12135  `assessment_plan_container_id` int(12) NOT NULL,
10755  `objective_id` int(12) NOT NULL,12136  `objective_id` int(12) NOT NULL,
10756  `valid_from` bigint(64) NOT NULL,12137  `valid_from` bigint(64) NOT NULL,
10757  `valid_until` bigint(64) NOT NULL,12138  `valid_until` bigint(64) NOT NULL,
10758  `published` tinyint(1) NOT NULL DEFAULT '0',12139  `published` tinyint(1) NOT NULL DEFAULT '0',
10759  `created_date` bigint(64) NOT NULL,12140  `created_date` bigint(64) NOT NULL,
10760  `created_by` int(12) NOT NULL,12141  `created_by` int(12) NOT NULL,
10761  `updated_date` bigint(64) DEFAULT NULL,12142  `updated_date` bigint(64) DEFAULT NULL,
10762  `updated_by` int(12) DEFAULT NULL,12143  `updated_by` int(12) DEFAULT NULL,
10763  `deleted_date` bigint(64) DEFAULT NULL12144  `deleted_date` bigint(64) DEFAULT NULL
10764) ENGINE=InnoDB DEFAULT CHARSET=utf8;12145) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1076512146
nn12147--
12148-- Dumping data for table `cbl_assessment_plans`
12149--
12150 
12151INSERT INTO `cbl_assessment_plans` (`assessment_plan_id`, `title`, `description`, `assessment_plan_container_id`, `objective_id`, `valid_from`, `valid_until`, `published`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12152(1, 'EPA1', NULL, 1, 2695, 1685391044, 1685391044, 1, 1685391044, 1, NULL, NULL, NULL),
12153(2, 'EPA2', NULL, 1, 2698, 1685470473, 1685470473, 1, 1685470473, 1, NULL, NULL, NULL),
12154(3, 'EPA3A', NULL, 1, 2699, 1685543403, 1685543403, 1, 1685543403, 1, NULL, NULL, NULL),
12155(4, 'EPA3B', NULL, 1, 2700, 1685543462, 1685543462, 1, 1685543462, 1, NULL, NULL, NULL),
12156(5, 'EPA4', NULL, 1, 2701, 1685544570, 1685544570, 1, 1685544570, 1, NULL, NULL, NULL);
12157 
10766-- --------------------------------------------------------12158-- --------------------------------------------------------
1076712159
10768--12160--
10769-- Table structure for table `cbl_assessment_plan_containers`12161-- Table structure for table `cbl_assessment_plan_containers`
10770--12162--
1077112163
10772CREATE TABLE `cbl_assessment_plan_containers` (12164CREATE TABLE `cbl_assessment_plan_containers` (
10773  `assessment_plan_container_id` int(12) UNSIGNED NOT NULL,12165  `assessment_plan_container_id` int(12) UNSIGNED NOT NULL,
10774  `title` varchar(1024) NOT NULL,12166  `title` varchar(1024) NOT NULL,
10775  `description` text,12167  `description` text,
10776  `course_id` int(12) NOT NULL,12168  `course_id` int(12) NOT NULL,
10777  `cbme_objective_tree_version_id` int(12) NOT NULL,12169  `cbme_objective_tree_version_id` int(12) NOT NULL,
10778  `user_specific_plan` tinyint(1) NOT NULL DEFAULT '0',12170  `user_specific_plan` tinyint(1) NOT NULL DEFAULT '0',
10779  `created_date` bigint(64) NOT NULL,12171  `created_date` bigint(64) NOT NULL,
10780  `created_by` int(12) NOT NULL,12172  `created_by` int(12) NOT NULL,
10781  `updated_date` bigint(64) DEFAULT NULL,12173  `updated_date` bigint(64) DEFAULT NULL,
10782  `updated_by` int(12) DEFAULT NULL,12174  `updated_by` int(12) DEFAULT NULL,
10783  `deleted_date` bigint(64) DEFAULT NULL12175  `deleted_date` bigint(64) DEFAULT NULL
10784) ENGINE=InnoDB DEFAULT CHARSET=utf8;12176) ENGINE=InnoDB DEFAULT CHARSET=utf8;
nn12177 
12178--
12179-- Dumping data for table `cbl_assessment_plan_containers`
12180--
12181 
12182INSERT INTO `cbl_assessment_plan_containers` (`assessment_plan_container_id`, `title`, `description`, `course_id`, `cbme_objective_tree_version_id`, `user_specific_plan`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12183(1, 'DeepDive AP', NULL, 16, 3, 0, 1, 1, 1685542845, 1, NULL);
1078512184
10786-- --------------------------------------------------------12185-- --------------------------------------------------------
1078712186
10788--12187--
10789-- Table structure for table `cbl_assessment_plan_container_users`12188-- Table structure for table `cbl_assessment_plan_container_users`
10790--12189--
1079112190
10792CREATE TABLE `cbl_assessment_plan_container_users` (12191CREATE TABLE `cbl_assessment_plan_container_users` (
10793  `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL,12192  `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL,
10794  `assessment_plan_container_id` int(12) NOT NULL,12193  `assessment_plan_container_id` int(12) NOT NULL,
10795  `proxy_id` int(12) NOT NULL,12194  `proxy_id` int(12) NOT NULL,
10796  `created_date` bigint(64) UNSIGNED NOT NULL,12195  `created_date` bigint(64) UNSIGNED NOT NULL,
10797  `created_by` int(12) UNSIGNED NOT NULL,12196  `created_by` int(12) UNSIGNED NOT NULL,
10798  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,12197  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10799  `updated_by` int(12) UNSIGNED DEFAULT NULL,12198  `updated_by` int(12) UNSIGNED DEFAULT NULL,
10800  `deleted_date` bigint(64) DEFAULT NULL12199  `deleted_date` bigint(64) DEFAULT NULL
10801) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12200) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1080212201
10803-- --------------------------------------------------------12202-- --------------------------------------------------------
1080412203
10805--12204--
10806-- Table structure for table `cbl_assessment_plan_forms`12205-- Table structure for table `cbl_assessment_plan_forms`
10807--12206--
1080812207
10809CREATE TABLE `cbl_assessment_plan_forms` (12208CREATE TABLE `cbl_assessment_plan_forms` (
10810  `assessment_plan_form_id` int(12) UNSIGNED NOT NULL,12209  `assessment_plan_form_id` int(12) UNSIGNED NOT NULL,
10811  `assessment_plan_id` int(12) NOT NULL,12210  `assessment_plan_id` int(12) NOT NULL,
10812  `form_id` int(12) NOT NULL,12211  `form_id` int(12) NOT NULL,
10813  `minimum_assessments` int(12) DEFAULT NULL,12212  `minimum_assessments` int(12) DEFAULT NULL,
10814  `iresponse_id` int(12) DEFAULT NULL,12213  `iresponse_id` int(12) DEFAULT NULL,
10815  `minimum_assessors` int(12) DEFAULT NULL,12214  `minimum_assessors` int(12) DEFAULT NULL,
10816  `form_combination_id` int(12) DEFAULT NULL,12215  `form_combination_id` int(12) DEFAULT NULL,
10817  `created_date` bigint(64) NOT NULL,12216  `created_date` bigint(64) NOT NULL,
10818  `created_by` int(12) NOT NULL,12217  `created_by` int(12) NOT NULL,
10819  `updated_date` bigint(64) DEFAULT NULL,12218  `updated_date` bigint(64) DEFAULT NULL,
10820  `updated_by` int(12) DEFAULT NULL,12219  `updated_by` int(12) DEFAULT NULL,
10821  `deleted_date` bigint(64) DEFAULT NULL12220  `deleted_date` bigint(64) DEFAULT NULL
10822) ENGINE=InnoDB DEFAULT CHARSET=utf8;12221) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1082312222
nn12223--
12224-- Dumping data for table `cbl_assessment_plan_forms`
12225--
12226 
12227INSERT INTO `cbl_assessment_plan_forms` (`assessment_plan_form_id`, `assessment_plan_id`, `form_id`, `minimum_assessments`, `iresponse_id`, `minimum_assessors`, `form_combination_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12228(1, 1, 9, 5, 98, 2, NULL, 1685391044, 1, NULL, NULL, NULL),
12229(2, 2, 10, 6, 139, 3, NULL, 1685470473, 1, NULL, NULL, NULL),
12230(3, 3, 11, 2, 179, 2, NULL, 1685543403, 1, NULL, NULL, NULL),
12231(4, 4, 12, 3, 214, 3, NULL, 1685543462, 1, NULL, NULL, NULL),
12232(5, 5, 13, 2, 279, 2, NULL, 1685544570, 1, NULL, NULL, NULL);
12233 
10824-- --------------------------------------------------------12234-- --------------------------------------------------------
1082512235
10826--12236--
10827-- Table structure for table `cbl_assessment_plan_form_cv_types`12237-- Table structure for table `cbl_assessment_plan_form_cv_types`
10828--12238--
1082912239
10830CREATE TABLE `cbl_assessment_plan_form_cv_types` (12240CREATE TABLE `cbl_assessment_plan_form_cv_types` (
10831  `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL,12241  `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL,
10832  `assessment_plan_id` int(12) NOT NULL,12242  `assessment_plan_id` int(12) NOT NULL,
10833  `assessment_plan_form_id` int(12) NOT NULL,12243  `assessment_plan_form_id` int(12) NOT NULL,
10834  `assessment_plan_cv_type_id` int(12) UNSIGNED DEFAULT NULL,12244  `assessment_plan_cv_type_id` int(12) UNSIGNED DEFAULT NULL,
10835  `created_date` bigint(64) NOT NULL,12245  `created_date` bigint(64) NOT NULL,
10836  `created_by` int(12) NOT NULL,12246  `created_by` int(12) NOT NULL,
10837  `updated_date` bigint(64) DEFAULT NULL,12247  `updated_date` bigint(64) DEFAULT NULL,
10838  `updated_by` int(12) DEFAULT NULL,12248  `updated_by` int(12) DEFAULT NULL,
10839  `deleted_date` bigint(64) DEFAULT NULL12249  `deleted_date` bigint(64) DEFAULT NULL
10840) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12250) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn12251 
12252--
12253-- Dumping data for table `cbl_assessment_plan_form_cv_types`
12254--
12255 
12256INSERT INTO `cbl_assessment_plan_form_cv_types` (`assessment_plan_form_cv_type_id`, `assessment_plan_id`, `assessment_plan_form_id`, `assessment_plan_cv_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12257(1, 1, 1, 2, 1685391044, 1, NULL, NULL, NULL),
12258(2, 2, 2, 2, 1685470473, 1, NULL, NULL, NULL),
12259(3, 3, 3, 2, 1685543403, 1, NULL, NULL, NULL),
12260(4, 4, 4, 2, 1685543462, 1, NULL, NULL, NULL),
12261(5, 5, 5, 2, 1685544570, 1, NULL, NULL, NULL);
1084112262
10842-- --------------------------------------------------------12263-- --------------------------------------------------------
1084312264
10844--12265--
10845-- Table structure for table `cbl_assessment_plan_form_objectives`12266-- Table structure for table `cbl_assessment_plan_form_objectives`
10846--12267--
1084712268
10848CREATE TABLE `cbl_assessment_plan_form_objectives` (12269CREATE TABLE `cbl_assessment_plan_form_objectives` (
10849  `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL,12270  `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL,
10850  `assessment_plan_id` int(12) NOT NULL,12271  `assessment_plan_id` int(12) NOT NULL,
10851  `assessment_plan_form_id` int(12) NOT NULL,12272  `assessment_plan_form_id` int(12) NOT NULL,
10852  `assessment_plan_form_cv_type_id` int(12) NOT NULL,12273  `assessment_plan_form_cv_type_id` int(12) NOT NULL,
10853  `objective_id` int(12) NOT NULL,12274  `objective_id` int(12) NOT NULL,
10854  `objective_parent` int(12) NOT NULL DEFAULT '0',12275  `objective_parent` int(12) NOT NULL DEFAULT '0',
10855  `objective_set_id` int(12) NOT NULL,12276  `objective_set_id` int(12) NOT NULL,
10856  `objective_group_id` int(12) DEFAULT NULL,12277  `objective_group_id` int(12) DEFAULT NULL,
10857  `minimum` int(12) DEFAULT NULL,12278  `minimum` int(12) DEFAULT NULL,
10858  `number_of_spread_responses` int(12) DEFAULT NULL,12279  `number_of_spread_responses` int(12) DEFAULT NULL,
10859  `created_date` bigint(64) NOT NULL,12280  `created_date` bigint(64) NOT NULL,
10860  `created_by` int(12) NOT NULL,12281  `created_by` int(12) NOT NULL,
10861  `updated_date` bigint(64) DEFAULT NULL,12282  `updated_date` bigint(64) DEFAULT NULL,
10862  `updated_by` int(12) DEFAULT NULL,12283  `updated_by` int(12) DEFAULT NULL,
10863  `deleted_date` bigint(64) DEFAULT NULL12284  `deleted_date` bigint(64) DEFAULT NULL
10864) ENGINE=InnoDB DEFAULT CHARSET=utf8;12285) ENGINE=InnoDB DEFAULT CHARSET=utf8;
nn12286 
12287--
12288-- Dumping data for table `cbl_assessment_plan_form_objectives`
12289--
12290 
12291INSERT INTO `cbl_assessment_plan_form_objectives` (`assessment_plan_form_objective_id`, `assessment_plan_id`, `assessment_plan_form_id`, `assessment_plan_form_cv_type_id`, `objective_id`, `objective_parent`, `objective_set_id`, `objective_group_id`, `minimum`, `number_of_spread_responses`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12292(1, 1, 1, 1, 2431, 0, 16, NULL, NULL, NULL, 1685391044, 1, NULL, NULL, NULL),
12293(2, 1, 1, 1, 2774, 2431, 17, NULL, 1, NULL, 1685391044, 1, NULL, NULL, NULL),
12294(3, 2, 2, 2, 2431, 0, 16, NULL, NULL, NULL, 1685470473, 1, NULL, NULL, NULL),
12295(4, 2, 2, 2, 2775, 2431, 17, NULL, 2, NULL, 1685470473, 1, NULL, NULL, NULL),
12296(5, 3, 3, 3, 2431, 0, 16, NULL, NULL, NULL, 1685543403, 1, NULL, NULL, NULL),
12297(6, 3, 3, 3, 2776, 2431, 17, NULL, 1, NULL, 1685543403, 1, NULL, NULL, NULL),
12298(7, 4, 4, 4, 2431, 0, 16, NULL, NULL, NULL, 1685543462, 1, NULL, NULL, NULL),
12299(8, 4, 4, 4, 2773, 2431, 17, NULL, 2, NULL, 1685543462, 1, NULL, NULL, NULL),
12300(9, 5, 5, 5, 2431, 0, 16, NULL, NULL, NULL, 1685544570, 1, NULL, NULL, NULL),
12301(10, 5, 5, 5, 2775, 2431, 17, NULL, 1, NULL, 1685544570, 1, NULL, NULL, NULL);
1086512302
10866-- --------------------------------------------------------12303-- --------------------------------------------------------
1086712304
10868--12305--
10869-- Table structure for table `cbl_assessment_plan_form_objective_groups`12306-- Table structure for table `cbl_assessment_plan_form_objective_groups`
10870--12307--
1087112308
10872CREATE TABLE `cbl_assessment_plan_form_objective_groups` (12309CREATE TABLE `cbl_assessment_plan_form_objective_groups` (
10873  `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL,12310  `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL,
10874  `assessment_plan_id` int(12) UNSIGNED NOT NULL,12311  `assessment_plan_id` int(12) UNSIGNED NOT NULL,
10875  `assessment_plan_form_id` int(12) UNSIGNED NOT NULL,12312  `assessment_plan_form_id` int(12) UNSIGNED NOT NULL,
10876  `assessment_plan_form_cv_type_id` int(12) NOT NULL,12313  `assessment_plan_form_cv_type_id` int(12) NOT NULL,
10877  `objective_group_id` int(12) UNSIGNED DEFAULT NULL,12314  `objective_group_id` int(12) UNSIGNED DEFAULT NULL,
10878  `number_of_spread_responses` int(12) DEFAULT NULL,12315  `number_of_spread_responses` int(12) DEFAULT NULL,
10879  `created_date` bigint(64) NOT NULL,12316  `created_date` bigint(64) NOT NULL,
10880  `created_by` int(12) NOT NULL,12317  `created_by` int(12) NOT NULL,
10881  `updated_date` bigint(64) DEFAULT NULL,12318  `updated_date` bigint(64) DEFAULT NULL,
10882  `updated_by` int(12) DEFAULT NULL,12319  `updated_by` int(12) DEFAULT NULL,
10883  `deleted_date` bigint(64) DEFAULT NULL12320  `deleted_date` bigint(64) DEFAULT NULL
10884) ENGINE=InnoDB DEFAULT CHARSET=utf8;12321) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1088512322
10886-- --------------------------------------------------------12323-- --------------------------------------------------------
1088712324
10888--12325--
10889-- Table structure for table `cbl_assessment_plan_lu_cv_types`12326-- Table structure for table `cbl_assessment_plan_lu_cv_types`
10890--12327--
1089112328
10892CREATE TABLE `cbl_assessment_plan_lu_cv_types` (12329CREATE TABLE `cbl_assessment_plan_lu_cv_types` (
10893  `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL,12330  `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL,
10894  `shortname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,12331  `shortname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
10895  `title` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,12332  `title` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
10896  `created_date` int(11) DEFAULT NULL,12333  `created_date` int(11) DEFAULT NULL,
10897  `created_by` int(11) DEFAULT NULL,12334  `created_by` int(11) DEFAULT NULL,
10898  `updated_date` int(11) DEFAULT NULL,12335  `updated_date` int(11) DEFAULT NULL,
10899  `updated_by` int(11) DEFAULT NULL,12336  `updated_by` int(11) DEFAULT NULL,
10900  `deleted_date` int(11) DEFAULT NULL12337  `deleted_date` int(11) DEFAULT NULL
10901) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12338) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1090212339
10903--12340--
10904-- Dumping data for table `cbl_assessment_plan_lu_cv_types`12341-- Dumping data for table `cbl_assessment_plan_lu_cv_types`
10905--12342--
1090612343
10907INSERT INTO `cbl_assessment_plan_lu_cv_types` (`assessment_plan_cv_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12344INSERT INTO `cbl_assessment_plan_lu_cv_types` (`assessment_plan_cv_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10908(1, 'spread', 'Spread', 1599626412, 1, NULL, NULL, NULL),12345(1, 'spread', 'Spread', 1599626412, 1, NULL, NULL, NULL),
10909(2, 'specific', 'Specific', 1599626412, 1, NULL, NULL, NULL),12346(2, 'specific', 'Specific', 1599626412, 1, NULL, NULL, NULL),
10910(3, 'group', 'Group', 1599626412, 1, NULL, NULL, NULL),12347(3, 'group', 'Group', 1599626412, 1, NULL, NULL, NULL),
10911(4, 'group_spread', 'Group Spread', 1599626412, 1, NULL, NULL, NULL);12348(4, 'group_spread', 'Group Spread', 1599626412, 1, NULL, NULL, NULL);
1091212349
10913-- --------------------------------------------------------12350-- --------------------------------------------------------
1091412351
10915--12352--
10916-- Table structure for table `cbl_assessment_plan_objectives`12353-- Table structure for table `cbl_assessment_plan_objectives`
10917--12354--
1091812355
10919CREATE TABLE `cbl_assessment_plan_objectives` (12356CREATE TABLE `cbl_assessment_plan_objectives` (
10920  `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL,12357  `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL,
10921  `assessment_plan_id` int(12) NOT NULL,12358  `assessment_plan_id` int(12) NOT NULL,
10922  `objective_id` int(12) NOT NULL,12359  `objective_id` int(12) NOT NULL,
10923  `created_date` bigint(64) NOT NULL,12360  `created_date` bigint(64) NOT NULL,
10924  `created_by` int(12) NOT NULL,12361  `created_by` int(12) NOT NULL,
10925  `updated_date` bigint(64) DEFAULT NULL,12362  `updated_date` bigint(64) DEFAULT NULL,
10926  `updated_by` int(12) DEFAULT NULL,12363  `updated_by` int(12) DEFAULT NULL,
10927  `deleted_date` bigint(64) DEFAULT NULL12364  `deleted_date` bigint(64) DEFAULT NULL
10928) ENGINE=InnoDB DEFAULT CHARSET=utf8;12365) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1092912366
10930-- --------------------------------------------------------12367-- --------------------------------------------------------
1093112368
10932--12369--
10933-- Table structure for table `cbl_assessment_progress`12370-- Table structure for table `cbl_assessment_progress`
10934--12371--
1093512372
10936CREATE TABLE `cbl_assessment_progress` (12373CREATE TABLE `cbl_assessment_progress` (
10937  `aprogress_id` int(11) UNSIGNED NOT NULL,12374  `aprogress_id` int(11) UNSIGNED NOT NULL,
10938  `one45_formsAttached_id` int(11) UNSIGNED DEFAULT NULL,12375  `one45_formsAttached_id` int(11) UNSIGNED DEFAULT NULL,
10939  `one45_p_id` int(11) DEFAULT NULL,12376  `one45_p_id` int(11) DEFAULT NULL,
10940  `one45_moment_id` int(11) DEFAULT NULL,12377  `one45_moment_id` int(11) DEFAULT NULL,
10941  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,12378  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
10942  `dassessment_id` int(11) DEFAULT NULL,12379  `dassessment_id` int(11) DEFAULT NULL,
10943  `uuid` varchar(36) NOT NULL,12380  `uuid` varchar(36) NOT NULL,
10944  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',12381  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',
10945  `assessor_value` int(12) NOT NULL,12382  `assessor_value` int(12) NOT NULL,
10946  `adtarget_id` int(11) UNSIGNED DEFAULT NULL,12383  `adtarget_id` int(11) UNSIGNED DEFAULT NULL,
10947  `target_record_id` int(11) DEFAULT NULL,12384  `target_record_id` int(11) DEFAULT NULL,
10948  `target_type` enum('event_id','proxy_id','course_id','cunit_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT 'proxy_id',12385  `target_type` enum('event_id','proxy_id','course_id','cunit_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT 'proxy_id',
10949  `target_learning_context_id` int(11) DEFAULT NULL,12386  `target_learning_context_id` int(11) DEFAULT NULL,
10950  `progress_value` enum('inprogress','complete','cancelled') DEFAULT NULL,12387  `progress_value` enum('inprogress','complete','cancelled') DEFAULT NULL,
10951  `progress_time` bigint(64) UNSIGNED DEFAULT NULL,12388  `progress_time` bigint(64) UNSIGNED DEFAULT NULL,
10952  `created_date` bigint(64) NOT NULL,12389  `created_date` bigint(64) NOT NULL,
10953  `created_by` int(11) DEFAULT NULL,12390  `created_by` int(11) DEFAULT NULL,
10954  `updated_date` bigint(64) DEFAULT NULL,12391  `updated_date` bigint(64) DEFAULT NULL,
10955  `updated_by` int(11) DEFAULT NULL,12392  `updated_by` int(11) DEFAULT NULL,
10956  `deleted_date` bigint(20) DEFAULT NULL12393  `deleted_date` bigint(20) DEFAULT NULL
10957) ENGINE=InnoDB DEFAULT CHARSET=utf8;12394) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1095812395
10959--12396--
10960-- Dumping data for table `cbl_assessment_progress`12397-- Dumping data for table `cbl_assessment_progress`
10961--12398--
1096212399
10963INSERT INTO `cbl_assessment_progress` (`aprogress_id`, `one45_formsAttached_id`, `one45_p_id`, `one45_moment_id`, `adistribution_id`, `dassessment_id`, `uuid`, `assessor_type`, `assessor_value`, `adtarget_id`, `target_record_id`, `target_type`, `target_learning_context_id`, `progress_value`, `progress_time`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12400INSERT INTO `cbl_assessment_progress` (`aprogress_id`, `one45_formsAttached_id`, `one45_p_id`, `one45_moment_id`, `adistribution_id`, `dassessment_id`, `uuid`, `assessor_type`, `assessor_value`, `adtarget_id`, `target_record_id`, `target_type`, `target_learning_context_id`, `progress_value`, `progress_time`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
10964(1, NULL, NULL, NULL, 1, 1, '4408fcce-a561-11ec-ad41-0242ac1c0002', 'internal', 1, NULL, 1, 'proxy_id', NULL, 'complete', 28, 1685381585, 1, 1685381585, 1, NULL),12401(1, NULL, NULL, NULL, 1, 1, '4408fcce-a561-11ec-ad41-0242ac1c0002', 'internal', 1, NULL, 1, 'proxy_id', NULL, 'complete', 28, 1685381585, 1, 1685381585, 1, NULL),
10965(2, NULL, NULL, NULL, NULL, 2, '06189721-aa05-11ec-9eb0-0242ac1c0008', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'inprogress', NULL, 1685381585, 5, 1685381585, 1, NULL),12402(2, NULL, NULL, NULL, NULL, 2, '06189721-aa05-11ec-9eb0-0242ac1c0008', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'inprogress', NULL, 1685381585, 5, 1685381585, 1, NULL),
10966(3, NULL, NULL, NULL, 3, 3, '9dc7fa25-ac4b-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 5, 1685381585, 5, NULL),12403(3, NULL, NULL, NULL, 3, 3, '9dc7fa25-ac4b-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 5, 1685381585, 5, NULL),
10967(4, NULL, NULL, NULL, 4, 4, '82bd0698-ac4e-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 12, 1685381585, 5, 1685381585, 5, NULL),12404(4, NULL, NULL, NULL, 4, 4, '82bd0698-ac4e-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 12, 1685381585, 5, 1685381585, 5, NULL),
10968(5, NULL, NULL, NULL, 3, 3, '0f8aa79a-775c-46e4-b48f-ec30215a4f1f', 'external', 1, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 1, 1685381585, 1, NULL),12405(5, NULL, NULL, NULL, 3, 3, '0f8aa79a-775c-46e4-b48f-ec30215a4f1f', 'external', 1, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 1, 1685381585, 1, NULL),
n10969(6, NULL, NULL, NULL, 6, 5, '50cb5976-6f87-11ed-b2cf-0242ac120004', 'internal', 3, NULL, 3, 'external_assessor', NULL, 'complete', 250, 1685381585, 1, 1685381585, 1, NULL);n12406(6, NULL, NULL, NULL, 6, 5, '50cb5976-6f87-11ed-b2cf-0242ac120004', 'internal', 3, NULL, 3, 'external_assessor', NULL, 'complete', 250, 1685381585, 1, 1685381585, 1, NULL),
12407(7, NULL, NULL, NULL, NULL, 7, '84db4c67-fe5f-11ed-b466-0242ac150004', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 122, 1685392172, 7, 1685392280, 7, NULL),
12408(8, NULL, NULL, NULL, NULL, 8, 'e9f4e476-ff1a-11ed-9c66-0242ac150004', 'internal', 2, NULL, 2, 'proxy_id', NULL, 'complete', 41, 1685472657, 2, 1685472686, 2, NULL),
12409(9, NULL, NULL, NULL, NULL, 9, 'fb608280-ff1a-11ed-9c66-0242ac150004', 'internal', 7, NULL, 2, 'proxy_id', NULL, 'complete', 0, 1685472686, 2, 1685472734, 7, NULL),
12410(10, NULL, NULL, NULL, NULL, 10, 'a76df0c7-ffb5-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 16, 1685539118, 6, 1685539175, 6, NULL),
12411(11, NULL, NULL, NULL, NULL, 11, '55ee8f98-ffb6-11ed-8b50-0242ac150007', 'internal', 5, NULL, 4, 'proxy_id', NULL, 'complete', 8, 1685539410, 5, 1685539440, 5, NULL),
12412(12, NULL, NULL, NULL, NULL, 12, '77a4c2c4-ffb9-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 16, 1685540755, 7, 1685540769, 7, NULL),
12413(13, NULL, NULL, NULL, NULL, 13, 'c7dd7cac-ffc0-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 50, 1685543897, 7, 1685543943, 7, NULL),
12414(14, NULL, NULL, NULL, NULL, 14, 'e88c279d-ffc0-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 12, 1685543951, 7, 1685543960, 7, NULL),
12415(15, NULL, NULL, NULL, NULL, 15, '14fd29ab-ffc1-11ed-8b50-0242ac150007', 'internal', 9, NULL, 4, 'proxy_id', NULL, 'complete', 13, 1685544026, 9, 1685544035, 9, NULL),
12416(16, NULL, NULL, NULL, NULL, 16, '1f3444bd-ffc1-11ed-8b50-0242ac150007', 'internal', 9, NULL, 4, 'proxy_id', NULL, 'complete', 22, 1685544043, 9, 1685544062, 9, NULL),
12417(17, NULL, NULL, NULL, NULL, 17, '8fbe9e10-ffc1-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 13, 1685544232, 6, 1685544241, 6, NULL),
12418(18, NULL, NULL, NULL, NULL, 18, '799d1d0c-ffc2-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 29, 1685544624, 7, 1685544647, 7, NULL),
12419(19, NULL, NULL, NULL, NULL, 19, 'a31eaed7-ffc2-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 24, 1685544694, 6, 1685544713, 6, NULL);
1097012420
10971-- --------------------------------------------------------12421-- --------------------------------------------------------
1097212422
10973--12423--
10974-- Table structure for table `cbl_assessment_progress_approvals`12424-- Table structure for table `cbl_assessment_progress_approvals`
10975--12425--
1097612426
10977CREATE TABLE `cbl_assessment_progress_approvals` (12427CREATE TABLE `cbl_assessment_progress_approvals` (
10978  `apapproval_id` int(11) UNSIGNED NOT NULL,12428  `apapproval_id` int(11) UNSIGNED NOT NULL,
10979  `aprogress_id` int(11) UNSIGNED NOT NULL,12429  `aprogress_id` int(11) UNSIGNED NOT NULL,
10980  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,12430  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
10981  `approver_id` int(11) NOT NULL,12431  `approver_id` int(11) NOT NULL,
10982  `approval_status` enum('approved','hidden','pending') NOT NULL DEFAULT 'pending',12432  `approval_status` enum('approved','hidden','pending') NOT NULL DEFAULT 'pending',
10983  `comments` text,12433  `comments` text,
10984  `created_date` bigint(64) UNSIGNED NOT NULL,12434  `created_date` bigint(64) UNSIGNED NOT NULL,
10985  `created_by` int(11) UNSIGNED NOT NULL,12435  `created_by` int(11) UNSIGNED NOT NULL,
10986  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,12436  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
10987  `updated_by` int(11) UNSIGNED DEFAULT NULL12437  `updated_by` int(11) UNSIGNED DEFAULT NULL
10988) ENGINE=InnoDB DEFAULT CHARSET=utf8;12438) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1098912439
10990-- --------------------------------------------------------12440-- --------------------------------------------------------
1099112441
10992--12442--
10993-- Table structure for table `cbl_assessment_progress_responses`12443-- Table structure for table `cbl_assessment_progress_responses`
10994--12444--
1099512445
10996CREATE TABLE `cbl_assessment_progress_responses` (12446CREATE TABLE `cbl_assessment_progress_responses` (
10997  `epresponse_id` int(11) UNSIGNED NOT NULL,12447  `epresponse_id` int(11) UNSIGNED NOT NULL,
10998  `one45_answer_id` int(11) UNSIGNED DEFAULT NULL,12448  `one45_answer_id` int(11) UNSIGNED DEFAULT NULL,
10999  `aprogress_id` int(11) UNSIGNED NOT NULL,12449  `aprogress_id` int(11) UNSIGNED NOT NULL,
11000  `form_id` int(11) UNSIGNED NOT NULL,12450  `form_id` int(11) UNSIGNED NOT NULL,
11001  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,12451  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
11002  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',12452  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',
11003  `assessor_value` int(12) NOT NULL,12453  `assessor_value` int(12) NOT NULL,
11004  `afelement_id` int(11) UNSIGNED NOT NULL,12454  `afelement_id` int(11) UNSIGNED NOT NULL,
11005  `iresponse_id` int(11) DEFAULT NULL,12455  `iresponse_id` int(11) DEFAULT NULL,
11006  `comments` text,12456  `comments` text,
11007  `created_date` bigint(64) NOT NULL,12457  `created_date` bigint(64) NOT NULL,
11008  `created_by` int(11) DEFAULT NULL,12458  `created_by` int(11) DEFAULT NULL,
11009  `updated_date` bigint(64) DEFAULT NULL,12459  `updated_date` bigint(64) DEFAULT NULL,
11010  `updated_by` int(11) DEFAULT NULL,12460  `updated_by` int(11) DEFAULT NULL,
11011  `deleted_date` bigint(64) DEFAULT NULL12461  `deleted_date` bigint(64) DEFAULT NULL
11012) ENGINE=InnoDB DEFAULT CHARSET=utf8;12462) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1101312463
11014--12464--
11015-- Dumping data for table `cbl_assessment_progress_responses`12465-- Dumping data for table `cbl_assessment_progress_responses`
11016--12466--
1101712467
11018INSERT INTO `cbl_assessment_progress_responses` (`epresponse_id`, `one45_answer_id`, `aprogress_id`, `form_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `afelement_id`, `iresponse_id`, `comments`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12468INSERT INTO `cbl_assessment_progress_responses` (`epresponse_id`, `one45_answer_id`, `aprogress_id`, `form_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `afelement_id`, `iresponse_id`, `comments`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
11019(1, NULL, 2, 1, 1, 'internal', 1, 1, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),12469(1, NULL, 2, 1, 1, 'internal', 1, 1, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),
11020(2, NULL, 2, 2, NULL, 'internal', 5, 2, 4, 'qweqwe', 1685381585, 5, 1685381585, 1, 1685381585),12470(2, NULL, 2, 2, NULL, 'internal', 5, 2, 4, 'qweqwe', 1685381585, 5, 1685381585, 1, 1685381585),
11021(3, NULL, 2, 2, NULL, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 1, NULL),12471(3, NULL, 2, 2, NULL, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 1, NULL),
11022(4, NULL, 2, 2, NULL, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 1, NULL),12472(4, NULL, 2, 2, NULL, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 1, NULL),
11023(5, NULL, 2, 2, NULL, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 1, NULL),12473(5, NULL, 2, 2, NULL, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 1, NULL),
11024(6, NULL, 2, 2, NULL, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 1, NULL),12474(6, NULL, 2, 2, NULL, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 1, NULL),
11025(7, NULL, 2, 2, NULL, 'internal', 5, 2, 3, NULL, 1685381585, 1, NULL, NULL, NULL),12475(7, NULL, 2, 2, NULL, 'internal', 5, 2, 3, NULL, 1685381585, 1, NULL, NULL, NULL),
11026(8, NULL, 3, 2, 3, 'internal', 5, 2, 4, 'effefesfsef', 1685381585, 5, 1685381585, 5, NULL),12476(8, NULL, 3, 2, 3, 'internal', 5, 2, 4, 'effefesfsef', 1685381585, 5, 1685381585, 5, NULL),
11027(9, NULL, 3, 2, 3, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 5, 1685381585),12477(9, NULL, 3, 2, 3, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 5, 1685381585),
11028(10, NULL, 3, 2, 3, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 5, 1685381585),12478(10, NULL, 3, 2, 3, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 5, 1685381585),
11029(11, NULL, 3, 2, 3, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585),12479(11, NULL, 3, 2, 3, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585),
11030(12, NULL, 3, 2, 3, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585),12480(12, NULL, 3, 2, 3, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585),
11031(13, NULL, 3, 2, 3, 'internal', 5, 2, 3, NULL, 1685381585, 5, 1685381585, 5, 1685381585),12481(13, NULL, 3, 2, 3, 'internal', 5, 2, 3, NULL, 1685381585, 5, 1685381585, 5, 1685381585),
11032(19, NULL, 3, 2, 3, 'internal', 5, 3, 5, NULL, 1685381585, 5, 1685381585, 5, NULL),12482(19, NULL, 3, 2, 3, 'internal', 5, 3, 5, NULL, 1685381585, 5, 1685381585, 5, NULL),
11033(26, NULL, 3, 2, 3, 'internal', 5, 4, 8, 'eeee', 1685381585, 5, 1685381585, 5, NULL),12483(26, NULL, 3, 2, 3, 'internal', 5, 4, 8, 'eeee', 1685381585, 5, 1685381585, 5, NULL),
11034(34, NULL, 3, 2, 3, 'internal', 5, 5, 1, 'dd', 1685381585, 5, 1685381585, 5, NULL),12484(34, NULL, 3, 2, 3, 'internal', 5, 5, 1, 'dd', 1685381585, 5, 1685381585, 5, NULL),
11035(43, NULL, 3, 2, 3, 'internal', 5, 6, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL),12485(43, NULL, 3, 2, 3, 'internal', 5, 6, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL),
11036(53, NULL, 3, 2, 3, 'internal', 5, 7, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL),12486(53, NULL, 3, 2, 3, 'internal', 5, 7, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL),
11037(64, NULL, 4, 3, 4, 'internal', 5, 9, 4, 'sdasdsadsad', 1685381585, 5, 1685381585, 5, NULL),12487(64, NULL, 4, 3, 4, 'internal', 5, 9, 4, 'sdasdsadsad', 1685381585, 5, 1685381585, 5, NULL),
11038(65, NULL, 4, 3, 4, 'internal', 5, 8, 6, NULL, 1685381585, 5, 1685381585, 5, NULL),12488(65, NULL, 4, 3, 4, 'internal', 5, 8, 6, NULL, 1685381585, 5, 1685381585, 5, NULL),
11039(78, NULL, 5, 2, 3, 'external', 1, 2, 4, 'I\'m a soft-deleted external assessor and this is my comment', 1685381585, 1, 1685381585, 1, NULL),12489(78, NULL, 5, 2, 3, 'external', 1, 2, 4, 'I\'m a soft-deleted external assessor and this is my comment', 1685381585, 1, 1685381585, 1, NULL),
n11040(79, NULL, 6, 1, 6, 'internal', 15, 1, 2, NULL, 1685381585, 15, 1685381585, 15, NULL);n12490(79, NULL, 6, 1, 6, 'internal', 15, 1, 2, NULL, 1685381585, 15, 1685381585, 15, NULL),
12491(80, NULL, 7, 9, NULL, 'internal', 7, 19, 30, NULL, 1685392172, 7, NULL, NULL, 1685392280),
12492(81, NULL, 7, 9, NULL, 'internal', 7, 36, 35, NULL, 1685392172, 7, 1685392280, 7, NULL),
12493(82, NULL, 7, 9, NULL, 'internal', 7, 37, 37, NULL, 1685392172, 7, 1685392280, 7, NULL),
12494(83, NULL, 7, 9, NULL, 'internal', 7, 38, 39, NULL, 1685392172, 7, 1685392280, 7, NULL),
12495(84, NULL, 7, 9, NULL, 'internal', 7, 39, 41, NULL, 1685392172, 7, 1685392280, 7, NULL),
12496(85, NULL, 7, 9, NULL, 'internal', 7, 19, 31, NULL, 1685392175, 7, 1685392280, 7, NULL),
12497(91, NULL, 7, 9, NULL, 'internal', 7, 20, 34, NULL, 1685392183, 7, 1685392280, 7, NULL),
12498(98, NULL, 7, 9, NULL, 'internal', 7, 21, 44, NULL, 1685392193, 7, 1685392280, 7, NULL),
12499(106, NULL, 7, 9, NULL, 'internal', 7, 22, 49, NULL, 1685392199, 7, 1685392280, 7, NULL),
12500(115, NULL, 7, 9, NULL, 'internal', 7, 23, 54, NULL, 1685392200, 7, 1685392280, 7, NULL),
12501(125, NULL, 7, 9, NULL, 'internal', 7, 24, 57, NULL, 1685392201, 7, 1685392280, 7, NULL),
12502(136, NULL, 7, 9, NULL, 'internal', 7, 25, 62, NULL, 1685392202, 7, 1685392280, 7, NULL),
12503(148, NULL, 7, 9, NULL, 'internal', 7, 26, 65, NULL, 1685392204, 7, 1685392280, 7, NULL),
12504(161, NULL, 7, 9, NULL, 'internal', 7, 27, 69, NULL, 1685392207, 7, 1685392280, 7, NULL),
12505(175, NULL, 7, 9, NULL, 'internal', 7, 28, 73, NULL, 1685392209, 7, 1685392280, 7, NULL),
12506(190, NULL, 7, 9, NULL, 'internal', 7, 29, 77, NULL, 1685392210, 7, 1685392280, 7, NULL),
12507(206, NULL, 7, 9, NULL, 'internal', 7, 30, 82, NULL, 1685392211, 7, 1685392280, 7, NULL),
12508(223, NULL, 7, 9, NULL, 'internal', 7, 31, 85, NULL, 1685392212, 7, 1685392280, 7, NULL),
12509(241, NULL, 7, 9, NULL, 'internal', 7, 32, 89, NULL, 1685392215, 7, 1685392280, 7, NULL),
12510(260, NULL, 7, 9, NULL, 'internal', 7, 33, 94, NULL, 1685392217, 7, 1685392280, 7, NULL),
12511(280, NULL, 7, 9, NULL, 'internal', 7, 34, 95, NULL, 1685392228, 7, NULL, NULL, 1685392280),
12512(301, NULL, 7, 9, NULL, 'internal', 7, 34, 98, NULL, 1685392238, 7, 1685392280, 7, NULL),
12513(302, NULL, 8, 10, NULL, 'internal', 2, 40, 110, NULL, 1685472657, 2, 1685472686, 2, NULL),
12514(303, NULL, 8, 10, NULL, 'internal', 2, 41, 115, NULL, 1685472661, 2, 1685472686, 2, NULL),
12515(305, NULL, 8, 10, NULL, 'internal', 2, 42, 119, NULL, 1685472663, 2, 1685472686, 2, NULL),
12516(308, NULL, 8, 10, NULL, 'internal', 2, 43, 123, NULL, 1685472664, 2, 1685472686, 2, NULL),
12517(312, NULL, 8, 10, NULL, 'internal', 2, 44, 127, NULL, 1685472666, 2, 1685472686, 2, NULL),
12518(317, NULL, 8, 10, NULL, 'internal', 2, 45, 131, NULL, 1685472666, 2, 1685472686, 2, NULL),
12519(323, NULL, 8, 10, NULL, 'internal', 2, 46, 135, NULL, 1685472667, 2, 1685472686, 2, NULL),
12520(330, NULL, 8, 10, NULL, 'internal', 2, 47, 140, NULL, 1685472672, 2, 1685472686, 2, NULL),
12521(338, NULL, 9, 10, NULL, 'internal', 7, 40, 110, NULL, 1685472687, 2, 1685472734, 7, NULL),
12522(339, NULL, 9, 10, NULL, 'internal', 7, 41, 115, NULL, 1685472687, 2, 1685472734, 7, NULL),
12523(340, NULL, 9, 10, NULL, 'internal', 7, 42, 119, NULL, 1685472687, 2, 1685472734, 7, NULL),
12524(341, NULL, 9, 10, NULL, 'internal', 7, 43, 123, NULL, 1685472687, 2, 1685472734, 7, NULL),
12525(342, NULL, 9, 10, NULL, 'internal', 7, 44, 127, NULL, 1685472687, 2, 1685472734, 7, NULL),
12526(343, NULL, 9, 10, NULL, 'internal', 7, 45, 131, NULL, 1685472687, 2, 1685472734, 7, NULL),
12527(344, NULL, 9, 10, NULL, 'internal', 7, 46, 135, NULL, 1685472687, 2, 1685472734, 7, NULL),
12528(345, NULL, 9, 10, NULL, 'internal', 7, 47, 140, NULL, 1685472687, 2, 1685472734, 7, NULL),
12529(346, NULL, 9, 10, NULL, 'internal', 7, 49, 100, NULL, 1685472734, 7, NULL, NULL, NULL),
12530(347, NULL, 9, 10, NULL, 'internal', 7, 50, 102, NULL, 1685472734, 7, NULL, NULL, NULL),
12531(348, NULL, 9, 10, NULL, 'internal', 7, 51, 104, NULL, 1685472734, 7, NULL, NULL, NULL),
12532(349, NULL, 9, 10, NULL, 'internal', 7, 52, 106, NULL, 1685472734, 7, NULL, NULL, NULL),
12533(350, NULL, 10, 9, NULL, 'internal', 6, 19, 31, NULL, 1685539118, 6, 1685539175, 6, NULL),
12534(351, NULL, 10, 9, NULL, 'internal', 6, 36, 35, NULL, 1685539118, 6, 1685539175, 6, NULL),
12535(352, NULL, 10, 9, NULL, 'internal', 6, 37, 37, NULL, 1685539118, 6, 1685539175, 6, NULL),
12536(353, NULL, 10, 9, NULL, 'internal', 6, 38, 39, NULL, 1685539118, 6, 1685539175, 6, NULL),
12537(354, NULL, 10, 9, NULL, 'internal', 6, 39, 41, NULL, 1685539118, 6, 1685539175, 6, NULL),
12538(355, NULL, 10, 9, NULL, 'internal', 6, 20, 34, NULL, 1685539124, 6, 1685539175, 6, NULL),
12539(361, NULL, 10, 9, NULL, 'internal', 6, 22, 50, NULL, 1685539125, 6, 1685539175, 6, NULL),
12540(368, NULL, 10, 9, NULL, 'internal', 6, 23, 54, NULL, 1685539126, 6, 1685539175, 6, NULL),
12541(376, NULL, 10, 9, NULL, 'internal', 6, 24, 58, NULL, 1685539127, 6, 1685539175, 6, NULL),
12542(385, NULL, 10, 9, NULL, 'internal', 6, 25, 60, NULL, 1685539129, 6, 1685539175, 6, NULL),
12543(395, NULL, 10, 9, NULL, 'internal', 6, 26, 65, NULL, 1685539132, 6, 1685539175, 6, NULL),
12544(406, NULL, 10, 9, NULL, 'internal', 6, 27, 67, NULL, 1685539136, 6, 1685539175, 6, NULL),
12545(418, NULL, 10, 9, NULL, 'internal', 6, 28, 73, NULL, 1685539137, 6, 1685539175, 6, NULL),
12546(431, NULL, 10, 9, NULL, 'internal', 6, 29, 78, NULL, 1685539139, 6, 1685539175, 6, NULL),
12547(445, NULL, 10, 9, NULL, 'internal', 6, 30, 81, NULL, 1685539140, 6, 1685539175, 6, NULL),
12548(460, NULL, 10, 9, NULL, 'internal', 6, 31, 86, NULL, 1685539143, 6, 1685539175, 6, NULL),
12549(476, NULL, 10, 9, NULL, 'internal', 6, 32, 90, NULL, 1685539144, 6, 1685539175, 6, NULL),
12550(493, NULL, 10, 9, NULL, 'internal', 6, 33, 94, NULL, 1685539145, 6, 1685539175, 6, NULL),
12551(511, NULL, 10, 9, NULL, 'internal', 6, 34, 99, NULL, 1685539147, 6, 1685539175, 6, NULL),
12552(530, NULL, 10, 9, NULL, 'internal', 6, 21, 45, NULL, 1685539172, 6, 1685539175, 6, NULL),
12553(550, NULL, 11, 9, NULL, 'internal', 5, 19, 32, NULL, 1685539410, 5, 1685539440, 5, NULL),
12554(551, NULL, 11, 9, NULL, 'internal', 5, 36, 35, NULL, 1685539410, 5, 1685539440, 5, NULL),
12555(552, NULL, 11, 9, NULL, 'internal', 5, 37, 37, NULL, 1685539410, 5, 1685539440, 5, NULL),
12556(553, NULL, 11, 9, NULL, 'internal', 5, 38, 39, NULL, 1685539410, 5, 1685539440, 5, NULL),
12557(554, NULL, 11, 9, NULL, 'internal', 5, 39, 41, NULL, 1685539410, 5, 1685539440, 5, NULL),
12558(555, NULL, 11, 9, NULL, 'internal', 5, 20, 34, NULL, 1685539412, 5, 1685539440, 5, NULL),
12559(561, NULL, 11, 9, NULL, 'internal', 5, 22, 50, NULL, 1685539413, 5, 1685539440, 5, NULL),
12560(568, NULL, 11, 9, NULL, 'internal', 5, 23, 54, NULL, 1685539414, 5, 1685539440, 5, NULL),
12561(576, NULL, 11, 9, NULL, 'internal', 5, 24, 58, NULL, 1685539417, 5, 1685539440, 5, NULL),
12562(585, NULL, 11, 9, NULL, 'internal', 5, 25, 62, NULL, 1685539417, 5, 1685539440, 5, NULL),
12563(595, NULL, 11, 9, NULL, 'internal', 5, 26, 66, NULL, 1685539418, 5, 1685539440, 5, NULL),
12564(606, NULL, 11, 9, NULL, 'internal', 5, 27, 70, NULL, 1685539419, 5, 1685539440, 5, NULL),
12565(618, NULL, 11, 9, NULL, 'internal', 5, 28, 74, NULL, 1685539420, 5, 1685539440, 5, NULL),
12566(631, NULL, 11, 9, NULL, 'internal', 5, 29, 78, NULL, 1685539421, 5, 1685539440, 5, NULL),
12567(645, NULL, 11, 9, NULL, 'internal', 5, 30, 82, NULL, 1685539423, 5, 1685539440, 5, NULL),
12568(660, NULL, 11, 9, NULL, 'internal', 5, 31, 86, NULL, 1685539424, 5, 1685539440, 5, NULL),
12569(676, NULL, 11, 9, NULL, 'internal', 5, 32, 90, NULL, 1685539424, 5, 1685539440, 5, NULL),
12570(693, NULL, 11, 9, NULL, 'internal', 5, 33, 94, NULL, 1685539425, 5, 1685539440, 5, NULL),
12571(711, NULL, 11, 9, NULL, 'internal', 5, 34, 99, NULL, 1685539426, 5, NULL, NULL, 1685539440),
12572(730, NULL, 11, 9, NULL, 'internal', 5, 34, 98, NULL, 1685539428, 5, 1685539440, 5, NULL),
12573(750, NULL, 11, 9, NULL, 'internal', 5, 21, 44, NULL, 1685539437, 5, 1685539440, 5, NULL),
12574(771, NULL, 12, 10, NULL, 'internal', 7, 41, 115, NULL, 1685540755, 7, 1685540769, 7, NULL),
12575(772, NULL, 12, 10, NULL, 'internal', 7, 49, 100, NULL, 1685540755, 7, 1685540769, 7, NULL),
12576(773, NULL, 12, 10, NULL, 'internal', 7, 50, 102, NULL, 1685540755, 7, 1685540769, 7, NULL),
12577(774, NULL, 12, 10, NULL, 'internal', 7, 51, 104, NULL, 1685540755, 7, 1685540769, 7, NULL),
12578(775, NULL, 12, 10, NULL, 'internal', 7, 52, 106, NULL, 1685540755, 7, 1685540769, 7, NULL),
12579(776, NULL, 12, 10, NULL, 'internal', 7, 40, 110, NULL, 1685540758, 7, 1685540769, 7, NULL),
12580(782, NULL, 12, 10, NULL, 'internal', 7, 42, 119, NULL, 1685540760, 7, 1685540769, 7, NULL),
12581(789, NULL, 12, 10, NULL, 'internal', 7, 43, 123, NULL, 1685540762, 7, 1685540769, 7, NULL),
12582(797, NULL, 12, 10, NULL, 'internal', 7, 44, 127, NULL, 1685540763, 7, 1685540769, 7, NULL),
12583(806, NULL, 12, 10, NULL, 'internal', 7, 45, 131, NULL, 1685540764, 7, 1685540769, 7, NULL),
12584(816, NULL, 12, 10, NULL, 'internal', 7, 46, 135, NULL, 1685540765, 7, 1685540769, 7, NULL),
12585(827, NULL, 12, 10, NULL, 'internal', 7, 47, 140, NULL, 1685540767, 7, 1685540769, 7, NULL),
12586(839, NULL, 13, 11, NULL, 'internal', 7, 54, 172, NULL, 1685543897, 7, 1685543943, 7, NULL),
12587(840, NULL, 13, 11, NULL, 'internal', 7, 58, 149, NULL, 1685543897, 7, 1685543943, 7, NULL),
12588(841, NULL, 13, 11, NULL, 'internal', 7, 59, 151, NULL, 1685543897, 7, 1685543943, 7, NULL),
12589(842, NULL, 13, 11, NULL, 'internal', 7, 60, 153, NULL, 1685543897, 7, 1685543943, 7, NULL),
12590(843, NULL, 13, 11, NULL, 'internal', 7, 61, 155, NULL, 1685543897, 7, 1685543943, 7, NULL),
12591(844, NULL, 13, 11, NULL, 'internal', 7, 55, 176, NULL, 1685543898, 7, 1685543943, 7, NULL),
12592(850, NULL, 13, 11, NULL, 'internal', 7, 53, 168, NULL, 1685543905, 7, 1685543943, 7, NULL),
12593(857, NULL, 13, 11, NULL, 'internal', 7, 56, 181, NULL, 1685543931, 7, 1685543943, 7, NULL),
12594(865, NULL, 14, 12, NULL, 'internal', 7, 62, 182, NULL, 1685543951, 7, 1685543960, 7, NULL),
12595(866, NULL, 14, 12, NULL, 'internal', 7, 69, 157, NULL, 1685543951, 7, 1685543960, 7, NULL),
12596(867, NULL, 14, 12, NULL, 'internal', 7, 70, 159, NULL, 1685543951, 7, 1685543960, 7, NULL),
12597(868, NULL, 14, 12, NULL, 'internal', 7, 71, 161, NULL, 1685543951, 7, 1685543960, 7, NULL),
12598(869, NULL, 14, 12, NULL, 'internal', 7, 72, 163, NULL, 1685543951, 7, 1685543960, 7, NULL),
12599(870, NULL, 14, 12, NULL, 'internal', 7, 63, 191, NULL, 1685543953, 7, 1685543960, 7, NULL),
12600(876, NULL, 14, 12, NULL, 'internal', 7, 64, 197, NULL, 1685543954, 7, 1685543960, 7, NULL),
12601(883, NULL, 14, 12, NULL, 'internal', 7, 65, 203, NULL, 1685543955, 7, 1685543960, 7, NULL),
12602(891, NULL, 14, 12, NULL, 'internal', 7, 66, 209, NULL, 1685543956, 7, 1685543960, 7, NULL),
12603(900, NULL, 14, 12, NULL, 'internal', 7, 67, 214, NULL, 1685543957, 7, 1685543960, 7, NULL),
12604(910, NULL, 15, 11, NULL, 'internal', 9, 53, 167, NULL, 1685544026, 9, 1685544035, 9, NULL),
12605(911, NULL, 15, 11, NULL, 'internal', 9, 58, 149, NULL, 1685544026, 9, 1685544035, 9, NULL),
12606(912, NULL, 15, 11, NULL, 'internal', 9, 59, 151, NULL, 1685544026, 9, 1685544035, 9, NULL),
12607(913, NULL, 15, 11, NULL, 'internal', 9, 60, 153, NULL, 1685544026, 9, 1685544035, 9, NULL),
12608(914, NULL, 15, 11, NULL, 'internal', 9, 61, 155, NULL, 1685544026, 9, 1685544035, 9, NULL),
12609(915, NULL, 15, 11, NULL, 'internal', 9, 54, 171, NULL, 1685544028, 9, 1685544035, 9, NULL),
12610(921, NULL, 15, 11, NULL, 'internal', 9, 55, 176, NULL, 1685544030, 9, 1685544035, 9, NULL),
12611(928, NULL, 15, 11, NULL, 'internal', 9, 56, 180, NULL, 1685544030, 9, 1685544035, 9, NULL),
12612(936, NULL, 16, 12, NULL, 'internal', 9, 63, 190, NULL, 1685544043, 9, 1685544062, 9, NULL),
12613(937, NULL, 16, 12, NULL, 'internal', 9, 69, 157, NULL, 1685544043, 9, 1685544062, 9, NULL),
12614(938, NULL, 16, 12, NULL, 'internal', 9, 70, 159, NULL, 1685544043, 9, 1685544062, 9, NULL),
12615(939, NULL, 16, 12, NULL, 'internal', 9, 71, 161, NULL, 1685544043, 9, 1685544062, 9, NULL),
12616(940, NULL, 16, 12, NULL, 'internal', 9, 72, 163, NULL, 1685544043, 9, 1685544062, 9, NULL),
12617(941, NULL, 16, 12, NULL, 'internal', 9, 65, 201, NULL, 1685544044, 9, 1685544062, 9, NULL),
12618(947, NULL, 16, 12, NULL, 'internal', 9, 64, 197, NULL, 1685544045, 9, 1685544062, 9, NULL),
12619(954, NULL, 16, 12, NULL, 'internal', 9, 66, 208, NULL, 1685544048, 9, 1685544062, 9, NULL),
12620(962, NULL, 16, 12, NULL, 'internal', 9, 67, 214, NULL, 1685544052, 9, 1685544062, 9, NULL),
12621(971, NULL, 16, 12, NULL, 'internal', 9, 62, 183, NULL, 1685544058, 9, 1685544062, 9, NULL),
12622(981, NULL, 17, 12, NULL, 'internal', 6, 62, 185, NULL, 1685544232, 6, 1685544241, 6, NULL),
12623(982, NULL, 17, 12, NULL, 'internal', 6, 69, 157, NULL, 1685544232, 6, 1685544241, 6, NULL),
12624(983, NULL, 17, 12, NULL, 'internal', 6, 70, 159, NULL, 1685544232, 6, 1685544241, 6, NULL),
12625(984, NULL, 17, 12, NULL, 'internal', 6, 71, 161, NULL, 1685544232, 6, 1685544241, 6, NULL),
12626(985, NULL, 17, 12, NULL, 'internal', 6, 72, 163, NULL, 1685544232, 6, 1685544241, 6, NULL),
12627(986, NULL, 17, 12, NULL, 'internal', 6, 63, 191, NULL, 1685544233, 6, 1685544241, 6, NULL),
12628(992, NULL, 17, 12, NULL, 'internal', 6, 64, 197, NULL, 1685544234, 6, 1685544241, 6, NULL),
12629(999, NULL, 17, 12, NULL, 'internal', 6, 65, 202, NULL, 1685544236, 6, 1685544241, 6, NULL),
12630(1007, NULL, 17, 12, NULL, 'internal', 6, 66, 208, NULL, 1685544237, 6, 1685544241, 6, NULL),
12631(1016, NULL, 17, 12, NULL, 'internal', 6, 67, 214, NULL, 1685544238, 6, 1685544241, 6, NULL),
12632(1026, NULL, 18, 13, NULL, 'internal', 7, 73, 225, NULL, 1685544624, 7, 1685544647, 7, NULL),
12633(1027, NULL, 18, 13, NULL, 'internal', 7, 83, 215, NULL, 1685544624, 7, 1685544647, 7, NULL),
12634(1028, NULL, 18, 13, NULL, 'internal', 7, 84, 217, NULL, 1685544624, 7, 1685544647, 7, NULL),
12635(1029, NULL, 18, 13, NULL, 'internal', 7, 85, 219, NULL, 1685544624, 7, 1685544647, 7, NULL),
12636(1030, NULL, 18, 13, NULL, 'internal', 7, 86, 221, NULL, 1685544624, 7, 1685544647, 7, NULL),
12637(1031, NULL, 18, 13, NULL, 'internal', 7, 74, 230, NULL, 1685544627, 7, 1685544647, 7, NULL),
12638(1037, NULL, 18, 13, NULL, 'internal', 7, 75, 239, NULL, 1685544629, 7, 1685544647, 7, NULL),
12639(1044, NULL, 18, 13, NULL, 'internal', 7, 76, 246, NULL, 1685544632, 7, 1685544647, 7, NULL),
12640(1052, NULL, 18, 13, NULL, 'internal', 7, 77, 254, NULL, 1685544633, 7, 1685544647, 7, NULL),
12641(1061, NULL, 18, 13, NULL, 'internal', 7, 78, 260, NULL, 1685544635, 7, 1685544647, 7, NULL),
12642(1071, NULL, 18, 13, NULL, 'internal', 7, 79, 266, NULL, 1685544638, 7, 1685544647, 7, NULL),
12643(1082, NULL, 18, 13, NULL, 'internal', 7, 80, 274, NULL, 1685544639, 7, 1685544647, 7, NULL),
12644(1094, NULL, 18, 13, NULL, 'internal', 7, 81, 279, NULL, 1685544643, 7, 1685544647, 7, NULL),
12645(1107, NULL, 19, 13, NULL, 'internal', 6, 73, 226, NULL, 1685544694, 6, 1685544713, 6, NULL),
12646(1108, NULL, 19, 13, NULL, 'internal', 6, 83, 215, NULL, 1685544694, 6, 1685544713, 6, NULL),
12647(1109, NULL, 19, 13, NULL, 'internal', 6, 84, 217, NULL, 1685544694, 6, 1685544713, 6, NULL),
12648(1110, NULL, 19, 13, NULL, 'internal', 6, 85, 219, NULL, 1685544694, 6, 1685544713, 6, NULL),
12649(1111, NULL, 19, 13, NULL, 'internal', 6, 86, 221, NULL, 1685544694, 6, 1685544713, 6, NULL),
12650(1112, NULL, 19, 13, NULL, 'internal', 6, 74, 228, NULL, 1685544698, 6, 1685544713, 6, NULL),
12651(1118, NULL, 19, 13, NULL, 'internal', 6, 75, 237, NULL, 1685544700, 6, 1685544713, 6, NULL),
12652(1125, NULL, 19, 13, NULL, 'internal', 6, 76, 243, NULL, 1685544702, 6, 1685544713, 6, NULL),
12653(1133, NULL, 19, 13, NULL, 'internal', 6, 77, 252, NULL, 1685544704, 6, 1685544713, 6, NULL),
12654(1142, NULL, 19, 13, NULL, 'internal', 6, 78, 258, NULL, 1685544705, 6, 1685544713, 6, NULL),
12655(1152, NULL, 19, 13, NULL, 'internal', 6, 79, 266, NULL, 1685544706, 6, 1685544713, 6, NULL),
12656(1163, NULL, 19, 13, NULL, 'internal', 6, 80, 272, NULL, 1685544708, 6, 1685544713, 6, NULL),
12657(1175, NULL, 19, 13, NULL, 'internal', 6, 81, 279, NULL, 1685544709, 6, 1685544713, 6, NULL);
1104112658
11042-- --------------------------------------------------------12659-- --------------------------------------------------------
1104312660
11044--12661--
11045-- Table structure for table `cbl_assessment_rating_scale`12662-- Table structure for table `cbl_assessment_rating_scale`
11046--12663--
1104712664
11048CREATE TABLE `cbl_assessment_rating_scale` (12665CREATE TABLE `cbl_assessment_rating_scale` (
11049  `rating_scale_id` int(11) UNSIGNED NOT NULL,12666  `rating_scale_id` int(11) UNSIGNED NOT NULL,
11050  `organisation_id` int(11) UNSIGNED NOT NULL,12667  `organisation_id` int(11) UNSIGNED NOT NULL,
11051  `curriculum_track_id` int(12) DEFAULT NULL,12668  `curriculum_track_id` int(12) DEFAULT NULL,
11052  `rating_scale_type` int(12) UNSIGNED NOT NULL,12669  `rating_scale_type` int(12) UNSIGNED NOT NULL,
11053  `rating_scale_title` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '',12670  `rating_scale_title` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '',
11054  `rating_scale_description` text CHARACTER SET utf8,12671  `rating_scale_description` text CHARACTER SET utf8,
11055  `created_date` bigint(20) UNSIGNED NOT NULL,12672  `created_date` bigint(20) UNSIGNED NOT NULL,
11056  `created_by` int(11) UNSIGNED NOT NULL,12673  `created_by` int(11) UNSIGNED NOT NULL,
11057  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,12674  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
11058  `updated_by` int(11) UNSIGNED DEFAULT NULL,12675  `updated_by` int(11) UNSIGNED DEFAULT NULL,
11059  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL12676  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
11060) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12677) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1106112678
11062--12679--
11063-- Dumping data for table `cbl_assessment_rating_scale`12680-- Dumping data for table `cbl_assessment_rating_scale`
11064--12681--
1106512682
11066INSERT INTO `cbl_assessment_rating_scale` (`rating_scale_id`, `organisation_id`, `curriculum_track_id`, `rating_scale_type`, `rating_scale_title`, `rating_scale_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12683INSERT INTO `cbl_assessment_rating_scale` (`rating_scale_id`, `organisation_id`, `curriculum_track_id`, `rating_scale_type`, `rating_scale_title`, `rating_scale_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
11067(1, 1, NULL, 2, 'Queen\'s Six Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),12684(1, 1, NULL, 2, 'Queen\'s Six Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),
11068(2, 1, NULL, 2, 'Queen\'s Five Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),12685(2, 1, NULL, 2, 'Queen\'s Five Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),
11069(3, 1, NULL, 2, 'Queen\'s Rubric Version', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),12686(3, 1, NULL, 2, 'Queen\'s Rubric Version', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),
11070(4, 1, NULL, 2, 'Dreyfus Scale', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),12687(4, 1, NULL, 2, 'Dreyfus Scale', 'Developmental', 1510375509, 1, 1510375509, 1, NULL),
11071(5, 1, NULL, 2, 'O-Score', '(Goften et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL),12688(5, 1, NULL, 2, 'O-Score', '(Goften et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL),
11072(6, 1, NULL, 2, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL),12689(6, 1, NULL, 2, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL),
11073(7, 1, NULL, 2, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL),12690(7, 1, NULL, 2, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL),
11074(8, 1, NULL, 2, 'Queen\'s DOPs', 'Direct Observation of Procedural Skills', 1510375509, 1, 1510375509, 1, NULL),12691(8, 1, NULL, 2, 'Queen\'s DOPs', 'Direct Observation of Procedural Skills', 1510375509, 1, 1510375509, 1, NULL),
11075(9, 1, NULL, 2, 'Queen\'s Three Point', '', 1510375509, 1, 1510375509, 1, NULL),12692(9, 1, NULL, 2, 'Queen\'s Three Point', '', 1510375509, 1, 1510375509, 1, NULL),
11076(10, 1, NULL, 2, 'Queen\'s Entrustment Scale', '', 1510375509, 1, 1510375509, 1, NULL),12693(10, 1, NULL, 2, 'Queen\'s Entrustment Scale', '', 1510375509, 1, 1510375509, 1, NULL),
11077(11, 1, NULL, 1, 'O-Score', '(Gofton et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL),12694(11, 1, NULL, 1, 'O-Score', '(Gofton et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL),
11078(12, 1, NULL, 1, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL),12695(12, 1, NULL, 1, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL),
11079(13, 1, NULL, 1, 'Queen\'s Developmental Score', '', 1510375509, 1, 1510375509, 1, NULL),12696(13, 1, NULL, 1, 'Queen\'s Developmental Score', '', 1510375509, 1, 1510375509, 1, NULL),
11080(14, 1, NULL, 1, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL),12697(14, 1, NULL, 1, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL),
11081(15, 1, NULL, 1, 'Queen\'s Global Rating Scale', '', 1510375509, 1, 1510375509, 1, NULL),12698(15, 1, NULL, 1, 'Queen\'s Global Rating Scale', '', 1510375509, 1, 1510375509, 1, NULL),
11082(16, 1, NULL, 3, 'Objective Progress Scale', NULL, 1685381581, 1, NULL, NULL, NULL),12699(16, 1, NULL, 3, 'Objective Progress Scale', NULL, 1685381581, 1, NULL, NULL, NULL),
11083(17, 2, NULL, 4, 'Entrustment Scale', NULL, 1685381585, 1, 1685381585, 1, NULL),12700(17, 2, NULL, 4, 'Entrustment Scale', NULL, 1685381585, 1, 1685381585, 1, NULL),
11084(18, 2, NULL, 5, 'Ms/EC', 'Ms/EC Scale', 1685381585, 1, NULL, NULL, NULL),12701(18, 2, NULL, 5, 'Ms/EC', 'Ms/EC Scale', 1685381585, 1, NULL, NULL, NULL),
11085(19, 2, NULL, 6, 'Global Assessment', 'Global Assessment', 1685381585, 1, NULL, NULL, NULL),12702(19, 2, NULL, 6, 'Global Assessment', 'Global Assessment', 1685381585, 1, NULL, NULL, NULL),
11086(20, 2, NULL, 0, 'Test Zero and N/A Title', 'Test Zero and N/A Description', 1685381585, 1, NULL, NULL, NULL);12703(20, 2, NULL, 0, 'Test Zero and N/A Title', 'Test Zero and N/A Description', 1685381585, 1, NULL, NULL, NULL);
1108712704
11088-- --------------------------------------------------------12705-- --------------------------------------------------------
1108912706
11090--12707--
11091-- Table structure for table `cbl_assessment_rating_scale_authors`12708-- Table structure for table `cbl_assessment_rating_scale_authors`
11092--12709--
1109312710
11094CREATE TABLE `cbl_assessment_rating_scale_authors` (12711CREATE TABLE `cbl_assessment_rating_scale_authors` (
11095  `rating_scale_author_id` int(11) UNSIGNED NOT NULL,12712  `rating_scale_author_id` int(11) UNSIGNED NOT NULL,
11096  `rating_scale_id` int(11) UNSIGNED NOT NULL,12713  `rating_scale_id` int(11) UNSIGNED NOT NULL,
11097  `author_id` int(11) UNSIGNED NOT NULL,12714  `author_id` int(11) UNSIGNED NOT NULL,
11098  `author_type` enum('proxy_id','organisation_id','course_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',12715  `author_type` enum('proxy_id','organisation_id','course_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',
11099  `created_date` bigint(20) UNSIGNED NOT NULL,12716  `created_date` bigint(20) UNSIGNED NOT NULL,
11100  `created_by` int(11) UNSIGNED NOT NULL,12717  `created_by` int(11) UNSIGNED NOT NULL,
11101  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,12718  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
11102  `updated_by` int(11) UNSIGNED DEFAULT NULL,12719  `updated_by` int(11) UNSIGNED DEFAULT NULL,
11103  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL12720  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
11104) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12721) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1110512722
11106--12723--
11107-- Dumping data for table `cbl_assessment_rating_scale_authors`12724-- Dumping data for table `cbl_assessment_rating_scale_authors`
11108--12725--
1110912726
11110INSERT INTO `cbl_assessment_rating_scale_authors` (`rating_scale_author_id`, `rating_scale_id`, `author_id`, `author_type`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12727INSERT INTO `cbl_assessment_rating_scale_authors` (`rating_scale_author_id`, `rating_scale_id`, `author_id`, `author_type`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
11111(1, 1, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12728(1, 1, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11112(2, 1, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12729(2, 1, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11113(3, 2, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12730(3, 2, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11114(4, 2, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12731(4, 2, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11115(5, 3, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12732(5, 3, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11116(6, 3, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12733(6, 3, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11117(7, 4, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12734(7, 4, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11118(8, 4, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12735(8, 4, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11119(9, 5, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12736(9, 5, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11120(10, 5, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12737(10, 5, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11121(11, 6, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12738(11, 6, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11122(12, 6, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12739(12, 6, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11123(13, 7, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12740(13, 7, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11124(14, 7, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12741(14, 7, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11125(15, 8, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12742(15, 8, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11126(16, 8, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12743(16, 8, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11127(17, 9, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12744(17, 9, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11128(18, 9, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12745(18, 9, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11129(19, 10, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12746(19, 10, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11130(20, 10, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12747(20, 10, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11131(21, 11, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12748(21, 11, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11132(22, 11, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12749(22, 11, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11133(23, 12, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12750(23, 12, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11134(24, 12, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12751(24, 12, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11135(25, 13, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12752(25, 13, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11136(26, 13, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12753(26, 13, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11137(27, 14, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12754(27, 14, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11138(28, 14, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12755(28, 14, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11139(29, 15, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),12756(29, 15, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL),
11140(30, 15, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),12757(30, 15, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL),
11141(31, 16, 1, 'proxy_id', 1685381581, 1, NULL, NULL, NULL),12758(31, 16, 1, 'proxy_id', 1685381581, 1, NULL, NULL, NULL),
11142(32, 16, 1, 'organisation_id', 1685381581, 1, NULL, NULL, NULL),12759(32, 16, 1, 'organisation_id', 1685381581, 1, NULL, NULL, NULL),
11143(33, 19, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL),12760(33, 19, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL),
11144(34, 19, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL),12761(34, 19, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL),
11145(35, 17, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL),12762(35, 17, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL),
11146(36, 17, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL);12763(36, 17, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL);
1114712764
11148-- --------------------------------------------------------12765-- --------------------------------------------------------
1114912766
11150--12767--
11151-- Table structure for table `cbl_assessment_rating_scale_responses`12768-- Table structure for table `cbl_assessment_rating_scale_responses`
11152--12769--
1115312770
11154CREATE TABLE `cbl_assessment_rating_scale_responses` (12771CREATE TABLE `cbl_assessment_rating_scale_responses` (
11155  `rating_scale_response_id` int(11) UNSIGNED NOT NULL,12772  `rating_scale_response_id` int(11) UNSIGNED NOT NULL,
11156  `rating_scale_id` int(11) UNSIGNED NOT NULL,12773  `rating_scale_id` int(11) UNSIGNED NOT NULL,
11157  `text` text COLLATE utf8_unicode_ci,12774  `text` text COLLATE utf8_unicode_ci,
11158  `ardescriptor_id` int(11) UNSIGNED NOT NULL,12775  `ardescriptor_id` int(11) UNSIGNED NOT NULL,
11159  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',12776  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
11160  `flag_response` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',12777  `flag_response` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
11161  `weight` float(8,5) DEFAULT NULL,12778  `weight` float(8,5) DEFAULT NULL,
11162  `scale_colour` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',12779  `scale_colour` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
11163  `scale_character` varchar(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',12780  `scale_character` varchar(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
11164  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL12781  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
11165) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12782) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1116612783
11167--12784--
11168-- Dumping data for table `cbl_assessment_rating_scale_responses`12785-- Dumping data for table `cbl_assessment_rating_scale_responses`
11169--12786--
1117012787
11171INSERT INTO `cbl_assessment_rating_scale_responses` (`rating_scale_response_id`, `rating_scale_id`, `text`, `ardescriptor_id`, `order`, `flag_response`, `weight`, `scale_colour`, `scale_character`, `deleted_date`) VALUES12788INSERT INTO `cbl_assessment_rating_scale_responses` (`rating_scale_response_id`, `rating_scale_id`, `text`, `ardescriptor_id`, `order`, `flag_response`, `weight`, `scale_colour`, `scale_character`, `deleted_date`) VALUES
11172(1, 1, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12789(1, 1, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11173(2, 1, 'Very limited', 45, 2, 0, NULL, '', '', NULL),12790(2, 1, 'Very limited', 45, 2, 0, NULL, '', '', NULL),
11174(3, 1, 'Limited', 32, 3, 0, NULL, '', '', NULL),12791(3, 1, 'Limited', 32, 3, 0, NULL, '', '', NULL),
11175(4, 1, 'Emerging', 19, 4, 0, NULL, '', '', NULL),12792(4, 1, 'Emerging', 19, 4, 0, NULL, '', '', NULL),
11176(5, 1, 'Developing', 3, 5, 0, NULL, '', '', NULL),12793(5, 1, 'Developing', 3, 5, 0, NULL, '', '', NULL),
11177(6, 1, 'Achieving', 4, 6, 0, NULL, '', '', NULL),12794(6, 1, 'Achieving', 4, 6, 0, NULL, '', '', NULL),
11178(7, 1, 'Established', 20, 7, 0, NULL, '', '', NULL),12795(7, 1, 'Established', 20, 7, 0, NULL, '', '', NULL),
11179(8, 2, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12796(8, 2, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11180(9, 2, 'Limited', 32, 2, 0, NULL, '', '', NULL),12797(9, 2, 'Limited', 32, 2, 0, NULL, '', '', NULL),
11181(10, 2, 'Emerging', 19, 3, 0, NULL, '', '', NULL),12798(10, 2, 'Emerging', 19, 3, 0, NULL, '', '', NULL),
11182(11, 2, 'Developing', 3, 4, 0, NULL, '', '', NULL),12799(11, 2, 'Developing', 3, 4, 0, NULL, '', '', NULL),
11183(12, 2, 'Achieving', 4, 5, 0, NULL, '', '', NULL),12800(12, 2, 'Achieving', 4, 5, 0, NULL, '', '', NULL),
11184(13, 2, 'Established', 20, 6, 0, NULL, '', '', NULL),12801(13, 2, 'Established', 20, 6, 0, NULL, '', '', NULL),
11185(14, 3, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12802(14, 3, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11186(15, 3, 'Opportunities for Growth', 1, 2, 0, NULL, '', '', NULL),12803(15, 3, 'Opportunities for Growth', 1, 2, 0, NULL, '', '', NULL),
11187(16, 3, 'Borderline LOW', 2, 3, 0, NULL, '', '', NULL),12804(16, 3, 'Borderline LOW', 2, 3, 0, NULL, '', '', NULL),
11188(17, 3, 'Developing', 3, 4, 0, NULL, '', '', NULL),12805(17, 3, 'Developing', 3, 4, 0, NULL, '', '', NULL),
11189(18, 3, 'Borderline HIGH', 5, 5, 0, NULL, '', '', NULL),12806(18, 3, 'Borderline HIGH', 5, 5, 0, NULL, '', '', NULL),
11190(19, 3, 'Achieving (ready for independent practice)', 10, 6, 0, NULL, '', '', NULL),12807(19, 3, 'Achieving (ready for independent practice)', 10, 6, 0, NULL, '', '', NULL),
11191(20, 4, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12808(20, 4, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11192(21, 4, 'Novice', 37, 2, 0, NULL, '', '', NULL),12809(21, 4, 'Novice', 37, 2, 0, NULL, '', '', NULL),
11193(22, 4, 'Advanced beginner', 12, 3, 0, NULL, '', '', NULL),12810(22, 4, 'Advanced beginner', 12, 3, 0, NULL, '', '', NULL),
11194(23, 4, 'Competent', 16, 4, 0, NULL, '', '', NULL),12811(23, 4, 'Competent', 16, 4, 0, NULL, '', '', NULL),
11195(24, 4, 'Proficient', 39, 5, 0, NULL, '', '', NULL),12812(24, 4, 'Proficient', 39, 5, 0, NULL, '', '', NULL),
11196(25, 4, 'Expert', 21, 6, 0, NULL, '', '', NULL),12813(25, 4, 'Expert', 21, 6, 0, NULL, '', '', NULL),
11197(26, 5, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12814(26, 5, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11198(27, 5, 'I had to do', 25, 2, 0, NULL, '', '', NULL),12815(27, 5, 'I had to do', 25, 2, 0, NULL, '', '', NULL),
11199(28, 5, 'I had to talk them through', 27, 3, 0, NULL, '', '', NULL),12816(28, 5, 'I had to talk them through', 27, 3, 0, NULL, '', '', NULL),
11200(29, 5, 'I had to prompt them from time to time', 26, 4, 0, NULL, '', '', NULL),12817(29, 5, 'I had to prompt them from time to time', 26, 4, 0, NULL, '', '', NULL),
11201(30, 5, 'I needed to be there in the room just in case', 28, 5, 0, NULL, '', '', NULL),12818(30, 5, 'I needed to be there in the room just in case', 28, 5, 0, NULL, '', '', NULL),
11202(31, 5, 'I did not need to be there', 24, 6, 0, NULL, '', '', NULL),12819(31, 5, 'I did not need to be there', 24, 6, 0, NULL, '', '', NULL),
11203(32, 6, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12820(32, 6, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11204(33, 6, 'Observation only (no execution)', 38, 2, 0, NULL, '', '', NULL),12821(33, 6, 'Observation only (no execution)', 38, 2, 0, NULL, '', '', NULL),
11205(34, 6, 'Direct, proactive supervision', 18, 3, 0, NULL, '', '', NULL),12822(34, 6, 'Direct, proactive supervision', 18, 3, 0, NULL, '', '', NULL),
11206(35, 6, 'Indirect, reactive supervision', 30, 4, 0, NULL, '', '', NULL),12823(35, 6, 'Indirect, reactive supervision', 30, 4, 0, NULL, '', '', NULL),
11207(36, 6, 'Independent performance (with remote supervision)', 29, 5, 0, NULL, '', '', NULL),12824(36, 6, 'Independent performance (with remote supervision)', 29, 5, 0, NULL, '', '', NULL),
11208(37, 6, 'Supervision of trainees', 43, 6, 0, NULL, '', '', NULL),12825(37, 6, 'Supervision of trainees', 43, 6, 0, NULL, '', '', NULL),
11209(38, 7, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12826(38, 7, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11210(39, 7, 'Flagged for review', 22, 2, 0, NULL, '', '', NULL),12827(39, 7, 'Flagged for review', 22, 2, 0, NULL, '', '', NULL),
11211(40, 7, 'Direct supervision', 17, 3, 0, NULL, '', '', NULL),12828(40, 7, 'Direct supervision', 17, 3, 0, NULL, '', '', NULL),
11212(41, 7, 'Supervision on demand', 44, 4, 0, NULL, '', '', NULL),12829(41, 7, 'Supervision on demand', 44, 4, 0, NULL, '', '', NULL),
11213(42, 7, 'Supervision for refinement', 42, 5, 0, NULL, '', '', NULL),12830(42, 7, 'Supervision for refinement', 42, 5, 0, NULL, '', '', NULL),
11214(43, 8, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12831(43, 8, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11215(44, 8, 'Accepted standards not yet met, frequent errors uncorrected', 8, 2, 0, NULL, '', '', NULL),12832(44, 8, 'Accepted standards not yet met, frequent errors uncorrected', 8, 2, 0, NULL, '', '', NULL),
11216(45, 8, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 40, 3, 0, NULL, '', '', NULL),12833(45, 8, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 40, 3, 0, NULL, '', '', NULL),
11217(46, 8, 'Competent and safe throughout procedure, no uncorrected errors', 15, 4, 0, NULL, '', '', NULL),12834(46, 8, 'Competent and safe throughout procedure, no uncorrected errors', 15, 4, 0, NULL, '', '', NULL),
11218(47, 8, 'Highly skilled performance', 23, 5, 0, NULL, '', '', NULL),12835(47, 8, 'Highly skilled performance', 23, 5, 0, NULL, '', '', NULL),
11219(48, 9, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12836(48, 9, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11220(49, 9, 'Needs attention', 33, 2, 0, NULL, '', '', NULL),12837(49, 9, 'Needs attention', 33, 2, 0, NULL, '', '', NULL),
11221(50, 9, 'Developing', 3, 3, 0, NULL, '', '', NULL),12838(50, 9, 'Developing', 3, 3, 0, NULL, '', '', NULL),
11222(51, 9, 'Achieved', 9, 4, 0, NULL, '', '', NULL),12839(51, 9, 'Achieved', 9, 4, 0, NULL, '', '', NULL),
11223(52, 10, 'Not observed', 35, 1, 0, NULL, '', '', NULL),12840(52, 10, 'Not observed', 35, 1, 0, NULL, '', '', NULL),
11224(53, 10, 'Not yet', 36, 2, 0, NULL, '', '', NULL),12841(53, 10, 'Not yet', 36, 2, 0, NULL, '', '', NULL),
11225(54, 10, 'Almost', 13, 3, 0, NULL, '', '', NULL),12842(54, 10, 'Almost', 13, 3, 0, NULL, '', '', NULL),
11226(55, 10, 'Yes', 46, 4, 0, NULL, '', '', NULL),12843(55, 10, 'Yes', 46, 4, 0, NULL, '', '', NULL),
11227(56, 11, 'I had to do', 25, 1, 0, NULL, '', '', NULL),12844(56, 11, 'I had to do', 25, 1, 0, NULL, '', '', NULL),
11228(57, 11, 'I had to talk them through', 27, 2, 0, NULL, '', '', NULL),12845(57, 11, 'I had to talk them through', 27, 2, 0, NULL, '', '', NULL),
11229(58, 11, 'I had to prompt them from time to time', 26, 3, 0, NULL, '', '', NULL),12846(58, 11, 'I had to prompt them from time to time', 26, 3, 0, NULL, '', '', NULL),
11230(59, 11, 'I needed to be there in the room just in case', 28, 4, 0, NULL, '', '', NULL),12847(59, 11, 'I needed to be there in the room just in case', 28, 4, 0, NULL, '', '', NULL),
11231(60, 11, 'I did not need to be there', 24, 5, 0, NULL, '', '', NULL),12848(60, 11, 'I did not need to be there', 24, 5, 0, NULL, '', '', NULL),
11232(61, 12, 'Observation only (no execution)', 38, 1, 0, NULL, '', '', NULL),12849(61, 12, 'Observation only (no execution)', 38, 1, 0, NULL, '', '', NULL),
11233(62, 12, 'Direct, proactive supervision', 18, 2, 0, NULL, '', '', NULL),12850(62, 12, 'Direct, proactive supervision', 18, 2, 0, NULL, '', '', NULL),
11234(63, 12, 'Indirect, reactive supervision', 30, 3, 0, NULL, '', '', NULL),12851(63, 12, 'Indirect, reactive supervision', 30, 3, 0, NULL, '', '', NULL),
11235(64, 12, 'Independent performance (with remote supervision)', 29, 4, 0, NULL, '', '', NULL),12852(64, 12, 'Independent performance (with remote supervision)', 29, 4, 0, NULL, '', '', NULL),
11236(65, 12, 'Supervision of trainees', 43, 5, 0, NULL, '', '', NULL),12853(65, 12, 'Supervision of trainees', 43, 5, 0, NULL, '', '', NULL),
11237(66, 13, 'Very limited', 45, 1, 0, NULL, '', '', NULL),12854(66, 13, 'Very limited', 45, 1, 0, NULL, '', '', NULL),
11238(67, 13, 'Limited', 32, 2, 0, NULL, '', '', NULL),12855(67, 13, 'Limited', 32, 2, 0, NULL, '', '', NULL),
11239(68, 13, 'Emerging', 19, 3, 0, NULL, '', '', NULL),12856(68, 13, 'Emerging', 19, 3, 0, NULL, '', '', NULL),
11240(69, 13, 'Developing', 3, 4, 0, NULL, '', '', NULL),12857(69, 13, 'Developing', 3, 4, 0, NULL, '', '', NULL),
11241(70, 13, 'Achieving', 4, 5, 0, NULL, '', '', NULL),12858(70, 13, 'Achieving', 4, 5, 0, NULL, '', '', NULL),
11242(71, 13, 'Established', 20, 6, 0, NULL, '', '', NULL),12859(71, 13, 'Established', 20, 6, 0, NULL, '', '', NULL),
11243(72, 14, 'Flagged for review', 22, 1, 0, NULL, '', '', NULL),12860(72, 14, 'Flagged for review', 22, 1, 0, NULL, '', '', NULL),
11244(73, 14, 'Direct supervision', 17, 2, 0, NULL, '', '', NULL),12861(73, 14, 'Direct supervision', 17, 2, 0, NULL, '', '', NULL),
11245(74, 14, 'Supervision on demand', 44, 3, 0, NULL, '', '', NULL),12862(74, 14, 'Supervision on demand', 44, 3, 0, NULL, '', '', NULL),
11246(75, 14, 'Supervision for refinement', 42, 4, 0, NULL, '', '', NULL),12863(75, 14, 'Supervision for refinement', 42, 4, 0, NULL, '', '', NULL),
11247(76, 15, 'Shows critical weaknesses', 41, 1, 0, NULL, '', '', NULL),12864(76, 15, 'Shows critical weaknesses', 41, 1, 0, NULL, '', '', NULL),
11248(77, 15, 'Needs attention', 33, 2, 0, NULL, '', '', NULL),12865(77, 15, 'Needs attention', 33, 2, 0, NULL, '', '', NULL),
11249(78, 15, 'Is almost there', 31, 3, 0, NULL, '', '', NULL),12866(78, 15, 'Is almost there', 31, 3, 0, NULL, '', '', NULL),
11250(79, 15, 'Achieves standard expected', 11, 4, 0, NULL, '', '', NULL),12867(79, 15, 'Achieves standard expected', 11, 4, 0, NULL, '', '', NULL),
11251(80, 15, 'Clearly exceeds standard', 14, 5, 0, NULL, '', '', NULL),12868(80, 15, 'Clearly exceeds standard', 14, 5, 0, NULL, '', '', NULL),
11252(81, 16, 'Completed', 47, 2, 0, NULL, '#57b754', '✔', NULL),12869(81, 16, 'Completed', 47, 2, 0, NULL, '#57b754', '✔', NULL),
11253(82, 16, 'In Progress', 48, 1, 0, NULL, '', '', NULL),12870(82, 16, 'In Progress', 48, 1, 0, NULL, '', '', NULL),
11254(89, 17, 'Cannot Do By Themselves', 51, 1, 0, NULL, '', '', NULL),12871(89, 17, 'Cannot Do By Themselves', 51, 1, 0, NULL, '', '', NULL),
11255(90, 17, 'Can Do Supervised', 52, 2, 0, NULL, '', '', NULL),12872(90, 17, 'Can Do Supervised', 52, 2, 0, NULL, '', '', NULL),
11256(91, 17, 'Can Teach Others', 53, 3, 0, NULL, '', '', NULL),12873(91, 17, 'Can Teach Others', 53, 3, 0, NULL, '', '', NULL),
11257(92, 17, 'Unable To Assess', 54, 4, 0, NULL, '', '', NULL),12874(92, 17, 'Unable To Assess', 54, 4, 0, NULL, '', '', NULL),
11258(97, 19, 'Can Do Supervised', 52, 1, 0, NULL, '', '', NULL),12875(97, 19, 'Can Do Supervised', 52, 1, 0, NULL, '', '', NULL),
11259(98, 19, 'Can Teach Others', 53, 2, 0, NULL, '', '', NULL),12876(98, 19, 'Can Teach Others', 53, 2, 0, NULL, '', '', NULL),
11260(99, 17, '0', 49, 1, 0, NULL, '', '', NULL),12877(99, 17, '0', 49, 1, 0, NULL, '', '', NULL),
11261(100, 17, 'N/A', 50, 2, 0, NULL, '', '', NULL);12878(100, 17, 'N/A', 50, 2, 0, NULL, '', '', NULL);
1126212879
11263-- --------------------------------------------------------12880-- --------------------------------------------------------
1126412881
11265--12882--
11266-- Table structure for table `cbl_assessment_reports`12883-- Table structure for table `cbl_assessment_reports`
11267--12884--
1126812885
11269CREATE TABLE `cbl_assessment_reports` (12886CREATE TABLE `cbl_assessment_reports` (
11270  `areport_id` int(11) UNSIGNED NOT NULL,12887  `areport_id` int(11) UNSIGNED NOT NULL,
11271  `title` varchar(128) NOT NULL DEFAULT '',12888  `title` varchar(128) NOT NULL DEFAULT '',
11272  `description` text,12889  `description` text,
11273  `start_date` bigint(64) DEFAULT NULL,12890  `start_date` bigint(64) DEFAULT NULL,
11274  `end_date` bigint(64) DEFAULT NULL,12891  `end_date` bigint(64) DEFAULT NULL,
11275  `release_start` bigint(64) DEFAULT NULL,12892  `release_start` bigint(64) DEFAULT NULL,
11276  `release_end` bigint(64) DEFAULT NULL,12893  `release_end` bigint(64) DEFAULT NULL,
11277  `updated_date` bigint(64) DEFAULT NULL,12894  `updated_date` bigint(64) DEFAULT NULL,
11278  `updated_by` int(11) UNSIGNED DEFAULT NULL,12895  `updated_by` int(11) UNSIGNED DEFAULT NULL,
11279  `created_date` bigint(64) NOT NULL,12896  `created_date` bigint(64) NOT NULL,
11280  `created_by` int(11) UNSIGNED NOT NULL,12897  `created_by` int(11) UNSIGNED NOT NULL,
11281  `deleted_date` bigint(64) DEFAULT NULL12898  `deleted_date` bigint(64) DEFAULT NULL
11282) ENGINE=InnoDB DEFAULT CHARSET=utf8;12899) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1128312900
11284-- --------------------------------------------------------12901-- --------------------------------------------------------
1128512902
11286--12903--
11287-- Table structure for table `cbl_assessment_report_audience`12904-- Table structure for table `cbl_assessment_report_audience`
11288--12905--
1128912906
11290CREATE TABLE `cbl_assessment_report_audience` (12907CREATE TABLE `cbl_assessment_report_audience` (
11291  `araudience_id` int(11) UNSIGNED NOT NULL,12908  `araudience_id` int(11) UNSIGNED NOT NULL,
11292  `areport_id` int(11) UNSIGNED NOT NULL,12909  `areport_id` int(11) UNSIGNED NOT NULL,
11293  `audience_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id') NOT NULL DEFAULT 'proxy_id',12910  `audience_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id') NOT NULL DEFAULT 'proxy_id',
11294  `audience_value` int(11) DEFAULT NULL12911  `audience_value` int(11) DEFAULT NULL
11295) ENGINE=InnoDB DEFAULT CHARSET=utf8;12912) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1129612913
11297-- --------------------------------------------------------12914-- --------------------------------------------------------
1129812915
11299--12916--
11300-- Table structure for table `cbl_assessment_report_caches`12917-- Table structure for table `cbl_assessment_report_caches`
11301--12918--
1130212919
11303CREATE TABLE `cbl_assessment_report_caches` (12920CREATE TABLE `cbl_assessment_report_caches` (
11304  `arcache_id` int(11) UNSIGNED NOT NULL,12921  `arcache_id` int(11) UNSIGNED NOT NULL,
11305  `report_key` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',12922  `report_key` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
11306  `report_param_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '',12923  `report_param_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '',
11307  `report_meta_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '',12924  `report_meta_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '',
11308  `target_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id','schedule_id','eventtype_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',12925  `target_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id','schedule_id','eventtype_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',
11309  `target_value` int(11) NOT NULL,12926  `target_value` int(11) NOT NULL,
11310  `created_date` int(64) DEFAULT NULL,12927  `created_date` int(64) DEFAULT NULL,
11311  `created_by` int(11) DEFAULT NULL12928  `created_by` int(11) DEFAULT NULL
11312) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;12929) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1131312930
11314-- --------------------------------------------------------12931-- --------------------------------------------------------
1131512932
11316--12933--
11317-- Table structure for table `cbl_assessment_report_sources`12934-- Table structure for table `cbl_assessment_report_sources`
11318--12935--
1131912936
11320CREATE TABLE `cbl_assessment_report_sources` (12937CREATE TABLE `cbl_assessment_report_sources` (
11321  `arsource_id` int(11) UNSIGNED NOT NULL,12938  `arsource_id` int(11) UNSIGNED NOT NULL,
11322  `areport_id` int(11) UNSIGNED NOT NULL,12939  `areport_id` int(11) UNSIGNED NOT NULL,
11323  `source_type` enum('adistribution_id','form_id','item_id','afitem_id','objective_id','report','aprogress_id','afrubric_id','freetext') NOT NULL DEFAULT 'adistribution_id',12940  `source_type` enum('adistribution_id','form_id','item_id','afitem_id','objective_id','report','aprogress_id','afrubric_id','freetext') NOT NULL DEFAULT 'adistribution_id',
11324  `source_value` varchar(128) DEFAULT '',12941  `source_value` varchar(128) DEFAULT '',
11325  `description` longtext,12942  `description` longtext,
11326  `order` tinyint(3) NOT NULL DEFAULT '0'12943  `order` tinyint(3) NOT NULL DEFAULT '0'
11327) ENGINE=InnoDB DEFAULT CHARSET=utf8;12944) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1132812945
11329-- --------------------------------------------------------12946-- --------------------------------------------------------
1133012947
11331--12948--
11332-- Table structure for table `cbl_assessment_report_source_targets`12949-- Table structure for table `cbl_assessment_report_source_targets`
11333--12950--
1133412951
11335CREATE TABLE `cbl_assessment_report_source_targets` (12952CREATE TABLE `cbl_assessment_report_source_targets` (
11336  `adtarget_id` int(11) UNSIGNED NOT NULL,12953  `adtarget_id` int(11) UNSIGNED NOT NULL,
11337  `arsource_id` int(11) UNSIGNED NOT NULL,12954  `arsource_id` int(11) UNSIGNED NOT NULL,
11338  `areport_id` int(11) UNSIGNED NOT NULL,12955  `areport_id` int(11) UNSIGNED NOT NULL,
11339  `target_type` enum('proxy_id','course_id','schedule_id','organisation_id','adistribution_id') NOT NULL DEFAULT 'adistribution_id',12956  `target_type` enum('proxy_id','course_id','schedule_id','organisation_id','adistribution_id') NOT NULL DEFAULT 'adistribution_id',
11340  `target_id` int(11) NOT NULL12957  `target_id` int(11) NOT NULL
11341) ENGINE=InnoDB DEFAULT CHARSET=utf8;12958) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1134212959
11343-- --------------------------------------------------------12960-- --------------------------------------------------------
1134412961
11345--12962--
11346-- Table structure for table `cbl_assessment_rubric_authors`12963-- Table structure for table `cbl_assessment_rubric_authors`
11347--12964--
1134812965
11349CREATE TABLE `cbl_assessment_rubric_authors` (12966CREATE TABLE `cbl_assessment_rubric_authors` (
11350  `arauthor_id` int(11) UNSIGNED NOT NULL,12967  `arauthor_id` int(11) UNSIGNED NOT NULL,
11351  `rubric_id` int(11) UNSIGNED NOT NULL,12968  `rubric_id` int(11) UNSIGNED NOT NULL,
11352  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',12969  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
11353  `author_id` int(11) NOT NULL,12970  `author_id` int(11) NOT NULL,
11354  `created_date` bigint(64) NOT NULL,12971  `created_date` bigint(64) NOT NULL,
11355  `created_by` int(11) NOT NULL,12972  `created_by` int(11) NOT NULL,
11356  `updated_date` bigint(64) DEFAULT NULL,12973  `updated_date` bigint(64) DEFAULT NULL,
11357  `updated_by` int(11) DEFAULT NULL,12974  `updated_by` int(11) DEFAULT NULL,
11358  `deleted_date` bigint(64) DEFAULT NULL12975  `deleted_date` bigint(64) DEFAULT NULL
11359) ENGINE=InnoDB DEFAULT CHARSET=utf8;12976) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1136012977
11361--12978--
11362-- Dumping data for table `cbl_assessment_rubric_authors`12979-- Dumping data for table `cbl_assessment_rubric_authors`
11363--12980--
1136412981
11365INSERT INTO `cbl_assessment_rubric_authors` (`arauthor_id`, `rubric_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES12982INSERT INTO `cbl_assessment_rubric_authors` (`arauthor_id`, `rubric_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
11366(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),12983(1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
11367(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),12984(2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
n11368(3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL);n12985(3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL),
12986(4, 4, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL),
12987(5, 5, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL),
12988(6, 6, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL),
12989(7, 7, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL),
12990(8, 8, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL),
12991(9, 9, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL),
12992(10, 10, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL),
12993(11, 11, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
12994(12, 12, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL),
12995(13, 13, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL),
12996(14, 14, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL);
1136912997
11370-- --------------------------------------------------------12998-- --------------------------------------------------------
1137112999
11372--13000--
11373-- Table structure for table `cbl_assessment_rubric_items`13001-- Table structure for table `cbl_assessment_rubric_items`
11374--13002--
1137513003
11376CREATE TABLE `cbl_assessment_rubric_items` (13004CREATE TABLE `cbl_assessment_rubric_items` (
11377  `aritem_id` int(11) UNSIGNED NOT NULL,13005  `aritem_id` int(11) UNSIGNED NOT NULL,
11378  `rubric_id` int(11) UNSIGNED NOT NULL,13006  `rubric_id` int(11) UNSIGNED NOT NULL,
11379  `item_id` int(11) UNSIGNED NOT NULL,13007  `item_id` int(11) UNSIGNED NOT NULL,
11380  `order` tinyint(3) NOT NULL DEFAULT '0',13008  `order` tinyint(3) NOT NULL DEFAULT '0',
11381  `enable_flagging` tinyint(1) NOT NULL DEFAULT '0',13009  `enable_flagging` tinyint(1) NOT NULL DEFAULT '0',
11382  `deleted_date` int(11) DEFAULT NULL13010  `deleted_date` int(11) DEFAULT NULL
11383) ENGINE=InnoDB DEFAULT CHARSET=utf8;13011) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1138413012
11385--13013--
11386-- Dumping data for table `cbl_assessment_rubric_items`13014-- Dumping data for table `cbl_assessment_rubric_items`
11387--13015--
1138813016
11389INSERT INTO `cbl_assessment_rubric_items` (`aritem_id`, `rubric_id`, `item_id`, `order`, `enable_flagging`, `deleted_date`) VALUES13017INSERT INTO `cbl_assessment_rubric_items` (`aritem_id`, `rubric_id`, `item_id`, `order`, `enable_flagging`, `deleted_date`) VALUES
11390(1, 1, 4, 0, 0, NULL),13018(1, 1, 4, 0, 0, NULL),
11391(2, 1, 5, 1, 0, NULL),13019(2, 1, 5, 1, 0, NULL),
11392(3, 1, 6, 2, 0, NULL),13020(3, 1, 6, 2, 0, NULL),
11393(4, 2, 8, 0, 0, NULL),13021(4, 2, 8, 0, 0, NULL),
11394(5, 2, 9, 1, 0, NULL),13022(5, 2, 9, 1, 0, NULL),
11395(6, 2, 10, 2, 0, NULL),13023(6, 2, 10, 2, 0, NULL),
n11396(7, 3, 18, 0, 0, NULL);n13024(7, 3, 18, 0, 0, NULL),
13025(8, 4, 20, 0, 0, NULL),
13026(9, 4, 21, 1, 0, NULL),
13027(10, 4, 22, 2, 0, NULL),
13028(11, 5, 25, 0, 0, NULL),
13029(12, 5, 26, 1, 0, NULL),
13030(13, 5, 27, 2, 0, NULL),
13031(14, 5, 28, 3, 0, NULL),
13032(15, 5, 29, 4, 0, NULL),
13033(16, 5, 30, 5, 0, NULL),
13034(17, 5, 31, 6, 0, NULL),
13035(18, 5, 32, 7, 0, NULL),
13036(19, 5, 33, 8, 0, NULL),
13037(20, 5, 34, 9, 0, NULL),
13038(21, 5, 35, 10, 0, NULL),
13039(22, 5, 36, 11, 0, NULL),
13040(23, 6, 39, 0, 0, NULL),
13041(24, 6, 40, 1, 0, NULL),
13042(25, 6, 41, 2, 0, NULL),
13043(26, 7, 44, 0, 0, NULL),
13044(27, 7, 45, 1, 0, NULL),
13045(28, 7, 46, 2, 0, NULL),
13046(29, 7, 47, 3, 0, NULL),
13047(30, 7, 48, 4, 0, NULL),
13048(31, 7, 49, 5, 0, NULL),
13049(32, 8, 52, 0, 0, NULL),
13050(33, 8, 53, 1, 0, NULL),
13051(34, 8, 54, 2, 0, NULL),
13052(35, 9, 57, 0, 0, NULL),
13053(36, 9, 58, 1, 0, NULL),
13054(37, 9, 59, 2, 0, NULL),
13055(38, 10, 62, 0, 0, NULL),
13056(39, 10, 63, 1, 0, NULL),
13057(40, 10, 64, 2, 0, NULL),
13058(41, 11, 67, 0, 0, NULL),
13059(42, 11, 68, 1, 0, NULL),
13060(43, 12, 71, 0, 0, NULL),
13061(44, 12, 72, 1, 0, NULL),
13062(45, 12, 73, 2, 0, NULL),
13063(46, 12, 74, 3, 0, NULL),
13064(47, 13, 77, 0, 0, NULL),
13065(48, 13, 78, 1, 0, NULL),
13066(49, 13, 79, 2, 0, NULL),
13067(50, 14, 82, 0, 0, NULL),
13068(51, 14, 83, 1, 0, NULL),
13069(52, 14, 84, 2, 0, NULL),
13070(53, 14, 85, 3, 0, NULL),
13071(54, 14, 86, 4, 0, NULL),
13072(55, 14, 87, 5, 0, NULL),
13073(56, 14, 88, 6, 0, NULL);
1139713074
11398-- --------------------------------------------------------13075-- --------------------------------------------------------
1139913076
11400--13077--
11401-- Table structure for table `cbl_assessment_ss_existing_tasks`13078-- Table structure for table `cbl_assessment_ss_existing_tasks`
11402--13079--
1140313080
11404CREATE TABLE `cbl_assessment_ss_existing_tasks` (13081CREATE TABLE `cbl_assessment_ss_existing_tasks` (
11405  `existing_task_id` int(11) UNSIGNED NOT NULL,13082  `existing_task_id` int(11) UNSIGNED NOT NULL,
11406  `adistribution_id` int(11) DEFAULT NULL,13083  `adistribution_id` int(11) DEFAULT NULL,
11407  `distribution_deleted_date` int(11) DEFAULT NULL,13084  `distribution_deleted_date` int(11) DEFAULT NULL,
11408  `distribution_title` varchar(2048) DEFAULT NULL,13085  `distribution_title` varchar(2048) DEFAULT NULL,
11409  `assessor_name` varchar(100) DEFAULT NULL,13086  `assessor_name` varchar(100) DEFAULT NULL,
11410  `target_name` varchar(100) DEFAULT NULL,13087  `target_name` varchar(100) DEFAULT NULL,
11411  `form_title` varchar(1024) DEFAULT NULL,13088  `form_title` varchar(1024) DEFAULT NULL,
11412  `schedule_details` varchar(2048) DEFAULT NULL,13089  `schedule_details` varchar(2048) DEFAULT NULL,
11413  `progress_details` varchar(100) DEFAULT NULL13090  `progress_details` varchar(100) DEFAULT NULL
11414) ENGINE=InnoDB DEFAULT CHARSET=utf8;13091) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1141513092
11416-- --------------------------------------------------------13093-- --------------------------------------------------------
1141713094
11418--13095--
11419-- Table structure for table `cbl_assessment_ss_future_tasks`13096-- Table structure for table `cbl_assessment_ss_future_tasks`
11420--13097--
1142113098
11422CREATE TABLE `cbl_assessment_ss_future_tasks` (13099CREATE TABLE `cbl_assessment_ss_future_tasks` (
11423  `future_task_id` int(11) UNSIGNED NOT NULL,13100  `future_task_id` int(11) UNSIGNED NOT NULL,
11424  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,13101  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
11425  `assessor_type` enum('internal','external') DEFAULT NULL,13102  `assessor_type` enum('internal','external') DEFAULT NULL,
11426  `assessor_value` int(11) UNSIGNED NOT NULL,13103  `assessor_value` int(11) UNSIGNED NOT NULL,
11427  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','housing_unit_id') DEFAULT NULL,13104  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','housing_unit_id') DEFAULT NULL,
11428  `target_value` int(11) NOT NULL,13105  `target_value` int(11) NOT NULL,
11429  `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL,13106  `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL,
11430  `title` text,13107  `title` text,
11431  `rotation_start_date` bigint(64) DEFAULT '0',13108  `rotation_start_date` bigint(64) DEFAULT '0',
11432  `rotation_end_date` bigint(64) DEFAULT '0',13109  `rotation_end_date` bigint(64) DEFAULT '0',
11433  `delivery_date` bigint(64) NOT NULL,13110  `delivery_date` bigint(64) NOT NULL,
11434  `form_id` int(11) UNSIGNED DEFAULT NULL,13111  `form_id` int(11) UNSIGNED DEFAULT NULL,
11435  `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1',13112  `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1',
11436  `organisation_id` int(11) UNSIGNED DEFAULT NULL,13113  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
11437  `associated_record_id` int(11) UNSIGNED DEFAULT NULL,13114  `associated_record_id` int(11) UNSIGNED DEFAULT NULL,
11438  `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id') DEFAULT NULL,13115  `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id') DEFAULT NULL,
11439  `min_submittable` int(11) UNSIGNED DEFAULT '0',13116  `min_submittable` int(11) UNSIGNED DEFAULT '0',
11440  `max_submittable` int(11) UNSIGNED DEFAULT '0',13117  `max_submittable` int(11) UNSIGNED DEFAULT '0',
11441  `mandatory` tinyint(1) DEFAULT '0',13118  `mandatory` tinyint(1) DEFAULT '0',
11442  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',13119  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',
11443  `start_date` bigint(64) NOT NULL DEFAULT '0',13120  `start_date` bigint(64) NOT NULL DEFAULT '0',
11444  `end_date` bigint(64) NOT NULL DEFAULT '0',13121  `end_date` bigint(64) NOT NULL DEFAULT '0',
11445  `additional_assessment` tinyint(1) NOT NULL DEFAULT '0',13122  `additional_assessment` tinyint(1) NOT NULL DEFAULT '0',
11446  `schedule_details` text,13123  `schedule_details` text,
11447  `created_by` int(11) NOT NULL,13124  `created_by` int(11) NOT NULL,
11448  `created_date` bigint(64) NOT NULL,13125  `created_date` bigint(64) NOT NULL,
11449  `deleted_by` int(11) DEFAULT NULL,13126  `deleted_by` int(11) DEFAULT NULL,
11450  `deleted_date` bigint(64) DEFAULT NULL13127  `deleted_date` bigint(64) DEFAULT NULL
11451) ENGINE=InnoDB DEFAULT CHARSET=utf8;13128) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1145213129
11453-- --------------------------------------------------------13130-- --------------------------------------------------------
1145413131
11455--13132--
11456-- Table structure for table `cbl_assessment_type_organisations`13133-- Table structure for table `cbl_assessment_type_organisations`
11457--13134--
1145813135
11459CREATE TABLE `cbl_assessment_type_organisations` (13136CREATE TABLE `cbl_assessment_type_organisations` (
11460  `atype_organisation_id` int(11) UNSIGNED NOT NULL,13137  `atype_organisation_id` int(11) UNSIGNED NOT NULL,
11461  `assessment_type_id` int(11) UNSIGNED NOT NULL,13138  `assessment_type_id` int(11) UNSIGNED NOT NULL,
11462  `organisation_id` int(11) UNSIGNED NOT NULL,13139  `organisation_id` int(11) UNSIGNED NOT NULL,
11463  `created_date` bigint(64) UNSIGNED NOT NULL,13140  `created_date` bigint(64) UNSIGNED NOT NULL,
11464  `created_by` int(11) UNSIGNED NOT NULL,13141  `created_by` int(11) UNSIGNED NOT NULL,
11465  `updated_by` int(11) UNSIGNED DEFAULT NULL,13142  `updated_by` int(11) UNSIGNED DEFAULT NULL,
11466  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,13143  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
11467  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13144  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
11468) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;13145) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1146913146
11470--13147--
11471-- Dumping data for table `cbl_assessment_type_organisations`13148-- Dumping data for table `cbl_assessment_type_organisations`
11472--13149--
1147313150
11474INSERT INTO `cbl_assessment_type_organisations` (`atype_organisation_id`, `assessment_type_id`, `organisation_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES13151INSERT INTO `cbl_assessment_type_organisations` (`atype_organisation_id`, `assessment_type_id`, `organisation_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES
11475(1, 1, 1, 1510375509, 1, NULL, NULL, NULL),13152(1, 1, 1, 1510375509, 1, NULL, NULL, NULL),
11476(2, 2, 1, 1510375509, 1, NULL, NULL, NULL),13153(2, 2, 1, 1510375509, 1, NULL, NULL, NULL),
11477(3, 2, 2, 1685381585, 1, 1, 1685381585, NULL);13154(3, 2, 2, 1685381585, 1, 1, 1685381585, NULL);
1147813155
11479-- --------------------------------------------------------13156-- --------------------------------------------------------
1148013157
11481--13158--
11482-- Table structure for table `cbl_assessor_target_feedback`13159-- Table structure for table `cbl_assessor_target_feedback`
11483--13160--
1148413161
11485CREATE TABLE `cbl_assessor_target_feedback` (13162CREATE TABLE `cbl_assessor_target_feedback` (
11486  `atfeedback_id` int(12) NOT NULL,13163  `atfeedback_id` int(12) NOT NULL,
11487  `dassessment_id` int(12) NOT NULL,13164  `dassessment_id` int(12) NOT NULL,
11488  `assessor_type` enum('internal','external') DEFAULT NULL,13165  `assessor_type` enum('internal','external') DEFAULT NULL,
11489  `assessor_value` int(11) DEFAULT NULL,13166  `assessor_value` int(11) DEFAULT NULL,
11490  `assessor_feedback` tinyint(1) DEFAULT NULL,13167  `assessor_feedback` tinyint(1) DEFAULT NULL,
11491  `target_type` enum('internal','external') DEFAULT NULL,13168  `target_type` enum('internal','external') DEFAULT NULL,
11492  `target_value` int(11) DEFAULT NULL,13169  `target_value` int(11) DEFAULT NULL,
11493  `target_feedback` tinyint(1) DEFAULT NULL,13170  `target_feedback` tinyint(1) DEFAULT NULL,
11494  `target_progress_value` enum('inprogress','complete') DEFAULT NULL,13171  `target_progress_value` enum('inprogress','complete') DEFAULT NULL,
11495  `comments` text,13172  `comments` text,
11496  `updated_date` bigint(64) DEFAULT NULL,13173  `updated_date` bigint(64) DEFAULT NULL,
11497  `updated_by` int(11) DEFAULT NULL,13174  `updated_by` int(11) DEFAULT NULL,
11498  `created_date` bigint(64) NOT NULL,13175  `created_date` bigint(64) NOT NULL,
11499  `created_by` int(11) DEFAULT NULL,13176  `created_by` int(11) DEFAULT NULL,
11500  `deleted_date` bigint(64) DEFAULT NULL13177  `deleted_date` bigint(64) DEFAULT NULL
11501) ENGINE=InnoDB DEFAULT CHARSET=utf8;13178) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1150213179
11503-- --------------------------------------------------------13180-- --------------------------------------------------------
1150413181
11505--13182--
11506-- Table structure for table `cbl_cbme_upload_history`13183-- Table structure for table `cbl_cbme_upload_history`
11507--13184--
1150813185
11509CREATE TABLE `cbl_cbme_upload_history` (13186CREATE TABLE `cbl_cbme_upload_history` (
11510  `file_name` char(255) NOT NULL,13187  `file_name` char(255) NOT NULL,
11511  `file_type` char(255) NOT NULL,13188  `file_type` char(255) NOT NULL,
11512  `course_id` int(11) NOT NULL,13189  `course_id` int(11) NOT NULL,
11513  `upload_type` char(255) NOT NULL,13190  `upload_type` char(255) NOT NULL,
11514  `created_date` bigint(64) UNSIGNED NOT NULL,13191  `created_date` bigint(64) UNSIGNED NOT NULL,
11515  `created_by` int(11) UNSIGNED NOT NULL13192  `created_by` int(11) UNSIGNED NOT NULL
11516) ENGINE=InnoDB DEFAULT CHARSET=utf8;13193) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1151713194
11518-- --------------------------------------------------------13195-- --------------------------------------------------------
1151913196
11520--13197--
11521-- Table structure for table `cbl_course_contacts`13198-- Table structure for table `cbl_course_contacts`
11522--13199--
1152313200
11524CREATE TABLE `cbl_course_contacts` (13201CREATE TABLE `cbl_course_contacts` (
11525  `id` int(11) UNSIGNED NOT NULL,13202  `id` int(11) UNSIGNED NOT NULL,
11526  `course_id` int(11) NOT NULL,13203  `course_id` int(11) NOT NULL,
11527  `assessor_value` int(11) NOT NULL,13204  `assessor_value` int(11) NOT NULL,
11528  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',13205  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',
11529  `visible` tinyint(1) DEFAULT '1',13206  `visible` tinyint(1) DEFAULT '1',
11530  `created_by` int(11) NOT NULL,13207  `created_by` int(11) NOT NULL,
11531  `created_date` int(11) NOT NULL,13208  `created_date` int(11) NOT NULL,
11532  `updated_by` int(11) NOT NULL,13209  `updated_by` int(11) NOT NULL,
11533  `updated_date` int(11) NOT NULL,13210  `updated_date` int(11) NOT NULL,
11534  `deleted_date` int(11) DEFAULT NULL13211  `deleted_date` int(11) DEFAULT NULL
11535) ENGINE=InnoDB DEFAULT CHARSET=utf8;13212) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1153613213
11537--13214--
11538-- Dumping data for table `cbl_course_contacts`13215-- Dumping data for table `cbl_course_contacts`
11539--13216--
1154013217
11541INSERT INTO `cbl_course_contacts` (`id`, `course_id`, `assessor_value`, `assessor_type`, `visible`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES13218INSERT INTO `cbl_course_contacts` (`id`, `course_id`, `assessor_value`, `assessor_type`, `visible`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
11542(1, 1, 5, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL),13219(1, 1, 5, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL),
11543(2, 1, 3, 'external', 1, 1, 1685381585, 1, 1685381585, NULL),13220(2, 1, 3, 'external', 1, 1, 1685381585, 1, 1685381585, NULL),
n11544(3, 5, 7, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL);n13221(3, 5, 7, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL),
13222(4, 16, 7, 'internal', 1, 4, 1685391944, 4, 1685391944, NULL),
13223(5, 16, 6, 'internal', 1, 6, 1685539110, 6, 1685539110, NULL),
13224(6, 16, 5, 'internal', 1, 4, 1685539367, 4, 1685539367, NULL),
13225(7, 16, 9, 'internal', 1, 4, 1685543782, 4, 1685543782, NULL);
1154513226
11546-- --------------------------------------------------------13227-- --------------------------------------------------------
1154713228
11548--13229--
11549-- Table structure for table `cbl_delivery_schedule`13230-- Table structure for table `cbl_delivery_schedule`
11550--13231--
1155113232
11552CREATE TABLE `cbl_delivery_schedule` (13233CREATE TABLE `cbl_delivery_schedule` (
11553  `delivery_schedule_id` int(12) UNSIGNED NOT NULL,13234  `delivery_schedule_id` int(12) UNSIGNED NOT NULL,
11554  `target_type` enum('schedule_id','course_id') DEFAULT NULL,13235  `target_type` enum('schedule_id','course_id') DEFAULT NULL,
11555  `schedule_id` int(11) NOT NULL,13236  `schedule_id` int(11) NOT NULL,
11556  `delivery_offset` bigint(64) NOT NULL,13237  `delivery_offset` bigint(64) NOT NULL,
11557  `created_date` bigint(64) NOT NULL,13238  `created_date` bigint(64) NOT NULL,
11558  `created_by` int(11) NOT NULL,13239  `created_by` int(11) NOT NULL,
11559  `updated_date` bigint(64) DEFAULT NULL,13240  `updated_date` bigint(64) DEFAULT NULL,
11560  `updated_by` int(11) DEFAULT NULL,13241  `updated_by` int(11) DEFAULT NULL,
11561  `deleted_date` bigint(64) DEFAULT NULL,13242  `deleted_date` bigint(64) DEFAULT NULL,
11562  `deleted_by` int(11) DEFAULT NULL13243  `deleted_by` int(11) DEFAULT NULL
11563) ENGINE=InnoDB DEFAULT CHARSET=utf8;13244) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1156413245
11565-- --------------------------------------------------------13246-- --------------------------------------------------------
1156613247
11567--13248--
11568-- Table structure for table `cbl_distribution_assessments`13249-- Table structure for table `cbl_distribution_assessments`
11569--13250--
1157013251
11571CREATE TABLE `cbl_distribution_assessments` (13252CREATE TABLE `cbl_distribution_assessments` (
11572  `dassessment_id` int(11) UNSIGNED NOT NULL,13253  `dassessment_id` int(11) UNSIGNED NOT NULL,
11573  `form_id` int(11) UNSIGNED DEFAULT NULL,13254  `form_id` int(11) UNSIGNED DEFAULT NULL,
11574  `course_id` int(11) DEFAULT NULL,13255  `course_id` int(11) DEFAULT NULL,
11575  `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1',13256  `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1',
11576  `assessment_method_id` int(11) NOT NULL DEFAULT '1',13257  `assessment_method_id` int(11) NOT NULL DEFAULT '1',
11577  `assessment_method_data` text,13258  `assessment_method_data` text,
11578  `organisation_id` int(11) UNSIGNED DEFAULT NULL,13259  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
11579  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,13260  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
11580  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',13261  `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal',
11581  `assessor_value` int(12) NOT NULL,13262  `assessor_value` int(12) NOT NULL,
11582  `associated_record_id` int(11) UNSIGNED DEFAULT NULL,13263  `associated_record_id` int(11) UNSIGNED DEFAULT NULL,
11583  `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT NULL,13264  `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT NULL,
11584  `associated_record_data` text,13265  `associated_record_data` text,
11585  `number_submitted` int(11) UNSIGNED DEFAULT '0',13266  `number_submitted` int(11) UNSIGNED DEFAULT '0',
11586  `min_submittable` int(11) UNSIGNED DEFAULT '0',13267  `min_submittable` int(11) UNSIGNED DEFAULT '0',
11587  `max_submittable` int(11) UNSIGNED DEFAULT '0',13268  `max_submittable` int(11) UNSIGNED DEFAULT '0',
11588  `mandatory` tinyint(1) DEFAULT '0',13269  `mandatory` tinyint(1) DEFAULT '0',
11589  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',13270  `feedback_required` tinyint(1) NOT NULL DEFAULT '0',
11590  `published` tinyint(1) NOT NULL DEFAULT '0',13271  `published` tinyint(1) NOT NULL DEFAULT '0',
11591  `start_date` bigint(64) NOT NULL DEFAULT '0',13272  `start_date` bigint(64) NOT NULL DEFAULT '0',
11592  `end_date` bigint(64) NOT NULL DEFAULT '0',13273  `end_date` bigint(64) NOT NULL DEFAULT '0',
11593  `delivery_date` bigint(64) DEFAULT NULL,13274  `delivery_date` bigint(64) DEFAULT NULL,
11594  `encounter_date` bigint(64) DEFAULT NULL,13275  `encounter_date` bigint(64) DEFAULT NULL,
11595  `rotation_start_date` bigint(64) DEFAULT '0',13276  `rotation_start_date` bigint(64) DEFAULT '0',
11596  `rotation_end_date` bigint(64) DEFAULT '0',13277  `rotation_end_date` bigint(64) DEFAULT '0',
11597  `expiry_date` bigint(64) DEFAULT NULL,13278  `expiry_date` bigint(64) DEFAULT NULL,
11598  `expiry_notification_date` bigint(64) DEFAULT NULL,13279  `expiry_notification_date` bigint(64) DEFAULT NULL,
11599  `external_hash` varchar(32) DEFAULT NULL,13280  `external_hash` varchar(32) DEFAULT NULL,
11600  `additional_assessment` tinyint(1) DEFAULT '0',13281  `additional_assessment` tinyint(1) DEFAULT '0',
11601  `archived` tinyint(1) NOT NULL DEFAULT '0',13282  `archived` tinyint(1) NOT NULL DEFAULT '0',
11602  `created_date` bigint(64) NOT NULL,13283  `created_date` bigint(64) NOT NULL,
11603  `created_by` int(11) DEFAULT NULL,13284  `created_by` int(11) DEFAULT NULL,
11604  `updated_date` bigint(64) DEFAULT NULL,13285  `updated_date` bigint(64) DEFAULT NULL,
11605  `updated_by` int(11) DEFAULT NULL,13286  `updated_by` int(11) DEFAULT NULL,
11606  `forwarded_from_assessment_id` int(11) DEFAULT NULL,13287  `forwarded_from_assessment_id` int(11) DEFAULT NULL,
11607  `forwarded_date` bigint(64) DEFAULT NULL,13288  `forwarded_date` bigint(64) DEFAULT NULL,
11608  `forwarded_by` int(11) DEFAULT NULL,13289  `forwarded_by` int(11) DEFAULT NULL,
11609  `deleted_date` bigint(64) DEFAULT NULL13290  `deleted_date` bigint(64) DEFAULT NULL
11610) ENGINE=InnoDB DEFAULT CHARSET=utf8;13291) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1161113292
11612--13293--
11613-- Dumping data for table `cbl_distribution_assessments`13294-- Dumping data for table `cbl_distribution_assessments`
11614--13295--
1161513296
11616INSERT INTO `cbl_distribution_assessments` (`dassessment_id`, `form_id`, `course_id`, `assessment_type_id`, `assessment_method_id`, `assessment_method_data`, `organisation_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `associated_record_id`, `associated_record_type`, `associated_record_data`, `number_submitted`, `min_submittable`, `max_submittable`, `mandatory`, `feedback_required`, `published`, `start_date`, `end_date`, `delivery_date`, `encounter_date`, `rotation_start_date`, `rotation_end_date`, `expiry_date`, `expiry_notification_date`, `external_hash`, `additional_assessment`, `archived`, `created_date`, `created_by`, `updated_date`, `updated_by`, `forwarded_from_assessment_id`, `forwarded_date`, `forwarded_by`, `deleted_date`) VALUES13297INSERT INTO `cbl_distribution_assessments` (`dassessment_id`, `form_id`, `course_id`, `assessment_type_id`, `assessment_method_id`, `assessment_method_data`, `organisation_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `associated_record_id`, `associated_record_type`, `associated_record_data`, `number_submitted`, `min_submittable`, `max_submittable`, `mandatory`, `feedback_required`, `published`, `start_date`, `end_date`, `delivery_date`, `encounter_date`, `rotation_start_date`, `rotation_end_date`, `expiry_date`, `expiry_notification_date`, `external_hash`, `additional_assessment`, `archived`, `created_date`, `created_by`, `updated_date`, `updated_by`, `forwarded_from_assessment_id`, `forwarded_date`, `forwarded_by`, `deleted_date`) VALUES
11617(1, 1, 1, 1, 1, NULL, 1, 1, 'internal', 1, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),13298(1, 1, 1, 1, 1, NULL, 1, 1, 'internal', 1, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
11618(2, 2, 1, 1, 1, NULL, 1, 2, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),13299(2, 2, 1, 1, 1, NULL, 1, 2, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
11619(3, 2, 1, 1, 1, NULL, 1, 3, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),13300(3, 2, 1, 1, 1, NULL, 1, 3, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
11620(4, 3, 1, 1, 1, NULL, 1, 4, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),13301(4, 3, 1, 1, 1, NULL, 1, 4, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
11621(5, 1, 1, 1, 1, NULL, 1, 6, 'internal', 15, NULL, '', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),13302(5, 1, 1, 1, 1, NULL, 1, 6, 'internal', 15, NULL, '', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
n11622(6, 1, 5, 1, 1, NULL, 1, 5, 'internal', 7, 74, 'schedule_id', '{\\\"saudience_ids\\\":[\\\"4\\\"]}', NULL, 1, 1, 1, 0, 1, 1685381585, 1685381585, 1685381585, NULL, 1685381585, 1717003985, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL);n13303(6, 1, 5, 1, 1, NULL, 1, 5, 'internal', 7, 74, 'schedule_id', '{\\\"saudience_ids\\\":[\\\"4\\\"]}', NULL, 1, 1, 1, 0, 1, 1685381585, 1685381585, 1685381585, NULL, 1685381585, 1717003985, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL),
13304(7, 9, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685391944, 1685332800, NULL, NULL, 1685996744, NULL, NULL, 0, 0, 1685391944, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13305(8, 10, 16, 2, 2, '{\"assessor_value\":7,\"assessor_type\":\"internal\",\"assessor_group\":\"student\"}', 1, NULL, 'internal', 2, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685472646, 1685419200, NULL, NULL, 1686077446, NULL, NULL, 0, 0, 1685472646, 2, NULL, NULL, NULL, NULL, NULL, NULL),
13306(9, 10, 16, 2, 2, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685472646, 1685419200, NULL, NULL, 1686077446, NULL, NULL, 0, 0, 1685472686, 2, NULL, NULL, NULL, NULL, NULL, NULL),
13307(10, 9, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685539110, 1683604800, NULL, NULL, 1686143910, NULL, NULL, 0, 0, 1685539110, 6, NULL, NULL, NULL, NULL, NULL, NULL),
13308(11, 9, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685539367, 1683259200, NULL, NULL, 1686144167, NULL, NULL, 0, 0, 1685539367, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13309(12, 10, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685540644, 1684296000, NULL, NULL, 1686145444, NULL, NULL, 0, 0, 1685540644, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13310(13, 11, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543631, 1683000000, NULL, NULL, 1686148431, NULL, NULL, 0, 0, 1685543631, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13311(14, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543708, 1685505600, NULL, NULL, 1686148508, NULL, NULL, 0, 0, 1685543708, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13312(15, 11, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 9, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543782, 1684468800, NULL, NULL, 1686148582, NULL, NULL, 0, 0, 1685543782, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13313(16, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 9, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543812, 1684728000, NULL, NULL, 1686148612, NULL, NULL, 0, 0, 1685543812, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13314(17, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543852, 1684036800, NULL, NULL, 1686148652, NULL, NULL, 0, 0, 1685543852, 4, NULL, NULL, NULL, NULL, NULL, NULL),
13315(18, 13, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685544618, 1685505600, NULL, NULL, 1686149418, NULL, NULL, 0, 0, 1685544618, 7, NULL, NULL, NULL, NULL, NULL, NULL),
13316(19, 13, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685544688, 1683691200, NULL, NULL, 1686149488, NULL, NULL, 0, 0, 1685544688, 6, NULL, NULL, NULL, NULL, NULL, NULL);
1162313317
11624-- --------------------------------------------------------13318-- --------------------------------------------------------
1162513319
11626--13320--
11627-- Table structure for table `cbl_distribution_assessment_assessors`13321-- Table structure for table `cbl_distribution_assessment_assessors`
11628--13322--
1162913323
11630CREATE TABLE `cbl_distribution_assessment_assessors` (13324CREATE TABLE `cbl_distribution_assessment_assessors` (
11631  `aassessor_id` int(11) UNSIGNED NOT NULL,13325  `aassessor_id` int(11) UNSIGNED NOT NULL,
11632  `dassessment_id` int(12) NOT NULL,13326  `dassessment_id` int(12) NOT NULL,
11633  `adistribution_id` int(11) UNSIGNED NOT NULL,13327  `adistribution_id` int(11) UNSIGNED NOT NULL,
11634  `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id') NOT NULL DEFAULT 'proxy_id',13328  `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id') NOT NULL DEFAULT 'proxy_id',
11635  `assessor_value` int(11) DEFAULT NULL,13329  `assessor_value` int(11) DEFAULT NULL,
11636  `delegation_list_id` int(11) DEFAULT NULL,13330  `delegation_list_id` int(11) DEFAULT NULL,
11637  `published` tinyint(1) NOT NULL DEFAULT '0',13331  `published` tinyint(1) NOT NULL DEFAULT '0',
11638  `created_date` int(11) NOT NULL,13332  `created_date` int(11) NOT NULL,
11639  `created_by` int(11) NOT NULL,13333  `created_by` int(11) NOT NULL,
11640  `updated_date` int(11) NOT NULL,13334  `updated_date` int(11) NOT NULL,
11641  `updated_by` int(11) NOT NULL,13335  `updated_by` int(11) NOT NULL,
11642  `deleted_date` int(11) DEFAULT NULL13336  `deleted_date` int(11) DEFAULT NULL
11643) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED: This table no longer in use and will be removed in a future version of Elentra';13337) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED: This table no longer in use and will be removed in a future version of Elentra';
1164413338
11645-- --------------------------------------------------------13339-- --------------------------------------------------------
1164613340
11647--13341--
11648-- Table structure for table `cbl_distribution_assessment_options`13342-- Table structure for table `cbl_distribution_assessment_options`
11649--13343--
1165013344
11651CREATE TABLE `cbl_distribution_assessment_options` (13345CREATE TABLE `cbl_distribution_assessment_options` (
11652  `daoption_id` int(12) UNSIGNED NOT NULL,13346  `daoption_id` int(12) UNSIGNED NOT NULL,
11653  `adistribution_id` int(12) UNSIGNED DEFAULT NULL,13347  `adistribution_id` int(12) UNSIGNED DEFAULT NULL,
11654  `dassessment_id` int(12) UNSIGNED NOT NULL,13348  `dassessment_id` int(12) UNSIGNED NOT NULL,
11655  `aprogress_id` int(11) UNSIGNED DEFAULT NULL,13349  `aprogress_id` int(11) UNSIGNED DEFAULT NULL,
11656  `actor_id` int(12) DEFAULT NULL,13350  `actor_id` int(12) DEFAULT NULL,
11657  `option_name` varchar(64) NOT NULL DEFAULT '',13351  `option_name` varchar(64) NOT NULL DEFAULT '',
11658  `option_value` text NOT NULL,13352  `option_value` text NOT NULL,
11659  `assessment_siblings` varchar(256) DEFAULT NULL,13353  `assessment_siblings` varchar(256) DEFAULT NULL,
11660  `created_date` bigint(64) UNSIGNED NOT NULL,13354  `created_date` bigint(64) UNSIGNED NOT NULL,
11661  `created_by` int(12) UNSIGNED NOT NULL,13355  `created_by` int(12) UNSIGNED NOT NULL,
11662  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,13356  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
11663  `updated_by` int(12) UNSIGNED DEFAULT NULL,13357  `updated_by` int(12) UNSIGNED DEFAULT NULL,
11664  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13358  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
11665) ENGINE=InnoDB DEFAULT CHARSET=utf8;13359) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1166613360
11667--13361--
11668-- Dumping data for table `cbl_distribution_assessment_options`13362-- Dumping data for table `cbl_distribution_assessment_options`
11669--13363--
1167013364
11671INSERT INTO `cbl_distribution_assessment_options` (`daoption_id`, `adistribution_id`, `dassessment_id`, `aprogress_id`, `actor_id`, `option_name`, `option_value`, `assessment_siblings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES13365INSERT INTO `cbl_distribution_assessment_options` (`daoption_id`, `adistribution_id`, `dassessment_id`, `aprogress_id`, `actor_id`, `option_name`, `option_value`, `assessment_siblings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
11672(1, 1, 1, NULL, NULL, 'target_viewable', 'true', '1', 1685381585, 1, NULL, NULL, NULL),13366(1, 1, 1, NULL, NULL, 'target_viewable', 'true', '1', 1685381585, 1, NULL, NULL, NULL),
11673(2, 1, 1, NULL, NULL, 'target_reportable', 'false', '1', 1685381585, 1, NULL, NULL, NULL),13367(2, 1, 1, NULL, NULL, 'target_reportable', 'false', '1', 1685381585, 1, NULL, NULL, NULL),
11674(3, 1, 1, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '1', 1685381585, 1, NULL, NULL, NULL),13368(3, 1, 1, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '1', 1685381585, 1, NULL, NULL, NULL),
11675(4, 2, 2, NULL, NULL, 'target_viewable', 'true', '2', 1685381585, 1, NULL, NULL, NULL),13369(4, 2, 2, NULL, NULL, 'target_viewable', 'true', '2', 1685381585, 1, NULL, NULL, NULL),
11676(5, 2, 2, NULL, NULL, 'target_reportable', 'false', '2', 1685381585, 1, NULL, NULL, NULL),13370(5, 2, 2, NULL, NULL, 'target_reportable', 'false', '2', 1685381585, 1, NULL, NULL, NULL),
11677(6, 2, 2, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '2', 1685381585, 1, NULL, NULL, NULL),13371(6, 2, 2, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '2', 1685381585, 1, NULL, NULL, NULL),
11678(7, 3, 3, NULL, NULL, 'target_viewable', 'true', '3', 1685381585, 1, NULL, NULL, NULL),13372(7, 3, 3, NULL, NULL, 'target_viewable', 'true', '3', 1685381585, 1, NULL, NULL, NULL),
11679(8, 3, 3, NULL, NULL, 'target_reportable', 'false', '3', 1685381585, 1, NULL, NULL, NULL),13373(8, 3, 3, NULL, NULL, 'target_reportable', 'false', '3', 1685381585, 1, NULL, NULL, NULL),
11680(9, 3, 3, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '3', 1685381585, 1, NULL, NULL, NULL),13374(9, 3, 3, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '3', 1685381585, 1, NULL, NULL, NULL),
11681(10, 4, 4, NULL, NULL, 'target_viewable', 'true', '4', 1685381585, 1, NULL, NULL, NULL),13375(10, 4, 4, NULL, NULL, 'target_viewable', 'true', '4', 1685381585, 1, NULL, NULL, NULL),
11682(11, 4, 4, NULL, NULL, 'target_reportable', 'false', '4', 1685381585, 1, NULL, NULL, NULL),13376(11, 4, 4, NULL, NULL, 'target_reportable', 'false', '4', 1685381585, 1, NULL, NULL, NULL),
11683(12, 4, 4, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '4', 1685381585, 1, NULL, NULL, NULL),13377(12, 4, 4, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '4', 1685381585, 1, NULL, NULL, NULL),
11684(13, 6, 5, NULL, NULL, 'data_visible', 'false', NULL, 1685381585, 1, NULL, NULL, NULL),13378(13, 6, 5, NULL, NULL, 'data_visible', 'false', NULL, 1685381585, 1, NULL, NULL, NULL),
11685(14, 6, 5, NULL, NULL, 'target_viewable', 'false', '5', 1685381585, 1, NULL, NULL, NULL),13379(14, 6, 5, NULL, NULL, 'target_viewable', 'false', '5', 1685381585, 1, NULL, NULL, NULL),
11686(15, 6, 5, NULL, NULL, 'target_reportable', 'false', '5', 1685381585, 1, NULL, NULL, NULL),13380(15, 6, 5, NULL, NULL, 'target_reportable', 'false', '5', 1685381585, 1, NULL, NULL, NULL),
11687(16, 6, 5, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '5', 1685381585, 1, NULL, NULL, NULL),13381(16, 6, 5, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '5', 1685381585, 1, NULL, NULL, NULL),
11688(17, 5, 6, NULL, NULL, 'target_viewable', 'true', '6', 1685381585, 1, NULL, NULL, NULL),13382(17, 5, 6, NULL, NULL, 'target_viewable', 'true', '6', 1685381585, 1, NULL, NULL, NULL),
11689(18, 5, 6, NULL, NULL, 'target_reportable', 'false', '6', 1685381585, 1, NULL, NULL, NULL),13383(18, 5, 6, NULL, NULL, 'target_reportable', 'false', '6', 1685381585, 1, NULL, NULL, NULL),
n11690(19, 5, 6, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '6', 1685381585, 1, NULL, NULL, NULL);n13384(19, 5, 6, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '6', 1685381585, 1, NULL, NULL, NULL),
13385(20, NULL, 7, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685391944, 4, NULL, NULL, NULL),
13386(21, NULL, 8, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":2}]', NULL, 1685472646, 2, NULL, NULL, NULL),
13387(22, NULL, 9, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":2}]', NULL, 1685472646, 2, NULL, NULL, NULL),
13388(23, NULL, 10, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685539110, 6, NULL, NULL, NULL),
13389(24, NULL, 11, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685539367, 4, NULL, NULL, NULL),
13390(25, NULL, 12, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685540644, 4, NULL, NULL, NULL),
13391(26, NULL, 13, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543631, 4, NULL, NULL, NULL),
13392(27, NULL, 14, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543708, 4, NULL, NULL, NULL),
13393(28, NULL, 15, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543782, 4, NULL, NULL, NULL),
13394(29, NULL, 16, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543812, 4, NULL, NULL, NULL),
13395(30, NULL, 17, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543852, 4, NULL, NULL, NULL),
13396(31, NULL, 18, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685544618, 7, NULL, NULL, NULL),
13397(32, NULL, 19, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685544688, 6, NULL, NULL, NULL);
1169113398
11692-- --------------------------------------------------------13399-- --------------------------------------------------------
1169313400
11694--13401--
11695-- Table structure for table `cbl_distribution_assessment_targets`13402-- Table structure for table `cbl_distribution_assessment_targets`
11696--13403--
1169713404
11698CREATE TABLE `cbl_distribution_assessment_targets` (13405CREATE TABLE `cbl_distribution_assessment_targets` (
11699  `atarget_id` int(11) UNSIGNED NOT NULL,13406  `atarget_id` int(11) UNSIGNED NOT NULL,
11700  `dassessment_id` int(12) NOT NULL,13407  `dassessment_id` int(12) NOT NULL,
11701  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,13408  `adistribution_id` int(11) UNSIGNED DEFAULT NULL,
11702  `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL DEFAULT 'assessment',13409  `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL DEFAULT 'assessment',
11703  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id','cunit_id','housing_unit_id') NOT NULL DEFAULT 'proxy_id',13410  `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id','cunit_id','housing_unit_id') NOT NULL DEFAULT 'proxy_id',
11704  `target_value` int(11) DEFAULT NULL,13411  `target_value` int(11) DEFAULT NULL,
11705  `delegation_list_id` int(11) DEFAULT NULL,13412  `delegation_list_id` int(11) DEFAULT NULL,
11706  `associated_schedules` text,13413  `associated_schedules` text,
11707  `created_date` int(11) NOT NULL,13414  `created_date` int(11) NOT NULL,
11708  `created_by` int(11) DEFAULT NULL,13415  `created_by` int(11) DEFAULT NULL,
11709  `updated_date` int(11) DEFAULT NULL,13416  `updated_date` int(11) DEFAULT NULL,
11710  `updated_by` int(11) DEFAULT NULL,13417  `updated_by` int(11) DEFAULT NULL,
11711  `deleted_date` int(11) DEFAULT NULL,13418  `deleted_date` int(11) DEFAULT NULL,
11712  `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL,13419  `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL,
11713  `deleted_reason_notes` varchar(255) DEFAULT NULL,13420  `deleted_reason_notes` varchar(255) DEFAULT NULL,
11714  `deleted_by` int(11) DEFAULT NULL,13421  `deleted_by` int(11) DEFAULT NULL,
11715  `visible` tinyint(1) NOT NULL DEFAULT '1',13422  `visible` tinyint(1) NOT NULL DEFAULT '1',
11716  `reopened_date` int(11) DEFAULT NULL,13423  `reopened_date` int(11) DEFAULT NULL,
11717  `reopened_reason_id` int(11) UNSIGNED DEFAULT NULL,13424  `reopened_reason_id` int(11) UNSIGNED DEFAULT NULL,
11718  `reopened_reason_notes` varchar(255) DEFAULT NULL,13425  `reopened_reason_notes` varchar(255) DEFAULT NULL,
11719  `reopened_by` int(11) DEFAULT NULL13426  `reopened_by` int(11) DEFAULT NULL
11720) ENGINE=InnoDB DEFAULT CHARSET=utf8;13427) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1172113428
11722--13429--
11723-- Dumping data for table `cbl_distribution_assessment_targets`13430-- Dumping data for table `cbl_distribution_assessment_targets`
11724--13431--
1172513432
11726INSERT INTO `cbl_distribution_assessment_targets` (`atarget_id`, `dassessment_id`, `adistribution_id`, `task_type`, `target_type`, `target_value`, `delegation_list_id`, `associated_schedules`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_reason_id`, `deleted_reason_notes`, `deleted_by`, `visible`, `reopened_date`, `reopened_reason_id`, `reopened_reason_notes`, `reopened_by`) VALUES13433INSERT INTO `cbl_distribution_assessment_targets` (`atarget_id`, `dassessment_id`, `adistribution_id`, `task_type`, `target_type`, `target_value`, `delegation_list_id`, `associated_schedules`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_reason_id`, `deleted_reason_notes`, `deleted_by`, `visible`, `reopened_date`, `reopened_reason_id`, `reopened_reason_notes`, `reopened_by`) VALUES
11727(1, 1, 1, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13434(1, 1, 1, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11728(2, 2, 2, 'assessment', 'proxy_id', 5, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13435(2, 2, 2, 'assessment', 'proxy_id', 5, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11729(3, 3, 3, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13436(3, 3, 3, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11730(4, 3, 3, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13437(4, 3, 3, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11731(5, 3, 3, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13438(5, 3, 3, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11732(6, 4, 4, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13439(6, 4, 4, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11733(7, 4, 4, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13440(7, 4, 4, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
11734(8, 4, 4, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),13441(8, 4, 4, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
n11735(9, 5, 6, 'evaluation', 'external_hash', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL);n13442(9, 5, 6, 'evaluation', 'external_hash', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13443(10, 7, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685391944, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13444(11, 8, NULL, 'assessment', 'proxy_id', 2, NULL, NULL, 1685472646, 2, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13445(12, 9, NULL, 'assessment', 'proxy_id', 2, NULL, NULL, 1685472686, 2, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13446(13, 10, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685539110, 6, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13447(14, 11, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685539367, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13448(15, 12, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685540644, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13449(16, 13, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543631, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13450(17, 14, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543708, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13451(18, 15, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543782, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13452(19, 16, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543812, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13453(20, 17, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543852, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13454(21, 18, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685544618, 7, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL),
13455(22, 19, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685544688, 6, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL);
1173613456
11737-- --------------------------------------------------------13457-- --------------------------------------------------------
1173813458
11739--13459--
11740-- Table structure for table `cbl_distribution_groups`13460-- Table structure for table `cbl_distribution_groups`
11741--13461--
1174213462
11743CREATE TABLE `cbl_distribution_groups` (13463CREATE TABLE `cbl_distribution_groups` (
11744  `distribution_group_id` int(11) UNSIGNED NOT NULL,13464  `distribution_group_id` int(11) UNSIGNED NOT NULL,
11745  `name` varchar(1024) NOT NULL,13465  `name` varchar(1024) NOT NULL,
11746  `created_date` bigint(64) NOT NULL,13466  `created_date` bigint(64) NOT NULL,
11747  `created_by` int(11) NOT NULL,13467  `created_by` int(11) NOT NULL,
11748  `updated_date` bigint(64) DEFAULT NULL,13468  `updated_date` bigint(64) DEFAULT NULL,
11749  `updated_by` int(11) DEFAULT NULL,13469  `updated_by` int(11) DEFAULT NULL,
11750  `deleted_date` bigint(64) DEFAULT NULL,13470  `deleted_date` bigint(64) DEFAULT NULL,
11751  `deleted_by` int(11) DEFAULT NULL13471  `deleted_by` int(11) DEFAULT NULL
11752) ENGINE=InnoDB DEFAULT CHARSET=latin1;13472) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1175313473
11754-- --------------------------------------------------------13474-- --------------------------------------------------------
1175513475
11756--13476--
11757-- Table structure for table `cbl_distribution_group_distributions`13477-- Table structure for table `cbl_distribution_group_distributions`
11758--13478--
1175913479
11760CREATE TABLE `cbl_distribution_group_distributions` (13480CREATE TABLE `cbl_distribution_group_distributions` (
11761  `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL,13481  `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL,
11762  `adistribution_id` int(11) UNSIGNED NOT NULL,13482  `adistribution_id` int(11) UNSIGNED NOT NULL,
11763  `distribution_group_id` int(11) UNSIGNED NOT NULL,13483  `distribution_group_id` int(11) UNSIGNED NOT NULL,
11764  `created_date` bigint(64) NOT NULL,13484  `created_date` bigint(64) NOT NULL,
11765  `created_by` int(11) NOT NULL,13485  `created_by` int(11) NOT NULL,
11766  `updated_date` bigint(64) DEFAULT NULL,13486  `updated_date` bigint(64) DEFAULT NULL,
11767  `updated_by` int(11) DEFAULT NULL,13487  `updated_by` int(11) DEFAULT NULL,
11768  `deleted_date` bigint(64) DEFAULT NULL,13488  `deleted_date` bigint(64) DEFAULT NULL,
11769  `deleted_by` int(11) DEFAULT NULL13489  `deleted_by` int(11) DEFAULT NULL
11770) ENGINE=InnoDB DEFAULT CHARSET=latin1;13490) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1177113491
11772-- --------------------------------------------------------13492-- --------------------------------------------------------
1177313493
11774--13494--
11775-- Table structure for table `cbl_external_assessors`13495-- Table structure for table `cbl_external_assessors`
11776--13496--
1177713497
11778CREATE TABLE `cbl_external_assessors` (13498CREATE TABLE `cbl_external_assessors` (
11779  `eassessor_id` int(11) UNSIGNED NOT NULL,13499  `eassessor_id` int(11) UNSIGNED NOT NULL,
11780  `firstname` varchar(35) NOT NULL DEFAULT '',13500  `firstname` varchar(35) NOT NULL DEFAULT '',
11781  `lastname` varchar(35) NOT NULL DEFAULT '',13501  `lastname` varchar(35) NOT NULL DEFAULT '',
11782  `email` varchar(255) NOT NULL DEFAULT '',13502  `email` varchar(255) NOT NULL DEFAULT '',
11783  `created_date` int(11) NOT NULL,13503  `created_date` int(11) NOT NULL,
11784  `created_by` int(11) NOT NULL,13504  `created_by` int(11) NOT NULL,
11785  `deleted_date` int(11) DEFAULT NULL,13505  `deleted_date` int(11) DEFAULT NULL,
11786  `updated_date` int(11) NOT NULL,13506  `updated_date` int(11) NOT NULL,
11787  `updated_by` int(11) NOT NULL13507  `updated_by` int(11) NOT NULL
11788) ENGINE=InnoDB DEFAULT CHARSET=utf8;13508) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1178913509
11790--13510--
11791-- Dumping data for table `cbl_external_assessors`13511-- Dumping data for table `cbl_external_assessors`
11792--13512--
1179313513
11794INSERT INTO `cbl_external_assessors` (`eassessor_id`, `firstname`, `lastname`, `email`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES13514INSERT INTO `cbl_external_assessors` (`eassessor_id`, `firstname`, `lastname`, `email`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES
11795(1, 'Ricky', 'External', 'richard.external@elentra.com', 1685381585, 1, 1685381595, 1685381595, 1),13515(1, 'Ricky', 'External', 'richard.external@elentra.com', 1685381585, 1, 1685381595, 1685381595, 1),
11796(2, 'Kate', 'External', 'kate.external@elentra.com', 1685381585, 1, NULL, 1685381585, 1),13516(2, 'Kate', 'External', 'kate.external@elentra.com', 1685381585, 1, NULL, 1685381585, 1),
11797(3, 'Elliot', 'Alderson', 'elliot.anderson@elentra.com', 1685381585, 1, NULL, 1685381585, 1);13517(3, 'Elliot', 'Alderson', 'elliot.anderson@elentra.com', 1685381585, 1, NULL, 1685381585, 1);
1179813518
11799-- --------------------------------------------------------13519-- --------------------------------------------------------
1180013520
11801--13521--
11802-- Table structure for table `cbl_external_assessor_email_history`13522-- Table structure for table `cbl_external_assessor_email_history`
11803--13523--
1180413524
11805CREATE TABLE `cbl_external_assessor_email_history` (13525CREATE TABLE `cbl_external_assessor_email_history` (
11806  `id` int(11) UNSIGNED NOT NULL,13526  `id` int(11) UNSIGNED NOT NULL,
11807  `eassessor_id` int(11) NOT NULL,13527  `eassessor_id` int(11) NOT NULL,
11808  `email` varchar(255) NOT NULL,13528  `email` varchar(255) NOT NULL,
11809  `created_by` int(11) NOT NULL,13529  `created_by` int(11) NOT NULL,
11810  `created_date` int(11) NOT NULL,13530  `created_date` int(11) NOT NULL,
11811  `updated_by` int(11) NOT NULL,13531  `updated_by` int(11) NOT NULL,
11812  `updated_date` int(11) NOT NULL,13532  `updated_date` int(11) NOT NULL,
11813  `deleted_date` int(11) DEFAULT NULL13533  `deleted_date` int(11) DEFAULT NULL
11814) ENGINE=InnoDB DEFAULT CHARSET=utf8;13534) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1181513535
11816-- --------------------------------------------------------13536-- --------------------------------------------------------
1181713537
11818--13538--
11819-- Table structure for table `cbl_learner_objectives_completion`13539-- Table structure for table `cbl_learner_objectives_completion`
11820--13540--
1182113541
11822CREATE TABLE `cbl_learner_objectives_completion` (13542CREATE TABLE `cbl_learner_objectives_completion` (
11823  `lo_completion_id` int(12) UNSIGNED NOT NULL,13543  `lo_completion_id` int(12) UNSIGNED NOT NULL,
11824  `proxy_id` int(12) UNSIGNED NOT NULL,13544  `proxy_id` int(12) UNSIGNED NOT NULL,
11825  `course_id` int(12) UNSIGNED NOT NULL,13545  `course_id` int(12) UNSIGNED NOT NULL,
11826  `objective_id` int(12) UNSIGNED NOT NULL,13546  `objective_id` int(12) UNSIGNED NOT NULL,
11827  `rating_scale_response_id` int(11) DEFAULT NULL,13547  `rating_scale_response_id` int(11) DEFAULT NULL,
11828  `learner_viewable` tinyint(1) NOT NULL DEFAULT '0',13548  `learner_viewable` tinyint(1) NOT NULL DEFAULT '0',
11829  `created_date` bigint(64) UNSIGNED NOT NULL,13549  `created_date` bigint(64) UNSIGNED NOT NULL,
11830  `created_by` int(12) UNSIGNED NOT NULL,13550  `created_by` int(12) UNSIGNED NOT NULL,
11831  `created_reason` text,13551  `created_reason` text,
11832  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,13552  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
11833  `deleted_by` int(12) UNSIGNED DEFAULT NULL,13553  `deleted_by` int(12) UNSIGNED DEFAULT NULL,
11834  `deleted_reason` text13554  `deleted_reason` text
11835) ENGINE=InnoDB DEFAULT CHARSET=utf8;13555) ENGINE=InnoDB DEFAULT CHARSET=utf8;
nn13556 
13557--
13558-- Dumping data for table `cbl_learner_objectives_completion`
13559--
13560 
13561INSERT INTO `cbl_learner_objectives_completion` (`lo_completion_id`, `proxy_id`, `course_id`, `objective_id`, `rating_scale_response_id`, `learner_viewable`, `created_date`, `created_by`, `created_reason`, `deleted_date`, `deleted_by`, `deleted_reason`) VALUES
13562(1, 4, 16, 2699, 81, 1, 1685545496, 7, '', NULL, NULL, NULL),
13563(2, 4, 16, 2700, 82, 1, 1685545524, 7, '', NULL, NULL, NULL);
1183613564
11837-- --------------------------------------------------------13565-- --------------------------------------------------------
1183813566
11839--13567--
11840-- Table structure for table `cbl_learner_objectives_completion_files`13568-- Table structure for table `cbl_learner_objectives_completion_files`
11841--13569--
1184213570
11843CREATE TABLE `cbl_learner_objectives_completion_files` (13571CREATE TABLE `cbl_learner_objectives_completion_files` (
11844  `learner_objectives_completion_file_id` int(12) NOT NULL,13572  `learner_objectives_completion_file_id` int(12) NOT NULL,
11845  `lo_completion_id` int(12) NOT NULL DEFAULT '0',13573  `lo_completion_id` int(12) NOT NULL DEFAULT '0',
11846  `type` varchar(255) NOT NULL DEFAULT '',13574  `type` varchar(255) NOT NULL DEFAULT '',
11847  `size` varchar(32) NOT NULL DEFAULT '',13575  `size` varchar(32) NOT NULL DEFAULT '',
11848  `name` varchar(255) NOT NULL DEFAULT '',13576  `name` varchar(255) NOT NULL DEFAULT '',
11849  `title` varchar(255) NOT NULL DEFAULT '',13577  `title` varchar(255) NOT NULL DEFAULT '',
11850  `learner_viewable` tinyint(1) NOT NULL DEFAULT '0',13578  `learner_viewable` tinyint(1) NOT NULL DEFAULT '0',
11851  `created_date` bigint(64) NOT NULL DEFAULT '0',13579  `created_date` bigint(64) NOT NULL DEFAULT '0',
11852  `created_by` int(12) NOT NULL DEFAULT '0',13580  `created_by` int(12) NOT NULL DEFAULT '0',
11853  `updated_date` bigint(64) DEFAULT '0',13581  `updated_date` bigint(64) DEFAULT '0',
11854  `updated_by` int(12) DEFAULT '0',13582  `updated_by` int(12) DEFAULT '0',
11855  `deleted_date` bigint(64) DEFAULT '0',13583  `deleted_date` bigint(64) DEFAULT '0',
11856  `deleted_by` int(12) DEFAULT '0'13584  `deleted_by` int(12) DEFAULT '0'
11857) ENGINE=InnoDB DEFAULT CHARSET=utf8;13585) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1185813586
11859-- --------------------------------------------------------13587-- --------------------------------------------------------
1186013588
11861--13589--
11862-- Table structure for table `cbl_learner_objectives_self_assessments`13590-- Table structure for table `cbl_learner_objectives_self_assessments`
11863--13591--
1186413592
11865CREATE TABLE `cbl_learner_objectives_self_assessments` (13593CREATE TABLE `cbl_learner_objectives_self_assessments` (
11866  `id` int(12) UNSIGNED NOT NULL,13594  `id` int(12) UNSIGNED NOT NULL,
11867  `proxy_id` int(12) UNSIGNED NOT NULL,13595  `proxy_id` int(12) UNSIGNED NOT NULL,
11868  `course_id` int(12) UNSIGNED NOT NULL,13596  `course_id` int(12) UNSIGNED NOT NULL,
11869  `objective_id` int(12) UNSIGNED NOT NULL,13597  `objective_id` int(12) UNSIGNED NOT NULL,
11870  `rating_scale_response_id` int(11) DEFAULT NULL,13598  `rating_scale_response_id` int(11) DEFAULT NULL,
11871  `text` text,13599  `text` text,
11872  `created_date` bigint(64) UNSIGNED NOT NULL,13600  `created_date` bigint(64) UNSIGNED NOT NULL,
11873  `created_by` int(12) UNSIGNED NOT NULL,13601  `created_by` int(12) UNSIGNED NOT NULL,
11874  `updated_date` bigint(64) DEFAULT NULL,13602  `updated_date` bigint(64) DEFAULT NULL,
11875  `updated_by` int(12) DEFAULT NULL,13603  `updated_by` int(12) DEFAULT NULL,
11876  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13604  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
11877) ENGINE=InnoDB DEFAULT CHARSET=utf8;13605) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1187813606
11879-- --------------------------------------------------------13607-- --------------------------------------------------------
1188013608
11881--13609--
11882-- Table structure for table `cbl_learner_objectives_self_assessment_files`13610-- Table structure for table `cbl_learner_objectives_self_assessment_files`
11883--13611--
1188413612
11885CREATE TABLE `cbl_learner_objectives_self_assessment_files` (13613CREATE TABLE `cbl_learner_objectives_self_assessment_files` (
11886  `id` int(12) NOT NULL,13614  `id` int(12) NOT NULL,
11887  `lo_self_assessment_id` int(12) NOT NULL DEFAULT '0',13615  `lo_self_assessment_id` int(12) NOT NULL DEFAULT '0',
11888  `type` varchar(100) NOT NULL DEFAULT '',13616  `type` varchar(100) NOT NULL DEFAULT '',
11889  `size` varchar(32) NOT NULL DEFAULT '',13617  `size` varchar(32) NOT NULL DEFAULT '',
11890  `name` varchar(255) NOT NULL DEFAULT '',13618  `name` varchar(255) NOT NULL DEFAULT '',
11891  `title` varchar(255) NOT NULL DEFAULT '',13619  `title` varchar(255) NOT NULL DEFAULT '',
11892  `created_date` bigint(64) NOT NULL,13620  `created_date` bigint(64) NOT NULL,
11893  `created_by` int(12) NOT NULL,13621  `created_by` int(12) NOT NULL,
11894  `updated_date` bigint(64) DEFAULT NULL,13622  `updated_date` bigint(64) DEFAULT NULL,
11895  `updated_by` int(12) DEFAULT NULL,13623  `updated_by` int(12) DEFAULT NULL,
11896  `deleted_date` bigint(64) DEFAULT NULL13624  `deleted_date` bigint(64) DEFAULT NULL
11897) ENGINE=InnoDB DEFAULT CHARSET=utf8;13625) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1189813626
11899-- --------------------------------------------------------13627-- --------------------------------------------------------
1190013628
11901--13629--
11902-- Table structure for table `cbl_learner_objectives_self_assessment_views`13630-- Table structure for table `cbl_learner_objectives_self_assessment_views`
11903--13631--
1190413632
11905CREATE TABLE `cbl_learner_objectives_self_assessment_views` (13633CREATE TABLE `cbl_learner_objectives_self_assessment_views` (
11906  `id` int(12) UNSIGNED NOT NULL,13634  `id` int(12) UNSIGNED NOT NULL,
11907  `lo_self_assessment_id` int(12) UNSIGNED NOT NULL,13635  `lo_self_assessment_id` int(12) UNSIGNED NOT NULL,
11908  `viewed_by` int(11) NOT NULL,13636  `viewed_by` int(11) NOT NULL,
11909  `created_date` bigint(64) NOT NULL,13637  `created_date` bigint(64) NOT NULL,
11910  `created_by` int(12) NOT NULL,13638  `created_by` int(12) NOT NULL,
11911  `updated_date` bigint(64) DEFAULT NULL,13639  `updated_date` bigint(64) DEFAULT NULL,
11912  `updated_by` int(12) DEFAULT NULL,13640  `updated_by` int(12) DEFAULT NULL,
11913  `deleted_date` bigint(64) DEFAULT NULL13641  `deleted_date` bigint(64) DEFAULT NULL
11914) ENGINE=InnoDB DEFAULT CHARSET=utf8;13642) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1191513643
11916-- --------------------------------------------------------13644-- --------------------------------------------------------
1191713645
11918--13646--
11919-- Table structure for table `cbl_leave_tracking`13647-- Table structure for table `cbl_leave_tracking`
11920--13648--
1192113649
11922CREATE TABLE `cbl_leave_tracking` (13650CREATE TABLE `cbl_leave_tracking` (
11923  `leave_id` int(11) UNSIGNED NOT NULL,13651  `leave_id` int(11) UNSIGNED NOT NULL,
11924  `proxy_id` int(11) NOT NULL,13652  `proxy_id` int(11) NOT NULL,
11925  `type_id` int(12) DEFAULT NULL,13653  `type_id` int(12) DEFAULT NULL,
11926  `start_date` int(11) NOT NULL,13654  `start_date` int(11) NOT NULL,
11927  `end_date` int(11) NOT NULL,13655  `end_date` int(11) NOT NULL,
11928  `days_used` int(12) DEFAULT NULL,13656  `days_used` int(12) DEFAULT NULL,
11929  `weekdays_used` int(12) DEFAULT NULL,13657  `weekdays_used` int(12) DEFAULT NULL,
11930  `weekend_days_used` int(12) DEFAULT NULL,13658  `weekend_days_used` int(12) DEFAULT NULL,
11931  `comments` text,13659  `comments` text,
11932  `created_date` int(11) NOT NULL,13660  `created_date` int(11) NOT NULL,
11933  `created_by` int(11) NOT NULL,13661  `created_by` int(11) NOT NULL,
11934  `updated_date` int(11) DEFAULT NULL,13662  `updated_date` int(11) DEFAULT NULL,
11935  `updated_by` int(11) DEFAULT NULL,13663  `updated_by` int(11) DEFAULT NULL,
11936  `deleted_date` int(11) DEFAULT NULL13664  `deleted_date` int(11) DEFAULT NULL
11937) ENGINE=InnoDB DEFAULT CHARSET=utf8;13665) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1193813666
11939-- --------------------------------------------------------13667-- --------------------------------------------------------
1194013668
11941--13669--
11942-- Table structure for table `cbl_likes`13670-- Table structure for table `cbl_likes`
11943--13671--
1194413672
11945CREATE TABLE `cbl_likes` (13673CREATE TABLE `cbl_likes` (
11946  `like_id` int(12) UNSIGNED NOT NULL,13674  `like_id` int(12) UNSIGNED NOT NULL,
11947  `aprogress_id` int(11) UNSIGNED NOT NULL,13675  `aprogress_id` int(11) UNSIGNED NOT NULL,
11948  `dassessment_id` int(11) DEFAULT NULL,13676  `dassessment_id` int(11) DEFAULT NULL,
11949  `proxy_id` int(12) NOT NULL,13677  `proxy_id` int(12) NOT NULL,
11950  `like_type` varchar(128) NOT NULL,13678  `like_type` varchar(128) NOT NULL,
11951  `like_value` int(11) NOT NULL,13679  `like_value` int(11) NOT NULL,
11952  `comment` text,13680  `comment` text,
11953  `created_by` int(12) UNSIGNED NOT NULL,13681  `created_by` int(12) UNSIGNED NOT NULL,
11954  `created_date` bigint(64) UNSIGNED NOT NULL,13682  `created_date` bigint(64) UNSIGNED NOT NULL,
11955  `updated_by` int(12) UNSIGNED DEFAULT NULL,13683  `updated_by` int(12) UNSIGNED DEFAULT NULL,
11956  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,13684  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
11957  `deleted_by` int(12) UNSIGNED DEFAULT NULL,13685  `deleted_by` int(12) UNSIGNED DEFAULT NULL,
11958  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13686  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
11959) ENGINE=InnoDB DEFAULT CHARSET=utf8;13687) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1196013688
11961-- --------------------------------------------------------13689-- --------------------------------------------------------
1196213690
11963--13691--
11964-- Table structure for table `cbl_linked_assessments`13692-- Table structure for table `cbl_linked_assessments`
11965--13693--
1196613694
11967CREATE TABLE `cbl_linked_assessments` (13695CREATE TABLE `cbl_linked_assessments` (
11968  `link_id` int(12) UNSIGNED NOT NULL,13696  `link_id` int(12) UNSIGNED NOT NULL,
11969  `originating_id` int(11) UNSIGNED NOT NULL,13697  `originating_id` int(11) UNSIGNED NOT NULL,
11970  `linked_id` int(11) UNSIGNED NOT NULL,13698  `linked_id` int(11) UNSIGNED NOT NULL,
11971  `created_date` bigint(64) NOT NULL,13699  `created_date` bigint(64) NOT NULL,
11972  `created_by` int(11) DEFAULT NULL,13700  `created_by` int(11) DEFAULT NULL,
11973  `updated_date` bigint(64) DEFAULT NULL,13701  `updated_date` bigint(64) DEFAULT NULL,
11974  `updated_by` int(11) DEFAULT NULL,13702  `updated_by` int(11) DEFAULT NULL,
11975  `deleted_date` bigint(64) DEFAULT NULL13703  `deleted_date` bigint(64) DEFAULT NULL
11976) ENGINE=InnoDB DEFAULT CHARSET=utf8;13704) ENGINE=InnoDB DEFAULT CHARSET=utf8;
nn13705 
13706--
13707-- Dumping data for table `cbl_linked_assessments`
13708--
13709 
13710INSERT INTO `cbl_linked_assessments` (`link_id`, `originating_id`, `linked_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13711(1, 8, 9, 1685472686, 2, NULL, NULL, NULL);
1197713712
11978-- --------------------------------------------------------13713-- --------------------------------------------------------
1197913714
11980--13715--
11981-- Table structure for table `cbl_linked_distributions`13716-- Table structure for table `cbl_linked_distributions`
11982--13717--
1198313718
11984CREATE TABLE `cbl_linked_distributions` (13719CREATE TABLE `cbl_linked_distributions` (
11985  `link_id` int(12) NOT NULL,13720  `link_id` int(12) NOT NULL,
11986  `originating_id` int(11) UNSIGNED NOT NULL,13721  `originating_id` int(11) UNSIGNED NOT NULL,
11987  `linked_id` int(11) UNSIGNED NOT NULL,13722  `linked_id` int(11) UNSIGNED NOT NULL,
11988  `delivery_type` enum('immediate','completion') DEFAULT NULL,13723  `delivery_type` enum('immediate','completion') DEFAULT NULL,
11989  `created_date` bigint(64) DEFAULT NULL,13724  `created_date` bigint(64) DEFAULT NULL,
11990  `created_by` bigint(64) DEFAULT NULL,13725  `created_by` bigint(64) DEFAULT NULL,
11991  `updated_date` bigint(64) DEFAULT NULL,13726  `updated_date` bigint(64) DEFAULT NULL,
11992  `updated_by` bigint(64) DEFAULT NULL,13727  `updated_by` bigint(64) DEFAULT NULL,
11993  `deleted_date` bigint(64) DEFAULT NULL13728  `deleted_date` bigint(64) DEFAULT NULL
11994) ENGINE=InnoDB DEFAULT CHARSET=latin1;13729) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1199513730
11996-- --------------------------------------------------------13731-- --------------------------------------------------------
1199713732
11998--13733--
11999-- Table structure for table `cbl_lu_leave_tracking_types`13734-- Table structure for table `cbl_lu_leave_tracking_types`
12000--13735--
1200113736
12002CREATE TABLE `cbl_lu_leave_tracking_types` (13737CREATE TABLE `cbl_lu_leave_tracking_types` (
12003  `type_id` int(11) UNSIGNED NOT NULL,13738  `type_id` int(11) UNSIGNED NOT NULL,
12004  `type_value` varchar(128) NOT NULL DEFAULT '',13739  `type_value` varchar(128) NOT NULL DEFAULT '',
12005  `updated_date` bigint(64) DEFAULT NULL,13740  `updated_date` bigint(64) DEFAULT NULL,
12006  `updated_by` int(11) DEFAULT NULL,13741  `updated_by` int(11) DEFAULT NULL,
12007  `created_date` bigint(64) NOT NULL,13742  `created_date` bigint(64) NOT NULL,
12008  `created_by` int(11) NOT NULL,13743  `created_by` int(11) NOT NULL,
12009  `deleted_date` bigint(64) DEFAULT NULL13744  `deleted_date` bigint(64) DEFAULT NULL
12010) ENGINE=InnoDB DEFAULT CHARSET=utf8;13745) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1201113746
12012--13747--
12013-- Dumping data for table `cbl_lu_leave_tracking_types`13748-- Dumping data for table `cbl_lu_leave_tracking_types`
12014--13749--
1201513750
12016INSERT INTO `cbl_lu_leave_tracking_types` (`type_id`, `type_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES13751INSERT INTO `cbl_lu_leave_tracking_types` (`type_id`, `type_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
12017(1, 'Absence', NULL, NULL, 0, 1, NULL),13752(1, 'Absence', NULL, NULL, 0, 1, NULL),
12018(2, 'Academic half day', NULL, NULL, 0, 1, NULL),13753(2, 'Academic half day', NULL, NULL, 0, 1, NULL),
12019(3, 'Conference', NULL, NULL, 0, 1, NULL),13754(3, 'Conference', NULL, NULL, 0, 1, NULL),
12020(4, 'Education days', NULL, NULL, 0, 1, NULL),13755(4, 'Education days', NULL, NULL, 0, 1, NULL),
12021(5, 'Elective', NULL, NULL, 0, 1, NULL),13756(5, 'Elective', NULL, NULL, 0, 1, NULL),
12022(6, 'Interview', NULL, NULL, 0, 1, NULL),13757(6, 'Interview', NULL, NULL, 0, 1, NULL),
12023(7, 'Maternity', NULL, NULL, 0, 1, NULL),13758(7, 'Maternity', NULL, NULL, 0, 1, NULL),
12024(8, 'Medical', NULL, NULL, 0, 1, NULL),13759(8, 'Medical', NULL, NULL, 0, 1, NULL),
12025(9, 'Other', NULL, NULL, 0, 1, NULL),13760(9, 'Other', NULL, NULL, 0, 1, NULL),
12026(10, 'Paternity', NULL, NULL, 0, 1, NULL),13761(10, 'Paternity', NULL, NULL, 0, 1, NULL),
12027(11, 'Professional development', NULL, NULL, 0, 1, NULL),13762(11, 'Professional development', NULL, NULL, 0, 1, NULL),
12028(12, 'Research', NULL, NULL, 0, 1, NULL),13763(12, 'Research', NULL, NULL, 0, 1, NULL),
12029(13, 'Sick', NULL, NULL, 0, 1, NULL),13764(13, 'Sick', NULL, NULL, 0, 1, NULL),
12030(14, 'Stat', NULL, NULL, 0, 1, NULL),13765(14, 'Stat', NULL, NULL, 0, 1, NULL),
12031(15, 'Study days', NULL, NULL, 0, 1, NULL),13766(15, 'Study days', NULL, NULL, 0, 1, NULL),
12032(16, 'Vacation', NULL, NULL, 0, 1, NULL);13767(16, 'Vacation', NULL, NULL, 0, 1, NULL);
1203313768
12034-- --------------------------------------------------------13769-- --------------------------------------------------------
1203513770
12036--13771--
12037-- Table structure for table `cbl_meeting_files`13772-- Table structure for table `cbl_meeting_files`
12038--13773--
1203913774
12040CREATE TABLE `cbl_meeting_files` (13775CREATE TABLE `cbl_meeting_files` (
12041  `meeting_file_id` int(12) NOT NULL,13776  `meeting_file_id` int(12) NOT NULL,
12042  `meeting_id` int(12) NOT NULL DEFAULT '0',13777  `meeting_id` int(12) NOT NULL DEFAULT '0',
12043  `type` varchar(255) NOT NULL DEFAULT '',13778  `type` varchar(255) NOT NULL DEFAULT '',
12044  `size` varchar(32) NOT NULL DEFAULT '',13779  `size` varchar(32) NOT NULL DEFAULT '',
12045  `name` varchar(255) NOT NULL DEFAULT '',13780  `name` varchar(255) NOT NULL DEFAULT '',
12046  `title` varchar(255) NOT NULL DEFAULT '',13781  `title` varchar(255) NOT NULL DEFAULT '',
12047  `file_order` int(12) NOT NULL DEFAULT '0',13782  `file_order` int(12) NOT NULL DEFAULT '0',
12048  `created_date` bigint(64) NOT NULL DEFAULT '0',13783  `created_date` bigint(64) NOT NULL DEFAULT '0',
12049  `created_by` int(12) NOT NULL DEFAULT '0',13784  `created_by` int(12) NOT NULL DEFAULT '0',
12050  `updated_date` bigint(64) DEFAULT '0',13785  `updated_date` bigint(64) DEFAULT '0',
12051  `updated_by` int(12) DEFAULT '0',13786  `updated_by` int(12) DEFAULT '0',
12052  `deleted_date` bigint(64) DEFAULT '0',13787  `deleted_date` bigint(64) DEFAULT '0',
12053  `deleted_by` int(12) DEFAULT '0'13788  `deleted_by` int(12) DEFAULT '0'
12054) ENGINE=InnoDB DEFAULT CHARSET=utf8;13789) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1205513790
12056-- --------------------------------------------------------13791-- --------------------------------------------------------
1205713792
12058--13793--
12059-- Table structure for table `cbl_pins`13794-- Table structure for table `cbl_pins`
12060--13795--
1206113796
12062CREATE TABLE `cbl_pins` (13797CREATE TABLE `cbl_pins` (
12063  `pin_id` int(12) UNSIGNED NOT NULL,13798  `pin_id` int(12) UNSIGNED NOT NULL,
12064  `aprogress_id` int(11) UNSIGNED NOT NULL,13799  `aprogress_id` int(11) UNSIGNED NOT NULL,
12065  `dassessment_id` int(11) DEFAULT NULL,13800  `dassessment_id` int(11) DEFAULT NULL,
12066  `proxy_id` int(12) NOT NULL,13801  `proxy_id` int(12) NOT NULL,
12067  `pin_type` varchar(128) NOT NULL,13802  `pin_type` varchar(128) NOT NULL,
12068  `pin_value` int(11) NOT NULL,13803  `pin_value` int(11) NOT NULL,
12069  `created_by` int(12) UNSIGNED NOT NULL,13804  `created_by` int(12) UNSIGNED NOT NULL,
12070  `created_date` bigint(64) UNSIGNED NOT NULL,13805  `created_date` bigint(64) UNSIGNED NOT NULL,
12071  `updated_by` int(12) UNSIGNED DEFAULT NULL,13806  `updated_by` int(12) UNSIGNED DEFAULT NULL,
12072  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,13807  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12073  `deleted_by` int(12) UNSIGNED DEFAULT NULL,13808  `deleted_by` int(12) UNSIGNED DEFAULT NULL,
12074  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13809  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
12075) ENGINE=InnoDB DEFAULT CHARSET=latin1;13810) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1207613811
12077-- --------------------------------------------------------13812-- --------------------------------------------------------
1207813813
12079--13814--
12080-- Table structure for table `cbl_read`13815-- Table structure for table `cbl_read`
12081--13816--
1208213817
12083CREATE TABLE `cbl_read` (13818CREATE TABLE `cbl_read` (
12084  `read_id` int(12) UNSIGNED NOT NULL,13819  `read_id` int(12) UNSIGNED NOT NULL,
12085  `aprogress_id` int(11) UNSIGNED NOT NULL,13820  `aprogress_id` int(11) UNSIGNED NOT NULL,
12086  `dassessment_id` int(11) DEFAULT NULL,13821  `dassessment_id` int(11) DEFAULT NULL,
12087  `proxy_id` int(12) NOT NULL,13822  `proxy_id` int(12) NOT NULL,
12088  `read_type` varchar(128) NOT NULL,13823  `read_type` varchar(128) NOT NULL,
12089  `read_value` int(11) NOT NULL,13824  `read_value` int(11) NOT NULL,
12090  `created_by` int(12) UNSIGNED NOT NULL,13825  `created_by` int(12) UNSIGNED NOT NULL,
12091  `created_date` bigint(64) UNSIGNED NOT NULL,13826  `created_date` bigint(64) UNSIGNED NOT NULL,
12092  `updated_by` int(12) UNSIGNED DEFAULT NULL,13827  `updated_by` int(12) UNSIGNED DEFAULT NULL,
12093  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,13828  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12094  `deleted_by` int(12) UNSIGNED DEFAULT NULL,13829  `deleted_by` int(12) UNSIGNED DEFAULT NULL,
12095  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL13830  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
12096) ENGINE=InnoDB DEFAULT CHARSET=latin1;13831) ENGINE=InnoDB DEFAULT CHARSET=latin1;
nn13832 
13833--
13834-- Dumping data for table `cbl_read`
13835--
13836 
13837INSERT INTO `cbl_read` (`read_id`, `aprogress_id`, `dassessment_id`, `proxy_id`, `read_type`, `read_value`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_by`, `deleted_date`) VALUES
13838(1, 10, 10, 4, 'assessment', 10, 4, 1685539302, NULL, NULL, NULL, NULL);
1209713839
12098-- --------------------------------------------------------13840-- --------------------------------------------------------
1209913841
12100--13842--
12101-- Table structure for table `cbl_schedule`13843-- Table structure for table `cbl_schedule`
12102--13844--
1210313845
12104CREATE TABLE `cbl_schedule` (13846CREATE TABLE `cbl_schedule` (
12105  `schedule_id` int(11) UNSIGNED NOT NULL,13847  `schedule_id` int(11) UNSIGNED NOT NULL,
12106  `title` varchar(256) DEFAULT NULL,13848  `title` varchar(256) DEFAULT NULL,
12107  `code` varchar(128) DEFAULT NULL,13849  `code` varchar(128) DEFAULT NULL,
12108  `description` varchar(2048) DEFAULT NULL,13850  `description` varchar(2048) DEFAULT NULL,
12109  `schedule_type` enum('stream','block','rotation_stream','rotation_block') NOT NULL DEFAULT 'stream',13851  `schedule_type` enum('stream','block','rotation_stream','rotation_block') NOT NULL DEFAULT 'stream',
12110  `schedule_parent_id` int(11) UNSIGNED DEFAULT '0',13852  `schedule_parent_id` int(11) UNSIGNED DEFAULT '0',
12111  `organisation_id` int(11) NOT NULL,13853  `organisation_id` int(11) NOT NULL,
12112  `course_id` int(11) DEFAULT NULL,13854  `course_id` int(11) DEFAULT NULL,
12113  `region_id` int(11) DEFAULT NULL,13855  `region_id` int(11) DEFAULT NULL,
12114  `facility_id` int(11) DEFAULT NULL,13856  `facility_id` int(11) DEFAULT NULL,
12115  `cperiod_id` int(11) DEFAULT '0',13857  `cperiod_id` int(11) DEFAULT '0',
12116  `start_date` bigint(64) NOT NULL,13858  `start_date` bigint(64) NOT NULL,
12117  `end_date` bigint(64) NOT NULL,13859  `end_date` bigint(64) NOT NULL,
12118  `block_type_id` int(11) DEFAULT NULL,13860  `block_type_id` int(11) DEFAULT NULL,
12119  `draft_id` int(11) DEFAULT NULL,13861  `draft_id` int(11) DEFAULT NULL,
12120  `schedule_order` int(11) DEFAULT NULL,13862  `schedule_order` int(11) DEFAULT NULL,
12121  `copied_from` int(11) DEFAULT NULL,13863  `copied_from` int(11) DEFAULT NULL,
12122  `created_date` bigint(20) NOT NULL,13864  `created_date` bigint(20) NOT NULL,
12123  `created_by` int(11) NOT NULL,13865  `created_by` int(11) NOT NULL,
12124  `updated_date` bigint(20) DEFAULT NULL,13866  `updated_date` bigint(20) DEFAULT NULL,
12125  `updated_by` int(11) DEFAULT NULL,13867  `updated_by` int(11) DEFAULT NULL,
12126  `deleted_date` bigint(64) DEFAULT NULL13868  `deleted_date` bigint(64) DEFAULT NULL
12127) ENGINE=InnoDB DEFAULT CHARSET=utf8;13869) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1212813870
12129--13871--
12130-- Dumping data for table `cbl_schedule`13872-- Dumping data for table `cbl_schedule`
12131--13873--
1213213874
12133INSERT INTO `cbl_schedule` (`schedule_id`, `title`, `code`, `description`, `schedule_type`, `schedule_parent_id`, `organisation_id`, `course_id`, `region_id`, `facility_id`, `cperiod_id`, `start_date`, `end_date`, `block_type_id`, `draft_id`, `schedule_order`, `copied_from`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES13875INSERT INTO `cbl_schedule` (`schedule_id`, `title`, `code`, `description`, `schedule_type`, `schedule_parent_id`, `organisation_id`, `course_id`, `region_id`, `facility_id`, `cperiod_id`, `start_date`, `end_date`, `block_type_id`, `draft_id`, `schedule_order`, `copied_from`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12134(1, 'Test Schedule 1', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 1, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),13876(1, 'Test Schedule 1', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 1, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),
12135(2, 'Block 1', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13877(2, 'Block 1', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12136(3, 'Block 2', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13878(3, 'Block 2', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12137(4, 'Block 3', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13879(4, 'Block 3', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12138(5, 'Block 4', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13880(5, 'Block 4', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12139(6, 'Block 5', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13881(6, 'Block 5', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12140(7, 'Block 6', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13882(7, 'Block 6', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12141(8, 'Block 7', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13883(8, 'Block 7', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12142(9, 'Block 8', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13884(9, 'Block 8', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12143(10, 'Block 9', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13885(10, 'Block 9', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12144(11, 'Block 10', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13886(11, 'Block 10', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12145(12, 'Block 11', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13887(12, 'Block 11', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12146(17, 'Test Schedule 2', 'TEST_SCHEDULE_2', 'Schedule 2', 'rotation_stream', 0, 1, 1, 1, 1, 1, 1685381586, 1717003986, 3, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13888(17, 'Test Schedule 2', 'TEST_SCHEDULE_2', 'Schedule 2', 'rotation_stream', 0, 1, 1, 1, 1, 1, 1685381586, 1717003986, 3, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12147(18, 'Block 1', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 1, 1, NULL, 1685381586, 1, NULL, NULL, NULL),13889(18, 'Block 1', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 1, 1, NULL, 1685381586, 1, NULL, NULL, NULL),
12148(19, 'Block 2', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1688059986, 1690565586, 3, 1, 2, NULL, 1685381586, 1, NULL, NULL, NULL),13890(19, 'Block 2', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1688059986, 1690565586, 3, 1, 2, NULL, 1685381586, 1, NULL, NULL, NULL),
12149(20, 'Block 3', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1690651986, 1693243986, 3, 1, 3, NULL, 1685381586, 1, NULL, NULL, NULL),13891(20, 'Block 3', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1690651986, 1693243986, 3, 1, 3, NULL, 1685381586, 1, NULL, NULL, NULL),
12150(21, 'Block 4', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1693330386, 1695922386, 3, 1, 4, NULL, 1685381586, 1, NULL, NULL, NULL),13892(21, 'Block 4', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1693330386, 1695922386, 3, 1, 4, NULL, 1685381586, 1, NULL, NULL, NULL),
12151(22, 'Block 5', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1696008786, 1698514386, 3, 1, 5, NULL, 1685381586, 1, NULL, NULL, NULL),13893(22, 'Block 5', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1696008786, 1698514386, 3, 1, 5, NULL, 1685381586, 1, NULL, NULL, NULL),
12152(23, 'Block 6', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1698600786, 1701196386, 3, 1, 6, NULL, 1685381586, 1, NULL, NULL, NULL),13894(23, 'Block 6', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1698600786, 1701196386, 3, 1, 6, NULL, 1685381586, 1, NULL, NULL, NULL),
12153(24, 'Block 7', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1701282786, 1703788386, 3, 1, 7, NULL, 1685381586, 1, NULL, NULL, NULL),13895(24, 'Block 7', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1701282786, 1703788386, 3, 1, 7, NULL, 1685381586, 1, NULL, NULL, NULL),
12154(25, 'Block 8', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1703874786, 1706466786, 3, 1, 8, NULL, 1685381586, 1, NULL, NULL, NULL),13896(25, 'Block 8', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1703874786, 1706466786, 3, 1, 8, NULL, 1685381586, 1, NULL, NULL, NULL),
12155(26, 'Block 9', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1706553186, 1709145186, 3, 1, 9, NULL, 1685381586, 1, NULL, NULL, NULL),13897(26, 'Block 9', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1706553186, 1709145186, 3, 1, 9, NULL, 1685381586, 1, NULL, NULL, NULL),
12156(27, 'Block 10', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1709231586, 1711647186, 3, 1, 10, NULL, 1685381586, 1, NULL, NULL, NULL),13898(27, 'Block 10', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1709231586, 1711647186, 3, 1, 10, NULL, 1685381586, 1, NULL, NULL, NULL),
12157(28, 'Block 11', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1711733586, 1714325586, 3, 1, 11, NULL, 1685381586, 1, NULL, NULL, NULL),13899(28, 'Block 11', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1711733586, 1714325586, 3, 1, 11, NULL, 1685381586, 1, NULL, NULL, NULL),
12158(29, 'Rotation 1', 'ROT1', '', 'rotation_stream', 0, 1, 1, NULL, NULL, 1, 1685381586, 1717003986, NULL, 2, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13900(29, 'Rotation 1', 'ROT1', '', 'rotation_stream', 0, 1, 1, NULL, NULL, 1, 1685381586, 1717003986, NULL, 2, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12159(30, 'Block 1', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1685381586, 1687973586, 3, 2, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13901(30, 'Block 1', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1685381586, 1687973586, 3, 2, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12160(31, 'Block 2', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1688059986, 1690565586, 3, 2, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13902(31, 'Block 2', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1688059986, 1690565586, 3, 2, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12161(32, 'Block 3', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1690651986, 1693243986, 3, 2, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),13903(32, 'Block 3', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1690651986, 1693243986, 3, 2, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),
12162(33, 'Block 4', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1693330386, 1695922386, 3, 2, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),13904(33, 'Block 4', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1693330386, 1695922386, 3, 2, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),
12163(34, 'Block 5', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1696008786, 1698514386, 3, 2, 5, NULL, 1685381586, 1, 1685381586, 1, NULL),13905(34, 'Block 5', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1696008786, 1698514386, 3, 2, 5, NULL, 1685381586, 1, 1685381586, 1, NULL),
12164(35, 'Block 6', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1698600786, 1701196386, 3, 2, 6, NULL, 1685381586, 1, 1685381586, 1, NULL),13906(35, 'Block 6', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1698600786, 1701196386, 3, 2, 6, NULL, 1685381586, 1, 1685381586, 1, NULL),
12165(36, 'Block 7', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1701282786, 1703788386, 3, 2, 7, NULL, 1685381586, 1, 1685381586, 1, NULL),13907(36, 'Block 7', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1701282786, 1703788386, 3, 2, 7, NULL, 1685381586, 1, 1685381586, 1, NULL),
12166(37, 'Block 8', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1703874786, 1706466786, 3, 2, 8, NULL, 1685381586, 1, 1685381586, 1, NULL),13908(37, 'Block 8', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1703874786, 1706466786, 3, 2, 8, NULL, 1685381586, 1, 1685381586, 1, NULL),
12167(38, 'Block 9', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1706553186, 1709145186, 3, 2, 9, NULL, 1685381586, 1, 1685381586, 1, NULL),13909(38, 'Block 9', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1706553186, 1709145186, 3, 2, 9, NULL, 1685381586, 1, 1685381586, 1, NULL),
12168(39, 'Block 10', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1709231586, 1711647186, 3, 2, 10, NULL, 1685381586, 1, 1685381586, 1, NULL),13910(39, 'Block 10', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1709231586, 1711647186, 3, 2, 10, NULL, 1685381586, 1, 1685381586, 1, NULL),
12169(40, 'Block 11', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1711733586, 1714325586, 3, 2, 11, NULL, 1685381586, 1, 1685381586, 1, NULL),13911(40, 'Block 11', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1711733586, 1714325586, 3, 2, 11, NULL, 1685381586, 1, 1685381586, 1, NULL),
12170(41, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 2, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13912(41, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 2, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12171(42, 'Block 1', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13913(42, 'Block 1', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12172(43, 'Block 2', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13914(43, 'Block 2', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12173(44, 'Block 3', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13915(44, 'Block 3', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12174(45, 'Block 4', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13916(45, 'Block 4', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12175(46, 'Block 5', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13917(46, 'Block 5', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12176(47, 'Block 6', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13918(47, 'Block 6', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12177(48, 'Block 7', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13919(48, 'Block 7', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12178(49, 'Block 8', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13920(49, 'Block 8', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12179(50, 'Block 9', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13921(50, 'Block 9', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12180(51, 'Block 10', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13922(51, 'Block 10', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12181(52, 'Block 11', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13923(52, 'Block 11', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12182(53, 'Block 12', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1714411986, 1716917586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13924(53, 'Block 12', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1714411986, 1716917586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12183(54, 'Block 13', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1717003986, 1719595986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13925(54, 'Block 13', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1717003986, 1719595986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12184(55, 'Rotation', 'CBME Course', '', 'rotation_stream', 0, 1, 3, NULL, NULL, 2, 1685381586, 1717003986, NULL, 3, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13926(55, 'Rotation', 'CBME Course', '', 'rotation_stream', 0, 1, 3, NULL, NULL, 2, 1685381586, 1717003986, NULL, 3, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12185(56, 'Block 1', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1685381586, 1687973586, 3, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13927(56, 'Block 1', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1685381586, 1687973586, 3, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12186(57, 'Block 2', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1688059986, 1690565586, 3, 3, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13928(57, 'Block 2', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1688059986, 1690565586, 3, 3, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12187(58, 'Block 3', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1690651986, 1693243986, 3, 3, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),13929(58, 'Block 3', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1690651986, 1693243986, 3, 3, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),
12188(59, 'Block 4', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1693330386, 1695922386, 3, 3, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),13930(59, 'Block 4', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1693330386, 1695922386, 3, 3, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),
12189(60, 'Block 5', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1696008786, 1698514386, 3, 3, 5, NULL, 1685381586, 1, 1685381586, 1, NULL),13931(60, 'Block 5', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1696008786, 1698514386, 3, 3, 5, NULL, 1685381586, 1, 1685381586, 1, NULL),
12190(61, 'Block 6', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1698600786, 1701196386, 3, 3, 6, NULL, 1685381586, 1, 1685381586, 1, NULL),13932(61, 'Block 6', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1698600786, 1701196386, 3, 3, 6, NULL, 1685381586, 1, 1685381586, 1, NULL),
12191(62, 'Block 7', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1701282786, 1703788386, 3, 3, 7, NULL, 1685381586, 1, 1685381586, 1, NULL),13933(62, 'Block 7', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1701282786, 1703788386, 3, 3, 7, NULL, 1685381586, 1, 1685381586, 1, NULL),
12192(63, 'Block 8', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1703874786, 1706466786, 3, 3, 8, NULL, 1685381586, 1, 1685381586, 1, NULL),13934(63, 'Block 8', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1703874786, 1706466786, 3, 3, 8, NULL, 1685381586, 1, 1685381586, 1, NULL),
12193(64, 'Block 9', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1706553186, 1709145186, 3, 3, 9, NULL, 1685381586, 1, 1685381586, 1, NULL),13935(64, 'Block 9', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1706553186, 1709145186, 3, 3, 9, NULL, 1685381586, 1, 1685381586, 1, NULL),
12194(65, 'Block 10', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1709231586, 1711647186, 3, 3, 10, NULL, 1685381586, 1, 1685381586, 1, NULL),13936(65, 'Block 10', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1709231586, 1711647186, 3, 3, 10, NULL, 1685381586, 1, 1685381586, 1, NULL),
12195(66, 'Block 11', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1711733586, 1714325586, 3, 3, 11, NULL, 1685381586, 1, 1685381586, 1, NULL),13937(66, 'Block 11', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1711733586, 1714325586, 3, 3, 11, NULL, 1685381586, 1, 1685381586, 1, NULL),
12196(67, 'Block 12', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1714411986, 1716917586, 3, 3, 12, NULL, 1685381586, 1, 1685381586, 1, NULL),13938(67, 'Block 12', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1714411986, 1716917586, 3, 3, 12, NULL, 1685381586, 1, 1685381586, 1, NULL),
12197(68, 'Block 13', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1717003986, 1719595986, 3, 3, 13, NULL, 1685381586, 1, 1685381586, 1, NULL),13939(68, 'Block 13', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1717003986, 1719595986, 3, 3, 13, NULL, 1685381586, 1, 1685381586, 1, NULL),
12198(70, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1649194019, 1, 1649194071, 1, NULL),13940(70, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1649194019, 1, 1649194071, 1, NULL),
12199(71, 'Block 1', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),13941(71, 'Block 1', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),
12200(72, 'Block 2', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),13942(72, 'Block 2', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),
12201(73, 'Block 3', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),13943(73, 'Block 3', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL),
12202(74, 'ROT1', 'ROT1', '', 'rotation_stream', 0, 1, 5, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194360, 1, 1649194360, 1, NULL),13944(74, 'ROT1', 'ROT1', '', 'rotation_stream', 0, 1, 5, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194360, 1, 1649194360, 1, NULL),
12203(75, 'Block 1', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194360, 1, 1649194360, 1, NULL),13945(75, 'Block 1', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194360, 1, 1649194360, 1, NULL),
12204(76, 'Block 2', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194360, 1, 1649194360, 1, NULL),13946(76, 'Block 2', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194360, 1, 1649194360, 1, NULL),
12205(77, 'Block 3', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194360, 1, 1649194360, 1, NULL),13947(77, 'Block 3', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194360, 1, 1649194360, 1, NULL),
12206(78, 'ROT2', 'ROT2', '', 'rotation_stream', 0, 1, 6, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194720, 1, 1649194720, 1, NULL),13948(78, 'ROT2', 'ROT2', '', 'rotation_stream', 0, 1, 6, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194720, 1, 1649194720, 1, NULL),
12207(79, 'Block 1', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194720, 1, 1649194720, 1, NULL),13949(79, 'Block 1', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194720, 1, 1649194720, 1, NULL),
12208(80, 'Block 2', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194720, 1, 1649194720, 1, NULL),13950(80, 'Block 2', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194720, 1, 1649194720, 1, NULL),
12209(81, 'Block 3', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194720, 1, 1649194720, 1, NULL),13951(81, 'Block 3', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194720, 1, 1649194720, 1, NULL),
12210(82, 'ROT3', 'ROT3', '', 'rotation_stream', 0, 1, 7, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194751, 1, 1649194751, 1, NULL),13952(82, 'ROT3', 'ROT3', '', 'rotation_stream', 0, 1, 7, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194751, 1, 1649194751, 1, NULL),
12211(83, 'Block 1', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194751, 1, 1649194751, 1, NULL),13953(83, 'Block 1', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194751, 1, 1649194751, 1, NULL),
12212(84, 'Block 2', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194751, 1, 1649194751, 1, NULL),13954(84, 'Block 2', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194751, 1, 1649194751, 1, NULL),
12213(85, 'Block 3', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194751, 1, 1649194751, 1, NULL),13955(85, 'Block 3', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194751, 1, 1649194751, 1, NULL),
12214(86, '2 Weeks Blocks', '', '2 Weeks Blocks Schedule', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),13956(86, '2 Weeks Blocks', '', '2 Weeks Blocks Schedule', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),
12215(87, 'Block 1', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1685381586, 1686504786, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13957(87, 'Block 1', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1685381586, 1686504786, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12216(88, 'Block 2', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1686591186, 1687714386, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13958(88, 'Block 2', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1686591186, 1687714386, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12217(89, 'Block 3', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1687800786, 1688923986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13959(89, 'Block 3', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1687800786, 1688923986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12218(90, 'Block 4', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1689010386, 1690133586, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13960(90, 'Block 4', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1689010386, 1690133586, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12219(91, 'Block 5', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1690219986, 1691343186, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13961(91, 'Block 5', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1690219986, 1691343186, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12220(92, 'Block 6', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1691429586, 1692552786, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13962(92, 'Block 6', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1691429586, 1692552786, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12221(93, 'Block 1', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13963(93, 'Block 1', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12222(94, 'Block 2', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13964(94, 'Block 2', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12223(95, 'Block 3', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),13965(95, 'Block 3', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),
12224(96, 'Block 4', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),13966(96, 'Block 4', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),
12225(97, 'Block 5', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),13967(97, 'Block 5', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),
12226(98, 'Block 6', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),13968(98, 'Block 6', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),
12227(99, 'Block 1', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13969(99, 'Block 1', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12228(100, 'Block 2', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13970(100, 'Block 2', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12229(101, 'Block 3', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),13971(101, 'Block 3', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),
12230(102, 'Block 4', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),13972(102, 'Block 4', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),
12231(103, 'Block 5', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),13973(103, 'Block 5', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),
12232(104, 'Block 6', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),13974(104, 'Block 6', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),
12233(105, 'Block 1', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13975(105, 'Block 1', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12234(106, 'Block 2', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13976(106, 'Block 2', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12235(107, 'Block 3', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),13977(107, 'Block 3', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL),
12236(108, 'Block 4', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),13978(108, 'Block 4', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL),
12237(109, 'Block 5', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),13979(109, 'Block 5', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL),
12238(110, 'Block 6', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),13980(110, 'Block 6', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL),
12239(111, 'Lottery Schedule (4 week)', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 33, 1685381586, 1690219984, 3, NULL, NULL, NULL, 1685381586, 1, 1665587962, 1, NULL),13981(111, 'Lottery Schedule (4 week)', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 33, 1685381586, 1690219984, 3, NULL, NULL, NULL, 1685381586, 1, 1665587962, 1, NULL),
12240(112, 'Block 1', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13982(112, 'Block 1', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12241(113, 'Block 2', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),13983(113, 'Block 2', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL),
12242(114, 'Rotation A', 'ROTA', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13984(114, 'Rotation A', 'ROTA', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12243(115, 'Block 1', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13985(115, 'Block 1', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12244(116, 'Block 2', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13986(116, 'Block 2', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12245(117, 'Rotation B', 'ROTB', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13987(117, 'Rotation B', 'ROTB', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12246(118, 'Block 1', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13988(118, 'Block 1', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12247(119, 'Block 2', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13989(119, 'Block 2', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12248(120, 'Rotation C', 'ROTC', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13990(120, 'Rotation C', 'ROTC', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12249(121, 'Block 1', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),13991(121, 'Block 1', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
12250(122, 'Block 2', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),13992(122, 'Block 2', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL),
12251(123, 'Simple Schedule', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),13993(123, 'Simple Schedule', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL),
12252(124, 'Block 1', NULL, '', 'block', 123, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13994(124, 'Block 1', NULL, '', 'block', 123, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12253(125, 'Simple Rotation', 'SIMPLE', 'Simple Rotation', 'rotation_stream', 0, 1, 15, 1, 1, 34, 1685381586, 1687973586, NULL, 6, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),13995(125, 'Simple Rotation', 'SIMPLE', 'Simple Rotation', 'rotation_stream', 0, 1, 15, 1, 1, 34, 1685381586, 1687973586, NULL, 6, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
12254(126, 'Block 1', NULL, NULL, 'rotation_block', 125, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 6, 1, NULL, 1685381586, 1, NULL, NULL, NULL);13996(126, 'Block 1', NULL, NULL, 'rotation_block', 125, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 6, 1, NULL, 1685381586, 1, NULL, NULL, NULL);
1225513997
12256-- --------------------------------------------------------13998-- --------------------------------------------------------
1225713999
12258--14000--
12259-- Table structure for table `cbl_schedule_audience`14001-- Table structure for table `cbl_schedule_audience`
12260--14002--
1226114003
12262CREATE TABLE `cbl_schedule_audience` (14004CREATE TABLE `cbl_schedule_audience` (
12263  `saudience_id` int(11) UNSIGNED NOT NULL,14005  `saudience_id` int(11) UNSIGNED NOT NULL,
12264  `schedule_id` int(11) UNSIGNED NOT NULL,14006  `schedule_id` int(11) UNSIGNED NOT NULL,
12265  `schedule_slot_id` int(11) DEFAULT NULL,14007  `schedule_slot_id` int(11) DEFAULT NULL,
12266  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') NOT NULL DEFAULT 'proxy_id',14008  `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') NOT NULL DEFAULT 'proxy_id',
12267  `audience_value` int(11) NOT NULL,14009  `audience_value` int(11) NOT NULL,
12268  `schedule_status` int(10) UNSIGNED DEFAULT NULL,14010  `schedule_status` int(10) UNSIGNED DEFAULT NULL,
12269  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,14011  `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL,
12270  `parent_audience_value` int(11) DEFAULT NULL,14012  `parent_audience_value` int(11) DEFAULT NULL,
12271  `custom_start_date` bigint(64) DEFAULT NULL,14013  `custom_start_date` bigint(64) DEFAULT NULL,
12272  `custom_end_date` bigint(64) DEFAULT NULL,14014  `custom_end_date` bigint(64) DEFAULT NULL,
12273  `deleted_date` int(11) DEFAULT NULL14015  `deleted_date` int(11) DEFAULT NULL
12274) ENGINE=InnoDB DEFAULT CHARSET=utf8;14016) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1227514017
12276--14018--
12277-- Dumping data for table `cbl_schedule_audience`14019-- Dumping data for table `cbl_schedule_audience`
12278--14020--
1227914021
12280INSERT INTO `cbl_schedule_audience` (`saudience_id`, `schedule_id`, `schedule_slot_id`, `audience_type`, `audience_value`, `schedule_status`, `parent_audience_type`, `parent_audience_value`, `custom_start_date`, `custom_end_date`, `deleted_date`) VALUES14022INSERT INTO `cbl_schedule_audience` (`saudience_id`, `schedule_id`, `schedule_slot_id`, `audience_type`, `audience_value`, `schedule_status`, `parent_audience_type`, `parent_audience_value`, `custom_start_date`, `custom_end_date`, `deleted_date`) VALUES
12281(1, 1, 1, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),14023(1, 1, 1, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),
12282(2, 1, 1, 'proxy_id', 3, NULL, NULL, NULL, NULL, NULL, NULL),14024(2, 1, 1, 'proxy_id', 3, NULL, NULL, NULL, NULL, NULL, NULL),
12283(3, 56, 13, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),14025(3, 56, 13, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),
12284(4, 75, 26, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),14026(4, 75, 26, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL),
12285(5, 84, 33, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL);14027(5, 84, 33, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL);
1228614028
12287-- --------------------------------------------------------14029-- --------------------------------------------------------
1228814030
12289--14031--
12290-- Table structure for table `cbl_schedule_audience_history`14032-- Table structure for table `cbl_schedule_audience_history`
12291--14033--
1229214034
12293CREATE TABLE `cbl_schedule_audience_history` (14035CREATE TABLE `cbl_schedule_audience_history` (
12294  `sahistory_id` int(10) UNSIGNED NOT NULL,14036  `sahistory_id` int(10) UNSIGNED NOT NULL,
12295  `saudience_id` int(11) UNSIGNED NOT NULL,14037  `saudience_id` int(11) UNSIGNED NOT NULL,
12296  `schedule_id` int(11) UNSIGNED NOT NULL,14038  `schedule_id` int(11) UNSIGNED NOT NULL,
12297  `schedule_slot_id` int(11) UNSIGNED NOT NULL,14039  `schedule_slot_id` int(11) UNSIGNED NOT NULL,
12298  `schedule_status` int(10) UNSIGNED DEFAULT NULL,14040  `schedule_status` int(10) UNSIGNED DEFAULT NULL,
12299  `preceptors` text,14041  `preceptors` text,
12300  `locations` text,14042  `locations` text,
12301  `created_by` int(10) UNSIGNED NOT NULL,14043  `created_by` int(10) UNSIGNED NOT NULL,
12302  `created_date` bigint(20) UNSIGNED NOT NULL,14044  `created_date` bigint(20) UNSIGNED NOT NULL,
12303  `updated_by` int(10) UNSIGNED DEFAULT NULL,14045  `updated_by` int(10) UNSIGNED DEFAULT NULL,
12304  `updated_date` bigint(20) UNSIGNED DEFAULT NULL14046  `updated_date` bigint(20) UNSIGNED DEFAULT NULL
12305) ENGINE=InnoDB DEFAULT CHARSET=latin1;14047) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1230614048
12307--14049--
12308-- Dumping data for table `cbl_schedule_audience_history`14050-- Dumping data for table `cbl_schedule_audience_history`
12309--14051--
1231014052
12311INSERT INTO `cbl_schedule_audience_history` (`sahistory_id`, `saudience_id`, `schedule_id`, `schedule_slot_id`, `schedule_status`, `preceptors`, `locations`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES14053INSERT INTO `cbl_schedule_audience_history` (`sahistory_id`, `saudience_id`, `schedule_id`, `schedule_slot_id`, `schedule_status`, `preceptors`, `locations`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES
12312(1, 1, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL),14054(1, 1, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL),
12313(2, 2, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL),14055(2, 2, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL),
12314(3, 3, 56, 13, NULL, 'Faculty Lecturer', '', 1, 1685381586, NULL, NULL),14056(3, 3, 56, 13, NULL, 'Faculty Lecturer', '', 1, 1685381586, NULL, NULL),
12315(4, 4, 75, 26, NULL, 'Faculty Director', 'Your University', 1, 1685381586, NULL, NULL),14057(4, 4, 75, 26, NULL, 'Faculty Director', 'Your University', 1, 1685381586, NULL, NULL),
12316(5, 5, 84, 33, NULL, 'Faculty Director', 'Deleted Location', 1, 1685381586, NULL, NULL);14058(5, 5, 84, 33, NULL, 'Faculty Director', 'Deleted Location', 1, 1685381586, NULL, NULL);
1231714059
12318-- --------------------------------------------------------14060-- --------------------------------------------------------
1231914061
12320--14062--
12321-- Table structure for table `cbl_schedule_course_objectives`14063-- Table structure for table `cbl_schedule_course_objectives`
12322--14064--
1232314065
12324CREATE TABLE `cbl_schedule_course_objectives` (14066CREATE TABLE `cbl_schedule_course_objectives` (
12325  `sco_id` int(11) UNSIGNED NOT NULL,14067  `sco_id` int(11) UNSIGNED NOT NULL,
12326  `course_id` int(11) UNSIGNED NOT NULL,14068  `course_id` int(11) UNSIGNED NOT NULL,
12327  `schedule_id` int(11) UNSIGNED NOT NULL,14069  `schedule_id` int(11) UNSIGNED NOT NULL,
12328  `objective_id` int(11) UNSIGNED DEFAULT NULL,14070  `objective_id` int(11) UNSIGNED DEFAULT NULL,
12329  `likelihood_id` int(11) UNSIGNED DEFAULT NULL,14071  `likelihood_id` int(11) UNSIGNED DEFAULT NULL,
12330  `priority` tinyint(1) NOT NULL DEFAULT '0',14072  `priority` tinyint(1) NOT NULL DEFAULT '0',
12331  `created_date` bigint(64) UNSIGNED NOT NULL,14073  `created_date` bigint(64) UNSIGNED NOT NULL,
12332  `created_by` int(11) UNSIGNED NOT NULL,14074  `created_by` int(11) UNSIGNED NOT NULL,
12333  `updated_by` int(11) UNSIGNED DEFAULT NULL,14075  `updated_by` int(11) UNSIGNED DEFAULT NULL,
12334  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,14076  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12335  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,14077  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
12336  `deleted_by` int(11) UNSIGNED DEFAULT NULL14078  `deleted_by` int(11) UNSIGNED DEFAULT NULL
12337) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;14079) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1233814080
12339-- --------------------------------------------------------14081-- --------------------------------------------------------
1234014082
12341--14083--
12342-- Table structure for table `cbl_schedule_drafts`14084-- Table structure for table `cbl_schedule_drafts`
12343--14085--
1234414086
12345CREATE TABLE `cbl_schedule_drafts` (14087CREATE TABLE `cbl_schedule_drafts` (
12346  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,14088  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,
12347  `draft_title` varchar(64) NOT NULL DEFAULT '',14089  `draft_title` varchar(64) NOT NULL DEFAULT '',
12348  `status` enum('draft','live') NOT NULL DEFAULT 'draft',14090  `status` enum('draft','live') NOT NULL DEFAULT 'draft',
12349  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',14091  `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra',
12350  `cperiod_id` int(11) DEFAULT '0',14092  `cperiod_id` int(11) DEFAULT '0',
12351  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',14093  `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
12352  `created_date` int(11) NOT NULL,14094  `created_date` int(11) NOT NULL,
12353  `created_by` int(11) NOT NULL,14095  `created_by` int(11) NOT NULL,
12354  `deleted_date` int(11) DEFAULT NULL,14096  `deleted_date` int(11) DEFAULT NULL,
12355  `updated_date` int(11) DEFAULT NULL,14097  `updated_date` int(11) DEFAULT NULL,
12356  `updated_by` int(11) DEFAULT NULL14098  `updated_by` int(11) DEFAULT NULL
12357) ENGINE=InnoDB DEFAULT CHARSET=utf8;14099) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1235814100
12359--14101--
12360-- Dumping data for table `cbl_schedule_drafts`14102-- Dumping data for table `cbl_schedule_drafts`
12361--14103--
1236214104
12363INSERT INTO `cbl_schedule_drafts` (`cbl_schedule_draft_id`, `draft_title`, `status`, `course_id`, `cperiod_id`, `rotations_inheritance`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES14105INSERT INTO `cbl_schedule_drafts` (`cbl_schedule_draft_id`, `draft_title`, `status`, `course_id`, `cperiod_id`, `rotations_inheritance`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES
12364(1, 'Test Draft Title', 'draft', 1, 1, 0, 1685381586, 1, NULL, 1685381586, 1),14106(1, 'Test Draft Title', 'draft', 1, 1, 0, 1685381586, 1, NULL, 1685381586, 1),
12365(2, 'Test Curriculum Period 1', 'draft', NULL, 1, 0, 1685381586, 1, NULL, 1685381586, 1),14107(2, 'Test Curriculum Period 1', 'draft', NULL, 1, 0, 1685381586, 1, NULL, 1685381586, 1),
12366(3, 'Rotation Schedule', 'live', NULL, 2, 0, 1685381586, 1, NULL, 1685381586, 1),14108(3, 'Rotation Schedule', 'live', NULL, 2, 0, 1685381586, 1, NULL, 1685381586, 1),
12367(4, 'Clerkship 2022', 'draft', NULL, 3, 0, 1685381586, 1, NULL, 1685381586, 1),14109(4, 'Clerkship 2022', 'draft', NULL, 3, 0, 1685381586, 1, NULL, 1685381586, 1),
12368(5, 'Test Lottery Draft', 'draft', NULL, 33, 0, 1685381586, 1, NULL, 1685381586, 1),14110(5, 'Test Lottery Draft', 'draft', NULL, 33, 0, 1685381586, 1, NULL, 1685381586, 1),
12369(6, 'Simple Draft', 'draft', NULL, 34, 0, 1685381586, 1, NULL, 1685381586, 1);14111(6, 'Simple Draft', 'draft', NULL, 34, 0, 1685381586, 1, NULL, 1685381586, 1);
1237014112
12371-- --------------------------------------------------------14113-- --------------------------------------------------------
1237214114
12373--14115--
12374-- Table structure for table `cbl_schedule_draft_authors`14116-- Table structure for table `cbl_schedule_draft_authors`
12375--14117--
1237614118
12377CREATE TABLE `cbl_schedule_draft_authors` (14119CREATE TABLE `cbl_schedule_draft_authors` (
12378  `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL,14120  `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL,
12379  `cbl_schedule_draft_id` int(11) DEFAULT NULL,14121  `cbl_schedule_draft_id` int(11) DEFAULT NULL,
12380  `author_value` int(11) DEFAULT NULL,14122  `author_value` int(11) DEFAULT NULL,
12381  `author_type` enum('proxy_id','course_id') DEFAULT 'proxy_id',14123  `author_type` enum('proxy_id','course_id') DEFAULT 'proxy_id',
12382  `created_date` int(11) DEFAULT NULL,14124  `created_date` int(11) DEFAULT NULL,
12383  `created_by` int(11) DEFAULT NULL14125  `created_by` int(11) DEFAULT NULL
12384) ENGINE=InnoDB DEFAULT CHARSET=utf8;14126) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1238514127
12386--14128--
12387-- Dumping data for table `cbl_schedule_draft_authors`14129-- Dumping data for table `cbl_schedule_draft_authors`
12388--14130--
1238914131
12390INSERT INTO `cbl_schedule_draft_authors` (`cbl_schedule_draft_author_id`, `cbl_schedule_draft_id`, `author_value`, `author_type`, `created_date`, `created_by`) VALUES14132INSERT INTO `cbl_schedule_draft_authors` (`cbl_schedule_draft_author_id`, `cbl_schedule_draft_id`, `author_value`, `author_type`, `created_date`, `created_by`) VALUES
12391(1, 1, 1, 'proxy_id', NULL, NULL),14133(1, 1, 1, 'proxy_id', NULL, NULL),
12392(2, 2, 1, 'course_id', 1685381586, 1),14134(2, 2, 1, 'course_id', 1685381586, 1),
12393(3, 2, 1, 'proxy_id', 1685381586, 1),14135(3, 2, 1, 'proxy_id', 1685381586, 1),
12394(4, 3, 2, 'course_id', 1685381586, 1),14136(4, 3, 2, 'course_id', 1685381586, 1),
12395(5, 3, 3, 'course_id', 1685381586, 1),14137(5, 3, 3, 'course_id', 1685381586, 1),
12396(6, 3, 1, 'proxy_id', 1685381586, 1),14138(6, 3, 1, 'proxy_id', 1685381586, 1),
12397(7, 4, 5, 'course_id', 1685381586, 1),14139(7, 4, 5, 'course_id', 1685381586, 1),
12398(8, 4, 6, 'course_id', 1685381586, 1),14140(8, 4, 6, 'course_id', 1685381586, 1),
12399(9, 4, 7, 'course_id', 1685381586, 1),14141(9, 4, 7, 'course_id', 1685381586, 1),
12400(10, 4, 1, 'course_id', 1685381586, 1),14142(10, 4, 1, 'course_id', 1685381586, 1),
12401(11, 5, 14, 'course_id', 1685381586, 1),14143(11, 5, 14, 'course_id', 1685381586, 1),
12402(12, 5, 1, 'proxy_id', 1685381586, 1);14144(12, 5, 1, 'proxy_id', 1685381586, 1);
1240314145
12404-- --------------------------------------------------------14146-- --------------------------------------------------------
1240514147
12406--14148--
12407-- Table structure for table `cbl_schedule_draft_courses`14149-- Table structure for table `cbl_schedule_draft_courses`
12408--14150--
1240914151
12410CREATE TABLE `cbl_schedule_draft_courses` (14152CREATE TABLE `cbl_schedule_draft_courses` (
12411  `cbl_schedule_course_id` int(12) NOT NULL,14153  `cbl_schedule_course_id` int(12) NOT NULL,
12412  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,14154  `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL,
12413  `course_id` int(11) UNSIGNED NOT NULL14155  `course_id` int(11) UNSIGNED NOT NULL
12414) ENGINE=InnoDB DEFAULT CHARSET=latin1;14156) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1241514157
12416--14158--
12417-- Dumping data for table `cbl_schedule_draft_courses`14159-- Dumping data for table `cbl_schedule_draft_courses`
12418--14160--
1241914161
12420INSERT INTO `cbl_schedule_draft_courses` (`cbl_schedule_course_id`, `cbl_schedule_draft_id`, `course_id`) VALUES14162INSERT INTO `cbl_schedule_draft_courses` (`cbl_schedule_course_id`, `cbl_schedule_draft_id`, `course_id`) VALUES
12421(1, 1, 5),14163(1, 1, 5),
12422(2, 1, 6),14164(2, 1, 6),
12423(3, 1, 7),14165(3, 1, 7),
12424(4, 4, 5),14166(4, 4, 5),
12425(5, 4, 6),14167(5, 4, 6),
12426(6, 4, 7),14168(6, 4, 7),
12427(7, 5, 14),14169(7, 5, 14),
12428(8, 6, 15);14170(8, 6, 15);
1242914171
12430-- --------------------------------------------------------14172-- --------------------------------------------------------
1243114173
12432--14174--
12433-- Table structure for table `cbl_schedule_files`14175-- Table structure for table `cbl_schedule_files`
12434--14176--
1243514177
12436CREATE TABLE `cbl_schedule_files` (14178CREATE TABLE `cbl_schedule_files` (
12437  `schedule_file_id` int(12) NOT NULL,14179  `schedule_file_id` int(12) NOT NULL,
12438  `schedule_id` int(11) UNSIGNED DEFAULT NULL,14180  `schedule_id` int(11) UNSIGNED DEFAULT NULL,
12439  `type` varchar(255) NOT NULL,14181  `type` varchar(255) NOT NULL,
12440  `size` bigint(64) NOT NULL,14182  `size` bigint(64) NOT NULL,
12441  `name` varchar(255) NOT NULL,14183  `name` varchar(255) NOT NULL,
12442  `label` varchar(255) NOT NULL,14184  `label` varchar(255) NOT NULL,
12443  `view` enum('view','download') NOT NULL DEFAULT 'view',14185  `view` enum('view','download') NOT NULL DEFAULT 'view',
12444  `created_date` bigint(64) NOT NULL,14186  `created_date` bigint(64) NOT NULL,
12445  `created_by` int(12) NOT NULL,14187  `created_by` int(12) NOT NULL,
12446  `updated_date` bigint(64) DEFAULT NULL,14188  `updated_date` bigint(64) DEFAULT NULL,
12447  `updated_by` int(12) DEFAULT NULL,14189  `updated_by` int(12) DEFAULT NULL,
12448  `deleted_date` bigint(64) DEFAULT NULL,14190  `deleted_date` bigint(64) DEFAULT NULL,
12449  `deleted_by` int(12) DEFAULT NULL14191  `deleted_by` int(12) DEFAULT NULL
12450) ENGINE=InnoDB DEFAULT CHARSET=utf8;14192) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1245114193
12452--14194--
12453-- Dumping data for table `cbl_schedule_files`14195-- Dumping data for table `cbl_schedule_files`
12454--14196--
1245514197
12456INSERT INTO `cbl_schedule_files` (`schedule_file_id`, `schedule_id`, `type`, `size`, `name`, `label`, `view`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES14198INSERT INTO `cbl_schedule_files` (`schedule_file_id`, `schedule_id`, `type`, `size`, `name`, `label`, `view`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
12457(1, 1, '', 0, 'Test Schedule File', '', 'view', 0, 0, NULL, NULL, NULL, NULL);14199(1, 1, '', 0, 'Test Schedule File', '', 'view', 0, 0, NULL, NULL, NULL, NULL);
1245814200
12459-- --------------------------------------------------------14201-- --------------------------------------------------------
1246014202
12461--14203--
12462-- Table structure for table `cbl_schedule_lu_block_types`14204-- Table structure for table `cbl_schedule_lu_block_types`
12463--14205--
1246414206
12465CREATE TABLE `cbl_schedule_lu_block_types` (14207CREATE TABLE `cbl_schedule_lu_block_types` (
12466  `block_type_id` int(11) UNSIGNED NOT NULL,14208  `block_type_id` int(11) UNSIGNED NOT NULL,
12467  `name` varchar(128) NOT NULL,14209  `name` varchar(128) NOT NULL,
12468  `number_of_blocks` tinyint(3) NOT NULL,14210  `number_of_blocks` tinyint(3) NOT NULL,
12469  `weeks` tinyint(2) NOT NULL DEFAULT '1',14211  `weeks` tinyint(2) NOT NULL DEFAULT '1',
12470  `deleted_date` bigint(64) DEFAULT NULL14212  `deleted_date` bigint(64) DEFAULT NULL
12471) ENGINE=InnoDB DEFAULT CHARSET=utf8;14213) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1247214214
12473--14215--
12474-- Dumping data for table `cbl_schedule_lu_block_types`14216-- Dumping data for table `cbl_schedule_lu_block_types`
12475--14217--
1247614218
12477INSERT INTO `cbl_schedule_lu_block_types` (`block_type_id`, `name`, `number_of_blocks`, `weeks`, `deleted_date`) VALUES14219INSERT INTO `cbl_schedule_lu_block_types` (`block_type_id`, `name`, `number_of_blocks`, `weeks`, `deleted_date`) VALUES
12478(1, '1 Week (Up to 1 Year)', 52, 1, NULL),14220(1, '1 Week (Up to 1 Year)', 52, 1, NULL),
12479(2, '2 Week (Up to 1 Year)', 26, 2, NULL),14221(2, '2 Week (Up to 1 Year)', 26, 2, NULL),
12480(3, '4 Week (Up to 1 Year)', 13, 4, NULL),14222(3, '4 Week (Up to 1 Year)', 13, 4, NULL),
12481(4, '1 Week (Up to 2 Years)', 104, 1, NULL),14223(4, '1 Week (Up to 2 Years)', 104, 1, NULL),
12482(5, '2 Week (Up to 2 Years)', 52, 2, NULL),14224(5, '2 Week (Up to 2 Years)', 52, 2, NULL),
12483(6, '4 Week (Up to 2 Years)', 26, 4, NULL);14225(6, '4 Week (Up to 2 Years)', 26, 4, NULL);
1248414226
12485-- --------------------------------------------------------14227-- --------------------------------------------------------
1248614228
12487--14229--
12488-- Table structure for table `cbl_schedule_sites`14230-- Table structure for table `cbl_schedule_sites`
12489--14231--
1249014232
12491CREATE TABLE `cbl_schedule_sites` (14233CREATE TABLE `cbl_schedule_sites` (
12492  `cssite_id` int(12) UNSIGNED NOT NULL,14234  `cssite_id` int(12) UNSIGNED NOT NULL,
12493  `schedule_id` int(12) UNSIGNED NOT NULL,14235  `schedule_id` int(12) UNSIGNED NOT NULL,
12494  `site_id` int(12) UNSIGNED NOT NULL,14236  `site_id` int(12) UNSIGNED NOT NULL,
12495  `created_date` bigint(64) NOT NULL,14237  `created_date` bigint(64) NOT NULL,
12496  `created_by` int(12) NOT NULL,14238  `created_by` int(12) NOT NULL,
12497  `updated_date` bigint(64) DEFAULT NULL,14239  `updated_date` bigint(64) DEFAULT NULL,
12498  `updated_by` int(12) DEFAULT NULL,14240  `updated_by` int(12) DEFAULT NULL,
12499  `deleted_date` bigint(64) DEFAULT NULL14241  `deleted_date` bigint(64) DEFAULT NULL
12500) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='DEPRECATED. Contents of this table moved to clinical_locations under Migrate_2019_03_20_110512_ME1516';14242) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='DEPRECATED. Contents of this table moved to clinical_locations under Migrate_2019_03_20_110512_ME1516';
1250114243
12502--14244--
12503-- Dumping data for table `cbl_schedule_sites`14245-- Dumping data for table `cbl_schedule_sites`
12504--14246--
1250514247
12506INSERT INTO `cbl_schedule_sites` (`cssite_id`, `schedule_id`, `site_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES14248INSERT INTO `cbl_schedule_sites` (`cssite_id`, `schedule_id`, `site_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12507(1, 1, 1, 0, 0, NULL, NULL, NULL);14249(1, 1, 1, 0, 0, NULL, NULL, NULL);
1250814250
12509-- --------------------------------------------------------14251-- --------------------------------------------------------
1251014252
12511--14253--
12512-- Table structure for table `cbl_schedule_slots`14254-- Table structure for table `cbl_schedule_slots`
12513--14255--
1251414256
12515CREATE TABLE `cbl_schedule_slots` (14257CREATE TABLE `cbl_schedule_slots` (
12516  `schedule_slot_id` int(11) UNSIGNED NOT NULL,14258  `schedule_slot_id` int(11) UNSIGNED NOT NULL,
12517  `code` varchar(128) DEFAULT NULL,14259  `code` varchar(128) DEFAULT NULL,
12518  `schedule_id` int(11) NOT NULL,14260  `schedule_id` int(11) NOT NULL,
12519  `slot_type_id` int(11) NOT NULL,14261  `slot_type_id` int(11) NOT NULL,
12520  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',14262  `slot_min_spaces` int(11) NOT NULL DEFAULT '0',
12521  `slot_spaces` int(11) NOT NULL DEFAULT '1',14263  `slot_spaces` int(11) NOT NULL DEFAULT '1',
12522  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',14264  `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
12523  `course_id` int(11) DEFAULT NULL,14265  `course_id` int(11) DEFAULT NULL,
12524  `site_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED. Contents of this column moved to clinical_locations under Migrate_2019_03_20_110512_ME1516',14266  `site_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED. Contents of this column moved to clinical_locations under Migrate_2019_03_20_110512_ME1516',
12525  `created_date` int(11) NOT NULL,14267  `created_date` int(11) NOT NULL,
12526  `created_by` int(11) NOT NULL,14268  `created_by` int(11) NOT NULL,
12527  `deleted_date` int(11) DEFAULT NULL,14269  `deleted_date` int(11) DEFAULT NULL,
12528  `updated_date` int(11) DEFAULT NULL,14270  `updated_date` int(11) DEFAULT NULL,
12529  `updated_by` int(11) DEFAULT NULL14271  `updated_by` int(11) DEFAULT NULL
12530) ENGINE=InnoDB DEFAULT CHARSET=utf8;14272) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1253114273
12532--14274--
12533-- Dumping data for table `cbl_schedule_slots`14275-- Dumping data for table `cbl_schedule_slots`
12534--14276--
1253514277
12536INSERT INTO `cbl_schedule_slots` (`schedule_slot_id`, `code`, `schedule_id`, `slot_type_id`, `slot_min_spaces`, `slot_spaces`, `strict_spaces`, `course_id`, `site_id`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES14278INSERT INTO `cbl_schedule_slots` (`schedule_slot_id`, `code`, `schedule_id`, `slot_type_id`, `slot_min_spaces`, `slot_spaces`, `strict_spaces`, `course_id`, `site_id`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES
12537(1, 'SLOT_1', 1, 1, 0, 1, 0, 3, 1, 1685381586, 1, NULL, 1685381586, 1),14279(1, 'SLOT_1', 1, 1, 0, 1, 0, 3, 1, 1685381586, 1, NULL, 1685381586, 1),
12538(2, 'SLOT_2', 30, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14280(2, 'SLOT_2', 30, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12539(3, 'SLOT_3', 31, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14281(3, 'SLOT_3', 31, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12540(4, 'SLOT_4', 32, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14282(4, 'SLOT_4', 32, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12541(5, 'SLOT_5', 33, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14283(5, 'SLOT_5', 33, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12542(6, 'SLOT_6', 34, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14284(6, 'SLOT_6', 34, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12543(7, 'SLOT_7', 35, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14285(7, 'SLOT_7', 35, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12544(8, 'SLOT_8', 36, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14286(8, 'SLOT_8', 36, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12545(9, 'SLOT_9', 37, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14287(9, 'SLOT_9', 37, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12546(10, 'SLOT_10', 38, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14288(10, 'SLOT_10', 38, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12547(11, 'SLOT_11', 39, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14289(11, 'SLOT_11', 39, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12548(12, 'SLOT_12', 40, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14290(12, 'SLOT_12', 40, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12549(13, 'SLOT_13', 56, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14291(13, 'SLOT_13', 56, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12550(14, 'SLOT_14', 57, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14292(14, 'SLOT_14', 57, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12551(15, 'SLOT_15', 58, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14293(15, 'SLOT_15', 58, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12552(16, 'SLOT_16', 59, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14294(16, 'SLOT_16', 59, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12553(17, 'SLOT_17', 60, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14295(17, 'SLOT_17', 60, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12554(18, 'SLOT_18', 61, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14296(18, 'SLOT_18', 61, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12555(19, 'SLOT_19', 62, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14297(19, 'SLOT_19', 62, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12556(20, 'SLOT_20', 63, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14298(20, 'SLOT_20', 63, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12557(21, 'SLOT_21', 64, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14299(21, 'SLOT_21', 64, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12558(22, 'SLOT_22', 65, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14300(22, 'SLOT_22', 65, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12559(23, 'SLOT_23', 66, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14301(23, 'SLOT_23', 66, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12560(24, 'SLOT_24', 67, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14302(24, 'SLOT_24', 67, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12561(25, 'SLOT_25', 68, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14303(25, 'SLOT_25', 68, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12562(26, 'SLOT_26', 75, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14304(26, 'SLOT_26', 75, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12563(27, 'SLOT_27', 76, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14305(27, 'SLOT_27', 76, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12564(28, 'SLOT_28', 77, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14306(28, 'SLOT_28', 77, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12565(29, 'SLOT_29', 79, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14307(29, 'SLOT_29', 79, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12566(30, 'SLOT_30', 80, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14308(30, 'SLOT_30', 80, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12567(31, 'SLOT_31', 81, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14309(31, 'SLOT_31', 81, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12568(32, 'SLOT_32', 83, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14310(32, 'SLOT_32', 83, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12569(33, 'SLOT_33', 84, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14311(33, 'SLOT_33', 84, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12570(34, 'SLOT_34', 85, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14312(34, 'SLOT_34', 85, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12571(35, 'SLOT_35', 75, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14313(35, 'SLOT_35', 75, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12572(36, 'SLOT_36', 93, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14314(36, 'SLOT_36', 93, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12573(37, 'SLOT_37', 94, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14315(37, 'SLOT_37', 94, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12574(38, 'SLOT_38', 95, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14316(38, 'SLOT_38', 95, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12575(39, 'SLOT_39', 96, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14317(39, 'SLOT_39', 96, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12576(40, 'SLOT_40', 97, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14318(40, 'SLOT_40', 97, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12577(41, 'SLOT_41', 98, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14319(41, 'SLOT_41', 98, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12578(42, 'SLOT_42', 99, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14320(42, 'SLOT_42', 99, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12579(43, 'SLOT_43', 100, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14321(43, 'SLOT_43', 100, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12580(44, 'SLOT_44', 101, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14322(44, 'SLOT_44', 101, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12581(45, 'SLOT_45', 102, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14323(45, 'SLOT_45', 102, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12582(46, 'SLOT_46', 103, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14324(46, 'SLOT_46', 103, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12583(47, 'SLOT_47', 104, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14325(47, 'SLOT_47', 104, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12584(48, 'SLOT_48', 105, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14326(48, 'SLOT_48', 105, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12585(49, 'SLOT_49', 106, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14327(49, 'SLOT_49', 106, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12586(50, 'SLOT_50', 107, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14328(50, 'SLOT_50', 107, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12587(51, 'SLOT_51', 108, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14329(51, 'SLOT_51', 108, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12588(52, 'SLOT_52', 109, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14330(52, 'SLOT_52', 109, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12589(53, 'SLOT_53', 110, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14331(53, 'SLOT_53', 110, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12590(54, 'ROTA_SLOT1', 115, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14332(54, 'ROTA_SLOT1', 115, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12591(55, 'ROTA_SLOT2', 116, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14333(55, 'ROTA_SLOT2', 116, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12592(56, 'ROTB_SLOT1', 118, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14334(56, 'ROTB_SLOT1', 118, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12593(57, 'ROTB_SLOT2', 119, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14335(57, 'ROTB_SLOT2', 119, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12594(58, 'ROTC_SLOT1', 121, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14336(58, 'ROTC_SLOT1', 121, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12595(59, 'ROTC_SLOT2', 122, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14337(59, 'ROTC_SLOT2', 122, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12596(60, 'SLOT_54', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14338(60, 'SLOT_54', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12597(61, 'SLOT_55', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14339(61, 'SLOT_55', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12598(62, 'SLOT_56', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),14340(62, 'SLOT_56', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1),
12599(63, 'SLOT_57', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1);14341(63, 'SLOT_57', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1);
1260014342
12601-- --------------------------------------------------------14343-- --------------------------------------------------------
1260214344
12603--14345--
12604-- Table structure for table `cbl_schedule_slot_types`14346-- Table structure for table `cbl_schedule_slot_types`
12605--14347--
1260614348
12607CREATE TABLE `cbl_schedule_slot_types` (14349CREATE TABLE `cbl_schedule_slot_types` (
12608  `slot_type_id` int(11) UNSIGNED NOT NULL,14350  `slot_type_id` int(11) UNSIGNED NOT NULL,
12609  `slot_type_code` varchar(5) NOT NULL DEFAULT '',14351  `slot_type_code` varchar(5) NOT NULL DEFAULT '',
12610  `slot_type_description` varchar(64) NOT NULL DEFAULT '',14352  `slot_type_description` varchar(64) NOT NULL DEFAULT '',
12611  `deleted_date` int(11) DEFAULT NULL14353  `deleted_date` int(11) DEFAULT NULL
12612) ENGINE=InnoDB DEFAULT CHARSET=utf8;14354) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1261314355
12614--14356--
12615-- Dumping data for table `cbl_schedule_slot_types`14357-- Dumping data for table `cbl_schedule_slot_types`
12616--14358--
1261714359
12618INSERT INTO `cbl_schedule_slot_types` (`slot_type_id`, `slot_type_code`, `slot_type_description`, `deleted_date`) VALUES14360INSERT INTO `cbl_schedule_slot_types` (`slot_type_id`, `slot_type_code`, `slot_type_description`, `deleted_date`) VALUES
12619(1, 'OSL', 'On Service Learner', NULL),14361(1, 'OSL', 'On Service Learner', NULL),
12620(2, 'OFFSL', 'Off Service Learner', NULL);14362(2, 'OFFSL', 'Off Service Learner', NULL);
1262114363
12622-- --------------------------------------------------------14364-- --------------------------------------------------------
1262314365
12624--14366--
12625-- Table structure for table `cbl_student_meetings_download_log`14367-- Table structure for table `cbl_student_meetings_download_log`
12626--14368--
1262714369
12628CREATE TABLE `cbl_student_meetings_download_log` (14370CREATE TABLE `cbl_student_meetings_download_log` (
12629  `download_id` int(12) UNSIGNED NOT NULL,14371  `download_id` int(12) UNSIGNED NOT NULL,
12630  `meeting_id` int(12) UNSIGNED NOT NULL,14372  `meeting_id` int(12) UNSIGNED NOT NULL,
12631  `meeting_file_id` int(12) UNSIGNED NOT NULL,14373  `meeting_file_id` int(12) UNSIGNED NOT NULL,
12632  `meeting_member_id` int(12) UNSIGNED NOT NULL,14374  `meeting_member_id` int(12) UNSIGNED NOT NULL,
12633  `meeting_download_date` bigint(64) DEFAULT NULL14375  `meeting_download_date` bigint(64) DEFAULT NULL
12634) ENGINE=InnoDB DEFAULT CHARSET=utf8;14376) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1263514377
12636-- --------------------------------------------------------14378-- --------------------------------------------------------
1263714379
12638--14380--
12639-- Table structure for table `cbme_course_objectives`14381-- Table structure for table `cbme_course_objectives`
12640--14382--
1264114383
12642CREATE TABLE `cbme_course_objectives` (14384CREATE TABLE `cbme_course_objectives` (
12643  `cbme_course_objective_id` int(12) NOT NULL,14385  `cbme_course_objective_id` int(12) NOT NULL,
12644  `objective_id` int(12) NOT NULL,14386  `objective_id` int(12) NOT NULL,
12645  `course_id` int(12) NOT NULL,14387  `course_id` int(12) NOT NULL,
12646  `created_date` bigint(64) NOT NULL,14388  `created_date` bigint(64) NOT NULL,
12647  `created_by` int(12) NOT NULL,14389  `created_by` int(12) NOT NULL,
12648  `updated_date` bigint(64) DEFAULT NULL,14390  `updated_date` bigint(64) DEFAULT NULL,
12649  `updated_by` int(12) DEFAULT NULL,14391  `updated_by` int(12) DEFAULT NULL,
12650  `deleted_date` bigint(64) DEFAULT NULL14392  `deleted_date` bigint(64) DEFAULT NULL
12651) ENGINE=InnoDB DEFAULT CHARSET=utf8;14393) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1265214394
12653--14395--
12654-- Dumping data for table `cbme_course_objectives`14396-- Dumping data for table `cbme_course_objectives`
12655--14397--
1265614398
12657INSERT INTO `cbme_course_objectives` (`cbme_course_objective_id`, `objective_id`, `course_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES14399INSERT INTO `cbme_course_objectives` (`cbme_course_objective_id`, `objective_id`, `course_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12658(1, 2469, 3, 1685381585, 1, 1685381585, 1, NULL),14400(1, 2469, 3, 1685381585, 1, 1685381585, 1, NULL),
12659(2, 2470, 3, 1685381585, 1, 1685381585, 1, NULL),14401(2, 2470, 3, 1685381585, 1, 1685381585, 1, NULL),
12660(3, 2471, 3, 1685381585, 1, 1685381585, 1, NULL),14402(3, 2471, 3, 1685381585, 1, 1685381585, 1, NULL),
12661(4, 2472, 3, 1685381585, 1, 1685381585, 1, NULL),14403(4, 2472, 3, 1685381585, 1, 1685381585, 1, NULL),
12662(5, 2473, 3, 1685381585, 1, 1685381585, 1, NULL),14404(5, 2473, 3, 1685381585, 1, 1685381585, 1, NULL),
12663(6, 2474, 3, 1685381585, 1, 1685381585, 1, NULL),14405(6, 2474, 3, 1685381585, 1, 1685381585, 1, NULL),
12664(7, 2475, 3, 1685381585, 1, 1685381585, 1, NULL),14406(7, 2475, 3, 1685381585, 1, 1685381585, 1, NULL),
12665(8, 2476, 3, 1685381585, 1, 1685381585, 1, NULL),14407(8, 2476, 3, 1685381585, 1, 1685381585, 1, NULL),
12666(9, 2477, 3, 1685381585, 1, 1685381585, 1, NULL),14408(9, 2477, 3, 1685381585, 1, 1685381585, 1, NULL),
12667(10, 2478, 3, 1685381585, 1, 1685381585, 1, NULL),14409(10, 2478, 3, 1685381585, 1, 1685381585, 1, NULL),
12668(11, 2479, 3, 1685381585, 1, 1685381585, 1, NULL),14410(11, 2479, 3, 1685381585, 1, 1685381585, 1, NULL),
12669(12, 2480, 3, 1685381585, 1, 1685381585, 1, NULL),14411(12, 2480, 3, 1685381585, 1, 1685381585, 1, NULL),
12670(13, 2481, 3, 1685381585, 1, 1685381585, 1, NULL),14412(13, 2481, 3, 1685381585, 1, 1685381585, 1, NULL),
12671(14, 2482, 3, 1685381585, 1, 1685381585, 1, NULL),14413(14, 2482, 3, 1685381585, 1, 1685381585, 1, NULL),
12672(15, 2483, 3, 1685381585, 1, 1685381585, 1, NULL),14414(15, 2483, 3, 1685381585, 1, 1685381585, 1, NULL),
12673(16, 2484, 3, 1685381585, 1, 1685381585, 1, NULL),14415(16, 2484, 3, 1685381585, 1, 1685381585, 1, NULL),
12674(17, 2485, 3, 1685381585, 1, 1685381585, 1, NULL),14416(17, 2485, 3, 1685381585, 1, 1685381585, 1, NULL),
12675(18, 2486, 3, 1685381585, 1, 1685381585, 1, NULL),14417(18, 2486, 3, 1685381585, 1, 1685381585, 1, NULL),
12676(19, 2487, 3, 1685381585, 1, 1685381585, 1, NULL),14418(19, 2487, 3, 1685381585, 1, 1685381585, 1, NULL),
12677(20, 2488, 3, 1685381585, 1, 1685381585, 1, NULL),14419(20, 2488, 3, 1685381585, 1, 1685381585, 1, NULL),
12678(21, 2489, 3, 1685381585, 1, 1685381585, 1, NULL),14420(21, 2489, 3, 1685381585, 1, 1685381585, 1, NULL),
12679(22, 2490, 3, 1685381585, 1, 1685381585, 1, NULL),14421(22, 2490, 3, 1685381585, 1, 1685381585, 1, NULL),
12680(23, 2491, 3, 1685381585, 1, 1685381585, 1, NULL),14422(23, 2491, 3, 1685381585, 1, 1685381585, 1, NULL),
12681(24, 2493, 3, 0, 0, NULL, NULL, NULL),14423(24, 2493, 3, 0, 0, NULL, NULL, NULL),
12682(25, 2857, 9, 1685381585, 1, 1685381585, 1, NULL),14424(25, 2857, 9, 1685381585, 1, 1685381585, 1, NULL),
12683(26, 2858, 9, 1685381585, 1, 1685381585, 1, NULL),14425(26, 2858, 9, 1685381585, 1, 1685381585, 1, NULL),
12684(27, 2859, 9, 1685381585, 1, 1685381585, 1, NULL),14426(27, 2859, 9, 1685381585, 1, 1685381585, 1, NULL),
12685(28, 2860, 9, 1685381585, 1, 1685381585, 1, NULL),14427(28, 2860, 9, 1685381585, 1, 1685381585, 1, NULL),
12686(29, 2860, 9, 1685381585, 1, 1685381585, 1, NULL),14428(29, 2860, 9, 1685381585, 1, 1685381585, 1, NULL),
12687(30, 2861, 9, 1685381585, 1, 1685381585, 1, NULL),14429(30, 2861, 9, 1685381585, 1, 1685381585, 1, NULL),
12688(31, 2862, 9, 1685381585, 1, 1685381585, 1, NULL),14430(31, 2862, 9, 1685381585, 1, 1685381585, 1, NULL),
12689(32, 2863, 9, 1685381585, 1, 1685381585, 1, NULL),14431(32, 2863, 9, 1685381585, 1, 1685381585, 1, NULL),
12690(33, 2864, 9, 1685381585, 1, 1685381585, 1, NULL),14432(33, 2864, 9, 1685381585, 1, 1685381585, 1, NULL),
12691(34, 2865, 9, 1685381585, 1, 1685381585, 1, NULL),14433(34, 2865, 9, 1685381585, 1, 1685381585, 1, NULL),
12692(35, 2866, 9, 1685381585, 1, 1685381585, 1, NULL),14434(35, 2866, 9, 1685381585, 1, 1685381585, 1, NULL),
12693(36, 2867, 9, 1685381585, 1, 1685381585, 1, NULL),14435(36, 2867, 9, 1685381585, 1, 1685381585, 1, NULL),
12694(37, 2868, 9, 1685381585, 1, 1685381585, 1, NULL),14436(37, 2868, 9, 1685381585, 1, 1685381585, 1, NULL),
12695(38, 2869, 9, 1685381585, 1, 1685381585, 1, NULL),14437(38, 2869, 9, 1685381585, 1, 1685381585, 1, NULL),
12696(39, 2644, 9, 1685381585, 1, 1685381585, 1, NULL),14438(39, 2644, 9, 1685381585, 1, 1685381585, 1, NULL),
12697(40, 2645, 9, 1685381585, 1, 1685381585, 1, NULL),14439(40, 2645, 9, 1685381585, 1, 1685381585, 1, NULL),
12698(41, 2646, 9, 1685381585, 1, 1685381585, 1, NULL),14440(41, 2646, 9, 1685381585, 1, 1685381585, 1, NULL),
12699(42, 2647, 9, 1685381585, 1, 1685381585, 1, NULL),14441(42, 2647, 9, 1685381585, 1, 1685381585, 1, NULL),
12700(43, 2648, 9, 1685381585, 1, 1685381585, 1, NULL),14442(43, 2648, 9, 1685381585, 1, 1685381585, 1, NULL),
12701(44, 2649, 9, 1685381585, 1, 1685381585, 1, NULL),14443(44, 2649, 9, 1685381585, 1, 1685381585, 1, NULL),
12702(45, 2650, 9, 1685381585, 1, 1685381585, 1, NULL),14444(45, 2650, 9, 1685381585, 1, 1685381585, 1, NULL),
12703(46, 2651, 9, 1685381585, 1, 1685381585, 1, NULL),14445(46, 2651, 9, 1685381585, 1, 1685381585, 1, NULL),
12704(47, 2652, 9, 1685381585, 1, 1685381585, 1, NULL),14446(47, 2652, 9, 1685381585, 1, 1685381585, 1, NULL),
12705(48, 2653, 9, 1685381585, 1, 1685381585, 1, NULL),14447(48, 2653, 9, 1685381585, 1, 1685381585, 1, NULL),
12706(49, 2654, 9, 1685381585, 1, 1685381585, 1, NULL),14448(49, 2654, 9, 1685381585, 1, 1685381585, 1, NULL),
12707(50, 2655, 9, 1685381585, 1, 1685381585, 1, NULL),14449(50, 2655, 9, 1685381585, 1, 1685381585, 1, NULL),
12708(51, 2656, 9, 1685381585, 1, 1685381585, 1, NULL),14450(51, 2656, 9, 1685381585, 1, 1685381585, 1, NULL),
12709(52, 2657, 9, 1685381585, 1, 1685381585, 1, NULL),14451(52, 2657, 9, 1685381585, 1, 1685381585, 1, NULL),
12710(53, 2658, 9, 1685381585, 1, 1685381585, 1, NULL),14452(53, 2658, 9, 1685381585, 1, 1685381585, 1, NULL),
12711(54, 2659, 9, 1685381585, 1, 1685381585, 1, NULL),14453(54, 2659, 9, 1685381585, 1, 1685381585, 1, NULL),
12712(55, 2660, 9, 1685381585, 1, 1685381585, 1, NULL),14454(55, 2660, 9, 1685381585, 1, 1685381585, 1, NULL),
12713(56, 2661, 9, 1685381585, 1, 1685381585, 1, NULL),14455(56, 2661, 9, 1685381585, 1, 1685381585, 1, NULL),
12714(57, 2662, 9, 1685381585, 1, 1685381585, 1, NULL),14456(57, 2662, 9, 1685381585, 1, 1685381585, 1, NULL),
12715(58, 2663, 9, 1685381585, 1, 1685381585, 1, NULL),14457(58, 2663, 9, 1685381585, 1, 1685381585, 1, NULL),
12716(59, 2664, 9, 1685381585, 1, 1685381585, 1, NULL),14458(59, 2664, 9, 1685381585, 1, 1685381585, 1, NULL),
12717(60, 2665, 9, 1685381585, 1, 1685381585, 1, NULL),14459(60, 2665, 9, 1685381585, 1, 1685381585, 1, NULL),
12718(61, 2666, 9, 1685381585, 1, 1685381585, 1, NULL),14460(61, 2666, 9, 1685381585, 1, 1685381585, 1, NULL),
12719(62, 2667, 9, 1685381585, 1, 1685381585, 1, NULL),14461(62, 2667, 9, 1685381585, 1, 1685381585, 1, NULL),
12720(63, 2668, 9, 1685381585, 1, 1685381585, 1, NULL),14462(63, 2668, 9, 1685381585, 1, 1685381585, 1, NULL),
12721(64, 2669, 9, 1685381585, 1, 1685381585, 1, NULL),14463(64, 2669, 9, 1685381585, 1, 1685381585, 1, NULL),
12722(65, 2670, 9, 1685381585, 1, 1685381585, 1, NULL),14464(65, 2670, 9, 1685381585, 1, 1685381585, 1, NULL),
12723(66, 2671, 9, 1685381585, 1, 1685381585, 1, NULL),14465(66, 2671, 9, 1685381585, 1, 1685381585, 1, NULL),
12724(67, 2672, 9, 1685381585, 1, 1685381585, 1, NULL),14466(67, 2672, 9, 1685381585, 1, 1685381585, 1, NULL),
12725(68, 2673, 9, 1685381585, 1, 1685381585, 1, NULL),14467(68, 2673, 9, 1685381585, 1, 1685381585, 1, NULL),
12726(69, 2674, 9, 1685381585, 1, 1685381585, 1, NULL),14468(69, 2674, 9, 1685381585, 1, 1685381585, 1, NULL),
12727(70, 2675, 9, 1685381585, 1, 1685381585, 1, NULL),14469(70, 2675, 9, 1685381585, 1, 1685381585, 1, NULL),
12728(71, 2676, 9, 1685381585, 1, 1685381585, 1, NULL),14470(71, 2676, 9, 1685381585, 1, 1685381585, 1, NULL),
12729(72, 2677, 9, 1685381585, 1, 1685381585, 1, NULL),14471(72, 2677, 9, 1685381585, 1, 1685381585, 1, NULL),
12730(73, 2678, 9, 1685381585, 1, 1685381585, 1, NULL),14472(73, 2678, 9, 1685381585, 1, 1685381585, 1, NULL),
12731(74, 2679, 9, 1685381585, 1, 1685381585, 1, NULL),14473(74, 2679, 9, 1685381585, 1, 1685381585, 1, NULL),
12732(75, 2870, 9, 1685381585, 1, NULL, NULL, NULL),14474(75, 2870, 9, 1685381585, 1, NULL, NULL, NULL),
12733(76, 2675, 13, 1685381585, 1, 1685381585, 1, NULL),14475(76, 2675, 13, 1685381585, 1, 1685381585, 1, NULL),
12734(77, 2676, 13, 1685381585, 1, 1685381585, 1, NULL),14476(77, 2676, 13, 1685381585, 1, 1685381585, 1, NULL),
12735(78, 2677, 13, 1685381585, 1, 1685381585, 1, NULL),14477(78, 2677, 13, 1685381585, 1, 1685381585, 1, NULL),
12736(79, 2678, 13, 1685381585, 1, 1685381585, 1, NULL),14478(79, 2678, 13, 1685381585, 1, 1685381585, 1, NULL),
12737(80, 2679, 13, 1685381585, 1, 1685381585, 1, NULL),14479(80, 2679, 13, 1685381585, 1, 1685381585, 1, NULL),
12738(81, 2680, 13, 1685381585, 1, 1685381585, 1, NULL),14480(81, 2680, 13, 1685381585, 1, 1685381585, 1, NULL),
12739(82, 2681, 13, 1685381585, 1, 1685381585, 1, NULL),14481(82, 2681, 13, 1685381585, 1, 1685381585, 1, NULL),
12740(83, 2682, 13, 1685381585, 1, 1685381585, 1, NULL),14482(83, 2682, 13, 1685381585, 1, 1685381585, 1, NULL),
12741(84, 2683, 13, 1685381585, 1, 1685381585, 1, NULL),14483(84, 2683, 13, 1685381585, 1, 1685381585, 1, NULL),
12742(85, 2684, 13, 1685381585, 1, 1685381585, 1, NULL),14484(85, 2684, 13, 1685381585, 1, 1685381585, 1, NULL),
12743(86, 2685, 13, 1685381585, 1, 1685381585, 1, NULL),14485(86, 2685, 13, 1685381585, 1, 1685381585, 1, NULL),
12744(87, 2686, 13, 1685381585, 1, 1685381585, 1, NULL),14486(87, 2686, 13, 1685381585, 1, 1685381585, 1, NULL),
12745(88, 2675, 13, 1685381585, 1, 1685381585, 1, NULL),14487(88, 2675, 13, 1685381585, 1, 1685381585, 1, NULL),
12746(89, 2676, 13, 1685381585, 1, 1685381585, 1, NULL),14488(89, 2676, 13, 1685381585, 1, 1685381585, 1, NULL),
12747(90, 2677, 13, 1685381585, 1, 1685381585, 1, NULL),14489(90, 2677, 13, 1685381585, 1, 1685381585, 1, NULL),
12748(91, 2678, 13, 1685381585, 1, 1685381585, 1, NULL),14490(91, 2678, 13, 1685381585, 1, 1685381585, 1, NULL),
12749(92, 2679, 13, 1685381585, 1, 1685381585, 1, NULL),14491(92, 2679, 13, 1685381585, 1, 1685381585, 1, NULL),
12750(93, 2680, 13, 1685381585, 1, 1685381585, 1, NULL),14492(93, 2680, 13, 1685381585, 1, 1685381585, 1, NULL),
12751(94, 2681, 13, 1685381585, 1, 1685381585, 1, NULL),14493(94, 2681, 13, 1685381585, 1, 1685381585, 1, NULL),
12752(95, 2682, 13, 1685381585, 1, 1685381585, 1, NULL),14494(95, 2682, 13, 1685381585, 1, 1685381585, 1, NULL),
12753(96, 2683, 13, 1685381585, 1, 1685381585, 1, NULL),14495(96, 2683, 13, 1685381585, 1, 1685381585, 1, NULL),
12754(97, 2684, 13, 1685381585, 1, 1685381585, 1, NULL),14496(97, 2684, 13, 1685381585, 1, 1685381585, 1, NULL),
12755(98, 2685, 13, 1685381585, 1, 1685381585, 1, NULL),14497(98, 2685, 13, 1685381585, 1, 1685381585, 1, NULL),
12756(99, 2686, 13, 1685381585, 1, 1685381585, 1, NULL),14498(99, 2686, 13, 1685381585, 1, 1685381585, 1, NULL),
n12757(100, 2687, 13, 1685381585, 1, NULL, NULL, NULL);n14499(100, 2687, 13, 1685381585, 1, NULL, NULL, NULL),
14500(101, 2691, 16, 1685388431, 1, 1685388431, 1, NULL),
14501(102, 2692, 16, 1685388431, 1, 1685388431, 1, NULL),
14502(103, 2693, 16, 1685388431, 1, 1685388431, 1, NULL),
14503(104, 2694, 16, 1685388431, 1, 1685388431, 1, NULL),
14504(105, 2695, 16, 1685388431, 1, 1685388431, 1, NULL),
14505(106, 2696, 16, 1685388431, 1, 1685388431, 1, NULL),
14506(107, 2697, 16, 1685388431, 1, 1685388431, 1, NULL),
14507(108, 2698, 16, 1685388431, 1, 1685388431, 1, NULL),
14508(109, 2699, 16, 1685388431, 1, 1685388431, 1, NULL),
14509(110, 2700, 16, 1685388431, 1, 1685388431, 1, NULL),
14510(111, 2701, 16, 1685388431, 1, 1685388431, 1, NULL),
14511(112, 2702, 16, 1685388431, 1, 1685388431, 1, NULL),
14512(113, 2703, 16, 1685388431, 1, 1685388431, 1, NULL),
14513(114, 2704, 16, 1685388431, 1, 1685388431, 1, NULL),
14514(115, 2705, 16, 1685388431, 1, 1685388431, 1, NULL),
14515(116, 2706, 16, 1685388431, 1, 1685388431, 1, NULL),
14516(117, 2707, 16, 1685388431, 1, 1685388431, 1, NULL),
14517(118, 2708, 16, 1685388431, 1, 1685388431, 1, NULL),
14518(119, 2709, 16, 1685388431, 1, 1685388431, 1, NULL),
14519(120, 2710, 16, 1685388431, 1, 1685388431, 1, NULL),
14520(121, 2711, 16, 1685388431, 1, 1685388431, 1, NULL),
14521(122, 2712, 16, 1685388431, 1, 1685388431, 1, NULL),
14522(123, 2713, 16, 1685388431, 1, 1685388431, 1, NULL),
14523(124, 2714, 16, 1685388431, 1, 1685388431, 1, NULL),
14524(125, 2715, 16, 1685388431, 1, 1685388431, 1, NULL),
14525(126, 2716, 16, 1685388431, 1, 1685388431, 1, NULL),
14526(127, 2717, 16, 1685388431, 1, 1685388431, 1, NULL),
14527(128, 2718, 16, 1685388431, 1, 1685388431, 1, NULL),
14528(129, 2719, 16, 1685388431, 1, 1685388431, 1, NULL),
14529(130, 2720, 16, 1685388431, 1, 1685388431, 1, NULL),
14530(131, 2721, 16, 1685388431, 1, 1685388431, 1, NULL),
14531(132, 2722, 16, 1685388431, 1, 1685388431, 1, NULL),
14532(133, 2723, 16, 1685388431, 1, 1685388431, 1, NULL),
14533(134, 2724, 16, 1685388431, 1, 1685388431, 1, NULL),
14534(135, 2725, 16, 1685388431, 1, 1685388431, 1, NULL),
14535(136, 2726, 16, 1685388431, 1, 1685388431, 1, NULL),
14536(137, 2727, 16, 1685388431, 1, 1685388431, 1, NULL),
14537(138, 2728, 16, 1685388431, 1, 1685388431, 1, NULL),
14538(139, 2729, 16, 1685388431, 1, 1685388431, 1, NULL),
14539(140, 2730, 16, 1685388431, 1, 1685388431, 1, NULL),
14540(141, 2731, 16, 1685388431, 1, 1685388431, 1, NULL),
14541(142, 2732, 16, 1685388431, 1, 1685388431, 1, NULL),
14542(143, 2733, 16, 1685388431, 1, 1685388431, 1, NULL),
14543(144, 2734, 16, 1685388431, 1, 1685388431, 1, NULL),
14544(145, 2735, 16, 1685388431, 1, 1685388431, 1, NULL),
14545(146, 2736, 16, 1685388431, 1, 1685388431, 1, NULL),
14546(147, 2737, 16, 1685388431, 1, 1685388431, 1, NULL),
14547(148, 2738, 16, 1685388431, 1, 1685388431, 1, NULL),
14548(149, 2739, 16, 1685388431, 1, 1685388431, 1, NULL),
14549(150, 2740, 16, 1685388431, 1, 1685388431, 1, NULL),
14550(151, 2741, 16, 1685388431, 1, 1685388431, 1, NULL),
14551(152, 2742, 16, 1685388431, 1, 1685388431, 1, NULL),
14552(153, 2743, 16, 1685388431, 1, 1685388431, 1, NULL),
14553(154, 2744, 16, 1685388431, 1, 1685388431, 1, NULL),
14554(155, 2745, 16, 1685388431, 1, 1685388431, 1, NULL),
14555(156, 2746, 16, 1685388431, 1, 1685388431, 1, NULL),
14556(157, 2747, 16, 1685388431, 1, 1685388431, 1, NULL),
14557(158, 2748, 16, 1685388431, 1, 1685388431, 1, NULL),
14558(159, 2749, 16, 1685388431, 1, 1685388431, 1, NULL),
14559(160, 2750, 16, 1685388431, 1, 1685388431, 1, NULL),
14560(161, 2751, 16, 1685388431, 1, 1685388431, 1, NULL),
14561(162, 2752, 16, 1685388431, 1, 1685388431, 1, NULL),
14562(163, 2753, 16, 1685388431, 1, 1685388431, 1, NULL),
14563(164, 2754, 16, 1685388431, 1, 1685388431, 1, NULL),
14564(165, 2755, 16, 1685388431, 1, 1685388431, 1, NULL),
14565(166, 2756, 16, 1685388431, 1, 1685388431, 1, NULL),
14566(167, 2757, 16, 1685388431, 1, 1685388431, 1, NULL),
14567(168, 2758, 16, 1685388431, 1, 1685388431, 1, NULL),
14568(169, 2759, 16, 1685388431, 1, 1685388431, 1, NULL),
14569(170, 2760, 16, 1685388432, 1, 1685388432, 1, NULL),
14570(171, 2761, 16, 1685388432, 1, 1685388432, 1, NULL),
14571(172, 2762, 16, 1685388432, 1, 1685388432, 1, NULL),
14572(173, 2763, 16, 1685388432, 1, 1685388432, 1, NULL),
14573(174, 2764, 16, 1685388432, 1, 1685388432, 1, NULL),
14574(175, 2765, 16, 1685388432, 1, 1685388432, 1, NULL),
14575(176, 2766, 16, 1685388432, 1, 1685388432, 1, NULL),
14576(177, 2767, 16, 1685388432, 1, 1685388432, 1, NULL),
14577(178, 2768, 16, 1685388432, 1, 1685388432, 1, NULL),
14578(179, 2769, 16, 1685388432, 1, 1685388432, 1, NULL),
14579(180, 2770, 16, 1685388432, 1, 1685388432, 1, NULL),
14580(181, 2771, 16, 1685388432, 1, 1685388432, 1, NULL),
14581(182, 2772, 16, 1685388432, 1, 1685388432, 1, NULL),
14582(183, 2773, 16, 1685388998, 1, NULL, NULL, NULL),
14583(184, 2774, 16, 1685389007, 1, NULL, NULL, NULL),
14584(185, 2775, 16, 1685389017, 1, NULL, NULL, NULL),
14585(186, 2776, 16, 1685389024, 1, NULL, NULL, NULL);
1275814586
12759-- --------------------------------------------------------14587-- --------------------------------------------------------
1276014588
12761--14589--
12762-- Table structure for table `cbme_learner_epa_progress`14590-- Table structure for table `cbme_learner_epa_progress`
12763--14591--
1276414592
12765CREATE TABLE `cbme_learner_epa_progress` (14593CREATE TABLE `cbme_learner_epa_progress` (
12766  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,14594  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,
12767  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,14595  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,
12768  `objective_id` int(11) NOT NULL,14596  `objective_id` int(11) NOT NULL,
12769  `cbme_objective_tree_version_id` int(11) NOT NULL,14597  `cbme_objective_tree_version_id` int(11) NOT NULL,
12770  `created_date` int(11) NOT NULL14598  `created_date` int(11) NOT NULL
12771) ENGINE=InnoDB DEFAULT CHARSET=latin1;14599) ENGINE=InnoDB DEFAULT CHARSET=latin1;
nn14600 
14601--
14602-- Dumping data for table `cbme_learner_epa_progress`
14603--
14604 
14605INSERT INTO `cbme_learner_epa_progress` (`learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES
14606(1491, 936, 2695, 3, 1685644315),
14607(1492, 936, 2696, 3, 1685644315),
14608(1493, 936, 2697, 3, 1685644315),
14609(1494, 937, 2698, 3, 1685644315),
14610(1495, 937, 2699, 3, 1685644315),
14611(1496, 938, 2700, 3, 1685644315),
14612(1497, 938, 2701, 3, 1685644315),
14613(1498, 939, 2702, 3, 1685644315),
14614(1499, 939, 2703, 3, 1685644315),
14615(1500, 939, 2704, 3, 1685644315),
14616(1501, 940, 2695, 3, 1685644315),
14617(1502, 940, 2696, 3, 1685644315),
14618(1503, 940, 2697, 3, 1685644315),
14619(1504, 941, 2698, 3, 1685644315),
14620(1505, 941, 2699, 3, 1685644315),
14621(1506, 942, 2700, 3, 1685644315),
14622(1507, 942, 2701, 3, 1685644315),
14623(1508, 943, 2702, 3, 1685644315),
14624(1509, 943, 2703, 3, 1685644315),
14625(1510, 943, 2704, 3, 1685644315),
14626(1511, 944, 2695, 3, 1685644315),
14627(1512, 944, 2696, 3, 1685644315),
14628(1513, 944, 2697, 3, 1685644315),
14629(1514, 945, 2698, 3, 1685644315),
14630(1515, 945, 2699, 3, 1685644315),
14631(1516, 946, 2700, 3, 1685644315),
14632(1517, 946, 2701, 3, 1685644315),
14633(1518, 947, 2702, 3, 1685644315),
14634(1519, 947, 2703, 3, 1685644315),
14635(1520, 947, 2704, 3, 1685644315),
14636(1521, 948, 2695, 3, 1685644316),
14637(1522, 948, 2696, 3, 1685644316),
14638(1523, 948, 2697, 3, 1685644316),
14639(1524, 949, 2698, 3, 1685644316),
14640(1525, 949, 2699, 3, 1685644316),
14641(1526, 950, 2700, 3, 1685644316),
14642(1527, 950, 2701, 3, 1685644316),
14643(1528, 951, 2702, 3, 1685644316),
14644(1529, 951, 2703, 3, 1685644316),
14645(1530, 951, 2704, 3, 1685644316),
14646(1531, 952, 2695, 3, 1685644316),
14647(1532, 952, 2696, 3, 1685644316),
14648(1533, 952, 2697, 3, 1685644316),
14649(1534, 953, 2698, 3, 1685644316),
14650(1535, 953, 2699, 3, 1685644316),
14651(1536, 954, 2700, 3, 1685644316),
14652(1537, 954, 2701, 3, 1685644316),
14653(1538, 955, 2702, 3, 1685644316),
14654(1539, 955, 2703, 3, 1685644316),
14655(1540, 955, 2704, 3, 1685644316);
1277214656
12773-- --------------------------------------------------------14657-- --------------------------------------------------------
1277414658
12775--14659--
12776-- Table structure for table `cbme_learner_epa_progress_history`14660-- Table structure for table `cbme_learner_epa_progress_history`
12777--14661--
1277814662
12779CREATE TABLE `cbme_learner_epa_progress_history` (14663CREATE TABLE `cbme_learner_epa_progress_history` (
12780  `lep_history_id` int(11) UNSIGNED NOT NULL,14664  `lep_history_id` int(11) UNSIGNED NOT NULL,
12781  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,14665  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,
12782  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,14666  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,
12783  `objective_id` int(11) NOT NULL,14667  `objective_id` int(11) NOT NULL,
12784  `cbme_objective_tree_version_id` int(11) NOT NULL,14668  `cbme_objective_tree_version_id` int(11) NOT NULL,
12785  `created_date` int(11) NOT NULL14669  `created_date` int(11) NOT NULL
12786) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;14670) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn14671 
14672--
14673-- Dumping data for table `cbme_learner_epa_progress_history`
14674--
14675 
14676INSERT INTO `cbme_learner_epa_progress_history` (`lep_history_id`, `learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES
14677(1, 1, 1, 2691, 3, 1685469390),
14678(2, 2, 1, 2695, 3, 1685469390),
14679(3, 3, 1, 2696, 3, 1685469390),
14680(4, 4, 1, 2697, 3, 1685469390),
14681(5, 5, 2, 2692, 3, 1685469390),
14682(6, 6, 2, 2698, 3, 1685469390),
14683(7, 7, 2, 2699, 3, 1685469390),
14684(8, 8, 3, 2693, 3, 1685469390),
14685(9, 9, 3, 2700, 3, 1685469390),
14686(10, 10, 3, 2701, 3, 1685469390),
14687(11, 11, 4, 2694, 3, 1685469390),
14688(12, 12, 4, 2702, 3, 1685469390),
14689(13, 13, 4, 2703, 3, 1685469390),
14690(14, 14, 4, 2704, 3, 1685469390),
14691(15, 15, 5, 2691, 3, 1685469390),
14692(16, 16, 5, 2695, 3, 1685469390),
14693(17, 17, 5, 2696, 3, 1685469390),
14694(18, 18, 5, 2697, 3, 1685469390),
14695(19, 19, 6, 2692, 3, 1685469390),
14696(20, 20, 6, 2698, 3, 1685469390),
14697(21, 21, 6, 2699, 3, 1685469390),
14698(22, 22, 7, 2693, 3, 1685469390),
14699(23, 23, 7, 2700, 3, 1685469390),
14700(24, 24, 7, 2701, 3, 1685469390),
14701(25, 25, 8, 2694, 3, 1685469390),
14702(26, 26, 8, 2702, 3, 1685469390),
14703(27, 27, 8, 2703, 3, 1685469390),
14704(28, 28, 8, 2704, 3, 1685469390),
14705(29, 29, 9, 2691, 3, 1685469390),
14706(30, 30, 9, 2695, 3, 1685469390),
14707(31, 31, 9, 2696, 3, 1685469390),
14708(32, 32, 9, 2697, 3, 1685469390),
14709(33, 33, 10, 2692, 3, 1685469390),
14710(34, 34, 10, 2698, 3, 1685469390),
14711(35, 35, 10, 2699, 3, 1685469390),
14712(36, 36, 11, 2693, 3, 1685469390),
14713(37, 37, 11, 2700, 3, 1685469390),
14714(38, 38, 11, 2701, 3, 1685469390),
14715(39, 39, 12, 2694, 3, 1685469390),
14716(40, 40, 12, 2702, 3, 1685469390),
14717(41, 41, 12, 2703, 3, 1685469390),
14718(42, 42, 12, 2704, 3, 1685469390),
14719(43, 43, 13, 2691, 3, 1685469390),
14720(44, 44, 13, 2695, 3, 1685469390),
14721(45, 45, 13, 2696, 3, 1685469390),
14722(46, 46, 13, 2697, 3, 1685469390),
14723(47, 47, 14, 2692, 3, 1685469390),
14724(48, 48, 14, 2698, 3, 1685469390),
14725(49, 49, 14, 2699, 3, 1685469390),
14726(50, 50, 15, 2693, 3, 1685469390),
14727(51, 51, 15, 2700, 3, 1685469390),
14728(52, 52, 15, 2701, 3, 1685469390),
14729(53, 53, 16, 2694, 3, 1685469390),
14730(54, 54, 16, 2702, 3, 1685469390),
14731(55, 55, 16, 2703, 3, 1685469390),
14732(56, 56, 16, 2704, 3, 1685469390),
14733(57, 57, 17, 2691, 3, 1685469390),
14734(58, 58, 17, 2695, 3, 1685469390),
14735(59, 59, 17, 2696, 3, 1685469390),
14736(60, 60, 17, 2697, 3, 1685469390),
14737(61, 61, 18, 2692, 3, 1685469390),
14738(62, 62, 18, 2698, 3, 1685469390),
14739(63, 63, 18, 2699, 3, 1685469390),
14740(64, 64, 19, 2693, 3, 1685469390),
14741(65, 65, 19, 2700, 3, 1685469390),
14742(66, 66, 19, 2701, 3, 1685469390),
14743(67, 67, 20, 2694, 3, 1685469390),
14744(68, 68, 20, 2702, 3, 1685469390),
14745(69, 69, 20, 2703, 3, 1685469390),
14746(70, 70, 20, 2704, 3, 1685469390),
14747(128, 71, 21, 2691, 3, 1685469717),
14748(129, 72, 21, 2695, 3, 1685469717),
14749(130, 73, 21, 2696, 3, 1685469717),
14750(131, 74, 21, 2697, 3, 1685469717),
14751(132, 75, 22, 2692, 3, 1685469717),
14752(133, 76, 22, 2698, 3, 1685469717),
14753(134, 77, 22, 2699, 3, 1685469717),
14754(135, 78, 23, 2693, 3, 1685469717),
14755(136, 79, 23, 2700, 3, 1685469717),
14756(137, 80, 23, 2701, 3, 1685469717),
14757(138, 81, 24, 2694, 3, 1685469717),
14758(139, 82, 24, 2702, 3, 1685469717),
14759(140, 83, 24, 2703, 3, 1685469717),
14760(141, 84, 24, 2704, 3, 1685469717),
14761(142, 85, 25, 2691, 3, 1685469717),
14762(143, 86, 25, 2695, 3, 1685469717),
14763(144, 87, 25, 2696, 3, 1685469717),
14764(145, 88, 25, 2697, 3, 1685469717),
14765(146, 89, 26, 2692, 3, 1685469717),
14766(147, 90, 26, 2698, 3, 1685469717),
14767(148, 91, 26, 2699, 3, 1685469717),
14768(149, 92, 27, 2693, 3, 1685469717),
14769(150, 93, 27, 2700, 3, 1685469717),
14770(151, 94, 27, 2701, 3, 1685469717),
14771(152, 95, 28, 2694, 3, 1685469717),
14772(153, 96, 28, 2702, 3, 1685469717),
14773(154, 97, 28, 2703, 3, 1685469717),
14774(155, 98, 28, 2704, 3, 1685469717),
14775(156, 99, 29, 2691, 3, 1685469717),
14776(157, 100, 29, 2695, 3, 1685469717),
14777(158, 101, 29, 2696, 3, 1685469717),
14778(159, 102, 29, 2697, 3, 1685469717),
14779(160, 103, 30, 2692, 3, 1685469717),
14780(161, 104, 30, 2698, 3, 1685469717),
14781(162, 105, 30, 2699, 3, 1685469717),
14782(163, 106, 31, 2693, 3, 1685469717),
14783(164, 107, 31, 2700, 3, 1685469717),
14784(165, 108, 31, 2701, 3, 1685469717),
14785(166, 109, 32, 2694, 3, 1685469717),
14786(167, 110, 32, 2702, 3, 1685469717),
14787(168, 111, 32, 2703, 3, 1685469717),
14788(169, 112, 32, 2704, 3, 1685469717),
14789(170, 113, 33, 2691, 3, 1685469717),
14790(171, 114, 33, 2695, 3, 1685469717),
14791(172, 115, 33, 2696, 3, 1685469717),
14792(173, 116, 33, 2697, 3, 1685469717),
14793(174, 117, 34, 2692, 3, 1685469717),
14794(175, 118, 34, 2698, 3, 1685469717),
14795(176, 119, 34, 2699, 3, 1685469717),
14796(177, 120, 35, 2693, 3, 1685469717),
14797(178, 121, 35, 2700, 3, 1685469717),
14798(179, 122, 35, 2701, 3, 1685469717),
14799(180, 123, 36, 2694, 3, 1685469717),
14800(181, 124, 36, 2702, 3, 1685469717),
14801(182, 125, 36, 2703, 3, 1685469717),
14802(183, 126, 36, 2704, 3, 1685469717),
14803(184, 127, 37, 2691, 3, 1685469717),
14804(185, 128, 37, 2695, 3, 1685469717),
14805(186, 129, 37, 2696, 3, 1685469717),
14806(187, 130, 37, 2697, 3, 1685469717),
14807(188, 131, 38, 2692, 3, 1685469717),
14808(189, 132, 38, 2698, 3, 1685469717),
14809(190, 133, 38, 2699, 3, 1685469717),
14810(191, 134, 39, 2693, 3, 1685469717),
14811(192, 135, 39, 2700, 3, 1685469717),
14812(193, 136, 39, 2701, 3, 1685469717),
14813(194, 137, 40, 2694, 3, 1685469717),
14814(195, 138, 40, 2702, 3, 1685469717),
14815(196, 139, 40, 2703, 3, 1685469717),
14816(197, 140, 40, 2704, 3, 1685469717),
14817(255, 141, 41, 2695, 3, 1685469760),
14818(256, 142, 41, 2696, 3, 1685469760),
14819(257, 143, 41, 2697, 3, 1685469760),
14820(258, 144, 42, 2698, 3, 1685469760),
14821(259, 145, 42, 2699, 3, 1685469760),
14822(260, 146, 43, 2700, 3, 1685469760),
14823(261, 147, 43, 2701, 3, 1685469760),
14824(262, 148, 44, 2702, 3, 1685469760),
14825(263, 149, 44, 2703, 3, 1685469760),
14826(264, 150, 44, 2704, 3, 1685469760),
14827(265, 151, 45, 2695, 3, 1685469760),
14828(266, 152, 45, 2696, 3, 1685469760),
14829(267, 153, 45, 2697, 3, 1685469760),
14830(268, 154, 46, 2698, 3, 1685469760),
14831(269, 155, 46, 2699, 3, 1685469760),
14832(270, 156, 47, 2700, 3, 1685469760),
14833(271, 157, 47, 2701, 3, 1685469760),
14834(272, 158, 48, 2702, 3, 1685469760),
14835(273, 159, 48, 2703, 3, 1685469760),
14836(274, 160, 48, 2704, 3, 1685469760),
14837(275, 161, 49, 2695, 3, 1685469760),
14838(276, 162, 49, 2696, 3, 1685469760),
14839(277, 163, 49, 2697, 3, 1685469760),
14840(278, 164, 50, 2698, 3, 1685469760),
14841(279, 165, 50, 2699, 3, 1685469760),
14842(280, 166, 51, 2700, 3, 1685469760),
14843(281, 167, 51, 2701, 3, 1685469760),
14844(282, 168, 52, 2702, 3, 1685469760),
14845(283, 169, 52, 2703, 3, 1685469760),
14846(284, 170, 52, 2704, 3, 1685469760),
14847(285, 171, 53, 2695, 3, 1685469760),
14848(286, 172, 53, 2696, 3, 1685469760),
14849(287, 173, 53, 2697, 3, 1685469760),
14850(288, 174, 54, 2698, 3, 1685469760),
14851(289, 175, 54, 2699, 3, 1685469760),
14852(290, 176, 55, 2700, 3, 1685469760),
14853(291, 177, 55, 2701, 3, 1685469760),
14854(292, 178, 56, 2702, 3, 1685469760),
14855(293, 179, 56, 2703, 3, 1685469760),
14856(294, 180, 56, 2704, 3, 1685469760),
14857(295, 181, 57, 2695, 3, 1685469760),
14858(296, 182, 57, 2696, 3, 1685469760),
14859(297, 183, 57, 2697, 3, 1685469760),
14860(298, 184, 58, 2698, 3, 1685469760),
14861(299, 185, 58, 2699, 3, 1685469760),
14862(300, 186, 59, 2700, 3, 1685469760),
14863(301, 187, 59, 2701, 3, 1685469760),
14864(302, 188, 60, 2702, 3, 1685469760),
14865(303, 189, 60, 2703, 3, 1685469760),
14866(304, 190, 60, 2704, 3, 1685469760),
14867(318, 0, 0, 0, 0, 1685469827),
14868(319, 191, 61, 2695, 3, 1685469827),
14869(320, 192, 61, 2698, 3, 1685469827),
14870(321, 193, 61, 2699, 3, 1685469827),
14871(322, 194, 61, 2700, 3, 1685469827),
14872(323, 195, 61, 2701, 3, 1685469827),
14873(324, 196, 61, 2696, 3, 1685469827),
14874(325, 197, 61, 2697, 3, 1685469827),
14875(326, 198, 61, 2702, 3, 1685469827),
14876(327, 199, 61, 2703, 3, 1685469827),
14877(328, 200, 61, 2704, 3, 1685469827),
14878(329, 201, 62, 2695, 3, 1685469827),
14879(330, 202, 62, 2696, 3, 1685469827),
14880(331, 203, 62, 2697, 3, 1685469827),
14881(332, 204, 63, 2695, 3, 1685469827),
14882(333, 205, 66, 2698, 3, 1685469827),
14883(334, 206, 66, 2699, 3, 1685469827),
14884(335, 207, 67, 2698, 3, 1685469827),
14885(336, 208, 69, 2699, 3, 1685469827),
14886(337, 209, 70, 2700, 3, 1685469827),
14887(338, 210, 70, 2701, 3, 1685469827),
14888(339, 211, 72, 2700, 3, 1685469827),
14889(340, 212, 73, 2702, 3, 1685469827),
14890(341, 213, 73, 2703, 3, 1685469827),
14891(342, 214, 73, 2704, 3, 1685469827),
14892(343, 215, 75, 2701, 3, 1685469827),
14893(344, 216, 77, 2696, 3, 1685469827),
14894(345, 217, 79, 2697, 3, 1685469827),
14895(346, 218, 81, 2702, 3, 1685469827),
14896(347, 219, 83, 2703, 3, 1685469827),
14897(348, 220, 85, 2704, 3, 1685469827),
14898(349, 221, 144, 2695, 3, 1685469827),
14899(350, 222, 144, 2698, 3, 1685469827),
14900(351, 223, 144, 2699, 3, 1685469827),
14901(352, 224, 144, 2700, 3, 1685469827),
14902(353, 225, 144, 2701, 3, 1685469827),
14903(354, 226, 144, 2696, 3, 1685469827),
14904(355, 227, 144, 2697, 3, 1685469827),
14905(356, 228, 144, 2702, 3, 1685469827),
14906(357, 229, 144, 2703, 3, 1685469827),
14907(358, 230, 144, 2704, 3, 1685469827),
14908(359, 231, 145, 2695, 3, 1685469827),
14909(360, 232, 145, 2696, 3, 1685469827),
14910(361, 233, 145, 2697, 3, 1685469827),
14911(362, 234, 146, 2695, 3, 1685469827),
14912(363, 235, 149, 2698, 3, 1685469827),
14913(364, 236, 149, 2699, 3, 1685469827),
14914(365, 237, 150, 2698, 3, 1685469827),
14915(366, 238, 152, 2699, 3, 1685469827),
14916(367, 239, 153, 2700, 3, 1685469827),
14917(368, 240, 153, 2701, 3, 1685469827),
14918(369, 241, 155, 2700, 3, 1685469827),
14919(370, 242, 156, 2702, 3, 1685469827),
14920(371, 243, 156, 2703, 3, 1685469827),
14921(372, 244, 156, 2704, 3, 1685469827),
14922(373, 245, 158, 2701, 3, 1685469827),
14923(374, 246, 160, 2696, 3, 1685469827),
14924(375, 247, 162, 2697, 3, 1685469827),
14925(376, 248, 164, 2702, 3, 1685469827),
14926(377, 249, 166, 2703, 3, 1685469827),
14927(378, 250, 168, 2704, 3, 1685469827),
14928(379, 251, 227, 2695, 3, 1685469827),
14929(380, 252, 227, 2698, 3, 1685469827),
14930(381, 253, 227, 2699, 3, 1685469827),
14931(382, 254, 227, 2700, 3, 1685469827),
14932(383, 255, 227, 2701, 3, 1685469827),
14933(384, 256, 227, 2696, 3, 1685469827),
14934(385, 257, 227, 2697, 3, 1685469827),
14935(386, 258, 227, 2702, 3, 1685469827),
14936(387, 259, 227, 2703, 3, 1685469827),
14937(388, 260, 227, 2704, 3, 1685469827),
14938(389, 261, 228, 2695, 3, 1685469827),
14939(390, 262, 228, 2696, 3, 1685469827),
14940(391, 263, 228, 2697, 3, 1685469827),
14941(392, 264, 229, 2695, 3, 1685469827),
14942(393, 265, 232, 2698, 3, 1685469827),
14943(394, 266, 232, 2699, 3, 1685469827),
14944(395, 267, 233, 2698, 3, 1685469827),
14945(396, 268, 235, 2699, 3, 1685469827),
14946(397, 269, 236, 2700, 3, 1685469827),
14947(398, 270, 236, 2701, 3, 1685469827),
14948(399, 271, 238, 2700, 3, 1685469827),
14949(400, 272, 239, 2702, 3, 1685469827),
14950(401, 273, 239, 2703, 3, 1685469827),
14951(402, 274, 239, 2704, 3, 1685469827),
14952(403, 275, 241, 2701, 3, 1685469827),
14953(404, 276, 243, 2696, 3, 1685469827),
14954(405, 277, 245, 2697, 3, 1685469827),
14955(406, 278, 247, 2702, 3, 1685469827),
14956(407, 279, 249, 2703, 3, 1685469827),
14957(408, 280, 251, 2704, 3, 1685469827),
14958(409, 281, 310, 2695, 3, 1685469827),
14959(410, 282, 310, 2698, 3, 1685469827),
14960(411, 283, 310, 2699, 3, 1685469827),
14961(412, 284, 310, 2700, 3, 1685469827),
14962(413, 285, 310, 2701, 3, 1685469827),
14963(414, 286, 310, 2696, 3, 1685469827),
14964(415, 287, 310, 2697, 3, 1685469827),
14965(416, 288, 310, 2702, 3, 1685469827),
14966(417, 289, 310, 2703, 3, 1685469827),
14967(418, 290, 310, 2704, 3, 1685469827),
14968(419, 291, 311, 2695, 3, 1685469827),
14969(420, 292, 311, 2696, 3, 1685469827),
14970(421, 293, 311, 2697, 3, 1685469827),
14971(422, 294, 312, 2695, 3, 1685469827),
14972(423, 295, 315, 2698, 3, 1685469827),
14973(424, 296, 315, 2699, 3, 1685469827),
14974(425, 297, 316, 2698, 3, 1685469827),
14975(426, 298, 318, 2699, 3, 1685469827),
14976(427, 299, 319, 2700, 3, 1685469827),
14977(428, 300, 319, 2701, 3, 1685469827),
14978(429, 301, 321, 2700, 3, 1685469827),
14979(430, 302, 322, 2702, 3, 1685469827),
14980(431, 303, 322, 2703, 3, 1685469827),
14981(432, 304, 322, 2704, 3, 1685469827),
14982(433, 305, 324, 2701, 3, 1685469827),
14983(434, 306, 326, 2696, 3, 1685469827),
14984(435, 307, 328, 2697, 3, 1685469827),
14985(436, 308, 330, 2702, 3, 1685469827),
14986(437, 309, 332, 2703, 3, 1685469827),
14987(438, 310, 334, 2704, 3, 1685469827),
14988(439, 311, 393, 2695, 3, 1685469827),
14989(440, 312, 393, 2698, 3, 1685469827),
14990(441, 313, 393, 2699, 3, 1685469827),
14991(442, 314, 393, 2700, 3, 1685469827),
14992(443, 315, 393, 2701, 3, 1685469827),
14993(444, 316, 393, 2696, 3, 1685469827),
14994(445, 317, 393, 2697, 3, 1685469827),
14995(446, 318, 393, 2702, 3, 1685469827),
14996(447, 319, 393, 2703, 3, 1685469827),
14997(448, 320, 393, 2704, 3, 1685469827),
14998(449, 321, 394, 2695, 3, 1685469827),
14999(450, 322, 394, 2696, 3, 1685469827),
15000(451, 323, 394, 2697, 3, 1685469827),
15001(452, 324, 395, 2695, 3, 1685469827),
15002(453, 325, 398, 2698, 3, 1685469827),
15003(454, 326, 398, 2699, 3, 1685469827),
15004(455, 327, 399, 2698, 3, 1685469827),
15005(456, 328, 401, 2699, 3, 1685469827),
15006(457, 329, 402, 2700, 3, 1685469827),
15007(458, 330, 402, 2701, 3, 1685469827),
15008(459, 331, 404, 2700, 3, 1685469827),
15009(460, 332, 405, 2702, 3, 1685469827),
15010(461, 333, 405, 2703, 3, 1685469827),
15011(462, 334, 405, 2704, 3, 1685469827),
15012(463, 335, 407, 2701, 3, 1685469827),
15013(464, 336, 409, 2696, 3, 1685469827),
15014(465, 337, 411, 2697, 3, 1685469827),
15015(466, 338, 413, 2702, 3, 1685469827),
15016(467, 339, 415, 2703, 3, 1685469827),
15017(468, 340, 417, 2704, 3, 1685469827),
15018(573, 341, 476, 2695, 3, 1685470484),
15019(574, 342, 476, 2696, 3, 1685470484),
15020(575, 343, 476, 2697, 3, 1685470484),
15021(576, 344, 477, 2698, 3, 1685470484),
15022(577, 345, 477, 2699, 3, 1685470484),
15023(578, 346, 478, 2700, 3, 1685470484),
15024(579, 347, 478, 2701, 3, 1685470484),
15025(580, 348, 479, 2702, 3, 1685470484),
15026(581, 349, 479, 2703, 3, 1685470484),
15027(582, 350, 479, 2704, 3, 1685470484),
15028(583, 351, 480, 2695, 3, 1685470484),
15029(584, 352, 480, 2696, 3, 1685470484),
15030(585, 353, 480, 2697, 3, 1685470484),
15031(586, 354, 481, 2698, 3, 1685470484),
15032(587, 355, 481, 2699, 3, 1685470484),
15033(588, 356, 482, 2700, 3, 1685470484),
15034(589, 357, 482, 2701, 3, 1685470484),
15035(590, 358, 483, 2702, 3, 1685470484),
15036(591, 359, 483, 2703, 3, 1685470484),
15037(592, 360, 483, 2704, 3, 1685470484),
15038(593, 361, 484, 2695, 3, 1685470484),
15039(594, 362, 484, 2696, 3, 1685470484),
15040(595, 363, 484, 2697, 3, 1685470484),
15041(596, 364, 485, 2698, 3, 1685470484),
15042(597, 365, 485, 2699, 3, 1685470484),
15043(598, 366, 486, 2700, 3, 1685470484),
15044(599, 367, 486, 2701, 3, 1685470484),
15045(600, 368, 487, 2702, 3, 1685470484),
15046(601, 369, 487, 2703, 3, 1685470484),
15047(602, 370, 487, 2704, 3, 1685470484),
15048(603, 371, 488, 2695, 3, 1685470484),
15049(604, 372, 488, 2696, 3, 1685470484),
15050(605, 373, 488, 2697, 3, 1685470484),
15051(606, 374, 489, 2698, 3, 1685470484),
15052(607, 375, 489, 2699, 3, 1685470484),
15053(608, 376, 490, 2700, 3, 1685470484),
15054(609, 377, 490, 2701, 3, 1685470484),
15055(610, 378, 491, 2702, 3, 1685470484),
15056(611, 379, 491, 2703, 3, 1685470484),
15057(612, 380, 491, 2704, 3, 1685470484),
15058(613, 381, 492, 2695, 3, 1685470484),
15059(614, 382, 492, 2696, 3, 1685470484),
15060(615, 383, 492, 2697, 3, 1685470484),
15061(616, 384, 493, 2698, 3, 1685470484),
15062(617, 385, 493, 2699, 3, 1685470484),
15063(618, 386, 494, 2700, 3, 1685470484),
15064(619, 387, 494, 2701, 3, 1685470484),
15065(620, 388, 495, 2702, 3, 1685470484),
15066(621, 389, 495, 2703, 3, 1685470484),
15067(622, 390, 495, 2704, 3, 1685470484),
15068(636, 391, 496, 2695, 3, 1685470575),
15069(637, 392, 496, 2696, 3, 1685470575),
15070(638, 393, 496, 2697, 3, 1685470575),
15071(639, 394, 497, 2698, 3, 1685470575),
15072(640, 395, 497, 2699, 3, 1685470575),
15073(641, 396, 498, 2700, 3, 1685470575),
15074(642, 397, 498, 2701, 3, 1685470575),
15075(643, 398, 499, 2702, 3, 1685470575),
15076(644, 399, 499, 2703, 3, 1685470575),
15077(645, 400, 499, 2704, 3, 1685470575),
15078(646, 401, 500, 2695, 3, 1685470575),
15079(647, 402, 500, 2696, 3, 1685470575),
15080(648, 403, 500, 2697, 3, 1685470575),
15081(649, 404, 501, 2698, 3, 1685470575),
15082(650, 405, 501, 2699, 3, 1685470575),
15083(651, 406, 502, 2700, 3, 1685470575),
15084(652, 407, 502, 2701, 3, 1685470575),
15085(653, 408, 503, 2702, 3, 1685470575),
15086(654, 409, 503, 2703, 3, 1685470575),
15087(655, 410, 503, 2704, 3, 1685470575),
15088(656, 411, 504, 2695, 3, 1685470575),
15089(657, 412, 504, 2696, 3, 1685470575),
15090(658, 413, 504, 2697, 3, 1685470575),
15091(659, 414, 505, 2698, 3, 1685470575),
15092(660, 415, 505, 2699, 3, 1685470575),
15093(661, 416, 506, 2700, 3, 1685470575),
15094(662, 417, 506, 2701, 3, 1685470575),
15095(663, 418, 507, 2702, 3, 1685470575),
15096(664, 419, 507, 2703, 3, 1685470575),
15097(665, 420, 507, 2704, 3, 1685470575),
15098(666, 421, 508, 2695, 3, 1685470575),
15099(667, 422, 508, 2696, 3, 1685470575),
15100(668, 423, 508, 2697, 3, 1685470575),
15101(669, 424, 509, 2698, 3, 1685470575),
15102(670, 425, 509, 2699, 3, 1685470575),
15103(671, 426, 510, 2700, 3, 1685470575),
15104(672, 427, 510, 2701, 3, 1685470575),
15105(673, 428, 511, 2702, 3, 1685470575),
15106(674, 429, 511, 2703, 3, 1685470575),
15107(675, 430, 511, 2704, 3, 1685470575),
15108(676, 431, 512, 2695, 3, 1685470575),
15109(677, 432, 512, 2696, 3, 1685470575),
15110(678, 433, 512, 2697, 3, 1685470575),
15111(679, 434, 513, 2698, 3, 1685470575),
15112(680, 435, 513, 2699, 3, 1685470575),
15113(681, 436, 514, 2700, 3, 1685470575),
15114(682, 437, 514, 2701, 3, 1685470575),
15115(683, 438, 515, 2702, 3, 1685470575),
15116(684, 439, 515, 2703, 3, 1685470575),
15117(685, 440, 515, 2704, 3, 1685470575),
15118(699, 441, 516, 2695, 3, 1685471591),
15119(700, 442, 516, 2696, 3, 1685471591),
15120(701, 443, 516, 2697, 3, 1685471591),
15121(702, 444, 517, 2698, 3, 1685471591),
15122(703, 445, 517, 2699, 3, 1685471591),
15123(704, 446, 518, 2700, 3, 1685471591),
15124(705, 447, 518, 2701, 3, 1685471591),
15125(706, 448, 519, 2702, 3, 1685471591),
15126(707, 449, 519, 2703, 3, 1685471591),
15127(708, 450, 519, 2704, 3, 1685471591),
15128(709, 451, 520, 2695, 3, 1685471591),
15129(710, 452, 520, 2696, 3, 1685471591),
15130(711, 453, 520, 2697, 3, 1685471591),
15131(712, 454, 521, 2698, 3, 1685471591),
15132(713, 455, 521, 2699, 3, 1685471591),
15133(714, 456, 522, 2700, 3, 1685471591),
15134(715, 457, 522, 2701, 3, 1685471591),
15135(716, 458, 523, 2702, 3, 1685471591),
15136(717, 459, 523, 2703, 3, 1685471591),
15137(718, 460, 523, 2704, 3, 1685471591),
15138(719, 461, 524, 2695, 3, 1685471591),
15139(720, 462, 524, 2696, 3, 1685471591),
15140(721, 463, 524, 2697, 3, 1685471591),
15141(722, 464, 525, 2698, 3, 1685471591),
15142(723, 465, 525, 2699, 3, 1685471591),
15143(724, 466, 526, 2700, 3, 1685471591),
15144(725, 467, 526, 2701, 3, 1685471591),
15145(726, 468, 527, 2702, 3, 1685471591),
15146(727, 469, 527, 2703, 3, 1685471591),
15147(728, 470, 527, 2704, 3, 1685471591),
15148(729, 471, 528, 2695, 3, 1685471591),
15149(730, 472, 528, 2696, 3, 1685471591),
15150(731, 473, 528, 2697, 3, 1685471591),
15151(732, 474, 529, 2698, 3, 1685471591),
15152(733, 475, 529, 2699, 3, 1685471591),
15153(734, 476, 530, 2700, 3, 1685471591),
15154(735, 477, 530, 2701, 3, 1685471591),
15155(736, 478, 531, 2702, 3, 1685471591),
15156(737, 479, 531, 2703, 3, 1685471591),
15157(738, 480, 531, 2704, 3, 1685471591),
15158(739, 481, 532, 2695, 3, 1685471591),
15159(740, 482, 532, 2696, 3, 1685471591),
15160(741, 483, 532, 2697, 3, 1685471591),
15161(742, 484, 533, 2698, 3, 1685471591),
15162(743, 485, 533, 2699, 3, 1685471591),
15163(744, 486, 534, 2700, 3, 1685471591),
15164(745, 487, 534, 2701, 3, 1685471591),
15165(746, 488, 535, 2702, 3, 1685471591),
15166(747, 489, 535, 2703, 3, 1685471591),
15167(748, 490, 535, 2704, 3, 1685471591),
15168(762, 491, 536, 2695, 3, 1685471627),
15169(763, 492, 536, 2696, 3, 1685471627),
15170(764, 493, 536, 2697, 3, 1685471627),
15171(765, 494, 537, 2698, 3, 1685471627),
15172(766, 495, 537, 2699, 3, 1685471627),
15173(767, 496, 538, 2700, 3, 1685471627),
15174(768, 497, 538, 2701, 3, 1685471627),
15175(769, 498, 539, 2702, 3, 1685471627),
15176(770, 499, 539, 2703, 3, 1685471627),
15177(771, 500, 539, 2704, 3, 1685471627),
15178(772, 501, 540, 2695, 3, 1685471627),
15179(773, 502, 540, 2696, 3, 1685471627),
15180(774, 503, 540, 2697, 3, 1685471627),
15181(775, 504, 541, 2698, 3, 1685471627),
15182(776, 505, 541, 2699, 3, 1685471627),
15183(777, 506, 542, 2700, 3, 1685471627),
15184(778, 507, 542, 2701, 3, 1685471627),
15185(779, 508, 543, 2702, 3, 1685471627),
15186(780, 509, 543, 2703, 3, 1685471627),
15187(781, 510, 543, 2704, 3, 1685471627),
15188(782, 511, 544, 2695, 3, 1685471627),
15189(783, 512, 544, 2696, 3, 1685471627),
15190(784, 513, 544, 2697, 3, 1685471627),
15191(785, 514, 545, 2698, 3, 1685471627),
15192(786, 515, 545, 2699, 3, 1685471627),
15193(787, 516, 546, 2700, 3, 1685471627),
15194(788, 517, 546, 2701, 3, 1685471627),
15195(789, 518, 547, 2702, 3, 1685471627),
15196(790, 519, 547, 2703, 3, 1685471627),
15197(791, 520, 547, 2704, 3, 1685471627),
15198(792, 521, 548, 2695, 3, 1685471627),
15199(793, 522, 548, 2696, 3, 1685471627),
15200(794, 523, 548, 2697, 3, 1685471627),
15201(795, 524, 549, 2698, 3, 1685471627),
15202(796, 525, 549, 2699, 3, 1685471627),
15203(797, 526, 550, 2700, 3, 1685471627),
15204(798, 527, 550, 2701, 3, 1685471627),
15205(799, 528, 551, 2702, 3, 1685471627),
15206(800, 529, 551, 2703, 3, 1685471627),
15207(801, 530, 551, 2704, 3, 1685471627),
15208(802, 531, 552, 2695, 3, 1685471627),
15209(803, 532, 552, 2696, 3, 1685471627),
15210(804, 533, 552, 2697, 3, 1685471627),
15211(805, 534, 553, 2698, 3, 1685471627),
15212(806, 535, 553, 2699, 3, 1685471627),
15213(807, 536, 554, 2700, 3, 1685471627),
15214(808, 537, 554, 2701, 3, 1685471627),
15215(809, 538, 555, 2702, 3, 1685471627),
15216(810, 539, 555, 2703, 3, 1685471627),
15217(811, 540, 555, 2704, 3, 1685471627),
15218(825, 541, 556, 2695, 3, 1685472748),
15219(826, 542, 556, 2696, 3, 1685472748),
15220(827, 543, 556, 2697, 3, 1685472748),
15221(828, 544, 557, 2698, 3, 1685472748),
15222(829, 545, 557, 2699, 3, 1685472748),
15223(830, 546, 558, 2700, 3, 1685472748),
15224(831, 547, 558, 2701, 3, 1685472748),
15225(832, 548, 559, 2702, 3, 1685472748),
15226(833, 549, 559, 2703, 3, 1685472748),
15227(834, 550, 559, 2704, 3, 1685472748),
15228(835, 551, 560, 2695, 3, 1685472748),
15229(836, 552, 560, 2696, 3, 1685472748),
15230(837, 553, 560, 2697, 3, 1685472748),
15231(838, 554, 561, 2698, 3, 1685472748),
15232(839, 555, 561, 2699, 3, 1685472748),
15233(840, 556, 562, 2700, 3, 1685472748),
15234(841, 557, 562, 2701, 3, 1685472748),
15235(842, 558, 563, 2702, 3, 1685472748),
15236(843, 559, 563, 2703, 3, 1685472748),
15237(844, 560, 563, 2704, 3, 1685472748),
15238(845, 561, 564, 2695, 3, 1685472748),
15239(846, 562, 564, 2696, 3, 1685472748),
15240(847, 563, 564, 2697, 3, 1685472748),
15241(848, 564, 565, 2698, 3, 1685472748),
15242(849, 565, 565, 2699, 3, 1685472748),
15243(850, 566, 566, 2700, 3, 1685472748),
15244(851, 567, 566, 2701, 3, 1685472748),
15245(852, 568, 567, 2702, 3, 1685472748),
15246(853, 569, 567, 2703, 3, 1685472748),
15247(854, 570, 567, 2704, 3, 1685472748),
15248(855, 571, 568, 2695, 3, 1685472748),
15249(856, 572, 568, 2696, 3, 1685472748),
15250(857, 573, 568, 2697, 3, 1685472748),
15251(858, 574, 569, 2698, 3, 1685472748),
15252(859, 575, 569, 2699, 3, 1685472748),
15253(860, 576, 570, 2700, 3, 1685472748),
15254(861, 577, 570, 2701, 3, 1685472748),
15255(862, 578, 571, 2702, 3, 1685472748),
15256(863, 579, 571, 2703, 3, 1685472748),
15257(864, 580, 571, 2704, 3, 1685472748),
15258(865, 581, 572, 2695, 3, 1685472748),
15259(866, 582, 572, 2696, 3, 1685472748),
15260(867, 583, 572, 2697, 3, 1685472748),
15261(868, 584, 573, 2698, 3, 1685472748),
15262(869, 585, 573, 2699, 3, 1685472748),
15263(870, 586, 574, 2700, 3, 1685472748),
15264(871, 587, 574, 2701, 3, 1685472748),
15265(872, 588, 575, 2702, 3, 1685472748),
15266(873, 589, 575, 2703, 3, 1685472748),
15267(874, 590, 575, 2704, 3, 1685472748),
15268(888, 591, 576, 2695, 3, 1685474009),
15269(889, 592, 576, 2696, 3, 1685474009),
15270(890, 593, 576, 2697, 3, 1685474009),
15271(891, 594, 577, 2698, 3, 1685474009),
15272(892, 595, 577, 2699, 3, 1685474009),
15273(893, 596, 578, 2700, 3, 1685474009),
15274(894, 597, 578, 2701, 3, 1685474009),
15275(895, 598, 579, 2702, 3, 1685474009),
15276(896, 599, 579, 2703, 3, 1685474009),
15277(897, 600, 579, 2704, 3, 1685474009),
15278(898, 601, 580, 2695, 3, 1685474009),
15279(899, 602, 580, 2696, 3, 1685474009),
15280(900, 603, 580, 2697, 3, 1685474009),
15281(901, 604, 581, 2698, 3, 1685474009),
15282(902, 605, 581, 2699, 3, 1685474009),
15283(903, 606, 582, 2700, 3, 1685474009),
15284(904, 607, 582, 2701, 3, 1685474009),
15285(905, 608, 583, 2702, 3, 1685474009),
15286(906, 609, 583, 2703, 3, 1685474009),
15287(907, 610, 583, 2704, 3, 1685474009),
15288(908, 611, 584, 2695, 3, 1685474009),
15289(909, 612, 584, 2696, 3, 1685474009),
15290(910, 613, 584, 2697, 3, 1685474009),
15291(911, 614, 585, 2698, 3, 1685474009),
15292(912, 615, 585, 2699, 3, 1685474009),
15293(913, 616, 586, 2700, 3, 1685474009),
15294(914, 617, 586, 2701, 3, 1685474009),
15295(915, 618, 587, 2702, 3, 1685474009),
15296(916, 619, 587, 2703, 3, 1685474009),
15297(917, 620, 587, 2704, 3, 1685474009),
15298(918, 621, 588, 2695, 3, 1685474009),
15299(919, 622, 588, 2696, 3, 1685474009),
15300(920, 623, 588, 2697, 3, 1685474009),
15301(921, 624, 589, 2698, 3, 1685474009),
15302(922, 625, 589, 2699, 3, 1685474009),
15303(923, 626, 590, 2700, 3, 1685474009),
15304(924, 627, 590, 2701, 3, 1685474009),
15305(925, 628, 591, 2702, 3, 1685474009),
15306(926, 629, 591, 2703, 3, 1685474009),
15307(927, 630, 591, 2704, 3, 1685474009),
15308(928, 631, 592, 2695, 3, 1685474009),
15309(929, 632, 592, 2696, 3, 1685474009),
15310(930, 633, 592, 2697, 3, 1685474009),
15311(931, 634, 593, 2698, 3, 1685474009),
15312(932, 635, 593, 2699, 3, 1685474009),
15313(933, 636, 594, 2700, 3, 1685474009),
15314(934, 637, 594, 2701, 3, 1685474009),
15315(935, 638, 595, 2702, 3, 1685474009),
15316(936, 639, 595, 2703, 3, 1685474009),
15317(937, 640, 595, 2704, 3, 1685474009),
15318(951, 641, 596, 2695, 3, 1685474156),
15319(952, 642, 596, 2696, 3, 1685474156),
15320(953, 643, 596, 2697, 3, 1685474156),
15321(954, 644, 597, 2698, 3, 1685474156),
15322(955, 645, 597, 2699, 3, 1685474156),
15323(956, 646, 598, 2700, 3, 1685474156),
15324(957, 647, 598, 2701, 3, 1685474156),
15325(958, 648, 599, 2702, 3, 1685474156),
15326(959, 649, 599, 2703, 3, 1685474156),
15327(960, 650, 599, 2704, 3, 1685474156),
15328(961, 651, 600, 2695, 3, 1685474156),
15329(962, 652, 600, 2696, 3, 1685474156),
15330(963, 653, 600, 2697, 3, 1685474156),
15331(964, 654, 601, 2698, 3, 1685474156),
15332(965, 655, 601, 2699, 3, 1685474156),
15333(966, 656, 602, 2700, 3, 1685474156),
15334(967, 657, 602, 2701, 3, 1685474156),
15335(968, 658, 603, 2702, 3, 1685474156),
15336(969, 659, 603, 2703, 3, 1685474156),
15337(970, 660, 603, 2704, 3, 1685474156),
15338(971, 661, 604, 2695, 3, 1685474156),
15339(972, 662, 604, 2696, 3, 1685474156),
15340(973, 663, 604, 2697, 3, 1685474156),
15341(974, 664, 605, 2698, 3, 1685474156),
15342(975, 665, 605, 2699, 3, 1685474156),
15343(976, 666, 606, 2700, 3, 1685474156),
15344(977, 667, 606, 2701, 3, 1685474156),
15345(978, 668, 607, 2702, 3, 1685474156),
15346(979, 669, 607, 2703, 3, 1685474156),
15347(980, 670, 607, 2704, 3, 1685474156),
15348(981, 671, 608, 2695, 3, 1685474156),
15349(982, 672, 608, 2696, 3, 1685474156),
15350(983, 673, 608, 2697, 3, 1685474156),
15351(984, 674, 609, 2698, 3, 1685474156),
15352(985, 675, 609, 2699, 3, 1685474156),
15353(986, 676, 610, 2700, 3, 1685474156),
15354(987, 677, 610, 2701, 3, 1685474156),
15355(988, 678, 611, 2702, 3, 1685474156),
15356(989, 679, 611, 2703, 3, 1685474156),
15357(990, 680, 611, 2704, 3, 1685474156),
15358(991, 681, 612, 2695, 3, 1685474156),
15359(992, 682, 612, 2696, 3, 1685474156),
15360(993, 683, 612, 2697, 3, 1685474156),
15361(994, 684, 613, 2698, 3, 1685474156),
15362(995, 685, 613, 2699, 3, 1685474156),
15363(996, 686, 614, 2700, 3, 1685474156),
15364(997, 687, 614, 2701, 3, 1685474156),
15365(998, 688, 615, 2702, 3, 1685474156),
15366(999, 689, 615, 2703, 3, 1685474156),
15367(1000, 690, 615, 2704, 3, 1685474156),
15368(1001, 691, 616, 2695, 3, 1685541479),
15369(1002, 692, 616, 2696, 3, 1685541479),
15370(1003, 693, 616, 2697, 3, 1685541479),
15371(1004, 694, 617, 2698, 3, 1685541479),
15372(1005, 695, 617, 2699, 3, 1685541479),
15373(1006, 696, 618, 2700, 3, 1685541479),
15374(1007, 697, 618, 2701, 3, 1685541479),
15375(1008, 698, 619, 2702, 3, 1685541479),
15376(1009, 699, 619, 2703, 3, 1685541479),
15377(1010, 700, 619, 2704, 3, 1685541479),
15378(1011, 701, 620, 2695, 3, 1685541479),
15379(1012, 702, 620, 2696, 3, 1685541479),
15380(1013, 703, 620, 2697, 3, 1685541479),
15381(1014, 704, 621, 2698, 3, 1685541479),
15382(1015, 705, 621, 2699, 3, 1685541479),
15383(1016, 706, 622, 2700, 3, 1685541479),
15384(1017, 707, 622, 2701, 3, 1685541479),
15385(1018, 708, 623, 2702, 3, 1685541479),
15386(1019, 709, 623, 2703, 3, 1685541479),
15387(1020, 710, 623, 2704, 3, 1685541479),
15388(1021, 711, 624, 2695, 3, 1685541479),
15389(1022, 712, 624, 2696, 3, 1685541479),
15390(1023, 713, 624, 2697, 3, 1685541479),
15391(1024, 714, 625, 2698, 3, 1685541479),
15392(1025, 715, 625, 2699, 3, 1685541479),
15393(1026, 716, 626, 2700, 3, 1685541479),
15394(1027, 717, 626, 2701, 3, 1685541479),
15395(1028, 718, 627, 2702, 3, 1685541479),
15396(1029, 719, 627, 2703, 3, 1685541479),
15397(1030, 720, 627, 2704, 3, 1685541479),
15398(1031, 721, 628, 2695, 3, 1685541479),
15399(1032, 722, 628, 2696, 3, 1685541479),
15400(1033, 723, 628, 2697, 3, 1685541479),
15401(1034, 724, 629, 2698, 3, 1685541479),
15402(1035, 725, 629, 2699, 3, 1685541479),
15403(1036, 726, 630, 2700, 3, 1685541479),
15404(1037, 727, 630, 2701, 3, 1685541479),
15405(1038, 728, 631, 2702, 3, 1685541479),
15406(1039, 729, 631, 2703, 3, 1685541479),
15407(1040, 730, 631, 2704, 3, 1685541479),
15408(1041, 731, 632, 2695, 3, 1685541479),
15409(1042, 732, 632, 2696, 3, 1685541479),
15410(1043, 733, 632, 2697, 3, 1685541479),
15411(1044, 734, 633, 2698, 3, 1685541479),
15412(1045, 735, 633, 2699, 3, 1685541479),
15413(1046, 736, 634, 2700, 3, 1685541479),
15414(1047, 737, 634, 2701, 3, 1685541479),
15415(1048, 738, 635, 2702, 3, 1685541479),
15416(1049, 739, 635, 2703, 3, 1685541479),
15417(1050, 740, 635, 2704, 3, 1685541479),
15418(1064, 741, 636, 2695, 3, 1685543475),
15419(1065, 742, 636, 2696, 3, 1685543475),
15420(1066, 743, 636, 2697, 3, 1685543475),
15421(1067, 744, 637, 2698, 3, 1685543475),
15422(1068, 745, 637, 2699, 3, 1685543475),
15423(1069, 746, 638, 2700, 3, 1685543475),
15424(1070, 747, 638, 2701, 3, 1685543475),
15425(1071, 748, 639, 2702, 3, 1685543475),
15426(1072, 749, 639, 2703, 3, 1685543475),
15427(1073, 750, 639, 2704, 3, 1685543475),
15428(1074, 751, 640, 2695, 3, 1685543475),
15429(1075, 752, 640, 2696, 3, 1685543475),
15430(1076, 753, 640, 2697, 3, 1685543475),
15431(1077, 754, 641, 2698, 3, 1685543475),
15432(1078, 755, 641, 2699, 3, 1685543475),
15433(1079, 756, 642, 2700, 3, 1685543475),
15434(1080, 757, 642, 2701, 3, 1685543475),
15435(1081, 758, 643, 2702, 3, 1685543475),
15436(1082, 759, 643, 2703, 3, 1685543475),
15437(1083, 760, 643, 2704, 3, 1685543475),
15438(1084, 761, 644, 2695, 3, 1685543475),
15439(1085, 762, 644, 2696, 3, 1685543475),
15440(1086, 763, 644, 2697, 3, 1685543475),
15441(1087, 764, 645, 2698, 3, 1685543475),
15442(1088, 765, 645, 2699, 3, 1685543475),
15443(1089, 766, 646, 2700, 3, 1685543475),
15444(1090, 767, 646, 2701, 3, 1685543475),
15445(1091, 768, 647, 2702, 3, 1685543475),
15446(1092, 769, 647, 2703, 3, 1685543475),
15447(1093, 770, 647, 2704, 3, 1685543475),
15448(1094, 771, 648, 2695, 3, 1685543475),
15449(1095, 772, 648, 2696, 3, 1685543475),
15450(1096, 773, 648, 2697, 3, 1685543475),
15451(1097, 774, 649, 2698, 3, 1685543475),
15452(1098, 775, 649, 2699, 3, 1685543475),
15453(1099, 776, 650, 2700, 3, 1685543475),
15454(1100, 777, 650, 2701, 3, 1685543475),
15455(1101, 778, 651, 2702, 3, 1685543475),
15456(1102, 779, 651, 2703, 3, 1685543475),
15457(1103, 780, 651, 2704, 3, 1685543475),
15458(1104, 781, 652, 2695, 3, 1685543475),
15459(1105, 782, 652, 2696, 3, 1685543475),
15460(1106, 783, 652, 2697, 3, 1685543475),
15461(1107, 784, 653, 2698, 3, 1685543475),
15462(1108, 785, 653, 2699, 3, 1685543475),
15463(1109, 786, 654, 2700, 3, 1685543475),
15464(1110, 787, 654, 2701, 3, 1685543475),
15465(1111, 788, 655, 2702, 3, 1685543475),
15466(1112, 789, 655, 2703, 3, 1685543475),
15467(1113, 790, 655, 2704, 3, 1685543475),
15468(1127, 791, 656, 2695, 3, 1685543480),
15469(1128, 792, 656, 2696, 3, 1685543480),
15470(1129, 793, 656, 2697, 3, 1685543480),
15471(1130, 794, 657, 2698, 3, 1685543480),
15472(1131, 795, 657, 2699, 3, 1685543480),
15473(1132, 796, 658, 2700, 3, 1685543480),
15474(1133, 797, 658, 2701, 3, 1685543480),
15475(1134, 798, 659, 2702, 3, 1685543480),
15476(1135, 799, 659, 2703, 3, 1685543480),
15477(1136, 800, 659, 2704, 3, 1685543480),
15478(1137, 801, 660, 2695, 3, 1685543480),
15479(1138, 802, 660, 2696, 3, 1685543480),
15480(1139, 803, 660, 2697, 3, 1685543480),
15481(1140, 804, 661, 2698, 3, 1685543480),
15482(1141, 805, 661, 2699, 3, 1685543480),
15483(1142, 806, 662, 2700, 3, 1685543480),
15484(1143, 807, 662, 2701, 3, 1685543480),
15485(1144, 808, 663, 2702, 3, 1685543480),
15486(1145, 809, 663, 2703, 3, 1685543480),
15487(1146, 810, 663, 2704, 3, 1685543480),
15488(1147, 811, 664, 2695, 3, 1685543480),
15489(1148, 812, 664, 2696, 3, 1685543480),
15490(1149, 813, 664, 2697, 3, 1685543480),
15491(1150, 814, 665, 2698, 3, 1685543480),
15492(1151, 815, 665, 2699, 3, 1685543480),
15493(1152, 816, 666, 2700, 3, 1685543480),
15494(1153, 817, 666, 2701, 3, 1685543480),
15495(1154, 818, 667, 2702, 3, 1685543480),
15496(1155, 819, 667, 2703, 3, 1685543480),
15497(1156, 820, 667, 2704, 3, 1685543480),
15498(1157, 821, 668, 2695, 3, 1685543480),
15499(1158, 822, 668, 2696, 3, 1685543480),
15500(1159, 823, 668, 2697, 3, 1685543480),
15501(1160, 824, 669, 2698, 3, 1685543480),
15502(1161, 825, 669, 2699, 3, 1685543480),
15503(1162, 826, 670, 2700, 3, 1685543480),
15504(1163, 827, 670, 2701, 3, 1685543480),
15505(1164, 828, 671, 2702, 3, 1685543480),
15506(1165, 829, 671, 2703, 3, 1685543480),
15507(1166, 830, 671, 2704, 3, 1685543480),
15508(1167, 831, 672, 2695, 3, 1685543480),
15509(1168, 832, 672, 2696, 3, 1685543480),
15510(1169, 833, 672, 2697, 3, 1685543480),
15511(1170, 834, 673, 2698, 3, 1685543480),
15512(1171, 835, 673, 2699, 3, 1685543480),
15513(1172, 836, 674, 2700, 3, 1685543480),
15514(1173, 837, 674, 2701, 3, 1685543480),
15515(1174, 838, 675, 2702, 3, 1685543480),
15516(1175, 839, 675, 2703, 3, 1685543480),
15517(1176, 840, 675, 2704, 3, 1685543480),
15518(1190, 841, 676, 2695, 3, 1685543975),
15519(1191, 842, 676, 2696, 3, 1685543975),
15520(1192, 843, 676, 2697, 3, 1685543975),
15521(1193, 844, 677, 2698, 3, 1685543975),
15522(1194, 845, 677, 2699, 3, 1685543975),
15523(1195, 846, 678, 2700, 3, 1685543975),
15524(1196, 847, 678, 2701, 3, 1685543975),
15525(1197, 848, 679, 2702, 3, 1685543975),
15526(1198, 849, 679, 2703, 3, 1685543975),
15527(1199, 850, 679, 2704, 3, 1685543975),
15528(1200, 851, 680, 2695, 3, 1685543975),
15529(1201, 852, 680, 2696, 3, 1685543975),
15530(1202, 853, 680, 2697, 3, 1685543975),
15531(1203, 854, 681, 2698, 3, 1685543975),
15532(1204, 855, 681, 2699, 3, 1685543975),
15533(1205, 856, 682, 2700, 3, 1685543975),
15534(1206, 857, 682, 2701, 3, 1685543975),
15535(1207, 858, 683, 2702, 3, 1685543975),
15536(1208, 859, 683, 2703, 3, 1685543975),
15537(1209, 860, 683, 2704, 3, 1685543975),
15538(1210, 861, 684, 2695, 3, 1685543975),
15539(1211, 862, 684, 2696, 3, 1685543975),
15540(1212, 863, 684, 2697, 3, 1685543975),
15541(1213, 864, 685, 2698, 3, 1685543975),
15542(1214, 865, 685, 2699, 3, 1685543975),
15543(1215, 866, 686, 2700, 3, 1685543975),
15544(1216, 867, 686, 2701, 3, 1685543975),
15545(1217, 868, 687, 2702, 3, 1685543975),
15546(1218, 869, 687, 2703, 3, 1685543975),
15547(1219, 870, 687, 2704, 3, 1685543975),
15548(1220, 871, 688, 2695, 3, 1685543975),
15549(1221, 872, 688, 2696, 3, 1685543975),
15550(1222, 873, 688, 2697, 3, 1685543975),
15551(1223, 874, 689, 2698, 3, 1685543975),
15552(1224, 875, 689, 2699, 3, 1685543975),
15553(1225, 876, 690, 2700, 3, 1685543975),
15554(1226, 877, 690, 2701, 3, 1685543975),
15555(1227, 878, 691, 2702, 3, 1685543975),
15556(1228, 879, 691, 2703, 3, 1685543975),
15557(1229, 880, 691, 2704, 3, 1685543975),
15558(1230, 881, 692, 2695, 3, 1685543975),
15559(1231, 882, 692, 2696, 3, 1685543975),
15560(1232, 883, 692, 2697, 3, 1685543975),
15561(1233, 884, 693, 2698, 3, 1685543975),
15562(1234, 885, 693, 2699, 3, 1685543975),
15563(1235, 886, 694, 2700, 3, 1685543975),
15564(1236, 887, 694, 2701, 3, 1685543975),
15565(1237, 888, 695, 2702, 3, 1685543975),
15566(1238, 889, 695, 2703, 3, 1685543975),
15567(1239, 890, 695, 2704, 3, 1685543975),
15568(1253, 891, 696, 2695, 3, 1685544069),
15569(1254, 892, 696, 2696, 3, 1685544069),
15570(1255, 893, 696, 2697, 3, 1685544069),
15571(1256, 894, 697, 2698, 3, 1685544069),
15572(1257, 895, 697, 2699, 3, 1685544069),
15573(1258, 896, 698, 2700, 3, 1685544069),
15574(1259, 897, 698, 2701, 3, 1685544069),
15575(1260, 898, 699, 2702, 3, 1685544069),
15576(1261, 899, 699, 2703, 3, 1685544069),
15577(1262, 900, 699, 2704, 3, 1685544069),
15578(1263, 901, 700, 2695, 3, 1685544069),
15579(1264, 902, 700, 2696, 3, 1685544069),
15580(1265, 903, 700, 2697, 3, 1685544069),
15581(1266, 904, 701, 2698, 3, 1685544069),
15582(1267, 905, 701, 2699, 3, 1685544069),
15583(1268, 906, 702, 2700, 3, 1685544069),
15584(1269, 907, 702, 2701, 3, 1685544069),
15585(1270, 908, 703, 2702, 3, 1685544069),
15586(1271, 909, 703, 2703, 3, 1685544069),
15587(1272, 910, 703, 2704, 3, 1685544069),
15588(1273, 911, 704, 2695, 3, 1685544069),
15589(1274, 912, 704, 2696, 3, 1685544069),
15590(1275, 913, 704, 2697, 3, 1685544069),
15591(1276, 914, 705, 2698, 3, 1685544069),
15592(1277, 915, 705, 2699, 3, 1685544069),
15593(1278, 916, 706, 2700, 3, 1685544069),
15594(1279, 917, 706, 2701, 3, 1685544069),
15595(1280, 918, 707, 2702, 3, 1685544069),
15596(1281, 919, 707, 2703, 3, 1685544069),
15597(1282, 920, 707, 2704, 3, 1685544069),
15598(1283, 921, 708, 2695, 3, 1685544069),
15599(1284, 922, 708, 2696, 3, 1685544069),
15600(1285, 923, 708, 2697, 3, 1685544069),
15601(1286, 924, 709, 2698, 3, 1685544069),
15602(1287, 925, 709, 2699, 3, 1685544069),
15603(1288, 926, 710, 2700, 3, 1685544069),
15604(1289, 927, 710, 2701, 3, 1685544069),
15605(1290, 928, 711, 2702, 3, 1685544069),
15606(1291, 929, 711, 2703, 3, 1685544069),
15607(1292, 930, 711, 2704, 3, 1685544069),
15608(1293, 931, 712, 2695, 3, 1685544069),
15609(1294, 932, 712, 2696, 3, 1685544069),
15610(1295, 933, 712, 2697, 3, 1685544069),
15611(1296, 934, 713, 2698, 3, 1685544069),
15612(1297, 935, 713, 2699, 3, 1685544069),
15613(1298, 936, 714, 2700, 3, 1685544069),
15614(1299, 937, 714, 2701, 3, 1685544069),
15615(1300, 938, 715, 2702, 3, 1685544069),
15616(1301, 939, 715, 2703, 3, 1685544069),
15617(1302, 940, 715, 2704, 3, 1685544069),
15618(1316, 941, 716, 2695, 3, 1685544256),
15619(1317, 942, 716, 2696, 3, 1685544256),
15620(1318, 943, 716, 2697, 3, 1685544256),
15621(1319, 944, 717, 2698, 3, 1685544256),
15622(1320, 945, 717, 2699, 3, 1685544256),
15623(1321, 946, 718, 2700, 3, 1685544256),
15624(1322, 947, 718, 2701, 3, 1685544256),
15625(1323, 948, 719, 2702, 3, 1685544256),
15626(1324, 949, 719, 2703, 3, 1685544256),
15627(1325, 950, 719, 2704, 3, 1685544256),
15628(1326, 951, 720, 2695, 3, 1685544256),
15629(1327, 952, 720, 2696, 3, 1685544256),
15630(1328, 953, 720, 2697, 3, 1685544256),
15631(1329, 954, 721, 2698, 3, 1685544256),
15632(1330, 955, 721, 2699, 3, 1685544256),
15633(1331, 956, 722, 2700, 3, 1685544256),
15634(1332, 957, 722, 2701, 3, 1685544256),
15635(1333, 958, 723, 2702, 3, 1685544256),
15636(1334, 959, 723, 2703, 3, 1685544256),
15637(1335, 960, 723, 2704, 3, 1685544256),
15638(1336, 961, 724, 2695, 3, 1685544256),
15639(1337, 962, 724, 2696, 3, 1685544256),
15640(1338, 963, 724, 2697, 3, 1685544256),
15641(1339, 964, 725, 2698, 3, 1685544256),
15642(1340, 965, 725, 2699, 3, 1685544256),
15643(1341, 966, 726, 2700, 3, 1685544256),
15644(1342, 967, 726, 2701, 3, 1685544256),
15645(1343, 968, 727, 2702, 3, 1685544256),
15646(1344, 969, 727, 2703, 3, 1685544256),
15647(1345, 970, 727, 2704, 3, 1685544256),
15648(1346, 971, 728, 2695, 3, 1685544256),
15649(1347, 972, 728, 2696, 3, 1685544256),
15650(1348, 973, 728, 2697, 3, 1685544256),
15651(1349, 974, 729, 2698, 3, 1685544256),
15652(1350, 975, 729, 2699, 3, 1685544256),
15653(1351, 976, 730, 2700, 3, 1685544256),
15654(1352, 977, 730, 2701, 3, 1685544256),
15655(1353, 978, 731, 2702, 3, 1685544256),
15656(1354, 979, 731, 2703, 3, 1685544256),
15657(1355, 980, 731, 2704, 3, 1685544256),
15658(1356, 981, 732, 2695, 3, 1685544256),
15659(1357, 982, 732, 2696, 3, 1685544256),
15660(1358, 983, 732, 2697, 3, 1685544256),
15661(1359, 984, 733, 2698, 3, 1685544256),
15662(1360, 985, 733, 2699, 3, 1685544256),
15663(1361, 986, 734, 2700, 3, 1685544256),
15664(1362, 987, 734, 2701, 3, 1685544256),
15665(1363, 988, 735, 2702, 3, 1685544256),
15666(1364, 989, 735, 2703, 3, 1685544256),
15667(1365, 990, 735, 2704, 3, 1685544256),
15668(1379, 991, 736, 2695, 3, 1685544577),
15669(1380, 992, 736, 2696, 3, 1685544577),
15670(1381, 993, 736, 2697, 3, 1685544577),
15671(1382, 994, 737, 2698, 3, 1685544577),
15672(1383, 995, 737, 2699, 3, 1685544577),
15673(1384, 996, 738, 2700, 3, 1685544577),
15674(1385, 997, 738, 2701, 3, 1685544577),
15675(1386, 998, 739, 2702, 3, 1685544577),
15676(1387, 999, 739, 2703, 3, 1685544577),
15677(1388, 1000, 739, 2704, 3, 1685544577),
15678(1389, 1001, 740, 2695, 3, 1685544577),
15679(1390, 1002, 740, 2696, 3, 1685544577),
15680(1391, 1003, 740, 2697, 3, 1685544577),
15681(1392, 1004, 741, 2698, 3, 1685544577),
15682(1393, 1005, 741, 2699, 3, 1685544577),
15683(1394, 1006, 742, 2700, 3, 1685544577),
15684(1395, 1007, 742, 2701, 3, 1685544577),
15685(1396, 1008, 743, 2702, 3, 1685544577),
15686(1397, 1009, 743, 2703, 3, 1685544577),
15687(1398, 1010, 743, 2704, 3, 1685544577),
15688(1399, 1011, 744, 2695, 3, 1685544577),
15689(1400, 1012, 744, 2696, 3, 1685544577),
15690(1401, 1013, 744, 2697, 3, 1685544577),
15691(1402, 1014, 745, 2698, 3, 1685544577),
15692(1403, 1015, 745, 2699, 3, 1685544577),
15693(1404, 1016, 746, 2700, 3, 1685544577),
15694(1405, 1017, 746, 2701, 3, 1685544577),
15695(1406, 1018, 747, 2702, 3, 1685544577),
15696(1407, 1019, 747, 2703, 3, 1685544577),
15697(1408, 1020, 747, 2704, 3, 1685544577),
15698(1409, 1021, 748, 2695, 3, 1685544577),
15699(1410, 1022, 748, 2696, 3, 1685544577),
15700(1411, 1023, 748, 2697, 3, 1685544577),
15701(1412, 1024, 749, 2698, 3, 1685544577),
15702(1413, 1025, 749, 2699, 3, 1685544577),
15703(1414, 1026, 750, 2700, 3, 1685544577),
15704(1415, 1027, 750, 2701, 3, 1685544577),
15705(1416, 1028, 751, 2702, 3, 1685544577),
15706(1417, 1029, 751, 2703, 3, 1685544577),
15707(1418, 1030, 751, 2704, 3, 1685544577),
15708(1419, 1031, 752, 2695, 3, 1685544577),
15709(1420, 1032, 752, 2696, 3, 1685544577),
15710(1421, 1033, 752, 2697, 3, 1685544577),
15711(1422, 1034, 753, 2698, 3, 1685544577),
15712(1423, 1035, 753, 2699, 3, 1685544577),
15713(1424, 1036, 754, 2700, 3, 1685544577),
15714(1425, 1037, 754, 2701, 3, 1685544577),
15715(1426, 1038, 755, 2702, 3, 1685544577),
15716(1427, 1039, 755, 2703, 3, 1685544577),
15717(1428, 1040, 755, 2704, 3, 1685544577),
15718(1442, 1041, 756, 2695, 3, 1685544734),
15719(1443, 1042, 756, 2696, 3, 1685544734),
15720(1444, 1043, 756, 2697, 3, 1685544734),
15721(1445, 1044, 757, 2698, 3, 1685544734),
15722(1446, 1045, 757, 2699, 3, 1685544734),
15723(1447, 1046, 758, 2700, 3, 1685544734),
15724(1448, 1047, 758, 2701, 3, 1685544734),
15725(1449, 1048, 759, 2702, 3, 1685544734),
15726(1450, 1049, 759, 2703, 3, 1685544734),
15727(1451, 1050, 759, 2704, 3, 1685544734),
15728(1452, 1051, 760, 2695, 3, 1685544734),
15729(1453, 1052, 760, 2696, 3, 1685544734),
15730(1454, 1053, 760, 2697, 3, 1685544734),
15731(1455, 1054, 761, 2698, 3, 1685544734),
15732(1456, 1055, 761, 2699, 3, 1685544734),
15733(1457, 1056, 762, 2700, 3, 1685544734),
15734(1458, 1057, 762, 2701, 3, 1685544734),
15735(1459, 1058, 763, 2702, 3, 1685544734),
15736(1460, 1059, 763, 2703, 3, 1685544734),
15737(1461, 1060, 763, 2704, 3, 1685544734),
15738(1462, 1061, 764, 2695, 3, 1685544734),
15739(1463, 1062, 764, 2696, 3, 1685544734),
15740(1464, 1063, 764, 2697, 3, 1685544734),
15741(1465, 1064, 765, 2698, 3, 1685544734),
15742(1466, 1065, 765, 2699, 3, 1685544734),
15743(1467, 1066, 766, 2700, 3, 1685544734),
15744(1468, 1067, 766, 2701, 3, 1685544734),
15745(1469, 1068, 767, 2702, 3, 1685544734),
15746(1470, 1069, 767, 2703, 3, 1685544734),
15747(1471, 1070, 767, 2704, 3, 1685544734),
15748(1472, 1071, 768, 2695, 3, 1685544734),
15749(1473, 1072, 768, 2696, 3, 1685544734),
15750(1474, 1073, 768, 2697, 3, 1685544734),
15751(1475, 1074, 769, 2698, 3, 1685544734),
15752(1476, 1075, 769, 2699, 3, 1685544734),
15753(1477, 1076, 770, 2700, 3, 1685544734),
15754(1478, 1077, 770, 2701, 3, 1685544734),
15755(1479, 1078, 771, 2702, 3, 1685544734),
15756(1480, 1079, 771, 2703, 3, 1685544734),
15757(1481, 1080, 771, 2704, 3, 1685544734),
15758(1482, 1081, 772, 2695, 3, 1685544734),
15759(1483, 1082, 772, 2696, 3, 1685544734),
15760(1484, 1083, 772, 2697, 3, 1685544734),
15761(1485, 1084, 773, 2698, 3, 1685544734),
15762(1486, 1085, 773, 2699, 3, 1685544734),
15763(1487, 1086, 774, 2700, 3, 1685544734),
15764(1488, 1087, 774, 2701, 3, 1685544734),
15765(1489, 1088, 775, 2702, 3, 1685544734),
15766(1490, 1089, 775, 2703, 3, 1685544734),
15767(1491, 1090, 775, 2704, 3, 1685544734),
15768(1505, 1091, 776, 2695, 3, 1685545564),
15769(1506, 1092, 776, 2696, 3, 1685545564),
15770(1507, 1093, 776, 2697, 3, 1685545564),
15771(1508, 1094, 777, 2698, 3, 1685545564),
15772(1509, 1095, 777, 2699, 3, 1685545564),
15773(1510, 1096, 778, 2700, 3, 1685545564),
15774(1511, 1097, 778, 2701, 3, 1685545564),
15775(1512, 1098, 779, 2702, 3, 1685545564),
15776(1513, 1099, 779, 2703, 3, 1685545564),
15777(1514, 1100, 779, 2704, 3, 1685545564),
15778(1515, 1101, 780, 2695, 3, 1685545564),
15779(1516, 1102, 780, 2696, 3, 1685545564),
15780(1517, 1103, 780, 2697, 3, 1685545564),
15781(1518, 1104, 781, 2698, 3, 1685545564),
15782(1519, 1105, 781, 2699, 3, 1685545564),
15783(1520, 1106, 782, 2700, 3, 1685545564),
15784(1521, 1107, 782, 2701, 3, 1685545564),
15785(1522, 1108, 783, 2702, 3, 1685545564),
15786(1523, 1109, 783, 2703, 3, 1685545564),
15787(1524, 1110, 783, 2704, 3, 1685545564),
15788(1525, 1111, 784, 2695, 3, 1685545564),
15789(1526, 1112, 784, 2696, 3, 1685545564),
15790(1527, 1113, 784, 2697, 3, 1685545564),
15791(1528, 1114, 785, 2698, 3, 1685545564),
15792(1529, 1115, 785, 2699, 3, 1685545564),
15793(1530, 1116, 786, 2700, 3, 1685545564),
15794(1531, 1117, 786, 2701, 3, 1685545564),
15795(1532, 1118, 787, 2702, 3, 1685545564),
15796(1533, 1119, 787, 2703, 3, 1685545564),
15797(1534, 1120, 787, 2704, 3, 1685545564),
15798(1535, 1121, 788, 2695, 3, 1685545564),
15799(1536, 1122, 788, 2696, 3, 1685545564),
15800(1537, 1123, 788, 2697, 3, 1685545564),
15801(1538, 1124, 789, 2698, 3, 1685545564),
15802(1539, 1125, 789, 2699, 3, 1685545564),
15803(1540, 1126, 790, 2700, 3, 1685545564),
15804(1541, 1127, 790, 2701, 3, 1685545564),
15805(1542, 1128, 791, 2702, 3, 1685545564),
15806(1543, 1129, 791, 2703, 3, 1685545564),
15807(1544, 1130, 791, 2704, 3, 1685545564),
15808(1545, 1131, 792, 2695, 3, 1685545564),
15809(1546, 1132, 792, 2696, 3, 1685545564),
15810(1547, 1133, 792, 2697, 3, 1685545564),
15811(1548, 1134, 793, 2698, 3, 1685545564),
15812(1549, 1135, 793, 2699, 3, 1685545564),
15813(1550, 1136, 794, 2700, 3, 1685545564),
15814(1551, 1137, 794, 2701, 3, 1685545564),
15815(1552, 1138, 795, 2702, 3, 1685545564),
15816(1553, 1139, 795, 2703, 3, 1685545564),
15817(1554, 1140, 795, 2704, 3, 1685545564),
15818(1568, 1141, 796, 2695, 3, 1685549239),
15819(1569, 1142, 796, 2696, 3, 1685549239),
15820(1570, 1143, 796, 2697, 3, 1685549239),
15821(1571, 1144, 797, 2698, 3, 1685549239),
15822(1572, 1145, 797, 2699, 3, 1685549239),
15823(1573, 1146, 798, 2700, 3, 1685549239),
15824(1574, 1147, 798, 2701, 3, 1685549239),
15825(1575, 1148, 799, 2702, 3, 1685549239),
15826(1576, 1149, 799, 2703, 3, 1685549239),
15827(1577, 1150, 799, 2704, 3, 1685549239),
15828(1578, 1151, 800, 2695, 3, 1685549239),
15829(1579, 1152, 800, 2696, 3, 1685549239),
15830(1580, 1153, 800, 2697, 3, 1685549239),
15831(1581, 1154, 801, 2698, 3, 1685549239),
15832(1582, 1155, 801, 2699, 3, 1685549239),
15833(1583, 1156, 802, 2700, 3, 1685549239),
15834(1584, 1157, 802, 2701, 3, 1685549239),
15835(1585, 1158, 803, 2702, 3, 1685549239),
15836(1586, 1159, 803, 2703, 3, 1685549239),
15837(1587, 1160, 803, 2704, 3, 1685549239),
15838(1588, 1161, 804, 2695, 3, 1685549239),
15839(1589, 1162, 804, 2696, 3, 1685549239),
15840(1590, 1163, 804, 2697, 3, 1685549239),
15841(1591, 1164, 805, 2698, 3, 1685549239),
15842(1592, 1165, 805, 2699, 3, 1685549239),
15843(1593, 1166, 806, 2700, 3, 1685549239),
15844(1594, 1167, 806, 2701, 3, 1685549239),
15845(1595, 1168, 807, 2702, 3, 1685549239),
15846(1596, 1169, 807, 2703, 3, 1685549239),
15847(1597, 1170, 807, 2704, 3, 1685549239),
15848(1598, 1171, 808, 2695, 3, 1685549239),
15849(1599, 1172, 808, 2696, 3, 1685549239),
15850(1600, 1173, 808, 2697, 3, 1685549239),
15851(1601, 1174, 809, 2698, 3, 1685549239),
15852(1602, 1175, 809, 2699, 3, 1685549239),
15853(1603, 1176, 810, 2700, 3, 1685549239),
15854(1604, 1177, 810, 2701, 3, 1685549239),
15855(1605, 1178, 811, 2702, 3, 1685549239),
15856(1606, 1179, 811, 2703, 3, 1685549239),
15857(1607, 1180, 811, 2704, 3, 1685549239),
15858(1608, 1181, 812, 2695, 3, 1685549239),
15859(1609, 1182, 812, 2696, 3, 1685549239),
15860(1610, 1183, 812, 2697, 3, 1685549239),
15861(1611, 1184, 813, 2698, 3, 1685549239),
15862(1612, 1185, 813, 2699, 3, 1685549239),
15863(1613, 1186, 814, 2700, 3, 1685549239),
15864(1614, 1187, 814, 2701, 3, 1685549239),
15865(1615, 1188, 815, 2702, 3, 1685549239),
15866(1616, 1189, 815, 2703, 3, 1685549239),
15867(1617, 1190, 815, 2704, 3, 1685549239),
15868(1631, 1191, 816, 2695, 3, 1685549413),
15869(1632, 1192, 816, 2696, 3, 1685549413),
15870(1633, 1193, 816, 2697, 3, 1685549413),
15871(1634, 1194, 817, 2698, 3, 1685549413),
15872(1635, 1195, 817, 2699, 3, 1685549413),
15873(1636, 1196, 818, 2700, 3, 1685549413),
15874(1637, 1197, 818, 2701, 3, 1685549413),
15875(1638, 1198, 819, 2702, 3, 1685549413),
15876(1639, 1199, 819, 2703, 3, 1685549413),
15877(1640, 1200, 819, 2704, 3, 1685549413),
15878(1641, 1201, 820, 2695, 3, 1685549413),
15879(1642, 1202, 820, 2696, 3, 1685549413),
15880(1643, 1203, 820, 2697, 3, 1685549413),
15881(1644, 1204, 821, 2698, 3, 1685549413),
15882(1645, 1205, 821, 2699, 3, 1685549413),
15883(1646, 1206, 822, 2700, 3, 1685549413),
15884(1647, 1207, 822, 2701, 3, 1685549413),
15885(1648, 1208, 823, 2702, 3, 1685549413),
15886(1649, 1209, 823, 2703, 3, 1685549413),
15887(1650, 1210, 823, 2704, 3, 1685549413),
15888(1651, 1211, 824, 2695, 3, 1685549413),
15889(1652, 1212, 824, 2696, 3, 1685549413),
15890(1653, 1213, 824, 2697, 3, 1685549413),
15891(1654, 1214, 825, 2698, 3, 1685549413),
15892(1655, 1215, 825, 2699, 3, 1685549413),
15893(1656, 1216, 826, 2700, 3, 1685549413),
15894(1657, 1217, 826, 2701, 3, 1685549413),
15895(1658, 1218, 827, 2702, 3, 1685549413),
15896(1659, 1219, 827, 2703, 3, 1685549413),
15897(1660, 1220, 827, 2704, 3, 1685549413),
15898(1661, 1221, 828, 2695, 3, 1685549413),
15899(1662, 1222, 828, 2696, 3, 1685549413),
15900(1663, 1223, 828, 2697, 3, 1685549413),
15901(1664, 1224, 829, 2698, 3, 1685549413),
15902(1665, 1225, 829, 2699, 3, 1685549413),
15903(1666, 1226, 830, 2700, 3, 1685549413),
15904(1667, 1227, 830, 2701, 3, 1685549413),
15905(1668, 1228, 831, 2702, 3, 1685549413),
15906(1669, 1229, 831, 2703, 3, 1685549413),
15907(1670, 1230, 831, 2704, 3, 1685549413),
15908(1671, 1231, 832, 2695, 3, 1685549413),
15909(1672, 1232, 832, 2696, 3, 1685549413),
15910(1673, 1233, 832, 2697, 3, 1685549413),
15911(1674, 1234, 833, 2698, 3, 1685549413),
15912(1675, 1235, 833, 2699, 3, 1685549413),
15913(1676, 1236, 834, 2700, 3, 1685549413),
15914(1677, 1237, 834, 2701, 3, 1685549413),
15915(1678, 1238, 835, 2702, 3, 1685549413),
15916(1679, 1239, 835, 2703, 3, 1685549413),
15917(1680, 1240, 835, 2704, 3, 1685549413),
15918(1694, 1241, 836, 2695, 3, 1685549478),
15919(1695, 1242, 836, 2696, 3, 1685549478),
15920(1696, 1243, 836, 2697, 3, 1685549478),
15921(1697, 1244, 837, 2698, 3, 1685549478),
15922(1698, 1245, 837, 2699, 3, 1685549478),
15923(1699, 1246, 838, 2700, 3, 1685549478),
15924(1700, 1247, 838, 2701, 3, 1685549478),
15925(1701, 1248, 839, 2702, 3, 1685549478),
15926(1702, 1249, 839, 2703, 3, 1685549478),
15927(1703, 1250, 839, 2704, 3, 1685549478),
15928(1704, 1251, 840, 2695, 3, 1685549478),
15929(1705, 1252, 840, 2696, 3, 1685549478),
15930(1706, 1253, 840, 2697, 3, 1685549478),
15931(1707, 1254, 841, 2698, 3, 1685549478),
15932(1708, 1255, 841, 2699, 3, 1685549478),
15933(1709, 1256, 842, 2700, 3, 1685549478),
15934(1710, 1257, 842, 2701, 3, 1685549478),
15935(1711, 1258, 843, 2702, 3, 1685549478),
15936(1712, 1259, 843, 2703, 3, 1685549478),
15937(1713, 1260, 843, 2704, 3, 1685549478),
15938(1714, 1261, 844, 2695, 3, 1685549478),
15939(1715, 1262, 844, 2696, 3, 1685549478),
15940(1716, 1263, 844, 2697, 3, 1685549478),
15941(1717, 1264, 845, 2698, 3, 1685549478),
15942(1718, 1265, 845, 2699, 3, 1685549478),
15943(1719, 1266, 846, 2700, 3, 1685549478),
15944(1720, 1267, 846, 2701, 3, 1685549478),
15945(1721, 1268, 847, 2702, 3, 1685549478),
15946(1722, 1269, 847, 2703, 3, 1685549478),
15947(1723, 1270, 847, 2704, 3, 1685549478),
15948(1724, 1271, 848, 2695, 3, 1685549478),
15949(1725, 1272, 848, 2696, 3, 1685549478),
15950(1726, 1273, 848, 2697, 3, 1685549478),
15951(1727, 1274, 849, 2698, 3, 1685549478),
15952(1728, 1275, 849, 2699, 3, 1685549478),
15953(1729, 1276, 850, 2700, 3, 1685549478),
15954(1730, 1277, 850, 2701, 3, 1685549478),
15955(1731, 1278, 851, 2702, 3, 1685549478),
15956(1732, 1279, 851, 2703, 3, 1685549478),
15957(1733, 1280, 851, 2704, 3, 1685549478),
15958(1734, 1281, 852, 2695, 3, 1685549478),
15959(1735, 1282, 852, 2696, 3, 1685549478),
15960(1736, 1283, 852, 2697, 3, 1685549478),
15961(1737, 1284, 853, 2698, 3, 1685549478),
15962(1738, 1285, 853, 2699, 3, 1685549478),
15963(1739, 1286, 854, 2700, 3, 1685549478),
15964(1740, 1287, 854, 2701, 3, 1685549478),
15965(1741, 1288, 855, 2702, 3, 1685549478),
15966(1742, 1289, 855, 2703, 3, 1685549478),
15967(1743, 1290, 855, 2704, 3, 1685549478),
15968(1757, 1291, 856, 2695, 3, 1685549542),
15969(1758, 1292, 856, 2696, 3, 1685549542),
15970(1759, 1293, 856, 2697, 3, 1685549542),
15971(1760, 1294, 857, 2698, 3, 1685549542),
15972(1761, 1295, 857, 2699, 3, 1685549542),
15973(1762, 1296, 858, 2700, 3, 1685549542),
15974(1763, 1297, 858, 2701, 3, 1685549542),
15975(1764, 1298, 859, 2702, 3, 1685549542),
15976(1765, 1299, 859, 2703, 3, 1685549542),
15977(1766, 1300, 859, 2704, 3, 1685549542),
15978(1767, 1301, 860, 2695, 3, 1685549542),
15979(1768, 1302, 860, 2696, 3, 1685549542),
15980(1769, 1303, 860, 2697, 3, 1685549542),
15981(1770, 1304, 861, 2698, 3, 1685549542),
15982(1771, 1305, 861, 2699, 3, 1685549542),
15983(1772, 1306, 862, 2700, 3, 1685549542),
15984(1773, 1307, 862, 2701, 3, 1685549542),
15985(1774, 1308, 863, 2702, 3, 1685549542),
15986(1775, 1309, 863, 2703, 3, 1685549542),
15987(1776, 1310, 863, 2704, 3, 1685549542),
15988(1777, 1311, 864, 2695, 3, 1685549542),
15989(1778, 1312, 864, 2696, 3, 1685549542),
15990(1779, 1313, 864, 2697, 3, 1685549542),
15991(1780, 1314, 865, 2698, 3, 1685549542),
15992(1781, 1315, 865, 2699, 3, 1685549542),
15993(1782, 1316, 866, 2700, 3, 1685549542),
15994(1783, 1317, 866, 2701, 3, 1685549542),
15995(1784, 1318, 867, 2702, 3, 1685549542),
15996(1785, 1319, 867, 2703, 3, 1685549542),
15997(1786, 1320, 867, 2704, 3, 1685549542),
15998(1787, 1321, 868, 2695, 3, 1685549542),
15999(1788, 1322, 868, 2696, 3, 1685549542),
16000(1789, 1323, 868, 2697, 3, 1685549542),
16001(1790, 1324, 869, 2698, 3, 1685549542),
16002(1791, 1325, 869, 2699, 3, 1685549542),
16003(1792, 1326, 870, 2700, 3, 1685549542),
16004(1793, 1327, 870, 2701, 3, 1685549542),
16005(1794, 1328, 871, 2702, 3, 1685549542),
16006(1795, 1329, 871, 2703, 3, 1685549542),
16007(1796, 1330, 871, 2704, 3, 1685549542),
16008(1797, 1331, 872, 2695, 3, 1685549542),
16009(1798, 1332, 872, 2696, 3, 1685549542),
16010(1799, 1333, 872, 2697, 3, 1685549542),
16011(1800, 1334, 873, 2698, 3, 1685549542),
16012(1801, 1335, 873, 2699, 3, 1685549542),
16013(1802, 1336, 874, 2700, 3, 1685549542),
16014(1803, 1337, 874, 2701, 3, 1685549542),
16015(1804, 1338, 875, 2702, 3, 1685549542),
16016(1805, 1339, 875, 2703, 3, 1685549542),
16017(1806, 1340, 875, 2704, 3, 1685549542),
16018(1820, 1341, 876, 2695, 3, 1685553181),
16019(1821, 1342, 876, 2696, 3, 1685553181),
16020(1822, 1343, 876, 2697, 3, 1685553181),
16021(1823, 1344, 877, 2698, 3, 1685553181),
16022(1824, 1345, 877, 2699, 3, 1685553181),
16023(1825, 1346, 878, 2700, 3, 1685553181),
16024(1826, 1347, 878, 2701, 3, 1685553181),
16025(1827, 1348, 879, 2702, 3, 1685553181),
16026(1828, 1349, 879, 2703, 3, 1685553181),
16027(1829, 1350, 879, 2704, 3, 1685553181),
16028(1830, 1351, 880, 2695, 3, 1685553181),
16029(1831, 1352, 880, 2696, 3, 1685553181),
16030(1832, 1353, 880, 2697, 3, 1685553181),
16031(1833, 1354, 881, 2698, 3, 1685553181),
16032(1834, 1355, 881, 2699, 3, 1685553181),
16033(1835, 1356, 882, 2700, 3, 1685553181),
16034(1836, 1357, 882, 2701, 3, 1685553181),
16035(1837, 1358, 883, 2702, 3, 1685553181),
16036(1838, 1359, 883, 2703, 3, 1685553181),
16037(1839, 1360, 883, 2704, 3, 1685553181),
16038(1840, 1361, 884, 2695, 3, 1685553181),
16039(1841, 1362, 884, 2696, 3, 1685553181),
16040(1842, 1363, 884, 2697, 3, 1685553181),
16041(1843, 1364, 885, 2698, 3, 1685553181),
16042(1844, 1365, 885, 2699, 3, 1685553181);
16043INSERT INTO `cbme_learner_epa_progress_history` (`lep_history_id`, `learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES
16044(1845, 1366, 886, 2700, 3, 1685553181),
16045(1846, 1367, 886, 2701, 3, 1685553181),
16046(1847, 1368, 887, 2702, 3, 1685553181),
16047(1848, 1369, 887, 2703, 3, 1685553181),
16048(1849, 1370, 887, 2704, 3, 1685553181),
16049(1850, 1371, 888, 2695, 3, 1685553181),
16050(1851, 1372, 888, 2696, 3, 1685553181),
16051(1852, 1373, 888, 2697, 3, 1685553181),
16052(1853, 1374, 889, 2698, 3, 1685553181),
16053(1854, 1375, 889, 2699, 3, 1685553181),
16054(1855, 1376, 890, 2700, 3, 1685553181),
16055(1856, 1377, 890, 2701, 3, 1685553181),
16056(1857, 1378, 891, 2702, 3, 1685553181),
16057(1858, 1379, 891, 2703, 3, 1685553181),
16058(1859, 1380, 891, 2704, 3, 1685553181),
16059(1860, 1381, 892, 2695, 3, 1685553181),
16060(1861, 1382, 892, 2696, 3, 1685553181),
16061(1862, 1383, 892, 2697, 3, 1685553181),
16062(1863, 1384, 893, 2698, 3, 1685553181),
16063(1864, 1385, 893, 2699, 3, 1685553181),
16064(1865, 1386, 894, 2700, 3, 1685553181),
16065(1866, 1387, 894, 2701, 3, 1685553181),
16066(1867, 1388, 895, 2702, 3, 1685553181),
16067(1868, 1389, 895, 2703, 3, 1685553181),
16068(1869, 1390, 895, 2704, 3, 1685553181),
16069(1883, 1391, 896, 2695, 3, 1685556919),
16070(1884, 1392, 896, 2696, 3, 1685556919),
16071(1885, 1393, 896, 2697, 3, 1685556919),
16072(1886, 1394, 897, 2698, 3, 1685556919),
16073(1887, 1395, 897, 2699, 3, 1685556919),
16074(1888, 1396, 898, 2700, 3, 1685556919),
16075(1889, 1397, 898, 2701, 3, 1685556919),
16076(1890, 1398, 899, 2702, 3, 1685556919),
16077(1891, 1399, 899, 2703, 3, 1685556919),
16078(1892, 1400, 899, 2704, 3, 1685556919),
16079(1893, 1401, 900, 2695, 3, 1685556919),
16080(1894, 1402, 900, 2696, 3, 1685556919),
16081(1895, 1403, 900, 2697, 3, 1685556919),
16082(1896, 1404, 901, 2698, 3, 1685556919),
16083(1897, 1405, 901, 2699, 3, 1685556919),
16084(1898, 1406, 902, 2700, 3, 1685556919),
16085(1899, 1407, 902, 2701, 3, 1685556919),
16086(1900, 1408, 903, 2702, 3, 1685556919),
16087(1901, 1409, 903, 2703, 3, 1685556919),
16088(1902, 1410, 903, 2704, 3, 1685556919),
16089(1903, 1411, 904, 2695, 3, 1685556919),
16090(1904, 1412, 904, 2696, 3, 1685556919),
16091(1905, 1413, 904, 2697, 3, 1685556919),
16092(1906, 1414, 905, 2698, 3, 1685556919),
16093(1907, 1415, 905, 2699, 3, 1685556919),
16094(1908, 1416, 906, 2700, 3, 1685556919),
16095(1909, 1417, 906, 2701, 3, 1685556919),
16096(1910, 1418, 907, 2702, 3, 1685556919),
16097(1911, 1419, 907, 2703, 3, 1685556919),
16098(1912, 1420, 907, 2704, 3, 1685556919),
16099(1913, 1421, 908, 2695, 3, 1685556919),
16100(1914, 1422, 908, 2696, 3, 1685556919),
16101(1915, 1423, 908, 2697, 3, 1685556919),
16102(1916, 1424, 909, 2698, 3, 1685556919),
16103(1917, 1425, 909, 2699, 3, 1685556919),
16104(1918, 1426, 910, 2700, 3, 1685556919),
16105(1919, 1427, 910, 2701, 3, 1685556919),
16106(1920, 1428, 911, 2702, 3, 1685556919),
16107(1921, 1429, 911, 2703, 3, 1685556919),
16108(1922, 1430, 911, 2704, 3, 1685556919),
16109(1923, 1431, 912, 2695, 3, 1685556919),
16110(1924, 1432, 912, 2696, 3, 1685556919),
16111(1925, 1433, 912, 2697, 3, 1685556919),
16112(1926, 1434, 913, 2698, 3, 1685556919),
16113(1927, 1435, 913, 2699, 3, 1685556919),
16114(1928, 1436, 914, 2700, 3, 1685556919),
16115(1929, 1437, 914, 2701, 3, 1685556919),
16116(1930, 1438, 915, 2702, 3, 1685556919),
16117(1931, 1439, 915, 2703, 3, 1685556919),
16118(1932, 1440, 915, 2704, 3, 1685556919),
16119(1933, 1441, 916, 2695, 3, 1685644315),
16120(1934, 1442, 916, 2696, 3, 1685644315),
16121(1935, 1443, 916, 2697, 3, 1685644315),
16122(1936, 1444, 917, 2698, 3, 1685644315),
16123(1937, 1445, 917, 2699, 3, 1685644315),
16124(1938, 1446, 918, 2700, 3, 1685644315),
16125(1939, 1447, 918, 2701, 3, 1685644315),
16126(1940, 1448, 919, 2702, 3, 1685644315),
16127(1941, 1449, 919, 2703, 3, 1685644315),
16128(1942, 1450, 919, 2704, 3, 1685644315),
16129(1943, 1451, 920, 2695, 3, 1685644315),
16130(1944, 1452, 920, 2696, 3, 1685644315),
16131(1945, 1453, 920, 2697, 3, 1685644315),
16132(1946, 1454, 921, 2698, 3, 1685644315),
16133(1947, 1455, 921, 2699, 3, 1685644315),
16134(1948, 1456, 922, 2700, 3, 1685644315),
16135(1949, 1457, 922, 2701, 3, 1685644315),
16136(1950, 1458, 923, 2702, 3, 1685644315),
16137(1951, 1459, 923, 2703, 3, 1685644315),
16138(1952, 1460, 923, 2704, 3, 1685644315),
16139(1953, 1461, 924, 2695, 3, 1685644315),
16140(1954, 1462, 924, 2696, 3, 1685644315),
16141(1955, 1463, 924, 2697, 3, 1685644315),
16142(1956, 1464, 925, 2698, 3, 1685644315),
16143(1957, 1465, 925, 2699, 3, 1685644315),
16144(1958, 1466, 926, 2700, 3, 1685644315),
16145(1959, 1467, 926, 2701, 3, 1685644315),
16146(1960, 1468, 927, 2702, 3, 1685644315),
16147(1961, 1469, 927, 2703, 3, 1685644315),
16148(1962, 1470, 927, 2704, 3, 1685644315),
16149(1963, 1471, 928, 2695, 3, 1685644315),
16150(1964, 1472, 928, 2696, 3, 1685644315),
16151(1965, 1473, 928, 2697, 3, 1685644315),
16152(1966, 1474, 929, 2698, 3, 1685644315),
16153(1967, 1475, 929, 2699, 3, 1685644315),
16154(1968, 1476, 930, 2700, 3, 1685644315),
16155(1969, 1477, 930, 2701, 3, 1685644315),
16156(1970, 1478, 931, 2702, 3, 1685644315),
16157(1971, 1479, 931, 2703, 3, 1685644315),
16158(1972, 1480, 931, 2704, 3, 1685644315),
16159(1973, 1481, 932, 2695, 3, 1685644315),
16160(1974, 1482, 932, 2696, 3, 1685644315),
16161(1975, 1483, 932, 2697, 3, 1685644315),
16162(1976, 1484, 933, 2698, 3, 1685644315),
16163(1977, 1485, 933, 2699, 3, 1685644315),
16164(1978, 1486, 934, 2700, 3, 1685644315),
16165(1979, 1487, 934, 2701, 3, 1685644315),
16166(1980, 1488, 935, 2702, 3, 1685644315),
16167(1981, 1489, 935, 2703, 3, 1685644315),
16168(1982, 1490, 935, 2704, 3, 1685644315);
1278716169
12788-- --------------------------------------------------------16170-- --------------------------------------------------------
1278916171
12790--16172--
12791-- Table structure for table `cbme_learner_epa_requirements_progress_totals`16173-- Table structure for table `cbme_learner_epa_requirements_progress_totals`
12792--16174--
1279316175
12794CREATE TABLE `cbme_learner_epa_requirements_progress_totals` (16176CREATE TABLE `cbme_learner_epa_requirements_progress_totals` (
12795  `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL,16177  `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL,
12796  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,16178  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,
12797  `total_assessment_attempts` int(11) NOT NULL,16179  `total_assessment_attempts` int(11) NOT NULL,
12798  `total_requirement_met_assessments` int(11) NOT NULL,16180  `total_requirement_met_assessments` int(11) NOT NULL,
12799  `total_assessments_required` int(11) NOT NULL,16181  `total_assessments_required` int(11) NOT NULL,
12800  `max_requirement_met_assessments` int(11) NOT NULL,16182  `max_requirement_met_assessments` int(11) NOT NULL,
12801  `percentage_complete` int(11) NOT NULL,16183  `percentage_complete` int(11) NOT NULL,
12802  `created_date` int(11) NOT NULL16184  `created_date` int(11) NOT NULL
12803) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16185) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn16186 
16187--
16188-- Dumping data for table `cbme_learner_epa_requirements_progress_totals`
16189--
16190 
16191INSERT INTO `cbme_learner_epa_requirements_progress_totals` (`learner_epa_requirements_progress_totals_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `total_assessments_required`, `max_requirement_met_assessments`, `percentage_complete`, `created_date`) VALUES
16192(441, 1491, 0, 0, 5, 0, 0, 1685644315),
16193(442, 1494, 1, 1, 6, 1, 17, 1685644315),
16194(443, 1495, 0, 0, 2, 0, 0, 1685644315),
16195(444, 1496, 0, 0, 3, 0, 0, 1685644315),
16196(445, 1497, 0, 0, 2, 0, 0, 1685644315),
16197(446, 1501, 0, 0, 5, 0, 0, 1685644315),
16198(447, 1504, 0, 0, 6, 0, 0, 1685644315),
16199(448, 1505, 0, 0, 2, 0, 0, 1685644315),
16200(449, 1506, 0, 0, 3, 0, 0, 1685644315),
16201(450, 1507, 0, 0, 2, 0, 0, 1685644315),
16202(451, 1511, 3, 3, 5, 3, 60, 1685644315),
16203(452, 1514, 1, 1, 6, 1, 17, 1685644315),
16204(453, 1515, 2, 2, 2, 2, 100, 1685644315),
16205(454, 1516, 3, 2, 3, 2, 67, 1685644315),
16206(455, 1517, 2, 2, 2, 2, 100, 1685644315),
16207(456, 1521, 0, 0, 5, 0, 0, 1685644316),
16208(457, 1524, 0, 0, 6, 0, 0, 1685644316),
16209(458, 1525, 0, 0, 2, 0, 0, 1685644316),
16210(459, 1526, 0, 0, 3, 0, 0, 1685644316),
16211(460, 1527, 0, 0, 2, 0, 0, 1685644316),
16212(461, 1531, 0, 0, 5, 0, 0, 1685644316),
16213(462, 1534, 0, 0, 6, 0, 0, 1685644316),
16214(463, 1535, 0, 0, 2, 0, 0, 1685644316),
16215(464, 1536, 0, 0, 3, 0, 0, 1685644316),
16216(465, 1537, 0, 0, 2, 0, 0, 1685644316);
1280416217
12805-- --------------------------------------------------------16218-- --------------------------------------------------------
1280616219
12807--16220--
12808-- Table structure for table `cbme_learner_epa_requirements_progress_totals_history`16221-- Table structure for table `cbme_learner_epa_requirements_progress_totals_history`
12809--16222--
1281016223
12811CREATE TABLE `cbme_learner_epa_requirements_progress_totals_history` (16224CREATE TABLE `cbme_learner_epa_requirements_progress_totals_history` (
12812  `lerpt_history_id` int(11) UNSIGNED NOT NULL,16225  `lerpt_history_id` int(11) UNSIGNED NOT NULL,
12813  `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL,16226  `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL,
12814  `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL,16227  `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL,
12815  `total_assessment_attempts` int(11) NOT NULL,16228  `total_assessment_attempts` int(11) NOT NULL,
12816  `total_requirement_met_assessments` int(11) NOT NULL,16229  `total_requirement_met_assessments` int(11) NOT NULL,
12817  `total_assessments_required` int(11) NOT NULL,16230  `total_assessments_required` int(11) NOT NULL,
12818  `max_requirement_met_assessments` int(11) NOT NULL,16231  `max_requirement_met_assessments` int(11) NOT NULL,
12819  `percentage_complete` int(11) NOT NULL,16232  `percentage_complete` int(11) NOT NULL,
12820  `created_date` int(11) NOT NULL16233  `created_date` int(11) NOT NULL
12821) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16234) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1282216235
nn16236--
16237-- Dumping data for table `cbme_learner_epa_requirements_progress_totals_history`
16238--
16239 
16240INSERT INTO `cbme_learner_epa_requirements_progress_totals_history` (`lerpt_history_id`, `learner_epa_requirements_progress_totals_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `total_assessments_required`, `max_requirement_met_assessments`, `percentage_complete`, `created_date`) VALUES
16241(1, 1, 2, 0, 0, 5, 0, 0, 1685469390),
16242(2, 2, 16, 0, 0, 5, 0, 0, 1685469390),
16243(3, 3, 30, 1, 1, 5, 1, 20, 1685469390),
16244(4, 4, 44, 0, 0, 5, 0, 0, 1685469390),
16245(5, 5, 58, 0, 0, 5, 0, 0, 1685469390),
16246(8, 6, 72, 0, 0, 5, 0, 0, 1685469717),
16247(9, 7, 86, 0, 0, 5, 0, 0, 1685469717),
16248(10, 8, 100, 1, 1, 5, 1, 20, 1685469717),
16249(11, 9, 114, 0, 0, 5, 0, 0, 1685469717),
16250(12, 10, 128, 0, 0, 5, 0, 0, 1685469717),
16251(15, 11, 141, 0, 0, 5, 0, 0, 1685469760),
16252(16, 12, 151, 0, 0, 5, 0, 0, 1685469760),
16253(17, 13, 161, 1, 1, 5, 1, 20, 1685469760),
16254(18, 14, 171, 0, 0, 5, 0, 0, 1685469760),
16255(19, 15, 181, 0, 0, 5, 0, 0, 1685469760),
16256(22, 16, 191, 0, 0, 5, 0, 0, 1685469827),
16257(23, 17, 201, 0, 0, 5, 0, 0, 1685469827),
16258(24, 18, 204, 0, 0, 5, 0, 0, 1685469827),
16259(25, 19, 221, 0, 0, 5, 0, 0, 1685469827),
16260(26, 20, 231, 0, 0, 5, 0, 0, 1685469827),
16261(27, 21, 234, 0, 0, 5, 0, 0, 1685469827),
16262(28, 22, 251, 1, 1, 5, 1, 20, 1685469827),
16263(29, 23, 261, 1, 1, 5, 1, 20, 1685469827),
16264(30, 24, 264, 1, 1, 5, 1, 20, 1685469827),
16265(31, 25, 281, 0, 0, 5, 0, 0, 1685469827),
16266(32, 26, 291, 0, 0, 5, 0, 0, 1685469827),
16267(33, 27, 294, 0, 0, 5, 0, 0, 1685469827),
16268(34, 28, 311, 0, 0, 5, 0, 0, 1685469827),
16269(35, 29, 321, 0, 0, 5, 0, 0, 1685469827),
16270(36, 30, 324, 0, 0, 5, 0, 0, 1685469827),
16271(37, 31, 341, 0, 0, 5, 0, 0, 1685470484),
16272(38, 32, 351, 0, 0, 5, 0, 0, 1685470484),
16273(39, 33, 361, 1, 1, 5, 1, 20, 1685470484),
16274(40, 34, 371, 0, 0, 5, 0, 0, 1685470484),
16275(41, 35, 381, 0, 0, 5, 0, 0, 1685470484),
16276(44, 36, 391, 0, 0, 5, 0, 0, 1685470575),
16277(45, 37, 394, 0, 0, 6, 0, 0, 1685470575),
16278(46, 38, 401, 0, 0, 5, 0, 0, 1685470575),
16279(47, 39, 404, 0, 0, 6, 0, 0, 1685470575),
16280(48, 40, 411, 1, 1, 5, 1, 20, 1685470575),
16281(49, 41, 414, 0, 0, 6, 0, 0, 1685470575),
16282(50, 42, 421, 0, 0, 5, 0, 0, 1685470575),
16283(51, 43, 424, 0, 0, 6, 0, 0, 1685470575),
16284(52, 44, 431, 0, 0, 5, 0, 0, 1685470575),
16285(53, 45, 434, 0, 0, 6, 0, 0, 1685470575),
16286(59, 46, 441, 0, 0, 5, 0, 0, 1685471591),
16287(60, 47, 444, 0, 0, 6, 0, 0, 1685471591),
16288(61, 48, 451, 0, 0, 5, 0, 0, 1685471591),
16289(62, 49, 454, 0, 0, 6, 0, 0, 1685471591),
16290(63, 50, 461, 1, 1, 5, 1, 20, 1685471591),
16291(64, 51, 464, 0, 0, 6, 0, 0, 1685471591),
16292(65, 52, 471, 0, 0, 5, 0, 0, 1685471591),
16293(66, 53, 474, 0, 0, 6, 0, 0, 1685471591),
16294(67, 54, 481, 0, 0, 5, 0, 0, 1685471591),
16295(68, 55, 484, 0, 0, 6, 0, 0, 1685471591),
16296(74, 56, 491, 0, 0, 5, 0, 0, 1685471627),
16297(75, 57, 494, 0, 0, 6, 0, 0, 1685471627),
16298(76, 58, 501, 0, 0, 5, 0, 0, 1685471627),
16299(77, 59, 504, 0, 0, 6, 0, 0, 1685471627),
16300(78, 60, 511, 1, 1, 5, 1, 20, 1685471627),
16301(79, 61, 514, 0, 0, 6, 0, 0, 1685471627),
16302(80, 62, 521, 0, 0, 5, 0, 0, 1685471627),
16303(81, 63, 524, 0, 0, 6, 0, 0, 1685471627),
16304(82, 64, 531, 0, 0, 5, 0, 0, 1685471627),
16305(83, 65, 534, 0, 0, 6, 0, 0, 1685471627),
16306(89, 66, 541, 0, 0, 5, 0, 0, 1685472748),
16307(90, 67, 544, 0, 0, 6, 0, 0, 1685472748),
16308(91, 68, 551, 0, 0, 5, 0, 0, 1685472748),
16309(92, 69, 554, 0, 0, 6, 0, 0, 1685472748),
16310(93, 70, 561, 1, 1, 5, 1, 20, 1685472748),
16311(94, 71, 564, 0, 0, 6, 0, 0, 1685472748),
16312(95, 72, 571, 0, 0, 5, 0, 0, 1685472748),
16313(96, 73, 574, 0, 0, 6, 0, 0, 1685472748),
16314(97, 74, 581, 0, 0, 5, 0, 0, 1685472748),
16315(98, 75, 584, 0, 0, 6, 0, 0, 1685472748),
16316(104, 76, 591, 0, 0, 5, 0, 0, 1685474009),
16317(105, 77, 594, 1, 1, 6, 1, 17, 1685474009),
16318(106, 78, 601, 0, 0, 5, 0, 0, 1685474009),
16319(107, 79, 604, 0, 0, 6, 0, 0, 1685474009),
16320(108, 80, 611, 1, 1, 5, 1, 20, 1685474009),
16321(109, 81, 614, 0, 0, 6, 0, 0, 1685474009),
16322(110, 82, 621, 0, 0, 5, 0, 0, 1685474009),
16323(111, 83, 624, 0, 0, 6, 0, 0, 1685474009),
16324(112, 84, 631, 0, 0, 5, 0, 0, 1685474009),
16325(113, 85, 634, 0, 0, 6, 0, 0, 1685474009),
16326(119, 86, 641, 0, 0, 5, 0, 0, 1685474156),
16327(120, 87, 644, 1, 1, 6, 1, 17, 1685474156),
16328(121, 88, 651, 0, 0, 5, 0, 0, 1685474156),
16329(122, 89, 654, 0, 0, 6, 0, 0, 1685474156),
16330(123, 90, 661, 1, 1, 5, 1, 20, 1685474156),
16331(124, 91, 664, 0, 0, 6, 0, 0, 1685474156),
16332(125, 92, 671, 0, 0, 5, 0, 0, 1685474156),
16333(126, 93, 674, 0, 0, 6, 0, 0, 1685474156),
16334(127, 94, 681, 0, 0, 5, 0, 0, 1685474156),
16335(128, 95, 684, 0, 0, 6, 0, 0, 1685474156),
16336(129, 96, 691, 0, 0, 5, 0, 0, 1685541479),
16337(130, 97, 694, 1, 1, 6, 1, 17, 1685541479),
16338(131, 98, 701, 0, 0, 5, 0, 0, 1685541479),
16339(132, 99, 704, 0, 0, 6, 0, 0, 1685541479),
16340(133, 100, 711, 1, 1, 5, 1, 20, 1685541479),
16341(134, 101, 714, 0, 0, 6, 0, 0, 1685541479),
16342(135, 102, 721, 0, 0, 5, 0, 0, 1685541479),
16343(136, 103, 724, 0, 0, 6, 0, 0, 1685541479),
16344(137, 104, 731, 0, 0, 5, 0, 0, 1685541479),
16345(138, 105, 734, 0, 0, 6, 0, 0, 1685541479),
16346(144, 106, 741, 0, 0, 5, 0, 0, 1685543475),
16347(145, 107, 744, 1, 1, 6, 1, 17, 1685543475),
16348(146, 108, 751, 0, 0, 5, 0, 0, 1685543475),
16349(147, 109, 754, 0, 0, 6, 0, 0, 1685543475),
16350(148, 110, 761, 3, 3, 5, 3, 60, 1685543475),
16351(149, 111, 764, 1, 1, 6, 1, 17, 1685543475),
16352(150, 112, 771, 0, 0, 5, 0, 0, 1685543475),
16353(151, 113, 774, 0, 0, 6, 0, 0, 1685543475),
16354(152, 114, 781, 0, 0, 5, 0, 0, 1685543475),
16355(153, 115, 784, 0, 0, 6, 0, 0, 1685543475),
16356(159, 116, 791, 0, 0, 5, 0, 0, 1685543480),
16357(160, 117, 794, 1, 1, 6, 1, 17, 1685543480),
16358(161, 118, 795, 0, 0, 2, 0, 0, 1685543480),
16359(162, 119, 796, 0, 0, 3, 0, 0, 1685543480),
16360(163, 120, 801, 0, 0, 5, 0, 0, 1685543480),
16361(164, 121, 804, 0, 0, 6, 0, 0, 1685543480),
16362(165, 122, 805, 0, 0, 2, 0, 0, 1685543480),
16363(166, 123, 806, 0, 0, 3, 0, 0, 1685543480),
16364(167, 124, 811, 3, 3, 5, 3, 60, 1685543480),
16365(168, 125, 814, 1, 1, 6, 1, 17, 1685543480),
16366(169, 126, 815, 0, 0, 2, 0, 0, 1685543480),
16367(170, 127, 816, 0, 0, 3, 0, 0, 1685543480),
16368(171, 128, 821, 0, 0, 5, 0, 0, 1685543480),
16369(172, 129, 824, 0, 0, 6, 0, 0, 1685543480),
16370(173, 130, 825, 0, 0, 2, 0, 0, 1685543480),
16371(174, 131, 826, 0, 0, 3, 0, 0, 1685543480),
16372(175, 132, 831, 0, 0, 5, 0, 0, 1685543480),
16373(176, 133, 834, 0, 0, 6, 0, 0, 1685543480),
16374(177, 134, 835, 0, 0, 2, 0, 0, 1685543480),
16375(178, 135, 836, 0, 0, 3, 0, 0, 1685543480),
16376(190, 136, 841, 0, 0, 5, 0, 0, 1685543975),
16377(191, 137, 844, 1, 1, 6, 1, 17, 1685543975),
16378(192, 138, 845, 0, 0, 2, 0, 0, 1685543975),
16379(193, 139, 846, 0, 0, 3, 0, 0, 1685543975),
16380(194, 140, 851, 0, 0, 5, 0, 0, 1685543975),
16381(195, 141, 854, 0, 0, 6, 0, 0, 1685543975),
16382(196, 142, 855, 0, 0, 2, 0, 0, 1685543975),
16383(197, 143, 856, 0, 0, 3, 0, 0, 1685543975),
16384(198, 144, 861, 3, 3, 5, 3, 60, 1685543975),
16385(199, 145, 864, 1, 1, 6, 1, 17, 1685543975),
16386(200, 146, 865, 0, 0, 2, 0, 0, 1685543975),
16387(201, 147, 866, 0, 0, 3, 0, 0, 1685543975),
16388(202, 148, 871, 0, 0, 5, 0, 0, 1685543975),
16389(203, 149, 874, 0, 0, 6, 0, 0, 1685543975),
16390(204, 150, 875, 0, 0, 2, 0, 0, 1685543975),
16391(205, 151, 876, 0, 0, 3, 0, 0, 1685543975),
16392(206, 152, 881, 0, 0, 5, 0, 0, 1685543975),
16393(207, 153, 884, 0, 0, 6, 0, 0, 1685543975),
16394(208, 154, 885, 0, 0, 2, 0, 0, 1685543975),
16395(209, 155, 886, 0, 0, 3, 0, 0, 1685543975),
16396(221, 156, 891, 0, 0, 5, 0, 0, 1685544069),
16397(222, 157, 894, 1, 1, 6, 1, 17, 1685544069),
16398(223, 158, 895, 0, 0, 2, 0, 0, 1685544069),
16399(224, 159, 896, 0, 0, 3, 0, 0, 1685544069),
16400(225, 160, 901, 0, 0, 5, 0, 0, 1685544069),
16401(226, 161, 904, 0, 0, 6, 0, 0, 1685544069),
16402(227, 162, 905, 0, 0, 2, 0, 0, 1685544069),
16403(228, 163, 906, 0, 0, 3, 0, 0, 1685544069),
16404(229, 164, 911, 3, 3, 5, 3, 60, 1685544069),
16405(230, 165, 914, 1, 1, 6, 1, 17, 1685544069),
16406(231, 166, 915, 1, 1, 2, 1, 50, 1685544069),
16407(232, 167, 916, 1, 1, 3, 1, 33, 1685544069),
16408(233, 168, 921, 0, 0, 5, 0, 0, 1685544069),
16409(234, 169, 924, 0, 0, 6, 0, 0, 1685544069),
16410(235, 170, 925, 0, 0, 2, 0, 0, 1685544069),
16411(236, 171, 926, 0, 0, 3, 0, 0, 1685544069),
16412(237, 172, 931, 0, 0, 5, 0, 0, 1685544069),
16413(238, 173, 934, 0, 0, 6, 0, 0, 1685544069),
16414(239, 174, 935, 0, 0, 2, 0, 0, 1685544069),
16415(240, 175, 936, 0, 0, 3, 0, 0, 1685544069),
16416(252, 176, 941, 0, 0, 5, 0, 0, 1685544256),
16417(253, 177, 944, 1, 1, 6, 1, 17, 1685544256),
16418(254, 178, 945, 0, 0, 2, 0, 0, 1685544256),
16419(255, 179, 946, 0, 0, 3, 0, 0, 1685544256),
16420(256, 180, 951, 0, 0, 5, 0, 0, 1685544256),
16421(257, 181, 954, 0, 0, 6, 0, 0, 1685544256),
16422(258, 182, 955, 0, 0, 2, 0, 0, 1685544256),
16423(259, 183, 956, 0, 0, 3, 0, 0, 1685544256),
16424(260, 184, 961, 3, 3, 5, 3, 60, 1685544256),
16425(261, 185, 964, 1, 1, 6, 1, 17, 1685544256),
16426(262, 186, 965, 2, 2, 2, 2, 100, 1685544256),
16427(263, 187, 966, 2, 2, 3, 2, 67, 1685544256),
16428(264, 188, 971, 0, 0, 5, 0, 0, 1685544256),
16429(265, 189, 974, 0, 0, 6, 0, 0, 1685544256),
16430(266, 190, 975, 0, 0, 2, 0, 0, 1685544256),
16431(267, 191, 976, 0, 0, 3, 0, 0, 1685544256),
16432(268, 192, 981, 0, 0, 5, 0, 0, 1685544256),
16433(269, 193, 984, 0, 0, 6, 0, 0, 1685544256),
16434(270, 194, 985, 0, 0, 2, 0, 0, 1685544256),
16435(271, 195, 986, 0, 0, 3, 0, 0, 1685544256),
16436(283, 196, 991, 0, 0, 5, 0, 0, 1685544577),
16437(284, 197, 994, 1, 1, 6, 1, 17, 1685544577),
16438(285, 198, 995, 0, 0, 2, 0, 0, 1685544577),
16439(286, 199, 996, 0, 0, 3, 0, 0, 1685544577),
16440(287, 200, 1001, 0, 0, 5, 0, 0, 1685544577),
16441(288, 201, 1004, 0, 0, 6, 0, 0, 1685544577),
16442(289, 202, 1005, 0, 0, 2, 0, 0, 1685544577),
16443(290, 203, 1006, 0, 0, 3, 0, 0, 1685544577),
16444(291, 204, 1011, 3, 3, 5, 3, 60, 1685544577),
16445(292, 205, 1014, 1, 1, 6, 1, 17, 1685544577),
16446(293, 206, 1015, 2, 2, 2, 2, 100, 1685544577),
16447(294, 207, 1016, 3, 2, 3, 2, 67, 1685544577),
16448(295, 208, 1021, 0, 0, 5, 0, 0, 1685544577),
16449(296, 209, 1024, 0, 0, 6, 0, 0, 1685544577),
16450(297, 210, 1025, 0, 0, 2, 0, 0, 1685544577),
16451(298, 211, 1026, 0, 0, 3, 0, 0, 1685544577),
16452(299, 212, 1031, 0, 0, 5, 0, 0, 1685544577),
16453(300, 213, 1034, 0, 0, 6, 0, 0, 1685544577),
16454(301, 214, 1035, 0, 0, 2, 0, 0, 1685544577),
16455(302, 215, 1036, 0, 0, 3, 0, 0, 1685544577),
16456(314, 216, 1041, 0, 0, 5, 0, 0, 1685544734),
16457(315, 217, 1044, 1, 1, 6, 1, 17, 1685544734),
16458(316, 218, 1045, 0, 0, 2, 0, 0, 1685544734),
16459(317, 219, 1046, 0, 0, 3, 0, 0, 1685544734),
16460(318, 220, 1047, 0, 0, 2, 0, 0, 1685544734),
16461(319, 221, 1051, 0, 0, 5, 0, 0, 1685544734),
16462(320, 222, 1054, 0, 0, 6, 0, 0, 1685544734),
16463(321, 223, 1055, 0, 0, 2, 0, 0, 1685544734),
16464(322, 224, 1056, 0, 0, 3, 0, 0, 1685544734),
16465(323, 225, 1057, 0, 0, 2, 0, 0, 1685544734),
16466(324, 226, 1061, 3, 3, 5, 3, 60, 1685544734),
16467(325, 227, 1064, 1, 1, 6, 1, 17, 1685544734),
16468(326, 228, 1065, 2, 2, 2, 2, 100, 1685544734),
16469(327, 229, 1066, 3, 2, 3, 2, 67, 1685544734),
16470(328, 230, 1067, 0, 0, 2, 0, 0, 1685544734),
16471(329, 231, 1071, 0, 0, 5, 0, 0, 1685544734),
16472(330, 232, 1074, 0, 0, 6, 0, 0, 1685544734),
16473(331, 233, 1075, 0, 0, 2, 0, 0, 1685544734),
16474(332, 234, 1076, 0, 0, 3, 0, 0, 1685544734),
16475(333, 235, 1077, 0, 0, 2, 0, 0, 1685544734),
16476(334, 236, 1081, 0, 0, 5, 0, 0, 1685544734),
16477(335, 237, 1084, 0, 0, 6, 0, 0, 1685544734),
16478(336, 238, 1085, 0, 0, 2, 0, 0, 1685544734),
16479(337, 239, 1086, 0, 0, 3, 0, 0, 1685544734),
16480(338, 240, 1087, 0, 0, 2, 0, 0, 1685544734),
16481(345, 241, 1091, 0, 0, 5, 0, 0, 1685545564),
16482(346, 242, 1094, 1, 1, 6, 1, 17, 1685545564),
16483(347, 243, 1095, 0, 0, 2, 0, 0, 1685545564),
16484(348, 244, 1096, 0, 0, 3, 0, 0, 1685545564),
16485(349, 245, 1097, 0, 0, 2, 0, 0, 1685545564),
16486(350, 246, 1101, 0, 0, 5, 0, 0, 1685545564),
16487(351, 247, 1104, 0, 0, 6, 0, 0, 1685545564),
16488(352, 248, 1105, 0, 0, 2, 0, 0, 1685545564),
16489(353, 249, 1106, 0, 0, 3, 0, 0, 1685545564),
16490(354, 250, 1107, 0, 0, 2, 0, 0, 1685545564),
16491(355, 251, 1111, 3, 3, 5, 3, 60, 1685545564),
16492(356, 252, 1114, 1, 1, 6, 1, 17, 1685545564),
16493(357, 253, 1115, 2, 2, 2, 2, 100, 1685545564),
16494(358, 254, 1116, 3, 2, 3, 2, 67, 1685545564),
16495(359, 255, 1117, 2, 2, 2, 2, 100, 1685545564),
16496(360, 256, 1121, 0, 0, 5, 0, 0, 1685545564),
16497(361, 257, 1124, 0, 0, 6, 0, 0, 1685545564),
16498(362, 258, 1125, 0, 0, 2, 0, 0, 1685545564),
16499(363, 259, 1126, 0, 0, 3, 0, 0, 1685545564),
16500(364, 260, 1127, 0, 0, 2, 0, 0, 1685545564),
16501(365, 261, 1131, 0, 0, 5, 0, 0, 1685545564),
16502(366, 262, 1134, 0, 0, 6, 0, 0, 1685545564),
16503(367, 263, 1135, 0, 0, 2, 0, 0, 1685545564),
16504(368, 264, 1136, 0, 0, 3, 0, 0, 1685545564),
16505(369, 265, 1137, 0, 0, 2, 0, 0, 1685545564),
16506(376, 266, 1141, 0, 0, 5, 0, 0, 1685549239),
16507(377, 267, 1144, 1, 1, 6, 1, 17, 1685549239),
16508(378, 268, 1145, 0, 0, 2, 0, 0, 1685549239),
16509(379, 269, 1146, 0, 0, 3, 0, 0, 1685549239),
16510(380, 270, 1147, 0, 0, 2, 0, 0, 1685549239),
16511(381, 271, 1151, 0, 0, 5, 0, 0, 1685549239),
16512(382, 272, 1154, 0, 0, 6, 0, 0, 1685549239),
16513(383, 273, 1155, 0, 0, 2, 0, 0, 1685549239),
16514(384, 274, 1156, 0, 0, 3, 0, 0, 1685549239),
16515(385, 275, 1157, 0, 0, 2, 0, 0, 1685549239),
16516(386, 276, 1161, 3, 3, 5, 3, 60, 1685549239),
16517(387, 277, 1164, 1, 1, 6, 1, 17, 1685549239),
16518(388, 278, 1165, 2, 2, 2, 2, 100, 1685549239),
16519(389, 279, 1166, 3, 2, 3, 2, 67, 1685549239),
16520(390, 280, 1167, 2, 2, 2, 2, 100, 1685549239),
16521(391, 281, 1171, 0, 0, 5, 0, 0, 1685549239),
16522(392, 282, 1174, 0, 0, 6, 0, 0, 1685549239),
16523(393, 283, 1175, 0, 0, 2, 0, 0, 1685549239),
16524(394, 284, 1176, 0, 0, 3, 0, 0, 1685549239),
16525(395, 285, 1177, 0, 0, 2, 0, 0, 1685549239),
16526(396, 286, 1181, 0, 0, 5, 0, 0, 1685549239),
16527(397, 287, 1184, 0, 0, 6, 0, 0, 1685549239),
16528(398, 288, 1185, 0, 0, 2, 0, 0, 1685549239),
16529(399, 289, 1186, 0, 0, 3, 0, 0, 1685549239),
16530(400, 290, 1187, 0, 0, 2, 0, 0, 1685549239),
16531(407, 291, 1191, 0, 0, 5, 0, 0, 1685549413),
16532(408, 292, 1194, 1, 1, 6, 1, 17, 1685549413),
16533(409, 293, 1195, 0, 0, 2, 0, 0, 1685549413),
16534(410, 294, 1196, 0, 0, 3, 0, 0, 1685549413),
16535(411, 295, 1197, 0, 0, 2, 0, 0, 1685549413),
16536(412, 296, 1201, 0, 0, 5, 0, 0, 1685549413),
16537(413, 297, 1204, 0, 0, 6, 0, 0, 1685549413),
16538(414, 298, 1205, 0, 0, 2, 0, 0, 1685549413),
16539(415, 299, 1206, 0, 0, 3, 0, 0, 1685549413),
16540(416, 300, 1207, 0, 0, 2, 0, 0, 1685549413),
16541(417, 301, 1211, 3, 3, 5, 3, 60, 1685549413),
16542(418, 302, 1214, 1, 1, 6, 1, 17, 1685549413),
16543(419, 303, 1215, 2, 2, 2, 2, 100, 1685549413),
16544(420, 304, 1216, 3, 2, 3, 2, 67, 1685549413),
16545(421, 305, 1217, 2, 2, 2, 2, 100, 1685549413),
16546(422, 306, 1221, 0, 0, 5, 0, 0, 1685549413),
16547(423, 307, 1224, 0, 0, 6, 0, 0, 1685549413),
16548(424, 308, 1225, 0, 0, 2, 0, 0, 1685549413),
16549(425, 309, 1226, 0, 0, 3, 0, 0, 1685549413),
16550(426, 310, 1227, 0, 0, 2, 0, 0, 1685549413),
16551(427, 311, 1231, 0, 0, 5, 0, 0, 1685549413),
16552(428, 312, 1234, 0, 0, 6, 0, 0, 1685549413),
16553(429, 313, 1235, 0, 0, 2, 0, 0, 1685549413),
16554(430, 314, 1236, 0, 0, 3, 0, 0, 1685549413),
16555(431, 315, 1237, 0, 0, 2, 0, 0, 1685549413),
16556(438, 316, 1241, 0, 0, 5, 0, 0, 1685549478),
16557(439, 317, 1244, 1, 1, 6, 1, 17, 1685549478),
16558(440, 318, 1245, 0, 0, 2, 0, 0, 1685549478),
16559(441, 319, 1246, 0, 0, 3, 0, 0, 1685549478),
16560(442, 320, 1247, 0, 0, 2, 0, 0, 1685549478),
16561(443, 321, 1251, 0, 0, 5, 0, 0, 1685549478),
16562(444, 322, 1254, 0, 0, 6, 0, 0, 1685549478),
16563(445, 323, 1255, 0, 0, 2, 0, 0, 1685549478),
16564(446, 324, 1256, 0, 0, 3, 0, 0, 1685549478),
16565(447, 325, 1257, 0, 0, 2, 0, 0, 1685549478),
16566(448, 326, 1261, 3, 3, 5, 3, 60, 1685549478),
16567(449, 327, 1264, 1, 1, 6, 1, 17, 1685549478),
16568(450, 328, 1265, 2, 2, 2, 2, 100, 1685549478),
16569(451, 329, 1266, 3, 2, 3, 2, 67, 1685549478),
16570(452, 330, 1267, 2, 2, 2, 2, 100, 1685549478),
16571(453, 331, 1271, 0, 0, 5, 0, 0, 1685549478),
16572(454, 332, 1274, 0, 0, 6, 0, 0, 1685549478),
16573(455, 333, 1275, 0, 0, 2, 0, 0, 1685549478),
16574(456, 334, 1276, 0, 0, 3, 0, 0, 1685549478),
16575(457, 335, 1277, 0, 0, 2, 0, 0, 1685549478),
16576(458, 336, 1281, 0, 0, 5, 0, 0, 1685549478),
16577(459, 337, 1284, 0, 0, 6, 0, 0, 1685549478),
16578(460, 338, 1285, 0, 0, 2, 0, 0, 1685549478),
16579(461, 339, 1286, 0, 0, 3, 0, 0, 1685549478),
16580(462, 340, 1287, 0, 0, 2, 0, 0, 1685549478),
16581(469, 341, 1291, 0, 0, 5, 0, 0, 1685549542),
16582(470, 342, 1294, 1, 1, 6, 1, 17, 1685549542),
16583(471, 343, 1295, 0, 0, 2, 0, 0, 1685549542),
16584(472, 344, 1296, 0, 0, 3, 0, 0, 1685549542),
16585(473, 345, 1297, 0, 0, 2, 0, 0, 1685549542),
16586(474, 346, 1301, 0, 0, 5, 0, 0, 1685549542),
16587(475, 347, 1304, 0, 0, 6, 0, 0, 1685549542),
16588(476, 348, 1305, 0, 0, 2, 0, 0, 1685549542),
16589(477, 349, 1306, 0, 0, 3, 0, 0, 1685549542),
16590(478, 350, 1307, 0, 0, 2, 0, 0, 1685549542),
16591(479, 351, 1311, 3, 3, 5, 3, 60, 1685549542),
16592(480, 352, 1314, 1, 1, 6, 1, 17, 1685549542),
16593(481, 353, 1315, 2, 2, 2, 2, 100, 1685549542),
16594(482, 354, 1316, 3, 2, 3, 2, 67, 1685549542),
16595(483, 355, 1317, 2, 2, 2, 2, 100, 1685549542),
16596(484, 356, 1321, 0, 0, 5, 0, 0, 1685549542),
16597(485, 357, 1324, 0, 0, 6, 0, 0, 1685549542),
16598(486, 358, 1325, 0, 0, 2, 0, 0, 1685549542),
16599(487, 359, 1326, 0, 0, 3, 0, 0, 1685549542),
16600(488, 360, 1327, 0, 0, 2, 0, 0, 1685549542),
16601(489, 361, 1331, 0, 0, 5, 0, 0, 1685549542),
16602(490, 362, 1334, 0, 0, 6, 0, 0, 1685549542),
16603(491, 363, 1335, 0, 0, 2, 0, 0, 1685549542),
16604(492, 364, 1336, 0, 0, 3, 0, 0, 1685549542),
16605(493, 365, 1337, 0, 0, 2, 0, 0, 1685549542),
16606(500, 366, 1341, 0, 0, 5, 0, 0, 1685553181),
16607(501, 367, 1344, 1, 1, 6, 1, 17, 1685553181),
16608(502, 368, 1345, 0, 0, 2, 0, 0, 1685553181),
16609(503, 369, 1346, 0, 0, 3, 0, 0, 1685553181),
16610(504, 370, 1347, 0, 0, 2, 0, 0, 1685553181),
16611(505, 371, 1351, 0, 0, 5, 0, 0, 1685553181),
16612(506, 372, 1354, 0, 0, 6, 0, 0, 1685553181),
16613(507, 373, 1355, 0, 0, 2, 0, 0, 1685553181),
16614(508, 374, 1356, 0, 0, 3, 0, 0, 1685553181),
16615(509, 375, 1357, 0, 0, 2, 0, 0, 1685553181),
16616(510, 376, 1361, 3, 3, 5, 3, 60, 1685553181),
16617(511, 377, 1364, 1, 1, 6, 1, 17, 1685553181),
16618(512, 378, 1365, 2, 2, 2, 2, 100, 1685553181),
16619(513, 379, 1366, 3, 2, 3, 2, 67, 1685553181),
16620(514, 380, 1367, 2, 2, 2, 2, 100, 1685553181),
16621(515, 381, 1371, 0, 0, 5, 0, 0, 1685553181),
16622(516, 382, 1374, 0, 0, 6, 0, 0, 1685553181),
16623(517, 383, 1375, 0, 0, 2, 0, 0, 1685553181),
16624(518, 384, 1376, 0, 0, 3, 0, 0, 1685553181),
16625(519, 385, 1377, 0, 0, 2, 0, 0, 1685553181),
16626(520, 386, 1381, 0, 0, 5, 0, 0, 1685553181),
16627(521, 387, 1384, 0, 0, 6, 0, 0, 1685553181),
16628(522, 388, 1385, 0, 0, 2, 0, 0, 1685553181),
16629(523, 389, 1386, 0, 0, 3, 0, 0, 1685553181),
16630(524, 390, 1387, 0, 0, 2, 0, 0, 1685553181),
16631(531, 391, 1391, 0, 0, 5, 0, 0, 1685556919),
16632(532, 392, 1394, 1, 1, 6, 1, 17, 1685556919),
16633(533, 393, 1395, 0, 0, 2, 0, 0, 1685556919),
16634(534, 394, 1396, 0, 0, 3, 0, 0, 1685556919),
16635(535, 395, 1397, 0, 0, 2, 0, 0, 1685556919),
16636(536, 396, 1401, 0, 0, 5, 0, 0, 1685556919),
16637(537, 397, 1404, 0, 0, 6, 0, 0, 1685556919),
16638(538, 398, 1405, 0, 0, 2, 0, 0, 1685556919),
16639(539, 399, 1406, 0, 0, 3, 0, 0, 1685556919),
16640(540, 400, 1407, 0, 0, 2, 0, 0, 1685556919),
16641(541, 401, 1411, 3, 3, 5, 3, 60, 1685556919),
16642(542, 402, 1414, 1, 1, 6, 1, 17, 1685556919),
16643(543, 403, 1415, 2, 2, 2, 2, 100, 1685556919),
16644(544, 404, 1416, 3, 2, 3, 2, 67, 1685556919),
16645(545, 405, 1417, 2, 2, 2, 2, 100, 1685556919),
16646(546, 406, 1421, 0, 0, 5, 0, 0, 1685556919),
16647(547, 407, 1424, 0, 0, 6, 0, 0, 1685556919),
16648(548, 408, 1425, 0, 0, 2, 0, 0, 1685556919),
16649(549, 409, 1426, 0, 0, 3, 0, 0, 1685556919),
16650(550, 410, 1427, 0, 0, 2, 0, 0, 1685556919),
16651(551, 411, 1431, 0, 0, 5, 0, 0, 1685556919),
16652(552, 412, 1434, 0, 0, 6, 0, 0, 1685556919),
16653(553, 413, 1435, 0, 0, 2, 0, 0, 1685556919),
16654(554, 414, 1436, 0, 0, 3, 0, 0, 1685556919),
16655(555, 415, 1437, 0, 0, 2, 0, 0, 1685556919),
16656(556, 416, 1441, 0, 0, 5, 0, 0, 1685644315),
16657(557, 417, 1444, 1, 1, 6, 1, 17, 1685644315),
16658(558, 418, 1445, 0, 0, 2, 0, 0, 1685644315),
16659(559, 419, 1446, 0, 0, 3, 0, 0, 1685644315),
16660(560, 420, 1447, 0, 0, 2, 0, 0, 1685644315),
16661(561, 421, 1451, 0, 0, 5, 0, 0, 1685644315),
16662(562, 422, 1454, 0, 0, 6, 0, 0, 1685644315),
16663(563, 423, 1455, 0, 0, 2, 0, 0, 1685644315),
16664(564, 424, 1456, 0, 0, 3, 0, 0, 1685644315),
16665(565, 425, 1457, 0, 0, 2, 0, 0, 1685644315),
16666(566, 426, 1461, 3, 3, 5, 3, 60, 1685644315),
16667(567, 427, 1464, 1, 1, 6, 1, 17, 1685644315),
16668(568, 428, 1465, 2, 2, 2, 2, 100, 1685644315),
16669(569, 429, 1466, 3, 2, 3, 2, 67, 1685644315),
16670(570, 430, 1467, 2, 2, 2, 2, 100, 1685644315),
16671(571, 431, 1471, 0, 0, 5, 0, 0, 1685644315),
16672(572, 432, 1474, 0, 0, 6, 0, 0, 1685644315),
16673(573, 433, 1475, 0, 0, 2, 0, 0, 1685644315),
16674(574, 434, 1476, 0, 0, 3, 0, 0, 1685644315),
16675(575, 435, 1477, 0, 0, 2, 0, 0, 1685644315),
16676(576, 436, 1481, 0, 0, 5, 0, 0, 1685644315),
16677(577, 437, 1484, 0, 0, 6, 0, 0, 1685644315),
16678(578, 438, 1485, 0, 0, 2, 0, 0, 1685644315),
16679(579, 439, 1486, 0, 0, 3, 0, 0, 1685644315),
16680(580, 440, 1487, 0, 0, 2, 0, 0, 1685644315);
16681 
12823-- --------------------------------------------------------16682-- --------------------------------------------------------
1282416683
12825--16684--
12826-- Table structure for table `cbme_learner_epa_requirement_matching_assessments`16685-- Table structure for table `cbme_learner_epa_requirement_matching_assessments`
12827--16686--
1282816687
12829CREATE TABLE `cbme_learner_epa_requirement_matching_assessments` (16688CREATE TABLE `cbme_learner_epa_requirement_matching_assessments` (
12830  `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL,16689  `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL,
12831  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,16690  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,
12832  `dassessment_id` int(11) UNSIGNED NOT NULL,16691  `dassessment_id` int(11) UNSIGNED NOT NULL,
12833  `completion_date` int(11) NOT NULL,16692  `completion_date` int(11) NOT NULL,
12834  `meets_criteria` int(11) NOT NULL,16693  `meets_criteria` int(11) NOT NULL,
12835  `assessor_proxy_id` int(11) NOT NULL,16694  `assessor_proxy_id` int(11) NOT NULL,
12836  `is_excess` int(11) NOT NULL,16695  `is_excess` int(11) NOT NULL,
12837  `is_point_of_completion` int(11) NOT NULL,16696  `is_point_of_completion` int(11) NOT NULL,
12838  `created_date` int(11) NOT NULL16697  `created_date` int(11) NOT NULL
12839) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16698) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn16699 
16700--
16701-- Dumping data for table `cbme_learner_epa_requirement_matching_assessments`
16702--
16703 
16704INSERT INTO `cbme_learner_epa_requirement_matching_assessments` (`learner_epa_requirement_matching_assessments_id`, `learner_epa_requirement_progress_id`, `dassessment_id`, `completion_date`, `meets_criteria`, `assessor_proxy_id`, `is_excess`, `is_point_of_completion`, `created_date`) VALUES
16705(165, 442, 9, 1685419200, 1, 7, 0, 0, 1685644315),
16706(166, 451, 7, 1685332800, 1, 7, 0, 0, 1685644315),
16707(167, 451, 10, 1683604800, 1, 6, 0, 0, 1685644315),
16708(168, 451, 11, 1683259200, 1, 5, 0, 0, 1685644315),
16709(169, 452, 12, 1684296000, 1, 7, 0, 0, 1685644315),
16710(170, 453, 13, 1683000000, 1, 7, 0, 0, 1685644315),
16711(171, 453, 15, 1684468800, 1, 9, 0, 1, 1685644315),
16712(172, 454, 14, 1685505600, 1, 7, 0, 0, 1685644315),
16713(173, 454, 16, 1684728000, 1, 9, 0, 0, 1685644315),
16714(174, 454, 17, 1684036800, 1, 6, 0, 0, 1685644315),
16715(175, 455, 18, 1685505600, 1, 7, 0, 1, 1685644315),
16716(176, 455, 19, 1683691200, 1, 6, 0, 0, 1685644315);
1284016717
12841-- --------------------------------------------------------16718-- --------------------------------------------------------
1284216719
12843--16720--
12844-- Table structure for table `cbme_learner_epa_requirement_matching_assessments_history`16721-- Table structure for table `cbme_learner_epa_requirement_matching_assessments_history`
12845--16722--
1284616723
12847CREATE TABLE `cbme_learner_epa_requirement_matching_assessments_history` (16724CREATE TABLE `cbme_learner_epa_requirement_matching_assessments_history` (
12848  `lerma_history_id` int(11) UNSIGNED NOT NULL,16725  `lerma_history_id` int(11) UNSIGNED NOT NULL,
12849  `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL,16726  `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL,
12850  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,16727  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,
12851  `dassessment_id` int(11) UNSIGNED NOT NULL,16728  `dassessment_id` int(11) UNSIGNED NOT NULL,
12852  `completion_date` int(11) NOT NULL,16729  `completion_date` int(11) NOT NULL,
12853  `meets_criteria` int(11) NOT NULL,16730  `meets_criteria` int(11) NOT NULL,
12854  `assessor_proxy_id` int(11) NOT NULL,16731  `assessor_proxy_id` int(11) NOT NULL,
12855  `is_excess` int(11) NOT NULL,16732  `is_excess` int(11) NOT NULL,
12856  `is_point_of_completion` int(11) NOT NULL,16733  `is_point_of_completion` int(11) NOT NULL,
12857  `created_date` int(11) NOT NULL16734  `created_date` int(11) NOT NULL
12858) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16735) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn16736 
16737--
16738-- Dumping data for table `cbme_learner_epa_requirement_matching_assessments_history`
16739--
16740 
16741INSERT INTO `cbme_learner_epa_requirement_matching_assessments_history` (`lerma_history_id`, `learner_epa_requirement_matching_assessments_id`, `learner_epa_requirement_progress_id`, `dassessment_id`, `completion_date`, `meets_criteria`, `assessor_proxy_id`, `is_excess`, `is_point_of_completion`, `created_date`) VALUES
16742(1, 1, 3, 7, 1685332800, 1, 7, 0, 0, 1685469390),
16743(2, 2, 8, 7, 1685332800, 1, 7, 0, 0, 1685469717),
16744(3, 3, 13, 7, 1685332800, 1, 7, 0, 0, 1685469760),
16745(4, 4, 22, 7, 1685332800, 1, 7, 0, 0, 1685469827),
16746(5, 5, 23, 7, 1685332800, 1, 7, 0, 0, 1685469827),
16747(6, 6, 24, 7, 1685332800, 1, 7, 0, 0, 1685469827),
16748(7, 7, 33, 7, 1685332800, 1, 7, 0, 0, 1685470484),
16749(8, 8, 40, 7, 1685332800, 1, 7, 0, 0, 1685470575),
16750(9, 9, 50, 7, 1685332800, 1, 7, 0, 0, 1685471591),
16751(10, 10, 60, 7, 1685332800, 1, 7, 0, 0, 1685471627),
16752(11, 11, 70, 7, 1685332800, 1, 7, 0, 0, 1685472748),
16753(12, 12, 77, 9, 1685419200, 1, 7, 0, 0, 1685474009),
16754(13, 13, 80, 7, 1685332800, 1, 7, 0, 0, 1685474009),
16755(15, 14, 87, 9, 1685419200, 1, 7, 0, 0, 1685474156),
16756(16, 15, 90, 7, 1685332800, 1, 7, 0, 0, 1685474156),
16757(17, 16, 97, 9, 1685419200, 1, 7, 0, 0, 1685541479),
16758(18, 17, 100, 7, 1685332800, 1, 7, 0, 0, 1685541479),
16759(20, 18, 107, 9, 1685419200, 1, 7, 0, 0, 1685543475),
16760(21, 19, 110, 7, 1685332800, 1, 7, 0, 0, 1685543475),
16761(22, 20, 110, 10, 1683604800, 1, 6, 0, 0, 1685543475),
16762(23, 21, 110, 11, 1683259200, 1, 5, 0, 0, 1685543475),
16763(24, 22, 111, 12, 1684296000, 1, 7, 0, 0, 1685543475),
16764(27, 23, 117, 9, 1685419200, 1, 7, 0, 0, 1685543480),
16765(28, 24, 124, 7, 1685332800, 1, 7, 0, 0, 1685543480),
16766(29, 25, 124, 10, 1683604800, 1, 6, 0, 0, 1685543480),
16767(30, 26, 124, 11, 1683259200, 1, 5, 0, 0, 1685543480),
16768(31, 27, 125, 12, 1684296000, 1, 7, 0, 0, 1685543480),
16769(34, 28, 137, 9, 1685419200, 1, 7, 0, 0, 1685543975),
16770(35, 29, 144, 7, 1685332800, 1, 7, 0, 0, 1685543975),
16771(36, 30, 144, 10, 1683604800, 1, 6, 0, 0, 1685543975),
16772(37, 31, 144, 11, 1683259200, 1, 5, 0, 0, 1685543975),
16773(38, 32, 145, 12, 1684296000, 1, 7, 0, 0, 1685543975),
16774(41, 33, 157, 9, 1685419200, 1, 7, 0, 0, 1685544069),
16775(42, 34, 164, 7, 1685332800, 1, 7, 0, 0, 1685544069),
16776(43, 35, 164, 10, 1683604800, 1, 6, 0, 0, 1685544069),
16777(44, 36, 164, 11, 1683259200, 1, 5, 0, 0, 1685544069),
16778(45, 37, 165, 12, 1684296000, 1, 7, 0, 0, 1685544069),
16779(46, 38, 166, 13, 1683000000, 1, 7, 0, 0, 1685544069),
16780(47, 39, 167, 14, 1685505600, 1, 7, 0, 0, 1685544069),
16781(48, 40, 177, 9, 1685419200, 1, 7, 0, 0, 1685544256),
16782(49, 41, 184, 7, 1685332800, 1, 7, 0, 0, 1685544256),
16783(50, 42, 184, 10, 1683604800, 1, 6, 0, 0, 1685544256),
16784(51, 43, 184, 11, 1683259200, 1, 5, 0, 0, 1685544256),
16785(52, 44, 185, 12, 1684296000, 1, 7, 0, 0, 1685544256),
16786(53, 45, 186, 13, 1683000000, 1, 7, 0, 0, 1685544256),
16787(54, 46, 186, 15, 1684468800, 1, 9, 0, 1, 1685544256),
16788(55, 47, 187, 14, 1685505600, 1, 7, 0, 0, 1685544256),
16789(56, 48, 187, 16, 1684728000, 1, 9, 0, 0, 1685544256),
16790(63, 49, 197, 9, 1685419200, 1, 7, 0, 0, 1685544577),
16791(64, 50, 204, 7, 1685332800, 1, 7, 0, 0, 1685544577),
16792(65, 51, 204, 10, 1683604800, 1, 6, 0, 0, 1685544577),
16793(66, 52, 204, 11, 1683259200, 1, 5, 0, 0, 1685544577),
16794(67, 53, 205, 12, 1684296000, 1, 7, 0, 0, 1685544577),
16795(68, 54, 206, 13, 1683000000, 1, 7, 0, 0, 1685544577),
16796(69, 55, 206, 15, 1684468800, 1, 9, 0, 1, 1685544577),
16797(70, 56, 207, 14, 1685505600, 1, 7, 0, 0, 1685544577),
16798(71, 57, 207, 16, 1684728000, 1, 9, 0, 0, 1685544577),
16799(72, 58, 207, 17, 1684036800, 1, 6, 0, 0, 1685544577),
16800(78, 59, 217, 9, 1685419200, 1, 7, 0, 0, 1685544734),
16801(79, 60, 226, 7, 1685332800, 1, 7, 0, 0, 1685544734),
16802(80, 61, 226, 10, 1683604800, 1, 6, 0, 0, 1685544734),
16803(81, 62, 226, 11, 1683259200, 1, 5, 0, 0, 1685544734),
16804(82, 63, 227, 12, 1684296000, 1, 7, 0, 0, 1685544734),
16805(83, 64, 228, 13, 1683000000, 1, 7, 0, 0, 1685544734),
16806(84, 65, 228, 15, 1684468800, 1, 9, 0, 1, 1685544734),
16807(85, 66, 229, 14, 1685505600, 1, 7, 0, 0, 1685544734),
16808(86, 67, 229, 16, 1684728000, 1, 9, 0, 0, 1685544734),
16809(87, 68, 229, 17, 1684036800, 1, 6, 0, 0, 1685544734),
16810(93, 69, 242, 9, 1685419200, 1, 7, 0, 0, 1685545564),
16811(94, 70, 251, 7, 1685332800, 1, 7, 0, 0, 1685545564),
16812(95, 71, 251, 10, 1683604800, 1, 6, 0, 0, 1685545564),
16813(96, 72, 251, 11, 1683259200, 1, 5, 0, 0, 1685545564),
16814(97, 73, 252, 12, 1684296000, 1, 7, 0, 0, 1685545564),
16815(98, 74, 253, 13, 1683000000, 1, 7, 0, 0, 1685545564),
16816(99, 75, 253, 15, 1684468800, 1, 9, 0, 1, 1685545564),
16817(100, 76, 254, 14, 1685505600, 1, 7, 0, 0, 1685545564),
16818(101, 77, 254, 16, 1684728000, 1, 9, 0, 0, 1685545564),
16819(102, 78, 254, 17, 1684036800, 1, 6, 0, 0, 1685545564),
16820(103, 79, 255, 18, 1685505600, 1, 7, 0, 1, 1685545564),
16821(104, 80, 255, 19, 1683691200, 1, 6, 0, 0, 1685545564),
16822(108, 81, 267, 9, 1685419200, 1, 7, 0, 0, 1685549239),
16823(109, 82, 276, 7, 1685332800, 1, 7, 0, 0, 1685549239),
16824(110, 83, 276, 10, 1683604800, 1, 6, 0, 0, 1685549239),
16825(111, 84, 276, 11, 1683259200, 1, 5, 0, 0, 1685549239),
16826(112, 85, 277, 12, 1684296000, 1, 7, 0, 0, 1685549239),
16827(113, 86, 278, 13, 1683000000, 1, 7, 0, 0, 1685549239),
16828(114, 87, 278, 15, 1684468800, 1, 9, 0, 1, 1685549239),
16829(115, 88, 279, 14, 1685505600, 1, 7, 0, 0, 1685549239),
16830(116, 89, 279, 16, 1684728000, 1, 9, 0, 0, 1685549239),
16831(117, 90, 279, 17, 1684036800, 1, 6, 0, 0, 1685549239),
16832(118, 91, 280, 18, 1685505600, 1, 7, 0, 1, 1685549239),
16833(119, 92, 280, 19, 1683691200, 1, 6, 0, 0, 1685549239),
16834(123, 93, 292, 9, 1685419200, 1, 7, 0, 0, 1685549413),
16835(124, 94, 301, 7, 1685332800, 1, 7, 0, 0, 1685549413),
16836(125, 95, 301, 10, 1683604800, 1, 6, 0, 0, 1685549413),
16837(126, 96, 301, 11, 1683259200, 1, 5, 0, 0, 1685549413),
16838(127, 97, 302, 12, 1684296000, 1, 7, 0, 0, 1685549413),
16839(128, 98, 303, 13, 1683000000, 1, 7, 0, 0, 1685549413),
16840(129, 99, 303, 15, 1684468800, 1, 9, 0, 1, 1685549413),
16841(130, 100, 304, 14, 1685505600, 1, 7, 0, 0, 1685549413),
16842(131, 101, 304, 16, 1684728000, 1, 9, 0, 0, 1685549413),
16843(132, 102, 304, 17, 1684036800, 1, 6, 0, 0, 1685549413),
16844(133, 103, 305, 18, 1685505600, 1, 7, 0, 1, 1685549413),
16845(134, 104, 305, 19, 1683691200, 1, 6, 0, 0, 1685549413),
16846(138, 105, 317, 9, 1685419200, 1, 7, 0, 0, 1685549478),
16847(139, 106, 326, 7, 1685332800, 1, 7, 0, 0, 1685549478),
16848(140, 107, 326, 10, 1683604800, 1, 6, 0, 0, 1685549478),
16849(141, 108, 326, 11, 1683259200, 1, 5, 0, 0, 1685549478),
16850(142, 109, 327, 12, 1684296000, 1, 7, 0, 0, 1685549478),
16851(143, 110, 328, 13, 1683000000, 1, 7, 0, 0, 1685549478),
16852(144, 111, 328, 15, 1684468800, 1, 9, 0, 1, 1685549478),
16853(145, 112, 329, 14, 1685505600, 1, 7, 0, 0, 1685549478),
16854(146, 113, 329, 16, 1684728000, 1, 9, 0, 0, 1685549478),
16855(147, 114, 329, 17, 1684036800, 1, 6, 0, 0, 1685549478),
16856(148, 115, 330, 18, 1685505600, 1, 7, 0, 1, 1685549478),
16857(149, 116, 330, 19, 1683691200, 1, 6, 0, 0, 1685549478),
16858(153, 117, 342, 9, 1685419200, 1, 7, 0, 0, 1685549542),
16859(154, 118, 351, 7, 1685332800, 1, 7, 0, 0, 1685549542),
16860(155, 119, 351, 10, 1683604800, 1, 6, 0, 0, 1685549542),
16861(156, 120, 351, 11, 1683259200, 1, 5, 0, 0, 1685549542),
16862(157, 121, 352, 12, 1684296000, 1, 7, 0, 0, 1685549542),
16863(158, 122, 353, 13, 1683000000, 1, 7, 0, 0, 1685549542),
16864(159, 123, 353, 15, 1684468800, 1, 9, 0, 1, 1685549542),
16865(160, 124, 354, 14, 1685505600, 1, 7, 0, 0, 1685549542),
16866(161, 125, 354, 16, 1684728000, 1, 9, 0, 0, 1685549542),
16867(162, 126, 354, 17, 1684036800, 1, 6, 0, 0, 1685549542),
16868(163, 127, 355, 18, 1685505600, 1, 7, 0, 1, 1685549542),
16869(164, 128, 355, 19, 1683691200, 1, 6, 0, 0, 1685549542),
16870(168, 129, 367, 9, 1685419200, 1, 7, 0, 0, 1685553181),
16871(169, 130, 376, 7, 1685332800, 1, 7, 0, 0, 1685553181),
16872(170, 131, 376, 10, 1683604800, 1, 6, 0, 0, 1685553181),
16873(171, 132, 376, 11, 1683259200, 1, 5, 0, 0, 1685553181),
16874(172, 133, 377, 12, 1684296000, 1, 7, 0, 0, 1685553181),
16875(173, 134, 378, 13, 1683000000, 1, 7, 0, 0, 1685553181),
16876(174, 135, 378, 15, 1684468800, 1, 9, 0, 1, 1685553181),
16877(175, 136, 379, 14, 1685505600, 1, 7, 0, 0, 1685553181),
16878(176, 137, 379, 16, 1684728000, 1, 9, 0, 0, 1685553181),
16879(177, 138, 379, 17, 1684036800, 1, 6, 0, 0, 1685553181),
16880(178, 139, 380, 18, 1685505600, 1, 7, 0, 1, 1685553181),
16881(179, 140, 380, 19, 1683691200, 1, 6, 0, 0, 1685553181),
16882(183, 141, 392, 9, 1685419200, 1, 7, 0, 0, 1685556919),
16883(184, 142, 401, 7, 1685332800, 1, 7, 0, 0, 1685556919),
16884(185, 143, 401, 10, 1683604800, 1, 6, 0, 0, 1685556919),
16885(186, 144, 401, 11, 1683259200, 1, 5, 0, 0, 1685556919),
16886(187, 145, 402, 12, 1684296000, 1, 7, 0, 0, 1685556919),
16887(188, 146, 403, 13, 1683000000, 1, 7, 0, 0, 1685556919),
16888(189, 147, 403, 15, 1684468800, 1, 9, 0, 1, 1685556919),
16889(190, 148, 404, 14, 1685505600, 1, 7, 0, 0, 1685556919),
16890(191, 149, 404, 16, 1684728000, 1, 9, 0, 0, 1685556919),
16891(192, 150, 404, 17, 1684036800, 1, 6, 0, 0, 1685556919),
16892(193, 151, 405, 18, 1685505600, 1, 7, 0, 1, 1685556919),
16893(194, 152, 405, 19, 1683691200, 1, 6, 0, 0, 1685556919),
16894(195, 153, 417, 9, 1685419200, 1, 7, 0, 0, 1685644315),
16895(196, 154, 426, 7, 1685332800, 1, 7, 0, 0, 1685644315),
16896(197, 155, 426, 10, 1683604800, 1, 6, 0, 0, 1685644315),
16897(198, 156, 426, 11, 1683259200, 1, 5, 0, 0, 1685644315),
16898(199, 157, 427, 12, 1684296000, 1, 7, 0, 0, 1685644315),
16899(200, 158, 428, 13, 1683000000, 1, 7, 0, 0, 1685644315),
16900(201, 159, 428, 15, 1684468800, 1, 9, 0, 1, 1685644315),
16901(202, 160, 429, 14, 1685505600, 1, 7, 0, 0, 1685644315),
16902(203, 161, 429, 16, 1684728000, 1, 9, 0, 0, 1685644315),
16903(204, 162, 429, 17, 1684036800, 1, 6, 0, 0, 1685644315),
16904(205, 163, 430, 18, 1685505600, 1, 7, 0, 1, 1685644315),
16905(206, 164, 430, 19, 1683691200, 1, 6, 0, 0, 1685644315);
1285916906
12860-- --------------------------------------------------------16907-- --------------------------------------------------------
1286116908
12862--16909--
12863-- Table structure for table `cbme_learner_epa_requirement_progress`16910-- Table structure for table `cbme_learner_epa_requirement_progress`
12864--16911--
1286516912
12866CREATE TABLE `cbme_learner_epa_requirement_progress` (16913CREATE TABLE `cbme_learner_epa_requirement_progress` (
12867  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,16914  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,
12868  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,16915  `learner_epa_progress_id` int(11) UNSIGNED NOT NULL,
12869  `total_assessment_attempts` int(11) NOT NULL,16916  `total_assessment_attempts` int(11) NOT NULL,
12870  `total_requirement_met_assessments` int(11) NOT NULL,16917  `total_requirement_met_assessments` int(11) NOT NULL,
12871  `requirement_met_assessments_progress` int(11) NOT NULL,16918  `requirement_met_assessments_progress` int(11) NOT NULL,
12872  `total_assessments_required` int(11) NOT NULL,16919  `total_assessments_required` int(11) NOT NULL,
12873  `total_assessors_required` int(11) NOT NULL,16920  `total_assessors_required` int(11) NOT NULL,
12874  `total_requirement_met_assessors` int(11) NOT NULL,16921  `total_requirement_met_assessors` int(11) NOT NULL,
12875  `all_requirements_met` int(11) NOT NULL,16922  `all_requirements_met` int(11) NOT NULL,
12876  `percentage_complete` int(11) NOT NULL,16923  `percentage_complete` int(11) NOT NULL,
12877  `created_date` int(11) NOT NULL16924  `created_date` int(11) NOT NULL
12878) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16925) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn16926 
16927--
16928-- Dumping data for table `cbme_learner_epa_requirement_progress`
16929--
16930 
16931INSERT INTO `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `requirement_met_assessments_progress`, `total_assessments_required`, `total_assessors_required`, `total_requirement_met_assessors`, `all_requirements_met`, `percentage_complete`, `created_date`) VALUES
16932(441, 1491, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
16933(442, 1494, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315),
16934(443, 1495, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
16935(444, 1496, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
16936(445, 1497, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
16937(446, 1501, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
16938(447, 1504, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315),
16939(448, 1505, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
16940(449, 1506, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
16941(450, 1507, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
16942(451, 1511, 3, 3, 0, 5, 2, 3, 3, 60, 1685644315),
16943(452, 1514, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315),
16944(453, 1515, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315),
16945(454, 1516, 3, 3, 0, 3, 3, 3, 3, 67, 1685644315),
16946(455, 1517, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315),
16947(456, 1521, 0, 0, 0, 5, 2, 0, 0, 0, 1685644316),
16948(457, 1524, 0, 0, 0, 6, 3, 0, 0, 0, 1685644316),
16949(458, 1525, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316),
16950(459, 1526, 0, 0, 0, 3, 3, 0, 0, 0, 1685644316),
16951(460, 1527, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316),
16952(461, 1531, 0, 0, 0, 5, 2, 0, 0, 0, 1685644316),
16953(462, 1534, 0, 0, 0, 6, 3, 0, 0, 0, 1685644316),
16954(463, 1535, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316),
16955(464, 1536, 0, 0, 0, 3, 3, 0, 0, 0, 1685644316),
16956(465, 1537, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316);
1287916957
12880-- --------------------------------------------------------16958-- --------------------------------------------------------
1288116959
12882--16960--
12883-- Table structure for table `cbme_learner_epa_requirement_progress_history`16961-- Table structure for table `cbme_learner_epa_requirement_progress_history`
12884--16962--
1288516963
12886CREATE TABLE `cbme_learner_epa_requirement_progress_history` (16964CREATE TABLE `cbme_learner_epa_requirement_progress_history` (
12887  `lerp_history_id` int(11) UNSIGNED NOT NULL,16965  `lerp_history_id` int(11) UNSIGNED NOT NULL,
12888  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,16966  `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL,
12889  `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL,16967  `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL,
12890  `total_assessment_attempts` int(11) NOT NULL,16968  `total_assessment_attempts` int(11) NOT NULL,
12891  `total_requirement_met_assessments` int(11) NOT NULL,16969  `total_requirement_met_assessments` int(11) NOT NULL,
12892  `requirement_met_assessments_progress` int(11) NOT NULL,16970  `requirement_met_assessments_progress` int(11) NOT NULL,
12893  `total_assessments_required` int(11) NOT NULL,16971  `total_assessments_required` int(11) NOT NULL,
12894  `total_assessors_required` int(11) NOT NULL,16972  `total_assessors_required` int(11) NOT NULL,
12895  `total_requirement_met_assessors` int(11) NOT NULL,16973  `total_requirement_met_assessors` int(11) NOT NULL,
12896  `all_requirements_met` int(11) NOT NULL,16974  `all_requirements_met` int(11) NOT NULL,
12897  `percentage_complete` int(11) NOT NULL,16975  `percentage_complete` int(11) NOT NULL,
12898  `created_date` int(11) NOT NULL16976  `created_date` int(11) NOT NULL
12899) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;16977) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1290016978
nn16979--
16980-- Dumping data for table `cbme_learner_epa_requirement_progress_history`
16981--
16982 
16983INSERT INTO `cbme_learner_epa_requirement_progress_history` (`lerp_history_id`, `learner_epa_requirement_progress_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `requirement_met_assessments_progress`, `total_assessments_required`, `total_assessors_required`, `total_requirement_met_assessors`, `all_requirements_met`, `percentage_complete`, `created_date`) VALUES
16984(1, 1, 2, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390),
16985(2, 2, 16, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390),
16986(3, 3, 30, 1, 1, 0, 5, 2, 1, 1, 20, 1685469390),
16987(4, 4, 44, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390),
16988(5, 5, 58, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390),
16989(8, 6, 72, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717),
16990(9, 7, 86, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717),
16991(10, 8, 100, 1, 1, 0, 5, 2, 1, 1, 20, 1685469717),
16992(11, 9, 114, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717),
16993(12, 10, 128, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717),
16994(15, 11, 141, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760),
16995(16, 12, 151, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760),
16996(17, 13, 161, 1, 1, 0, 5, 2, 1, 1, 20, 1685469760),
16997(18, 14, 171, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760),
16998(19, 15, 181, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760),
16999(22, 16, 191, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17000(23, 17, 201, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17001(24, 18, 204, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17002(25, 19, 221, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17003(26, 20, 231, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17004(27, 21, 234, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17005(28, 22, 251, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827),
17006(29, 23, 261, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827),
17007(30, 24, 264, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827),
17008(31, 25, 281, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17009(32, 26, 291, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17010(33, 27, 294, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17011(34, 28, 311, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17012(35, 29, 321, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17013(36, 30, 324, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827),
17014(37, 31, 341, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484),
17015(38, 32, 351, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484),
17016(39, 33, 361, 1, 1, 0, 5, 2, 1, 1, 20, 1685470484),
17017(40, 34, 371, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484),
17018(41, 35, 381, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484),
17019(44, 36, 391, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575),
17020(45, 37, 394, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575),
17021(46, 38, 401, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575),
17022(47, 39, 404, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575),
17023(48, 40, 411, 1, 1, 0, 5, 2, 1, 1, 20, 1685470575),
17024(49, 41, 414, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575),
17025(50, 42, 421, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575),
17026(51, 43, 424, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575),
17027(52, 44, 431, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575),
17028(53, 45, 434, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575),
17029(59, 46, 441, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591),
17030(60, 47, 444, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591),
17031(61, 48, 451, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591),
17032(62, 49, 454, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591),
17033(63, 50, 461, 1, 1, 0, 5, 2, 1, 1, 20, 1685471591),
17034(64, 51, 464, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591),
17035(65, 52, 471, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591),
17036(66, 53, 474, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591),
17037(67, 54, 481, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591),
17038(68, 55, 484, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591),
17039(74, 56, 491, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627),
17040(75, 57, 494, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627),
17041(76, 58, 501, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627),
17042(77, 59, 504, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627),
17043(78, 60, 511, 1, 1, 0, 5, 2, 1, 1, 20, 1685471627),
17044(79, 61, 514, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627),
17045(80, 62, 521, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627),
17046(81, 63, 524, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627),
17047(82, 64, 531, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627),
17048(83, 65, 534, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627),
17049(89, 66, 541, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748),
17050(90, 67, 544, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748),
17051(91, 68, 551, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748),
17052(92, 69, 554, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748),
17053(93, 70, 561, 1, 1, 0, 5, 2, 1, 1, 20, 1685472748),
17054(94, 71, 564, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748),
17055(95, 72, 571, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748),
17056(96, 73, 574, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748),
17057(97, 74, 581, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748),
17058(98, 75, 584, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748),
17059(104, 76, 591, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009),
17060(105, 77, 594, 1, 1, 0, 6, 3, 1, 1, 17, 1685474009),
17061(106, 78, 601, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009),
17062(107, 79, 604, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009),
17063(108, 80, 611, 1, 1, 0, 5, 2, 1, 1, 20, 1685474009),
17064(109, 81, 614, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009),
17065(110, 82, 621, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009),
17066(111, 83, 624, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009),
17067(112, 84, 631, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009),
17068(113, 85, 634, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009),
17069(119, 86, 641, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156),
17070(120, 87, 644, 1, 1, 0, 6, 3, 1, 1, 17, 1685474156),
17071(121, 88, 651, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156),
17072(122, 89, 654, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156),
17073(123, 90, 661, 1, 1, 0, 5, 2, 1, 1, 20, 1685474156),
17074(124, 91, 664, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156),
17075(125, 92, 671, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156),
17076(126, 93, 674, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156),
17077(127, 94, 681, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156),
17078(128, 95, 684, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156),
17079(129, 96, 691, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479),
17080(130, 97, 694, 1, 1, 0, 6, 3, 1, 1, 17, 1685541479),
17081(131, 98, 701, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479),
17082(132, 99, 704, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479),
17083(133, 100, 711, 1, 1, 0, 5, 2, 1, 1, 20, 1685541479),
17084(134, 101, 714, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479),
17085(135, 102, 721, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479),
17086(136, 103, 724, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479),
17087(137, 104, 731, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479),
17088(138, 105, 734, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479),
17089(144, 106, 741, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475),
17090(145, 107, 744, 1, 1, 0, 6, 3, 1, 1, 17, 1685543475),
17091(146, 108, 751, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475),
17092(147, 109, 754, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475),
17093(148, 110, 761, 3, 3, 0, 5, 2, 3, 3, 60, 1685543475),
17094(149, 111, 764, 1, 1, 0, 6, 3, 1, 1, 17, 1685543475),
17095(150, 112, 771, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475),
17096(151, 113, 774, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475),
17097(152, 114, 781, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475),
17098(153, 115, 784, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475),
17099(159, 116, 791, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480),
17100(160, 117, 794, 1, 1, 0, 6, 3, 1, 1, 17, 1685543480),
17101(161, 118, 795, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480),
17102(162, 119, 796, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480),
17103(163, 120, 801, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480),
17104(164, 121, 804, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480),
17105(165, 122, 805, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480),
17106(166, 123, 806, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480),
17107(167, 124, 811, 3, 3, 0, 5, 2, 3, 3, 60, 1685543480),
17108(168, 125, 814, 1, 1, 0, 6, 3, 1, 1, 17, 1685543480),
17109(169, 126, 815, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480),
17110(170, 127, 816, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480),
17111(171, 128, 821, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480),
17112(172, 129, 824, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480),
17113(173, 130, 825, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480),
17114(174, 131, 826, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480),
17115(175, 132, 831, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480),
17116(176, 133, 834, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480),
17117(177, 134, 835, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480),
17118(178, 135, 836, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480),
17119(190, 136, 841, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975),
17120(191, 137, 844, 1, 1, 0, 6, 3, 1, 1, 17, 1685543975),
17121(192, 138, 845, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975),
17122(193, 139, 846, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975),
17123(194, 140, 851, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975),
17124(195, 141, 854, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975),
17125(196, 142, 855, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975),
17126(197, 143, 856, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975),
17127(198, 144, 861, 3, 3, 0, 5, 2, 3, 3, 60, 1685543975),
17128(199, 145, 864, 1, 1, 0, 6, 3, 1, 1, 17, 1685543975),
17129(200, 146, 865, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975),
17130(201, 147, 866, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975),
17131(202, 148, 871, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975),
17132(203, 149, 874, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975),
17133(204, 150, 875, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975),
17134(205, 151, 876, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975),
17135(206, 152, 881, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975),
17136(207, 153, 884, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975),
17137(208, 154, 885, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975),
17138(209, 155, 886, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975),
17139(221, 156, 891, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069),
17140(222, 157, 894, 1, 1, 0, 6, 3, 1, 1, 17, 1685544069),
17141(223, 158, 895, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069),
17142(224, 159, 896, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069),
17143(225, 160, 901, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069),
17144(226, 161, 904, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069),
17145(227, 162, 905, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069),
17146(228, 163, 906, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069),
17147(229, 164, 911, 3, 3, 0, 5, 2, 3, 3, 60, 1685544069),
17148(230, 165, 914, 1, 1, 0, 6, 3, 1, 1, 17, 1685544069),
17149(231, 166, 915, 1, 1, 0, 2, 2, 1, 1, 50, 1685544069),
17150(232, 167, 916, 1, 1, 0, 3, 3, 1, 1, 33, 1685544069),
17151(233, 168, 921, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069),
17152(234, 169, 924, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069),
17153(235, 170, 925, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069),
17154(236, 171, 926, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069),
17155(237, 172, 931, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069),
17156(238, 173, 934, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069),
17157(239, 174, 935, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069),
17158(240, 175, 936, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069),
17159(252, 176, 941, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256),
17160(253, 177, 944, 1, 1, 0, 6, 3, 1, 1, 17, 1685544256),
17161(254, 178, 945, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256),
17162(255, 179, 946, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256),
17163(256, 180, 951, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256),
17164(257, 181, 954, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256),
17165(258, 182, 955, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256),
17166(259, 183, 956, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256),
17167(260, 184, 961, 3, 3, 0, 5, 2, 3, 3, 60, 1685544256),
17168(261, 185, 964, 1, 1, 0, 6, 3, 1, 1, 17, 1685544256),
17169(262, 186, 965, 2, 2, 0, 2, 2, 2, 2, 100, 1685544256),
17170(263, 187, 966, 2, 2, 0, 3, 3, 2, 2, 67, 1685544256),
17171(264, 188, 971, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256),
17172(265, 189, 974, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256),
17173(266, 190, 975, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256),
17174(267, 191, 976, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256),
17175(268, 192, 981, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256),
17176(269, 193, 984, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256),
17177(270, 194, 985, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256),
17178(271, 195, 986, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256),
17179(283, 196, 991, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577),
17180(284, 197, 994, 1, 1, 0, 6, 3, 1, 1, 17, 1685544577),
17181(285, 198, 995, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577),
17182(286, 199, 996, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577),
17183(287, 200, 1001, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577),
17184(288, 201, 1004, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577),
17185(289, 202, 1005, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577),
17186(290, 203, 1006, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577),
17187(291, 204, 1011, 3, 3, 0, 5, 2, 3, 3, 60, 1685544577),
17188(292, 205, 1014, 1, 1, 0, 6, 3, 1, 1, 17, 1685544577),
17189(293, 206, 1015, 2, 2, 0, 2, 2, 2, 2, 100, 1685544577),
17190(294, 207, 1016, 3, 3, 0, 3, 3, 3, 3, 67, 1685544577),
17191(295, 208, 1021, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577),
17192(296, 209, 1024, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577),
17193(297, 210, 1025, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577),
17194(298, 211, 1026, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577),
17195(299, 212, 1031, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577),
17196(300, 213, 1034, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577),
17197(301, 214, 1035, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577),
17198(302, 215, 1036, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577),
17199(314, 216, 1041, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734),
17200(315, 217, 1044, 1, 1, 0, 6, 3, 1, 1, 17, 1685544734),
17201(316, 218, 1045, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17202(317, 219, 1046, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734),
17203(318, 220, 1047, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17204(319, 221, 1051, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734),
17205(320, 222, 1054, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734),
17206(321, 223, 1055, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17207(322, 224, 1056, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734),
17208(323, 225, 1057, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17209(324, 226, 1061, 3, 3, 0, 5, 2, 3, 3, 60, 1685544734),
17210(325, 227, 1064, 1, 1, 0, 6, 3, 1, 1, 17, 1685544734),
17211(326, 228, 1065, 2, 2, 0, 2, 2, 2, 2, 100, 1685544734),
17212(327, 229, 1066, 3, 3, 0, 3, 3, 3, 3, 67, 1685544734),
17213(328, 230, 1067, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17214(329, 231, 1071, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734),
17215(330, 232, 1074, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734),
17216(331, 233, 1075, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17217(332, 234, 1076, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734),
17218(333, 235, 1077, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17219(334, 236, 1081, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734),
17220(335, 237, 1084, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734),
17221(336, 238, 1085, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17222(337, 239, 1086, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734),
17223(338, 240, 1087, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734),
17224(345, 241, 1091, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564),
17225(346, 242, 1094, 1, 1, 0, 6, 3, 1, 1, 17, 1685545564),
17226(347, 243, 1095, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17227(348, 244, 1096, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564),
17228(349, 245, 1097, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17229(350, 246, 1101, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564),
17230(351, 247, 1104, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564),
17231(352, 248, 1105, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17232(353, 249, 1106, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564),
17233(354, 250, 1107, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17234(355, 251, 1111, 3, 3, 0, 5, 2, 3, 3, 60, 1685545564),
17235(356, 252, 1114, 1, 1, 0, 6, 3, 1, 1, 17, 1685545564),
17236(357, 253, 1115, 2, 2, 0, 2, 2, 2, 2, 100, 1685545564),
17237(358, 254, 1116, 3, 3, 0, 3, 3, 3, 3, 67, 1685545564),
17238(359, 255, 1117, 2, 2, 0, 2, 2, 2, 2, 100, 1685545564),
17239(360, 256, 1121, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564),
17240(361, 257, 1124, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564),
17241(362, 258, 1125, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17242(363, 259, 1126, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564),
17243(364, 260, 1127, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17244(365, 261, 1131, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564),
17245(366, 262, 1134, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564),
17246(367, 263, 1135, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17247(368, 264, 1136, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564),
17248(369, 265, 1137, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564),
17249(376, 266, 1141, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239),
17250(377, 267, 1144, 1, 1, 0, 6, 3, 1, 1, 17, 1685549239),
17251(378, 268, 1145, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17252(379, 269, 1146, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239),
17253(380, 270, 1147, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17254(381, 271, 1151, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239),
17255(382, 272, 1154, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239),
17256(383, 273, 1155, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17257(384, 274, 1156, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239),
17258(385, 275, 1157, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17259(386, 276, 1161, 3, 3, 0, 5, 2, 3, 3, 60, 1685549239),
17260(387, 277, 1164, 1, 1, 0, 6, 3, 1, 1, 17, 1685549239),
17261(388, 278, 1165, 2, 2, 0, 2, 2, 2, 2, 100, 1685549239),
17262(389, 279, 1166, 3, 3, 0, 3, 3, 3, 3, 67, 1685549239),
17263(390, 280, 1167, 2, 2, 0, 2, 2, 2, 2, 100, 1685549239),
17264(391, 281, 1171, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239),
17265(392, 282, 1174, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239),
17266(393, 283, 1175, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17267(394, 284, 1176, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239),
17268(395, 285, 1177, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17269(396, 286, 1181, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239),
17270(397, 287, 1184, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239),
17271(398, 288, 1185, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17272(399, 289, 1186, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239),
17273(400, 290, 1187, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239),
17274(407, 291, 1191, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413),
17275(408, 292, 1194, 1, 1, 0, 6, 3, 1, 1, 17, 1685549413),
17276(409, 293, 1195, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17277(410, 294, 1196, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413),
17278(411, 295, 1197, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17279(412, 296, 1201, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413),
17280(413, 297, 1204, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413),
17281(414, 298, 1205, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17282(415, 299, 1206, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413),
17283(416, 300, 1207, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17284(417, 301, 1211, 3, 3, 0, 5, 2, 3, 3, 60, 1685549413),
17285(418, 302, 1214, 1, 1, 0, 6, 3, 1, 1, 17, 1685549413),
17286(419, 303, 1215, 2, 2, 0, 2, 2, 2, 2, 100, 1685549413),
17287(420, 304, 1216, 3, 3, 0, 3, 3, 3, 3, 67, 1685549413),
17288(421, 305, 1217, 2, 2, 0, 2, 2, 2, 2, 100, 1685549413),
17289(422, 306, 1221, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413),
17290(423, 307, 1224, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413),
17291(424, 308, 1225, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17292(425, 309, 1226, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413),
17293(426, 310, 1227, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17294(427, 311, 1231, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413),
17295(428, 312, 1234, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413),
17296(429, 313, 1235, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17297(430, 314, 1236, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413),
17298(431, 315, 1237, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413),
17299(438, 316, 1241, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478),
17300(439, 317, 1244, 1, 1, 0, 6, 3, 1, 1, 17, 1685549478),
17301(440, 318, 1245, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17302(441, 319, 1246, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478),
17303(442, 320, 1247, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17304(443, 321, 1251, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478),
17305(444, 322, 1254, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478),
17306(445, 323, 1255, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17307(446, 324, 1256, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478),
17308(447, 325, 1257, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17309(448, 326, 1261, 3, 3, 0, 5, 2, 3, 3, 60, 1685549478),
17310(449, 327, 1264, 1, 1, 0, 6, 3, 1, 1, 17, 1685549478),
17311(450, 328, 1265, 2, 2, 0, 2, 2, 2, 2, 100, 1685549478),
17312(451, 329, 1266, 3, 3, 0, 3, 3, 3, 3, 67, 1685549478),
17313(452, 330, 1267, 2, 2, 0, 2, 2, 2, 2, 100, 1685549478),
17314(453, 331, 1271, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478),
17315(454, 332, 1274, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478),
17316(455, 333, 1275, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17317(456, 334, 1276, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478),
17318(457, 335, 1277, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17319(458, 336, 1281, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478),
17320(459, 337, 1284, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478),
17321(460, 338, 1285, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17322(461, 339, 1286, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478),
17323(462, 340, 1287, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478),
17324(469, 341, 1291, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542),
17325(470, 342, 1294, 1, 1, 0, 6, 3, 1, 1, 17, 1685549542),
17326(471, 343, 1295, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17327(472, 344, 1296, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542),
17328(473, 345, 1297, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17329(474, 346, 1301, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542),
17330(475, 347, 1304, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542),
17331(476, 348, 1305, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17332(477, 349, 1306, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542),
17333(478, 350, 1307, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17334(479, 351, 1311, 3, 3, 0, 5, 2, 3, 3, 60, 1685549542),
17335(480, 352, 1314, 1, 1, 0, 6, 3, 1, 1, 17, 1685549542),
17336(481, 353, 1315, 2, 2, 0, 2, 2, 2, 2, 100, 1685549542),
17337(482, 354, 1316, 3, 3, 0, 3, 3, 3, 3, 67, 1685549542),
17338(483, 355, 1317, 2, 2, 0, 2, 2, 2, 2, 100, 1685549542),
17339(484, 356, 1321, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542),
17340(485, 357, 1324, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542),
17341(486, 358, 1325, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17342(487, 359, 1326, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542),
17343(488, 360, 1327, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17344(489, 361, 1331, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542),
17345(490, 362, 1334, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542),
17346(491, 363, 1335, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17347(492, 364, 1336, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542),
17348(493, 365, 1337, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542),
17349(500, 366, 1341, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181),
17350(501, 367, 1344, 1, 1, 0, 6, 3, 1, 1, 17, 1685553181),
17351(502, 368, 1345, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17352(503, 369, 1346, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181),
17353(504, 370, 1347, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17354(505, 371, 1351, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181),
17355(506, 372, 1354, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181),
17356(507, 373, 1355, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17357(508, 374, 1356, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181),
17358(509, 375, 1357, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17359(510, 376, 1361, 3, 3, 0, 5, 2, 3, 3, 60, 1685553181),
17360(511, 377, 1364, 1, 1, 0, 6, 3, 1, 1, 17, 1685553181),
17361(512, 378, 1365, 2, 2, 0, 2, 2, 2, 2, 100, 1685553181),
17362(513, 379, 1366, 3, 3, 0, 3, 3, 3, 3, 67, 1685553181),
17363(514, 380, 1367, 2, 2, 0, 2, 2, 2, 2, 100, 1685553181),
17364(515, 381, 1371, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181),
17365(516, 382, 1374, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181),
17366(517, 383, 1375, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17367(518, 384, 1376, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181),
17368(519, 385, 1377, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17369(520, 386, 1381, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181),
17370(521, 387, 1384, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181),
17371(522, 388, 1385, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17372(523, 389, 1386, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181),
17373(524, 390, 1387, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181),
17374(531, 391, 1391, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919),
17375(532, 392, 1394, 1, 1, 0, 6, 3, 1, 1, 17, 1685556919),
17376(533, 393, 1395, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17377(534, 394, 1396, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919),
17378(535, 395, 1397, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17379(536, 396, 1401, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919),
17380(537, 397, 1404, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919),
17381(538, 398, 1405, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17382(539, 399, 1406, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919),
17383(540, 400, 1407, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17384(541, 401, 1411, 3, 3, 0, 5, 2, 3, 3, 60, 1685556919),
17385(542, 402, 1414, 1, 1, 0, 6, 3, 1, 1, 17, 1685556919),
17386(543, 403, 1415, 2, 2, 0, 2, 2, 2, 2, 100, 1685556919),
17387(544, 404, 1416, 3, 3, 0, 3, 3, 3, 3, 67, 1685556919),
17388(545, 405, 1417, 2, 2, 0, 2, 2, 2, 2, 100, 1685556919),
17389(546, 406, 1421, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919),
17390(547, 407, 1424, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919),
17391(548, 408, 1425, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17392(549, 409, 1426, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919),
17393(550, 410, 1427, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17394(551, 411, 1431, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919),
17395(552, 412, 1434, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919),
17396(553, 413, 1435, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17397(554, 414, 1436, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919),
17398(555, 415, 1437, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919),
17399(556, 416, 1441, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
17400(557, 417, 1444, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315),
17401(558, 418, 1445, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17402(559, 419, 1446, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
17403(560, 420, 1447, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17404(561, 421, 1451, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
17405(562, 422, 1454, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315),
17406(563, 423, 1455, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17407(564, 424, 1456, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
17408(565, 425, 1457, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17409(566, 426, 1461, 3, 3, 0, 5, 2, 3, 3, 60, 1685644315),
17410(567, 427, 1464, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315),
17411(568, 428, 1465, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315),
17412(569, 429, 1466, 3, 3, 0, 3, 3, 3, 3, 67, 1685644315),
17413(570, 430, 1467, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315),
17414(571, 431, 1471, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
17415(572, 432, 1474, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315),
17416(573, 433, 1475, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17417(574, 434, 1476, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
17418(575, 435, 1477, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17419(576, 436, 1481, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315),
17420(577, 437, 1484, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315),
17421(578, 438, 1485, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315),
17422(579, 439, 1486, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315),
17423(580, 440, 1487, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315);
17424 
12901-- --------------------------------------------------------17425-- --------------------------------------------------------
1290217426
12903--17427--
12904-- Table structure for table `cbme_learner_stage_progress`17428-- Table structure for table `cbme_learner_stage_progress`
12905--17429--
1290617430
12907CREATE TABLE `cbme_learner_stage_progress` (17431CREATE TABLE `cbme_learner_stage_progress` (
12908  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,17432  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,
12909  `proxy_id` int(11) UNSIGNED NOT NULL,17433  `proxy_id` int(11) UNSIGNED NOT NULL,
12910  `objective_id` int(11) DEFAULT NULL,17434  `objective_id` int(11) DEFAULT NULL,
12911  `version_id` int(11) DEFAULT NULL,17435  `version_id` int(11) DEFAULT NULL,
12912  `course_id` int(11) NOT NULL,17436  `course_id` int(11) NOT NULL,
12913  `organisation_id` int(11) NOT NULL,17437  `organisation_id` int(11) NOT NULL,
12914  `completed` int(11) NOT NULL,17438  `completed` int(11) NOT NULL,
12915  `in_progress` int(11) NOT NULL,17439  `in_progress` int(11) NOT NULL,
12916  `created_date` int(11) NOT NULL17440  `created_date` int(11) NOT NULL
12917) ENGINE=InnoDB DEFAULT CHARSET=latin1;17441) ENGINE=InnoDB DEFAULT CHARSET=latin1;
nn17442 
17443--
17444-- Dumping data for table `cbme_learner_stage_progress`
17445--
17446 
17447INSERT INTO `cbme_learner_stage_progress` (`learner_stage_progress_id`, `proxy_id`, `objective_id`, `version_id`, `course_id`, `organisation_id`, `completed`, `in_progress`, `created_date`) VALUES
17448(936, 2, 2691, 3, 16, 1, 0, 0, 1685644315),
17449(937, 2, 2692, 3, 16, 1, 0, 0, 1685644315),
17450(938, 2, 2693, 3, 16, 1, 0, 0, 1685644315),
17451(939, 2, 2694, 3, 16, 1, 0, 0, 1685644315),
17452(940, 3, 2691, 3, 16, 1, 0, 0, 1685644315),
17453(941, 3, 2692, 3, 16, 1, 0, 0, 1685644315),
17454(942, 3, 2693, 3, 16, 1, 0, 0, 1685644315),
17455(943, 3, 2694, 3, 16, 1, 0, 0, 1685644315),
17456(944, 4, 2691, 3, 16, 1, 0, 0, 1685644315),
17457(945, 4, 2692, 3, 16, 1, 0, 0, 1685644315),
17458(946, 4, 2693, 3, 16, 1, 0, 0, 1685644315),
17459(947, 4, 2694, 3, 16, 1, 0, 0, 1685644315),
17460(948, 11, 2691, 3, 16, 1, 0, 0, 1685644316),
17461(949, 11, 2692, 3, 16, 1, 0, 0, 1685644316),
17462(950, 11, 2693, 3, 16, 1, 0, 0, 1685644316),
17463(951, 11, 2694, 3, 16, 1, 0, 0, 1685644316),
17464(952, 12, 2691, 3, 16, 1, 0, 0, 1685644316),
17465(953, 12, 2692, 3, 16, 1, 0, 0, 1685644316),
17466(954, 12, 2693, 3, 16, 1, 0, 0, 1685644316),
17467(955, 12, 2694, 3, 16, 1, 0, 0, 1685644316);
1291817468
12919-- --------------------------------------------------------17469-- --------------------------------------------------------
1292017470
12921--17471--
12922-- Table structure for table `cbme_learner_stage_progress_history`17472-- Table structure for table `cbme_learner_stage_progress_history`
12923--17473--
1292417474
12925CREATE TABLE `cbme_learner_stage_progress_history` (17475CREATE TABLE `cbme_learner_stage_progress_history` (
12926  `lsp_history_id` int(11) UNSIGNED NOT NULL,17476  `lsp_history_id` int(11) UNSIGNED NOT NULL,
12927  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,17477  `learner_stage_progress_id` int(11) UNSIGNED NOT NULL,
12928  `proxy_id` int(11) UNSIGNED NOT NULL,17478  `proxy_id` int(11) UNSIGNED NOT NULL,
12929  `objective_id` int(11) DEFAULT NULL,17479  `objective_id` int(11) DEFAULT NULL,
12930  `version_id` int(11) DEFAULT NULL,17480  `version_id` int(11) DEFAULT NULL,
12931  `course_id` int(11) NOT NULL,17481  `course_id` int(11) NOT NULL,
12932  `organisation_id` int(11) NOT NULL,17482  `organisation_id` int(11) NOT NULL,
12933  `completed` int(11) NOT NULL,17483  `completed` int(11) NOT NULL,
12934  `in_progress` int(11) NOT NULL,17484  `in_progress` int(11) NOT NULL,
12935  `created_date` int(11) NOT NULL17485  `created_date` int(11) NOT NULL
12936) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;17486) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
nn17487 
17488--
17489-- Dumping data for table `cbme_learner_stage_progress_history`
17490--
17491 
17492INSERT INTO `cbme_learner_stage_progress_history` (`lsp_history_id`, `learner_stage_progress_id`, `proxy_id`, `objective_id`, `version_id`, `course_id`, `organisation_id`, `completed`, `in_progress`, `created_date`) VALUES
17493(1, 1, 2, 2691, 3, 16, 1, 0, 0, 1685469390),
17494(2, 2, 2, 2692, 3, 16, 1, 0, 0, 1685469390),
17495(3, 3, 2, 2693, 3, 16, 1, 0, 0, 1685469390),
17496(4, 4, 2, 2694, 3, 16, 1, 0, 0, 1685469390),
17497(5, 5, 3, 2691, 3, 16, 1, 0, 0, 1685469390),
17498(6, 6, 3, 2692, 3, 16, 1, 0, 0, 1685469390),
17499(7, 7, 3, 2693, 3, 16, 1, 0, 0, 1685469390),
17500(8, 8, 3, 2694, 3, 16, 1, 0, 0, 1685469390),
17501(9, 9, 4, 2691, 3, 16, 1, 0, 0, 1685469390),
17502(10, 10, 4, 2692, 3, 16, 1, 0, 0, 1685469390),
17503(11, 11, 4, 2693, 3, 16, 1, 0, 0, 1685469390),
17504(12, 12, 4, 2694, 3, 16, 1, 0, 0, 1685469390),
17505(13, 13, 11, 2691, 3, 16, 1, 0, 0, 1685469390),
17506(14, 14, 11, 2692, 3, 16, 1, 0, 0, 1685469390),
17507(15, 15, 11, 2693, 3, 16, 1, 0, 0, 1685469390),
17508(16, 16, 11, 2694, 3, 16, 1, 0, 0, 1685469390),
17509(17, 17, 12, 2691, 3, 16, 1, 0, 0, 1685469390),
17510(18, 18, 12, 2692, 3, 16, 1, 0, 0, 1685469390),
17511(19, 19, 12, 2693, 3, 16, 1, 0, 0, 1685469390),
17512(20, 20, 12, 2694, 3, 16, 1, 0, 0, 1685469390),
17513(32, 21, 2, 2691, 3, 16, 1, 0, 0, 1685469717),
17514(33, 22, 2, 2692, 3, 16, 1, 0, 0, 1685469717),
17515(34, 23, 2, 2693, 3, 16, 1, 0, 0, 1685469717),
17516(35, 24, 2, 2694, 3, 16, 1, 0, 0, 1685469717),
17517(36, 25, 3, 2691, 3, 16, 1, 0, 0, 1685469717),
17518(37, 26, 3, 2692, 3, 16, 1, 0, 0, 1685469717),
17519(38, 27, 3, 2693, 3, 16, 1, 0, 0, 1685469717),
17520(39, 28, 3, 2694, 3, 16, 1, 0, 0, 1685469717),
17521(40, 29, 4, 2691, 3, 16, 1, 0, 0, 1685469717),
17522(41, 30, 4, 2692, 3, 16, 1, 0, 0, 1685469717),
17523(42, 31, 4, 2693, 3, 16, 1, 0, 0, 1685469717),
17524(43, 32, 4, 2694, 3, 16, 1, 0, 0, 1685469717),
17525(44, 33, 11, 2691, 3, 16, 1, 0, 0, 1685469717),
17526(45, 34, 11, 2692, 3, 16, 1, 0, 0, 1685469717),
17527(46, 35, 11, 2693, 3, 16, 1, 0, 0, 1685469717),
17528(47, 36, 11, 2694, 3, 16, 1, 0, 0, 1685469717),
17529(48, 37, 12, 2691, 3, 16, 1, 0, 0, 1685469717),
17530(49, 38, 12, 2692, 3, 16, 1, 0, 0, 1685469717),
17531(50, 39, 12, 2693, 3, 16, 1, 0, 0, 1685469717),
17532(51, 40, 12, 2694, 3, 16, 1, 0, 0, 1685469717),
17533(63, 41, 2, 2691, 3, 16, 1, 0, 0, 1685469760),
17534(64, 42, 2, 2692, 3, 16, 1, 0, 0, 1685469760),
17535(65, 43, 2, 2693, 3, 16, 1, 0, 0, 1685469760),
17536(66, 44, 2, 2694, 3, 16, 1, 0, 0, 1685469760),
17537(67, 45, 3, 2691, 3, 16, 1, 0, 0, 1685469760),
17538(68, 46, 3, 2692, 3, 16, 1, 0, 0, 1685469760),
17539(69, 47, 3, 2693, 3, 16, 1, 0, 0, 1685469760),
17540(70, 48, 3, 2694, 3, 16, 1, 0, 0, 1685469760),
17541(71, 49, 4, 2691, 3, 16, 1, 0, 0, 1685469760),
17542(72, 50, 4, 2692, 3, 16, 1, 0, 0, 1685469760),
17543(73, 51, 4, 2693, 3, 16, 1, 0, 0, 1685469760),
17544(74, 52, 4, 2694, 3, 16, 1, 0, 0, 1685469760),
17545(75, 53, 11, 2691, 3, 16, 1, 0, 0, 1685469760),
17546(76, 54, 11, 2692, 3, 16, 1, 0, 0, 1685469760),
17547(77, 55, 11, 2693, 3, 16, 1, 0, 0, 1685469760),
17548(78, 56, 11, 2694, 3, 16, 1, 0, 0, 1685469760),
17549(79, 57, 12, 2691, 3, 16, 1, 0, 0, 1685469760),
17550(80, 58, 12, 2692, 3, 16, 1, 0, 0, 1685469760),
17551(81, 59, 12, 2693, 3, 16, 1, 0, 0, 1685469760),
17552(82, 60, 12, 2694, 3, 16, 1, 0, 0, 1685469760),
17553(94, 61, 2, NULL, NULL, 16, 1, 0, 0, 1685469827),
17554(95, 62, 2, 2691, NULL, 16, 1, 0, 0, 1685469827),
17555(96, 63, 2, 2695, 3, 16, 1, 0, 0, 1685469827),
17556(97, 64, 2, 2705, NULL, 16, 1, 0, 0, 1685469827),
17557(98, 65, 2, 2706, NULL, 16, 1, 0, 0, 1685469827),
17558(99, 66, 2, 2692, NULL, 16, 1, 0, 0, 1685469827),
17559(100, 67, 2, 2698, 3, 16, 1, 0, 0, 1685469827),
17560(101, 68, 2, 2707, NULL, 16, 1, 0, 0, 1685469827),
17561(102, 69, 2, 2699, 3, 16, 1, 0, 0, 1685469827),
17562(103, 70, 2, 2693, NULL, 16, 1, 0, 0, 1685469827),
17563(104, 71, 2, 2708, NULL, 16, 1, 0, 0, 1685469827),
17564(105, 72, 2, 2700, 3, 16, 1, 0, 0, 1685469827),
17565(106, 73, 2, 2694, NULL, 16, 1, 0, 0, 1685469827),
17566(107, 74, 2, 2709, NULL, 16, 1, 0, 0, 1685469827),
17567(108, 75, 2, 2701, 3, 16, 1, 0, 0, 1685469827),
17568(109, 76, 2, 2710, NULL, 16, 1, 0, 0, 1685469827),
17569(110, 77, 2, 2696, 3, 16, 1, 0, 0, 1685469827),
17570(111, 78, 2, 2711, NULL, 16, 1, 0, 0, 1685469827),
17571(112, 79, 2, 2697, 3, 16, 1, 0, 0, 1685469827),
17572(113, 80, 2, 2712, NULL, 16, 1, 0, 0, 1685469827),
17573(114, 81, 2, 2702, 3, 16, 1, 0, 0, 1685469827),
17574(115, 82, 2, 2713, NULL, 16, 1, 0, 0, 1685469827),
17575(116, 83, 2, 2703, 3, 16, 1, 0, 0, 1685469827),
17576(117, 84, 2, 2714, NULL, 16, 1, 0, 0, 1685469827),
17577(118, 85, 2, 2704, 3, 16, 1, 0, 0, 1685469827),
17578(119, 86, 2, 2715, NULL, 16, 1, 0, 0, 1685469827),
17579(120, 87, 2, 2716, NULL, 16, 1, 0, 0, 1685469827),
17580(121, 88, 2, 2717, NULL, 16, 1, 0, 0, 1685469827),
17581(122, 89, 2, 2718, NULL, 16, 1, 0, 0, 1685469827),
17582(123, 90, 2, 2719, NULL, 16, 1, 0, 0, 1685469827),
17583(124, 91, 2, 2720, NULL, 16, 1, 0, 0, 1685469827),
17584(125, 92, 2, 2721, NULL, 16, 1, 0, 0, 1685469827),
17585(126, 93, 2, 2722, NULL, 16, 1, 0, 0, 1685469827),
17586(127, 94, 2, 2723, NULL, 16, 1, 0, 0, 1685469827),
17587(128, 95, 2, 2724, NULL, 16, 1, 0, 0, 1685469827),
17588(129, 96, 2, 2725, NULL, 16, 1, 0, 0, 1685469827),
17589(130, 97, 2, 2726, NULL, 16, 1, 0, 0, 1685469827),
17590(131, 98, 2, 2727, NULL, 16, 1, 0, 0, 1685469827),
17591(132, 99, 2, 2728, NULL, 16, 1, 0, 0, 1685469827),
17592(133, 100, 2, 2729, NULL, 16, 1, 0, 0, 1685469827),
17593(134, 101, 2, 2730, NULL, 16, 1, 0, 0, 1685469827),
17594(135, 102, 2, 2731, NULL, 16, 1, 0, 0, 1685469827),
17595(136, 103, 2, 2732, NULL, 16, 1, 0, 0, 1685469827),
17596(137, 104, 2, 2733, NULL, 16, 1, 0, 0, 1685469827),
17597(138, 105, 2, 2734, NULL, 16, 1, 0, 0, 1685469827),
17598(139, 106, 2, 2735, NULL, 16, 1, 0, 0, 1685469827),
17599(140, 107, 2, 2736, NULL, 16, 1, 0, 0, 1685469827),
17600(141, 108, 2, 2737, NULL, 16, 1, 0, 0, 1685469827),
17601(142, 109, 2, 2738, NULL, 16, 1, 0, 0, 1685469827),
17602(143, 110, 2, 2739, NULL, 16, 1, 0, 0, 1685469827),
17603(144, 111, 2, 2740, NULL, 16, 1, 0, 0, 1685469827),
17604(145, 112, 2, 2741, NULL, 16, 1, 0, 0, 1685469827),
17605(146, 113, 2, 2742, NULL, 16, 1, 0, 0, 1685469827),
17606(147, 114, 2, 2743, NULL, 16, 1, 0, 0, 1685469827),
17607(148, 115, 2, 2744, NULL, 16, 1, 0, 0, 1685469827),
17608(149, 116, 2, 2745, NULL, 16, 1, 0, 0, 1685469827),
17609(150, 117, 2, 2746, NULL, 16, 1, 0, 0, 1685469827),
17610(151, 118, 2, 2747, NULL, 16, 1, 0, 0, 1685469827),
17611(152, 119, 2, 2748, NULL, 16, 1, 0, 0, 1685469827),
17612(153, 120, 2, 2749, NULL, 16, 1, 0, 0, 1685469827),
17613(154, 121, 2, 2750, NULL, 16, 1, 0, 0, 1685469827),
17614(155, 122, 2, 2751, NULL, 16, 1, 0, 0, 1685469827),
17615(156, 123, 2, 2752, NULL, 16, 1, 0, 0, 1685469827),
17616(157, 124, 2, 2753, NULL, 16, 1, 0, 0, 1685469827),
17617(158, 125, 2, 2754, NULL, 16, 1, 0, 0, 1685469827),
17618(159, 126, 2, 2755, NULL, 16, 1, 0, 0, 1685469827),
17619(160, 127, 2, 2756, NULL, 16, 1, 0, 0, 1685469827),
17620(161, 128, 2, 2757, NULL, 16, 1, 0, 0, 1685469827),
17621(162, 129, 2, 2758, NULL, 16, 1, 0, 0, 1685469827),
17622(163, 130, 2, 2759, NULL, 16, 1, 0, 0, 1685469827),
17623(164, 131, 2, 2760, NULL, 16, 1, 0, 0, 1685469827),
17624(165, 132, 2, 2761, NULL, 16, 1, 0, 0, 1685469827),
17625(166, 133, 2, 2762, NULL, 16, 1, 0, 0, 1685469827),
17626(167, 134, 2, 2763, NULL, 16, 1, 0, 0, 1685469827),
17627(168, 135, 2, 2764, NULL, 16, 1, 0, 0, 1685469827),
17628(169, 136, 2, 2765, NULL, 16, 1, 0, 0, 1685469827),
17629(170, 137, 2, 2766, NULL, 16, 1, 0, 0, 1685469827),
17630(171, 138, 2, 2767, NULL, 16, 1, 0, 0, 1685469827),
17631(172, 139, 2, 2768, NULL, 16, 1, 0, 0, 1685469827),
17632(173, 140, 2, 2769, NULL, 16, 1, 0, 0, 1685469827),
17633(174, 141, 2, 2770, NULL, 16, 1, 0, 0, 1685469827),
17634(175, 142, 2, 2771, NULL, 16, 1, 0, 0, 1685469827),
17635(176, 143, 2, 2772, NULL, 16, 1, 0, 0, 1685469827),
17636(177, 144, 3, NULL, NULL, 16, 1, 0, 0, 1685469827),
17637(178, 145, 3, 2691, NULL, 16, 1, 0, 0, 1685469827),
17638(179, 146, 3, 2695, 3, 16, 1, 0, 0, 1685469827),
17639(180, 147, 3, 2705, NULL, 16, 1, 0, 0, 1685469827),
17640(181, 148, 3, 2706, NULL, 16, 1, 0, 0, 1685469827),
17641(182, 149, 3, 2692, NULL, 16, 1, 0, 0, 1685469827),
17642(183, 150, 3, 2698, 3, 16, 1, 0, 0, 1685469827),
17643(184, 151, 3, 2707, NULL, 16, 1, 0, 0, 1685469827),
17644(185, 152, 3, 2699, 3, 16, 1, 0, 0, 1685469827),
17645(186, 153, 3, 2693, NULL, 16, 1, 0, 0, 1685469827),
17646(187, 154, 3, 2708, NULL, 16, 1, 0, 0, 1685469827),
17647(188, 155, 3, 2700, 3, 16, 1, 0, 0, 1685469827),
17648(189, 156, 3, 2694, NULL, 16, 1, 0, 0, 1685469827),
17649(190, 157, 3, 2709, NULL, 16, 1, 0, 0, 1685469827),
17650(191, 158, 3, 2701, 3, 16, 1, 0, 0, 1685469827),
17651(192, 159, 3, 2710, NULL, 16, 1, 0, 0, 1685469827),
17652(193, 160, 3, 2696, 3, 16, 1, 0, 0, 1685469827),
17653(194, 161, 3, 2711, NULL, 16, 1, 0, 0, 1685469827),
17654(195, 162, 3, 2697, 3, 16, 1, 0, 0, 1685469827),
17655(196, 163, 3, 2712, NULL, 16, 1, 0, 0, 1685469827),
17656(197, 164, 3, 2702, 3, 16, 1, 0, 0, 1685469827),
17657(198, 165, 3, 2713, NULL, 16, 1, 0, 0, 1685469827),
17658(199, 166, 3, 2703, 3, 16, 1, 0, 0, 1685469827),
17659(200, 167, 3, 2714, NULL, 16, 1, 0, 0, 1685469827),
17660(201, 168, 3, 2704, 3, 16, 1, 0, 0, 1685469827),
17661(202, 169, 3, 2715, NULL, 16, 1, 0, 0, 1685469827),
17662(203, 170, 3, 2716, NULL, 16, 1, 0, 0, 1685469827),
17663(204, 171, 3, 2717, NULL, 16, 1, 0, 0, 1685469827),
17664(205, 172, 3, 2718, NULL, 16, 1, 0, 0, 1685469827),
17665(206, 173, 3, 2719, NULL, 16, 1, 0, 0, 1685469827),
17666(207, 174, 3, 2720, NULL, 16, 1, 0, 0, 1685469827),
17667(208, 175, 3, 2721, NULL, 16, 1, 0, 0, 1685469827),
17668(209, 176, 3, 2722, NULL, 16, 1, 0, 0, 1685469827),
17669(210, 177, 3, 2723, NULL, 16, 1, 0, 0, 1685469827),
17670(211, 178, 3, 2724, NULL, 16, 1, 0, 0, 1685469827),
17671(212, 179, 3, 2725, NULL, 16, 1, 0, 0, 1685469827),
17672(213, 180, 3, 2726, NULL, 16, 1, 0, 0, 1685469827),
17673(214, 181, 3, 2727, NULL, 16, 1, 0, 0, 1685469827),
17674(215, 182, 3, 2728, NULL, 16, 1, 0, 0, 1685469827),
17675(216, 183, 3, 2729, NULL, 16, 1, 0, 0, 1685469827),
17676(217, 184, 3, 2730, NULL, 16, 1, 0, 0, 1685469827),
17677(218, 185, 3, 2731, NULL, 16, 1, 0, 0, 1685469827),
17678(219, 186, 3, 2732, NULL, 16, 1, 0, 0, 1685469827),
17679(220, 187, 3, 2733, NULL, 16, 1, 0, 0, 1685469827),
17680(221, 188, 3, 2734, NULL, 16, 1, 0, 0, 1685469827),
17681(222, 189, 3, 2735, NULL, 16, 1, 0, 0, 1685469827),
17682(223, 190, 3, 2736, NULL, 16, 1, 0, 0, 1685469827),
17683(224, 191, 3, 2737, NULL, 16, 1, 0, 0, 1685469827),
17684(225, 192, 3, 2738, NULL, 16, 1, 0, 0, 1685469827),
17685(226, 193, 3, 2739, NULL, 16, 1, 0, 0, 1685469827),
17686(227, 194, 3, 2740, NULL, 16, 1, 0, 0, 1685469827),
17687(228, 195, 3, 2741, NULL, 16, 1, 0, 0, 1685469827),
17688(229, 196, 3, 2742, NULL, 16, 1, 0, 0, 1685469827),
17689(230, 197, 3, 2743, NULL, 16, 1, 0, 0, 1685469827),
17690(231, 198, 3, 2744, NULL, 16, 1, 0, 0, 1685469827),
17691(232, 199, 3, 2745, NULL, 16, 1, 0, 0, 1685469827),
17692(233, 200, 3, 2746, NULL, 16, 1, 0, 0, 1685469827),
17693(234, 201, 3, 2747, NULL, 16, 1, 0, 0, 1685469827),
17694(235, 202, 3, 2748, NULL, 16, 1, 0, 0, 1685469827),
17695(236, 203, 3, 2749, NULL, 16, 1, 0, 0, 1685469827),
17696(237, 204, 3, 2750, NULL, 16, 1, 0, 0, 1685469827),
17697(238, 205, 3, 2751, NULL, 16, 1, 0, 0, 1685469827),
17698(239, 206, 3, 2752, NULL, 16, 1, 0, 0, 1685469827),
17699(240, 207, 3, 2753, NULL, 16, 1, 0, 0, 1685469827),
17700(241, 208, 3, 2754, NULL, 16, 1, 0, 0, 1685469827),
17701(242, 209, 3, 2755, NULL, 16, 1, 0, 0, 1685469827),
17702(243, 210, 3, 2756, NULL, 16, 1, 0, 0, 1685469827),
17703(244, 211, 3, 2757, NULL, 16, 1, 0, 0, 1685469827),
17704(245, 212, 3, 2758, NULL, 16, 1, 0, 0, 1685469827),
17705(246, 213, 3, 2759, NULL, 16, 1, 0, 0, 1685469827),
17706(247, 214, 3, 2760, NULL, 16, 1, 0, 0, 1685469827),
17707(248, 215, 3, 2761, NULL, 16, 1, 0, 0, 1685469827),
17708(249, 216, 3, 2762, NULL, 16, 1, 0, 0, 1685469827),
17709(250, 217, 3, 2763, NULL, 16, 1, 0, 0, 1685469827),
17710(251, 218, 3, 2764, NULL, 16, 1, 0, 0, 1685469827),
17711(252, 219, 3, 2765, NULL, 16, 1, 0, 0, 1685469827),
17712(253, 220, 3, 2766, NULL, 16, 1, 0, 0, 1685469827),
17713(254, 221, 3, 2767, NULL, 16, 1, 0, 0, 1685469827),
17714(255, 222, 3, 2768, NULL, 16, 1, 0, 0, 1685469827),
17715(256, 223, 3, 2769, NULL, 16, 1, 0, 0, 1685469827),
17716(257, 224, 3, 2770, NULL, 16, 1, 0, 0, 1685469827),
17717(258, 225, 3, 2771, NULL, 16, 1, 0, 0, 1685469827),
17718(259, 226, 3, 2772, NULL, 16, 1, 0, 0, 1685469827),
17719(260, 227, 4, NULL, NULL, 16, 1, 0, 0, 1685469827),
17720(261, 228, 4, 2691, NULL, 16, 1, 0, 0, 1685469827),
17721(262, 229, 4, 2695, 3, 16, 1, 0, 0, 1685469827),
17722(263, 230, 4, 2705, NULL, 16, 1, 0, 0, 1685469827),
17723(264, 231, 4, 2706, NULL, 16, 1, 0, 0, 1685469827),
17724(265, 232, 4, 2692, NULL, 16, 1, 0, 0, 1685469827),
17725(266, 233, 4, 2698, 3, 16, 1, 0, 0, 1685469827),
17726(267, 234, 4, 2707, NULL, 16, 1, 0, 0, 1685469827),
17727(268, 235, 4, 2699, 3, 16, 1, 0, 0, 1685469827),
17728(269, 236, 4, 2693, NULL, 16, 1, 0, 0, 1685469827),
17729(270, 237, 4, 2708, NULL, 16, 1, 0, 0, 1685469827),
17730(271, 238, 4, 2700, 3, 16, 1, 0, 0, 1685469827),
17731(272, 239, 4, 2694, NULL, 16, 1, 0, 0, 1685469827),
17732(273, 240, 4, 2709, NULL, 16, 1, 0, 0, 1685469827),
17733(274, 241, 4, 2701, 3, 16, 1, 0, 0, 1685469827),
17734(275, 242, 4, 2710, NULL, 16, 1, 0, 0, 1685469827),
17735(276, 243, 4, 2696, 3, 16, 1, 0, 0, 1685469827),
17736(277, 244, 4, 2711, NULL, 16, 1, 0, 0, 1685469827),
17737(278, 245, 4, 2697, 3, 16, 1, 0, 0, 1685469827),
17738(279, 246, 4, 2712, NULL, 16, 1, 0, 0, 1685469827),
17739(280, 247, 4, 2702, 3, 16, 1, 0, 0, 1685469827),
17740(281, 248, 4, 2713, NULL, 16, 1, 0, 0, 1685469827),
17741(282, 249, 4, 2703, 3, 16, 1, 0, 0, 1685469827),
17742(283, 250, 4, 2714, NULL, 16, 1, 0, 0, 1685469827),
17743(284, 251, 4, 2704, 3, 16, 1, 0, 0, 1685469827),
17744(285, 252, 4, 2715, NULL, 16, 1, 0, 0, 1685469827),
17745(286, 253, 4, 2716, NULL, 16, 1, 0, 0, 1685469827),
17746(287, 254, 4, 2717, NULL, 16, 1, 0, 0, 1685469827),
17747(288, 255, 4, 2718, NULL, 16, 1, 0, 0, 1685469827),
17748(289, 256, 4, 2719, NULL, 16, 1, 0, 0, 1685469827),
17749(290, 257, 4, 2720, NULL, 16, 1, 0, 0, 1685469827),
17750(291, 258, 4, 2721, NULL, 16, 1, 0, 0, 1685469827),
17751(292, 259, 4, 2722, NULL, 16, 1, 0, 0, 1685469827),
17752(293, 260, 4, 2723, NULL, 16, 1, 0, 0, 1685469827),
17753(294, 261, 4, 2724, NULL, 16, 1, 0, 0, 1685469827),
17754(295, 262, 4, 2725, NULL, 16, 1, 0, 0, 1685469827),
17755(296, 263, 4, 2726, NULL, 16, 1, 0, 0, 1685469827),
17756(297, 264, 4, 2727, NULL, 16, 1, 0, 0, 1685469827),
17757(298, 265, 4, 2728, NULL, 16, 1, 0, 0, 1685469827),
17758(299, 266, 4, 2729, NULL, 16, 1, 0, 0, 1685469827),
17759(300, 267, 4, 2730, NULL, 16, 1, 0, 0, 1685469827),
17760(301, 268, 4, 2731, NULL, 16, 1, 0, 0, 1685469827),
17761(302, 269, 4, 2732, NULL, 16, 1, 0, 0, 1685469827),
17762(303, 270, 4, 2733, NULL, 16, 1, 0, 0, 1685469827),
17763(304, 271, 4, 2734, NULL, 16, 1, 0, 0, 1685469827),
17764(305, 272, 4, 2735, NULL, 16, 1, 0, 0, 1685469827),
17765(306, 273, 4, 2736, NULL, 16, 1, 0, 0, 1685469827),
17766(307, 274, 4, 2737, NULL, 16, 1, 0, 0, 1685469827),
17767(308, 275, 4, 2738, NULL, 16, 1, 0, 0, 1685469827),
17768(309, 276, 4, 2739, NULL, 16, 1, 0, 0, 1685469827),
17769(310, 277, 4, 2740, NULL, 16, 1, 0, 0, 1685469827),
17770(311, 278, 4, 2741, NULL, 16, 1, 0, 0, 1685469827),
17771(312, 279, 4, 2742, NULL, 16, 1, 0, 0, 1685469827),
17772(313, 280, 4, 2743, NULL, 16, 1, 0, 0, 1685469827),
17773(314, 281, 4, 2744, NULL, 16, 1, 0, 0, 1685469827),
17774(315, 282, 4, 2745, NULL, 16, 1, 0, 0, 1685469827),
17775(316, 283, 4, 2746, NULL, 16, 1, 0, 0, 1685469827),
17776(317, 284, 4, 2747, NULL, 16, 1, 0, 0, 1685469827),
17777(318, 285, 4, 2748, NULL, 16, 1, 0, 0, 1685469827),
17778(319, 286, 4, 2749, NULL, 16, 1, 0, 0, 1685469827),
17779(320, 287, 4, 2750, NULL, 16, 1, 0, 0, 1685469827),
17780(321, 288, 4, 2751, NULL, 16, 1, 0, 0, 1685469827),
17781(322, 289, 4, 2752, NULL, 16, 1, 0, 0, 1685469827),
17782(323, 290, 4, 2753, NULL, 16, 1, 0, 0, 1685469827),
17783(324, 291, 4, 2754, NULL, 16, 1, 0, 0, 1685469827),
17784(325, 292, 4, 2755, NULL, 16, 1, 0, 0, 1685469827),
17785(326, 293, 4, 2756, NULL, 16, 1, 0, 0, 1685469827),
17786(327, 294, 4, 2757, NULL, 16, 1, 0, 0, 1685469827),
17787(328, 295, 4, 2758, NULL, 16, 1, 0, 0, 1685469827),
17788(329, 296, 4, 2759, NULL, 16, 1, 0, 0, 1685469827),
17789(330, 297, 4, 2760, NULL, 16, 1, 0, 0, 1685469827),
17790(331, 298, 4, 2761, NULL, 16, 1, 0, 0, 1685469827),
17791(332, 299, 4, 2762, NULL, 16, 1, 0, 0, 1685469827),
17792(333, 300, 4, 2763, NULL, 16, 1, 0, 0, 1685469827),
17793(334, 301, 4, 2764, NULL, 16, 1, 0, 0, 1685469827),
17794(335, 302, 4, 2765, NULL, 16, 1, 0, 0, 1685469827),
17795(336, 303, 4, 2766, NULL, 16, 1, 0, 0, 1685469827),
17796(337, 304, 4, 2767, NULL, 16, 1, 0, 0, 1685469827),
17797(338, 305, 4, 2768, NULL, 16, 1, 0, 0, 1685469827),
17798(339, 306, 4, 2769, NULL, 16, 1, 0, 0, 1685469827),
17799(340, 307, 4, 2770, NULL, 16, 1, 0, 0, 1685469827),
17800(341, 308, 4, 2771, NULL, 16, 1, 0, 0, 1685469827),
17801(342, 309, 4, 2772, NULL, 16, 1, 0, 0, 1685469827),
17802(343, 310, 11, NULL, NULL, 16, 1, 0, 0, 1685469827),
17803(344, 311, 11, 2691, NULL, 16, 1, 0, 0, 1685469827),
17804(345, 312, 11, 2695, 3, 16, 1, 0, 0, 1685469827),
17805(346, 313, 11, 2705, NULL, 16, 1, 0, 0, 1685469827),
17806(347, 314, 11, 2706, NULL, 16, 1, 0, 0, 1685469827),
17807(348, 315, 11, 2692, NULL, 16, 1, 0, 0, 1685469827),
17808(349, 316, 11, 2698, 3, 16, 1, 0, 0, 1685469827),
17809(350, 317, 11, 2707, NULL, 16, 1, 0, 0, 1685469827),
17810(351, 318, 11, 2699, 3, 16, 1, 0, 0, 1685469827),
17811(352, 319, 11, 2693, NULL, 16, 1, 0, 0, 1685469827),
17812(353, 320, 11, 2708, NULL, 16, 1, 0, 0, 1685469827),
17813(354, 321, 11, 2700, 3, 16, 1, 0, 0, 1685469827),
17814(355, 322, 11, 2694, NULL, 16, 1, 0, 0, 1685469827),
17815(356, 323, 11, 2709, NULL, 16, 1, 0, 0, 1685469827),
17816(357, 324, 11, 2701, 3, 16, 1, 0, 0, 1685469827),
17817(358, 325, 11, 2710, NULL, 16, 1, 0, 0, 1685469827),
17818(359, 326, 11, 2696, 3, 16, 1, 0, 0, 1685469827),
17819(360, 327, 11, 2711, NULL, 16, 1, 0, 0, 1685469827),
17820(361, 328, 11, 2697, 3, 16, 1, 0, 0, 1685469827),
17821(362, 329, 11, 2712, NULL, 16, 1, 0, 0, 1685469827),
17822(363, 330, 11, 2702, 3, 16, 1, 0, 0, 1685469827),
17823(364, 331, 11, 2713, NULL, 16, 1, 0, 0, 1685469827),
17824(365, 332, 11, 2703, 3, 16, 1, 0, 0, 1685469827),
17825(366, 333, 11, 2714, NULL, 16, 1, 0, 0, 1685469827),
17826(367, 334, 11, 2704, 3, 16, 1, 0, 0, 1685469827),
17827(368, 335, 11, 2715, NULL, 16, 1, 0, 0, 1685469827),
17828(369, 336, 11, 2716, NULL, 16, 1, 0, 0, 1685469827),
17829(370, 337, 11, 2717, NULL, 16, 1, 0, 0, 1685469827),
17830(371, 338, 11, 2718, NULL, 16, 1, 0, 0, 1685469827),
17831(372, 339, 11, 2719, NULL, 16, 1, 0, 0, 1685469827),
17832(373, 340, 11, 2720, NULL, 16, 1, 0, 0, 1685469827),
17833(374, 341, 11, 2721, NULL, 16, 1, 0, 0, 1685469827),
17834(375, 342, 11, 2722, NULL, 16, 1, 0, 0, 1685469827),
17835(376, 343, 11, 2723, NULL, 16, 1, 0, 0, 1685469827),
17836(377, 344, 11, 2724, NULL, 16, 1, 0, 0, 1685469827),
17837(378, 345, 11, 2725, NULL, 16, 1, 0, 0, 1685469827),
17838(379, 346, 11, 2726, NULL, 16, 1, 0, 0, 1685469827),
17839(380, 347, 11, 2727, NULL, 16, 1, 0, 0, 1685469827),
17840(381, 348, 11, 2728, NULL, 16, 1, 0, 0, 1685469827),
17841(382, 349, 11, 2729, NULL, 16, 1, 0, 0, 1685469827),
17842(383, 350, 11, 2730, NULL, 16, 1, 0, 0, 1685469827),
17843(384, 351, 11, 2731, NULL, 16, 1, 0, 0, 1685469827),
17844(385, 352, 11, 2732, NULL, 16, 1, 0, 0, 1685469827),
17845(386, 353, 11, 2733, NULL, 16, 1, 0, 0, 1685469827),
17846(387, 354, 11, 2734, NULL, 16, 1, 0, 0, 1685469827),
17847(388, 355, 11, 2735, NULL, 16, 1, 0, 0, 1685469827),
17848(389, 356, 11, 2736, NULL, 16, 1, 0, 0, 1685469827),
17849(390, 357, 11, 2737, NULL, 16, 1, 0, 0, 1685469827),
17850(391, 358, 11, 2738, NULL, 16, 1, 0, 0, 1685469827),
17851(392, 359, 11, 2739, NULL, 16, 1, 0, 0, 1685469827),
17852(393, 360, 11, 2740, NULL, 16, 1, 0, 0, 1685469827),
17853(394, 361, 11, 2741, NULL, 16, 1, 0, 0, 1685469827),
17854(395, 362, 11, 2742, NULL, 16, 1, 0, 0, 1685469827),
17855(396, 363, 11, 2743, NULL, 16, 1, 0, 0, 1685469827),
17856(397, 364, 11, 2744, NULL, 16, 1, 0, 0, 1685469827),
17857(398, 365, 11, 2745, NULL, 16, 1, 0, 0, 1685469827),
17858(399, 366, 11, 2746, NULL, 16, 1, 0, 0, 1685469827),
17859(400, 367, 11, 2747, NULL, 16, 1, 0, 0, 1685469827),
17860(401, 368, 11, 2748, NULL, 16, 1, 0, 0, 1685469827),
17861(402, 369, 11, 2749, NULL, 16, 1, 0, 0, 1685469827),
17862(403, 370, 11, 2750, NULL, 16, 1, 0, 0, 1685469827),
17863(404, 371, 11, 2751, NULL, 16, 1, 0, 0, 1685469827),
17864(405, 372, 11, 2752, NULL, 16, 1, 0, 0, 1685469827),
17865(406, 373, 11, 2753, NULL, 16, 1, 0, 0, 1685469827),
17866(407, 374, 11, 2754, NULL, 16, 1, 0, 0, 1685469827),
17867(408, 375, 11, 2755, NULL, 16, 1, 0, 0, 1685469827),
17868(409, 376, 11, 2756, NULL, 16, 1, 0, 0, 1685469827),
17869(410, 377, 11, 2757, NULL, 16, 1, 0, 0, 1685469827),
17870(411, 378, 11, 2758, NULL, 16, 1, 0, 0, 1685469827),
17871(412, 379, 11, 2759, NULL, 16, 1, 0, 0, 1685469827),
17872(413, 380, 11, 2760, NULL, 16, 1, 0, 0, 1685469827),
17873(414, 381, 11, 2761, NULL, 16, 1, 0, 0, 1685469827),
17874(415, 382, 11, 2762, NULL, 16, 1, 0, 0, 1685469827),
17875(416, 383, 11, 2763, NULL, 16, 1, 0, 0, 1685469827),
17876(417, 384, 11, 2764, NULL, 16, 1, 0, 0, 1685469827),
17877(418, 385, 11, 2765, NULL, 16, 1, 0, 0, 1685469827),
17878(419, 386, 11, 2766, NULL, 16, 1, 0, 0, 1685469827),
17879(420, 387, 11, 2767, NULL, 16, 1, 0, 0, 1685469827),
17880(421, 388, 11, 2768, NULL, 16, 1, 0, 0, 1685469827),
17881(422, 389, 11, 2769, NULL, 16, 1, 0, 0, 1685469827),
17882(423, 390, 11, 2770, NULL, 16, 1, 0, 0, 1685469827),
17883(424, 391, 11, 2771, NULL, 16, 1, 0, 0, 1685469827),
17884(425, 392, 11, 2772, NULL, 16, 1, 0, 0, 1685469827),
17885(426, 393, 12, NULL, NULL, 16, 1, 0, 0, 1685469827),
17886(427, 394, 12, 2691, NULL, 16, 1, 0, 0, 1685469827),
17887(428, 395, 12, 2695, 3, 16, 1, 0, 0, 1685469827),
17888(429, 396, 12, 2705, NULL, 16, 1, 0, 0, 1685469827),
17889(430, 397, 12, 2706, NULL, 16, 1, 0, 0, 1685469827),
17890(431, 398, 12, 2692, NULL, 16, 1, 0, 0, 1685469827),
17891(432, 399, 12, 2698, 3, 16, 1, 0, 0, 1685469827),
17892(433, 400, 12, 2707, NULL, 16, 1, 0, 0, 1685469827),
17893(434, 401, 12, 2699, 3, 16, 1, 0, 0, 1685469827),
17894(435, 402, 12, 2693, NULL, 16, 1, 0, 0, 1685469827),
17895(436, 403, 12, 2708, NULL, 16, 1, 0, 0, 1685469827),
17896(437, 404, 12, 2700, 3, 16, 1, 0, 0, 1685469827),
17897(438, 405, 12, 2694, NULL, 16, 1, 0, 0, 1685469827),
17898(439, 406, 12, 2709, NULL, 16, 1, 0, 0, 1685469827),
17899(440, 407, 12, 2701, 3, 16, 1, 0, 0, 1685469827),
17900(441, 408, 12, 2710, NULL, 16, 1, 0, 0, 1685469827),
17901(442, 409, 12, 2696, 3, 16, 1, 0, 0, 1685469827),
17902(443, 410, 12, 2711, NULL, 16, 1, 0, 0, 1685469827),
17903(444, 411, 12, 2697, 3, 16, 1, 0, 0, 1685469827),
17904(445, 412, 12, 2712, NULL, 16, 1, 0, 0, 1685469827),
17905(446, 413, 12, 2702, 3, 16, 1, 0, 0, 1685469827),
17906(447, 414, 12, 2713, NULL, 16, 1, 0, 0, 1685469827),
17907(448, 415, 12, 2703, 3, 16, 1, 0, 0, 1685469827),
17908(449, 416, 12, 2714, NULL, 16, 1, 0, 0, 1685469827),
17909(450, 417, 12, 2704, 3, 16, 1, 0, 0, 1685469827),
17910(451, 418, 12, 2715, NULL, 16, 1, 0, 0, 1685469827),
17911(452, 419, 12, 2716, NULL, 16, 1, 0, 0, 1685469827),
17912(453, 420, 12, 2717, NULL, 16, 1, 0, 0, 1685469827),
17913(454, 421, 12, 2718, NULL, 16, 1, 0, 0, 1685469827),
17914(455, 422, 12, 2719, NULL, 16, 1, 0, 0, 1685469827),
17915(456, 423, 12, 2720, NULL, 16, 1, 0, 0, 1685469827),
17916(457, 424, 12, 2721, NULL, 16, 1, 0, 0, 1685469827),
17917(458, 425, 12, 2722, NULL, 16, 1, 0, 0, 1685469827),
17918(459, 426, 12, 2723, NULL, 16, 1, 0, 0, 1685469827),
17919(460, 427, 12, 2724, NULL, 16, 1, 0, 0, 1685469827),
17920(461, 428, 12, 2725, NULL, 16, 1, 0, 0, 1685469827),
17921(462, 429, 12, 2726, NULL, 16, 1, 0, 0, 1685469827),
17922(463, 430, 12, 2727, NULL, 16, 1, 0, 0, 1685469827),
17923(464, 431, 12, 2728, NULL, 16, 1, 0, 0, 1685469827),
17924(465, 432, 12, 2729, NULL, 16, 1, 0, 0, 1685469827),
17925(466, 433, 12, 2730, NULL, 16, 1, 0, 0, 1685469827),
17926(467, 434, 12, 2731, NULL, 16, 1, 0, 0, 1685469827),
17927(468, 435, 12, 2732, NULL, 16, 1, 0, 0, 1685469827),
17928(469, 436, 12, 2733, NULL, 16, 1, 0, 0, 1685469827),
17929(470, 437, 12, 2734, NULL, 16, 1, 0, 0, 1685469827),
17930(471, 438, 12, 2735, NULL, 16, 1, 0, 0, 1685469827),
17931(472, 439, 12, 2736, NULL, 16, 1, 0, 0, 1685469827),
17932(473, 440, 12, 2737, NULL, 16, 1, 0, 0, 1685469827),
17933(474, 441, 12, 2738, NULL, 16, 1, 0, 0, 1685469827),
17934(475, 442, 12, 2739, NULL, 16, 1, 0, 0, 1685469827),
17935(476, 443, 12, 2740, NULL, 16, 1, 0, 0, 1685469827),
17936(477, 444, 12, 2741, NULL, 16, 1, 0, 0, 1685469827),
17937(478, 445, 12, 2742, NULL, 16, 1, 0, 0, 1685469827),
17938(479, 446, 12, 2743, NULL, 16, 1, 0, 0, 1685469827),
17939(480, 447, 12, 2744, NULL, 16, 1, 0, 0, 1685469827),
17940(481, 448, 12, 2745, NULL, 16, 1, 0, 0, 1685469827),
17941(482, 449, 12, 2746, NULL, 16, 1, 0, 0, 1685469827),
17942(483, 450, 12, 2747, NULL, 16, 1, 0, 0, 1685469827),
17943(484, 451, 12, 2748, NULL, 16, 1, 0, 0, 1685469827),
17944(485, 452, 12, 2749, NULL, 16, 1, 0, 0, 1685469827),
17945(486, 453, 12, 2750, NULL, 16, 1, 0, 0, 1685469827),
17946(487, 454, 12, 2751, NULL, 16, 1, 0, 0, 1685469827),
17947(488, 455, 12, 2752, NULL, 16, 1, 0, 0, 1685469827),
17948(489, 456, 12, 2753, NULL, 16, 1, 0, 0, 1685469827),
17949(490, 457, 12, 2754, NULL, 16, 1, 0, 0, 1685469827),
17950(491, 458, 12, 2755, NULL, 16, 1, 0, 0, 1685469827),
17951(492, 459, 12, 2756, NULL, 16, 1, 0, 0, 1685469827),
17952(493, 460, 12, 2757, NULL, 16, 1, 0, 0, 1685469827),
17953(494, 461, 12, 2758, NULL, 16, 1, 0, 0, 1685469827),
17954(495, 462, 12, 2759, NULL, 16, 1, 0, 0, 1685469827),
17955(496, 463, 12, 2760, NULL, 16, 1, 0, 0, 1685469827),
17956(497, 464, 12, 2761, NULL, 16, 1, 0, 0, 1685469827),
17957(498, 465, 12, 2762, NULL, 16, 1, 0, 0, 1685469827),
17958(499, 466, 12, 2763, NULL, 16, 1, 0, 0, 1685469827),
17959(500, 467, 12, 2764, NULL, 16, 1, 0, 0, 1685469827),
17960(501, 468, 12, 2765, NULL, 16, 1, 0, 0, 1685469827),
17961(502, 469, 12, 2766, NULL, 16, 1, 0, 0, 1685469827),
17962(503, 470, 12, 2767, NULL, 16, 1, 0, 0, 1685469827),
17963(504, 471, 12, 2768, NULL, 16, 1, 0, 0, 1685469827),
17964(505, 472, 12, 2769, NULL, 16, 1, 0, 0, 1685469827),
17965(506, 473, 12, 2770, NULL, 16, 1, 0, 0, 1685469827),
17966(507, 474, 12, 2771, NULL, 16, 1, 0, 0, 1685469827),
17967(508, 475, 12, 2772, NULL, 16, 1, 0, 0, 1685469827),
17968(605, 476, 2, 2691, 3, 16, 1, 0, 0, 1685470484),
17969(606, 477, 2, 2692, 3, 16, 1, 0, 0, 1685470484),
17970(607, 478, 2, 2693, 3, 16, 1, 0, 0, 1685470484),
17971(608, 479, 2, 2694, 3, 16, 1, 0, 0, 1685470484),
17972(609, 480, 3, 2691, 3, 16, 1, 0, 0, 1685470484),
17973(610, 481, 3, 2692, 3, 16, 1, 0, 0, 1685470484),
17974(611, 482, 3, 2693, 3, 16, 1, 0, 0, 1685470484),
17975(612, 483, 3, 2694, 3, 16, 1, 0, 0, 1685470484),
17976(613, 484, 4, 2691, 3, 16, 1, 0, 0, 1685470484),
17977(614, 485, 4, 2692, 3, 16, 1, 0, 0, 1685470484),
17978(615, 486, 4, 2693, 3, 16, 1, 0, 0, 1685470484),
17979(616, 487, 4, 2694, 3, 16, 1, 0, 0, 1685470484),
17980(617, 488, 11, 2691, 3, 16, 1, 0, 0, 1685470484),
17981(618, 489, 11, 2692, 3, 16, 1, 0, 0, 1685470484),
17982(619, 490, 11, 2693, 3, 16, 1, 0, 0, 1685470484),
17983(620, 491, 11, 2694, 3, 16, 1, 0, 0, 1685470484),
17984(621, 492, 12, 2691, 3, 16, 1, 0, 0, 1685470484),
17985(622, 493, 12, 2692, 3, 16, 1, 0, 0, 1685470484),
17986(623, 494, 12, 2693, 3, 16, 1, 0, 0, 1685470484),
17987(624, 495, 12, 2694, 3, 16, 1, 0, 0, 1685470484),
17988(636, 496, 2, 2691, 3, 16, 1, 0, 0, 1685470575),
17989(637, 497, 2, 2692, 3, 16, 1, 0, 0, 1685470575),
17990(638, 498, 2, 2693, 3, 16, 1, 0, 0, 1685470575),
17991(639, 499, 2, 2694, 3, 16, 1, 0, 0, 1685470575),
17992(640, 500, 3, 2691, 3, 16, 1, 0, 0, 1685470575),
17993(641, 501, 3, 2692, 3, 16, 1, 0, 0, 1685470575),
17994(642, 502, 3, 2693, 3, 16, 1, 0, 0, 1685470575),
17995(643, 503, 3, 2694, 3, 16, 1, 0, 0, 1685470575),
17996(644, 504, 4, 2691, 3, 16, 1, 0, 0, 1685470575),
17997(645, 505, 4, 2692, 3, 16, 1, 0, 0, 1685470575),
17998(646, 506, 4, 2693, 3, 16, 1, 0, 0, 1685470575),
17999(647, 507, 4, 2694, 3, 16, 1, 0, 0, 1685470575),
18000(648, 508, 11, 2691, 3, 16, 1, 0, 0, 1685470575),
18001(649, 509, 11, 2692, 3, 16, 1, 0, 0, 1685470575),
18002(650, 510, 11, 2693, 3, 16, 1, 0, 0, 1685470575),
18003(651, 511, 11, 2694, 3, 16, 1, 0, 0, 1685470575),
18004(652, 512, 12, 2691, 3, 16, 1, 0, 0, 1685470575),
18005(653, 513, 12, 2692, 3, 16, 1, 0, 0, 1685470575),
18006(654, 514, 12, 2693, 3, 16, 1, 0, 0, 1685470575),
18007(655, 515, 12, 2694, 3, 16, 1, 0, 0, 1685470575),
18008(667, 516, 2, 2691, 3, 16, 1, 0, 0, 1685471591),
18009(668, 517, 2, 2692, 3, 16, 1, 0, 0, 1685471591),
18010(669, 518, 2, 2693, 3, 16, 1, 0, 0, 1685471591),
18011(670, 519, 2, 2694, 3, 16, 1, 0, 0, 1685471591),
18012(671, 520, 3, 2691, 3, 16, 1, 0, 0, 1685471591),
18013(672, 521, 3, 2692, 3, 16, 1, 0, 0, 1685471591),
18014(673, 522, 3, 2693, 3, 16, 1, 0, 0, 1685471591),
18015(674, 523, 3, 2694, 3, 16, 1, 0, 0, 1685471591),
18016(675, 524, 4, 2691, 3, 16, 1, 0, 0, 1685471591),
18017(676, 525, 4, 2692, 3, 16, 1, 0, 0, 1685471591),
18018(677, 526, 4, 2693, 3, 16, 1, 0, 0, 1685471591),
18019(678, 527, 4, 2694, 3, 16, 1, 0, 0, 1685471591),
18020(679, 528, 11, 2691, 3, 16, 1, 0, 0, 1685471591),
18021(680, 529, 11, 2692, 3, 16, 1, 0, 0, 1685471591),
18022(681, 530, 11, 2693, 3, 16, 1, 0, 0, 1685471591),
18023(682, 531, 11, 2694, 3, 16, 1, 0, 0, 1685471591),
18024(683, 532, 12, 2691, 3, 16, 1, 0, 0, 1685471591),
18025(684, 533, 12, 2692, 3, 16, 1, 0, 0, 1685471591),
18026(685, 534, 12, 2693, 3, 16, 1, 0, 0, 1685471591),
18027(686, 535, 12, 2694, 3, 16, 1, 0, 0, 1685471591),
18028(698, 536, 2, 2691, 3, 16, 1, 0, 0, 1685471627),
18029(699, 537, 2, 2692, 3, 16, 1, 0, 0, 1685471627),
18030(700, 538, 2, 2693, 3, 16, 1, 0, 0, 1685471627),
18031(701, 539, 2, 2694, 3, 16, 1, 0, 0, 1685471627),
18032(702, 540, 3, 2691, 3, 16, 1, 0, 0, 1685471627),
18033(703, 541, 3, 2692, 3, 16, 1, 0, 0, 1685471627),
18034(704, 542, 3, 2693, 3, 16, 1, 0, 0, 1685471627),
18035(705, 543, 3, 2694, 3, 16, 1, 0, 0, 1685471627),
18036(706, 544, 4, 2691, 3, 16, 1, 0, 0, 1685471627),
18037(707, 545, 4, 2692, 3, 16, 1, 0, 0, 1685471627),
18038(708, 546, 4, 2693, 3, 16, 1, 0, 0, 1685471627),
18039(709, 547, 4, 2694, 3, 16, 1, 0, 0, 1685471627),
18040(710, 548, 11, 2691, 3, 16, 1, 0, 0, 1685471627),
18041(711, 549, 11, 2692, 3, 16, 1, 0, 0, 1685471627),
18042(712, 550, 11, 2693, 3, 16, 1, 0, 0, 1685471627),
18043(713, 551, 11, 2694, 3, 16, 1, 0, 0, 1685471627),
18044(714, 552, 12, 2691, 3, 16, 1, 0, 0, 1685471627),
18045(715, 553, 12, 2692, 3, 16, 1, 0, 0, 1685471627),
18046(716, 554, 12, 2693, 3, 16, 1, 0, 0, 1685471627),
18047(717, 555, 12, 2694, 3, 16, 1, 0, 0, 1685471627),
18048(729, 556, 2, 2691, 3, 16, 1, 0, 0, 1685472748),
18049(730, 557, 2, 2692, 3, 16, 1, 0, 0, 1685472748),
18050(731, 558, 2, 2693, 3, 16, 1, 0, 0, 1685472748),
18051(732, 559, 2, 2694, 3, 16, 1, 0, 0, 1685472748),
18052(733, 560, 3, 2691, 3, 16, 1, 0, 0, 1685472748),
18053(734, 561, 3, 2692, 3, 16, 1, 0, 0, 1685472748),
18054(735, 562, 3, 2693, 3, 16, 1, 0, 0, 1685472748),
18055(736, 563, 3, 2694, 3, 16, 1, 0, 0, 1685472748),
18056(737, 564, 4, 2691, 3, 16, 1, 0, 0, 1685472748),
18057(738, 565, 4, 2692, 3, 16, 1, 0, 0, 1685472748),
18058(739, 566, 4, 2693, 3, 16, 1, 0, 0, 1685472748),
18059(740, 567, 4, 2694, 3, 16, 1, 0, 0, 1685472748),
18060(741, 568, 11, 2691, 3, 16, 1, 0, 0, 1685472748),
18061(742, 569, 11, 2692, 3, 16, 1, 0, 0, 1685472748),
18062(743, 570, 11, 2693, 3, 16, 1, 0, 0, 1685472748),
18063(744, 571, 11, 2694, 3, 16, 1, 0, 0, 1685472748),
18064(745, 572, 12, 2691, 3, 16, 1, 0, 0, 1685472748),
18065(746, 573, 12, 2692, 3, 16, 1, 0, 0, 1685472748),
18066(747, 574, 12, 2693, 3, 16, 1, 0, 0, 1685472748),
18067(748, 575, 12, 2694, 3, 16, 1, 0, 0, 1685472748),
18068(760, 576, 2, 2691, 3, 16, 1, 0, 0, 1685474009),
18069(761, 577, 2, 2692, 3, 16, 1, 0, 0, 1685474009),
18070(762, 578, 2, 2693, 3, 16, 1, 0, 0, 1685474009),
18071(763, 579, 2, 2694, 3, 16, 1, 0, 0, 1685474009),
18072(764, 580, 3, 2691, 3, 16, 1, 0, 0, 1685474009),
18073(765, 581, 3, 2692, 3, 16, 1, 0, 0, 1685474009),
18074(766, 582, 3, 2693, 3, 16, 1, 0, 0, 1685474009),
18075(767, 583, 3, 2694, 3, 16, 1, 0, 0, 1685474009),
18076(768, 584, 4, 2691, 3, 16, 1, 0, 0, 1685474009),
18077(769, 585, 4, 2692, 3, 16, 1, 0, 0, 1685474009),
18078(770, 586, 4, 2693, 3, 16, 1, 0, 0, 1685474009),
18079(771, 587, 4, 2694, 3, 16, 1, 0, 0, 1685474009),
18080(772, 588, 11, 2691, 3, 16, 1, 0, 0, 1685474009),
18081(773, 589, 11, 2692, 3, 16, 1, 0, 0, 1685474009),
18082(774, 590, 11, 2693, 3, 16, 1, 0, 0, 1685474009),
18083(775, 591, 11, 2694, 3, 16, 1, 0, 0, 1685474009),
18084(776, 592, 12, 2691, 3, 16, 1, 0, 0, 1685474009),
18085(777, 593, 12, 2692, 3, 16, 1, 0, 0, 1685474009),
18086(778, 594, 12, 2693, 3, 16, 1, 0, 0, 1685474009),
18087(779, 595, 12, 2694, 3, 16, 1, 0, 0, 1685474009),
18088(791, 596, 2, 2691, 3, 16, 1, 0, 0, 1685474156),
18089(792, 597, 2, 2692, 3, 16, 1, 0, 0, 1685474156),
18090(793, 598, 2, 2693, 3, 16, 1, 0, 0, 1685474156),
18091(794, 599, 2, 2694, 3, 16, 1, 0, 0, 1685474156),
18092(795, 600, 3, 2691, 3, 16, 1, 0, 0, 1685474156),
18093(796, 601, 3, 2692, 3, 16, 1, 0, 0, 1685474156),
18094(797, 602, 3, 2693, 3, 16, 1, 0, 0, 1685474156),
18095(798, 603, 3, 2694, 3, 16, 1, 0, 0, 1685474156),
18096(799, 604, 4, 2691, 3, 16, 1, 0, 0, 1685474156),
18097(800, 605, 4, 2692, 3, 16, 1, 0, 0, 1685474156),
18098(801, 606, 4, 2693, 3, 16, 1, 0, 0, 1685474156),
18099(802, 607, 4, 2694, 3, 16, 1, 0, 0, 1685474156),
18100(803, 608, 11, 2691, 3, 16, 1, 0, 0, 1685474156),
18101(804, 609, 11, 2692, 3, 16, 1, 0, 0, 1685474156),
18102(805, 610, 11, 2693, 3, 16, 1, 0, 0, 1685474156),
18103(806, 611, 11, 2694, 3, 16, 1, 0, 0, 1685474156),
18104(807, 612, 12, 2691, 3, 16, 1, 0, 0, 1685474156),
18105(808, 613, 12, 2692, 3, 16, 1, 0, 0, 1685474156),
18106(809, 614, 12, 2693, 3, 16, 1, 0, 0, 1685474156),
18107(810, 615, 12, 2694, 3, 16, 1, 0, 0, 1685474156),
18108(811, 616, 2, 2691, 3, 16, 1, 0, 0, 1685541479),
18109(812, 617, 2, 2692, 3, 16, 1, 0, 0, 1685541479),
18110(813, 618, 2, 2693, 3, 16, 1, 0, 0, 1685541479),
18111(814, 619, 2, 2694, 3, 16, 1, 0, 0, 1685541479),
18112(815, 620, 3, 2691, 3, 16, 1, 0, 0, 1685541479),
18113(816, 621, 3, 2692, 3, 16, 1, 0, 0, 1685541479),
18114(817, 622, 3, 2693, 3, 16, 1, 0, 0, 1685541479),
18115(818, 623, 3, 2694, 3, 16, 1, 0, 0, 1685541479),
18116(819, 624, 4, 2691, 3, 16, 1, 0, 0, 1685541479),
18117(820, 625, 4, 2692, 3, 16, 1, 0, 0, 1685541479),
18118(821, 626, 4, 2693, 3, 16, 1, 0, 0, 1685541479),
18119(822, 627, 4, 2694, 3, 16, 1, 0, 0, 1685541479),
18120(823, 628, 11, 2691, 3, 16, 1, 0, 0, 1685541479),
18121(824, 629, 11, 2692, 3, 16, 1, 0, 0, 1685541479),
18122(825, 630, 11, 2693, 3, 16, 1, 0, 0, 1685541479),
18123(826, 631, 11, 2694, 3, 16, 1, 0, 0, 1685541479),
18124(827, 632, 12, 2691, 3, 16, 1, 0, 0, 1685541479),
18125(828, 633, 12, 2692, 3, 16, 1, 0, 0, 1685541479),
18126(829, 634, 12, 2693, 3, 16, 1, 0, 0, 1685541479),
18127(830, 635, 12, 2694, 3, 16, 1, 0, 0, 1685541479),
18128(842, 636, 2, 2691, 3, 16, 1, 0, 0, 1685543475),
18129(843, 637, 2, 2692, 3, 16, 1, 0, 0, 1685543475),
18130(844, 638, 2, 2693, 3, 16, 1, 0, 0, 1685543475),
18131(845, 639, 2, 2694, 3, 16, 1, 0, 0, 1685543475),
18132(846, 640, 3, 2691, 3, 16, 1, 0, 0, 1685543475),
18133(847, 641, 3, 2692, 3, 16, 1, 0, 0, 1685543475),
18134(848, 642, 3, 2693, 3, 16, 1, 0, 0, 1685543475),
18135(849, 643, 3, 2694, 3, 16, 1, 0, 0, 1685543475),
18136(850, 644, 4, 2691, 3, 16, 1, 0, 0, 1685543475),
18137(851, 645, 4, 2692, 3, 16, 1, 0, 0, 1685543475),
18138(852, 646, 4, 2693, 3, 16, 1, 0, 0, 1685543475),
18139(853, 647, 4, 2694, 3, 16, 1, 0, 0, 1685543475),
18140(854, 648, 11, 2691, 3, 16, 1, 0, 0, 1685543475),
18141(855, 649, 11, 2692, 3, 16, 1, 0, 0, 1685543475),
18142(856, 650, 11, 2693, 3, 16, 1, 0, 0, 1685543475),
18143(857, 651, 11, 2694, 3, 16, 1, 0, 0, 1685543475),
18144(858, 652, 12, 2691, 3, 16, 1, 0, 0, 1685543475),
18145(859, 653, 12, 2692, 3, 16, 1, 0, 0, 1685543475),
18146(860, 654, 12, 2693, 3, 16, 1, 0, 0, 1685543475),
18147(861, 655, 12, 2694, 3, 16, 1, 0, 0, 1685543475),
18148(873, 656, 2, 2691, 3, 16, 1, 0, 0, 1685543480),
18149(874, 657, 2, 2692, 3, 16, 1, 0, 0, 1685543480),
18150(875, 658, 2, 2693, 3, 16, 1, 0, 0, 1685543480),
18151(876, 659, 2, 2694, 3, 16, 1, 0, 0, 1685543480),
18152(877, 660, 3, 2691, 3, 16, 1, 0, 0, 1685543480),
18153(878, 661, 3, 2692, 3, 16, 1, 0, 0, 1685543480),
18154(879, 662, 3, 2693, 3, 16, 1, 0, 0, 1685543480),
18155(880, 663, 3, 2694, 3, 16, 1, 0, 0, 1685543480),
18156(881, 664, 4, 2691, 3, 16, 1, 0, 0, 1685543480),
18157(882, 665, 4, 2692, 3, 16, 1, 0, 0, 1685543480),
18158(883, 666, 4, 2693, 3, 16, 1, 0, 0, 1685543480),
18159(884, 667, 4, 2694, 3, 16, 1, 0, 0, 1685543480),
18160(885, 668, 11, 2691, 3, 16, 1, 0, 0, 1685543480),
18161(886, 669, 11, 2692, 3, 16, 1, 0, 0, 1685543480),
18162(887, 670, 11, 2693, 3, 16, 1, 0, 0, 1685543480),
18163(888, 671, 11, 2694, 3, 16, 1, 0, 0, 1685543480),
18164(889, 672, 12, 2691, 3, 16, 1, 0, 0, 1685543480),
18165(890, 673, 12, 2692, 3, 16, 1, 0, 0, 1685543480),
18166(891, 674, 12, 2693, 3, 16, 1, 0, 0, 1685543480),
18167(892, 675, 12, 2694, 3, 16, 1, 0, 0, 1685543480),
18168(904, 676, 2, 2691, 3, 16, 1, 0, 0, 1685543975),
18169(905, 677, 2, 2692, 3, 16, 1, 0, 0, 1685543975),
18170(906, 678, 2, 2693, 3, 16, 1, 0, 0, 1685543975),
18171(907, 679, 2, 2694, 3, 16, 1, 0, 0, 1685543975),
18172(908, 680, 3, 2691, 3, 16, 1, 0, 0, 1685543975),
18173(909, 681, 3, 2692, 3, 16, 1, 0, 0, 1685543975),
18174(910, 682, 3, 2693, 3, 16, 1, 0, 0, 1685543975),
18175(911, 683, 3, 2694, 3, 16, 1, 0, 0, 1685543975),
18176(912, 684, 4, 2691, 3, 16, 1, 0, 0, 1685543975),
18177(913, 685, 4, 2692, 3, 16, 1, 0, 0, 1685543975),
18178(914, 686, 4, 2693, 3, 16, 1, 0, 0, 1685543975),
18179(915, 687, 4, 2694, 3, 16, 1, 0, 0, 1685543975),
18180(916, 688, 11, 2691, 3, 16, 1, 0, 0, 1685543975),
18181(917, 689, 11, 2692, 3, 16, 1, 0, 0, 1685543975),
18182(918, 690, 11, 2693, 3, 16, 1, 0, 0, 1685543975),
18183(919, 691, 11, 2694, 3, 16, 1, 0, 0, 1685543975),
18184(920, 692, 12, 2691, 3, 16, 1, 0, 0, 1685543975),
18185(921, 693, 12, 2692, 3, 16, 1, 0, 0, 1685543975),
18186(922, 694, 12, 2693, 3, 16, 1, 0, 0, 1685543975),
18187(923, 695, 12, 2694, 3, 16, 1, 0, 0, 1685543975),
18188(935, 696, 2, 2691, 3, 16, 1, 0, 0, 1685544069),
18189(936, 697, 2, 2692, 3, 16, 1, 0, 0, 1685544069),
18190(937, 698, 2, 2693, 3, 16, 1, 0, 0, 1685544069),
18191(938, 699, 2, 2694, 3, 16, 1, 0, 0, 1685544069),
18192(939, 700, 3, 2691, 3, 16, 1, 0, 0, 1685544069),
18193(940, 701, 3, 2692, 3, 16, 1, 0, 0, 1685544069),
18194(941, 702, 3, 2693, 3, 16, 1, 0, 0, 1685544069),
18195(942, 703, 3, 2694, 3, 16, 1, 0, 0, 1685544069),
18196(943, 704, 4, 2691, 3, 16, 1, 0, 0, 1685544069),
18197(944, 705, 4, 2692, 3, 16, 1, 0, 0, 1685544069),
18198(945, 706, 4, 2693, 3, 16, 1, 0, 0, 1685544069),
18199(946, 707, 4, 2694, 3, 16, 1, 0, 0, 1685544069),
18200(947, 708, 11, 2691, 3, 16, 1, 0, 0, 1685544069),
18201(948, 709, 11, 2692, 3, 16, 1, 0, 0, 1685544069),
18202(949, 710, 11, 2693, 3, 16, 1, 0, 0, 1685544069),
18203(950, 711, 11, 2694, 3, 16, 1, 0, 0, 1685544069),
18204(951, 712, 12, 2691, 3, 16, 1, 0, 0, 1685544069),
18205(952, 713, 12, 2692, 3, 16, 1, 0, 0, 1685544069),
18206(953, 714, 12, 2693, 3, 16, 1, 0, 0, 1685544069),
18207(954, 715, 12, 2694, 3, 16, 1, 0, 0, 1685544069),
18208(966, 716, 2, 2691, 3, 16, 1, 0, 0, 1685544256),
18209(967, 717, 2, 2692, 3, 16, 1, 0, 0, 1685544256),
18210(968, 718, 2, 2693, 3, 16, 1, 0, 0, 1685544256),
18211(969, 719, 2, 2694, 3, 16, 1, 0, 0, 1685544256),
18212(970, 720, 3, 2691, 3, 16, 1, 0, 0, 1685544256),
18213(971, 721, 3, 2692, 3, 16, 1, 0, 0, 1685544256),
18214(972, 722, 3, 2693, 3, 16, 1, 0, 0, 1685544256),
18215(973, 723, 3, 2694, 3, 16, 1, 0, 0, 1685544256),
18216(974, 724, 4, 2691, 3, 16, 1, 0, 0, 1685544256),
18217(975, 725, 4, 2692, 3, 16, 1, 0, 0, 1685544256),
18218(976, 726, 4, 2693, 3, 16, 1, 0, 0, 1685544256),
18219(977, 727, 4, 2694, 3, 16, 1, 0, 0, 1685544256),
18220(978, 728, 11, 2691, 3, 16, 1, 0, 0, 1685544256),
18221(979, 729, 11, 2692, 3, 16, 1, 0, 0, 1685544256),
18222(980, 730, 11, 2693, 3, 16, 1, 0, 0, 1685544256),
18223(981, 731, 11, 2694, 3, 16, 1, 0, 0, 1685544256),
18224(982, 732, 12, 2691, 3, 16, 1, 0, 0, 1685544256),
18225(983, 733, 12, 2692, 3, 16, 1, 0, 0, 1685544256),
18226(984, 734, 12, 2693, 3, 16, 1, 0, 0, 1685544256),
18227(985, 735, 12, 2694, 3, 16, 1, 0, 0, 1685544256),
18228(997, 736, 2, 2691, 3, 16, 1, 0, 0, 1685544577),
18229(998, 737, 2, 2692, 3, 16, 1, 0, 0, 1685544577),
18230(999, 738, 2, 2693, 3, 16, 1, 0, 0, 1685544577),
18231(1000, 739, 2, 2694, 3, 16, 1, 0, 0, 1685544577),
18232(1001, 740, 3, 2691, 3, 16, 1, 0, 0, 1685544577),
18233(1002, 741, 3, 2692, 3, 16, 1, 0, 0, 1685544577),
18234(1003, 742, 3, 2693, 3, 16, 1, 0, 0, 1685544577),
18235(1004, 743, 3, 2694, 3, 16, 1, 0, 0, 1685544577),
18236(1005, 744, 4, 2691, 3, 16, 1, 0, 0, 1685544577),
18237(1006, 745, 4, 2692, 3, 16, 1, 0, 0, 1685544577),
18238(1007, 746, 4, 2693, 3, 16, 1, 0, 0, 1685544577),
18239(1008, 747, 4, 2694, 3, 16, 1, 0, 0, 1685544577),
18240(1009, 748, 11, 2691, 3, 16, 1, 0, 0, 1685544577),
18241(1010, 749, 11, 2692, 3, 16, 1, 0, 0, 1685544577),
18242(1011, 750, 11, 2693, 3, 16, 1, 0, 0, 1685544577),
18243(1012, 751, 11, 2694, 3, 16, 1, 0, 0, 1685544577),
18244(1013, 752, 12, 2691, 3, 16, 1, 0, 0, 1685544577),
18245(1014, 753, 12, 2692, 3, 16, 1, 0, 0, 1685544577),
18246(1015, 754, 12, 2693, 3, 16, 1, 0, 0, 1685544577),
18247(1016, 755, 12, 2694, 3, 16, 1, 0, 0, 1685544577),
18248(1028, 756, 2, 2691, 3, 16, 1, 0, 0, 1685544734),
18249(1029, 757, 2, 2692, 3, 16, 1, 0, 0, 1685544734),
18250(1030, 758, 2, 2693, 3, 16, 1, 0, 0, 1685544734),
18251(1031, 759, 2, 2694, 3, 16, 1, 0, 0, 1685544734),
18252(1032, 760, 3, 2691, 3, 16, 1, 0, 0, 1685544734),
18253(1033, 761, 3, 2692, 3, 16, 1, 0, 0, 1685544734),
18254(1034, 762, 3, 2693, 3, 16, 1, 0, 0, 1685544734),
18255(1035, 763, 3, 2694, 3, 16, 1, 0, 0, 1685544734),
18256(1036, 764, 4, 2691, 3, 16, 1, 0, 0, 1685544734),
18257(1037, 765, 4, 2692, 3, 16, 1, 0, 0, 1685544734),
18258(1038, 766, 4, 2693, 3, 16, 1, 0, 0, 1685544734),
18259(1039, 767, 4, 2694, 3, 16, 1, 0, 0, 1685544734),
18260(1040, 768, 11, 2691, 3, 16, 1, 0, 0, 1685544734),
18261(1041, 769, 11, 2692, 3, 16, 1, 0, 0, 1685544734),
18262(1042, 770, 11, 2693, 3, 16, 1, 0, 0, 1685544734),
18263(1043, 771, 11, 2694, 3, 16, 1, 0, 0, 1685544734),
18264(1044, 772, 12, 2691, 3, 16, 1, 0, 0, 1685544734),
18265(1045, 773, 12, 2692, 3, 16, 1, 0, 0, 1685544734),
18266(1046, 774, 12, 2693, 3, 16, 1, 0, 0, 1685544734),
18267(1047, 775, 12, 2694, 3, 16, 1, 0, 0, 1685544734),
18268(1059, 776, 2, 2691, 3, 16, 1, 0, 0, 1685545564),
18269(1060, 777, 2, 2692, 3, 16, 1, 0, 0, 1685545564),
18270(1061, 778, 2, 2693, 3, 16, 1, 0, 0, 1685545564),
18271(1062, 779, 2, 2694, 3, 16, 1, 0, 0, 1685545564),
18272(1063, 780, 3, 2691, 3, 16, 1, 0, 0, 1685545564),
18273(1064, 781, 3, 2692, 3, 16, 1, 0, 0, 1685545564),
18274(1065, 782, 3, 2693, 3, 16, 1, 0, 0, 1685545564),
18275(1066, 783, 3, 2694, 3, 16, 1, 0, 0, 1685545564),
18276(1067, 784, 4, 2691, 3, 16, 1, 0, 0, 1685545564),
18277(1068, 785, 4, 2692, 3, 16, 1, 0, 0, 1685545564),
18278(1069, 786, 4, 2693, 3, 16, 1, 0, 0, 1685545564),
18279(1070, 787, 4, 2694, 3, 16, 1, 0, 0, 1685545564),
18280(1071, 788, 11, 2691, 3, 16, 1, 0, 0, 1685545564),
18281(1072, 789, 11, 2692, 3, 16, 1, 0, 0, 1685545564),
18282(1073, 790, 11, 2693, 3, 16, 1, 0, 0, 1685545564),
18283(1074, 791, 11, 2694, 3, 16, 1, 0, 0, 1685545564),
18284(1075, 792, 12, 2691, 3, 16, 1, 0, 0, 1685545564),
18285(1076, 793, 12, 2692, 3, 16, 1, 0, 0, 1685545564),
18286(1077, 794, 12, 2693, 3, 16, 1, 0, 0, 1685545564),
18287(1078, 795, 12, 2694, 3, 16, 1, 0, 0, 1685545564),
18288(1090, 796, 2, 2691, 3, 16, 1, 0, 0, 1685549239),
18289(1091, 797, 2, 2692, 3, 16, 1, 0, 0, 1685549239),
18290(1092, 798, 2, 2693, 3, 16, 1, 0, 0, 1685549239),
18291(1093, 799, 2, 2694, 3, 16, 1, 0, 0, 1685549239),
18292(1094, 800, 3, 2691, 3, 16, 1, 0, 0, 1685549239),
18293(1095, 801, 3, 2692, 3, 16, 1, 0, 0, 1685549239),
18294(1096, 802, 3, 2693, 3, 16, 1, 0, 0, 1685549239),
18295(1097, 803, 3, 2694, 3, 16, 1, 0, 0, 1685549239),
18296(1098, 804, 4, 2691, 3, 16, 1, 0, 0, 1685549239),
18297(1099, 805, 4, 2692, 3, 16, 1, 0, 0, 1685549239),
18298(1100, 806, 4, 2693, 3, 16, 1, 0, 0, 1685549239),
18299(1101, 807, 4, 2694, 3, 16, 1, 0, 0, 1685549239),
18300(1102, 808, 11, 2691, 3, 16, 1, 0, 0, 1685549239),
18301(1103, 809, 11, 2692, 3, 16, 1, 0, 0, 1685549239),
18302(1104, 810, 11, 2693, 3, 16, 1, 0, 0, 1685549239),
18303(1105, 811, 11, 2694, 3, 16, 1, 0, 0, 1685549239),
18304(1106, 812, 12, 2691, 3, 16, 1, 0, 0, 1685549239),
18305(1107, 813, 12, 2692, 3, 16, 1, 0, 0, 1685549239),
18306(1108, 814, 12, 2693, 3, 16, 1, 0, 0, 1685549239),
18307(1109, 815, 12, 2694, 3, 16, 1, 0, 0, 1685549239),
18308(1121, 816, 2, 2691, 3, 16, 1, 0, 0, 1685549413),
18309(1122, 817, 2, 2692, 3, 16, 1, 0, 0, 1685549413),
18310(1123, 818, 2, 2693, 3, 16, 1, 0, 0, 1685549413),
18311(1124, 819, 2, 2694, 3, 16, 1, 0, 0, 1685549413),
18312(1125, 820, 3, 2691, 3, 16, 1, 0, 0, 1685549413),
18313(1126, 821, 3, 2692, 3, 16, 1, 0, 0, 1685549413),
18314(1127, 822, 3, 2693, 3, 16, 1, 0, 0, 1685549413),
18315(1128, 823, 3, 2694, 3, 16, 1, 0, 0, 1685549413),
18316(1129, 824, 4, 2691, 3, 16, 1, 0, 0, 1685549413),
18317(1130, 825, 4, 2692, 3, 16, 1, 0, 0, 1685549413),
18318(1131, 826, 4, 2693, 3, 16, 1, 0, 0, 1685549413),
18319(1132, 827, 4, 2694, 3, 16, 1, 0, 0, 1685549413),
18320(1133, 828, 11, 2691, 3, 16, 1, 0, 0, 1685549413),
18321(1134, 829, 11, 2692, 3, 16, 1, 0, 0, 1685549413),
18322(1135, 830, 11, 2693, 3, 16, 1, 0, 0, 1685549413),
18323(1136, 831, 11, 2694, 3, 16, 1, 0, 0, 1685549413),
18324(1137, 832, 12, 2691, 3, 16, 1, 0, 0, 1685549413),
18325(1138, 833, 12, 2692, 3, 16, 1, 0, 0, 1685549413),
18326(1139, 834, 12, 2693, 3, 16, 1, 0, 0, 1685549413),
18327(1140, 835, 12, 2694, 3, 16, 1, 0, 0, 1685549413),
18328(1152, 836, 2, 2691, 3, 16, 1, 0, 0, 1685549478),
18329(1153, 837, 2, 2692, 3, 16, 1, 0, 0, 1685549478),
18330(1154, 838, 2, 2693, 3, 16, 1, 0, 0, 1685549478),
18331(1155, 839, 2, 2694, 3, 16, 1, 0, 0, 1685549478),
18332(1156, 840, 3, 2691, 3, 16, 1, 0, 0, 1685549478),
18333(1157, 841, 3, 2692, 3, 16, 1, 0, 0, 1685549478),
18334(1158, 842, 3, 2693, 3, 16, 1, 0, 0, 1685549478),
18335(1159, 843, 3, 2694, 3, 16, 1, 0, 0, 1685549478),
18336(1160, 844, 4, 2691, 3, 16, 1, 0, 0, 1685549478),
18337(1161, 845, 4, 2692, 3, 16, 1, 0, 0, 1685549478),
18338(1162, 846, 4, 2693, 3, 16, 1, 0, 0, 1685549478),
18339(1163, 847, 4, 2694, 3, 16, 1, 0, 0, 1685549478),
18340(1164, 848, 11, 2691, 3, 16, 1, 0, 0, 1685549478),
18341(1165, 849, 11, 2692, 3, 16, 1, 0, 0, 1685549478),
18342(1166, 850, 11, 2693, 3, 16, 1, 0, 0, 1685549478),
18343(1167, 851, 11, 2694, 3, 16, 1, 0, 0, 1685549478),
18344(1168, 852, 12, 2691, 3, 16, 1, 0, 0, 1685549478),
18345(1169, 853, 12, 2692, 3, 16, 1, 0, 0, 1685549478),
18346(1170, 854, 12, 2693, 3, 16, 1, 0, 0, 1685549478),
18347(1171, 855, 12, 2694, 3, 16, 1, 0, 0, 1685549478),
18348(1183, 856, 2, 2691, 3, 16, 1, 0, 0, 1685549542),
18349(1184, 857, 2, 2692, 3, 16, 1, 0, 0, 1685549542),
18350(1185, 858, 2, 2693, 3, 16, 1, 0, 0, 1685549542),
18351(1186, 859, 2, 2694, 3, 16, 1, 0, 0, 1685549542),
18352(1187, 860, 3, 2691, 3, 16, 1, 0, 0, 1685549542),
18353(1188, 861, 3, 2692, 3, 16, 1, 0, 0, 1685549542),
18354(1189, 862, 3, 2693, 3, 16, 1, 0, 0, 1685549542),
18355(1190, 863, 3, 2694, 3, 16, 1, 0, 0, 1685549542),
18356(1191, 864, 4, 2691, 3, 16, 1, 0, 0, 1685549542),
18357(1192, 865, 4, 2692, 3, 16, 1, 0, 0, 1685549542),
18358(1193, 866, 4, 2693, 3, 16, 1, 0, 0, 1685549542),
18359(1194, 867, 4, 2694, 3, 16, 1, 0, 0, 1685549542),
18360(1195, 868, 11, 2691, 3, 16, 1, 0, 0, 1685549542),
18361(1196, 869, 11, 2692, 3, 16, 1, 0, 0, 1685549542),
18362(1197, 870, 11, 2693, 3, 16, 1, 0, 0, 1685549542),
18363(1198, 871, 11, 2694, 3, 16, 1, 0, 0, 1685549542),
18364(1199, 872, 12, 2691, 3, 16, 1, 0, 0, 1685549542),
18365(1200, 873, 12, 2692, 3, 16, 1, 0, 0, 1685549542),
18366(1201, 874, 12, 2693, 3, 16, 1, 0, 0, 1685549542),
18367(1202, 875, 12, 2694, 3, 16, 1, 0, 0, 1685549542),
18368(1214, 876, 2, 2691, 3, 16, 1, 0, 0, 1685553181),
18369(1215, 877, 2, 2692, 3, 16, 1, 0, 0, 1685553181),
18370(1216, 878, 2, 2693, 3, 16, 1, 0, 0, 1685553181),
18371(1217, 879, 2, 2694, 3, 16, 1, 0, 0, 1685553181),
18372(1218, 880, 3, 2691, 3, 16, 1, 0, 0, 1685553181),
18373(1219, 881, 3, 2692, 3, 16, 1, 0, 0, 1685553181),
18374(1220, 882, 3, 2693, 3, 16, 1, 0, 0, 1685553181),
18375(1221, 883, 3, 2694, 3, 16, 1, 0, 0, 1685553181),
18376(1222, 884, 4, 2691, 3, 16, 1, 0, 0, 1685553181),
18377(1223, 885, 4, 2692, 3, 16, 1, 0, 0, 1685553181),
18378(1224, 886, 4, 2693, 3, 16, 1, 0, 0, 1685553181),
18379(1225, 887, 4, 2694, 3, 16, 1, 0, 0, 1685553181),
18380(1226, 888, 11, 2691, 3, 16, 1, 0, 0, 1685553181),
18381(1227, 889, 11, 2692, 3, 16, 1, 0, 0, 1685553181),
18382(1228, 890, 11, 2693, 3, 16, 1, 0, 0, 1685553181),
18383(1229, 891, 11, 2694, 3, 16, 1, 0, 0, 1685553181),
18384(1230, 892, 12, 2691, 3, 16, 1, 0, 0, 1685553181),
18385(1231, 893, 12, 2692, 3, 16, 1, 0, 0, 1685553181),
18386(1232, 894, 12, 2693, 3, 16, 1, 0, 0, 1685553181),
18387(1233, 895, 12, 2694, 3, 16, 1, 0, 0, 1685553181),
18388(1245, 896, 2, 2691, 3, 16, 1, 0, 0, 1685556919),
18389(1246, 897, 2, 2692, 3, 16, 1, 0, 0, 1685556919),
18390(1247, 898, 2, 2693, 3, 16, 1, 0, 0, 1685556919),
18391(1248, 899, 2, 2694, 3, 16, 1, 0, 0, 1685556919),
18392(1249, 900, 3, 2691, 3, 16, 1, 0, 0, 1685556919),
18393(1250, 901, 3, 2692, 3, 16, 1, 0, 0, 1685556919),
18394(1251, 902, 3, 2693, 3, 16, 1, 0, 0, 1685556919),
18395(1252, 903, 3, 2694, 3, 16, 1, 0, 0, 1685556919),
18396(1253, 904, 4, 2691, 3, 16, 1, 0, 0, 1685556919),
18397(1254, 905, 4, 2692, 3, 16, 1, 0, 0, 1685556919),
18398(1255, 906, 4, 2693, 3, 16, 1, 0, 0, 1685556919),
18399(1256, 907, 4, 2694, 3, 16, 1, 0, 0, 1685556919),
18400(1257, 908, 11, 2691, 3, 16, 1, 0, 0, 1685556919),
18401(1258, 909, 11, 2692, 3, 16, 1, 0, 0, 1685556919),
18402(1259, 910, 11, 2693, 3, 16, 1, 0, 0, 1685556919),
18403(1260, 911, 11, 2694, 3, 16, 1, 0, 0, 1685556919),
18404(1261, 912, 12, 2691, 3, 16, 1, 0, 0, 1685556919),
18405(1262, 913, 12, 2692, 3, 16, 1, 0, 0, 1685556919),
18406(1263, 914, 12, 2693, 3, 16, 1, 0, 0, 1685556919),
18407(1264, 915, 12, 2694, 3, 16, 1, 0, 0, 1685556919),
18408(1265, 916, 2, 2691, 3, 16, 1, 0, 0, 1685644315),
18409(1266, 917, 2, 2692, 3, 16, 1, 0, 0, 1685644315),
18410(1267, 918, 2, 2693, 3, 16, 1, 0, 0, 1685644315),
18411(1268, 919, 2, 2694, 3, 16, 1, 0, 0, 1685644315),
18412(1269, 920, 3, 2691, 3, 16, 1, 0, 0, 1685644315),
18413(1270, 921, 3, 2692, 3, 16, 1, 0, 0, 1685644315),
18414(1271, 922, 3, 2693, 3, 16, 1, 0, 0, 1685644315),
18415(1272, 923, 3, 2694, 3, 16, 1, 0, 0, 1685644315),
18416(1273, 924, 4, 2691, 3, 16, 1, 0, 0, 1685644315),
18417(1274, 925, 4, 2692, 3, 16, 1, 0, 0, 1685644315),
18418(1275, 926, 4, 2693, 3, 16, 1, 0, 0, 1685644315),
18419(1276, 927, 4, 2694, 3, 16, 1, 0, 0, 1685644315),
18420(1277, 928, 11, 2691, 3, 16, 1, 0, 0, 1685644315),
18421(1278, 929, 11, 2692, 3, 16, 1, 0, 0, 1685644315),
18422(1279, 930, 11, 2693, 3, 16, 1, 0, 0, 1685644315),
18423(1280, 931, 11, 2694, 3, 16, 1, 0, 0, 1685644315),
18424(1281, 932, 12, 2691, 3, 16, 1, 0, 0, 1685644315),
18425(1282, 933, 12, 2692, 3, 16, 1, 0, 0, 1685644315),
18426(1283, 934, 12, 2693, 3, 16, 1, 0, 0, 1685644315),
18427(1284, 935, 12, 2694, 3, 16, 1, 0, 0, 1685644315);
1293718428
12938-- --------------------------------------------------------18429-- --------------------------------------------------------
1293918430
12940--18431--
12941-- Table structure for table `cbme_lu_objective_statuses`18432-- Table structure for table `cbme_lu_objective_statuses`
12942--18433--
1294318434
12944CREATE TABLE `cbme_lu_objective_statuses` (18435CREATE TABLE `cbme_lu_objective_statuses` (
12945  `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL,18436  `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL,
12946  `status` varchar(255) COLLATE utf8_unicode_ci NOT NULL,18437  `status` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
12947  `display_status` varchar(255) COLLATE utf8_unicode_ci NOT NULL,18438  `display_status` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
12948  `order` int(12) NOT NULL DEFAULT '0',18439  `order` int(12) NOT NULL DEFAULT '0',
12949  `created_date` bigint(64) UNSIGNED NOT NULL,18440  `created_date` bigint(64) UNSIGNED NOT NULL,
12950  `created_by` int(12) UNSIGNED NOT NULL,18441  `created_by` int(12) UNSIGNED NOT NULL,
12951  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18442  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12952  `updated_by` int(12) UNSIGNED DEFAULT NULL,18443  `updated_by` int(12) UNSIGNED DEFAULT NULL,
12953  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL18444  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
12954) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18445) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1295518446
12956--18447--
12957-- Dumping data for table `cbme_lu_objective_statuses`18448-- Dumping data for table `cbme_lu_objective_statuses`
12958--18449--
1295918450
12960INSERT INTO `cbme_lu_objective_statuses` (`cbme_lu_objective_status_id`, `status`, `display_status`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES18451INSERT INTO `cbme_lu_objective_statuses` (`cbme_lu_objective_status_id`, `status`, `display_status`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
12961(1, 'retired', 'Retired', 3, 1542424584, 1, NULL, NULL, NULL),18452(1, 'retired', 'Retired', 3, 1542424584, 1, NULL, NULL, NULL),
12962(2, 'not-changing', 'Not Changing', 1, 1542424584, 1, NULL, NULL, NULL),18453(2, 'not-changing', 'Not Changing', 1, 1542424584, 1, NULL, NULL, NULL),
12963(3, 'changing', 'Changing', 2, 1542424584, 1, NULL, NULL, NULL),18454(3, 'changing', 'Changing', 2, 1542424584, 1, NULL, NULL, NULL),
12964(4, 'new', 'New', 4, 1542424584, 1, NULL, NULL, NULL),18455(4, 'new', 'New', 4, 1542424584, 1, NULL, NULL, NULL),
12965(5, 'replaced', 'Replaced', 5, 1542424584, 1, NULL, NULL, NULL);18456(5, 'replaced', 'Replaced', 5, 1542424584, 1, NULL, NULL, NULL);
1296618457
12967-- --------------------------------------------------------18458-- --------------------------------------------------------
1296818459
12969--18460--
12970-- Table structure for table `cbme_objective_groups`18461-- Table structure for table `cbme_objective_groups`
12971--18462--
1297218463
12973CREATE TABLE `cbme_objective_groups` (18464CREATE TABLE `cbme_objective_groups` (
12974  `objective_group_id` int(12) UNSIGNED NOT NULL,18465  `objective_group_id` int(12) UNSIGNED NOT NULL,
12975  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,18466  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
12976  `description` text COLLATE utf8_unicode_ci,18467  `description` text COLLATE utf8_unicode_ci,
12977  `course_id` int(12) NOT NULL,18468  `course_id` int(12) NOT NULL,
12978  `objective_id` int(12) NOT NULL,18469  `objective_id` int(12) NOT NULL,
12979  `created_date` bigint(64) UNSIGNED NOT NULL,18470  `created_date` bigint(64) UNSIGNED NOT NULL,
12980  `created_by` int(12) UNSIGNED NOT NULL,18471  `created_by` int(12) UNSIGNED NOT NULL,
12981  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18472  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12982  `updated_by` int(12) UNSIGNED DEFAULT NULL,18473  `updated_by` int(12) UNSIGNED DEFAULT NULL,
12983  `deleted_date` bigint(64) DEFAULT NULL18474  `deleted_date` bigint(64) DEFAULT NULL
12984) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18475) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1298518476
12986-- --------------------------------------------------------18477-- --------------------------------------------------------
1298718478
12988--18479--
12989-- Table structure for table `cbme_objective_group_objectives`18480-- Table structure for table `cbme_objective_group_objectives`
12990--18481--
1299118482
12992CREATE TABLE `cbme_objective_group_objectives` (18483CREATE TABLE `cbme_objective_group_objectives` (
12993  `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL,18484  `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL,
12994  `objective_group_id` int(12) NOT NULL,18485  `objective_group_id` int(12) NOT NULL,
12995  `objective_id` int(12) NOT NULL,18486  `objective_id` int(12) NOT NULL,
12996  `created_date` bigint(64) UNSIGNED NOT NULL,18487  `created_date` bigint(64) UNSIGNED NOT NULL,
12997  `created_by` int(12) UNSIGNED NOT NULL,18488  `created_by` int(12) UNSIGNED NOT NULL,
12998  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18489  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
12999  `updated_by` int(12) UNSIGNED DEFAULT NULL,18490  `updated_by` int(12) UNSIGNED DEFAULT NULL,
13000  `deleted_date` bigint(64) DEFAULT NULL18491  `deleted_date` bigint(64) DEFAULT NULL
13001) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18492) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1300218493
13003-- --------------------------------------------------------18494-- --------------------------------------------------------
1300418495
13005--18496--
13006-- Table structure for table `cbme_objective_trees`18497-- Table structure for table `cbme_objective_trees`
13007--18498--
1300818499
13009CREATE TABLE `cbme_objective_trees` (18500CREATE TABLE `cbme_objective_trees` (
13010  `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL,18501  `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL,
13011  `tree_id` int(11) NOT NULL,18502  `tree_id` int(11) NOT NULL,
13012  `primary` tinyint(4) NOT NULL DEFAULT '0',18503  `primary` tinyint(4) NOT NULL DEFAULT '0',
13013  `left` int(11) NOT NULL,18504  `left` int(11) NOT NULL,
13014  `right` int(11) NOT NULL,18505  `right` int(11) NOT NULL,
13015  `depth` int(11) NOT NULL,18506  `depth` int(11) NOT NULL,
13016  `organisation_id` int(11) NOT NULL,18507  `organisation_id` int(11) NOT NULL,
13017  `course_id` int(11) NOT NULL,18508  `course_id` int(11) NOT NULL,
13018  `objective_id` int(11) DEFAULT NULL,18509  `objective_id` int(11) DEFAULT NULL,
13019  `active_from` bigint(64) DEFAULT NULL,18510  `active_from` bigint(64) DEFAULT NULL,
13020  `active_until` bigint(64) DEFAULT NULL,18511  `active_until` bigint(64) DEFAULT NULL,
13021  `created_by` int(11) NOT NULL,18512  `created_by` int(11) NOT NULL,
13022  `created_date` bigint(64) NOT NULL,18513  `created_date` bigint(64) NOT NULL,
13023  `updated_by` int(11) DEFAULT NULL,18514  `updated_by` int(11) DEFAULT NULL,
13024  `updated_date` bigint(64) DEFAULT NULL,18515  `updated_date` bigint(64) DEFAULT NULL,
13025  `deleted_date` bigint(64) DEFAULT NULL18516  `deleted_date` bigint(64) DEFAULT NULL
13026) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18517) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1302718518
13028-- --------------------------------------------------------18519-- --------------------------------------------------------
1302918520
13030--18521--
13031-- Table structure for table `cbme_objective_tree_aggregates`18522-- Table structure for table `cbme_objective_tree_aggregates`
13032--18523--
1303318524
13034CREATE TABLE `cbme_objective_tree_aggregates` (18525CREATE TABLE `cbme_objective_tree_aggregates` (
13035  `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL,18526  `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL,
13036  `cbme_objective_tree_id` int(11) NOT NULL,18527  `cbme_objective_tree_id` int(11) NOT NULL,
13037  `tree_id` int(11) NOT NULL,18528  `tree_id` int(11) NOT NULL,
13038  `primary` tinyint(4) NOT NULL DEFAULT '0',18529  `primary` tinyint(4) NOT NULL DEFAULT '0',
13039  `left` int(11) NOT NULL,18530  `left` int(11) NOT NULL,
13040  `right` int(11) NOT NULL,18531  `right` int(11) NOT NULL,
13041  `depth` int(11) NOT NULL,18532  `depth` int(11) NOT NULL,
13042  `tree_viewer_value` int(11) UNSIGNED DEFAULT NULL,18533  `tree_viewer_value` int(11) UNSIGNED DEFAULT NULL,
13043  `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci DEFAULT 'proxy_id',18534  `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci DEFAULT 'proxy_id',
13044  `tree_version_id` int(11) UNSIGNED DEFAULT NULL,18535  `tree_version_id` int(11) UNSIGNED DEFAULT NULL,
13045  `organisation_id` int(11) NOT NULL,18536  `organisation_id` int(11) NOT NULL,
13046  `course_id` int(11) NOT NULL,18537  `course_id` int(11) NOT NULL,
13047  `objective_id` int(11) DEFAULT NULL,18538  `objective_id` int(11) DEFAULT NULL,
13048  `active_from` int(11) DEFAULT NULL,18539  `active_from` int(11) DEFAULT NULL,
13049  `active_until` int(11) DEFAULT NULL,18540  `active_until` int(11) DEFAULT NULL,
13050  `created_by` int(11) NOT NULL,18541  `created_by` int(11) NOT NULL,
13051  `created_date` int(11) NOT NULL,18542  `created_date` int(11) NOT NULL,
13052  `updated_by` int(11) DEFAULT NULL,18543  `updated_by` int(11) DEFAULT NULL,
13053  `updated_date` int(11) DEFAULT NULL,18544  `updated_date` int(11) DEFAULT NULL,
13054  `deleted_date` int(11) DEFAULT NULL18545  `deleted_date` int(11) DEFAULT NULL
13055) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18546) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1305618547
13057-- --------------------------------------------------------18548-- --------------------------------------------------------
1305818549
13059--18550--
13060-- Table structure for table `cbme_objective_tree_map_branches`18551-- Table structure for table `cbme_objective_tree_map_branches`
13061--18552--
1306218553
13063CREATE TABLE `cbme_objective_tree_map_branches` (18554CREATE TABLE `cbme_objective_tree_map_branches` (
13064  `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL,18555  `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL,
13065  `course_id` int(12) NOT NULL,18556  `course_id` int(12) NOT NULL,
13066  `stage` int(12) NOT NULL,18557  `stage` int(12) NOT NULL,
13067  `epa` int(12) NOT NULL,18558  `epa` int(12) NOT NULL,
13068  `role` int(12) NOT NULL,18559  `role` int(12) NOT NULL,
13069  `kc` int(12) NOT NULL,18560  `kc` int(12) NOT NULL,
13070  `ec` int(12) NOT NULL,18561  `ec` int(12) NOT NULL,
13071  `kc_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,18562  `kc_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
13072  `ec_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,18563  `ec_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
13073  `associated_objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,18564  `associated_objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
13074  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,18565  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,
13075  `created_date` bigint(64) UNSIGNED NOT NULL,18566  `created_date` bigint(64) UNSIGNED NOT NULL,
13076  `created_by` int(12) UNSIGNED NOT NULL,18567  `created_by` int(12) UNSIGNED NOT NULL,
13077  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,18568  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
13078  `deleted_by` int(12) UNSIGNED DEFAULT NULL18569  `deleted_by` int(12) UNSIGNED DEFAULT NULL
13079) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18570) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1308018571
13081-- --------------------------------------------------------18572-- --------------------------------------------------------
1308218573
13083--18574--
13084-- Table structure for table `cbme_objective_tree_modifiers`18575-- Table structure for table `cbme_objective_tree_modifiers`
13085--18576--
1308618577
13087CREATE TABLE `cbme_objective_tree_modifiers` (18578CREATE TABLE `cbme_objective_tree_modifiers` (
13088  `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL,18579  `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL,
13089  `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',18580  `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id',
13090  `tree_viewer_value` int(12) UNSIGNED NOT NULL,18581  `tree_viewer_value` int(12) UNSIGNED NOT NULL,
13091  `node_exclusion_id` int(12) UNSIGNED DEFAULT NULL,18582  `node_exclusion_id` int(12) UNSIGNED DEFAULT NULL,
13092  `node_inclusion_id` int(12) UNSIGNED DEFAULT NULL18583  `node_inclusion_id` int(12) UNSIGNED DEFAULT NULL
13093) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18584) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1309418585
13095-- --------------------------------------------------------18586-- --------------------------------------------------------
1309618587
13097--18588--
13098-- Table structure for table `cbme_objective_tree_node_versions`18589-- Table structure for table `cbme_objective_tree_node_versions`
13099--18590--
1310018591
13101CREATE TABLE `cbme_objective_tree_node_versions` (18592CREATE TABLE `cbme_objective_tree_node_versions` (
13102  `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL,18593  `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL,
13103  `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL,18594  `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL,
13104  `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL,18595  `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL,
13105  `created_date` bigint(64) UNSIGNED NOT NULL,18596  `created_date` bigint(64) UNSIGNED NOT NULL,
13106  `created_by` int(12) UNSIGNED NOT NULL,18597  `created_by` int(12) UNSIGNED NOT NULL,
13107  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18598  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
13108  `updated_by` int(12) UNSIGNED DEFAULT NULL,18599  `updated_by` int(12) UNSIGNED DEFAULT NULL,
13109  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL18600  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
13110) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18601) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1311118602
13112-- --------------------------------------------------------18603-- --------------------------------------------------------
1311318604
13114--18605--
13115-- Table structure for table `cbme_objective_tree_versions`18606-- Table structure for table `cbme_objective_tree_versions`
13116--18607--
1311718608
13118CREATE TABLE `cbme_objective_tree_versions` (18609CREATE TABLE `cbme_objective_tree_versions` (
13119  `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL,18610  `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL,
13120  `tree_id` int(12) UNSIGNED NOT NULL,18611  `tree_id` int(12) UNSIGNED NOT NULL,
13121  `start_date` bigint(64) UNSIGNED DEFAULT NULL,18612  `start_date` bigint(64) UNSIGNED DEFAULT NULL,
13122  `finish_date` bigint(64) UNSIGNED DEFAULT NULL,18613  `finish_date` bigint(64) UNSIGNED DEFAULT NULL,
13123  `version_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,18614  `version_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
13124  `cbme_milestones` tinyint(1) DEFAULT NULL,18615  `cbme_milestones` tinyint(1) DEFAULT NULL,
13125  `created_date` bigint(64) UNSIGNED NOT NULL,18616  `created_date` bigint(64) UNSIGNED NOT NULL,
13126  `created_by` int(12) UNSIGNED NOT NULL,18617  `created_by` int(12) UNSIGNED NOT NULL,
13127  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18618  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
13128  `updated_by` int(12) UNSIGNED DEFAULT NULL,18619  `updated_by` int(12) UNSIGNED DEFAULT NULL,
13129  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL18620  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
13130) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18621) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1313118622
13132-- --------------------------------------------------------18623-- --------------------------------------------------------
1313318624
13134--18625--
13135-- Table structure for table `cbme_objective_tree_version_audit`18626-- Table structure for table `cbme_objective_tree_version_audit`
13136--18627--
1313718628
13138CREATE TABLE `cbme_objective_tree_version_audit` (18629CREATE TABLE `cbme_objective_tree_version_audit` (
13139  `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL,18630  `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL,
13140  `cbme_objective_tree_version_id` int(12) NOT NULL,18631  `cbme_objective_tree_version_id` int(12) NOT NULL,
13141  `course_id` int(12) NOT NULL,18632  `course_id` int(12) NOT NULL,
13142  `active` tinyint(1) NOT NULL DEFAULT '0',18633  `active` tinyint(1) NOT NULL DEFAULT '0',
13143  `created_date` bigint(64) UNSIGNED NOT NULL,18634  `created_date` bigint(64) UNSIGNED NOT NULL,
13144  `created_by` int(12) UNSIGNED NOT NULL18635  `created_by` int(12) UNSIGNED NOT NULL
13145) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18636) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1314618637
13147-- --------------------------------------------------------18638-- --------------------------------------------------------
1314818639
13149--18640--
13150-- Table structure for table `cbme_objective_tree_version_changes`18641-- Table structure for table `cbme_objective_tree_version_changes`
13151--18642--
1315218643
13153CREATE TABLE `cbme_objective_tree_version_changes` (18644CREATE TABLE `cbme_objective_tree_version_changes` (
13154  `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL,18645  `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL,
13155  `objective_id` int(12) UNSIGNED NOT NULL,18646  `objective_id` int(12) UNSIGNED NOT NULL,
13156  `objective_status_id` int(12) NOT NULL,18647  `objective_status_id` int(12) NOT NULL,
13157  `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL,18648  `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL,
13158  `course_id` int(12) NOT NULL,18649  `course_id` int(12) NOT NULL,
13159  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,18650  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,
13160  `created_date` bigint(64) UNSIGNED NOT NULL,18651  `created_date` bigint(64) UNSIGNED NOT NULL,
13161  `created_by` int(12) UNSIGNED NOT NULL,18652  `created_by` int(12) UNSIGNED NOT NULL,
13162  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,18653  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
13163  `deleted_by` int(12) UNSIGNED DEFAULT NULL18654  `deleted_by` int(12) UNSIGNED DEFAULT NULL
13164) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18655) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1316518656
13166-- --------------------------------------------------------18657-- --------------------------------------------------------
1316718658
13168--18659--
13169-- Table structure for table `cbme_objective_tree_version_statuses`18660-- Table structure for table `cbme_objective_tree_version_statuses`
13170--18661--
1317118662
13172CREATE TABLE `cbme_objective_tree_version_statuses` (18663CREATE TABLE `cbme_objective_tree_version_statuses` (
13173  `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL,18664  `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL,
13174  `course_id` int(12) NOT NULL,18665  `course_id` int(12) NOT NULL,
13175  `tree_id` int(12) UNSIGNED DEFAULT NULL,18666  `tree_id` int(12) UNSIGNED DEFAULT NULL,
13176  `published` tinyint(1) NOT NULL DEFAULT '0',18667  `published` tinyint(1) NOT NULL DEFAULT '0',
13177  `complete` tinyint(1) NOT NULL DEFAULT '0'18668  `complete` tinyint(1) NOT NULL DEFAULT '0'
13178) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18669) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1317918670
13180-- --------------------------------------------------------18671-- --------------------------------------------------------
1318118672
13182--18673--
13183-- Table structure for table `cbme_procedure_epa_attributes`18674-- Table structure for table `cbme_procedure_epa_attributes`
13184--18675--
1318518676
13186CREATE TABLE `cbme_procedure_epa_attributes` (18677CREATE TABLE `cbme_procedure_epa_attributes` (
13187  `epa_attribute_id` int(12) UNSIGNED NOT NULL,18678  `epa_attribute_id` int(12) UNSIGNED NOT NULL,
13188  `course_id` int(12) UNSIGNED NOT NULL,18679  `course_id` int(12) UNSIGNED NOT NULL,
13189  `epa_objective_id` int(12) UNSIGNED NOT NULL,18680  `epa_objective_id` int(12) UNSIGNED NOT NULL,
13190  `attribute_objective_id` int(12) UNSIGNED NOT NULL,18681  `attribute_objective_id` int(12) UNSIGNED NOT NULL,
13191  `created_by` int(12) UNSIGNED NOT NULL,18682  `created_by` int(12) UNSIGNED NOT NULL,
13192  `created_date` bigint(64) UNSIGNED NOT NULL,18683  `created_date` bigint(64) UNSIGNED NOT NULL,
13193  `updated_by` int(12) UNSIGNED DEFAULT NULL,18684  `updated_by` int(12) UNSIGNED DEFAULT NULL,
13194  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,18685  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
13195  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL18686  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
13196) ENGINE=InnoDB DEFAULT CHARSET=utf8;18687) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1319718688
13198-- --------------------------------------------------------18689-- --------------------------------------------------------
1319918690
13200--18691--
13201-- Table structure for table `cbme_schedule_stats`18692-- Table structure for table `cbme_schedule_stats`
13202--18693--
1320318694
13204CREATE TABLE `cbme_schedule_stats` (18695CREATE TABLE `cbme_schedule_stats` (
13205  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18696  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13206  `course_id` int(11) NOT NULL,18697  `course_id` int(11) NOT NULL,
13207  `schedule_id` int(11) NOT NULL,18698  `schedule_id` int(11) NOT NULL,
13208  `block_schedule_id` int(11) NOT NULL,18699  `block_schedule_id` int(11) NOT NULL,
13209  `block_type_id` int(11) NOT NULL,18700  `block_type_id` int(11) NOT NULL,
13210  `start_date` int(11) NOT NULL,18701  `start_date` int(11) NOT NULL,
13211  `end_date` int(11) NOT NULL,18702  `end_date` int(11) NOT NULL,
13212  `created_date` int(11) NOT NULL18703  `created_date` int(11) NOT NULL
13213) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18704) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1321418705
13215-- --------------------------------------------------------18706-- --------------------------------------------------------
1321618707
13217--18708--
13218-- Table structure for table `cbme_schedule_stats_completion_status`18709-- Table structure for table `cbme_schedule_stats_completion_status`
13219--18710--
1322018711
13221CREATE TABLE `cbme_schedule_stats_completion_status` (18712CREATE TABLE `cbme_schedule_stats_completion_status` (
13222  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,18713  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,
13223  `status_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL18714  `status_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL
13224) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18715) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1322518716
13226--18717--
13227-- Dumping data for table `cbme_schedule_stats_completion_status`18718-- Dumping data for table `cbme_schedule_stats_completion_status`
13228--18719--
1322918720
13230INSERT INTO `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`, `status_type`) VALUES18721INSERT INTO `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`, `status_type`) VALUES
13231(1, 'complete'),18722(1, 'complete'),
13232(2, 'inprogress'),18723(2, 'inprogress'),
13233(3, 'deleted');18724(3, 'deleted');
1323418725
13235-- --------------------------------------------------------18726-- --------------------------------------------------------
1323618727
13237--18728--
13238-- Table structure for table `cbme_schedule_stats_history`18729-- Table structure for table `cbme_schedule_stats_history`
13239--18730--
1324018731
13241CREATE TABLE `cbme_schedule_stats_history` (18732CREATE TABLE `cbme_schedule_stats_history` (
13242  `ss_history_id` int(11) UNSIGNED NOT NULL,18733  `ss_history_id` int(11) UNSIGNED NOT NULL,
13243  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18734  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13244  `course_id` int(11) DEFAULT NULL,18735  `course_id` int(11) DEFAULT NULL,
13245  `schedule_id` int(11) DEFAULT NULL,18736  `schedule_id` int(11) DEFAULT NULL,
13246  `block_schedule_id` int(11) DEFAULT NULL,18737  `block_schedule_id` int(11) DEFAULT NULL,
13247  `block_type_id` int(11) DEFAULT NULL,18738  `block_type_id` int(11) DEFAULT NULL,
13248  `start_date` int(11) DEFAULT NULL,18739  `start_date` int(11) DEFAULT NULL,
13249  `end_date` int(11) DEFAULT NULL,18740  `end_date` int(11) DEFAULT NULL,
13250  `created_date` int(11) DEFAULT NULL18741  `created_date` int(11) DEFAULT NULL
13251) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18742) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1325218743
13253-- --------------------------------------------------------18744-- --------------------------------------------------------
1325418745
13255--18746--
13256-- Table structure for table `cbme_schedule_stats_learners`18747-- Table structure for table `cbme_schedule_stats_learners`
13257--18748--
1325818749
13259CREATE TABLE `cbme_schedule_stats_learners` (18750CREATE TABLE `cbme_schedule_stats_learners` (
13260  `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL,18751  `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL,
13261  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18752  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13262  `proxy_id` int(11) UNSIGNED NOT NULL,18753  `proxy_id` int(11) UNSIGNED NOT NULL,
13263  `created_date` int(11) NOT NULL18754  `created_date` int(11) NOT NULL
13264) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18755) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1326518756
13266-- --------------------------------------------------------18757-- --------------------------------------------------------
1326718758
13268--18759--
13269-- Table structure for table `cbme_schedule_stats_learners_history`18760-- Table structure for table `cbme_schedule_stats_learners_history`
13270--18761--
1327118762
13272CREATE TABLE `cbme_schedule_stats_learners_history` (18763CREATE TABLE `cbme_schedule_stats_learners_history` (
13273  `ssle_history_id` int(11) UNSIGNED NOT NULL,18764  `ssle_history_id` int(11) UNSIGNED NOT NULL,
13274  `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL,18765  `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL,
13275  `schedule_stats_id` int(11) UNSIGNED DEFAULT NULL,18766  `schedule_stats_id` int(11) UNSIGNED DEFAULT NULL,
13276  `proxy_id` int(11) UNSIGNED DEFAULT NULL,18767  `proxy_id` int(11) UNSIGNED DEFAULT NULL,
13277  `created_date` int(11) DEFAULT NULL18768  `created_date` int(11) DEFAULT NULL
13278) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18769) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1327918770
13280-- --------------------------------------------------------18771-- --------------------------------------------------------
1328118772
13282--18773--
13283-- Table structure for table `cbme_schedule_stats_period`18774-- Table structure for table `cbme_schedule_stats_period`
13284--18775--
1328518776
13286CREATE TABLE `cbme_schedule_stats_period` (18777CREATE TABLE `cbme_schedule_stats_period` (
13287  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,18778  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,
13288  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18779  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13289  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,18780  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,
13290  `start_date` int(11) NOT NULL,18781  `start_date` int(11) NOT NULL,
13291  `end_date` int(11) NOT NULL,18782  `end_date` int(11) NOT NULL,
13292  `created_date` int(11) NOT NULL18783  `created_date` int(11) NOT NULL
13293) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18784) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1329418785
13295-- --------------------------------------------------------18786-- --------------------------------------------------------
1329618787
13297--18788--
13298-- Table structure for table `cbme_schedule_stats_period_assessments`18789-- Table structure for table `cbme_schedule_stats_period_assessments`
13299--18790--
1330018791
13301CREATE TABLE `cbme_schedule_stats_period_assessments` (18792CREATE TABLE `cbme_schedule_stats_period_assessments` (
13302  `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL,18793  `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL,
13303  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18794  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13304  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,18795  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,
13305  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,18796  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,
13306  `proxy_id` int(11) UNSIGNED NOT NULL,18797  `proxy_id` int(11) UNSIGNED NOT NULL,
13307  `dassessment_id` int(11) UNSIGNED NOT NULL,18798  `dassessment_id` int(11) UNSIGNED NOT NULL,
13308  `form_id` int(11) UNSIGNED NOT NULL,18799  `form_id` int(11) UNSIGNED NOT NULL,
13309  `created_date` int(11) NOT NULL18800  `created_date` int(11) NOT NULL
13310) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18801) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1331118802
13312-- --------------------------------------------------------18803-- --------------------------------------------------------
1331318804
13314--18805--
13315-- Table structure for table `cbme_schedule_stats_period_assessments_history`18806-- Table structure for table `cbme_schedule_stats_period_assessments_history`
13316--18807--
1331718808
13318CREATE TABLE `cbme_schedule_stats_period_assessments_history` (18809CREATE TABLE `cbme_schedule_stats_period_assessments_history` (
13319  `sspa_history_id` int(11) UNSIGNED NOT NULL,18810  `sspa_history_id` int(11) UNSIGNED NOT NULL,
13320  `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL,18811  `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL,
13321  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18812  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13322  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,18813  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,
13323  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,18814  `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL,
13324  `proxy_id` int(11) UNSIGNED NOT NULL,18815  `proxy_id` int(11) UNSIGNED NOT NULL,
13325  `dassessment_id` int(11) UNSIGNED NOT NULL,18816  `dassessment_id` int(11) UNSIGNED NOT NULL,
13326  `form_id` int(11) UNSIGNED NOT NULL,18817  `form_id` int(11) UNSIGNED NOT NULL,
13327  `created_date` int(11) DEFAULT NULL18818  `created_date` int(11) DEFAULT NULL
13328) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18819) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1332918820
13330-- --------------------------------------------------------18821-- --------------------------------------------------------
1333118822
13332--18823--
13333-- Table structure for table `cbme_schedule_stats_period_history`18824-- Table structure for table `cbme_schedule_stats_period_history`
13334--18825--
1333518826
13336CREATE TABLE `cbme_schedule_stats_period_history` (18827CREATE TABLE `cbme_schedule_stats_period_history` (
13337  `ssp_history_id` int(11) UNSIGNED NOT NULL,18828  `ssp_history_id` int(11) UNSIGNED NOT NULL,
13338  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,18829  `schedule_stats_period_id` int(11) UNSIGNED NOT NULL,
13339  `schedule_stats_id` int(11) UNSIGNED NOT NULL,18830  `schedule_stats_id` int(11) UNSIGNED NOT NULL,
13340  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,18831  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,
13341  `start_date` int(11) NOT NULL,18832  `start_date` int(11) NOT NULL,
13342  `end_date` int(11) NOT NULL,18833  `end_date` int(11) NOT NULL,
13343  `created_date` int(11) DEFAULT NULL18834  `created_date` int(11) DEFAULT NULL
13344) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18835) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1334518836
13346-- --------------------------------------------------------18837-- --------------------------------------------------------
1334718838
13348--18839--
13349-- Table structure for table `cbme_schedule_stats_period_type`18840-- Table structure for table `cbme_schedule_stats_period_type`
13350--18841--
1335118842
13352CREATE TABLE `cbme_schedule_stats_period_type` (18843CREATE TABLE `cbme_schedule_stats_period_type` (
13353  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,18844  `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL,
13354  `period_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL18845  `period_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL
13355) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18846) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1335618847
13357--18848--
13358-- Dumping data for table `cbme_schedule_stats_period_type`18849-- Dumping data for table `cbme_schedule_stats_period_type`
13359--18850--
1336018851
13361INSERT INTO `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`, `period_type`) VALUES18852INSERT INTO `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`, `period_type`) VALUES
13362(1, 'Q1'),18853(1, 'Q1'),
13363(2, 'Q2'),18854(2, 'Q2'),
13364(3, 'Q3'),18855(3, 'Q3'),
13365(4, 'Q4');18856(4, 'Q4');
1336618857
13367-- --------------------------------------------------------18858-- --------------------------------------------------------
1336818859
13369--18860--
13370-- Table structure for table `cbme_tree_version_objectives`18861-- Table structure for table `cbme_tree_version_objectives`
13371--18862--
1337218863
13373CREATE TABLE `cbme_tree_version_objectives` (18864CREATE TABLE `cbme_tree_version_objectives` (
13374  `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL,18865  `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL,
13375  `course_id` int(12) NOT NULL,18866  `course_id` int(12) NOT NULL,
13376  `objective_id` int(12) DEFAULT NULL,18867  `objective_id` int(12) DEFAULT NULL,
13377  `associated_objective_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,18868  `associated_objective_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
13378  `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,18869  `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
13379  `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',18870  `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
13380  `objective_description` text COLLATE utf8_unicode_ci,18871  `objective_description` text COLLATE utf8_unicode_ci,
13381  `objective_secondary_description` text COLLATE utf8_unicode_ci,18872  `objective_secondary_description` text COLLATE utf8_unicode_ci,
13382  `objective_parent` int(12) NOT NULL DEFAULT '0',18873  `objective_parent` int(12) NOT NULL DEFAULT '0',
13383  `objective_set_id` int(12) NOT NULL,18874  `objective_set_id` int(12) NOT NULL,
13384  `objective_order` int(12) NOT NULL DEFAULT '0',18875  `objective_order` int(12) NOT NULL DEFAULT '0',
13385  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,18876  `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL,
13386  `created_date` bigint(64) UNSIGNED NOT NULL,18877  `created_date` bigint(64) UNSIGNED NOT NULL,
13387  `created_by` int(12) UNSIGNED NOT NULL,18878  `created_by` int(12) UNSIGNED NOT NULL,
13388  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,18879  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
13389  `deleted_by` int(12) UNSIGNED DEFAULT NULL18880  `deleted_by` int(12) UNSIGNED DEFAULT NULL
13390) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;18881) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1339118882
13392-- --------------------------------------------------------18883-- --------------------------------------------------------
1339318884
13394--18885--
13395-- Table structure for table `ce_instructor_capacity_overrides`18886-- Table structure for table `ce_instructor_capacity_overrides`
13396--18887--
1339718888
13398CREATE TABLE `ce_instructor_capacity_overrides` (18889CREATE TABLE `ce_instructor_capacity_overrides` (
13399  `capacity_override_id` int(11) UNSIGNED NOT NULL,18890  `capacity_override_id` int(11) UNSIGNED NOT NULL,
13400  `site_discipline_instructor_id` int(11) NOT NULL,18891  `site_discipline_instructor_id` int(11) NOT NULL,
13401  `curriculum_type_id` int(11) NOT NULL,18892  `curriculum_type_id` int(11) NOT NULL,
13402  `cperiod_id` int(11) NOT NULL,18893  `cperiod_id` int(11) NOT NULL,
13403  `capacity_block_type_id` int(11) NOT NULL,18894  `capacity_block_type_id` int(11) NOT NULL,
13404  `block_id` int(11) DEFAULT NULL,18895  `block_id` int(11) DEFAULT NULL,
13405  `maximum_capacity` int(11) DEFAULT NULL,18896  `maximum_capacity` int(11) DEFAULT NULL,
13406  `start_date` bigint(64) DEFAULT NULL,18897  `start_date` bigint(64) DEFAULT NULL,
13407  `end_date` bigint(64) DEFAULT NULL,18898  `end_date` bigint(64) DEFAULT NULL,
13408  `created_date` bigint(64) NOT NULL,18899  `created_date` bigint(64) NOT NULL,
13409  `created_by` int(11) NOT NULL,18900  `created_by` int(11) NOT NULL,
13410  `updated_date` bigint(64) DEFAULT NULL,18901  `updated_date` bigint(64) DEFAULT NULL,
13411  `updated_by` int(11) DEFAULT NULL,18902  `updated_by` int(11) DEFAULT NULL,
13412  `deleted_date` bigint(64) DEFAULT NULL18903  `deleted_date` bigint(64) DEFAULT NULL
13413) ENGINE=InnoDB DEFAULT CHARSET=utf8;18904) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1341418905
13415-- --------------------------------------------------------18906-- --------------------------------------------------------
1341618907
13417--18908--
13418-- Table structure for table `ce_instructor_contacts`18909-- Table structure for table `ce_instructor_contacts`
13419--18910--
1342018911
13421CREATE TABLE `ce_instructor_contacts` (18912CREATE TABLE `ce_instructor_contacts` (
13422  `instructor_contact_id` int(11) UNSIGNED NOT NULL,18913  `instructor_contact_id` int(11) UNSIGNED NOT NULL,
13423  `proxy_id` int(12) UNSIGNED NOT NULL,18914  `proxy_id` int(12) UNSIGNED NOT NULL,
13424  `prefix` varchar(10) DEFAULT NULL,18915  `prefix` varchar(10) DEFAULT NULL,
13425  `firstname` varchar(35) NOT NULL,18916  `firstname` varchar(35) NOT NULL,
13426  `lastname` varchar(35) NOT NULL,18917  `lastname` varchar(35) NOT NULL,
13427  `role` varchar(255) DEFAULT NULL,18918  `role` varchar(255) DEFAULT NULL,
13428  `address_line1` varchar(128) NOT NULL,18919  `address_line1` varchar(128) NOT NULL,
13429  `address_line2` varchar(128) DEFAULT NULL,18920  `address_line2` varchar(128) DEFAULT NULL,
13430  `country_id` int(11) NOT NULL,18921  `country_id` int(11) NOT NULL,
13431  `province_id` int(11) DEFAULT NULL,18922  `province_id` int(11) DEFAULT NULL,
13432  `city` varchar(64) NOT NULL,18923  `city` varchar(64) NOT NULL,
13433  `postal_code` varchar(16) NOT NULL,18924  `postal_code` varchar(16) NOT NULL,
13434  `phone_number` varchar(30) DEFAULT NULL,18925  `phone_number` varchar(30) DEFAULT NULL,
13435  `email` varchar(255) DEFAULT NULL,18926  `email` varchar(255) DEFAULT NULL,
13436  `profile_image` varchar(45) DEFAULT NULL,18927  `profile_image` varchar(45) DEFAULT NULL,
13437  `created_date` bigint(64) NOT NULL,18928  `created_date` bigint(64) NOT NULL,
13438  `created_by` int(11) NOT NULL,18929  `created_by` int(11) NOT NULL,
13439  `updated_date` bigint(64) NOT NULL,18930  `updated_date` bigint(64) NOT NULL,
13440  `updated_by` int(11) NOT NULL,18931  `updated_by` int(11) NOT NULL,
13441  `deleted_date` bigint(64) DEFAULT NULL18932  `deleted_date` bigint(64) DEFAULT NULL
13442) ENGINE=InnoDB DEFAULT CHARSET=utf8;18933) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1344318934
13444--18935--
13445-- Dumping data for table `ce_instructor_contacts`18936-- Dumping data for table `ce_instructor_contacts`
13446--18937--
1344718938
13448INSERT INTO `ce_instructor_contacts` (`instructor_contact_id`, `proxy_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES18939INSERT INTO `ce_instructor_contacts` (`instructor_contact_id`, `proxy_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13449(1, 7, 'Mr', 'John', 'Doe', 'Assistant', '123 Long St', NULL, 39, 9, 'Ottawa', 'K1K 1K1', '321-654-9870', 'john.doe@test-email.com', NULL, 1685381585, 1, 1685381585, 1, NULL),18940(1, 7, 'Mr', 'John', 'Doe', 'Assistant', '123 Long St', NULL, 39, 9, 'Ottawa', 'K1K 1K1', '321-654-9870', 'john.doe@test-email.com', NULL, 1685381585, 1, 1685381585, 1, NULL),
13450(2, 7, 'Dr', 'First', 'Name', 'Role', '1 - address line', '2 - address line', 50, NULL, 'Town', '123ABC', '123123123', 'email@email.com', NULL, 1685381585, 1, 1685381585, 1, NULL);18941(2, 7, 'Dr', 'First', 'Name', 'Role', '1 - address line', '2 - address line', 50, NULL, 'Town', '123ABC', '123123123', 'email@email.com', NULL, 1685381585, 1, 1685381585, 1, NULL);
1345118942
13452-- --------------------------------------------------------18943-- --------------------------------------------------------
1345318944
13454--18945--
13455-- Table structure for table `ce_instructor_credentials`18946-- Table structure for table `ce_instructor_credentials`
13456--18947--
1345718948
13458CREATE TABLE `ce_instructor_credentials` (18949CREATE TABLE `ce_instructor_credentials` (
13459  `instructor_credential_id` int(11) UNSIGNED NOT NULL,18950  `instructor_credential_id` int(11) UNSIGNED NOT NULL,
13460  `title` varchar(255) NOT NULL DEFAULT '',18951  `title` varchar(255) NOT NULL DEFAULT '',
13461  `proxy_id` int(12) UNSIGNED NOT NULL,18952  `proxy_id` int(12) UNSIGNED NOT NULL,
13462  `expiration_date` bigint(64) NOT NULL,18953  `expiration_date` bigint(64) NOT NULL,
13463  `status_type_id` int(11) NOT NULL,18954  `status_type_id` int(11) NOT NULL,
13464  `file_name` varchar(255) DEFAULT NULL,18955  `file_name` varchar(255) DEFAULT NULL,
13465  `file_size` int(11) DEFAULT NULL,18956  `file_size` int(11) DEFAULT NULL,
13466  `uploaded_date` bigint(64) DEFAULT NULL,18957  `uploaded_date` bigint(64) DEFAULT NULL,
13467  `created_date` bigint(64) NOT NULL,18958  `created_date` bigint(64) NOT NULL,
13468  `created_by` int(11) NOT NULL,18959  `created_by` int(11) NOT NULL,
13469  `updated_date` bigint(64) NOT NULL,18960  `updated_date` bigint(64) NOT NULL,
13470  `updated_by` int(11) NOT NULL,18961  `updated_by` int(11) NOT NULL,
13471  `deleted_date` bigint(64) DEFAULT NULL18962  `deleted_date` bigint(64) DEFAULT NULL
13472) ENGINE=InnoDB DEFAULT CHARSET=utf8;18963) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1347318964
13474--18965--
13475-- Dumping data for table `ce_instructor_credentials`18966-- Dumping data for table `ce_instructor_credentials`
13476--18967--
1347718968
13478INSERT INTO `ce_instructor_credentials` (`instructor_credential_id`, `title`, `proxy_id`, `expiration_date`, `status_type_id`, `file_name`, `file_size`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES18969INSERT INTO `ce_instructor_credentials` (`instructor_credential_id`, `title`, `proxy_id`, `expiration_date`, `status_type_id`, `file_name`, `file_size`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13479(1, 'Agreement', 7, 1716917585, 1, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL),18970(1, 'Agreement', 7, 1716917585, 1, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL),
13480(2, '1514 agreement', 7, 1716917585, 2, '1514agreements', 11, NULL, 1685381585, 1, 1685381585, 1, NULL);18971(2, '1514 agreement', 7, 1716917585, 2, '1514agreements', 11, NULL, 1685381585, 1, 1685381585, 1, NULL);
1348118972
13482-- --------------------------------------------------------18973-- --------------------------------------------------------
1348318974
13484--18975--
13485-- Table structure for table `ce_instructor_documents`18976-- Table structure for table `ce_instructor_documents`
13486--18977--
1348718978
13488CREATE TABLE `ce_instructor_documents` (18979CREATE TABLE `ce_instructor_documents` (
13489  `instructor_document_id` int(11) UNSIGNED NOT NULL,18980  `instructor_document_id` int(11) UNSIGNED NOT NULL,
13490  `proxy_id` int(12) UNSIGNED NOT NULL,18981  `proxy_id` int(12) UNSIGNED NOT NULL,
13491  `document_type_id` int(11) NOT NULL,18982  `document_type_id` int(11) NOT NULL,
13492  `label` varchar(255) NOT NULL,18983  `label` varchar(255) NOT NULL,
13493  `file_size` int(11) DEFAULT NULL,18984  `file_size` int(11) DEFAULT NULL,
13494  `file_name` varchar(255) DEFAULT NULL,18985  `file_name` varchar(255) DEFAULT NULL,
13495  `uploaded_date` bigint(64) DEFAULT NULL,18986  `uploaded_date` bigint(64) DEFAULT NULL,
13496  `created_date` bigint(64) NOT NULL,18987  `created_date` bigint(64) NOT NULL,
13497  `created_by` int(11) NOT NULL,18988  `created_by` int(11) NOT NULL,
13498  `updated_date` bigint(64) NOT NULL,18989  `updated_date` bigint(64) NOT NULL,
13499  `updated_by` int(11) NOT NULL,18990  `updated_by` int(11) NOT NULL,
13500  `deleted_date` bigint(64) DEFAULT NULL18991  `deleted_date` bigint(64) DEFAULT NULL
13501) ENGINE=InnoDB DEFAULT CHARSET=utf8;18992) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1350218993
13503--18994--
13504-- Dumping data for table `ce_instructor_documents`18995-- Dumping data for table `ce_instructor_documents`
13505--18996--
1350618997
13507INSERT INTO `ce_instructor_documents` (`instructor_document_id`, `proxy_id`, `document_type_id`, `label`, `file_size`, `file_name`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES18998INSERT INTO `ce_instructor_documents` (`instructor_document_id`, `proxy_id`, `document_type_id`, `label`, `file_size`, `file_name`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13508(1, 7, 0, 'Test', NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL);18999(1, 7, 0, 'Test', NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL);
1350919000
13510-- --------------------------------------------------------19001-- --------------------------------------------------------
1351119002
13512--19003--
13513-- Table structure for table `ce_instructor_metas`19004-- Table structure for table `ce_instructor_metas`
13514--19005--
1351519006
13516CREATE TABLE `ce_instructor_metas` (19007CREATE TABLE `ce_instructor_metas` (
13517  `proxy_id` int(11) UNSIGNED NOT NULL,19008  `proxy_id` int(11) UNSIGNED NOT NULL,
13518  `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',19009  `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
13519  `created_date` bigint(64) UNSIGNED NOT NULL,19010  `created_date` bigint(64) UNSIGNED NOT NULL,
13520  `created_by` int(11) UNSIGNED NOT NULL,19011  `created_by` int(11) UNSIGNED NOT NULL,
13521  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,19012  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
13522  `updated_by` int(11) UNSIGNED DEFAULT NULL,19013  `updated_by` int(11) UNSIGNED DEFAULT NULL,
13523  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL19014  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
13524) ENGINE=InnoDB DEFAULT CHARSET=latin1;19015) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1352519016
13526--19017--
13527-- Dumping data for table `ce_instructor_metas`19018-- Dumping data for table `ce_instructor_metas`
13528--19019--
1352919020
13530INSERT INTO `ce_instructor_metas` (`proxy_id`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES19021INSERT INTO `ce_instructor_metas` (`proxy_id`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13531(6, 0, 1685381585, 1, 1685381585, 1, NULL),19022(6, 0, 1685381585, 1, 1685381585, 1, NULL),
13532(7, 1, 1685381585, 1, 1685381585, 1, NULL),19023(7, 1, 1685381585, 1, 1685381585, 1, NULL),
13533(8, 1, 1685381585, 1, 1685381585, 1, NULL),19024(8, 1, 1685381585, 1, 1685381585, 1, NULL),
13534(13, 1, 1685381585, 1, 1685381585, 1, NULL);19025(13, 1, 1685381585, 1, 1685381585, 1, NULL);
1353519026
13536-- --------------------------------------------------------19027-- --------------------------------------------------------
1353719028
13538--19029--
13539-- Table structure for table `ce_instructor_notes`19030-- Table structure for table `ce_instructor_notes`
13540--19031--
1354119032
13542CREATE TABLE `ce_instructor_notes` (19033CREATE TABLE `ce_instructor_notes` (
13543  `instructor_note_id` int(11) UNSIGNED NOT NULL,19034  `instructor_note_id` int(11) UNSIGNED NOT NULL,
13544  `proxy_id` int(12) UNSIGNED NOT NULL,19035  `proxy_id` int(12) UNSIGNED NOT NULL,
13545  `note_type_id` int(11) NOT NULL,19036  `note_type_id` int(11) NOT NULL,
13546  `note` text NOT NULL,19037  `note` text NOT NULL,
13547  `created_date` bigint(64) NOT NULL,19038  `created_date` bigint(64) NOT NULL,
13548  `created_by` int(11) NOT NULL,19039  `created_by` int(11) NOT NULL,
13549  `updated_date` bigint(64) NOT NULL,19040  `updated_date` bigint(64) NOT NULL,
13550  `updated_by` int(11) NOT NULL,19041  `updated_by` int(11) NOT NULL,
13551  `deleted_date` bigint(64) DEFAULT NULL19042  `deleted_date` bigint(64) DEFAULT NULL
13552) ENGINE=InnoDB DEFAULT CHARSET=utf8;19043) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1355319044
13554--19045--
13555-- Dumping data for table `ce_instructor_notes`19046-- Dumping data for table `ce_instructor_notes`
13556--19047--
1355719048
13558INSERT INTO `ce_instructor_notes` (`instructor_note_id`, `proxy_id`, `note_type_id`, `note`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES19049INSERT INTO `ce_instructor_notes` (`instructor_note_id`, `proxy_id`, `note_type_id`, `note`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13559(1, 7, 1, '<p>This is an internal note, this is not visible to learners.</p>', 1685381585, 1, 1685381585, 1, NULL),19050(1, 7, 1, '<p>This is an internal note, this is not visible to learners.</p>', 1685381585, 1, 1685381585, 1, NULL),
13560(2, 7, 2, '<p>This is a public note, learners should be able to see it.</p>', 1685381585, 1, 1685381585, 1, NULL),19051(2, 7, 2, '<p>This is a public note, learners should be able to see it.</p>', 1685381585, 1, 1685381585, 1, NULL),
13561(3, 7, 2, '<p>This is a learner note for ticket 1514<\\/p>', 1685381585, 1, 1685381585, 1, NULL);19052(3, 7, 2, '<p>This is a learner note for ticket 1514<\\/p>', 1685381585, 1, 1685381585, 1, NULL);
1356219053
13563-- --------------------------------------------------------19054-- --------------------------------------------------------
1356419055
13565--19056--
13566-- Table structure for table `ce_instructor_site_disciplines`19057-- Table structure for table `ce_instructor_site_disciplines`
13567--19058--
1356819059
13569CREATE TABLE `ce_instructor_site_disciplines` (19060CREATE TABLE `ce_instructor_site_disciplines` (
13570  `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL,19061  `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL,
13571  `site_id` int(11) UNSIGNED NOT NULL,19062  `site_id` int(11) UNSIGNED NOT NULL,
13572  `proxy_id` int(12) UNSIGNED NOT NULL,19063  `proxy_id` int(12) UNSIGNED NOT NULL,
13573  `discipline_id` int(11) UNSIGNED NOT NULL,19064  `discipline_id` int(11) UNSIGNED NOT NULL,
13574  `created_date` bigint(64) NOT NULL,19065  `created_date` bigint(64) NOT NULL,
13575  `created_by` int(11) NOT NULL,19066  `created_by` int(11) NOT NULL,
13576  `updated_date` bigint(64) NOT NULL,19067  `updated_date` bigint(64) NOT NULL,
13577  `updated_by` int(11) NOT NULL,19068  `updated_by` int(11) NOT NULL,
13578  `deleted_date` bigint(64) DEFAULT NULL,19069  `deleted_date` bigint(64) DEFAULT NULL,
13579  `current` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'19070  `current` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'
13580) ENGINE=InnoDB DEFAULT CHARSET=utf8;19071) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1358119072
13582-- --------------------------------------------------------19073-- --------------------------------------------------------
1358319074
13584--19075--
13585-- Table structure for table `ce_instructor_statuses`19076-- Table structure for table `ce_instructor_statuses`
13586--19077--
1358719078
13588CREATE TABLE `ce_instructor_statuses` (19079CREATE TABLE `ce_instructor_statuses` (
13589  `instructor_status_id` int(11) UNSIGNED NOT NULL,19080  `instructor_status_id` int(11) UNSIGNED NOT NULL,
13590  `proxy_id` int(11) UNSIGNED NOT NULL,19081  `proxy_id` int(11) UNSIGNED NOT NULL,
13591  `instructor_status_type_id` int(11) UNSIGNED NOT NULL,19082  `instructor_status_type_id` int(11) UNSIGNED NOT NULL,
13592  `reason` text,19083  `reason` text,
13593  `created_date` bigint(64) NOT NULL,19084  `created_date` bigint(64) NOT NULL,
13594  `created_by` int(11) NOT NULL,19085  `created_by` int(11) NOT NULL,
13595  `updated_date` bigint(64) DEFAULT NULL,19086  `updated_date` bigint(64) DEFAULT NULL,
13596  `updated_by` int(11) DEFAULT NULL,19087  `updated_by` int(11) DEFAULT NULL,
13597  `deleted_date` bigint(64) DEFAULT NULL19088  `deleted_date` bigint(64) DEFAULT NULL
13598) ENGINE=InnoDB DEFAULT CHARSET=utf8;19089) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1359919090
13600--19091--
13601-- Dumping data for table `ce_instructor_statuses`19092-- Dumping data for table `ce_instructor_statuses`
13602--19093--
1360319094
13604INSERT INTO `ce_instructor_statuses` (`instructor_status_id`, `proxy_id`, `instructor_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES19095INSERT INTO `ce_instructor_statuses` (`instructor_status_id`, `proxy_id`, `instructor_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13605(1, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),19096(1, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),
13606(2, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),19097(2, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),
13607(3, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),19098(3, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),
13608(4, 7, 2, '<p>testing<\\/p>', 1685381585, 1, 1685381585, 1, NULL),19099(4, 7, 2, '<p>testing<\\/p>', 1685381585, 1, 1685381585, 1, NULL),
13609(5, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),19100(5, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL),
13610(6, 7, 2, '<p>test2<\\/p>', 1685381585, 1, 1685381585, 1, NULL);19101(6, 7, 2, '<p>test2<\\/p>', 1685381585, 1, 1685381585, 1, NULL);
1361119102
13612-- --------------------------------------------------------19103-- --------------------------------------------------------
1361319104
13614--19105--
13615-- Table structure for table `ce_instructor_stipends`19106-- Table structure for table `ce_instructor_stipends`
13616--19107--
1361719108
13618CREATE TABLE `ce_instructor_stipends` (19109CREATE TABLE `ce_instructor_stipends` (
13619  `instructor_stipend_id` int(11) UNSIGNED NOT NULL,19110  `instructor_stipend_id` int(11) UNSIGNED NOT NULL,
13620  `proxy_id` int(11) UNSIGNED NOT NULL,19111  `proxy_id` int(11) UNSIGNED NOT NULL,
13621  `site_id` int(11) UNSIGNED NOT NULL,19112  `site_id` int(11) UNSIGNED NOT NULL,
13622  `pay_instructor_fee` tinyint(1) NOT NULL DEFAULT '0',19113  `pay_instructor_fee` tinyint(1) NOT NULL DEFAULT '0',
13623  `fee_per_week` decimal(10,2) DEFAULT NULL,19114  `fee_per_week` decimal(10,2) DEFAULT NULL,
13624  `fee_per_number_of_learners` int(11) DEFAULT NULL,19115  `fee_per_number_of_learners` int(11) DEFAULT NULL,
13625  `ignore_payments` tinyint(1) DEFAULT NULL,19116  `ignore_payments` tinyint(1) DEFAULT NULL,
13626  `ignore_payments_start_date` bigint(64) DEFAULT NULL,19117  `ignore_payments_start_date` bigint(64) DEFAULT NULL,
13627  `ignore_payments_end_date` bigint(64) DEFAULT NULL,19118  `ignore_payments_end_date` bigint(64) DEFAULT NULL,
13628  `add_event_types` tinyint(1) DEFAULT NULL,19119  `add_event_types` tinyint(1) DEFAULT NULL,
13629  `created_date` bigint(64) NOT NULL,19120  `created_date` bigint(64) NOT NULL,
13630  `created_by` int(11) NOT NULL,19121  `created_by` int(11) NOT NULL,
13631  `updated_date` bigint(64) DEFAULT NULL,19122  `updated_date` bigint(64) DEFAULT NULL,
13632  `updated_by` int(11) DEFAULT NULL,19123  `updated_by` int(11) DEFAULT NULL,
13633  `deleted_date` bigint(64) DEFAULT NULL19124  `deleted_date` bigint(64) DEFAULT NULL
13634) ENGINE=InnoDB DEFAULT CHARSET=utf8;19125) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1363519126
13636-- --------------------------------------------------------19127-- --------------------------------------------------------
1363719128
13638--19129--
13639-- Table structure for table `ce_instructor_stipend_event_types`19130-- Table structure for table `ce_instructor_stipend_event_types`
13640--19131--
1364119132
13642CREATE TABLE `ce_instructor_stipend_event_types` (19133CREATE TABLE `ce_instructor_stipend_event_types` (
13643  `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL,19134  `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL,
13644  `instructor_stipend_id` int(11) UNSIGNED NOT NULL,19135  `instructor_stipend_id` int(11) UNSIGNED NOT NULL,
13645  `event_type_id` int(11) NOT NULL,19136  `event_type_id` int(11) NOT NULL,
13646  `amount` decimal(10,2) NOT NULL,19137  `amount` decimal(10,2) NOT NULL,
13647  `event_rate_type_id` int(11) NOT NULL,19138  `event_rate_type_id` int(11) NOT NULL,
13648  `created_date` bigint(64) NOT NULL,19139  `created_date` bigint(64) NOT NULL,
13649  `created_by` int(11) NOT NULL,19140  `created_by` int(11) NOT NULL,
13650  `updated_date` bigint(64) DEFAULT NULL,19141  `updated_date` bigint(64) DEFAULT NULL,
13651  `updated_by` int(11) DEFAULT NULL,19142  `updated_by` int(11) DEFAULT NULL,
13652  `deleted_date` bigint(64) DEFAULT NULL19143  `deleted_date` bigint(64) DEFAULT NULL
13653) ENGINE=InnoDB DEFAULT CHARSET=utf8;19144) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1365419145
13655-- --------------------------------------------------------19146-- --------------------------------------------------------
1365619147
13657--19148--
13658-- Table structure for table `ce_lotteries`19149-- Table structure for table `ce_lotteries`
13659--19150--
1366019151
13661CREATE TABLE `ce_lotteries` (19152CREATE TABLE `ce_lotteries` (
13662  `lottery_id` int(11) UNSIGNED NOT NULL,19153  `lottery_id` int(11) UNSIGNED NOT NULL,
13663  `organisation_id` int(11) UNSIGNED NOT NULL,19154  `organisation_id` int(11) UNSIGNED NOT NULL,
13664  `title` varchar(256) NOT NULL DEFAULT '',19155  `title` varchar(256) NOT NULL DEFAULT '',
13665  `schedule_id` int(11) UNSIGNED NOT NULL,19156  `schedule_id` int(11) UNSIGNED NOT NULL,
13666  `block_type_id` int(11) UNSIGNED NOT NULL,19157  `block_type_id` int(11) UNSIGNED NOT NULL,
13667  `allow_mock_lottery` tinyint(1) NOT NULL DEFAULT '0',19158  `allow_mock_lottery` tinyint(1) NOT NULL DEFAULT '0',
13668  `status` varchar(128) DEFAULT NULL,19159  `status` varchar(128) DEFAULT NULL,
13669  `visible` tinyint(1) NOT NULL DEFAULT '1',19160  `visible` tinyint(1) NOT NULL DEFAULT '1',
13670  `release_interval` int(3) DEFAULT NULL,19161  `release_interval` int(3) DEFAULT NULL,
13671  `release_unit` varchar(128) DEFAULT NULL,19162  `release_unit` varchar(128) DEFAULT NULL,
13672  `created_date` bigint(20) NOT NULL,19163  `created_date` bigint(20) NOT NULL,
13673  `created_by` int(11) NOT NULL,19164  `created_by` int(11) NOT NULL,
13674  `updated_date` bigint(20) DEFAULT NULL,19165  `updated_date` bigint(20) DEFAULT NULL,
13675  `updated_by` int(11) DEFAULT NULL,19166  `updated_by` int(11) DEFAULT NULL,
13676  `deleted_date` bigint(64) DEFAULT NULL19167  `deleted_date` bigint(64) DEFAULT NULL
13677) ENGINE=InnoDB DEFAULT CHARSET=utf8;19168) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1367819169
13679-- --------------------------------------------------------19170-- --------------------------------------------------------
1368019171
13681--19172--
13682-- Table structure for table `ce_lottery_schedule_variations`19173-- Table structure for table `ce_lottery_schedule_variations`
13683--19174--
1368419175
13685CREATE TABLE `ce_lottery_schedule_variations` (19176CREATE TABLE `ce_lottery_schedule_variations` (
13686  `lottery_id` int(11) UNSIGNED NOT NULL,19177  `lottery_id` int(11) UNSIGNED NOT NULL,
13687  `variation_id` int(11) UNSIGNED NOT NULL,19178  `variation_id` int(11) UNSIGNED NOT NULL,
13688  `created_date` bigint(20) NOT NULL,19179  `created_date` bigint(20) NOT NULL,
13689  `created_by` int(11) NOT NULL,19180  `created_by` int(11) NOT NULL,
13690  `updated_date` bigint(20) DEFAULT NULL,19181  `updated_date` bigint(20) DEFAULT NULL,
13691  `updated_by` int(11) DEFAULT NULL,19182  `updated_by` int(11) DEFAULT NULL,
13692  `deleted_date` bigint(64) DEFAULT NULL19183  `deleted_date` bigint(64) DEFAULT NULL
13693) ENGINE=InnoDB DEFAULT CHARSET=utf8;19184) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1369419185
13695-- --------------------------------------------------------19186-- --------------------------------------------------------
1369619187
13697--19188--
13698-- Table structure for table `ce_lu_algorithms`19189-- Table structure for table `ce_lu_algorithms`
13699--19190--
1370019191
13701CREATE TABLE `ce_lu_algorithms` (19192CREATE TABLE `ce_lu_algorithms` (
13702  `algorithm_id` int(11) UNSIGNED NOT NULL,19193  `algorithm_id` int(11) UNSIGNED NOT NULL,
13703  `name` varchar(256) NOT NULL DEFAULT '',19194  `name` varchar(256) NOT NULL DEFAULT '',
13704  `description` text NOT NULL,19195  `description` text NOT NULL,
13705  `created_date` bigint(20) NOT NULL,19196  `created_date` bigint(20) NOT NULL,
13706  `created_by` int(11) NOT NULL,19197  `created_by` int(11) NOT NULL,
13707  `updated_date` bigint(20) DEFAULT NULL,19198  `updated_date` bigint(20) DEFAULT NULL,
13708  `updated_by` int(11) DEFAULT NULL,19199  `updated_by` int(11) DEFAULT NULL,
13709  `deleted_date` bigint(64) DEFAULT NULL19200  `deleted_date` bigint(64) DEFAULT NULL
13710) ENGINE=InnoDB DEFAULT CHARSET=utf8;19201) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1371119202
13712-- --------------------------------------------------------19203-- --------------------------------------------------------
1371319204
13714--19205--
13715-- Table structure for table `ce_lu_document_types`19206-- Table structure for table `ce_lu_document_types`
13716--19207--
1371719208
13718CREATE TABLE `ce_lu_document_types` (19209CREATE TABLE `ce_lu_document_types` (
13719  `document_type_id` int(11) UNSIGNED NOT NULL,19210  `document_type_id` int(11) UNSIGNED NOT NULL,
13720  `document_type` varchar(128) NOT NULL,19211  `document_type` varchar(128) NOT NULL,
13721  `shortname` varchar(255) NOT NULL,19212  `shortname` varchar(255) NOT NULL,
13722  `order` int(4) NOT NULL,19213  `order` int(4) NOT NULL,
13723  `deleted_date` bigint(64) DEFAULT NULL19214  `deleted_date` bigint(64) DEFAULT NULL
13724) ENGINE=InnoDB DEFAULT CHARSET=utf8;19215) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1372519216
13726--19217--
13727-- Dumping data for table `ce_lu_document_types`19218-- Dumping data for table `ce_lu_document_types`
13728--19219--
1372919220
13730INSERT INTO `ce_lu_document_types` (`document_type_id`, `document_type`, `shortname`, `order`, `deleted_date`) VALUES19221INSERT INTO `ce_lu_document_types` (`document_type_id`, `document_type`, `shortname`, `order`, `deleted_date`) VALUES
13731(1, 'W-9', 'w9', 0, NULL),19222(1, 'W-9', 'w9', 0, NULL),
13732(2, 'Other', 'other', 1, NULL);19223(2, 'Other', 'other', 1, NULL);
1373319224
13734-- --------------------------------------------------------19225-- --------------------------------------------------------
1373519226
13736--19227--
13737-- Table structure for table `ce_lu_document_type_organisations`19228-- Table structure for table `ce_lu_document_type_organisations`
13738--19229--
1373919230
13740CREATE TABLE `ce_lu_document_type_organisations` (19231CREATE TABLE `ce_lu_document_type_organisations` (
13741  `document_type_organisation_id` int(11) UNSIGNED NOT NULL,19232  `document_type_organisation_id` int(11) UNSIGNED NOT NULL,
13742  `document_type_id` int(11) NOT NULL,19233  `document_type_id` int(11) NOT NULL,
13743  `organisation_id` int(12) DEFAULT NULL19234  `organisation_id` int(12) DEFAULT NULL
13744) ENGINE=InnoDB DEFAULT CHARSET=utf8;19235) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1374519236
13746--19237--
13747-- Dumping data for table `ce_lu_document_type_organisations`19238-- Dumping data for table `ce_lu_document_type_organisations`
13748--19239--
1374919240
13750INSERT INTO `ce_lu_document_type_organisations` (`document_type_organisation_id`, `document_type_id`, `organisation_id`) VALUES19241INSERT INTO `ce_lu_document_type_organisations` (`document_type_organisation_id`, `document_type_id`, `organisation_id`) VALUES
13751(1, 1, 1),19242(1, 1, 1),
13752(2, 2, 1);19243(2, 2, 1);
1375319244
13754-- --------------------------------------------------------19245-- --------------------------------------------------------
1375519246
13756--19247--
13757-- Table structure for table `ce_lu_event_rate_types`19248-- Table structure for table `ce_lu_event_rate_types`
13758--19249--
1375919250
13760CREATE TABLE `ce_lu_event_rate_types` (19251CREATE TABLE `ce_lu_event_rate_types` (
13761  `event_rate_type_id` int(11) UNSIGNED NOT NULL,19252  `event_rate_type_id` int(11) UNSIGNED NOT NULL,
13762  `type` varchar(128) NOT NULL,19253  `type` varchar(128) NOT NULL,
13763  `shortname` varchar(255) NOT NULL,19254  `shortname` varchar(255) NOT NULL,
13764  `order` int(4) NOT NULL,19255  `order` int(4) NOT NULL,
13765  `deleted_date` bigint(64) DEFAULT NULL19256  `deleted_date` bigint(64) DEFAULT NULL
13766) ENGINE=InnoDB DEFAULT CHARSET=utf8;19257) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1376719258
13768--19259--
13769-- Dumping data for table `ce_lu_event_rate_types`19260-- Dumping data for table `ce_lu_event_rate_types`
13770--19261--
1377119262
13772INSERT INTO `ce_lu_event_rate_types` (`event_rate_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES19263INSERT INTO `ce_lu_event_rate_types` (`event_rate_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES
13773(1, 'Hour', 'hour', 0, NULL),19264(1, 'Hour', 'hour', 0, NULL),
13774(2, 'Session', 'session', 1, NULL);19265(2, 'Session', 'session', 1, NULL);
1377519266
13776-- --------------------------------------------------------19267-- --------------------------------------------------------
1377719268
13778--19269--
13779-- Table structure for table `ce_lu_event_rate_type_organisations`19270-- Table structure for table `ce_lu_event_rate_type_organisations`
13780--19271--
1378119272
13782CREATE TABLE `ce_lu_event_rate_type_organisations` (19273CREATE TABLE `ce_lu_event_rate_type_organisations` (
13783  `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL,19274  `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL,
13784  `event_rate_type_id` int(11) NOT NULL,19275  `event_rate_type_id` int(11) NOT NULL,
13785  `organisation_id` int(12) NOT NULL19276  `organisation_id` int(12) NOT NULL
13786) ENGINE=InnoDB DEFAULT CHARSET=utf8;19277) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1378719278
13788--19279--
13789-- Dumping data for table `ce_lu_event_rate_type_organisations`19280-- Dumping data for table `ce_lu_event_rate_type_organisations`
13790--19281--
1379119282
13792INSERT INTO `ce_lu_event_rate_type_organisations` (`event_rate_type_organisation_id`, `event_rate_type_id`, `organisation_id`) VALUES19283INSERT INTO `ce_lu_event_rate_type_organisations` (`event_rate_type_organisation_id`, `event_rate_type_id`, `organisation_id`) VALUES
13793(1, 1, 1),19284(1, 1, 1),
13794(2, 2, 1);19285(2, 2, 1);
1379519286
13796-- --------------------------------------------------------19287-- --------------------------------------------------------
1379719288
13798--19289--
13799-- Table structure for table `ce_lu_instructor_credential_status_types`19290-- Table structure for table `ce_lu_instructor_credential_status_types`
13800--19291--
1380119292
13802CREATE TABLE `ce_lu_instructor_credential_status_types` (19293CREATE TABLE `ce_lu_instructor_credential_status_types` (
13803  `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL,19294  `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL,
13804  `status` varchar(128) NOT NULL,19295  `status` varchar(128) NOT NULL,
13805  `shortname` varchar(255) NOT NULL,19296  `shortname` varchar(255) NOT NULL,
13806  `order` int(4) NOT NULL,19297  `order` int(4) NOT NULL,
13807  `deleted_date` bigint(64) DEFAULT NULL19298  `deleted_date` bigint(64) DEFAULT NULL
13808) ENGINE=InnoDB DEFAULT CHARSET=utf8;19299) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1380919300
13810--19301--
13811-- Dumping data for table `ce_lu_instructor_credential_status_types`19302-- Dumping data for table `ce_lu_instructor_credential_status_types`
13812--19303--
1381319304
13814INSERT INTO `ce_lu_instructor_credential_status_types` (`instructor_credential_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES19305INSERT INTO `ce_lu_instructor_credential_status_types` (`instructor_credential_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES
13815(1, 'Approved', 'approved', 0, NULL),19306(1, 'Approved', 'approved', 0, NULL),
13816(2, 'Expired', 'expired', 1, NULL);19307(2, 'Expired', 'expired', 1, NULL);
1381719308
13818-- --------------------------------------------------------19309-- --------------------------------------------------------
1381919310
13820--19311--
13821-- Table structure for table `ce_lu_instructor_credential_status_type_organisations`19312-- Table structure for table `ce_lu_instructor_credential_status_type_organisations`
13822--19313--
1382319314
13824CREATE TABLE `ce_lu_instructor_credential_status_type_organisations` (19315CREATE TABLE `ce_lu_instructor_credential_status_type_organisations` (
13825  `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL,19316  `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL,
13826  `instructor_credential_status_type_id` int(11) NOT NULL,19317  `instructor_credential_status_type_id` int(11) NOT NULL,
13827  `organisation_id` int(12) NOT NULL19318  `organisation_id` int(12) NOT NULL
13828) ENGINE=InnoDB DEFAULT CHARSET=utf8;19319) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1382919320
13830--19321--
13831-- Dumping data for table `ce_lu_instructor_credential_status_type_organisations`19322-- Dumping data for table `ce_lu_instructor_credential_status_type_organisations`
13832--19323--
1383319324
13834INSERT INTO `ce_lu_instructor_credential_status_type_organisations` (`ce_lu_instructor_credential_status_type_organisation_id`, `instructor_credential_status_type_id`, `organisation_id`) VALUES19325INSERT INTO `ce_lu_instructor_credential_status_type_organisations` (`ce_lu_instructor_credential_status_type_organisation_id`, `instructor_credential_status_type_id`, `organisation_id`) VALUES
13835(1, 1, 1),19326(1, 1, 1),
13836(2, 2, 1);19327(2, 2, 1);
1383719328
13838-- --------------------------------------------------------19329-- --------------------------------------------------------
1383919330
13840--19331--
13841-- Table structure for table `ce_lu_instructor_note_types`19332-- Table structure for table `ce_lu_instructor_note_types`
13842--19333--
1384319334
13844CREATE TABLE `ce_lu_instructor_note_types` (19335CREATE TABLE `ce_lu_instructor_note_types` (
13845  `instructor_note_type_id` int(11) UNSIGNED NOT NULL,19336  `instructor_note_type_id` int(11) UNSIGNED NOT NULL,
13846  `type` varchar(128) NOT NULL,19337  `type` varchar(128) NOT NULL,
13847  `shortname` varchar(255) NOT NULL,19338  `shortname` varchar(255) NOT NULL,
13848  `order` int(4) NOT NULL,19339  `order` int(4) NOT NULL,
13849  `deleted_date` bigint(64) DEFAULT NULL19340  `deleted_date` bigint(64) DEFAULT NULL
13850) ENGINE=InnoDB DEFAULT CHARSET=utf8;19341) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1385119342
13852--19343--
13853-- Dumping data for table `ce_lu_instructor_note_types`19344-- Dumping data for table `ce_lu_instructor_note_types`
13854--19345--
1385519346
13856INSERT INTO `ce_lu_instructor_note_types` (`instructor_note_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES19347INSERT INTO `ce_lu_instructor_note_types` (`instructor_note_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES
13857(1, 'Internal Note', 'internal_note', 0, NULL),19348(1, 'Internal Note', 'internal_note', 0, NULL),
13858(2, 'Learner Note', 'learner_note', 1, NULL);19349(2, 'Learner Note', 'learner_note', 1, NULL);
1385919350
13860-- --------------------------------------------------------19351-- --------------------------------------------------------
1386119352
13862--19353--
13863-- Table structure for table `ce_lu_instructor_note_type_organisations`19354-- Table structure for table `ce_lu_instructor_note_type_organisations`
13864--19355--
1386519356
13866CREATE TABLE `ce_lu_instructor_note_type_organisations` (19357CREATE TABLE `ce_lu_instructor_note_type_organisations` (
13867  `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL,19358  `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL,
13868  `instructor_note_type_id` int(11) NOT NULL,19359  `instructor_note_type_id` int(11) NOT NULL,
13869  `organisation_id` int(12) DEFAULT NULL19360  `organisation_id` int(12) DEFAULT NULL
13870) ENGINE=InnoDB DEFAULT CHARSET=utf8;19361) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1387119362
13872--19363--
13873-- Dumping data for table `ce_lu_instructor_note_type_organisations`19364-- Dumping data for table `ce_lu_instructor_note_type_organisations`
13874--19365--
1387519366
13876INSERT INTO `ce_lu_instructor_note_type_organisations` (`instructor_note_type_organisation_id`, `instructor_note_type_id`, `organisation_id`) VALUES19367INSERT INTO `ce_lu_instructor_note_type_organisations` (`instructor_note_type_organisation_id`, `instructor_note_type_id`, `organisation_id`) VALUES
13877(1, 1, 1),19368(1, 1, 1),
13878(2, 2, 1);19369(2, 2, 1);
1387919370
13880-- --------------------------------------------------------19371-- --------------------------------------------------------
1388119372
13882--19373--
13883-- Table structure for table `ce_lu_instructor_status_types`19374-- Table structure for table `ce_lu_instructor_status_types`
13884--19375--
1388519376
13886CREATE TABLE `ce_lu_instructor_status_types` (19377CREATE TABLE `ce_lu_instructor_status_types` (
13887  `instructor_status_type_id` int(11) UNSIGNED NOT NULL,19378  `instructor_status_type_id` int(11) UNSIGNED NOT NULL,
13888  `status` varchar(128) NOT NULL,19379  `status` varchar(128) NOT NULL,
13889  `shortname` varchar(255) NOT NULL,19380  `shortname` varchar(255) NOT NULL,
13890  `order` int(4) NOT NULL,19381  `order` int(4) NOT NULL,
13891  `deleted_date` bigint(64) DEFAULT NULL19382  `deleted_date` bigint(64) DEFAULT NULL
13892) ENGINE=InnoDB DEFAULT CHARSET=utf8;19383) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1389319384
13894--19385--
13895-- Dumping data for table `ce_lu_instructor_status_types`19386-- Dumping data for table `ce_lu_instructor_status_types`
13896--19387--
1389719388
13898INSERT INTO `ce_lu_instructor_status_types` (`instructor_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES19389INSERT INTO `ce_lu_instructor_status_types` (`instructor_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES
13899(1, 'Active', 'active', 0, NULL),19390(1, 'Active', 'active', 0, NULL),
13900(2, 'Inactive', 'inactive', 1, NULL),19391(2, 'Inactive', 'inactive', 1, NULL),
13901(3, 'Hospitalist', 'hospitalist', 2, NULL),19392(3, 'Hospitalist', 'hospitalist', 2, NULL),
13902(4, 'Lecturer', 'lecturer', 3, NULL);19393(4, 'Lecturer', 'lecturer', 3, NULL);
1390319394
13904-- --------------------------------------------------------19395-- --------------------------------------------------------
1390519396
13906--19397--
13907-- Table structure for table `ce_lu_instructor_status_type_organisations`19398-- Table structure for table `ce_lu_instructor_status_type_organisations`
13908--19399--
1390919400
13910CREATE TABLE `ce_lu_instructor_status_type_organisations` (19401CREATE TABLE `ce_lu_instructor_status_type_organisations` (
13911  `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL,19402  `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL,
13912  `instructor_status_type_id` int(11) NOT NULL,19403  `instructor_status_type_id` int(11) NOT NULL,
13913  `organisation_id` int(12) NOT NULL19404  `organisation_id` int(12) NOT NULL
13914) ENGINE=InnoDB DEFAULT CHARSET=utf8;19405) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1391519406
13916--19407--
13917-- Dumping data for table `ce_lu_instructor_status_type_organisations`19408-- Dumping data for table `ce_lu_instructor_status_type_organisations`
13918--19409--
1391919410
13920INSERT INTO `ce_lu_instructor_status_type_organisations` (`instructor_status_type_organisation_id`, `instructor_status_type_id`, `organisation_id`) VALUES19411INSERT INTO `ce_lu_instructor_status_type_organisations` (`instructor_status_type_organisation_id`, `instructor_status_type_id`, `organisation_id`) VALUES
13921(1, 1, 1),19412(1, 1, 1),
13922(2, 2, 1),19413(2, 2, 1),
13923(3, 3, 1),19414(3, 3, 1),
13924(4, 4, 1);19415(4, 4, 1);
1392519416
13926-- --------------------------------------------------------19417-- --------------------------------------------------------
1392719418
13928--19419--
13929-- Table structure for table `ce_lu_learner_rank_options`19420-- Table structure for table `ce_lu_learner_rank_options`
13930--19421--
1393119422
13932CREATE TABLE `ce_lu_learner_rank_options` (19423CREATE TABLE `ce_lu_learner_rank_options` (
13933  `learner_rank_option_id` int(11) UNSIGNED NOT NULL,19424  `learner_rank_option_id` int(11) UNSIGNED NOT NULL,
13934  `option_name` varchar(256) NOT NULL DEFAULT '',19425  `option_name` varchar(256) NOT NULL DEFAULT '',
13935  `created_date` bigint(20) NOT NULL,19426  `created_date` bigint(20) NOT NULL,
13936  `created_by` int(11) NOT NULL,19427  `created_by` int(11) NOT NULL,
13937  `updated_date` bigint(20) DEFAULT NULL,19428  `updated_date` bigint(20) DEFAULT NULL,
13938  `updated_by` int(11) DEFAULT NULL,19429  `updated_by` int(11) DEFAULT NULL,
13939  `deleted_date` bigint(64) DEFAULT NULL19430  `deleted_date` bigint(64) DEFAULT NULL
13940) ENGINE=InnoDB DEFAULT CHARSET=utf8;19431) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1394119432
13942-- --------------------------------------------------------19433-- --------------------------------------------------------
1394319434
13944--19435--
13945-- Table structure for table `ce_lu_rankings`19436-- Table structure for table `ce_lu_rankings`
13946--19437--
1394719438
13948CREATE TABLE `ce_lu_rankings` (19439CREATE TABLE `ce_lu_rankings` (
13949  `ranking_id` int(11) UNSIGNED NOT NULL,19440  `ranking_id` int(11) UNSIGNED NOT NULL,
13950  `name` varchar(256) NOT NULL DEFAULT '',19441  `name` varchar(256) NOT NULL DEFAULT '',
13951  `created_date` bigint(20) NOT NULL,19442  `created_date` bigint(20) NOT NULL,
13952  `created_by` int(11) NOT NULL,19443  `created_by` int(11) NOT NULL,
13953  `updated_date` bigint(20) DEFAULT NULL,19444  `updated_date` bigint(20) DEFAULT NULL,
13954  `updated_by` int(11) DEFAULT NULL,19445  `updated_by` int(11) DEFAULT NULL,
13955  `deleted_date` bigint(64) DEFAULT NULL19446  `deleted_date` bigint(64) DEFAULT NULL
13956) ENGINE=InnoDB DEFAULT CHARSET=utf8;19447) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1395719448
13958-- --------------------------------------------------------19449-- --------------------------------------------------------
1395919450
13960--19451--
13961-- Table structure for table `ce_lu_schedule_status_types`19452-- Table structure for table `ce_lu_schedule_status_types`
13962--19453--
1396319454
13964CREATE TABLE `ce_lu_schedule_status_types` (19455CREATE TABLE `ce_lu_schedule_status_types` (
13965  `csstype_id` int(10) UNSIGNED NOT NULL,19456  `csstype_id` int(10) UNSIGNED NOT NULL,
13966  `status` varchar(128) NOT NULL,19457  `status` varchar(128) NOT NULL,
13967  `shortname` varchar(50) NOT NULL,19458  `shortname` varchar(50) NOT NULL,
13968  `order` int(10) UNSIGNED NOT NULL,19459  `order` int(10) UNSIGNED NOT NULL,
13969  `created_date` bigint(64) UNSIGNED NOT NULL,19460  `created_date` bigint(64) UNSIGNED NOT NULL,
13970  `created_by` int(12) UNSIGNED NOT NULL,19461  `created_by` int(12) UNSIGNED NOT NULL,
13971  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,19462  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
13972  `updated_by` int(12) UNSIGNED DEFAULT NULL,19463  `updated_by` int(12) UNSIGNED DEFAULT NULL,
13973  `deleted_date` bigint(64) DEFAULT NULL19464  `deleted_date` bigint(64) DEFAULT NULL
13974) ENGINE=InnoDB DEFAULT CHARSET=latin1;19465) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1397519466
13976--19467--
13977-- Dumping data for table `ce_lu_schedule_status_types`19468-- Dumping data for table `ce_lu_schedule_status_types`
13978--19469--
1397919470
13980INSERT INTO `ce_lu_schedule_status_types` (`csstype_id`, `status`, `shortname`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES19471INSERT INTO `ce_lu_schedule_status_types` (`csstype_id`, `status`, `shortname`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
13981(1, 'Requested', 'requested', 1, 1685381582, 1, NULL, NULL, NULL),19472(1, 'Requested', 'requested', 1, 1685381582, 1, NULL, NULL, NULL),
13982(2, 'Incomplete', 'incomplete', 2, 1685381582, 1, NULL, NULL, NULL),19473(2, 'Incomplete', 'incomplete', 2, 1685381582, 1, NULL, NULL, NULL),
13983(3, 'Confirmed', 'confirmed', 3, 1685381582, 1, NULL, NULL, NULL),19474(3, 'Confirmed', 'confirmed', 3, 1685381582, 1, NULL, NULL, NULL),
13984(4, 'Stipend Paid', 'stipend-paid', 4, 1685381582, 1, NULL, NULL, NULL),19475(4, 'Stipend Paid', 'stipend-paid', 4, 1685381582, 1, NULL, NULL, NULL),
13985(5, 'Double Stipend Paid', 'double-stipend-paid', 5, 1685381582, 1, NULL, NULL, NULL);19476(5, 'Double Stipend Paid', 'double-stipend-paid', 5, 1685381582, 1, NULL, NULL, NULL);
1398619477
13987-- --------------------------------------------------------19478-- --------------------------------------------------------
1398819479
13989--19480--
13990-- Table structure for table `ce_lu_schedule_status_type_organisations`19481-- Table structure for table `ce_lu_schedule_status_type_organisations`
13991--19482--
1399219483
13993CREATE TABLE `ce_lu_schedule_status_type_organisations` (19484CREATE TABLE `ce_lu_schedule_status_type_organisations` (
13994  `csstorganisation_id` int(10) UNSIGNED NOT NULL,19485  `csstorganisation_id` int(10) UNSIGNED NOT NULL,
13995  `csstype_id` int(10) UNSIGNED NOT NULL,19486  `csstype_id` int(10) UNSIGNED NOT NULL,
13996  `organisation_id` int(10) UNSIGNED NOT NULL19487  `organisation_id` int(10) UNSIGNED NOT NULL
13997) ENGINE=InnoDB DEFAULT CHARSET=latin1;19488) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1399819489
13999--19490--
14000-- Dumping data for table `ce_lu_schedule_status_type_organisations`19491-- Dumping data for table `ce_lu_schedule_status_type_organisations`
14001--19492--
1400219493
14003INSERT INTO `ce_lu_schedule_status_type_organisations` (`csstorganisation_id`, `csstype_id`, `organisation_id`) VALUES19494INSERT INTO `ce_lu_schedule_status_type_organisations` (`csstorganisation_id`, `csstype_id`, `organisation_id`) VALUES
14004(1, 1, 1),19495(1, 1, 1),
14005(2, 2, 1),19496(2, 2, 1),
14006(3, 3, 1),19497(3, 3, 1),
14007(4, 4, 1),19498(4, 4, 1),
14008(5, 5, 1);19499(5, 5, 1);
1400919500
14010-- --------------------------------------------------------19501-- --------------------------------------------------------
1401119502
14012--19503--
14013-- Table structure for table `ce_lu_site_affiliation_status_types`19504-- Table structure for table `ce_lu_site_affiliation_status_types`
14014--19505--
1401519506
14016CREATE TABLE `ce_lu_site_affiliation_status_types` (19507CREATE TABLE `ce_lu_site_affiliation_status_types` (
14017  `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL,19508  `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL,
14018  `status` varchar(64) NOT NULL,19509  `status` varchar(64) NOT NULL,
14019  `shortname` varchar(255) NOT NULL,19510  `shortname` varchar(255) NOT NULL,
14020  `order` int(4) NOT NULL,19511  `order` int(4) NOT NULL,
14021  `deleted_date` bigint(64) DEFAULT NULL19512  `deleted_date` bigint(64) DEFAULT NULL
14022) ENGINE=InnoDB DEFAULT CHARSET=utf8;19513) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1402319514
14024--19515--
14025-- Dumping data for table `ce_lu_site_affiliation_status_types`19516-- Dumping data for table `ce_lu_site_affiliation_status_types`
14026--19517--
1402719518
14028INSERT INTO `ce_lu_site_affiliation_status_types` (`site_affiliation_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES19519INSERT INTO `ce_lu_site_affiliation_status_types` (`site_affiliation_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES
14029(1, 'Expired', 'expired', 1, NULL),19520(1, 'Expired', 'expired', 1, NULL),
14030(2, 'Pending', 'pending', 2, NULL),19521(2, 'Pending', 'pending', 2, NULL),
14031(3, 'Active', 'active', 3, NULL),19522(3, 'Active', 'active', 3, NULL),
14032(4, 'Inactive', 'inactive', 4, NULL);19523(4, 'Inactive', 'inactive', 4, NULL);
1403319524
14034-- --------------------------------------------------------19525-- --------------------------------------------------------
1403519526
14036--19527--
14037-- Table structure for table `ce_lu_site_affiliation_status_type_organisations`19528-- Table structure for table `ce_lu_site_affiliation_status_type_organisations`
14038--19529--
1403919530
14040CREATE TABLE `ce_lu_site_affiliation_status_type_organisations` (19531CREATE TABLE `ce_lu_site_affiliation_status_type_organisations` (
14041  `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL,19532  `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL,
14042  `site_affiliation_status_type_id` int(11) NOT NULL,19533  `site_affiliation_status_type_id` int(11) NOT NULL,
14043  `organisation_id` int(12) DEFAULT NULL19534  `organisation_id` int(12) DEFAULT NULL
14044) ENGINE=InnoDB DEFAULT CHARSET=utf8;19535) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1404519536
14046--19537--
14047-- Dumping data for table `ce_lu_site_affiliation_status_type_organisations`19538-- Dumping data for table `ce_lu_site_affiliation_status_type_organisations`
14048--19539--
1404919540
14050INSERT INTO `ce_lu_site_affiliation_status_type_organisations` (`site_affiliation_status_type_organisation_id`, `site_affiliation_status_type_id`, `organisation_id`) VALUES19541INSERT INTO `ce_lu_site_affiliation_status_type_organisations` (`site_affiliation_status_type_organisation_id`, `site_affiliation_status_type_id`, `organisation_id`) VALUES
14051(1, 1, 1),19542(1, 1, 1),
14052(2, 2, 1),19543(2, 2, 1),
14053(3, 3, 1),19544(3, 3, 1),
14054(4, 4, 1);19545(4, 4, 1);
1405519546
14056-- --------------------------------------------------------19547-- --------------------------------------------------------
1405719548
14058--19549--
14059-- Table structure for table `ce_lu_site_document_status_types`19550-- Table structure for table `ce_lu_site_document_status_types`
14060--19551--
1406119552
14062CREATE TABLE `ce_lu_site_document_status_types` (19553CREATE TABLE `ce_lu_site_document_status_types` (
14063  `site_document_status_type_id` int(11) UNSIGNED NOT NULL,19554  `site_document_status_type_id` int(11) UNSIGNED NOT NULL,
14064  `status_type` varchar(128) NOT NULL,19555  `status_type` varchar(128) NOT NULL,
14065  `deleted_date` bigint(64) DEFAULT NULL,19556  `deleted_date` bigint(64) DEFAULT NULL,
14066  `shortname` varchar(255) NOT NULL,19557  `shortname` varchar(255) NOT NULL,
14067  `order` int(4) NOT NULL19558  `order` int(4) NOT NULL
14068) ENGINE=InnoDB DEFAULT CHARSET=utf8;19559) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1406919560
14070--19561--
14071-- Dumping data for table `ce_lu_site_document_status_types`19562-- Dumping data for table `ce_lu_site_document_status_types`
14072--19563--
1407319564
14074INSERT INTO `ce_lu_site_document_status_types` (`site_document_status_type_id`, `status_type`, `deleted_date`, `shortname`, `order`) VALUES19565INSERT INTO `ce_lu_site_document_status_types` (`site_document_status_type_id`, `status_type`, `deleted_date`, `shortname`, `order`) VALUES
14075(1, 'Internal Document', NULL, 'internal_document', 0),19566(1, 'Internal Document', NULL, 'internal_document', 0),
14076(2, 'Learner Document', NULL, 'learner_document', 1);19567(2, 'Learner Document', NULL, 'learner_document', 1);
1407719568
14078-- --------------------------------------------------------19569-- --------------------------------------------------------
1407919570
14080--19571--
14081-- Table structure for table `ce_lu_site_document_status_type_organisations`19572-- Table structure for table `ce_lu_site_document_status_type_organisations`
14082--19573--
1408319574
14084CREATE TABLE `ce_lu_site_document_status_type_organisations` (19575CREATE TABLE `ce_lu_site_document_status_type_organisations` (
14085  `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL,19576  `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL,
14086  `site_document_status_type_id` int(11) NOT NULL,19577  `site_document_status_type_id` int(11) NOT NULL,
14087  `organisation_id` int(12) DEFAULT NULL19578  `organisation_id` int(12) DEFAULT NULL
14088) ENGINE=InnoDB DEFAULT CHARSET=utf8;19579) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1408919580
14090--19581--
14091-- Dumping data for table `ce_lu_site_document_status_type_organisations`19582-- Dumping data for table `ce_lu_site_document_status_type_organisations`
14092--19583--
1409319584
14094INSERT INTO `ce_lu_site_document_status_type_organisations` (`site_document_status_type_organisation_id`, `site_document_status_type_id`, `organisation_id`) VALUES19585INSERT INTO `ce_lu_site_document_status_type_organisations` (`site_document_status_type_organisation_id`, `site_document_status_type_id`, `organisation_id`) VALUES
14095(1, 1, 1),19586(1, 1, 1),
14096(2, 2, 1);19587(2, 2, 1);
1409719588
14098-- --------------------------------------------------------19589-- --------------------------------------------------------
1409919590
14100--19591--
14101-- Table structure for table `ce_lu_site_note_types`19592-- Table structure for table `ce_lu_site_note_types`
14102--19593--
1410319594
14104CREATE TABLE `ce_lu_site_note_types` (19595CREATE TABLE `ce_lu_site_note_types` (
14105  `site_note_type_id` int(11) UNSIGNED NOT NULL,19596  `site_note_type_id` int(11) UNSIGNED NOT NULL,
14106  `note_type` varchar(128) NOT NULL,19597  `note_type` varchar(128) NOT NULL,
14107  `shortname` varchar(255) NOT NULL,19598  `shortname` varchar(255) NOT NULL,
14108  `order` int(4) NOT NULL,19599  `order` int(4) NOT NULL,
14109  `deleted_date` bigint(64) DEFAULT NULL19600  `deleted_date` bigint(64) DEFAULT NULL
14110) ENGINE=InnoDB DEFAULT CHARSET=utf8;19601) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1411119602
14112--19603--
14113-- Dumping data for table `ce_lu_site_note_types`19604-- Dumping data for table `ce_lu_site_note_types`
14114--19605--
1411519606
14116INSERT INTO `ce_lu_site_note_types` (`site_note_type_id`, `note_type`, `shortname`, `order`, `deleted_date`) VALUES19607INSERT INTO `ce_lu_site_note_types` (`site_note_type_id`, `note_type`, `shortname`, `order`, `deleted_date`) VALUES
14117(1, 'Internal Note', 'internal_note', 0, NULL),19608(1, 'Internal Note', 'internal_note', 0, NULL),
14118(2, 'Learner Note', 'learner_note', 1, NULL);19609(2, 'Learner Note', 'learner_note', 1, NULL);
1411919610
14120-- --------------------------------------------------------19611-- --------------------------------------------------------
1412119612
14122--19613--
14123-- Table structure for table `ce_lu_site_note_type_organisations`19614-- Table structure for table `ce_lu_site_note_type_organisations`
14124--19615--
1412519616
14126CREATE TABLE `ce_lu_site_note_type_organisations` (19617CREATE TABLE `ce_lu_site_note_type_organisations` (
14127  `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL,19618  `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL,
14128  `site_note_type_id` int(11) NOT NULL,19619  `site_note_type_id` int(11) NOT NULL,
14129  `organisation_id` int(12) DEFAULT NULL19620  `organisation_id` int(12) DEFAULT NULL
14130) ENGINE=InnoDB DEFAULT CHARSET=utf8;19621) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1413119622
14132--19623--
14133-- Dumping data for table `ce_lu_site_note_type_organisations`19624-- Dumping data for table `ce_lu_site_note_type_organisations`
14134--19625--
1413519626
14136INSERT INTO `ce_lu_site_note_type_organisations` (`site_note_type_organisation_id`, `site_note_type_id`, `organisation_id`) VALUES19627INSERT INTO `ce_lu_site_note_type_organisations` (`site_note_type_organisation_id`, `site_note_type_id`, `organisation_id`) VALUES
14137(1, 1, 1),19628(1, 1, 1),
14138(2, 2, 1);19629(2, 2, 1);
1413919630
14140-- --------------------------------------------------------19631-- --------------------------------------------------------
1414119632
14142--19633--
14143-- Table structure for table `ce_lu_site_required_document_types`19634-- Table structure for table `ce_lu_site_required_document_types`
14144--19635--
1414519636
14146CREATE TABLE `ce_lu_site_required_document_types` (19637CREATE TABLE `ce_lu_site_required_document_types` (
14147  `site_required_document_type_id` int(11) UNSIGNED NOT NULL,19638  `site_required_document_type_id` int(11) UNSIGNED NOT NULL,
14148  `type` varchar(255) NOT NULL,19639  `type` varchar(255) NOT NULL,
14149  `shortname` varchar(255) NOT NULL,19640  `shortname` varchar(255) NOT NULL,
14150  `order` int(4) NOT NULL,19641  `order` int(4) NOT NULL,
14151  `description` text,19642  `description` text,
14152  `created_date` bigint(64) NOT NULL,19643  `created_date` bigint(64) NOT NULL,
14153  `created_by` int(11) NOT NULL,19644  `created_by` int(11) NOT NULL,
14154  `updated_date` bigint(64) DEFAULT NULL,19645  `updated_date` bigint(64) DEFAULT NULL,
14155  `updated_by` int(11) DEFAULT NULL,19646  `updated_by` int(11) DEFAULT NULL,
14156  `deleted_date` bigint(64) DEFAULT NULL19647  `deleted_date` bigint(64) DEFAULT NULL
14157) ENGINE=InnoDB DEFAULT CHARSET=utf8;19648) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1415819649
14159--19650--
14160-- Dumping data for table `ce_lu_site_required_document_types`19651-- Dumping data for table `ce_lu_site_required_document_types`
14161--19652--
1416219653
14163INSERT INTO `ce_lu_site_required_document_types` (`site_required_document_type_id`, `type`, `shortname`, `order`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES19654INSERT INTO `ce_lu_site_required_document_types` (`site_required_document_type_id`, `type`, `shortname`, `order`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
14164(1, 'Background Check', 'background_check', 0, NULL, 0, 0, NULL, NULL, NULL),19655(1, 'Background Check', 'background_check', 0, NULL, 0, 0, NULL, NULL, NULL),
14165(2, 'ACLS', 'acls', 1, NULL, 0, 0, NULL, NULL, NULL),19656(2, 'ACLS', 'acls', 1, NULL, 0, 0, NULL, NULL, NULL),
14166(3, 'BCLS', 'bcls', 2, NULL, 0, 0, NULL, NULL, NULL),19657(3, 'BCLS', 'bcls', 2, NULL, 0, 0, NULL, NULL, NULL),
14167(4, 'N95 Mask Fit', 'n95_mask_fit', 3, NULL, 0, 0, NULL, NULL, NULL),19658(4, 'N95 Mask Fit', 'n95_mask_fit', 3, NULL, 0, 0, NULL, NULL, NULL),
14168(5, 'Immunizations', 'immunization', 4, NULL, 0, 0, NULL, NULL, NULL);19659(5, 'Immunizations', 'immunization', 4, NULL, 0, 0, NULL, NULL, NULL);
1416919660
14170-- --------------------------------------------------------19661-- --------------------------------------------------------
1417119662
14172--19663--
14173-- Table structure for table `ce_lu_site_required_document_type_organisations`19664-- Table structure for table `ce_lu_site_required_document_type_organisations`
14174--19665--
1417519666
14176CREATE TABLE `ce_lu_site_required_document_type_organisations` (19667CREATE TABLE `ce_lu_site_required_document_type_organisations` (
14177  `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL,19668  `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL,
14178  `site_required_document_type_id` int(11) NOT NULL,19669  `site_required_document_type_id` int(11) NOT NULL,
14179  `organisation_id` int(12) DEFAULT NULL19670  `organisation_id` int(12) DEFAULT NULL
14180) ENGINE=InnoDB DEFAULT CHARSET=utf8;19671) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1418119672
14182--19673--
14183-- Dumping data for table `ce_lu_site_required_document_type_organisations`19674-- Dumping data for table `ce_lu_site_required_document_type_organisations`
14184--19675--
1418519676
14186INSERT INTO `ce_lu_site_required_document_type_organisations` (`site_required_document_type_organisation_id`, `site_required_document_type_id`, `organisation_id`) VALUES19677INSERT INTO `ce_lu_site_required_document_type_organisations` (`site_required_document_type_organisation_id`, `site_required_document_type_id`, `organisation_id`) VALUES
14187(1, 1, 1),19678(1, 1, 1),
14188(2, 2, 1),19679(2, 2, 1),
14189(3, 3, 1),19680(3, 3, 1),
14190(4, 4, 1),19681(4, 4, 1),
14191(5, 5, 1);19682(5, 5, 1);
1419219683
14193-- --------------------------------------------------------19684-- --------------------------------------------------------
1419419685
14195--19686--
14196-- Table structure for table `ce_lu_site_status_types`19687-- Table structure for table `ce_lu_site_status_types`
14197--19688--
1419819689
14199CREATE TABLE `ce_lu_site_status_types` (19690CREATE TABLE `ce_lu_site_status_types` (
14200  `site_status_type_id` int(11) UNSIGNED NOT NULL,19691  `site_status_type_id` int(11) UNSIGNED NOT NULL,
14201  `status` varchar(64) NOT NULL,19692  `status` varchar(64) NOT NULL,
14202  `shortname` varchar(255) NOT NULL,19693  `shortname` varchar(255) NOT NULL,
14203  `order` int(4) NOT NULL,19694  `order` int(4) NOT NULL,
14204  `deleted_date` bigint(64) DEFAULT NULL19695  `deleted_date` bigint(64) DEFAULT NULL
14205) ENGINE=InnoDB DEFAULT CHARSET=utf8;19696) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1420619697
14207--19698--
14208-- Dumping data for table `ce_lu_site_status_types`19699-- Dumping data for table `ce_lu_site_status_types`
14209--19700--
1421019701
14211INSERT INTO `ce_lu_site_status_types` (`site_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES19702INSERT INTO `ce_lu_site_status_types` (`site_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES
14212(1, 'Active', 'active', 0, NULL),19703(1, 'Active', 'active', 0, NULL),
14213(2, 'Inactive', 'inactive', 1, NULL);19704(2, 'Inactive', 'inactive', 1, NULL);
1421419705
14215-- --------------------------------------------------------19706-- --------------------------------------------------------
1421619707
14217--19708--
14218-- Table structure for table `ce_lu_site_status_type_organisations`19709-- Table structure for table `ce_lu_site_status_type_organisations`
14219--19710--
1422019711
14221CREATE TABLE `ce_lu_site_status_type_organisations` (19712CREATE TABLE `ce_lu_site_status_type_organisations` (
14222  `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL,19713  `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL,
14223  `site_status_type_id` int(11) NOT NULL,19714  `site_status_type_id` int(11) NOT NULL,
14224  `organisation_id` int(12) DEFAULT NULL19715  `organisation_id` int(12) DEFAULT NULL
14225) ENGINE=InnoDB DEFAULT CHARSET=utf8;19716) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1422619717
14227--19718--
14228-- Dumping data for table `ce_lu_site_status_type_organisations`19719-- Dumping data for table `ce_lu_site_status_type_organisations`
14229--19720--
1423019721
14231INSERT INTO `ce_lu_site_status_type_organisations` (`site_status_type_organisation_id`, `site_status_type_id`, `organisation_id`) VALUES19722INSERT INTO `ce_lu_site_status_type_organisations` (`site_status_type_organisation_id`, `site_status_type_id`, `organisation_id`) VALUES
14232(1, 1, 1),19723(1, 1, 1),
14233(2, 2, 1);19724(2, 2, 1);
1423419725
14235-- --------------------------------------------------------19726-- --------------------------------------------------------
1423619727
14237--19728--
14238-- Table structure for table `ce_lu_site_stipend_fee_types`19729-- Table structure for table `ce_lu_site_stipend_fee_types`
14239--19730--
1424019731
14241CREATE TABLE `ce_lu_site_stipend_fee_types` (19732CREATE TABLE `ce_lu_site_stipend_fee_types` (
14242  `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL,19733  `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL,
14243  `fee_type` varchar(128) NOT NULL,19734  `fee_type` varchar(128) NOT NULL,
14244  `shortname` varchar(255) NOT NULL,19735  `shortname` varchar(255) NOT NULL,
14245  `order` int(4) NOT NULL,19736  `order` int(4) NOT NULL,
14246  `deleted_date` bigint(64) DEFAULT NULL19737  `deleted_date` bigint(64) DEFAULT NULL
14247) ENGINE=InnoDB DEFAULT CHARSET=utf8;19738) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1424819739
14249--19740--
14250-- Dumping data for table `ce_lu_site_stipend_fee_types`19741-- Dumping data for table `ce_lu_site_stipend_fee_types`
14251--19742--
1425219743
14253INSERT INTO `ce_lu_site_stipend_fee_types` (`site_stipend_fee_type_id`, `fee_type`, `shortname`, `order`, `deleted_date`) VALUES19744INSERT INTO `ce_lu_site_stipend_fee_types` (`site_stipend_fee_type_id`, `fee_type`, `shortname`, `order`, `deleted_date`) VALUES
14254(1, 'Pay location flat fee per week in rotation', 'flat_fee', 0, NULL),19745(1, 'Pay location flat fee per week in rotation', 'flat_fee', 0, NULL),
14255(2, 'Pay location fee per number of learners in rotation', 'fee_per_learner', 1, NULL);19746(2, 'Pay location fee per number of learners in rotation', 'fee_per_learner', 1, NULL);
1425619747
14257-- --------------------------------------------------------19748-- --------------------------------------------------------
1425819749
14259--19750--
14260-- Table structure for table `ce_lu_site_stipend_fee_type_organisations`19751-- Table structure for table `ce_lu_site_stipend_fee_type_organisations`
14261--19752--
1426219753
14263CREATE TABLE `ce_lu_site_stipend_fee_type_organisations` (19754CREATE TABLE `ce_lu_site_stipend_fee_type_organisations` (
14264  `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL,19755  `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL,
14265  `site_stipend_fee_type_id` int(11) NOT NULL,19756  `site_stipend_fee_type_id` int(11) NOT NULL,
14266  `organisation_id` int(12) DEFAULT NULL19757  `organisation_id` int(12) DEFAULT NULL
14267) ENGINE=InnoDB DEFAULT CHARSET=utf8;19758) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1426819759
14269--19760--
14270-- Dumping data for table `ce_lu_site_stipend_fee_type_organisations`19761-- Dumping data for table `ce_lu_site_stipend_fee_type_organisations`
14271--19762--
1427219763
14273INSERT INTO `ce_lu_site_stipend_fee_type_organisations` (`site_stipend_fee_type_organisation_id`, `site_stipend_fee_type_id`, `organisation_id`) VALUES19764INSERT INTO `ce_lu_site_stipend_fee_type_organisations` (`site_stipend_fee_type_organisation_id`, `site_stipend_fee_type_id`, `organisation_id`) VALUES
14274(1, 1, 1),19765(1, 1, 1),
14275(2, 2, 1);19766(2, 2, 1);
1427619767
14277-- --------------------------------------------------------19768-- --------------------------------------------------------
1427819769
14279--19770--
14280-- Table structure for table `ce_lu_site_stipend_instructor_payment_types`19771-- Table structure for table `ce_lu_site_stipend_instructor_payment_types`
14281--19772--
1428219773
14283CREATE TABLE `ce_lu_site_stipend_instructor_payment_types` (19774CREATE TABLE `ce_lu_site_stipend_instructor_payment_types` (
14284  `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL,19775  `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL,
14285  `payment_type` varchar(128) NOT NULL,19776  `payment_type` varchar(128) NOT NULL,
14286  `shortname` varchar(255) NOT NULL,19777  `shortname` varchar(255) NOT NULL,
14287  `order` int(4) NOT NULL,19778  `order` int(4) NOT NULL,
14288  `deleted_date` bigint(64) DEFAULT NULL19779  `deleted_date` bigint(64) DEFAULT NULL
14289) ENGINE=InnoDB DEFAULT CHARSET=utf8;19780) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1429019781
14291--19782--
14292-- Dumping data for table `ce_lu_site_stipend_instructor_payment_types`19783-- Dumping data for table `ce_lu_site_stipend_instructor_payment_types`
14293--19784--
1429419785
14295INSERT INTO `ce_lu_site_stipend_instructor_payment_types` (`site_stipend_instructor_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES19786INSERT INTO `ce_lu_site_stipend_instructor_payment_types` (`site_stipend_instructor_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES
14296(1, 'Do not pay instructors associated with this location', 'no_payment', 0, NULL),19787(1, 'Do not pay instructors associated with this location', 'no_payment', 0, NULL),
14297(2, 'Pay instructors amount set in their instructor profile', 'pay_instructor_profile_amount', 1, NULL);19788(2, 'Pay instructors amount set in their instructor profile', 'pay_instructor_profile_amount', 1, NULL);
1429819789
14299-- --------------------------------------------------------19790-- --------------------------------------------------------
1430019791
14301--19792--
14302-- Table structure for table `ce_lu_site_stipend_instructor_payment_type_organisations`19793-- Table structure for table `ce_lu_site_stipend_instructor_payment_type_organisations`
14303--19794--
1430419795
14305CREATE TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` (19796CREATE TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` (
14306  `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL,19797  `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL,
14307  `site_stipend_instructor_payment_type_id` int(11) NOT NULL,19798  `site_stipend_instructor_payment_type_id` int(11) NOT NULL,
14308  `organisation_id` int(12) DEFAULT NULL19799  `organisation_id` int(12) DEFAULT NULL
14309) ENGINE=InnoDB DEFAULT CHARSET=utf8;19800) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1431019801
14311--19802--
14312-- Dumping data for table `ce_lu_site_stipend_instructor_payment_type_organisations`19803-- Dumping data for table `ce_lu_site_stipend_instructor_payment_type_organisations`
14313--19804--
1431419805
14315INSERT INTO `ce_lu_site_stipend_instructor_payment_type_organisations` (`site_stipend_instructor_payment_type_organisation_id`, `site_stipend_instructor_payment_type_id`, `organisation_id`) VALUES19806INSERT INTO `ce_lu_site_stipend_instructor_payment_type_organisations` (`site_stipend_instructor_payment_type_organisation_id`, `site_stipend_instructor_payment_type_id`, `organisation_id`) VALUES
14316(1, 1, 1),19807(1, 1, 1),
14317(2, 2, 1);19808(2, 2, 1);
1431819809
14319-- --------------------------------------------------------19810-- --------------------------------------------------------
1432019811
14321--19812--
14322-- Table structure for table `ce_lu_site_stipend_payment_types`19813-- Table structure for table `ce_lu_site_stipend_payment_types`
14323--19814--
1432419815
14325CREATE TABLE `ce_lu_site_stipend_payment_types` (19816CREATE TABLE `ce_lu_site_stipend_payment_types` (
14326  `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL,19817  `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL,
14327  `payment_type` varchar(128) NOT NULL,19818  `payment_type` varchar(128) NOT NULL,
14328  `shortname` varchar(255) NOT NULL,19819  `shortname` varchar(255) NOT NULL,
14329  `order` int(4) NOT NULL,19820  `order` int(4) NOT NULL,
14330  `deleted_date` bigint(64) DEFAULT NULL19821  `deleted_date` bigint(64) DEFAULT NULL
14331) ENGINE=InnoDB DEFAULT CHARSET=utf8;19822) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1433219823
14333--19824--
14334-- Dumping data for table `ce_lu_site_stipend_payment_types`19825-- Dumping data for table `ce_lu_site_stipend_payment_types`
14335--19826--
1433619827
14337INSERT INTO `ce_lu_site_stipend_payment_types` (`site_stipend_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES19828INSERT INTO `ce_lu_site_stipend_payment_types` (`site_stipend_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES
14338(1, 'No Payment', 'no_payment', 0, NULL),19829(1, 'No Payment', 'no_payment', 0, NULL),
14339(2, 'Pay location an institutional fee', 'institutional_fee', 1, NULL),19830(2, 'Pay location an institutional fee', 'institutional_fee', 1, NULL),
14340(3, 'Donation fee', 'donation_fee', 2, NULL);19831(3, 'Donation fee', 'donation_fee', 2, NULL);
1434119832
14342-- --------------------------------------------------------19833-- --------------------------------------------------------
1434319834
14344--19835--
14345-- Table structure for table `ce_lu_site_stipend_payment_type_organisations`19836-- Table structure for table `ce_lu_site_stipend_payment_type_organisations`
14346--19837--
1434719838
14348CREATE TABLE `ce_lu_site_stipend_payment_type_organisations` (19839CREATE TABLE `ce_lu_site_stipend_payment_type_organisations` (
14349  `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL,19840  `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL,
14350  `site_stipend_payment_type_id` int(11) NOT NULL,19841  `site_stipend_payment_type_id` int(11) NOT NULL,
14351  `organisation_id` int(12) DEFAULT NULL19842  `organisation_id` int(12) DEFAULT NULL
14352) ENGINE=InnoDB DEFAULT CHARSET=utf8;19843) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1435319844
14354--19845--
14355-- Dumping data for table `ce_lu_site_stipend_payment_type_organisations`19846-- Dumping data for table `ce_lu_site_stipend_payment_type_organisations`
14356--19847--
1435719848
14358INSERT INTO `ce_lu_site_stipend_payment_type_organisations` (`site_stipend_payment_type_organisation_id`, `site_stipend_payment_type_id`, `organisation_id`) VALUES19849INSERT INTO `ce_lu_site_stipend_payment_type_organisations` (`site_stipend_payment_type_organisation_id`, `site_stipend_payment_type_id`, `organisation_id`) VALUES
14359(1, 1, 1),19850(1, 1, 1),
14360(2, 2, 1),19851(2, 2, 1),
14361(3, 3, 1);19852(3, 3, 1);
1436219853
14363-- --------------------------------------------------------19854-- --------------------------------------------------------
1436419855
14365--19856--
14366-- Table structure for table `ce_lu_site_visit_outcome_types`19857-- Table structure for table `ce_lu_site_visit_outcome_types`
14367--19858--
1436819859
14369CREATE TABLE `ce_lu_site_visit_outcome_types` (19860CREATE TABLE `ce_lu_site_visit_outcome_types` (
14370  `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL,19861  `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL,
14371  `outcome_type` varchar(128) NOT NULL,19862  `outcome_type` varchar(128) NOT NULL,
14372  `shortname` varchar(255) NOT NULL,19863  `shortname` varchar(255) NOT NULL,
14373  `order` int(4) NOT NULL,19864  `order` int(4) NOT NULL,
14374  `deleted_date` bigint(64) DEFAULT NULL19865  `deleted_date` bigint(64) DEFAULT NULL
14375) ENGINE=InnoDB DEFAULT CHARSET=utf8;19866) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1437619867
14377--19868--
14378-- Dumping data for table `ce_lu_site_visit_outcome_types`19869-- Dumping data for table `ce_lu_site_visit_outcome_types`
14379--19870--
1438019871
14381INSERT INTO `ce_lu_site_visit_outcome_types` (`site_visit_outcome_type_id`, `outcome_type`, `shortname`, `order`, `deleted_date`) VALUES19872INSERT INTO `ce_lu_site_visit_outcome_types` (`site_visit_outcome_type_id`, `outcome_type`, `shortname`, `order`, `deleted_date`) VALUES
14382(1, 'Incomplete', 'incomplete', 0, NULL),19873(1, 'Incomplete', 'incomplete', 0, NULL),
14383(2, 'Complete', 'complete', 1, NULL),19874(2, 'Complete', 'complete', 1, NULL),
14384(3, 'Pending', 'pending', 2, NULL),19875(3, 'Pending', 'pending', 2, NULL),
14385(4, 'Probation', 'probation', 3, NULL);19876(4, 'Probation', 'probation', 3, NULL);
1438619877
14387-- --------------------------------------------------------19878-- --------------------------------------------------------
1438819879
14389--19880--
14390-- Table structure for table `ce_lu_site_visit_outcome_type_organisations`19881-- Table structure for table `ce_lu_site_visit_outcome_type_organisations`
14391--19882--
1439219883
14393CREATE TABLE `ce_lu_site_visit_outcome_type_organisations` (19884CREATE TABLE `ce_lu_site_visit_outcome_type_organisations` (
14394  `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL,19885  `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL,
14395  `site_visit_outcome_type_id` int(11) NOT NULL,19886  `site_visit_outcome_type_id` int(11) NOT NULL,
14396  `organisation_id` int(12) DEFAULT NULL19887  `organisation_id` int(12) DEFAULT NULL
14397) ENGINE=InnoDB DEFAULT CHARSET=utf8;19888) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1439819889
14399--19890--
14400-- Dumping data for table `ce_lu_site_visit_outcome_type_organisations`19891-- Dumping data for table `ce_lu_site_visit_outcome_type_organisations`
14401--19892--
1440219893
14403INSERT INTO `ce_lu_site_visit_outcome_type_organisations` (`site_visit_outcome_type_organisation_id`, `site_visit_outcome_type_id`, `organisation_id`) VALUES19894INSERT INTO `ce_lu_site_visit_outcome_type_organisations` (`site_visit_outcome_type_organisation_id`, `site_visit_outcome_type_id`, `organisation_id`) VALUES
14404(1, 1, 1),19895(1, 1, 1),
14405(2, 2, 1),19896(2, 2, 1),
14406(3, 3, 1),19897(3, 3, 1),
14407(4, 4, 1);19898(4, 4, 1);
1440819899
14409-- --------------------------------------------------------19900-- --------------------------------------------------------
1441019901
14411--19902--
14412-- Table structure for table `ce_lu_stage_condition_options`19903-- Table structure for table `ce_lu_stage_condition_options`
14413--19904--
1441419905
14415CREATE TABLE `ce_lu_stage_condition_options` (19906CREATE TABLE `ce_lu_stage_condition_options` (
14416  `stage_condition_option_id` int(11) UNSIGNED NOT NULL,19907  `stage_condition_option_id` int(11) UNSIGNED NOT NULL,
14417  `name` varchar(256) NOT NULL DEFAULT '',19908  `name` varchar(256) NOT NULL DEFAULT '',
14418  `created_date` bigint(20) NOT NULL,19909  `created_date` bigint(20) NOT NULL,
14419  `created_by` int(11) NOT NULL,19910  `created_by` int(11) NOT NULL,
14420  `updated_date` bigint(20) DEFAULT NULL,19911  `updated_date` bigint(20) DEFAULT NULL,
14421  `updated_by` int(11) DEFAULT NULL,19912  `updated_by` int(11) DEFAULT NULL,
14422  `deleted_date` bigint(64) DEFAULT NULL19913  `deleted_date` bigint(64) DEFAULT NULL
14423) ENGINE=InnoDB DEFAULT CHARSET=utf8;19914) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1442419915
14425-- --------------------------------------------------------19916-- --------------------------------------------------------
1442619917
14427--19918--
14428-- Table structure for table `ce_lu_stage_condition_rules`19919-- Table structure for table `ce_lu_stage_condition_rules`
14429--19920--
1443019921
14431CREATE TABLE `ce_lu_stage_condition_rules` (19922CREATE TABLE `ce_lu_stage_condition_rules` (
14432  `stage_condition_rule_id` int(11) UNSIGNED NOT NULL,19923  `stage_condition_rule_id` int(11) UNSIGNED NOT NULL,
14433  `name` varchar(256) NOT NULL DEFAULT '',19924  `name` varchar(256) NOT NULL DEFAULT '',
14434  `created_date` bigint(20) NOT NULL,19925  `created_date` bigint(20) NOT NULL,
14435  `created_by` int(11) NOT NULL,19926  `created_by` int(11) NOT NULL,
14436  `updated_date` bigint(20) DEFAULT NULL,19927  `updated_date` bigint(20) DEFAULT NULL,
14437  `updated_by` int(11) DEFAULT NULL,19928  `updated_by` int(11) DEFAULT NULL,
14438  `deleted_date` bigint(64) DEFAULT NULL19929  `deleted_date` bigint(64) DEFAULT NULL
14439) ENGINE=InnoDB DEFAULT CHARSET=utf8;19930) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1444019931
14441-- --------------------------------------------------------19932-- --------------------------------------------------------
1444219933
14443--19934--
14444-- Table structure for table `ce_lu_stage_condition_target`19935-- Table structure for table `ce_lu_stage_condition_target`
14445--19936--
1444619937
14447CREATE TABLE `ce_lu_stage_condition_target` (19938CREATE TABLE `ce_lu_stage_condition_target` (
14448  `stage_condition_target_id` int(11) UNSIGNED NOT NULL,19939  `stage_condition_target_id` int(11) UNSIGNED NOT NULL,
14449  `name` varchar(256) NOT NULL DEFAULT '',19940  `name` varchar(256) NOT NULL DEFAULT '',
14450  `created_date` bigint(20) NOT NULL,19941  `created_date` bigint(20) NOT NULL,
14451  `created_by` int(11) NOT NULL,19942  `created_by` int(11) NOT NULL,
14452  `updated_date` bigint(20) DEFAULT NULL,19943  `updated_date` bigint(20) DEFAULT NULL,
14453  `updated_by` int(11) DEFAULT NULL,19944  `updated_by` int(11) DEFAULT NULL,
14454  `deleted_date` bigint(64) DEFAULT NULL19945  `deleted_date` bigint(64) DEFAULT NULL
14455) ENGINE=InnoDB DEFAULT CHARSET=utf8;19946) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1445619947
14457-- --------------------------------------------------------19948-- --------------------------------------------------------
1445819949
14459--19950--
14460-- Table structure for table `ce_lu_stage_condition_when`19951-- Table structure for table `ce_lu_stage_condition_when`
14461--19952--
1446219953
14463CREATE TABLE `ce_lu_stage_condition_when` (19954CREATE TABLE `ce_lu_stage_condition_when` (
14464  `stage_condition_when_id` int(11) UNSIGNED NOT NULL,19955  `stage_condition_when_id` int(11) UNSIGNED NOT NULL,
14465  `name` varchar(256) NOT NULL DEFAULT '',19956  `name` varchar(256) NOT NULL DEFAULT '',
14466  `created_date` bigint(20) NOT NULL,19957  `created_date` bigint(20) NOT NULL,
14467  `created_by` int(11) NOT NULL,19958  `created_by` int(11) NOT NULL,
14468  `updated_date` bigint(20) DEFAULT NULL,19959  `updated_date` bigint(20) DEFAULT NULL,
14469  `updated_by` int(11) DEFAULT NULL,19960  `updated_by` int(11) DEFAULT NULL,
14470  `deleted_date` bigint(64) DEFAULT NULL19961  `deleted_date` bigint(64) DEFAULT NULL
14471) ENGINE=InnoDB DEFAULT CHARSET=utf8;19962) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1447219963
14473-- --------------------------------------------------------19964-- --------------------------------------------------------
1447419965
14475--19966--
14476-- Table structure for table `ce_lu_stage_option_types`19967-- Table structure for table `ce_lu_stage_option_types`
14477--19968--
1447819969
14479CREATE TABLE `ce_lu_stage_option_types` (19970CREATE TABLE `ce_lu_stage_option_types` (
14480  `stage_option_type_id` int(11) UNSIGNED NOT NULL,19971  `stage_option_type_id` int(11) UNSIGNED NOT NULL,
14481  `name` varchar(256) NOT NULL DEFAULT '',19972  `name` varchar(256) NOT NULL DEFAULT '',
14482  `created_date` bigint(20) NOT NULL,19973  `created_date` bigint(20) NOT NULL,
14483  `created_by` int(11) NOT NULL,19974  `created_by` int(11) NOT NULL,
14484  `updated_date` bigint(20) DEFAULT NULL,19975  `updated_date` bigint(20) DEFAULT NULL,
14485  `updated_by` int(11) DEFAULT NULL,19976  `updated_by` int(11) DEFAULT NULL,
14486  `deleted_date` bigint(64) DEFAULT NULL19977  `deleted_date` bigint(64) DEFAULT NULL
14487) ENGINE=InnoDB DEFAULT CHARSET=utf8;19978) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1448819979
14489-- --------------------------------------------------------19980-- --------------------------------------------------------
1449019981
14491--19982--
14492-- Table structure for table `ce_lu_stage_rules`19983-- Table structure for table `ce_lu_stage_rules`
14493--19984--
1449419985
14495CREATE TABLE `ce_lu_stage_rules` (19986CREATE TABLE `ce_lu_stage_rules` (
14496  `stage_rule_id` int(11) UNSIGNED NOT NULL,19987  `stage_rule_id` int(11) UNSIGNED NOT NULL,
14497  `rule_name` varchar(256) NOT NULL DEFAULT '',19988  `rule_name` varchar(256) NOT NULL DEFAULT '',
14498  `created_date` bigint(20) NOT NULL,19989  `created_date` bigint(20) NOT NULL,
14499  `created_by` int(11) NOT NULL,19990  `created_by` int(11) NOT NULL,
14500  `updated_date` bigint(20) DEFAULT NULL,19991  `updated_date` bigint(20) DEFAULT NULL,
14501  `updated_by` int(11) DEFAULT NULL,19992  `updated_by` int(11) DEFAULT NULL,
14502  `deleted_date` bigint(64) DEFAULT NULL19993  `deleted_date` bigint(64) DEFAULT NULL
14503) ENGINE=InnoDB DEFAULT CHARSET=utf8;19994) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1450419995
14505-- --------------------------------------------------------19996-- --------------------------------------------------------
1450619997
14507--19998--
14508-- Table structure for table `ce_lu_stage_types`19999-- Table structure for table `ce_lu_stage_types`
14509--20000--
1451020001
14511CREATE TABLE `ce_lu_stage_types` (20002CREATE TABLE `ce_lu_stage_types` (
14512  `stage_type_id` int(11) UNSIGNED NOT NULL,20003  `stage_type_id` int(11) UNSIGNED NOT NULL,
14513  `name` varchar(256) NOT NULL DEFAULT '',20004  `name` varchar(256) NOT NULL DEFAULT '',
14514  `description` text NOT NULL,20005  `description` text NOT NULL,
14515  `created_date` bigint(20) NOT NULL,20006  `created_date` bigint(20) NOT NULL,
14516  `created_by` int(11) NOT NULL,20007  `created_by` int(11) NOT NULL,
14517  `updated_date` bigint(20) DEFAULT NULL,20008  `updated_date` bigint(20) DEFAULT NULL,
14518  `updated_by` int(11) DEFAULT NULL,20009  `updated_by` int(11) DEFAULT NULL,
14519  `deleted_date` bigint(64) DEFAULT NULL20010  `deleted_date` bigint(64) DEFAULT NULL
14520) ENGINE=InnoDB DEFAULT CHARSET=utf8;20011) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1452120012
14522-- --------------------------------------------------------20013-- --------------------------------------------------------
1452320014
14524--20015--
14525-- Table structure for table `ce_objectives`20016-- Table structure for table `ce_objectives`
14526--20017--
1452720018
14528CREATE TABLE `ce_objectives` (20019CREATE TABLE `ce_objectives` (
14529  `ce_objective_id` int(11) UNSIGNED NOT NULL,20020  `ce_objective_id` int(11) UNSIGNED NOT NULL,
14530  `resource_type` enum('site_id','instructor_id','schedule_id','cpreceptor_id','clocation_id') NOT NULL,20021  `resource_type` enum('site_id','instructor_id','schedule_id','cpreceptor_id','clocation_id') NOT NULL,
14531  `resource_id` int(11) UNSIGNED NOT NULL,20022  `resource_id` int(11) UNSIGNED NOT NULL,
14532  `objective_id` int(11) UNSIGNED NOT NULL,20023  `objective_id` int(11) UNSIGNED NOT NULL,
14533  `created_by` int(11) UNSIGNED NOT NULL,20024  `created_by` int(11) UNSIGNED NOT NULL,
14534  `created_date` bigint(20) UNSIGNED NOT NULL,20025  `created_date` bigint(20) UNSIGNED NOT NULL,
14535  `updated_by` int(11) UNSIGNED DEFAULT NULL,20026  `updated_by` int(11) UNSIGNED DEFAULT NULL,
14536  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,20027  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
14537  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL20028  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL
14538) ENGINE=InnoDB DEFAULT CHARSET=latin1;20029) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1453920030
14540--20031--
14541-- Dumping data for table `ce_objectives`20032-- Dumping data for table `ce_objectives`
14542--20033--
1454320034
14544INSERT INTO `ce_objectives` (`ce_objective_id`, `resource_type`, `resource_id`, `objective_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES20035INSERT INTO `ce_objectives` (`ce_objective_id`, `resource_type`, `resource_id`, `objective_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
14545(1, 'instructor_id', 7, 300, 1, 1685381585, 1, 1685381585, NULL),20036(1, 'instructor_id', 7, 300, 1, 1685381585, 1, 1685381585, NULL),
14546(2, 'site_id', 1, 296, 1, 1685381585, 1, 1685381585, NULL),20037(2, 'site_id', 1, 296, 1, 1685381585, 1, 1685381585, NULL),
14547(3, 'instructor_id', 7, 128, 1, 1685381585, 1, 1685381585, NULL),20038(3, 'instructor_id', 7, 128, 1, 1685381585, 1, 1685381585, NULL),
14548(4, 'instructor_id', 7, 129, 1, 1685381585, 1, 1685381585, NULL),20039(4, 'instructor_id', 7, 129, 1, 1685381585, 1, 1685381585, NULL),
14549(5, 'instructor_id', 7, 130, 1, 1685381585, 1, 1685381585, NULL),20040(5, 'instructor_id', 7, 130, 1, 1685381585, 1, 1685381585, NULL),
14550(6, 'instructor_id', 7, 131, 1, 1685381585, 1, 1685381585, NULL),20041(6, 'instructor_id', 7, 131, 1, 1685381585, 1, 1685381585, NULL),
14551(7, 'cpreceptor_id', 15, 299, 1, 1685381585, 1, 1685381585, NULL),20042(7, 'cpreceptor_id', 15, 299, 1, 1685381585, 1, 1685381585, NULL),
14552(8, 'clocation_id', 3, 305, 1, 1685381585, 1, 1685381585, NULL),20043(8, 'clocation_id', 3, 305, 1, 1685381585, 1, 1685381585, NULL),
14553(9, 'schedule_id', 74, 306, 1, 1685381585, 1, 1685381585, NULL);20044(9, 'schedule_id', 74, 306, 1, 1685381585, 1, 1685381585, NULL);
1455420045
14555-- --------------------------------------------------------20046-- --------------------------------------------------------
1455620047
14557--20048--
14558-- Table structure for table `ce_schedule_variations`20049-- Table structure for table `ce_schedule_variations`
14559--20050--
1456020051
14561CREATE TABLE `ce_schedule_variations` (20052CREATE TABLE `ce_schedule_variations` (
14562  `variation_id` int(11) UNSIGNED NOT NULL,20053  `variation_id` int(11) UNSIGNED NOT NULL,
14563  `proxy_id` int(12) UNSIGNED NOT NULL,20054  `proxy_id` int(12) UNSIGNED NOT NULL,
14564  `schedule_slot_id` int(11) DEFAULT NULL,20055  `schedule_slot_id` int(11) DEFAULT NULL,
14565  `audience_type` varchar(256) NOT NULL DEFAULT '',20056  `audience_type` varchar(256) NOT NULL DEFAULT '',
14566  `audience_value` int(11) NOT NULL,20057  `audience_value` int(11) NOT NULL,
14567  `created_date` bigint(20) NOT NULL,20058  `created_date` bigint(20) NOT NULL,
14568  `created_by` int(11) NOT NULL,20059  `created_by` int(11) NOT NULL,
14569  `updated_date` bigint(20) DEFAULT NULL,20060  `updated_date` bigint(20) DEFAULT NULL,
14570  `updated_by` int(11) DEFAULT NULL,20061  `updated_by` int(11) DEFAULT NULL,
14571  `deleted_date` bigint(64) DEFAULT NULL20062  `deleted_date` bigint(64) DEFAULT NULL
14572) ENGINE=InnoDB DEFAULT CHARSET=utf8;20063) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1457320064
14574-- --------------------------------------------------------20065-- --------------------------------------------------------
1457520066
14576--20067--
14577-- Table structure for table `ce_site_affiliations`20068-- Table structure for table `ce_site_affiliations`
14578--20069--
1457920070
14580CREATE TABLE `ce_site_affiliations` (20071CREATE TABLE `ce_site_affiliations` (
14581  `site_affiliation_id` int(11) UNSIGNED NOT NULL,20072  `site_affiliation_id` int(11) UNSIGNED NOT NULL,
14582  `site_id` int(11) NOT NULL,20073  `site_id` int(11) NOT NULL,
14583  `title` varchar(255) NOT NULL DEFAULT '',20074  `title` varchar(255) NOT NULL DEFAULT '',
14584  `expiration_date` bigint(64) NOT NULL,20075  `expiration_date` bigint(64) NOT NULL,
14585  `status_id` int(11) NOT NULL,20076  `status_id` int(11) NOT NULL,
14586  `created_date` bigint(64) NOT NULL,20077  `created_date` bigint(64) NOT NULL,
14587  `created_by` int(11) NOT NULL,20078  `created_by` int(11) NOT NULL,
14588  `updated_date` bigint(64) NOT NULL,20079  `updated_date` bigint(64) NOT NULL,
14589  `updated_by` int(11) NOT NULL,20080  `updated_by` int(11) NOT NULL,
14590  `deleted_date` bigint(64) DEFAULT NULL,20081  `deleted_date` bigint(64) DEFAULT NULL,
14591  `file_name` varchar(128) DEFAULT NULL20082  `file_name` varchar(128) DEFAULT NULL
14592) ENGINE=InnoDB DEFAULT CHARSET=utf8;20083) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1459320084
14594--20085--
14595-- Dumping data for table `ce_site_affiliations`20086-- Dumping data for table `ce_site_affiliations`
14596--20087--
1459720088
14598INSERT INTO `ce_site_affiliations` (`site_affiliation_id`, `site_id`, `title`, `expiration_date`, `status_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `file_name`) VALUES20089INSERT INTO `ce_site_affiliations` (`site_affiliation_id`, `site_id`, `title`, `expiration_date`, `status_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `file_name`) VALUES
14599(1, 1, 'Site Affiliation Seed', 1716917586, 3, 1685381586, 1, 1685381586, 1, NULL, 'test.pdf');20090(1, 1, 'Site Affiliation Seed', 1716917586, 3, 1685381586, 1, 1685381586, 1, NULL, 'test.pdf');
1460020091
14601-- --------------------------------------------------------20092-- --------------------------------------------------------
1460220093
14603--20094--
14604-- Table structure for table `ce_site_contacts`20095-- Table structure for table `ce_site_contacts`
14605--20096--
1460620097
14607CREATE TABLE `ce_site_contacts` (20098CREATE TABLE `ce_site_contacts` (
14608  `site_contact_id` int(11) UNSIGNED NOT NULL,20099  `site_contact_id` int(11) UNSIGNED NOT NULL,
14609  `site_id` int(11) UNSIGNED NOT NULL,20100  `site_id` int(11) UNSIGNED NOT NULL,
14610  `prefix` varchar(10) DEFAULT NULL,20101  `prefix` varchar(10) DEFAULT NULL,
14611  `firstname` varchar(35) NOT NULL,20102  `firstname` varchar(35) NOT NULL,
14612  `lastname` varchar(35) NOT NULL,20103  `lastname` varchar(35) NOT NULL,
14613  `role` varchar(255) DEFAULT NULL,20104  `role` varchar(255) DEFAULT NULL,
14614  `address_line1` varchar(128) NOT NULL,20105  `address_line1` varchar(128) NOT NULL,
14615  `address_line2` varchar(128) DEFAULT NULL,20106  `address_line2` varchar(128) DEFAULT NULL,
14616  `country_id` int(11) NOT NULL,20107  `country_id` int(11) NOT NULL,
14617  `province_id` int(11) DEFAULT NULL,20108  `province_id` int(11) DEFAULT NULL,
14618  `city` varchar(64) NOT NULL,20109  `city` varchar(64) NOT NULL,
14619  `postal_code` varchar(16) NOT NULL,20110  `postal_code` varchar(16) NOT NULL,
14620  `phone_number` varchar(30) DEFAULT NULL,20111  `phone_number` varchar(30) DEFAULT NULL,
14621  `email` varchar(255) DEFAULT NULL,20112  `email` varchar(255) DEFAULT NULL,
14622  `profile_image` varchar(45) DEFAULT NULL,20113  `profile_image` varchar(45) DEFAULT NULL,
14623  `created_date` bigint(64) NOT NULL,20114  `created_date` bigint(64) NOT NULL,
14624  `created_by` int(11) NOT NULL,20115  `created_by` int(11) NOT NULL,
14625  `updated_date` bigint(64) NOT NULL,20116  `updated_date` bigint(64) NOT NULL,
14626  `updated_by` int(11) NOT NULL,20117  `updated_by` int(11) NOT NULL,
14627  `deleted_date` bigint(64) DEFAULT NULL20118  `deleted_date` bigint(64) DEFAULT NULL
14628) ENGINE=InnoDB DEFAULT CHARSET=utf8;20119) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1462920120
14630--20121--
14631-- Dumping data for table `ce_site_contacts`20122-- Dumping data for table `ce_site_contacts`
14632--20123--
1463320124
14634INSERT INTO `ce_site_contacts` (`site_contact_id`, `site_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES20125INSERT INTO `ce_site_contacts` (`site_contact_id`, `site_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
14635(1, 1, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL),20126(1, 1, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL),
14636(2, 3, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL);20127(2, 3, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL);
1463720128
14638-- --------------------------------------------------------20129-- --------------------------------------------------------
1463920130
14640--20131--
14641-- Table structure for table `ce_site_curriculum_tracks`20132-- Table structure for table `ce_site_curriculum_tracks`
14642--20133--
1464320134
14644CREATE TABLE `ce_site_curriculum_tracks` (20135CREATE TABLE `ce_site_curriculum_tracks` (
14645  `site_curriculum_track_id` int(10) UNSIGNED NOT NULL,20136  `site_curriculum_track_id` int(10) UNSIGNED NOT NULL,
14646  `site_id` int(10) UNSIGNED NOT NULL,20137  `site_id` int(10) UNSIGNED NOT NULL,
14647  `curriculum_track_id` int(10) UNSIGNED NOT NULL20138  `curriculum_track_id` int(10) UNSIGNED NOT NULL
14648) ENGINE=InnoDB DEFAULT CHARSET=latin1;20139) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1464920140
14650--20141--
14651-- Dumping data for table `ce_site_curriculum_tracks`20142-- Dumping data for table `ce_site_curriculum_tracks`
14652--20143--
1465320144
14654INSERT INTO `ce_site_curriculum_tracks` (`site_curriculum_track_id`, `site_id`, `curriculum_track_id`) VALUES20145INSERT INTO `ce_site_curriculum_tracks` (`site_curriculum_track_id`, `site_id`, `curriculum_track_id`) VALUES
14655(1, 1, 1),20146(1, 1, 1),
14656(2, 3, 1);20147(2, 3, 1);
1465720148
14658-- --------------------------------------------------------20149-- --------------------------------------------------------
1465920150
14660--20151--
14661-- Table structure for table `ce_site_disciplines`20152-- Table structure for table `ce_site_disciplines`
14662--20153--
1466320154
14664CREATE TABLE `ce_site_disciplines` (20155CREATE TABLE `ce_site_disciplines` (
14665  `site_discipline_id` int(11) UNSIGNED NOT NULL,20156  `site_discipline_id` int(11) UNSIGNED NOT NULL,
14666  `site_id` int(11) UNSIGNED NOT NULL,20157  `site_id` int(11) UNSIGNED NOT NULL,
14667  `discipline_id` int(11) UNSIGNED NOT NULL,20158  `discipline_id` int(11) UNSIGNED NOT NULL,
14668  `created_date` bigint(64) NOT NULL,20159  `created_date` bigint(64) NOT NULL,
14669  `created_by` int(11) NOT NULL,20160  `created_by` int(11) NOT NULL,
14670  `updated_date` bigint(64) NOT NULL,20161  `updated_date` bigint(64) NOT NULL,
14671  `updated_by` int(11) NOT NULL,20162  `updated_by` int(11) NOT NULL,
14672  `deleted_date` bigint(64) DEFAULT NULL20163  `deleted_date` bigint(64) DEFAULT NULL
14673) ENGINE=InnoDB DEFAULT CHARSET=utf8;20164) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1467420165
14675-- --------------------------------------------------------20166-- --------------------------------------------------------
1467620167
14677--20168--
14678-- Table structure for table `ce_site_discipline_instructors`20169-- Table structure for table `ce_site_discipline_instructors`
14679--20170--
1468020171
14681CREATE TABLE `ce_site_discipline_instructors` (20172CREATE TABLE `ce_site_discipline_instructors` (
14682  `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL,20173  `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL,
14683  `site_discipline_id` int(11) UNSIGNED NOT NULL,20174  `site_discipline_id` int(11) UNSIGNED NOT NULL,
14684  `proxy_id` int(12) UNSIGNED NOT NULL,20175  `proxy_id` int(12) UNSIGNED NOT NULL,
14685  `current` tinyint(1) NOT NULL DEFAULT '0',20176  `current` tinyint(1) NOT NULL DEFAULT '0',
14686  `created_date` bigint(64) NOT NULL,20177  `created_date` bigint(64) NOT NULL,
14687  `created_by` int(11) NOT NULL,20178  `created_by` int(11) NOT NULL,
14688  `updated_date` bigint(64) NOT NULL,20179  `updated_date` bigint(64) NOT NULL,
14689  `updated_by` int(11) NOT NULL,20180  `updated_by` int(11) NOT NULL,
14690  `deleted_date` bigint(64) DEFAULT NULL20181  `deleted_date` bigint(64) DEFAULT NULL
14691) ENGINE=InnoDB DEFAULT CHARSET=utf8;20182) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1469220183
14693-- --------------------------------------------------------20184-- --------------------------------------------------------
1469420185
14695--20186--
14696-- Table structure for table `ce_site_documents`20187-- Table structure for table `ce_site_documents`
14697--20188--
1469820189
14699CREATE TABLE `ce_site_documents` (20190CREATE TABLE `ce_site_documents` (
14700  `site_document_id` int(11) UNSIGNED NOT NULL,20191  `site_document_id` int(11) UNSIGNED NOT NULL,
14701  `site_id` int(11) NOT NULL,20192  `site_id` int(11) NOT NULL,
14702  `site_document_status_id` int(11) NOT NULL,20193  `site_document_status_id` int(11) NOT NULL,
14703  `site_document_type_id` int(11) NOT NULL,20194  `site_document_type_id` int(11) NOT NULL,
14704  `label` varchar(255) NOT NULL,20195  `label` varchar(255) NOT NULL,
14705  `file_size` int(11) DEFAULT NULL,20196  `file_size` int(11) DEFAULT NULL,
14706  `file_name` varchar(255) DEFAULT NULL,20197  `file_name` varchar(255) DEFAULT NULL,
14707  `uploaded_date` bigint(64) DEFAULT NULL,20198  `uploaded_date` bigint(64) DEFAULT NULL,
14708  `created_date` bigint(64) NOT NULL,20199  `created_date` bigint(64) NOT NULL,
14709  `created_by` int(11) NOT NULL,20200  `created_by` int(11) NOT NULL,
14710  `updated_date` bigint(64) NOT NULL,20201  `updated_date` bigint(64) NOT NULL,
14711  `updated_by` int(11) NOT NULL,20202  `updated_by` int(11) NOT NULL,
14712  `deleted_date` bigint(64) DEFAULT NULL20203  `deleted_date` bigint(64) DEFAULT NULL
14713) ENGINE=InnoDB DEFAULT CHARSET=utf8;20204) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1471420205
14715-- --------------------------------------------------------20206-- --------------------------------------------------------
1471620207
14717--20208--
14718-- Table structure for table `ce_site_instructors`20209-- Table structure for table `ce_site_instructors`
14719--20210--
1472020211
14721CREATE TABLE `ce_site_instructors` (20212CREATE TABLE `ce_site_instructors` (
14722  `site_instructor_id` int(11) UNSIGNED NOT NULL,20213  `site_instructor_id` int(11) UNSIGNED NOT NULL,
14723  `site_id` int(11) UNSIGNED NOT NULL,20214  `site_id` int(11) UNSIGNED NOT NULL,
14724  `proxy_id` int(11) UNSIGNED NOT NULL,20215  `proxy_id` int(11) UNSIGNED NOT NULL,
14725  `current` tinyint(1) NOT NULL DEFAULT '0',20216  `current` tinyint(1) NOT NULL DEFAULT '0',
14726  `created_date` bigint(64) NOT NULL,20217  `created_date` bigint(64) NOT NULL,
14727  `created_by` int(11) NOT NULL,20218  `created_by` int(11) NOT NULL,
14728  `updated_date` bigint(64) NOT NULL,20219  `updated_date` bigint(64) NOT NULL,
14729  `updated_by` int(11) NOT NULL20220  `updated_by` int(11) NOT NULL
14730) ENGINE=InnoDB DEFAULT CHARSET=utf8;20221) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1473120222
14732--20223--
14733-- Dumping data for table `ce_site_instructors`20224-- Dumping data for table `ce_site_instructors`
14734--20225--
1473520226
14736INSERT INTO `ce_site_instructors` (`site_instructor_id`, `site_id`, `proxy_id`, `current`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES20227INSERT INTO `ce_site_instructors` (`site_instructor_id`, `site_id`, `proxy_id`, `current`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
14737(1, 1, 6, 0, 1685381586, 1, 1685381586, 1),20228(1, 1, 6, 0, 1685381586, 1, 1685381586, 1),
14738(2, 1, 7, 0, 1685381586, 1, 1685381586, 1),20229(2, 1, 7, 0, 1685381586, 1, 1685381586, 1),
14739(3, 3, 6, 0, 1685381586, 1, 1685381586, 1),20230(3, 3, 6, 0, 1685381586, 1, 1685381586, 1),
14740(4, 3, 7, 0, 1685381586, 1, 1685381586, 1);20231(4, 3, 7, 0, 1685381586, 1, 1685381586, 1);
1474120232
14742-- --------------------------------------------------------20233-- --------------------------------------------------------
1474320234
14744--20235--
14745-- Table structure for table `ce_site_notes`20236-- Table structure for table `ce_site_notes`
14746--20237--
1474720238
14748CREATE TABLE `ce_site_notes` (20239CREATE TABLE `ce_site_notes` (
14749  `site_note_id` int(11) UNSIGNED NOT NULL,20240  `site_note_id` int(11) UNSIGNED NOT NULL,
14750  `site_id` int(11) NOT NULL,20241  `site_id` int(11) NOT NULL,
14751  `note_type_id` int(11) NOT NULL,20242  `note_type_id` int(11) NOT NULL,
14752  `note` text NOT NULL,20243  `note` text NOT NULL,
14753  `active` tinyint(1) NOT NULL DEFAULT '1',20244  `active` tinyint(1) NOT NULL DEFAULT '1',
14754  `created_date` bigint(64) NOT NULL,20245  `created_date` bigint(64) NOT NULL,
14755  `created_by` int(11) NOT NULL,20246  `created_by` int(11) NOT NULL,
14756  `updated_date` bigint(64) NOT NULL,20247  `updated_date` bigint(64) NOT NULL,
14757  `updated_by` int(11) NOT NULL,20248  `updated_by` int(11) NOT NULL,
14758  `deleted_date` bigint(64) DEFAULT NULL20249  `deleted_date` bigint(64) DEFAULT NULL
14759) ENGINE=InnoDB DEFAULT CHARSET=utf8;20250) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1476020251
14761--20252--
14762-- Dumping data for table `ce_site_notes`20253-- Dumping data for table `ce_site_notes`
14763--20254--
1476420255
14765INSERT INTO `ce_site_notes` (`site_note_id`, `site_id`, `note_type_id`, `note`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES20256INSERT INTO `ce_site_notes` (`site_note_id`, `site_id`, `note_type_id`, `note`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
14766(1, 4, 2, '<p>This is a testing note for <span style=\"color: rgb(55,85,94);\">1509<\\/span><\\/p>', 1, 1685381586, 1, 1685381586, 1, NULL);20257(1, 4, 2, '<p>This is a testing note for <span style=\"color: rgb(55,85,94);\">1509<\\/span><\\/p>', 1, 1685381586, 1, 1685381586, 1, NULL);
1476720258
14768-- --------------------------------------------------------20259-- --------------------------------------------------------
1476920260
14770--20261--
14771-- Table structure for table `ce_site_required_documents`20262-- Table structure for table `ce_site_required_documents`
14772--20263--
1477320264
14774CREATE TABLE `ce_site_required_documents` (20265CREATE TABLE `ce_site_required_documents` (
14775  `site_required_document_id` int(11) UNSIGNED NOT NULL,20266  `site_required_document_id` int(11) UNSIGNED NOT NULL,
14776  `site_id` int(11) NOT NULL,20267  `site_id` int(11) NOT NULL,
14777  `required_document_type_id` int(11) NOT NULL,20268  `required_document_type_id` int(11) NOT NULL,
14778  `name` varchar(255) NOT NULL,20269  `name` varchar(255) NOT NULL,
14779  `description` text,20270  `description` text,
14780  `created_date` bigint(64) NOT NULL,20271  `created_date` bigint(64) NOT NULL,
14781  `created_by` int(11) NOT NULL,20272  `created_by` int(11) NOT NULL,
14782  `updated_date` bigint(64) NOT NULL,20273  `updated_date` bigint(64) NOT NULL,
14783  `updated_by` int(11) NOT NULL,20274  `updated_by` int(11) NOT NULL,
14784  `deleted_date` bigint(64) DEFAULT NULL20275  `deleted_date` bigint(64) DEFAULT NULL
14785) ENGINE=InnoDB DEFAULT CHARSET=utf8;20276) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1478620277
14787-- --------------------------------------------------------20278-- --------------------------------------------------------
1478820279
14789--20280--
14790-- Table structure for table `ce_site_statuses`20281-- Table structure for table `ce_site_statuses`
14791--20282--
1479220283
14793CREATE TABLE `ce_site_statuses` (20284CREATE TABLE `ce_site_statuses` (
14794  `site_status_id` int(11) UNSIGNED NOT NULL,20285  `site_status_id` int(11) UNSIGNED NOT NULL,
14795  `site_id` int(11) UNSIGNED NOT NULL,20286  `site_id` int(11) UNSIGNED NOT NULL,
14796  `site_status_type_id` int(11) UNSIGNED NOT NULL,20287  `site_status_type_id` int(11) UNSIGNED NOT NULL,
14797  `reason` text,20288  `reason` text,
14798  `created_date` bigint(64) NOT NULL,20289  `created_date` bigint(64) NOT NULL,
14799  `created_by` int(11) NOT NULL,20290  `created_by` int(11) NOT NULL,
14800  `updated_date` bigint(64) DEFAULT NULL,20291  `updated_date` bigint(64) DEFAULT NULL,
14801  `updated_by` int(11) DEFAULT NULL,20292  `updated_by` int(11) DEFAULT NULL,
14802  `deleted_date` bigint(64) DEFAULT NULL20293  `deleted_date` bigint(64) DEFAULT NULL
14803) ENGINE=InnoDB DEFAULT CHARSET=utf8;20294) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1480420295
14805--20296--
14806-- Dumping data for table `ce_site_statuses`20297-- Dumping data for table `ce_site_statuses`
14807--20298--
1480820299
14809INSERT INTO `ce_site_statuses` (`site_status_id`, `site_id`, `site_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES20300INSERT INTO `ce_site_statuses` (`site_status_id`, `site_id`, `site_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
14810(1, 1, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),20301(1, 1, 1, NULL, 1685381586, 1, 1685381586, 1, NULL),
14811(2, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL);20302(2, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL);
1481220303
14813-- --------------------------------------------------------20304-- --------------------------------------------------------
1481420305
14815--20306--
14816-- Table structure for table `ce_site_stipend`20307-- Table structure for table `ce_site_stipend`
14817--20308--
1481820309
14819CREATE TABLE `ce_site_stipend` (20310CREATE TABLE `ce_site_stipend` (
14820  `site_stipend_id` int(11) UNSIGNED NOT NULL,20311  `site_stipend_id` int(11) UNSIGNED NOT NULL,
14821  `site_id` int(11) NOT NULL,20312  `site_id` int(11) NOT NULL,
14822  `payment_type_id` int(11) NOT NULL,20313  `payment_type_id` int(11) NOT NULL,
14823  `fee_type_id` int(11) DEFAULT NULL,20314  `fee_type_id` int(11) DEFAULT NULL,
14824  `fee_per_week` decimal(10,2) DEFAULT NULL,20315  `fee_per_week` decimal(10,2) DEFAULT NULL,
14825  `fee_per_number_of_learners` int(11) DEFAULT NULL,20316  `fee_per_number_of_learners` int(11) DEFAULT NULL,
14826  `default_fee_per_week` decimal(10,2) DEFAULT NULL,20317  `default_fee_per_week` decimal(10,2) DEFAULT NULL,
14827  `default_fee_per_number_of_learners` int(11) DEFAULT NULL,20318  `default_fee_per_number_of_learners` int(11) DEFAULT NULL,
14828  `instructor_payment_id` int(11) DEFAULT NULL,20319  `instructor_payment_id` int(11) DEFAULT NULL,
14829  `note` text,20320  `note` text,
14830  `created_date` bigint(64) NOT NULL,20321  `created_date` bigint(64) NOT NULL,
14831  `created_by` int(11) NOT NULL,20322  `created_by` int(11) NOT NULL,
14832  `updated_date` bigint(64) DEFAULT NULL,20323  `updated_date` bigint(64) DEFAULT NULL,
14833  `updated_by` int(11) DEFAULT NULL,20324  `updated_by` int(11) DEFAULT NULL,
14834  `deleted_date` bigint(64) DEFAULT NULL20325  `deleted_date` bigint(64) DEFAULT NULL
14835) ENGINE=InnoDB DEFAULT CHARSET=utf8;20326) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1483620327
14837-- --------------------------------------------------------20328-- --------------------------------------------------------
1483820329
14839--20330--
14840-- Table structure for table `ce_site_visits`20331-- Table structure for table `ce_site_visits`
14841--20332--
1484220333
14843CREATE TABLE `ce_site_visits` (20334CREATE TABLE `ce_site_visits` (
14844  `site_visit_id` int(11) UNSIGNED NOT NULL,20335  `site_visit_id` int(11) UNSIGNED NOT NULL,
14845  `site_id` int(11) NOT NULL,20336  `site_id` int(11) NOT NULL,
14846  `date_of_visit` bigint(64) NOT NULL,20337  `date_of_visit` bigint(64) NOT NULL,
14847  `visit_outcome_type_id` int(11) NOT NULL,20338  `visit_outcome_type_id` int(11) NOT NULL,
14848  `date_of_follow_up_visit` bigint(64) DEFAULT NULL,20339  `date_of_follow_up_visit` bigint(64) DEFAULT NULL,
14849  `follow_up_reminder` tinyint(1) NOT NULL DEFAULT '0',20340  `follow_up_reminder` tinyint(1) NOT NULL DEFAULT '0',
14850  `follow_up_reminder_days` int(11) DEFAULT NULL,20341  `follow_up_reminder_days` int(11) DEFAULT NULL,
14851  `evaluation_form` tinyint(1) NOT NULL DEFAULT '0',20342  `evaluation_form` tinyint(1) NOT NULL DEFAULT '0',
14852  `evaluation_form_id` int(11) DEFAULT NULL,20343  `evaluation_form_id` int(11) DEFAULT NULL,
14853  `evaluator_proxy_id` int(12) DEFAULT NULL,20344  `evaluator_proxy_id` int(12) DEFAULT NULL,
14854  `notes` text,20345  `notes` text,
14855  `additional_notes` text,20346  `additional_notes` text,
14856  `filename` varchar(128) DEFAULT NULL,20347  `filename` varchar(128) DEFAULT NULL,
14857  `created_date` bigint(64) NOT NULL,20348  `created_date` bigint(64) NOT NULL,
14858  `created_by` int(11) NOT NULL,20349  `created_by` int(11) NOT NULL,
14859  `updated_date` bigint(64) NOT NULL,20350  `updated_date` bigint(64) NOT NULL,
14860  `updated_by` int(11) NOT NULL,20351  `updated_by` int(11) NOT NULL,
14861  `deleted_date` bigint(64) DEFAULT NULL20352  `deleted_date` bigint(64) DEFAULT NULL
14862) ENGINE=InnoDB DEFAULT CHARSET=utf8;20353) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1486320354
14864--20355--
14865-- Dumping data for table `ce_site_visits`20356-- Dumping data for table `ce_site_visits`
14866--20357--
1486720358
14868INSERT INTO `ce_site_visits` (`site_visit_id`, `site_id`, `date_of_visit`, `visit_outcome_type_id`, `date_of_follow_up_visit`, `follow_up_reminder`, `follow_up_reminder_days`, `evaluation_form`, `evaluation_form_id`, `evaluator_proxy_id`, `notes`, `additional_notes`, `filename`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES20359INSERT INTO `ce_site_visits` (`site_visit_id`, `site_id`, `date_of_visit`, `visit_outcome_type_id`, `date_of_follow_up_visit`, `follow_up_reminder`, `follow_up_reminder_days`, `evaluation_form`, `evaluation_form_id`, `evaluator_proxy_id`, `notes`, `additional_notes`, `filename`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
14869(1, 1, 1685381586, 1, NULL, 0, NULL, 0, NULL, NULL, 'This is an incomplete site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),20360(1, 1, 1685381586, 1, NULL, 0, NULL, 0, NULL, NULL, 'This is an incomplete site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
14870(2, 2, 1685381586, 2, NULL, 0, NULL, 0, NULL, NULL, 'This is a test note for a different site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),20361(2, 2, 1685381586, 2, NULL, 0, NULL, 0, NULL, NULL, 'This is a test note for a different site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
14871(3, 1, 1685381586, 4, NULL, 0, NULL, 0, NULL, NULL, 'This is a deletable visit note', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL);20362(3, 1, 1685381586, 4, NULL, 0, NULL, 0, NULL, NULL, 'This is a deletable visit note', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL);
1487220363
14873-- --------------------------------------------------------20364-- --------------------------------------------------------
1487420365
14875--20366--
14876-- Table structure for table `ce_stages`20367-- Table structure for table `ce_stages`
14877--20368--
1487820369
14879CREATE TABLE `ce_stages` (20370CREATE TABLE `ce_stages` (
14880  `stage_id` int(11) UNSIGNED NOT NULL,20371  `stage_id` int(11) UNSIGNED NOT NULL,
14881  `lottery_id` int(11) UNSIGNED NOT NULL,20372  `lottery_id` int(11) UNSIGNED NOT NULL,
14882  `stage_type_id` int(11) UNSIGNED NOT NULL,20373  `stage_type_id` int(11) UNSIGNED NOT NULL,
14883  `omit_learners` tinyint(1) NOT NULL DEFAULT '0',20374  `omit_learners` tinyint(1) NOT NULL DEFAULT '0',
14884  `optional` tinyint(1) NOT NULL DEFAULT '0',20375  `optional` tinyint(1) NOT NULL DEFAULT '0',
14885  `ignore_min_max` tinyint(1) NOT NULL DEFAULT '0',20376  `ignore_min_max` tinyint(1) NOT NULL DEFAULT '0',
14886  `stage_open_date` bigint(20) NOT NULL,20377  `stage_open_date` bigint(20) NOT NULL,
14887  `stage_close_date` bigint(20) NOT NULL,20378  `stage_close_date` bigint(20) NOT NULL,
14888  `learner_rank_option_id` int(11) UNSIGNED NOT NULL,20379  `learner_rank_option_id` int(11) UNSIGNED NOT NULL,
14889  `status` varchar(128) DEFAULT NULL,20380  `status` varchar(128) DEFAULT NULL,
14890  `created_date` bigint(20) NOT NULL,20381  `created_date` bigint(20) NOT NULL,
14891  `created_by` int(11) NOT NULL,20382  `created_by` int(11) NOT NULL,
14892  `updated_date` bigint(20) DEFAULT NULL,20383  `updated_date` bigint(20) DEFAULT NULL,
14893  `updated_by` int(11) DEFAULT NULL,20384  `updated_by` int(11) DEFAULT NULL,
14894  `deleted_date` bigint(64) DEFAULT NULL20385  `deleted_date` bigint(64) DEFAULT NULL
14895) ENGINE=InnoDB DEFAULT CHARSET=utf8;20386) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1489620387
14897-- --------------------------------------------------------20388-- --------------------------------------------------------
1489820389
14899--20390--
14900-- Table structure for table `ce_stage_algorithms`20391-- Table structure for table `ce_stage_algorithms`
14901--20392--
1490220393
14903CREATE TABLE `ce_stage_algorithms` (20394CREATE TABLE `ce_stage_algorithms` (
14904  `stage_id` int(11) UNSIGNED NOT NULL,20395  `stage_id` int(11) UNSIGNED NOT NULL,
14905  `algorithm_id` int(11) UNSIGNED NOT NULL,20396  `algorithm_id` int(11) UNSIGNED NOT NULL,
14906  `created_date` bigint(20) NOT NULL,20397  `created_date` bigint(20) NOT NULL,
14907  `created_by` int(11) NOT NULL,20398  `created_by` int(11) NOT NULL,
14908  `updated_date` bigint(20) DEFAULT NULL,20399  `updated_date` bigint(20) DEFAULT NULL,
14909  `updated_by` int(11) DEFAULT NULL,20400  `updated_by` int(11) DEFAULT NULL,
14910  `deleted_date` bigint(64) DEFAULT NULL20401  `deleted_date` bigint(64) DEFAULT NULL
14911) ENGINE=InnoDB DEFAULT CHARSET=utf8;20402) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1491220403
14913-- --------------------------------------------------------20404-- --------------------------------------------------------
1491420405
14915--20406--
14916-- Table structure for table `ce_stage_conditions`20407-- Table structure for table `ce_stage_conditions`
14917--20408--
1491820409
14919CREATE TABLE `ce_stage_conditions` (20410CREATE TABLE `ce_stage_conditions` (
14920  `stage_condition_id` int(11) UNSIGNED NOT NULL,20411  `stage_condition_id` int(11) UNSIGNED NOT NULL,
14921  `stage_id` int(11) UNSIGNED NOT NULL,20412  `stage_id` int(11) UNSIGNED NOT NULL,
14922  `stage_condition_option_id` int(11) UNSIGNED NOT NULL,20413  `stage_condition_option_id` int(11) UNSIGNED NOT NULL,
14923  `stage_condition_rule_id` int(11) UNSIGNED NOT NULL,20414  `stage_condition_rule_id` int(11) UNSIGNED NOT NULL,
14924  `stage_condition_when_id` int(11) UNSIGNED NOT NULL,20415  `stage_condition_when_id` int(11) UNSIGNED NOT NULL,
14925  `stage_condition_target_id` int(11) UNSIGNED NOT NULL,20416  `stage_condition_target_id` int(11) UNSIGNED NOT NULL,
14926  `created_date` bigint(20) NOT NULL,20417  `created_date` bigint(20) NOT NULL,
14927  `created_by` int(11) NOT NULL,20418  `created_by` int(11) NOT NULL,
14928  `updated_date` bigint(20) DEFAULT NULL,20419  `updated_date` bigint(20) DEFAULT NULL,
14929  `updated_by` int(11) DEFAULT NULL,20420  `updated_by` int(11) DEFAULT NULL,
14930  `deleted_date` bigint(64) DEFAULT NULL20421  `deleted_date` bigint(64) DEFAULT NULL
14931) ENGINE=InnoDB DEFAULT CHARSET=utf8;20422) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1493220423
14933-- --------------------------------------------------------20424-- --------------------------------------------------------
1493420425
14935--20426--
14936-- Table structure for table `ce_stage_courses`20427-- Table structure for table `ce_stage_courses`
14937--20428--
1493820429
14939CREATE TABLE `ce_stage_courses` (20430CREATE TABLE `ce_stage_courses` (
14940  `stage_course_id` int(11) UNSIGNED NOT NULL,20431  `stage_course_id` int(11) UNSIGNED NOT NULL,
14941  `stage_id` int(11) UNSIGNED NOT NULL,20432  `stage_id` int(11) UNSIGNED NOT NULL,
14942  `course_id` int(12) UNSIGNED NOT NULL,20433  `course_id` int(12) UNSIGNED NOT NULL,
14943  `mandatory` tinyint(1) DEFAULT '0',20434  `mandatory` tinyint(1) DEFAULT '0',
14944  `created_date` bigint(20) NOT NULL,20435  `created_date` bigint(20) NOT NULL,
14945  `created_by` int(11) NOT NULL,20436  `created_by` int(11) NOT NULL,
14946  `updated_date` bigint(20) DEFAULT NULL,20437  `updated_date` bigint(20) DEFAULT NULL,
14947  `updated_by` int(11) DEFAULT NULL,20438  `updated_by` int(11) DEFAULT NULL,
14948  `deleted_date` bigint(64) DEFAULT NULL20439  `deleted_date` bigint(64) DEFAULT NULL
14949) ENGINE=InnoDB DEFAULT CHARSET=utf8;20440) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1495020441
14951-- --------------------------------------------------------20442-- --------------------------------------------------------
1495220443
14953--20444--
14954-- Table structure for table `ce_stage_learner_exclusions`20445-- Table structure for table `ce_stage_learner_exclusions`
14955--20446--
1495620447
14957CREATE TABLE `ce_stage_learner_exclusions` (20448CREATE TABLE `ce_stage_learner_exclusions` (
14958  `stage_id` int(11) UNSIGNED NOT NULL,20449  `stage_id` int(11) UNSIGNED NOT NULL,
14959  `proxy_id` int(12) UNSIGNED NOT NULL,20450  `proxy_id` int(12) UNSIGNED NOT NULL,
14960  `created_date` bigint(20) NOT NULL,20451  `created_date` bigint(20) NOT NULL,
14961  `created_by` int(11) NOT NULL,20452  `created_by` int(11) NOT NULL,
14962  `updated_date` bigint(20) DEFAULT NULL,20453  `updated_date` bigint(20) DEFAULT NULL,
14963  `updated_by` int(11) DEFAULT NULL,20454  `updated_by` int(11) DEFAULT NULL,
14964  `deleted_date` bigint(64) DEFAULT NULL20455  `deleted_date` bigint(64) DEFAULT NULL
14965) ENGINE=InnoDB DEFAULT CHARSET=utf8;20456) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1496620457
14967-- --------------------------------------------------------20458-- --------------------------------------------------------
1496820459
14969--20460--
14970-- Table structure for table `ce_stage_learner_results`20461-- Table structure for table `ce_stage_learner_results`
14971--20462--
1497220463
14973CREATE TABLE `ce_stage_learner_results` (20464CREATE TABLE `ce_stage_learner_results` (
14974  `stage_learner_result_id` int(11) UNSIGNED NOT NULL,20465  `stage_learner_result_id` int(11) UNSIGNED NOT NULL,
14975  `stage_id` int(11) UNSIGNED NOT NULL,20466  `stage_id` int(11) UNSIGNED NOT NULL,
14976  `proxy_id` int(12) UNSIGNED NOT NULL,20467  `proxy_id` int(12) UNSIGNED NOT NULL,
14977  `schedule_slot_id` int(11) UNSIGNED NOT NULL,20468  `schedule_slot_id` int(11) UNSIGNED NOT NULL,
14978  `course_id` int(12) UNSIGNED NOT NULL,20469  `course_id` int(12) UNSIGNED NOT NULL,
14979  `created_date` bigint(20) NOT NULL,20470  `created_date` bigint(20) NOT NULL,
14980  `created_by` int(11) NOT NULL,20471  `created_by` int(11) NOT NULL,
14981  `updated_date` bigint(20) DEFAULT NULL,20472  `updated_date` bigint(20) DEFAULT NULL,
14982  `updated_by` int(11) DEFAULT NULL,20473  `updated_by` int(11) DEFAULT NULL,
14983  `deleted_date` bigint(64) DEFAULT NULL20474  `deleted_date` bigint(64) DEFAULT NULL
14984) ENGINE=InnoDB DEFAULT CHARSET=utf8;20475) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1498520476
14986-- --------------------------------------------------------20477-- --------------------------------------------------------
1498720478
14988--20479--
14989-- Table structure for table `ce_stage_options`20480-- Table structure for table `ce_stage_options`
14990--20481--
1499120482
14992CREATE TABLE `ce_stage_options` (20483CREATE TABLE `ce_stage_options` (
14993  `id` int(11) UNSIGNED NOT NULL,20484  `id` int(11) UNSIGNED NOT NULL,
14994  `stage_id` int(11) UNSIGNED NOT NULL,20485  `stage_id` int(11) UNSIGNED NOT NULL,
14995  `stage_option_type_id` int(11) UNSIGNED NOT NULL,20486  `stage_option_type_id` int(11) UNSIGNED NOT NULL,
14996  `created_date` bigint(20) NOT NULL,20487  `created_date` bigint(20) NOT NULL,
14997  `created_by` int(11) NOT NULL,20488  `created_by` int(11) NOT NULL,
14998  `updated_date` bigint(20) DEFAULT NULL,20489  `updated_date` bigint(20) DEFAULT NULL,
14999  `updated_by` int(11) DEFAULT NULL,20490  `updated_by` int(11) DEFAULT NULL,
15000  `deleted_date` bigint(64) DEFAULT NULL20491  `deleted_date` bigint(64) DEFAULT NULL
15001) ENGINE=InnoDB DEFAULT CHARSET=utf8;20492) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1500220493
15003-- --------------------------------------------------------20494-- --------------------------------------------------------
1500420495
15005--20496--
15006-- Table structure for table `ce_stage_ranking`20497-- Table structure for table `ce_stage_ranking`
15007--20498--
1500820499
15009CREATE TABLE `ce_stage_ranking` (20500CREATE TABLE `ce_stage_ranking` (
15010  `stage_ranking_id` int(11) UNSIGNED NOT NULL,20501  `stage_ranking_id` int(11) UNSIGNED NOT NULL,
15011  `stage_id` int(11) UNSIGNED NOT NULL,20502  `stage_id` int(11) UNSIGNED NOT NULL,
15012  `ranking_id` int(11) UNSIGNED NOT NULL,20503  `ranking_id` int(11) UNSIGNED NOT NULL,
15013  `options_to_be_ranked` int(3) UNSIGNED NOT NULL,20504  `options_to_be_ranked` int(3) UNSIGNED NOT NULL,
15014  `ranks_per_option` int(3) UNSIGNED NOT NULL,20505  `ranks_per_option` int(3) UNSIGNED NOT NULL,
15015  `stage_rule_id` int(11) UNSIGNED DEFAULT NULL,20506  `stage_rule_id` int(11) UNSIGNED DEFAULT NULL,
15016  `learner_rank_option_id` int(11) UNSIGNED DEFAULT NULL,20507  `learner_rank_option_id` int(11) UNSIGNED DEFAULT NULL,
15017  `choose_options_in_schedule` tinyint(1) DEFAULT '0',20508  `choose_options_in_schedule` tinyint(1) DEFAULT '0',
15018  `choose_weeks_within_selected_block` tinyint(1) DEFAULT '0',20509  `choose_weeks_within_selected_block` tinyint(1) DEFAULT '0',
15019  `see_associated_instructors` tinyint(1) DEFAULT '0',20510  `see_associated_instructors` tinyint(1) DEFAULT '0',
15020  `see_associated_locations` tinyint(1) DEFAULT '0',20511  `see_associated_locations` tinyint(1) DEFAULT '0',
15021  `created_date` bigint(20) NOT NULL,20512  `created_date` bigint(20) NOT NULL,
15022  `created_by` int(11) NOT NULL,20513  `created_by` int(11) NOT NULL,
15023  `updated_date` bigint(20) DEFAULT NULL,20514  `updated_date` bigint(20) DEFAULT NULL,
15024  `updated_by` int(11) DEFAULT NULL,20515  `updated_by` int(11) DEFAULT NULL,
15025  `deleted_date` bigint(64) DEFAULT NULL20516  `deleted_date` bigint(64) DEFAULT NULL
15026) ENGINE=InnoDB DEFAULT CHARSET=utf8;20517) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1502720518
15028-- --------------------------------------------------------20519-- --------------------------------------------------------
1502920520
15030--20521--
15031-- Table structure for table `ce_stage_rules`20522-- Table structure for table `ce_stage_rules`
15032--20523--
1503320524
15034CREATE TABLE `ce_stage_rules` (20525CREATE TABLE `ce_stage_rules` (
15035  `id` int(11) UNSIGNED NOT NULL,20526  `id` int(11) UNSIGNED NOT NULL,
15036  `stage_id` int(11) UNSIGNED NOT NULL,20527  `stage_id` int(11) UNSIGNED NOT NULL,
15037  `stage_rule_id` int(11) UNSIGNED NOT NULL,20528  `stage_rule_id` int(11) UNSIGNED NOT NULL,
15038  `created_date` bigint(20) NOT NULL,20529  `created_date` bigint(20) NOT NULL,
15039  `created_by` int(11) NOT NULL,20530  `created_by` int(11) NOT NULL,
15040  `updated_date` bigint(20) DEFAULT NULL,20531  `updated_date` bigint(20) DEFAULT NULL,
15041  `updated_by` int(11) DEFAULT NULL,20532  `updated_by` int(11) DEFAULT NULL,
15042  `deleted_date` bigint(64) DEFAULT NULL20533  `deleted_date` bigint(64) DEFAULT NULL
15043) ENGINE=InnoDB DEFAULT CHARSET=utf8;20534) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1504420535
15045-- --------------------------------------------------------20536-- --------------------------------------------------------
1504620537
15047--20538--
15048-- Table structure for table `clinical_events`20539-- Table structure for table `clinical_events`
15049--20540--
1505020541
15051CREATE TABLE `clinical_events` (20542CREATE TABLE `clinical_events` (
15052  `clinical_event_id` int(11) UNSIGNED NOT NULL,20543  `clinical_event_id` int(11) UNSIGNED NOT NULL,
15053  `clinical_event_recurring_id` int(11) UNSIGNED DEFAULT NULL,20544  `clinical_event_recurring_id` int(11) UNSIGNED DEFAULT NULL,
15054  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,20545  `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL,
15055  `published` tinyint(1) NOT NULL DEFAULT '1',20546  `published` tinyint(1) NOT NULL DEFAULT '1',
15056  `attendee_initiated` tinyint(1) NOT NULL DEFAULT '0',20547  `attendee_initiated` tinyint(1) NOT NULL DEFAULT '0',
15057  `title` varchar(255) NOT NULL,20548  `title` varchar(255) NOT NULL,
15058  `description` text,20549  `description` text,
15059  `clinical_event_start` bigint(20) NOT NULL,20550  `clinical_event_start` bigint(20) NOT NULL,
15060  `clinical_event_finish` bigint(20) NOT NULL,20551  `clinical_event_finish` bigint(20) NOT NULL,
15061  `created_by` int(11) DEFAULT NULL,20552  `created_by` int(11) DEFAULT NULL,
15062  `created_date` bigint(20) DEFAULT NULL,20553  `created_date` bigint(20) DEFAULT NULL,
15063  `updated_by` int(11) DEFAULT NULL,20554  `updated_by` int(11) DEFAULT NULL,
15064  `updated_date` bigint(20) DEFAULT NULL,20555  `updated_date` bigint(20) DEFAULT NULL,
15065  `deleted_date` bigint(20) DEFAULT NULL20556  `deleted_date` bigint(20) DEFAULT NULL
15066) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20557) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1506720558
15068-- --------------------------------------------------------20559-- --------------------------------------------------------
1506920560
15070--20561--
15071-- Table structure for table `clinical_event_approval`20562-- Table structure for table `clinical_event_approval`
15072--20563--
1507320564
15074CREATE TABLE `clinical_event_approval` (20565CREATE TABLE `clinical_event_approval` (
15075  `clinical_event_approval_id` int(11) UNSIGNED NOT NULL,20566  `clinical_event_approval_id` int(11) UNSIGNED NOT NULL,
15076  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,20567  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,
15077  `approval_status` varchar(255) NOT NULL,20568  `approval_status` varchar(255) NOT NULL,
15078  `approval_comment` text,20569  `approval_comment` text,
15079  `created_by` int(11) DEFAULT NULL,20570  `created_by` int(11) DEFAULT NULL,
15080  `created_date` bigint(20) DEFAULT NULL,20571  `created_date` bigint(20) DEFAULT NULL,
15081  `updated_by` int(11) DEFAULT NULL,20572  `updated_by` int(11) DEFAULT NULL,
15082  `updated_date` bigint(20) DEFAULT NULL,20573  `updated_date` bigint(20) DEFAULT NULL,
15083  `deleted_date` bigint(20) DEFAULT NULL20574  `deleted_date` bigint(20) DEFAULT NULL
15084) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20575) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1508520576
15086-- --------------------------------------------------------20577-- --------------------------------------------------------
1508720578
15088--20579--
15089-- Table structure for table `clinical_event_approval_history`20580-- Table structure for table `clinical_event_approval_history`
15090--20581--
1509120582
15092CREATE TABLE `clinical_event_approval_history` (20583CREATE TABLE `clinical_event_approval_history` (
15093  `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL,20584  `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL,
15094  `clinical_event_approval_id` int(11) UNSIGNED NOT NULL,20585  `clinical_event_approval_id` int(11) UNSIGNED NOT NULL,
15095  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,20586  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,
15096  `approval_status` varchar(255) NOT NULL,20587  `approval_status` varchar(255) NOT NULL,
15097  `approval_comment` text,20588  `approval_comment` text,
15098  `created_by` int(11) DEFAULT NULL,20589  `created_by` int(11) DEFAULT NULL,
15099  `created_date` bigint(20) DEFAULT NULL,20590  `created_date` bigint(20) DEFAULT NULL,
15100  `updated_by` int(11) DEFAULT NULL,20591  `updated_by` int(11) DEFAULT NULL,
15101  `updated_date` bigint(20) DEFAULT NULL,20592  `updated_date` bigint(20) DEFAULT NULL,
15102  `deleted_date` bigint(20) DEFAULT NULL20593  `deleted_date` bigint(20) DEFAULT NULL
15103) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20594) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1510420595
15105-- --------------------------------------------------------20596-- --------------------------------------------------------
1510620597
15107--20598--
15108-- Table structure for table `clinical_event_attendance`20599-- Table structure for table `clinical_event_attendance`
15109--20600--
1511020601
15111CREATE TABLE `clinical_event_attendance` (20602CREATE TABLE `clinical_event_attendance` (
15112  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,20603  `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL,
15113  `clinical_event_id` int(10) UNSIGNED NOT NULL,20604  `clinical_event_id` int(10) UNSIGNED NOT NULL,
15114  `alocation_id` int(10) UNSIGNED DEFAULT NULL,20605  `alocation_id` int(10) UNSIGNED DEFAULT NULL,
15115  `proxy_id` bigint(20) NOT NULL,20606  `proxy_id` bigint(20) NOT NULL,
15116  `clinical_event_start` bigint(20) NOT NULL,20607  `clinical_event_start` bigint(20) NOT NULL,
15117  `clinical_event_finish` bigint(20) NOT NULL,20608  `clinical_event_finish` bigint(20) NOT NULL,
15118  `attendance_status` varchar(255) NOT NULL,20609  `attendance_status` varchar(255) NOT NULL,
15119  `attendance_comment` text,20610  `attendance_comment` text,
15120  `schedule_id` int(10) UNSIGNED DEFAULT NULL,20611  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
15121  `course_id` int(10) UNSIGNED DEFAULT NULL,20612  `course_id` int(10) UNSIGNED DEFAULT NULL,
15122  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,20613  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,
15123  `created_by` int(11) DEFAULT NULL,20614  `created_by` int(11) DEFAULT NULL,
15124  `created_date` bigint(20) DEFAULT NULL,20615  `created_date` bigint(20) DEFAULT NULL,
15125  `updated_by` int(11) DEFAULT NULL,20616  `updated_by` int(11) DEFAULT NULL,
15126  `updated_date` bigint(20) DEFAULT NULL,20617  `updated_date` bigint(20) DEFAULT NULL,
15127  `deleted_date` bigint(20) DEFAULT NULL20618  `deleted_date` bigint(20) DEFAULT NULL
15128) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20619) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1512920620
15130-- --------------------------------------------------------20621-- --------------------------------------------------------
1513120622
15132--20623--
15133-- Table structure for table `clinical_event_attendance_history`20624-- Table structure for table `clinical_event_attendance_history`
15134--20625--
1513520626
15136CREATE TABLE `clinical_event_attendance_history` (20627CREATE TABLE `clinical_event_attendance_history` (
15137  `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL,20628  `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL,
15138  `clinical_event_attendance_id` int(10) UNSIGNED NOT NULL,20629  `clinical_event_attendance_id` int(10) UNSIGNED NOT NULL,
15139  `clinical_event_id` int(10) UNSIGNED NOT NULL,20630  `clinical_event_id` int(10) UNSIGNED NOT NULL,
15140  `alocation_id` int(10) UNSIGNED DEFAULT NULL,20631  `alocation_id` int(10) UNSIGNED DEFAULT NULL,
15141  `proxy_id` bigint(20) NOT NULL,20632  `proxy_id` bigint(20) NOT NULL,
15142  `clinical_event_start` bigint(20) NOT NULL,20633  `clinical_event_start` bigint(20) NOT NULL,
15143  `clinical_event_finish` bigint(20) NOT NULL,20634  `clinical_event_finish` bigint(20) NOT NULL,
15144  `attendance_status` varchar(255) NOT NULL,20635  `attendance_status` varchar(255) NOT NULL,
15145  `attendance_comment` text,20636  `attendance_comment` text,
15146  `schedule_id` int(10) UNSIGNED DEFAULT NULL,20637  `schedule_id` int(10) UNSIGNED DEFAULT NULL,
15147  `course_id` int(10) UNSIGNED DEFAULT NULL,20638  `course_id` int(10) UNSIGNED DEFAULT NULL,
15148  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,20639  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,
15149  `created_by` int(11) DEFAULT NULL,20640  `created_by` int(11) DEFAULT NULL,
15150  `created_date` bigint(20) DEFAULT NULL,20641  `created_date` bigint(20) DEFAULT NULL,
15151  `updated_by` int(11) DEFAULT NULL,20642  `updated_by` int(11) DEFAULT NULL,
15152  `updated_date` bigint(20) DEFAULT NULL,20643  `updated_date` bigint(20) DEFAULT NULL,
15153  `deleted_date` bigint(20) DEFAULT NULL20644  `deleted_date` bigint(20) DEFAULT NULL
15154) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20645) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1515520646
15156-- --------------------------------------------------------20647-- --------------------------------------------------------
1515720648
15158--20649--
15159-- Table structure for table `clinical_event_audiences`20650-- Table structure for table `clinical_event_audiences`
15160--20651--
1516120652
15162CREATE TABLE `clinical_event_audiences` (20653CREATE TABLE `clinical_event_audiences` (
15163  `clinical_event_audience_id` int(11) UNSIGNED NOT NULL,20654  `clinical_event_audience_id` int(11) UNSIGNED NOT NULL,
15164  `clinical_event_id` int(10) UNSIGNED NOT NULL,20655  `clinical_event_id` int(10) UNSIGNED NOT NULL,
15165  `audience_type` varchar(255) NOT NULL,20656  `audience_type` varchar(255) NOT NULL,
15166  `audience_id` bigint(20) NOT NULL,20657  `audience_id` bigint(20) NOT NULL,
15167  `created_by` int(11) DEFAULT NULL,20658  `created_by` int(11) DEFAULT NULL,
15168  `created_date` bigint(20) DEFAULT NULL,20659  `created_date` bigint(20) DEFAULT NULL,
15169  `updated_by` int(11) DEFAULT NULL,20660  `updated_by` int(11) DEFAULT NULL,
15170  `updated_date` bigint(20) DEFAULT NULL,20661  `updated_date` bigint(20) DEFAULT NULL,
15171  `deleted_date` bigint(20) DEFAULT NULL20662  `deleted_date` bigint(20) DEFAULT NULL
15172) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20663) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1517320664
15174-- --------------------------------------------------------20665-- --------------------------------------------------------
1517520666
15176--20667--
15177-- Table structure for table `clinical_event_recurring`20668-- Table structure for table `clinical_event_recurring`
15178--20669--
1517920670
15180CREATE TABLE `clinical_event_recurring` (20671CREATE TABLE `clinical_event_recurring` (
15181  `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL,20672  `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL,
15182  `series_start` bigint(20) NOT NULL,20673  `series_start` bigint(20) NOT NULL,
15183  `series_finish` bigint(20) NOT NULL,20674  `series_finish` bigint(20) NOT NULL,
15184  `series_repeat_every` int(11) NOT NULL,20675  `series_repeat_every` int(11) NOT NULL,
15185  `series_repeat_interval` varchar(255) NOT NULL,20676  `series_repeat_interval` varchar(255) NOT NULL,
15186  `sunday` tinyint(1) NOT NULL DEFAULT '0',20677  `sunday` tinyint(1) NOT NULL DEFAULT '0',
15187  `monday` tinyint(1) NOT NULL DEFAULT '0',20678  `monday` tinyint(1) NOT NULL DEFAULT '0',
15188  `tuesday` tinyint(1) NOT NULL DEFAULT '0',20679  `tuesday` tinyint(1) NOT NULL DEFAULT '0',
15189  `wednesday` tinyint(1) NOT NULL DEFAULT '0',20680  `wednesday` tinyint(1) NOT NULL DEFAULT '0',
15190  `thursday` tinyint(1) NOT NULL DEFAULT '0',20681  `thursday` tinyint(1) NOT NULL DEFAULT '0',
15191  `friday` tinyint(1) NOT NULL DEFAULT '0',20682  `friday` tinyint(1) NOT NULL DEFAULT '0',
15192  `saturday` tinyint(1) NOT NULL DEFAULT '0',20683  `saturday` tinyint(1) NOT NULL DEFAULT '0',
15193  `month_day` varchar(255) DEFAULT NULL,20684  `month_day` varchar(255) DEFAULT NULL,
15194  `created_by` int(11) DEFAULT NULL,20685  `created_by` int(11) DEFAULT NULL,
15195  `created_date` bigint(20) DEFAULT NULL,20686  `created_date` bigint(20) DEFAULT NULL,
15196  `updated_by` int(11) DEFAULT NULL,20687  `updated_by` int(11) DEFAULT NULL,
15197  `updated_date` bigint(20) DEFAULT NULL,20688  `updated_date` bigint(20) DEFAULT NULL,
15198  `deleted_date` bigint(20) DEFAULT NULL20689  `deleted_date` bigint(20) DEFAULT NULL
15199) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;20690) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
1520020691
15201-- --------------------------------------------------------20692-- --------------------------------------------------------
1520220693
15203--20694--
15204-- Table structure for table `clinical_locations`20695-- Table structure for table `clinical_locations`
15205--20696--
1520620697
15207CREATE TABLE `clinical_locations` (20698CREATE TABLE `clinical_locations` (
15208  `clocation_id` int(11) UNSIGNED NOT NULL,20699  `clocation_id` int(11) UNSIGNED NOT NULL,
15209  `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL,20700  `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL,
15210  `resource_id` int(11) UNSIGNED NOT NULL,20701  `resource_id` int(11) UNSIGNED NOT NULL,
15211  `alocation_id` int(11) UNSIGNED DEFAULT NULL,20702  `alocation_id` int(11) UNSIGNED DEFAULT NULL,
15212  `created_by` int(11) DEFAULT NULL,20703  `created_by` int(11) DEFAULT NULL,
15213  `created_date` bigint(20) DEFAULT NULL,20704  `created_date` bigint(20) DEFAULT NULL,
15214  `updated_by` int(11) DEFAULT NULL,20705  `updated_by` int(11) DEFAULT NULL,
15215  `updated_date` bigint(20) DEFAULT NULL,20706  `updated_date` bigint(20) DEFAULT NULL,
15216  `deleted_date` bigint(20) DEFAULT NULL20707  `deleted_date` bigint(20) DEFAULT NULL
15217) ENGINE=InnoDB DEFAULT CHARSET=utf8;20708) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1521820709
15219--20710--
15220-- Dumping data for table `clinical_locations`20711-- Dumping data for table `clinical_locations`
15221--20712--
1522220713
15223INSERT INTO `clinical_locations` (`clocation_id`, `resource_type`, `resource_id`, `alocation_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES20714INSERT INTO `clinical_locations` (`clocation_id`, `resource_type`, `resource_id`, `alocation_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
15224(1, 'schedule_id', 1, 1, NULL, NULL, NULL, NULL, NULL),20715(1, 'schedule_id', 1, 1, NULL, NULL, NULL, NULL, NULL),
15225(2, 'schedule_audience_id', 1, 2, NULL, NULL, NULL, NULL, NULL),20716(2, 'schedule_audience_id', 1, 2, NULL, NULL, NULL, NULL, NULL),
15226(3, 'schedule_id', 74, 1, 1, 1685381586, 1, 1685381586, NULL),20717(3, 'schedule_id', 74, 1, 1, 1685381586, 1, 1685381586, NULL),
15227(4, 'schedule_slot_id', 26, 1, 1, 1685381586, 1, 1685381586, NULL),20718(4, 'schedule_slot_id', 26, 1, 1, 1685381586, 1, 1685381586, NULL),
15228(5, 'schedule_slot_id', 35, 1, 1, 1685381586, 1, 1685381586, NULL),20719(5, 'schedule_slot_id', 35, 1, 1, 1685381586, 1, 1685381586, NULL),
15229(6, 'schedule_id', 78, 2, 1, 1685381586, 1, 1685381586, NULL),20720(6, 'schedule_id', 78, 2, 1, 1685381586, 1, 1685381586, NULL),
15230(7, 'schedule_id', 74, 3, 1, 1685381586, 1, 1685381586, NULL),20721(7, 'schedule_id', 74, 3, 1, 1685381586, 1, 1685381586, NULL),
15231(8, 'schedule_audience_id', 4, 1, 1, 1685381586, 1, 1685381586, NULL),20722(8, 'schedule_audience_id', 4, 1, 1, 1685381586, 1, 1685381586, NULL),
15232(9, 'schedule_audience_id', 5, 7, 1, 1685381586, 1, 1685381586, NULL);20723(9, 'schedule_audience_id', 5, 7, 1, 1685381586, 1, 1685381586, NULL);
1523320724
15234-- --------------------------------------------------------20725-- --------------------------------------------------------
1523520726
15236--20727--
15237-- Table structure for table `clinical_preceptors`20728-- Table structure for table `clinical_preceptors`
15238--20729--
1523920730
15240CREATE TABLE `clinical_preceptors` (20731CREATE TABLE `clinical_preceptors` (
15241  `cpreceptor_id` int(11) UNSIGNED NOT NULL,20732  `cpreceptor_id` int(11) UNSIGNED NOT NULL,
15242  `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL,20733  `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL,
15243  `resource_id` int(11) UNSIGNED NOT NULL,20734  `resource_id` int(11) UNSIGNED NOT NULL,
15244  `user_type` enum('proxy_id','external_assessor_id') NOT NULL,20735  `user_type` enum('proxy_id','external_assessor_id') NOT NULL,
15245  `user_id` int(11) UNSIGNED NOT NULL,20736  `user_id` int(11) UNSIGNED NOT NULL,
15246  `role_id` int(11) UNSIGNED DEFAULT NULL,20737  `role_id` int(11) UNSIGNED DEFAULT NULL,
15247  `created_by` int(11) DEFAULT NULL,20738  `created_by` int(11) DEFAULT NULL,
15248  `created_date` bigint(20) DEFAULT NULL,20739  `created_date` bigint(20) DEFAULT NULL,
15249  `updated_by` int(11) DEFAULT NULL,20740  `updated_by` int(11) DEFAULT NULL,
15250  `updated_date` bigint(20) DEFAULT NULL,20741  `updated_date` bigint(20) DEFAULT NULL,
15251  `deleted_date` bigint(20) DEFAULT NULL20742  `deleted_date` bigint(20) DEFAULT NULL
15252) ENGINE=InnoDB DEFAULT CHARSET=utf8;20743) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1525320744
15254--20745--
15255-- Dumping data for table `clinical_preceptors`20746-- Dumping data for table `clinical_preceptors`
15256--20747--
1525720748
15258INSERT INTO `clinical_preceptors` (`cpreceptor_id`, `resource_type`, `resource_id`, `user_type`, `user_id`, `role_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES20749INSERT INTO `clinical_preceptors` (`cpreceptor_id`, `resource_type`, `resource_id`, `user_type`, `user_id`, `role_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
15259(1, 'schedule_id', 2, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),20750(1, 'schedule_id', 2, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),
15260(2, 'schedule_slot_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),20751(2, 'schedule_slot_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),
15261(3, 'schedule_audience_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),20752(3, 'schedule_audience_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL),
15262(4, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),20753(4, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),
15263(5, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),20754(5, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),
15264(6, 'schedule_id', 4, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),20755(6, 'schedule_id', 4, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL),
15265(7, 'schedule_audience_id', 3, 'proxy_id', 6, NULL, 1, 1685381586, 1, 1685381586, NULL),20756(7, 'schedule_audience_id', 3, 'proxy_id', 6, NULL, 1, 1685381586, 1, 1685381586, NULL),
15266(8, 'schedule_slot_id', 26, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),20757(8, 'schedule_slot_id', 26, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),
15267(9, 'schedule_id', 74, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL),20758(9, 'schedule_id', 74, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL),
15268(10, 'schedule_slot_id', 35, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),20759(10, 'schedule_slot_id', 35, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),
15269(11, 'schedule_slot_id', 60, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),20760(11, 'schedule_slot_id', 60, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),
15270(12, 'schedule_slot_id', 61, 'proxy_id', 8, NULL, 1, 1685381586, 1, 1685381586, NULL),20761(12, 'schedule_slot_id', 61, 'proxy_id', 8, NULL, 1, 1685381586, 1, 1685381586, NULL),
15271(13, 'schedule_slot_id', 62, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL),20762(13, 'schedule_slot_id', 62, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL),
15272(14, 'schedule_slot_id', 63, 'proxy_id', 9, NULL, 1, 1685381586, 1, 1685381586, NULL),20763(14, 'schedule_slot_id', 63, 'proxy_id', 9, NULL, 1, 1685381586, 1, 1685381586, NULL),
15273(15, 'schedule_id', 74, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),20764(15, 'schedule_id', 74, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),
15274(16, 'schedule_audience_id', 4, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),20765(16, 'schedule_audience_id', 4, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL),
15275(17, 'schedule_audience_id', 5, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL);20766(17, 'schedule_audience_id', 5, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL);
1527620767
15277-- --------------------------------------------------------20768-- --------------------------------------------------------
1527820769
15279--20770--
15280-- Table structure for table `clinical_preceptor_roles`20771-- Table structure for table `clinical_preceptor_roles`
15281--20772--
1528220773
15283CREATE TABLE `clinical_preceptor_roles` (20774CREATE TABLE `clinical_preceptor_roles` (
15284  `cprole_id` int(11) UNSIGNED NOT NULL,20775  `cprole_id` int(11) UNSIGNED NOT NULL,
15285  `name` varchar(255) NOT NULL,20776  `name` varchar(255) NOT NULL,
15286  `code` varchar(255) DEFAULT NULL,20777  `code` varchar(255) DEFAULT NULL,
15287  `description` text,20778  `description` text,
15288  `created_by` int(11) DEFAULT NULL,20779  `created_by` int(11) DEFAULT NULL,
15289  `created_date` bigint(20) DEFAULT NULL,20780  `created_date` bigint(20) DEFAULT NULL,
15290  `updated_by` int(11) DEFAULT NULL,20781  `updated_by` int(11) DEFAULT NULL,
15291  `updated_date` bigint(20) DEFAULT NULL,20782  `updated_date` bigint(20) DEFAULT NULL,
15292  `deleted_date` bigint(20) DEFAULT NULL20783  `deleted_date` bigint(20) DEFAULT NULL
15293) ENGINE=InnoDB DEFAULT CHARSET=utf8;20784) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1529420785
15295--20786--
15296-- Dumping data for table `clinical_preceptor_roles`20787-- Dumping data for table `clinical_preceptor_roles`
15297--20788--
1529820789
15299INSERT INTO `clinical_preceptor_roles` (`cprole_id`, `name`, `code`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES20790INSERT INTO `clinical_preceptor_roles` (`cprole_id`, `name`, `code`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
15300(1, 'Attending', NULL, NULL, 1, 1556670356, NULL, NULL, NULL);20791(1, 'Attending', NULL, NULL, 1, 1556670356, NULL, NULL, NULL);
1530120792
15302-- --------------------------------------------------------20793-- --------------------------------------------------------
1530320794
15304--20795--
15305-- Table structure for table `communities`20796-- Table structure for table `communities`
15306--20797--
1530720798
15308CREATE TABLE `communities` (20799CREATE TABLE `communities` (
15309  `community_id` int(12) NOT NULL,20800  `community_id` int(12) NOT NULL,
15310  `community_parent` int(12) NOT NULL DEFAULT '0',20801  `community_parent` int(12) NOT NULL DEFAULT '0',
15311  `category_id` int(12) NOT NULL DEFAULT '0',20802  `category_id` int(12) NOT NULL DEFAULT '0',
15312  `community_url` text NOT NULL,20803  `community_url` text NOT NULL,
15313  `octype_id` int(12) NOT NULL DEFAULT '1',20804  `octype_id` int(12) NOT NULL DEFAULT '1',
15314  `community_template` varchar(30) NOT NULL DEFAULT 'default',20805  `community_template` varchar(30) NOT NULL DEFAULT 'default',
15315  `community_theme` varchar(12) NOT NULL DEFAULT 'default',20806  `community_theme` varchar(12) NOT NULL DEFAULT 'default',
15316  `community_shortname` varchar(32) NOT NULL,20807  `community_shortname` varchar(32) NOT NULL,
15317  `community_title` varchar(64) NOT NULL,20808  `community_title` varchar(64) NOT NULL,
15318  `community_description` text NOT NULL,20809  `community_description` text NOT NULL,
15319  `community_keywords` varchar(255) NOT NULL,20810  `community_keywords` varchar(255) NOT NULL,
15320  `community_email` varchar(128) NOT NULL,20811  `community_email` varchar(128) NOT NULL,
15321  `community_website` text NOT NULL,20812  `community_website` text NOT NULL,
15322  `community_protected` int(1) NOT NULL DEFAULT '1',20813  `community_protected` int(1) NOT NULL DEFAULT '1',
15323  `community_registration` int(1) NOT NULL DEFAULT '1',20814  `community_registration` int(1) NOT NULL DEFAULT '1',
15324  `community_members` text NOT NULL,20815  `community_members` text NOT NULL,
15325  `community_active` int(1) NOT NULL DEFAULT '1',20816  `community_active` int(1) NOT NULL DEFAULT '1',
15326  `community_opened` bigint(64) NOT NULL DEFAULT '0',20817  `community_opened` bigint(64) NOT NULL DEFAULT '0',
15327  `community_notifications` int(1) NOT NULL DEFAULT '0',20818  `community_notifications` int(1) NOT NULL DEFAULT '0',
15328  `sub_communities` int(1) NOT NULL DEFAULT '0',20819  `sub_communities` int(1) NOT NULL DEFAULT '0',
15329  `storage_usage` int(32) NOT NULL DEFAULT '0',20820  `storage_usage` int(32) NOT NULL DEFAULT '0',
15330  `storage_max` bigint(64) NOT NULL DEFAULT '1073741824',20821  `storage_max` bigint(64) NOT NULL DEFAULT '1073741824',
15331  `updated_date` bigint(64) NOT NULL DEFAULT '0',20822  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15332  `updated_by` int(12) NOT NULL DEFAULT '0',20823  `updated_by` int(12) NOT NULL DEFAULT '0',
15333  `community_twitter_handle` varchar(16) DEFAULT NULL,20824  `community_twitter_handle` varchar(16) DEFAULT NULL,
15334  `community_twitter_hashtags` text20825  `community_twitter_hashtags` text
15335) ENGINE=InnoDB DEFAULT CHARSET=utf8;20826) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1533620827
15337--20828--
15338-- Dumping data for table `communities`20829-- Dumping data for table `communities`
15339--20830--
1534020831
15341INSERT INTO `communities` (`community_id`, `community_parent`, `category_id`, `community_url`, `octype_id`, `community_template`, `community_theme`, `community_shortname`, `community_title`, `community_description`, `community_keywords`, `community_email`, `community_website`, `community_protected`, `community_registration`, `community_members`, `community_active`, `community_opened`, `community_notifications`, `sub_communities`, `storage_usage`, `storage_max`, `updated_date`, `updated_by`, `community_twitter_handle`, `community_twitter_hashtags`) VALUES20832INSERT INTO `communities` (`community_id`, `community_parent`, `category_id`, `community_url`, `octype_id`, `community_template`, `community_theme`, `community_shortname`, `community_title`, `community_description`, `community_keywords`, `community_email`, `community_website`, `community_protected`, `community_registration`, `community_members`, `community_active`, `community_opened`, `community_notifications`, `sub_communities`, `storage_usage`, `storage_max`, `updated_date`, `updated_by`, `community_twitter_handle`, `community_twitter_hashtags`) VALUES
15342(1, 0, 4, '/testcommunity1', 1, 'default', 'default', 'testcommunity1', 'Test Community  1', '', 'test community 1', '', '', 1, 0, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''),20833(1, 0, 4, '/testcommunity1', 1, 'default', 'default', 'testcommunity1', 'Test Community  1', '', 'test community 1', '', '', 1, 0, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''),
15343(2, 0, 5, '/course1communitycour', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''),20834(2, 0, 5, '/course1communitycour', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''),
15344(3, 0, 5, '/course1communitycour_5', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', '');20835(3, 0, 5, '/course1communitycour_5', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', '');
1534520836
15346-- --------------------------------------------------------20837-- --------------------------------------------------------
1534720838
15348--20839--
15349-- Table structure for table `communities_categories`20840-- Table structure for table `communities_categories`
15350--20841--
1535120842
15352CREATE TABLE `communities_categories` (20843CREATE TABLE `communities_categories` (
15353  `category_id` int(12) NOT NULL,20844  `category_id` int(12) NOT NULL,
15354  `category_parent` int(12) NOT NULL DEFAULT '0',20845  `category_parent` int(12) NOT NULL DEFAULT '0',
15355  `category_title` varchar(64) NOT NULL,20846  `category_title` varchar(64) NOT NULL,
15356  `category_description` text NOT NULL,20847  `category_description` text NOT NULL,
15357  `category_keywords` varchar(255) NOT NULL,20848  `category_keywords` varchar(255) NOT NULL,
15358  `category_visible` int(1) NOT NULL DEFAULT '1',20849  `category_visible` int(1) NOT NULL DEFAULT '1',
15359  `category_status` int(1) NOT NULL DEFAULT '0'20850  `category_status` int(1) NOT NULL DEFAULT '0'
15360) ENGINE=InnoDB DEFAULT CHARSET=utf8;20851) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1536120852
15362--20853--
15363-- Dumping data for table `communities_categories`20854-- Dumping data for table `communities_categories`
15364--20855--
1536520856
15366INSERT INTO `communities_categories` (`category_id`, `category_parent`, `category_title`, `category_description`, `category_keywords`, `category_visible`, `category_status`) VALUES20857INSERT INTO `communities_categories` (`category_id`, `category_parent`, `category_title`, `category_description`, `category_keywords`, `category_visible`, `category_status`) VALUES
15367(1, 0, 'Official Communities', '', '', 1, 0),20858(1, 0, 'Official Communities', '', '', 1, 0),
15368(2, 0, 'Other Communities', '', '', 1, 0),20859(2, 0, 'Other Communities', '', '', 1, 0),
15369(4, 1, 'Administration', 'A container for official administrative units to reside.', '', 1, 0),20860(4, 1, 'Administration', 'A container for official administrative units to reside.', '', 1, 0),
15370(5, 1, 'Courses, etc.', 'A container for official course groups and communities to reside.', '', 1, 0),20861(5, 1, 'Courses, etc.', 'A container for official course groups and communities to reside.', '', 1, 0),
15371(7, 2, 'Health & Wellness', '', '', 1, 0),20862(7, 2, 'Health & Wellness', '', '', 1, 0),
15372(8, 2, 'Sports & Leisure', '', '', 1, 0),20863(8, 2, 'Sports & Leisure', '', '', 1, 0),
15373(9, 2, 'Learning & Teaching', '', '', 1, 0),20864(9, 2, 'Learning & Teaching', '', '', 1, 0),
15374(11, 2, 'Miscellaneous', '', '', 1, 0),20865(11, 2, 'Miscellaneous', '', '', 1, 0),
15375(12, 1, 'Committees', '', '', 1, 0),20866(12, 1, 'Committees', '', '', 1, 0),
15376(14, 2, 'Social Responsibility', '', '', 1, 0),20867(14, 2, 'Social Responsibility', '', '', 1, 0),
15377(15, 2, 'Careers in Health Care', '', '', 1, 0),20868(15, 2, 'Careers in Health Care', '', '', 1, 0),
15378(16, 2, 'Cultures & Communities', '', '', 1, 0),20869(16, 2, 'Cultures & Communities', '', '', 1, 0),
15379(17, 2, 'Business & Finance', '', '', 1, 0),20870(17, 2, 'Business & Finance', '', '', 1, 0),
15380(18, 2, 'Arts & Entertainment', '', '', 1, 0);20871(18, 2, 'Arts & Entertainment', '', '', 1, 0);
1538120872
15382-- --------------------------------------------------------20873-- --------------------------------------------------------
1538320874
15384--20875--
15385-- Table structure for table `communities_modules`20876-- Table structure for table `communities_modules`
15386--20877--
1538720878
15388CREATE TABLE `communities_modules` (20879CREATE TABLE `communities_modules` (
15389  `module_id` int(12) NOT NULL,20880  `module_id` int(12) NOT NULL,
15390  `module_shortname` varchar(32) NOT NULL,20881  `module_shortname` varchar(32) NOT NULL,
15391  `module_version` varchar(8) NOT NULL DEFAULT '1.0.0',20882  `module_version` varchar(8) NOT NULL DEFAULT '1.0.0',
15392  `module_title` varchar(64) NOT NULL,20883  `module_title` varchar(64) NOT NULL,
15393  `module_description` text NOT NULL,20884  `module_description` text NOT NULL,
15394  `module_active` int(1) NOT NULL DEFAULT '1',20885  `module_active` int(1) NOT NULL DEFAULT '1',
15395  `module_visible` int(1) NOT NULL DEFAULT '1',20886  `module_visible` int(1) NOT NULL DEFAULT '1',
15396  `module_permissions` text NOT NULL,20887  `module_permissions` text NOT NULL,
15397  `updated_date` bigint(64) NOT NULL DEFAULT '0',20888  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15398  `updated_by` int(12) NOT NULL DEFAULT '0'20889  `updated_by` int(12) NOT NULL DEFAULT '0'
15399) ENGINE=InnoDB DEFAULT CHARSET=utf8;20890) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1540020891
15401--20892--
15402-- Dumping data for table `communities_modules`20893-- Dumping data for table `communities_modules`
15403--20894--
1540420895
15405INSERT INTO `communities_modules` (`module_id`, `module_shortname`, `module_version`, `module_title`, `module_description`, `module_active`, `module_visible`, `module_permissions`, `updated_date`, `updated_by`) VALUES20896INSERT INTO `communities_modules` (`module_id`, `module_shortname`, `module_version`, `module_title`, `module_description`, `module_active`, `module_visible`, `module_permissions`, `updated_date`, `updated_by`) VALUES
15406(1, 'announcements', '1.0.0', 'Announcements', 'The Announcements module allows you to post Announcements to your community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1173116408, 1),20897(1, 'announcements', '1.0.0', 'Announcements', 'The Announcements module allows you to post Announcements to your community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1173116408, 1),
15407(2, 'discussions', '1.0.0', 'Discussions', 'The Discussions module is a simple method you can use to host discussions.', 1, 1, 'a:10:{s:9:\"add-forum\";i:1;s:8:\"add-post\";i:0;s:12:\"delete-forum\";i:1;s:11:\"delete-post\";i:0;s:10:\"edit-forum\";i:1;s:9:\"edit-post\";i:0;s:5:\"index\";i:0;s:10:\"reply-post\";i:0;s:10:\"view-forum\";i:0;s:9:\"view-post\";i:0;}', 1173116408, 1),20898(2, 'discussions', '1.0.0', 'Discussions', 'The Discussions module is a simple method you can use to host discussions.', 1, 1, 'a:10:{s:9:\"add-forum\";i:1;s:8:\"add-post\";i:0;s:12:\"delete-forum\";i:1;s:11:\"delete-post\";i:0;s:10:\"edit-forum\";i:1;s:9:\"edit-post\";i:0;s:5:\"index\";i:0;s:10:\"reply-post\";i:0;s:10:\"view-forum\";i:0;s:9:\"view-post\";i:0;}', 1173116408, 1),
15408(3, 'galleries', '1.0.0', 'Galleries', 'The Galleries module allows you to add photo galleries and images to your community.', 1, 1, 'a:13:{s:11:\"add-comment\";i:0;s:11:\"add-gallery\";i:1;s:9:\"add-photo\";i:0;s:10:\"move-photo\";i:0;s:14:\"delete-comment\";i:0;s:14:\"delete-gallery\";i:1;s:12:\"delete-photo\";i:0;s:12:\"edit-comment\";i:0;s:12:\"edit-gallery\";i:1;s:10:\"edit-photo\";i:0;s:5:\"index\";i:0;s:12:\"view-gallery\";i:0;s:10:\"view-photo\";i:0;}', 1173116408, 1),20899(3, 'galleries', '1.0.0', 'Galleries', 'The Galleries module allows you to add photo galleries and images to your community.', 1, 1, 'a:13:{s:11:\"add-comment\";i:0;s:11:\"add-gallery\";i:1;s:9:\"add-photo\";i:0;s:10:\"move-photo\";i:0;s:14:\"delete-comment\";i:0;s:14:\"delete-gallery\";i:1;s:12:\"delete-photo\";i:0;s:12:\"edit-comment\";i:0;s:12:\"edit-gallery\";i:1;s:10:\"edit-photo\";i:0;s:5:\"index\";i:0;s:12:\"view-gallery\";i:0;s:10:\"view-photo\";i:0;}', 1173116408, 1),
15409(4, 'shares', '1.0.0', 'Document Sharing', 'The Document Sharing module gives you the ability to upload and share documents within your community.', 1, 1, 'a:25:{s:11:\"add-comment\";i:0;s:10:\"add-folder\";i:1;s:8:\"add-file\";i:0;s:8:\"add-html\";i:0;s:8:\"add-link\";i:0;s:9:\"move-file\";i:0;s:9:\"move-link\";i:0;s:9:\"move-html\";i:0;s:12:\"add-revision\";i:0;s:14:\"delete-comment\";i:0;s:13:\"delete-folder\";i:1;s:11:\"delete-file\";i:0;s:11:\"delete-link\";i:0;s:11:\"delete-html\";i:0;s:15:\"delete-revision\";i:0;s:12:\"edit-comment\";i:0;s:11:\"edit-folder\";i:1;s:9:\"edit-file\";i:0;s:9:\"edit-link\";i:0;s:9:\"edit-html\";i:0;s:5:\"index\";i:0;s:11:\"view-folder\";i:0;s:9:\"view-file\";i:0;s:9:\"view-link\";i:0;s:9:\"view-html\";i:0;}', 1173116408, 1),20900(4, 'shares', '1.0.0', 'Document Sharing', 'The Document Sharing module gives you the ability to upload and share documents within your community.', 1, 1, 'a:25:{s:11:\"add-comment\";i:0;s:10:\"add-folder\";i:1;s:8:\"add-file\";i:0;s:8:\"add-html\";i:0;s:8:\"add-link\";i:0;s:9:\"move-file\";i:0;s:9:\"move-link\";i:0;s:9:\"move-html\";i:0;s:12:\"add-revision\";i:0;s:14:\"delete-comment\";i:0;s:13:\"delete-folder\";i:1;s:11:\"delete-file\";i:0;s:11:\"delete-link\";i:0;s:11:\"delete-html\";i:0;s:15:\"delete-revision\";i:0;s:12:\"edit-comment\";i:0;s:11:\"edit-folder\";i:1;s:9:\"edit-file\";i:0;s:9:\"edit-link\";i:0;s:9:\"edit-html\";i:0;s:5:\"index\";i:0;s:11:\"view-folder\";i:0;s:9:\"view-file\";i:0;s:9:\"view-link\";i:0;s:9:\"view-html\";i:0;}', 1173116408, 1),
15410(5, 'polls', '1.0.0', 'Polling', 'This module allows communities to create their own polls for everything from adhoc open community polling to individual community member votes.', 1, 1, 'a:10:{s:8:\"add-poll\";i:1;s:12:\"add-question\";i:1;s:13:\"edit-question\";i:1;s:15:\"delete-question\";i:1;s:11:\"delete-poll\";i:1;s:9:\"edit-poll\";i:1;s:9:\"view-poll\";i:0;s:9:\"vote-poll\";i:0;s:5:\"index\";i:0;s:8:\"my-votes\";i:0;}', 1216256830, 1408),20901(5, 'polls', '1.0.0', 'Polling', 'This module allows communities to create their own polls for everything from adhoc open community polling to individual community member votes.', 1, 1, 'a:10:{s:8:\"add-poll\";i:1;s:12:\"add-question\";i:1;s:13:\"edit-question\";i:1;s:15:\"delete-question\";i:1;s:11:\"delete-poll\";i:1;s:9:\"edit-poll\";i:1;s:9:\"view-poll\";i:0;s:9:\"vote-poll\";i:0;s:5:\"index\";i:0;s:8:\"my-votes\";i:0;}', 1216256830, 1408),
15411(6, 'events', '1.0.0', 'Events', 'The Events module allows you to post events to your community which will be accessible through iCalendar ics files or viewable in the community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1225209600, 1),20902(6, 'events', '1.0.0', 'Events', 'The Events module allows you to post events to your community which will be accessible through iCalendar ics files or viewable in the community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1225209600, 1),
15412(7, 'quizzes', '1.0.0', 'Quizzes', 'This module allows communities to create their own quizzes for summative or formative evaluation.', 1, 1, 'a:4:{s:5:\"index\";i:0;s:7:\"attempt\";i:0;s:7:\"results\";i:0;s:13:\"save-response\";i:0;}', 1216256830, 1),20903(7, 'quizzes', '1.0.0', 'Quizzes', 'This module allows communities to create their own quizzes for summative or formative evaluation.', 1, 1, 'a:4:{s:5:\"index\";i:0;s:7:\"attempt\";i:0;s:7:\"results\";i:0;s:13:\"save-response\";i:0;}', 1216256830, 1),
15413(8, 'mtdtracking', '1.0.0', 'MTD Tracking', 'The MTD Tracking module allows Program Assistants to enter the weekly schedule for each of their Residents.', 0, 0, 'a:2:{s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1216256830, 5440);20904(8, 'mtdtracking', '1.0.0', 'MTD Tracking', 'The MTD Tracking module allows Program Assistants to enter the weekly schedule for each of their Residents.', 0, 0, 'a:2:{s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1216256830, 5440);
1541420905
15415-- --------------------------------------------------------20906-- --------------------------------------------------------
1541620907
15417--20908--
15418-- Table structure for table `communities_most_active`20909-- Table structure for table `communities_most_active`
15419--20910--
1542020911
15421CREATE TABLE `communities_most_active` (20912CREATE TABLE `communities_most_active` (
15422  `cmactive_id` int(12) NOT NULL,20913  `cmactive_id` int(12) NOT NULL,
15423  `community_id` int(12) NOT NULL,20914  `community_id` int(12) NOT NULL,
15424  `activity_order` int(2) NOT NULL20915  `activity_order` int(2) NOT NULL
15425) ENGINE=InnoDB DEFAULT CHARSET=utf8;20916) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1542620917
15427-- --------------------------------------------------------20918-- --------------------------------------------------------
1542820919
15429--20920--
15430-- Table structure for table `communities_template_permissions`20921-- Table structure for table `communities_template_permissions`
15431--20922--
1543220923
15433CREATE TABLE `communities_template_permissions` (20924CREATE TABLE `communities_template_permissions` (
15434  `ctpermission_id` int(12) UNSIGNED NOT NULL,20925  `ctpermission_id` int(12) UNSIGNED NOT NULL,
15435  `permission_type` enum('category_id','group') DEFAULT NULL,20926  `permission_type` enum('category_id','group') DEFAULT NULL,
15436  `permission_value` varchar(32) DEFAULT NULL,20927  `permission_value` varchar(32) DEFAULT NULL,
15437  `template` varchar(32) NOT NULL20928  `template` varchar(32) NOT NULL
15438) ENGINE=InnoDB DEFAULT CHARSET=utf8;20929) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1543920930
15440--20931--
15441-- Dumping data for table `communities_template_permissions`20932-- Dumping data for table `communities_template_permissions`
15442--20933--
1544320934
15444INSERT INTO `communities_template_permissions` (`ctpermission_id`, `permission_type`, `permission_value`, `template`) VALUES20935INSERT INTO `communities_template_permissions` (`ctpermission_id`, `permission_type`, `permission_value`, `template`) VALUES
15445(1, '', '', 'default'),20936(1, '', '', 'default'),
15446(8, 'category_id', '', 'learningmodule'),20937(8, 'category_id', '', 'learningmodule'),
15447(9, 'category_id', '', 'virtualpatient'),20938(9, 'category_id', '', 'virtualpatient'),
15448(5, 'category_id', '12', 'committee'),20939(5, 'category_id', '12', 'committee'),
15449(3, 'category_id', '5', 'course'),20940(3, 'category_id', '5', 'course'),
15450(4, 'group', 'faculty,staff,medtech', 'committee'),20941(4, 'group', 'faculty,staff,medtech', 'committee'),
15451(2, 'group', 'faculty,staff,medtech', 'course'),20942(2, 'group', 'faculty,staff,medtech', 'course'),
15452(6, 'group', 'faculty,staff,medtech', 'learningmodule'),20943(6, 'group', 'faculty,staff,medtech', 'learningmodule'),
15453(7, 'group', 'faculty,staff,medtech', 'virtualpatient');20944(7, 'group', 'faculty,staff,medtech', 'virtualpatient');
1545420945
15455-- --------------------------------------------------------20946-- --------------------------------------------------------
1545620947
15457--20948--
15458-- Table structure for table `community_acl`20949-- Table structure for table `community_acl`
15459--20950--
1546020951
15461CREATE TABLE `community_acl` (20952CREATE TABLE `community_acl` (
15462  `id` int(11) UNSIGNED NOT NULL,20953  `id` int(11) UNSIGNED NOT NULL,
15463  `resource_type` varchar(64) DEFAULT NULL,20954  `resource_type` varchar(64) DEFAULT NULL,
15464  `resource_value` int(11) DEFAULT NULL,20955  `resource_value` int(11) DEFAULT NULL,
15465  `create` tinyint(11) DEFAULT NULL,20956  `create` tinyint(11) DEFAULT NULL,
15466  `read` tinyint(11) DEFAULT NULL,20957  `read` tinyint(11) DEFAULT NULL,
15467  `update` tinyint(11) DEFAULT NULL,20958  `update` tinyint(11) DEFAULT NULL,
15468  `delete` tinyint(11) DEFAULT NULL,20959  `delete` tinyint(11) DEFAULT NULL,
15469  `assertion` varchar(50) DEFAULT NULL20960  `assertion` varchar(50) DEFAULT NULL
15470) ENGINE=InnoDB DEFAULT CHARSET=utf8;20961) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1547120962
15472--20963--
15473-- Dumping data for table `community_acl`20964-- Dumping data for table `community_acl`
15474--20965--
1547520966
15476INSERT INTO `community_acl` (`id`, `resource_type`, `resource_value`, `create`, `read`, `update`, `delete`, `assertion`) VALUES20967INSERT INTO `community_acl` (`id`, `resource_type`, `resource_value`, `create`, `read`, `update`, `delete`, `assertion`) VALUES
15477(1, 'communityfolder', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'),20968(1, 'communityfolder', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'),
15478(2, 'communityfile', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'),20969(2, 'communityfile', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'),
15479(3, 'communityfile', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'),20970(3, 'communityfile', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'),
15480(4, 'communityfolder', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment');20971(4, 'communityfolder', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment');
1548120972
15482-- --------------------------------------------------------20973-- --------------------------------------------------------
1548320974
15484--20975--
15485-- Table structure for table `community_acl_groups`20976-- Table structure for table `community_acl_groups`
15486--20977--
1548720978
15488CREATE TABLE `community_acl_groups` (20979CREATE TABLE `community_acl_groups` (
15489  `id` int(11) UNSIGNED NOT NULL,20980  `id` int(11) UNSIGNED NOT NULL,
15490  `cgroup_id` int(11) DEFAULT NULL,20981  `cgroup_id` int(11) DEFAULT NULL,
15491  `resource_type` varchar(64) DEFAULT NULL,20982  `resource_type` varchar(64) DEFAULT NULL,
15492  `resource_value` int(11) DEFAULT NULL,20983  `resource_value` int(11) DEFAULT NULL,
15493  `create` tinyint(11) DEFAULT NULL,20984  `create` tinyint(11) DEFAULT NULL,
15494  `read` tinyint(11) DEFAULT NULL,20985  `read` tinyint(11) DEFAULT NULL,
15495  `update` tinyint(11) DEFAULT NULL,20986  `update` tinyint(11) DEFAULT NULL,
15496  `delete` tinyint(11) DEFAULT NULL20987  `delete` tinyint(11) DEFAULT NULL
15497) ENGINE=InnoDB DEFAULT CHARSET=utf8;20988) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1549820989
15499-- --------------------------------------------------------20990-- --------------------------------------------------------
1550020991
15501--20992--
15502-- Table structure for table `community_announcements`20993-- Table structure for table `community_announcements`
15503--20994--
1550420995
15505CREATE TABLE `community_announcements` (20996CREATE TABLE `community_announcements` (
15506  `cannouncement_id` int(12) NOT NULL,20997  `cannouncement_id` int(12) NOT NULL,
15507  `community_id` int(12) NOT NULL DEFAULT '0',20998  `community_id` int(12) NOT NULL DEFAULT '0',
15508  `cpage_id` int(12) NOT NULL DEFAULT '0',20999  `cpage_id` int(12) NOT NULL DEFAULT '0',
15509  `proxy_id` int(12) NOT NULL DEFAULT '0',21000  `proxy_id` int(12) NOT NULL DEFAULT '0',
15510  `announcement_active` int(1) NOT NULL DEFAULT '1',21001  `announcement_active` int(1) NOT NULL DEFAULT '1',
15511  `pending_moderation` int(1) NOT NULL DEFAULT '0',21002  `pending_moderation` int(1) NOT NULL DEFAULT '0',
15512  `release_date` bigint(64) NOT NULL DEFAULT '0',21003  `release_date` bigint(64) NOT NULL DEFAULT '0',
15513  `release_until` bigint(64) NOT NULL DEFAULT '0',21004  `release_until` bigint(64) NOT NULL DEFAULT '0',
15514  `announcement_title` varchar(128) NOT NULL,21005  `announcement_title` varchar(128) NOT NULL,
15515  `announcement_description` text NOT NULL,21006  `announcement_description` text NOT NULL,
15516  `notify_members` int(1) DEFAULT NULL,21007  `notify_members` int(1) DEFAULT NULL,
15517  `updated_date` bigint(64) NOT NULL DEFAULT '0',21008  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15518  `updated_by` int(12) NOT NULL DEFAULT '0'21009  `updated_by` int(12) NOT NULL DEFAULT '0'
15519) ENGINE=InnoDB DEFAULT CHARSET=utf8;21010) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1552021011
15521-- --------------------------------------------------------21012-- --------------------------------------------------------
1552221013
15523--21014--
15524-- Table structure for table `community_courses`21015-- Table structure for table `community_courses`
15525--21016--
1552621017
15527CREATE TABLE `community_courses` (21018CREATE TABLE `community_courses` (
15528  `community_course_id` int(12) NOT NULL,21019  `community_course_id` int(12) NOT NULL,
15529  `community_id` int(12) NOT NULL,21020  `community_id` int(12) NOT NULL,
15530  `course_id` int(12) NOT NULL21021  `course_id` int(12) NOT NULL
15531) ENGINE=InnoDB DEFAULT CHARSET=utf8;21022) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1553221023
15533--21024--
15534-- Dumping data for table `community_courses`21025-- Dumping data for table `community_courses`
15535--21026--
1553621027
15537INSERT INTO `community_courses` (`community_course_id`, `community_id`, `course_id`) VALUES21028INSERT INTO `community_courses` (`community_course_id`, `community_id`, `course_id`) VALUES
15538(1, 2, 1),21029(1, 2, 1),
15539(2, 3, 1);21030(2, 3, 1);
1554021031
15541-- --------------------------------------------------------21032-- --------------------------------------------------------
1554221033
15543--21034--
15544-- Table structure for table `community_course_cperiods`21035-- Table structure for table `community_course_cperiods`
15545--21036--
1554621037
15547CREATE TABLE `community_course_cperiods` (21038CREATE TABLE `community_course_cperiods` (
15548  `cccperiod_id` int(11) NOT NULL,21039  `cccperiod_id` int(11) NOT NULL,
15549  `community_id` int(12) NOT NULL,21040  `community_id` int(12) NOT NULL,
15550  `course_id` int(12) UNSIGNED NOT NULL,21041  `course_id` int(12) UNSIGNED NOT NULL,
15551  `cperiod_id` int(11) NOT NULL,21042  `cperiod_id` int(11) NOT NULL,
15552  `locked` tinyint(1) DEFAULT '0'21043  `locked` tinyint(1) DEFAULT '0'
15553) ENGINE=InnoDB DEFAULT CHARSET=utf8;21044) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1555421045
15555--21046--
15556-- Dumping data for table `community_course_cperiods`21047-- Dumping data for table `community_course_cperiods`
15557--21048--
1555821049
15559INSERT INTO `community_course_cperiods` (`cccperiod_id`, `community_id`, `course_id`, `cperiod_id`, `locked`) VALUES21050INSERT INTO `community_course_cperiods` (`cccperiod_id`, `community_id`, `course_id`, `cperiod_id`, `locked`) VALUES
15560(1, 2, 1, 1, 0),21051(1, 2, 1, 1, 0),
15561(2, 3, 1, 5, 0);21052(2, 3, 1, 5, 0);
1556221053
15563-- --------------------------------------------------------21054-- --------------------------------------------------------
1556421055
15565--21056--
15566-- Table structure for table `community_discussions`21057-- Table structure for table `community_discussions`
15567--21058--
1556821059
15569CREATE TABLE `community_discussions` (21060CREATE TABLE `community_discussions` (
15570  `cdiscussion_id` int(12) NOT NULL,21061  `cdiscussion_id` int(12) NOT NULL,
15571  `community_id` int(12) NOT NULL DEFAULT '0',21062  `community_id` int(12) NOT NULL DEFAULT '0',
15572  `cpage_id` int(12) NOT NULL DEFAULT '0',21063  `cpage_id` int(12) NOT NULL DEFAULT '0',
15573  `forum_title` varchar(64) NOT NULL DEFAULT '',21064  `forum_title` varchar(64) NOT NULL DEFAULT '',
15574  `forum_description` text NOT NULL,21065  `forum_description` text NOT NULL,
15575  `forum_category` text NOT NULL,21066  `forum_category` text NOT NULL,
15576  `forum_order` int(6) NOT NULL DEFAULT '0',21067  `forum_order` int(6) NOT NULL DEFAULT '0',
15577  `forum_active` int(1) NOT NULL DEFAULT '1',21068  `forum_active` int(1) NOT NULL DEFAULT '1',
15578  `admin_notifications` int(1) NOT NULL DEFAULT '0',21069  `admin_notifications` int(1) NOT NULL DEFAULT '0',
15579  `allow_public_read` int(1) NOT NULL DEFAULT '0',21070  `allow_public_read` int(1) NOT NULL DEFAULT '0',
15580  `allow_public_post` int(1) NOT NULL DEFAULT '0',21071  `allow_public_post` int(1) NOT NULL DEFAULT '0',
15581  `allow_public_reply` int(1) NOT NULL DEFAULT '0',21072  `allow_public_reply` int(1) NOT NULL DEFAULT '0',
15582  `allow_troll_read` int(1) NOT NULL DEFAULT '1',21073  `allow_troll_read` int(1) NOT NULL DEFAULT '1',
15583  `allow_troll_post` int(1) NOT NULL DEFAULT '0',21074  `allow_troll_post` int(1) NOT NULL DEFAULT '0',
15584  `allow_troll_reply` int(1) NOT NULL DEFAULT '0',21075  `allow_troll_reply` int(1) NOT NULL DEFAULT '0',
15585  `allow_member_read` int(1) NOT NULL DEFAULT '1',21076  `allow_member_read` int(1) NOT NULL DEFAULT '1',
15586  `allow_member_post` int(1) NOT NULL DEFAULT '1',21077  `allow_member_post` int(1) NOT NULL DEFAULT '1',
15587  `allow_member_reply` int(1) NOT NULL DEFAULT '1',21078  `allow_member_reply` int(1) NOT NULL DEFAULT '1',
15588  `release_date` bigint(64) NOT NULL DEFAULT '0',21079  `release_date` bigint(64) NOT NULL DEFAULT '0',
15589  `release_until` bigint(64) NOT NULL DEFAULT '0',21080  `release_until` bigint(64) NOT NULL DEFAULT '0',
15590  `updated_date` bigint(64) NOT NULL DEFAULT '0',21081  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15591  `updated_by` int(12) NOT NULL DEFAULT '0'21082  `updated_by` int(12) NOT NULL DEFAULT '0'
15592) ENGINE=InnoDB DEFAULT CHARSET=utf8;21083) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1559321084
15594-- --------------------------------------------------------21085-- --------------------------------------------------------
1559521086
15596--21087--
15597-- Table structure for table `community_discussions_files`21088-- Table structure for table `community_discussions_files`
15598--21089--
1559921090
15600CREATE TABLE `community_discussions_files` (21091CREATE TABLE `community_discussions_files` (
15601  `cdfile_id` int(12) NOT NULL,21092  `cdfile_id` int(12) NOT NULL,
15602  `cdtopic_id` int(12) NOT NULL DEFAULT '0',21093  `cdtopic_id` int(12) NOT NULL DEFAULT '0',
15603  `cdiscussion_id` int(12) NOT NULL DEFAULT '0',21094  `cdiscussion_id` int(12) NOT NULL DEFAULT '0',
15604  `community_id` int(12) NOT NULL DEFAULT '0',21095  `community_id` int(12) NOT NULL DEFAULT '0',
15605  `proxy_id` int(12) NOT NULL DEFAULT '0',21096  `proxy_id` int(12) NOT NULL DEFAULT '0',
15606  `file_title` varchar(128) NOT NULL,21097  `file_title` varchar(128) NOT NULL,
15607  `file_description` text NOT NULL,21098  `file_description` text NOT NULL,
15608  `file_active` int(1) NOT NULL DEFAULT '1',21099  `file_active` int(1) NOT NULL DEFAULT '1',
15609  `allow_member_revision` int(1) NOT NULL DEFAULT '0',21100  `allow_member_revision` int(1) NOT NULL DEFAULT '0',
15610  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',21101  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',
15611  `access_method` int(1) NOT NULL DEFAULT '0',21102  `access_method` int(1) NOT NULL DEFAULT '0',
15612  `release_date` bigint(64) NOT NULL DEFAULT '0',21103  `release_date` bigint(64) NOT NULL DEFAULT '0',
15613  `release_until` bigint(64) NOT NULL DEFAULT '0',21104  `release_until` bigint(64) NOT NULL DEFAULT '0',
15614  `updated_date` bigint(64) NOT NULL DEFAULT '0',21105  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15615  `updated_by` int(12) NOT NULL DEFAULT '0',21106  `updated_by` int(12) NOT NULL DEFAULT '0',
15616  `notify` int(1) NOT NULL DEFAULT '0'21107  `notify` int(1) NOT NULL DEFAULT '0'
15617) ENGINE=InnoDB DEFAULT CHARSET=utf8;21108) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1561821109
15619-- --------------------------------------------------------21110-- --------------------------------------------------------
1562021111
15621--21112--
15622-- Table structure for table `community_discussions_open`21113-- Table structure for table `community_discussions_open`
15623--21114--
1562421115
15625CREATE TABLE `community_discussions_open` (21116CREATE TABLE `community_discussions_open` (
15626  `cdopen_id` int(12) NOT NULL,21117  `cdopen_id` int(12) NOT NULL,
15627  `community_id` int(12) NOT NULL DEFAULT '0',21118  `community_id` int(12) NOT NULL DEFAULT '0',
15628  `page_id` int(12) NOT NULL DEFAULT '0',21119  `page_id` int(12) NOT NULL DEFAULT '0',
15629  `proxy_id` int(12) NOT NULL DEFAULT '0',21120  `proxy_id` int(12) NOT NULL DEFAULT '0',
15630  `discussion_open` varchar(1000) NOT NULL21121  `discussion_open` varchar(1000) NOT NULL
15631) ENGINE=InnoDB DEFAULT CHARSET=utf8;21122) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1563221123
15633-- --------------------------------------------------------21124-- --------------------------------------------------------
1563421125
15635--21126--
15636-- Table structure for table `community_discussion_file_versions`21127-- Table structure for table `community_discussion_file_versions`
15637--21128--
1563821129
15639CREATE TABLE `community_discussion_file_versions` (21130CREATE TABLE `community_discussion_file_versions` (
15640  `cdfversion_id` int(12) NOT NULL,21131  `cdfversion_id` int(12) NOT NULL,
15641  `cdfile_id` int(12) NOT NULL DEFAULT '0',21132  `cdfile_id` int(12) NOT NULL DEFAULT '0',
15642  `cdtopic_id` int(12) NOT NULL DEFAULT '0',21133  `cdtopic_id` int(12) NOT NULL DEFAULT '0',
15643  `community_id` int(12) NOT NULL DEFAULT '0',21134  `community_id` int(12) NOT NULL DEFAULT '0',
15644  `proxy_id` int(12) NOT NULL DEFAULT '0',21135  `proxy_id` int(12) NOT NULL DEFAULT '0',
15645  `file_version` int(5) NOT NULL DEFAULT '1',21136  `file_version` int(5) NOT NULL DEFAULT '1',
15646  `file_mimetype` varchar(128) NOT NULL,21137  `file_mimetype` varchar(128) NOT NULL,
15647  `file_filename` varchar(128) NOT NULL,21138  `file_filename` varchar(128) NOT NULL,
15648  `file_filesize` int(32) NOT NULL DEFAULT '0',21139  `file_filesize` int(32) NOT NULL DEFAULT '0',
15649  `file_active` int(1) NOT NULL DEFAULT '1',21140  `file_active` int(1) NOT NULL DEFAULT '1',
15650  `updated_date` bigint(64) NOT NULL DEFAULT '0',21141  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15651  `updated_by` int(12) NOT NULL DEFAULT '0'21142  `updated_by` int(12) NOT NULL DEFAULT '0'
15652) ENGINE=InnoDB DEFAULT CHARSET=utf8;21143) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1565321144
15654-- --------------------------------------------------------21145-- --------------------------------------------------------
1565521146
15656--21147--
15657-- Table structure for table `community_discussion_topics`21148-- Table structure for table `community_discussion_topics`
15658--21149--
1565921150
15660CREATE TABLE `community_discussion_topics` (21151CREATE TABLE `community_discussion_topics` (
15661  `cdtopic_id` int(12) NOT NULL,21152  `cdtopic_id` int(12) NOT NULL,
15662  `cdtopic_parent` int(12) NOT NULL DEFAULT '0',21153  `cdtopic_parent` int(12) NOT NULL DEFAULT '0',
15663  `cdiscussion_id` int(12) NOT NULL DEFAULT '0',21154  `cdiscussion_id` int(12) NOT NULL DEFAULT '0',
15664  `community_id` int(12) NOT NULL DEFAULT '0',21155  `community_id` int(12) NOT NULL DEFAULT '0',
15665  `proxy_id` int(12) NOT NULL DEFAULT '0',21156  `proxy_id` int(12) NOT NULL DEFAULT '0',
15666  `anonymous` int(1) NOT NULL DEFAULT '0',21157  `anonymous` int(1) NOT NULL DEFAULT '0',
15667  `topic_title` varchar(128) NOT NULL DEFAULT '',21158  `topic_title` varchar(128) NOT NULL DEFAULT '',
15668  `topic_description` text NOT NULL,21159  `topic_description` text NOT NULL,
15669  `topic_active` int(1) NOT NULL DEFAULT '1',21160  `topic_active` int(1) NOT NULL DEFAULT '1',
15670  `release_date` bigint(64) NOT NULL DEFAULT '0',21161  `release_date` bigint(64) NOT NULL DEFAULT '0',
15671  `release_until` bigint(64) NOT NULL DEFAULT '0',21162  `release_until` bigint(64) NOT NULL DEFAULT '0',
15672  `updated_date` bigint(64) NOT NULL DEFAULT '0',21163  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15673  `updated_by` int(12) NOT NULL DEFAULT '0',21164  `updated_by` int(12) NOT NULL DEFAULT '0',
15674  `notify` int(1) NOT NULL DEFAULT '0'21165  `notify` int(1) NOT NULL DEFAULT '0'
15675) ENGINE=InnoDB DEFAULT CHARSET=utf8;21166) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1567621167
15677-- --------------------------------------------------------21168-- --------------------------------------------------------
1567821169
15679--21170--
15680-- Table structure for table `community_events`21171-- Table structure for table `community_events`
15681--21172--
1568221173
15683CREATE TABLE `community_events` (21174CREATE TABLE `community_events` (
15684  `cevent_id` int(12) NOT NULL,21175  `cevent_id` int(12) NOT NULL,
15685  `community_id` int(12) NOT NULL DEFAULT '0',21176  `community_id` int(12) NOT NULL DEFAULT '0',
15686  `cpage_id` int(12) NOT NULL DEFAULT '0',21177  `cpage_id` int(12) NOT NULL DEFAULT '0',
15687  `proxy_id` int(12) NOT NULL DEFAULT '0',21178  `proxy_id` int(12) NOT NULL DEFAULT '0',
15688  `event_active` int(1) NOT NULL DEFAULT '1',21179  `event_active` int(1) NOT NULL DEFAULT '1',
15689  `pending_moderation` int(1) NOT NULL DEFAULT '0',21180  `pending_moderation` int(1) NOT NULL DEFAULT '0',
15690  `event_start` bigint(64) NOT NULL DEFAULT '0',21181  `event_start` bigint(64) NOT NULL DEFAULT '0',
15691  `event_finish` bigint(64) NOT NULL DEFAULT '0',21182  `event_finish` bigint(64) NOT NULL DEFAULT '0',
15692  `event_location` varchar(128) NOT NULL,21183  `event_location` varchar(128) NOT NULL,
15693  `release_date` bigint(64) NOT NULL DEFAULT '0',21184  `release_date` bigint(64) NOT NULL DEFAULT '0',
15694  `release_until` bigint(64) NOT NULL DEFAULT '0',21185  `release_until` bigint(64) NOT NULL DEFAULT '0',
15695  `event_title` varchar(128) NOT NULL,21186  `event_title` varchar(128) NOT NULL,
15696  `event_description` text NOT NULL,21187  `event_description` text NOT NULL,
15697  `updated_date` bigint(64) NOT NULL DEFAULT '0',21188  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15698  `updated_by` int(12) NOT NULL DEFAULT '0'21189  `updated_by` int(12) NOT NULL DEFAULT '0'
15699) ENGINE=InnoDB DEFAULT CHARSET=utf8;21190) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1570021191
15701-- --------------------------------------------------------21192-- --------------------------------------------------------
1570221193
15703--21194--
15704-- Table structure for table `community_galleries`21195-- Table structure for table `community_galleries`
15705--21196--
1570621197
15707CREATE TABLE `community_galleries` (21198CREATE TABLE `community_galleries` (
15708  `cgallery_id` int(12) NOT NULL,21199  `cgallery_id` int(12) NOT NULL,
15709  `community_id` int(12) NOT NULL DEFAULT '0',21200  `community_id` int(12) NOT NULL DEFAULT '0',
15710  `cpage_id` int(12) NOT NULL DEFAULT '0',21201  `cpage_id` int(12) NOT NULL DEFAULT '0',
15711  `gallery_title` varchar(64) NOT NULL,21202  `gallery_title` varchar(64) NOT NULL,
15712  `gallery_description` text NOT NULL,21203  `gallery_description` text NOT NULL,
15713  `gallery_cgphoto_id` int(12) NOT NULL DEFAULT '0',21204  `gallery_cgphoto_id` int(12) NOT NULL DEFAULT '0',
15714  `gallery_order` int(6) NOT NULL DEFAULT '0',21205  `gallery_order` int(6) NOT NULL DEFAULT '0',
15715  `gallery_active` int(1) NOT NULL DEFAULT '1',21206  `gallery_active` int(1) NOT NULL DEFAULT '1',
15716  `admin_notifications` int(1) NOT NULL DEFAULT '0',21207  `admin_notifications` int(1) NOT NULL DEFAULT '0',
15717  `allow_public_read` int(1) NOT NULL DEFAULT '0',21208  `allow_public_read` int(1) NOT NULL DEFAULT '0',
15718  `allow_public_upload` int(1) NOT NULL DEFAULT '0',21209  `allow_public_upload` int(1) NOT NULL DEFAULT '0',
15719  `allow_public_comment` int(1) NOT NULL DEFAULT '0',21210  `allow_public_comment` int(1) NOT NULL DEFAULT '0',
15720  `allow_troll_read` int(1) NOT NULL DEFAULT '1',21211  `allow_troll_read` int(1) NOT NULL DEFAULT '1',
15721  `allow_troll_upload` int(1) NOT NULL DEFAULT '0',21212  `allow_troll_upload` int(1) NOT NULL DEFAULT '0',
15722  `allow_troll_comment` int(1) NOT NULL DEFAULT '0',21213  `allow_troll_comment` int(1) NOT NULL DEFAULT '0',
15723  `allow_member_read` int(1) NOT NULL DEFAULT '1',21214  `allow_member_read` int(1) NOT NULL DEFAULT '1',
15724  `allow_member_upload` int(1) NOT NULL DEFAULT '1',21215  `allow_member_upload` int(1) NOT NULL DEFAULT '1',
15725  `allow_member_comment` int(1) NOT NULL DEFAULT '1',21216  `allow_member_comment` int(1) NOT NULL DEFAULT '1',
15726  `release_date` bigint(64) NOT NULL DEFAULT '0',21217  `release_date` bigint(64) NOT NULL DEFAULT '0',
15727  `release_until` bigint(64) NOT NULL DEFAULT '0',21218  `release_until` bigint(64) NOT NULL DEFAULT '0',
15728  `updated_date` bigint(64) NOT NULL DEFAULT '0',21219  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15729  `updated_by` int(12) NOT NULL DEFAULT '0'21220  `updated_by` int(12) NOT NULL DEFAULT '0'
15730) ENGINE=InnoDB DEFAULT CHARSET=utf8;21221) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1573121222
15732-- --------------------------------------------------------21223-- --------------------------------------------------------
1573321224
15734--21225--
15735-- Table structure for table `community_gallery_comments`21226-- Table structure for table `community_gallery_comments`
15736--21227--
1573721228
15738CREATE TABLE `community_gallery_comments` (21229CREATE TABLE `community_gallery_comments` (
15739  `cgcomment_id` int(12) NOT NULL,21230  `cgcomment_id` int(12) NOT NULL,
15740  `cgphoto_id` int(12) NOT NULL DEFAULT '0',21231  `cgphoto_id` int(12) NOT NULL DEFAULT '0',
15741  `cgallery_id` int(12) NOT NULL DEFAULT '0',21232  `cgallery_id` int(12) NOT NULL DEFAULT '0',
15742  `community_id` int(12) NOT NULL DEFAULT '0',21233  `community_id` int(12) NOT NULL DEFAULT '0',
15743  `proxy_id` int(12) NOT NULL DEFAULT '0',21234  `proxy_id` int(12) NOT NULL DEFAULT '0',
15744  `comment_title` varchar(128) NOT NULL,21235  `comment_title` varchar(128) NOT NULL,
15745  `comment_description` text NOT NULL,21236  `comment_description` text NOT NULL,
15746  `comment_active` int(1) NOT NULL DEFAULT '1',21237  `comment_active` int(1) NOT NULL DEFAULT '1',
15747  `release_date` bigint(64) NOT NULL DEFAULT '0',21238  `release_date` bigint(64) NOT NULL DEFAULT '0',
15748  `updated_date` bigint(64) NOT NULL DEFAULT '0',21239  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15749  `updated_by` int(12) NOT NULL DEFAULT '0',21240  `updated_by` int(12) NOT NULL DEFAULT '0',
15750  `notify` int(1) NOT NULL DEFAULT '0'21241  `notify` int(1) NOT NULL DEFAULT '0'
15751) ENGINE=InnoDB DEFAULT CHARSET=utf8;21242) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1575221243
15753-- --------------------------------------------------------21244-- --------------------------------------------------------
1575421245
15755--21246--
15756-- Table structure for table `community_gallery_photos`21247-- Table structure for table `community_gallery_photos`
15757--21248--
1575821249
15759CREATE TABLE `community_gallery_photos` (21250CREATE TABLE `community_gallery_photos` (
15760  `cgphoto_id` int(12) NOT NULL,21251  `cgphoto_id` int(12) NOT NULL,
15761  `cgallery_id` int(12) NOT NULL DEFAULT '0',21252  `cgallery_id` int(12) NOT NULL DEFAULT '0',
15762  `community_id` int(12) NOT NULL DEFAULT '0',21253  `community_id` int(12) NOT NULL DEFAULT '0',
15763  `proxy_id` int(12) NOT NULL DEFAULT '0',21254  `proxy_id` int(12) NOT NULL DEFAULT '0',
15764  `photo_mimetype` varchar(64) NOT NULL,21255  `photo_mimetype` varchar(64) NOT NULL,
15765  `photo_filename` varchar(128) NOT NULL,21256  `photo_filename` varchar(128) NOT NULL,
15766  `photo_filesize` int(32) NOT NULL DEFAULT '0',21257  `photo_filesize` int(32) NOT NULL DEFAULT '0',
15767  `photo_title` varchar(128) NOT NULL,21258  `photo_title` varchar(128) NOT NULL,
15768  `photo_description` text NOT NULL,21259  `photo_description` text NOT NULL,
15769  `photo_active` int(1) NOT NULL DEFAULT '1',21260  `photo_active` int(1) NOT NULL DEFAULT '1',
15770  `release_date` bigint(64) NOT NULL DEFAULT '0',21261  `release_date` bigint(64) NOT NULL DEFAULT '0',
15771  `release_until` bigint(64) NOT NULL DEFAULT '0',21262  `release_until` bigint(64) NOT NULL DEFAULT '0',
15772  `updated_date` bigint(64) NOT NULL DEFAULT '0',21263  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15773  `updated_by` int(12) NOT NULL DEFAULT '0',21264  `updated_by` int(12) NOT NULL DEFAULT '0',
15774  `notify` int(1) NOT NULL DEFAULT '0'21265  `notify` int(1) NOT NULL DEFAULT '0'
15775) ENGINE=InnoDB DEFAULT CHARSET=utf8;21266) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1577621267
15777-- --------------------------------------------------------21268-- --------------------------------------------------------
1577821269
15779--21270--
15780-- Table structure for table `community_history`21271-- Table structure for table `community_history`
15781--21272--
1578221273
15783CREATE TABLE `community_history` (21274CREATE TABLE `community_history` (
15784  `chistory_id` int(12) NOT NULL,21275  `chistory_id` int(12) NOT NULL,
15785  `community_id` int(12) NOT NULL DEFAULT '0',21276  `community_id` int(12) NOT NULL DEFAULT '0',
15786  `cpage_id` int(12) DEFAULT '0',21277  `cpage_id` int(12) DEFAULT '0',
15787  `record_id` int(12) NOT NULL DEFAULT '0',21278  `record_id` int(12) NOT NULL DEFAULT '0',
15788  `record_parent` int(12) NOT NULL DEFAULT '0',21279  `record_parent` int(12) NOT NULL DEFAULT '0',
15789  `proxy_id` int(12) NOT NULL DEFAULT '0',21280  `proxy_id` int(12) NOT NULL DEFAULT '0',
15790  `history_key` varchar(255) DEFAULT NULL,21281  `history_key` varchar(255) DEFAULT NULL,
15791  `history_message` text NOT NULL,21282  `history_message` text NOT NULL,
15792  `history_display` int(1) NOT NULL DEFAULT '0',21283  `history_display` int(1) NOT NULL DEFAULT '0',
15793  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'21284  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'
15794) ENGINE=InnoDB DEFAULT CHARSET=utf8;21285) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1579521286
15796--21287--
15797-- Dumping data for table `community_history`21288-- Dumping data for table `community_history`
15798--21289--
1579921290
15800INSERT INTO `community_history` (`chistory_id`, `community_id`, `cpage_id`, `record_id`, `record_parent`, `proxy_id`, `history_key`, `history_message`, `history_display`, `history_timestamp`) VALUES21291INSERT INTO `community_history` (`chistory_id`, `community_id`, `cpage_id`, `record_id`, `record_parent`, `proxy_id`, `history_key`, `history_message`, `history_display`, `history_timestamp`) VALUES
15801(1, 1, 1, 0, 0, 2, 'community_history_add_page', '', 1, 1685381585),21292(1, 1, 1, 0, 0, 2, 'community_history_add_page', '', 1, 1685381585),
15802(2, 1, 0, 1, 0, 2, 'community_history_create_active_community', '', 1, 1685381585);21293(2, 1, 0, 1, 0, 2, 'community_history_create_active_community', '', 1, 1685381585);
1580321294
15804-- --------------------------------------------------------21295-- --------------------------------------------------------
1580521296
15806--21297--
15807-- Table structure for table `community_mailing_lists`21298-- Table structure for table `community_mailing_lists`
15808--21299--
1580921300
15810CREATE TABLE `community_mailing_lists` (21301CREATE TABLE `community_mailing_lists` (
15811  `cmlist_id` int(12) NOT NULL,21302  `cmlist_id` int(12) NOT NULL,
15812  `community_id` int(12) NOT NULL DEFAULT '0',21303  `community_id` int(12) NOT NULL DEFAULT '0',
15813  `list_name` varchar(64) NOT NULL,21304  `list_name` varchar(64) NOT NULL,
15814  `list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',21305  `list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',
15815  `last_checked` int(11) NOT NULL DEFAULT '0'21306  `last_checked` int(11) NOT NULL DEFAULT '0'
15816) ENGINE=InnoDB DEFAULT CHARSET=utf8;21307) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1581721308
15818-- --------------------------------------------------------21309-- --------------------------------------------------------
1581921310
15820--21311--
15821-- Table structure for table `community_mailing_list_members`21312-- Table structure for table `community_mailing_list_members`
15822--21313--
1582321314
15824CREATE TABLE `community_mailing_list_members` (21315CREATE TABLE `community_mailing_list_members` (
15825  `cmlmember_id` int(12) NOT NULL,21316  `cmlmember_id` int(12) NOT NULL,
15826  `community_id` int(12) NOT NULL DEFAULT '0',21317  `community_id` int(12) NOT NULL DEFAULT '0',
15827  `proxy_id` int(12) NOT NULL,21318  `proxy_id` int(12) NOT NULL,
15828  `email` varchar(64) NOT NULL,21319  `email` varchar(64) NOT NULL,
15829  `member_active` int(1) NOT NULL DEFAULT '0',21320  `member_active` int(1) NOT NULL DEFAULT '0',
15830  `list_administrator` int(1) NOT NULL DEFAULT '0'21321  `list_administrator` int(1) NOT NULL DEFAULT '0'
15831) ENGINE=InnoDB DEFAULT CHARSET=utf8;21322) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1583221323
15833-- --------------------------------------------------------21324-- --------------------------------------------------------
1583421325
15835--21326--
15836-- Table structure for table `community_members`21327-- Table structure for table `community_members`
15837--21328--
1583821329
15839CREATE TABLE `community_members` (21330CREATE TABLE `community_members` (
15840  `cmember_id` int(12) NOT NULL,21331  `cmember_id` int(12) NOT NULL,
15841  `community_id` int(12) NOT NULL DEFAULT '0',21332  `community_id` int(12) NOT NULL DEFAULT '0',
15842  `proxy_id` int(12) NOT NULL DEFAULT '0',21333  `proxy_id` int(12) NOT NULL DEFAULT '0',
15843  `member_active` int(1) NOT NULL DEFAULT '1',21334  `member_active` int(1) NOT NULL DEFAULT '1',
15844  `member_joined` bigint(64) NOT NULL DEFAULT '0',21335  `member_joined` bigint(64) NOT NULL DEFAULT '0',
15845  `member_acl` int(1) NOT NULL DEFAULT '0'21336  `member_acl` int(1) NOT NULL DEFAULT '0'
15846) ENGINE=InnoDB DEFAULT CHARSET=utf8;21337) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1584721338
15848--21339--
15849-- Dumping data for table `community_members`21340-- Dumping data for table `community_members`
15850--21341--
1585121342
15852INSERT INTO `community_members` (`cmember_id`, `community_id`, `proxy_id`, `member_active`, `member_joined`, `member_acl`) VALUES21343INSERT INTO `community_members` (`cmember_id`, `community_id`, `proxy_id`, `member_active`, `member_joined`, `member_acl`) VALUES
15853(1, 1, 2, 1, 1685381585, 1),21344(1, 1, 2, 1, 1685381585, 1),
15854(2, 2, 1, 1, 1685381585, 1),21345(2, 2, 1, 1, 1685381585, 1),
15855(3, 3, 1, 1, 1685381585, 1),21346(3, 3, 1, 1, 1685381585, 1),
15856(4, 2, 2, 1, 1685381585, 1),21347(4, 2, 2, 1, 1685381585, 1),
15857(5, 3, 2, 1, 1685381585, 1),21348(5, 3, 2, 1, 1685381585, 1),
n15858(6, 0, 13, 1, 1685381585, 1);n21349(6, 0, 13, 1, 1685381585, 1),
21350(7, 0, 7, 1, 1685545288, 1),
21351(8, 0, 5, 1, 1685545288, 1),
21352(9, 0, 9, 1, 1685545288, 1),
21353(10, 0, 6, 1, 1685545288, 1),
21354(11, 0, 2, 1, 1685545288, 0),
21355(12, 0, 3, 1, 1685545288, 0),
21356(13, 0, 8, 1, 1685549315, 1);
1585921357
15860-- --------------------------------------------------------21358-- --------------------------------------------------------
1586121359
15862--21360--
15863-- Table structure for table `community_modules`21361-- Table structure for table `community_modules`
15864--21362--
1586521363
15866CREATE TABLE `community_modules` (21364CREATE TABLE `community_modules` (
15867  `cmodule_id` int(12) NOT NULL,21365  `cmodule_id` int(12) NOT NULL,
15868  `community_id` int(12) NOT NULL DEFAULT '0',21366  `community_id` int(12) NOT NULL DEFAULT '0',
15869  `module_id` int(12) NOT NULL DEFAULT '0',21367  `module_id` int(12) NOT NULL DEFAULT '0',
15870  `module_active` int(1) NOT NULL DEFAULT '0'21368  `module_active` int(1) NOT NULL DEFAULT '0'
15871) ENGINE=InnoDB DEFAULT CHARSET=utf8;21369) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1587221370
15873--21371--
15874-- Dumping data for table `community_modules`21372-- Dumping data for table `community_modules`
15875--21373--
1587621374
15877INSERT INTO `community_modules` (`cmodule_id`, `community_id`, `module_id`, `module_active`) VALUES21375INSERT INTO `community_modules` (`cmodule_id`, `community_id`, `module_id`, `module_active`) VALUES
15878(1, 1, 1, 1),21376(1, 1, 1, 1),
15879(2, 1, 2, 1),21377(2, 1, 2, 1),
15880(3, 1, 3, 1),21378(3, 1, 3, 1),
15881(4, 1, 4, 1),21379(4, 1, 4, 1),
15882(5, 1, 5, 1),21380(5, 1, 5, 1),
15883(6, 1, 6, 1),21381(6, 1, 6, 1),
15884(7, 1, 7, 1),21382(7, 1, 7, 1),
15885(8, 2, 1, 1),21383(8, 2, 1, 1),
15886(9, 2, 2, 1),21384(9, 2, 2, 1),
15887(10, 2, 3, 1),21385(10, 2, 3, 1),
15888(11, 2, 4, 1),21386(11, 2, 4, 1),
15889(12, 2, 5, 1),21387(12, 2, 5, 1),
15890(13, 2, 6, 1),21388(13, 2, 6, 1),
15891(14, 2, 7, 1),21389(14, 2, 7, 1),
15892(15, 3, 1, 1),21390(15, 3, 1, 1),
15893(16, 3, 2, 1),21391(16, 3, 2, 1),
15894(17, 3, 3, 1),21392(17, 3, 3, 1),
15895(18, 3, 4, 1),21393(18, 3, 4, 1),
15896(19, 3, 5, 1),21394(19, 3, 5, 1),
15897(20, 3, 6, 1),21395(20, 3, 6, 1),
15898(21, 3, 7, 1);21396(21, 3, 7, 1);
1589921397
15900-- --------------------------------------------------------21398-- --------------------------------------------------------
1590121399
15902--21400--
15903-- Table structure for table `community_notifications`21401-- Table structure for table `community_notifications`
15904--21402--
1590521403
15906CREATE TABLE `community_notifications` (21404CREATE TABLE `community_notifications` (
15907  `cnotification_id` int(12) UNSIGNED NOT NULL,21405  `cnotification_id` int(12) UNSIGNED NOT NULL,
15908  `release_time` bigint(64) NOT NULL DEFAULT '0',21406  `release_time` bigint(64) NOT NULL DEFAULT '0',
15909  `community` varchar(128) NOT NULL,21407  `community` varchar(128) NOT NULL,
15910  `type` varchar(64) NOT NULL,21408  `type` varchar(64) NOT NULL,
15911  `subject` varchar(128) NOT NULL DEFAULT '',21409  `subject` varchar(128) NOT NULL DEFAULT '',
15912  `record_id` int(12) NOT NULL DEFAULT '0',21410  `record_id` int(12) NOT NULL DEFAULT '0',
15913  `author_id` int(12) NOT NULL DEFAULT '0',21411  `author_id` int(12) NOT NULL DEFAULT '0',
15914  `body` text NOT NULL,21412  `body` text NOT NULL,
15915  `url` varchar(45) NOT NULL21413  `url` varchar(45) NOT NULL
15916) ENGINE=InnoDB DEFAULT CHARSET=utf8;21414) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1591721415
15918-- --------------------------------------------------------21416-- --------------------------------------------------------
1591921417
15920--21418--
15921-- Table structure for table `community_notify_members`21419-- Table structure for table `community_notify_members`
15922--21420--
1592321421
15924CREATE TABLE `community_notify_members` (21422CREATE TABLE `community_notify_members` (
15925  `cnmember_id` int(12) NOT NULL,21423  `cnmember_id` int(12) NOT NULL,
15926  `proxy_id` int(12) NOT NULL DEFAULT '0',21424  `proxy_id` int(12) NOT NULL DEFAULT '0',
15927  `record_id` int(12) NOT NULL DEFAULT '0',21425  `record_id` int(12) NOT NULL DEFAULT '0',
15928  `community_id` int(12) NOT NULL DEFAULT '0',21426  `community_id` int(12) NOT NULL DEFAULT '0',
15929  `notify_type` varchar(32) NOT NULL DEFAULT 'announcement',21427  `notify_type` varchar(32) NOT NULL DEFAULT 'announcement',
15930  `notify_active` int(1) NOT NULL DEFAULT '0'21428  `notify_active` int(1) NOT NULL DEFAULT '0'
15931) ENGINE=InnoDB DEFAULT CHARSET=utf8;21429) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1593221430
15933-- --------------------------------------------------------21431-- --------------------------------------------------------
1593421432
15935--21433--
15936-- Table structure for table `community_pages`21434-- Table structure for table `community_pages`
15937--21435--
1593821436
15939CREATE TABLE `community_pages` (21437CREATE TABLE `community_pages` (
15940  `cpage_id` int(12) NOT NULL,21438  `cpage_id` int(12) NOT NULL,
15941  `community_id` int(12) NOT NULL DEFAULT '0',21439  `community_id` int(12) NOT NULL DEFAULT '0',
15942  `parent_id` int(12) NOT NULL DEFAULT '0',21440  `parent_id` int(12) NOT NULL DEFAULT '0',
15943  `page_order` int(3) NOT NULL DEFAULT '0',21441  `page_order` int(3) NOT NULL DEFAULT '0',
15944  `page_type` varchar(16) NOT NULL DEFAULT 'default',21442  `page_type` varchar(16) NOT NULL DEFAULT 'default',
15945  `menu_title` varchar(48) NOT NULL,21443  `menu_title` varchar(48) NOT NULL,
15946  `page_title` text NOT NULL,21444  `page_title` text NOT NULL,
15947  `page_url` varchar(329) NOT NULL,21445  `page_url` varchar(329) NOT NULL,
15948  `page_content` longtext NOT NULL,21446  `page_content` longtext NOT NULL,
15949  `copied_from` int(1) NOT NULL DEFAULT '0',21447  `copied_from` int(1) NOT NULL DEFAULT '0',
15950  `page_active` int(1) NOT NULL DEFAULT '1',21448  `page_active` int(1) NOT NULL DEFAULT '1',
15951  `page_visible` int(1) NOT NULL DEFAULT '1',21449  `page_visible` int(1) NOT NULL DEFAULT '1',
15952  `allow_member_view` int(1) NOT NULL DEFAULT '1',21450  `allow_member_view` int(1) NOT NULL DEFAULT '1',
15953  `allow_troll_view` int(1) NOT NULL DEFAULT '1',21451  `allow_troll_view` int(1) NOT NULL DEFAULT '1',
15954  `allow_public_view` int(1) NOT NULL DEFAULT '0',21452  `allow_public_view` int(1) NOT NULL DEFAULT '0',
15955  `updated_date` bigint(64) NOT NULL DEFAULT '0',21453  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15956  `updated_by` int(12) NOT NULL DEFAULT '0'21454  `updated_by` int(12) NOT NULL DEFAULT '0'
15957) ENGINE=InnoDB DEFAULT CHARSET=utf8;21455) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1595821456
15959--21457--
15960-- Dumping data for table `community_pages`21458-- Dumping data for table `community_pages`
15961--21459--
1596221460
15963INSERT INTO `community_pages` (`cpage_id`, `community_id`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copied_from`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `updated_date`, `updated_by`) VALUES21461INSERT INTO `community_pages` (`cpage_id`, `community_id`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copied_from`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `updated_date`, `updated_by`) VALUES
15964(1, 1, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1685381585, 1),21462(1, 1, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1685381585, 1),
15965(2, 2, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),21463(2, 2, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),
15966(3, 2, 0, 0, 'default', 'Resources', 'Resources', 'resources', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),21464(3, 2, 0, 0, 'default', 'Resources', 'Resources', 'resources', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),
15967(4, 2, 3, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 0, 1, 1, 1, 0, 0, 1685381585, 1),21465(4, 2, 3, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 0, 1, 1, 1, 0, 0, 1685381585, 1),
15968(5, 3, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),21466(5, 3, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1),
15969(6, 3, 0, 1, 'default', 'Resources', 'Resources', 'resources', '', 3, 1, 1, 1, 0, 1, 1685381585, 1),21467(6, 3, 0, 1, 'default', 'Resources', 'Resources', 'resources', '', 3, 1, 1, 1, 0, 1, 1685381585, 1),
15970(7, 3, 6, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 4, 1, 1, 1, 0, 0, 1685381585, 1);21468(7, 3, 6, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 4, 1, 1, 1, 0, 0, 1685381585, 1);
1597121469
15972-- --------------------------------------------------------21470-- --------------------------------------------------------
1597321471
15974--21472--
15975-- Table structure for table `community_page_navigation`21473-- Table structure for table `community_page_navigation`
15976--21474--
1597721475
15978CREATE TABLE `community_page_navigation` (21476CREATE TABLE `community_page_navigation` (
15979  `cpnav_id` int(12) NOT NULL,21477  `cpnav_id` int(12) NOT NULL,
15980  `community_id` int(12) NOT NULL,21478  `community_id` int(12) NOT NULL,
15981  `cpage_id` int(12) NOT NULL DEFAULT '0',21479  `cpage_id` int(12) NOT NULL DEFAULT '0',
15982  `nav_page_id` int(11) DEFAULT NULL,21480  `nav_page_id` int(11) DEFAULT NULL,
15983  `show_nav` int(1) NOT NULL DEFAULT '1',21481  `show_nav` int(1) NOT NULL DEFAULT '1',
15984  `nav_title` varchar(100) NOT NULL DEFAULT 'Next',21482  `nav_title` varchar(100) NOT NULL DEFAULT 'Next',
15985  `nav_type` enum('next','previous') NOT NULL DEFAULT 'next',21483  `nav_type` enum('next','previous') NOT NULL DEFAULT 'next',
15986  `updated_date` bigint(64) NOT NULL DEFAULT '0',21484  `updated_date` bigint(64) NOT NULL DEFAULT '0',
15987  `updated_by` int(12) NOT NULL DEFAULT '0'21485  `updated_by` int(12) NOT NULL DEFAULT '0'
15988) ENGINE=InnoDB DEFAULT CHARSET=utf8;21486) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1598921487
15990-- --------------------------------------------------------21488-- --------------------------------------------------------
1599121489
15992--21490--
15993-- Table structure for table `community_page_options`21491-- Table structure for table `community_page_options`
15994--21492--
1599521493
15996CREATE TABLE `community_page_options` (21494CREATE TABLE `community_page_options` (
15997  `cpoption_id` int(12) NOT NULL,21495  `cpoption_id` int(12) NOT NULL,
15998  `community_id` int(12) NOT NULL,21496  `community_id` int(12) NOT NULL,
15999  `cpage_id` int(12) NOT NULL DEFAULT '0',21497  `cpage_id` int(12) NOT NULL DEFAULT '0',
16000  `option_title` varchar(32) NOT NULL,21498  `option_title` varchar(32) NOT NULL,
16001  `option_value` int(12) NOT NULL DEFAULT '1',21499  `option_value` int(12) NOT NULL DEFAULT '1',
16002  `proxy_id` int(12) NOT NULL DEFAULT '0',21500  `proxy_id` int(12) NOT NULL DEFAULT '0',
16003  `updated_date` bigint(64) NOT NULL DEFAULT '0'21501  `updated_date` bigint(64) NOT NULL DEFAULT '0'
16004) ENGINE=InnoDB DEFAULT CHARSET=utf8;21502) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1600521503
16006-- --------------------------------------------------------21504-- --------------------------------------------------------
1600721505
16008--21506--
16009-- Table structure for table `community_permissions`21507-- Table structure for table `community_permissions`
16010--21508--
1601121509
16012CREATE TABLE `community_permissions` (21510CREATE TABLE `community_permissions` (
16013  `cpermission_id` int(12) NOT NULL,21511  `cpermission_id` int(12) NOT NULL,
16014  `community_id` int(12) NOT NULL DEFAULT '0',21512  `community_id` int(12) NOT NULL DEFAULT '0',
16015  `module_id` int(12) NOT NULL DEFAULT '0',21513  `module_id` int(12) NOT NULL DEFAULT '0',
16016  `action` varchar(64) NOT NULL,21514  `action` varchar(64) NOT NULL,
16017  `level` int(1) NOT NULL DEFAULT '0'21515  `level` int(1) NOT NULL DEFAULT '0'
16018) ENGINE=InnoDB DEFAULT CHARSET=utf8;21516) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1601921517
16020-- --------------------------------------------------------21518-- --------------------------------------------------------
1602121519
16022--21520--
16023-- Table structure for table `community_polls`21521-- Table structure for table `community_polls`
16024--21522--
1602521523
16026CREATE TABLE `community_polls` (21524CREATE TABLE `community_polls` (
16027  `cpolls_id` int(12) NOT NULL,21525  `cpolls_id` int(12) NOT NULL,
16028  `community_id` int(12) NOT NULL DEFAULT '0',21526  `community_id` int(12) NOT NULL DEFAULT '0',
16029  `cpage_id` int(12) NOT NULL DEFAULT '0',21527  `cpage_id` int(12) NOT NULL DEFAULT '0',
16030  `proxy_id` int(12) NOT NULL DEFAULT '0',21528  `proxy_id` int(12) NOT NULL DEFAULT '0',
16031  `poll_title` varchar(64) NOT NULL,21529  `poll_title` varchar(64) NOT NULL,
16032  `poll_description` text NOT NULL,21530  `poll_description` text NOT NULL,
16033  `poll_terminology` varchar(32) NOT NULL DEFAULT 'Poll',21531  `poll_terminology` varchar(32) NOT NULL DEFAULT 'Poll',
16034  `poll_active` int(1) NOT NULL DEFAULT '1',21532  `poll_active` int(1) NOT NULL DEFAULT '1',
16035  `poll_order` int(6) NOT NULL DEFAULT '0',21533  `poll_order` int(6) NOT NULL DEFAULT '0',
16036  `poll_notifications` int(1) NOT NULL DEFAULT '0',21534  `poll_notifications` int(1) NOT NULL DEFAULT '0',
16037  `allow_multiple` int(1) NOT NULL DEFAULT '0',21535  `allow_multiple` int(1) NOT NULL DEFAULT '0',
16038  `number_of_votes` int(4) DEFAULT NULL,21536  `number_of_votes` int(4) DEFAULT NULL,
16039  `allow_public_read` int(1) NOT NULL DEFAULT '0',21537  `allow_public_read` int(1) NOT NULL DEFAULT '0',
16040  `allow_public_vote` int(1) NOT NULL DEFAULT '0',21538  `allow_public_vote` int(1) NOT NULL DEFAULT '0',
16041  `allow_public_results` int(1) NOT NULL DEFAULT '0',21539  `allow_public_results` int(1) NOT NULL DEFAULT '0',
16042  `allow_public_results_after` int(1) NOT NULL DEFAULT '0',21540  `allow_public_results_after` int(1) NOT NULL DEFAULT '0',
16043  `allow_troll_read` int(1) NOT NULL DEFAULT '0',21541  `allow_troll_read` int(1) NOT NULL DEFAULT '0',
16044  `allow_troll_vote` int(1) NOT NULL DEFAULT '0',21542  `allow_troll_vote` int(1) NOT NULL DEFAULT '0',
16045  `allow_troll_results` int(1) NOT NULL DEFAULT '0',21543  `allow_troll_results` int(1) NOT NULL DEFAULT '0',
16046  `allow_troll_results_after` int(1) NOT NULL DEFAULT '0',21544  `allow_troll_results_after` int(1) NOT NULL DEFAULT '0',
16047  `allow_member_read` int(1) NOT NULL DEFAULT '1',21545  `allow_member_read` int(1) NOT NULL DEFAULT '1',
16048  `allow_member_vote` int(1) NOT NULL DEFAULT '1',21546  `allow_member_vote` int(1) NOT NULL DEFAULT '1',
16049  `allow_member_results` int(1) NOT NULL DEFAULT '0',21547  `allow_member_results` int(1) NOT NULL DEFAULT '0',
16050  `allow_member_results_after` int(1) NOT NULL DEFAULT '1',21548  `allow_member_results_after` int(1) NOT NULL DEFAULT '1',
16051  `release_date` bigint(64) NOT NULL DEFAULT '0',21549  `release_date` bigint(64) NOT NULL DEFAULT '0',
16052  `release_until` bigint(64) NOT NULL DEFAULT '0',21550  `release_until` bigint(64) NOT NULL DEFAULT '0',
16053  `updated_date` bigint(64) NOT NULL DEFAULT '0',21551  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16054  `updated_by` int(12) NOT NULL DEFAULT '0'21552  `updated_by` int(12) NOT NULL DEFAULT '0'
16055) ENGINE=InnoDB DEFAULT CHARSET=utf8;21553) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1605621554
16057-- --------------------------------------------------------21555-- --------------------------------------------------------
1605821556
16059--21557--
16060-- Table structure for table `community_polls_access`21558-- Table structure for table `community_polls_access`
16061--21559--
1606221560
16063CREATE TABLE `community_polls_access` (21561CREATE TABLE `community_polls_access` (
16064  `cpaccess_id` int(12) NOT NULL,21562  `cpaccess_id` int(12) NOT NULL,
16065  `cpolls_id` int(12) NOT NULL DEFAULT '0',21563  `cpolls_id` int(12) NOT NULL DEFAULT '0',
16066  `proxy_id` int(12) NOT NULL DEFAULT '0',21564  `proxy_id` int(12) NOT NULL DEFAULT '0',
16067  `updated_date` bigint(64) NOT NULL DEFAULT '0',21565  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16068  `updated_by` int(12) NOT NULL DEFAULT '0'21566  `updated_by` int(12) NOT NULL DEFAULT '0'
16069) ENGINE=InnoDB DEFAULT CHARSET=utf8;21567) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1607021568
16071-- --------------------------------------------------------21569-- --------------------------------------------------------
1607221570
16073--21571--
16074-- Table structure for table `community_polls_questions`21572-- Table structure for table `community_polls_questions`
16075--21573--
1607621574
16077CREATE TABLE `community_polls_questions` (21575CREATE TABLE `community_polls_questions` (
16078  `cpquestion_id` int(12) NOT NULL,21576  `cpquestion_id` int(12) NOT NULL,
16079  `cpolls_id` int(12) NOT NULL DEFAULT '0',21577  `cpolls_id` int(12) NOT NULL DEFAULT '0',
16080  `community_id` int(12) NOT NULL DEFAULT '0',21578  `community_id` int(12) NOT NULL DEFAULT '0',
16081  `cpage_id` int(12) NOT NULL DEFAULT '0',21579  `cpage_id` int(12) NOT NULL DEFAULT '0',
16082  `proxy_id` int(12) NOT NULL DEFAULT '0',21580  `proxy_id` int(12) NOT NULL DEFAULT '0',
16083  `updated_date` int(12) NOT NULL DEFAULT '0',21581  `updated_date` int(12) NOT NULL DEFAULT '0',
16084  `updated_by` int(12) NOT NULL DEFAULT '0',21582  `updated_by` int(12) NOT NULL DEFAULT '0',
16085  `poll_question` text NOT NULL,21583  `poll_question` text NOT NULL,
16086  `question_order` int(2) NOT NULL DEFAULT '0',21584  `question_order` int(2) NOT NULL DEFAULT '0',
16087  `minimum_responses` int(2) NOT NULL DEFAULT '1',21585  `minimum_responses` int(2) NOT NULL DEFAULT '1',
16088  `maximum_responses` int(2) NOT NULL DEFAULT '1',21586  `maximum_responses` int(2) NOT NULL DEFAULT '1',
16089  `question_active` int(1) NOT NULL DEFAULT '1'21587  `question_active` int(1) NOT NULL DEFAULT '1'
16090) ENGINE=InnoDB DEFAULT CHARSET=utf8;21588) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1609121589
16092-- --------------------------------------------------------21590-- --------------------------------------------------------
1609321591
16094--21592--
16095-- Table structure for table `community_polls_responses`21593-- Table structure for table `community_polls_responses`
16096--21594--
1609721595
16098CREATE TABLE `community_polls_responses` (21596CREATE TABLE `community_polls_responses` (
16099  `cpresponses_id` int(12) NOT NULL,21597  `cpresponses_id` int(12) NOT NULL,
16100  `cpquestion_id` int(12) NOT NULL,21598  `cpquestion_id` int(12) NOT NULL,
16101  `cpolls_id` int(12) NOT NULL DEFAULT '0',21599  `cpolls_id` int(12) NOT NULL DEFAULT '0',
16102  `response` text NOT NULL,21600  `response` text NOT NULL,
16103  `response_index` int(5) NOT NULL DEFAULT '0',21601  `response_index` int(5) NOT NULL DEFAULT '0',
16104  `updated_date` bigint(64) NOT NULL DEFAULT '0',21602  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16105  `updated_by` int(12) NOT NULL DEFAULT '0'21603  `updated_by` int(12) NOT NULL DEFAULT '0'
16106) ENGINE=InnoDB DEFAULT CHARSET=utf8;21604) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1610721605
16108-- --------------------------------------------------------21606-- --------------------------------------------------------
1610921607
16110--21608--
16111-- Table structure for table `community_polls_results`21609-- Table structure for table `community_polls_results`
16112--21610--
1611321611
16114CREATE TABLE `community_polls_results` (21612CREATE TABLE `community_polls_results` (
16115  `cpresults_id` int(12) NOT NULL,21613  `cpresults_id` int(12) NOT NULL,
16116  `cpresponses_id` int(12) NOT NULL DEFAULT '0',21614  `cpresponses_id` int(12) NOT NULL DEFAULT '0',
16117  `proxy_id` int(12) NOT NULL DEFAULT '0',21615  `proxy_id` int(12) NOT NULL DEFAULT '0',
16118  `updated_date` bigint(64) NOT NULL DEFAULT '0',21616  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16119  `updated_by` int(12) NOT NULL DEFAULT '0'21617  `updated_by` int(12) NOT NULL DEFAULT '0'
16120) ENGINE=InnoDB DEFAULT CHARSET=utf8;21618) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1612121619
16122-- --------------------------------------------------------21620-- --------------------------------------------------------
1612321621
16124--21622--
16125-- Table structure for table `community_shares`21623-- Table structure for table `community_shares`
16126--21624--
1612721625
16128CREATE TABLE `community_shares` (21626CREATE TABLE `community_shares` (
16129  `cshare_id` int(12) NOT NULL,21627  `cshare_id` int(12) NOT NULL,
16130  `community_id` int(12) NOT NULL DEFAULT '0',21628  `community_id` int(12) NOT NULL DEFAULT '0',
16131  `cpage_id` int(12) NOT NULL DEFAULT '0',21629  `cpage_id` int(12) NOT NULL DEFAULT '0',
16132  `parent_folder_id` int(12) NOT NULL DEFAULT '0',21630  `parent_folder_id` int(12) NOT NULL DEFAULT '0',
16133  `folder_title` varchar(64) NOT NULL,21631  `folder_title` varchar(64) NOT NULL,
16134  `folder_description` text NOT NULL,21632  `folder_description` text NOT NULL,
16135  `folder_icon` int(3) NOT NULL DEFAULT '1',21633  `folder_icon` int(3) NOT NULL DEFAULT '1',
16136  `folder_order` int(6) NOT NULL DEFAULT '0',21634  `folder_order` int(6) NOT NULL DEFAULT '0',
16137  `folder_active` int(1) NOT NULL DEFAULT '1',21635  `folder_active` int(1) NOT NULL DEFAULT '1',
16138  `copied_from` int(1) NOT NULL DEFAULT '0',21636  `copied_from` int(1) NOT NULL DEFAULT '0',
16139  `student_hidden` int(1) NOT NULL DEFAULT '0',21637  `student_hidden` int(1) NOT NULL DEFAULT '0',
16140  `show_file_versions` tinyint(1) DEFAULT NULL,21638  `show_file_versions` tinyint(1) DEFAULT NULL,
16141  `admin_notifications` int(1) NOT NULL DEFAULT '0',21639  `admin_notifications` int(1) NOT NULL DEFAULT '0',
16142  `allow_public_read` int(1) NOT NULL DEFAULT '0',21640  `allow_public_read` int(1) NOT NULL DEFAULT '0',
16143  `allow_public_upload` int(1) NOT NULL DEFAULT '0',21641  `allow_public_upload` int(1) NOT NULL DEFAULT '0',
16144  `allow_public_comment` int(1) NOT NULL DEFAULT '0',21642  `allow_public_comment` int(1) NOT NULL DEFAULT '0',
16145  `allow_troll_read` int(1) NOT NULL DEFAULT '1',21643  `allow_troll_read` int(1) NOT NULL DEFAULT '1',
16146  `allow_troll_upload` int(1) NOT NULL DEFAULT '0',21644  `allow_troll_upload` int(1) NOT NULL DEFAULT '0',
16147  `allow_troll_comment` int(1) NOT NULL DEFAULT '0',21645  `allow_troll_comment` int(1) NOT NULL DEFAULT '0',
16148  `allow_member_read` int(1) NOT NULL DEFAULT '1',21646  `allow_member_read` int(1) NOT NULL DEFAULT '1',
16149  `allow_member_upload` int(1) NOT NULL DEFAULT '1',21647  `allow_member_upload` int(1) NOT NULL DEFAULT '1',
16150  `allow_member_comment` int(1) NOT NULL DEFAULT '1',21648  `allow_member_comment` int(1) NOT NULL DEFAULT '1',
16151  `release_date` bigint(64) NOT NULL DEFAULT '0',21649  `release_date` bigint(64) NOT NULL DEFAULT '0',
16152  `release_until` bigint(64) NOT NULL DEFAULT '0',21650  `release_until` bigint(64) NOT NULL DEFAULT '0',
16153  `updated_date` bigint(64) NOT NULL DEFAULT '0',21651  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16154  `updated_by` int(12) NOT NULL DEFAULT '0'21652  `updated_by` int(12) NOT NULL DEFAULT '0'
16155) ENGINE=InnoDB DEFAULT CHARSET=utf8;21653) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1615621654
16157--21655--
16158-- Dumping data for table `community_shares`21656-- Dumping data for table `community_shares`
16159--21657--
1616021658
16161INSERT INTO `community_shares` (`cshare_id`, `community_id`, `cpage_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_icon`, `folder_order`, `folder_active`, `copied_from`, `student_hidden`, `show_file_versions`, `admin_notifications`, `allow_public_read`, `allow_public_upload`, `allow_public_comment`, `allow_troll_read`, `allow_troll_upload`, `allow_troll_comment`, `allow_member_read`, `allow_member_upload`, `allow_member_comment`, `release_date`, `release_until`, `updated_date`, `updated_by`) VALUES21659INSERT INTO `community_shares` (`cshare_id`, `community_id`, `cpage_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_icon`, `folder_order`, `folder_active`, `copied_from`, `student_hidden`, `show_file_versions`, `admin_notifications`, `allow_public_read`, `allow_public_upload`, `allow_public_comment`, `allow_troll_read`, `allow_troll_upload`, `allow_troll_comment`, `allow_member_read`, `allow_member_upload`, `allow_member_comment`, `release_date`, `release_until`, `updated_date`, `updated_by`) VALUES
16162(1, 2, 4, 0, 'Test Folder', 'Here\'s a folder!', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1),21660(1, 2, 4, 0, 'Test Folder', 'Here\'s a folder!', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1),
16163(2, 3, 7, 0, 'Folder 2', 'Second shared folder.', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1);21661(2, 3, 7, 0, 'Folder 2', 'Second shared folder.', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1);
1616421662
16165-- --------------------------------------------------------21663-- --------------------------------------------------------
1616621664
16167--21665--
16168-- Table structure for table `community_shares_open`21666-- Table structure for table `community_shares_open`
16169--21667--
1617021668
16171CREATE TABLE `community_shares_open` (21669CREATE TABLE `community_shares_open` (
16172  `cshareopem_id` int(12) NOT NULL,21670  `cshareopem_id` int(12) NOT NULL,
16173  `community_id` int(12) NOT NULL DEFAULT '0',21671  `community_id` int(12) NOT NULL DEFAULT '0',
16174  `page_id` int(12) NOT NULL DEFAULT '0',21672  `page_id` int(12) NOT NULL DEFAULT '0',
16175  `proxy_id` int(12) NOT NULL DEFAULT '0',21673  `proxy_id` int(12) NOT NULL DEFAULT '0',
16176  `shares_open` varchar(1000) NOT NULL21674  `shares_open` varchar(1000) NOT NULL
16177) ENGINE=InnoDB DEFAULT CHARSET=utf8;21675) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1617821676
16179-- --------------------------------------------------------21677-- --------------------------------------------------------
1618021678
16181--21679--
16182-- Table structure for table `community_share_comments`21680-- Table structure for table `community_share_comments`
16183--21681--
1618421682
16185CREATE TABLE `community_share_comments` (21683CREATE TABLE `community_share_comments` (
16186  `cscomment_id` int(12) NOT NULL,21684  `cscomment_id` int(12) NOT NULL,
16187  `csfile_id` int(12) NOT NULL DEFAULT '0',21685  `csfile_id` int(12) NOT NULL DEFAULT '0',
16188  `cshare_id` int(12) NOT NULL DEFAULT '0',21686  `cshare_id` int(12) NOT NULL DEFAULT '0',
16189  `community_id` int(12) NOT NULL DEFAULT '0',21687  `community_id` int(12) NOT NULL DEFAULT '0',
16190  `proxy_id` int(12) NOT NULL DEFAULT '0',21688  `proxy_id` int(12) NOT NULL DEFAULT '0',
16191  `comment_title` varchar(128) NOT NULL,21689  `comment_title` varchar(128) NOT NULL,
16192  `comment_description` text NOT NULL,21690  `comment_description` text NOT NULL,
16193  `comment_active` int(1) NOT NULL DEFAULT '1',21691  `comment_active` int(1) NOT NULL DEFAULT '1',
16194  `release_date` bigint(64) NOT NULL DEFAULT '0',21692  `release_date` bigint(64) NOT NULL DEFAULT '0',
16195  `updated_date` bigint(64) NOT NULL DEFAULT '0',21693  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16196  `updated_by` int(12) NOT NULL DEFAULT '0',21694  `updated_by` int(12) NOT NULL DEFAULT '0',
16197  `notify` int(1) NOT NULL DEFAULT '0'21695  `notify` int(1) NOT NULL DEFAULT '0'
16198) ENGINE=InnoDB DEFAULT CHARSET=utf8;21696) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1619921697
16200-- --------------------------------------------------------21698-- --------------------------------------------------------
1620121699
16202--21700--
16203-- Table structure for table `community_share_files`21701-- Table structure for table `community_share_files`
16204--21702--
1620521703
16206CREATE TABLE `community_share_files` (21704CREATE TABLE `community_share_files` (
16207  `csfile_id` int(12) NOT NULL,21705  `csfile_id` int(12) NOT NULL,
16208  `cshare_id` int(12) NOT NULL DEFAULT '0',21706  `cshare_id` int(12) NOT NULL DEFAULT '0',
16209  `community_id` int(12) NOT NULL DEFAULT '0',21707  `community_id` int(12) NOT NULL DEFAULT '0',
16210  `proxy_id` int(12) NOT NULL DEFAULT '0',21708  `proxy_id` int(12) NOT NULL DEFAULT '0',
16211  `file_title` varchar(128) NOT NULL,21709  `file_title` varchar(128) NOT NULL,
16212  `file_description` text NOT NULL,21710  `file_description` text NOT NULL,
16213  `file_active` int(1) NOT NULL DEFAULT '1',21711  `file_active` int(1) NOT NULL DEFAULT '1',
16214  `allow_member_read` int(1) NOT NULL DEFAULT '1',21712  `allow_member_read` int(1) NOT NULL DEFAULT '1',
16215  `allow_member_revision` int(1) NOT NULL DEFAULT '0',21713  `allow_member_revision` int(1) NOT NULL DEFAULT '0',
16216  `allow_troll_read` int(1) NOT NULL DEFAULT '0',21714  `allow_troll_read` int(1) NOT NULL DEFAULT '0',
16217  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',21715  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',
16218  `access_method` int(1) NOT NULL DEFAULT '0',21716  `access_method` int(1) NOT NULL DEFAULT '0',
16219  `student_hidden` int(1) NOT NULL DEFAULT '1',21717  `student_hidden` int(1) NOT NULL DEFAULT '1',
16220  `release_date` bigint(64) NOT NULL DEFAULT '0',21718  `release_date` bigint(64) NOT NULL DEFAULT '0',
16221  `release_until` bigint(64) NOT NULL DEFAULT '0',21719  `release_until` bigint(64) NOT NULL DEFAULT '0',
16222  `updated_date` bigint(64) NOT NULL DEFAULT '0',21720  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16223  `updated_by` int(12) NOT NULL DEFAULT '0',21721  `updated_by` int(12) NOT NULL DEFAULT '0',
16224  `notify` int(1) NOT NULL DEFAULT '0'21722  `notify` int(1) NOT NULL DEFAULT '0'
16225) ENGINE=InnoDB DEFAULT CHARSET=utf8;21723) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1622621724
16227--21725--
16228-- Dumping data for table `community_share_files`21726-- Dumping data for table `community_share_files`
16229--21727--
1623021728
16231INSERT INTO `community_share_files` (`csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_title`, `file_description`, `file_active`, `allow_member_read`, `allow_member_revision`, `allow_troll_read`, `allow_troll_revision`, `access_method`, `student_hidden`, `release_date`, `release_until`, `updated_date`, `updated_by`, `notify`) VALUES21729INSERT INTO `community_share_files` (`csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_title`, `file_description`, `file_active`, `allow_member_read`, `allow_member_revision`, `allow_troll_read`, `allow_troll_revision`, `access_method`, `student_hidden`, `release_date`, `release_until`, `updated_date`, `updated_by`, `notify`) VALUES
16232(1, 1, 2, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0),21730(1, 1, 2, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0),
16233(2, 2, 3, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0);21731(2, 2, 3, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0);
1623421732
16235-- --------------------------------------------------------21733-- --------------------------------------------------------
1623621734
16237--21735--
16238-- Table structure for table `community_share_file_versions`21736-- Table structure for table `community_share_file_versions`
16239--21737--
1624021738
16241CREATE TABLE `community_share_file_versions` (21739CREATE TABLE `community_share_file_versions` (
16242  `csfversion_id` int(12) NOT NULL,21740  `csfversion_id` int(12) NOT NULL,
16243  `csfile_id` int(12) NOT NULL DEFAULT '0',21741  `csfile_id` int(12) NOT NULL DEFAULT '0',
16244  `cshare_id` int(12) NOT NULL DEFAULT '0',21742  `cshare_id` int(12) NOT NULL DEFAULT '0',
16245  `community_id` int(12) NOT NULL DEFAULT '0',21743  `community_id` int(12) NOT NULL DEFAULT '0',
16246  `proxy_id` int(12) NOT NULL DEFAULT '0',21744  `proxy_id` int(12) NOT NULL DEFAULT '0',
16247  `file_version` int(5) NOT NULL DEFAULT '1',21745  `file_version` int(5) NOT NULL DEFAULT '1',
16248  `file_mimetype` varchar(128) NOT NULL,21746  `file_mimetype` varchar(128) NOT NULL,
16249  `file_filename` varchar(128) NOT NULL,21747  `file_filename` varchar(128) NOT NULL,
16250  `file_filesize` int(32) NOT NULL DEFAULT '0',21748  `file_filesize` int(32) NOT NULL DEFAULT '0',
16251  `file_active` int(1) NOT NULL DEFAULT '1',21749  `file_active` int(1) NOT NULL DEFAULT '1',
16252  `updated_date` bigint(64) NOT NULL DEFAULT '0',21750  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16253  `updated_by` int(12) NOT NULL DEFAULT '0'21751  `updated_by` int(12) NOT NULL DEFAULT '0'
16254) ENGINE=InnoDB DEFAULT CHARSET=utf8;21752) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1625521753
16256--21754--
16257-- Dumping data for table `community_share_file_versions`21755-- Dumping data for table `community_share_file_versions`
16258--21756--
1625921757
16260INSERT INTO `community_share_file_versions` (`csfversion_id`, `csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_version`, `file_mimetype`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES21758INSERT INTO `community_share_file_versions` (`csfversion_id`, `csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_version`, `file_mimetype`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES
16261(1, 1, 1, 2, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1),21759(1, 1, 1, 2, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1),
16262(2, 2, 2, 3, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1);21760(2, 2, 2, 3, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1);
1626321761
16264-- --------------------------------------------------------21762-- --------------------------------------------------------
1626521763
16266--21764--
16267-- Table structure for table `community_share_html`21765-- Table structure for table `community_share_html`
16268--21766--
1626921767
16270CREATE TABLE `community_share_html` (21768CREATE TABLE `community_share_html` (
16271  `cshtml_id` int(12) UNSIGNED NOT NULL,21769  `cshtml_id` int(12) UNSIGNED NOT NULL,
16272  `cshare_id` int(12) NOT NULL DEFAULT '0',21770  `cshare_id` int(12) NOT NULL DEFAULT '0',
16273  `community_id` int(12) NOT NULL DEFAULT '0',21771  `community_id` int(12) NOT NULL DEFAULT '0',
16274  `proxy_id` int(12) NOT NULL DEFAULT '0',21772  `proxy_id` int(12) NOT NULL DEFAULT '0',
16275  `html_title` varchar(128) NOT NULL,21773  `html_title` varchar(128) NOT NULL,
16276  `html_description` varchar(256) DEFAULT NULL,21774  `html_description` varchar(256) DEFAULT NULL,
16277  `html_content` text NOT NULL,21775  `html_content` text NOT NULL,
16278  `html_active` int(1) NOT NULL DEFAULT '1',21776  `html_active` int(1) NOT NULL DEFAULT '1',
16279  `allow_member_read` int(1) NOT NULL DEFAULT '1',21777  `allow_member_read` int(1) NOT NULL DEFAULT '1',
16280  `allow_troll_read` int(1) NOT NULL DEFAULT '0',21778  `allow_troll_read` int(1) NOT NULL DEFAULT '0',
16281  `access_method` int(1) NOT NULL DEFAULT '0',21779  `access_method` int(1) NOT NULL DEFAULT '0',
16282  `student_hidden` int(1) NOT NULL DEFAULT '0',21780  `student_hidden` int(1) NOT NULL DEFAULT '0',
16283  `release_date` bigint(64) NOT NULL DEFAULT '0',21781  `release_date` bigint(64) NOT NULL DEFAULT '0',
16284  `release_until` bigint(64) NOT NULL DEFAULT '0',21782  `release_until` bigint(64) NOT NULL DEFAULT '0',
16285  `updated_date` bigint(64) NOT NULL DEFAULT '0',21783  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16286  `updated_by` int(12) NOT NULL DEFAULT '0',21784  `updated_by` int(12) NOT NULL DEFAULT '0',
16287  `notify` int(1) NOT NULL DEFAULT '0'21785  `notify` int(1) NOT NULL DEFAULT '0'
16288) ENGINE=InnoDB DEFAULT CHARSET=utf8;21786) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1628921787
16290-- --------------------------------------------------------21788-- --------------------------------------------------------
1629121789
16292--21790--
16293-- Table structure for table `community_share_links`21791-- Table structure for table `community_share_links`
16294--21792--
1629521793
16296CREATE TABLE `community_share_links` (21794CREATE TABLE `community_share_links` (
16297  `cslink_id` int(12) NOT NULL,21795  `cslink_id` int(12) NOT NULL,
16298  `cshare_id` int(12) NOT NULL DEFAULT '0',21796  `cshare_id` int(12) NOT NULL DEFAULT '0',
16299  `community_id` int(12) NOT NULL DEFAULT '0',21797  `community_id` int(12) NOT NULL DEFAULT '0',
16300  `proxy_id` int(12) NOT NULL DEFAULT '0',21798  `proxy_id` int(12) NOT NULL DEFAULT '0',
16301  `link_title` varchar(128) NOT NULL,21799  `link_title` varchar(128) NOT NULL,
16302  `link_url` varchar(2000) DEFAULT NULL,21800  `link_url` varchar(2000) DEFAULT NULL,
16303  `link_description` text NOT NULL,21801  `link_description` text NOT NULL,
16304  `link_active` int(1) NOT NULL DEFAULT '1',21802  `link_active` int(1) NOT NULL DEFAULT '1',
16305  `allow_member_read` int(1) NOT NULL DEFAULT '1',21803  `allow_member_read` int(1) NOT NULL DEFAULT '1',
16306  `allow_member_revision` int(1) NOT NULL DEFAULT '0',21804  `allow_member_revision` int(1) NOT NULL DEFAULT '0',
16307  `allow_troll_read` int(1) NOT NULL DEFAULT '0',21805  `allow_troll_read` int(1) NOT NULL DEFAULT '0',
16308  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',21806  `allow_troll_revision` int(1) NOT NULL DEFAULT '0',
16309  `access_method` int(1) NOT NULL DEFAULT '1',21807  `access_method` int(1) NOT NULL DEFAULT '1',
16310  `iframe_resize` int(1) NOT NULL DEFAULT '0',21808  `iframe_resize` int(1) NOT NULL DEFAULT '0',
16311  `session_variables` int(1) NOT NULL DEFAULT '0',21809  `session_variables` int(1) NOT NULL DEFAULT '0',
16312  `student_hidden` int(1) NOT NULL DEFAULT '0',21810  `student_hidden` int(1) NOT NULL DEFAULT '0',
16313  `release_date` bigint(64) NOT NULL DEFAULT '0',21811  `release_date` bigint(64) NOT NULL DEFAULT '0',
16314  `release_until` bigint(64) NOT NULL DEFAULT '0',21812  `release_until` bigint(64) NOT NULL DEFAULT '0',
16315  `updated_date` bigint(64) NOT NULL DEFAULT '0',21813  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16316  `updated_by` int(12) NOT NULL DEFAULT '0',21814  `updated_by` int(12) NOT NULL DEFAULT '0',
16317  `notify` int(1) NOT NULL DEFAULT '0',21815  `notify` int(1) NOT NULL DEFAULT '0',
16318  `angel_entry_id` varchar(100) DEFAULT NULL,21816  `angel_entry_id` varchar(100) DEFAULT NULL,
16319  `angel_parent_id` varchar(100) DEFAULT NULL21817  `angel_parent_id` varchar(100) DEFAULT NULL
16320) ENGINE=InnoDB DEFAULT CHARSET=utf8;21818) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1632121819
16322-- --------------------------------------------------------21820-- --------------------------------------------------------
1632321821
16324--21822--
16325-- Table structure for table `community_templates`21823-- Table structure for table `community_templates`
16326--21824--
1632721825
16328CREATE TABLE `community_templates` (21826CREATE TABLE `community_templates` (
16329  `template_id` int(12) UNSIGNED NOT NULL,21827  `template_id` int(12) UNSIGNED NOT NULL,
16330  `template_name` varchar(60) NOT NULL,21828  `template_name` varchar(60) NOT NULL,
16331  `template_description` text,21829  `template_description` text,
16332  `organisation_id` int(12) UNSIGNED DEFAULT NULL,21830  `organisation_id` int(12) UNSIGNED DEFAULT NULL,
16333  `group` int(12) UNSIGNED DEFAULT NULL,21831  `group` int(12) UNSIGNED DEFAULT NULL,
16334  `role` varchar(100) DEFAULT NULL21832  `role` varchar(100) DEFAULT NULL
16335) ENGINE=InnoDB DEFAULT CHARSET=utf8;21833) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1633621834
16337--21835--
16338-- Dumping data for table `community_templates`21836-- Dumping data for table `community_templates`
16339--21837--
1634021838
16341INSERT INTO `community_templates` (`template_id`, `template_name`, `template_description`, `organisation_id`, `group`, `role`) VALUES21839INSERT INTO `community_templates` (`template_id`, `template_name`, `template_description`, `organisation_id`, `group`, `role`) VALUES
16342(1, 'default', '', NULL, NULL, NULL),21840(1, 'default', '', NULL, NULL, NULL),
16343(2, 'committee', '', NULL, NULL, NULL),21841(2, 'committee', '', NULL, NULL, NULL),
16344(3, 'virtualpatient', '', NULL, NULL, NULL),21842(3, 'virtualpatient', '', NULL, NULL, NULL),
16345(4, 'learningmodule', '', NULL, NULL, NULL),21843(4, 'learningmodule', '', NULL, NULL, NULL),
16346(5, 'course', '', NULL, NULL, NULL);21844(5, 'course', '', NULL, NULL, NULL);
1634721845
16348-- --------------------------------------------------------21846-- --------------------------------------------------------
1634921847
16350--21848--
16351-- Table structure for table `community_type_pages`21849-- Table structure for table `community_type_pages`
16352--21850--
1635321851
16354CREATE TABLE `community_type_pages` (21852CREATE TABLE `community_type_pages` (
16355  `ctpage_id` int(12) NOT NULL,21853  `ctpage_id` int(12) NOT NULL,
16356  `type_id` int(12) NOT NULL DEFAULT '0',21854  `type_id` int(12) NOT NULL DEFAULT '0',
16357  `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global',21855  `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global',
16358  `parent_id` int(12) NOT NULL DEFAULT '0',21856  `parent_id` int(12) NOT NULL DEFAULT '0',
16359  `page_order` int(3) NOT NULL DEFAULT '0',21857  `page_order` int(3) NOT NULL DEFAULT '0',
16360  `page_type` varchar(16) NOT NULL DEFAULT 'default',21858  `page_type` varchar(16) NOT NULL DEFAULT 'default',
16361  `menu_title` varchar(48) NOT NULL,21859  `menu_title` varchar(48) NOT NULL,
16362  `page_title` text NOT NULL,21860  `page_title` text NOT NULL,
16363  `page_url` varchar(512) DEFAULT NULL,21861  `page_url` varchar(512) DEFAULT NULL,
16364  `page_content` longtext NOT NULL,21862  `page_content` longtext NOT NULL,
16365  `copy_on_rollover` tinyint(1) NOT NULL DEFAULT '0',21863  `copy_on_rollover` tinyint(1) NOT NULL DEFAULT '0',
16366  `page_active` tinyint(1) NOT NULL DEFAULT '1',21864  `page_active` tinyint(1) NOT NULL DEFAULT '1',
16367  `page_visible` tinyint(1) NOT NULL DEFAULT '1',21865  `page_visible` tinyint(1) NOT NULL DEFAULT '1',
16368  `allow_member_view` tinyint(1) NOT NULL DEFAULT '1',21866  `allow_member_view` tinyint(1) NOT NULL DEFAULT '1',
16369  `allow_troll_view` tinyint(1) NOT NULL DEFAULT '1',21867  `allow_troll_view` tinyint(1) NOT NULL DEFAULT '1',
16370  `allow_public_view` tinyint(1) NOT NULL DEFAULT '0',21868  `allow_public_view` tinyint(1) NOT NULL DEFAULT '0',
16371  `lock_page` tinyint(1) NOT NULL DEFAULT '0',21869  `lock_page` tinyint(1) NOT NULL DEFAULT '0',
16372  `updated_date` bigint(64) NOT NULL DEFAULT '0',21870  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16373  `updated_by` int(12) NOT NULL DEFAULT '0'21871  `updated_by` int(12) NOT NULL DEFAULT '0'
16374) ENGINE=InnoDB DEFAULT CHARSET=utf8;21872) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1637521873
16376--21874--
16377-- Dumping data for table `community_type_pages`21875-- Dumping data for table `community_type_pages`
16378--21876--
1637921877
16380INSERT INTO `community_type_pages` (`ctpage_id`, `type_id`, `type_scope`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copy_on_rollover`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `lock_page`, `updated_date`, `updated_by`) VALUES21878INSERT INTO `community_type_pages` (`ctpage_id`, `type_id`, `type_scope`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copy_on_rollover`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `lock_page`, `updated_date`, `updated_by`) VALUES
16381(1, 1, 'global', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1),21879(1, 1, 'global', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1),
16382(2, 1, 'global', 0, 1, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21880(2, 1, 'global', 0, 1, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16383(3, 1, 'global', 0, 2, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21881(3, 1, 'global', 0, 2, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16384(4, 1, 'global', 0, 4, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21882(4, 1, 'global', 0, 4, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16385(5, 1, 'global', 0, 5, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21883(5, 1, 'global', 0, 5, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16386(6, 1, 'global', 0, 6, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21884(6, 1, 'global', 0, 6, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16387(7, 1, 'global', 0, 7, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21885(7, 1, 'global', 0, 7, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16388(8, 1, 'global', 0, 3, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21886(8, 1, 'global', 0, 3, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16389(9, 2, 'global', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21887(9, 2, 'global', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16390(10, 2, 'global', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21888(10, 2, 'global', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16391(11, 2, 'global', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21889(11, 2, 'global', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16392(12, 2, 'global', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21890(12, 2, 'global', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16393(13, 2, 'global', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21891(13, 2, 'global', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16394(14, 2, 'global', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21892(14, 2, 'global', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16395(15, 2, 'global', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21893(15, 2, 'global', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16396(16, 2, 'global', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21894(16, 2, 'global', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16397(17, 2, 'global', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21895(17, 2, 'global', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16398(18, 2, 'global', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21896(18, 2, 'global', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16399(19, 2, 'global', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21897(19, 2, 'global', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16400(20, 1, 'organisation', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1),21898(20, 1, 'organisation', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1),
16401(21, 1, 'organisation', 0, 0, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21899(21, 1, 'organisation', 0, 0, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16402(22, 1, 'organisation', 0, 1, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21900(22, 1, 'organisation', 0, 1, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16403(23, 1, 'organisation', 0, 3, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21901(23, 1, 'organisation', 0, 3, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16404(24, 1, 'organisation', 0, 4, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21902(24, 1, 'organisation', 0, 4, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16405(25, 1, 'organisation', 0, 5, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21903(25, 1, 'organisation', 0, 5, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16406(26, 1, 'organisation', 0, 6, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21904(26, 1, 'organisation', 0, 6, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16407(27, 1, 'organisation', 0, 2, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),21905(27, 1, 'organisation', 0, 2, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1),
16408(28, 2, 'organisation', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21906(28, 2, 'organisation', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16409(29, 2, 'organisation', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21907(29, 2, 'organisation', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16410(30, 2, 'organisation', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21908(30, 2, 'organisation', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16411(31, 2, 'organisation', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21909(31, 2, 'organisation', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16412(32, 2, 'organisation', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21910(32, 2, 'organisation', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16413(33, 2, 'organisation', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21911(33, 2, 'organisation', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16414(34, 2, 'organisation', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21912(34, 2, 'organisation', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16415(35, 2, 'organisation', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21913(35, 2, 'organisation', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16416(36, 2, 'organisation', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21914(36, 2, 'organisation', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16417(37, 2, 'organisation', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21915(37, 2, 'organisation', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16418(38, 2, 'organisation', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),21916(38, 2, 'organisation', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1),
16419(39, 3, 'global', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1),21917(39, 3, 'global', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16420(40, 3, 'global', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21918(40, 3, 'global', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16421(41, 3, 'global', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21919(41, 3, 'global', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16422(42, 3, 'global', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21920(42, 3, 'global', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16423(43, 3, 'global', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21921(43, 3, 'global', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16424(44, 3, 'global', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21922(44, 3, 'global', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16425(45, 3, 'global', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21923(45, 3, 'global', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16426(46, 3, 'global', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21924(46, 3, 'global', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16427(47, 3, 'global', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21925(47, 3, 'global', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16428(49, 3, 'organisation', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1),21926(49, 3, 'organisation', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16429(50, 3, 'organisation', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21927(50, 3, 'organisation', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16430(51, 3, 'organisation', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21928(51, 3, 'organisation', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16431(52, 3, 'organisation', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21929(52, 3, 'organisation', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16432(53, 3, 'organisation', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21930(53, 3, 'organisation', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16433(54, 3, 'organisation', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21931(54, 3, 'organisation', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16434(55, 3, 'organisation', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21932(55, 3, 'organisation', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16435(56, 3, 'organisation', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21933(56, 3, 'organisation', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16436(57, 3, 'organisation', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),21934(57, 3, 'organisation', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1),
16437(58, 2, 'organisation', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1),21935(58, 2, 'organisation', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1),
16438(59, 2, 'global', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1),21936(59, 2, 'global', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1),
16439(60, 2, 'organisation', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1),21937(60, 2, 'organisation', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1),
16440(61, 2, 'global', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1),21938(61, 2, 'global', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1),
16441(62, 2, 'organisation', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1),21939(62, 2, 'organisation', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1),
16442(63, 2, 'global', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1);21940(63, 2, 'global', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1);
1644321941
16444-- --------------------------------------------------------21942-- --------------------------------------------------------
1644521943
16446--21944--
16447-- Table structure for table `community_type_page_options`21945-- Table structure for table `community_type_page_options`
16448--21946--
1644921947
16450CREATE TABLE `community_type_page_options` (21948CREATE TABLE `community_type_page_options` (
16451  `ctpoption_id` int(12) NOT NULL,21949  `ctpoption_id` int(12) NOT NULL,
16452  `ctpage_id` int(12) NOT NULL,21950  `ctpage_id` int(12) NOT NULL,
16453  `option_title` varchar(32) NOT NULL,21951  `option_title` varchar(32) NOT NULL,
16454  `option_value` int(12) NOT NULL DEFAULT '1',21952  `option_value` int(12) NOT NULL DEFAULT '1',
16455  `proxy_id` int(12) NOT NULL DEFAULT '0',21953  `proxy_id` int(12) NOT NULL DEFAULT '0',
16456  `updated_date` bigint(64) NOT NULL DEFAULT '0'21954  `updated_date` bigint(64) NOT NULL DEFAULT '0'
16457) ENGINE=InnoDB DEFAULT CHARSET=utf8;21955) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1645821956
16459--21957--
16460-- Dumping data for table `community_type_page_options`21958-- Dumping data for table `community_type_page_options`
16461--21959--
1646221960
16463INSERT INTO `community_type_page_options` (`ctpoption_id`, `ctpage_id`, `option_title`, `option_value`, `proxy_id`, `updated_date`) VALUES21961INSERT INTO `community_type_page_options` (`ctpoption_id`, `ctpage_id`, `option_title`, `option_value`, `proxy_id`, `updated_date`) VALUES
16464(1, 39, 'community_title', 1, 1, 0),21962(1, 39, 'community_title', 1, 1, 0),
16465(2, 49, 'community_title', 1, 1, 0);21963(2, 49, 'community_title', 1, 1, 0);
1646621964
16467-- --------------------------------------------------------21965-- --------------------------------------------------------
1646821966
16469--21967--
16470-- Table structure for table `community_type_templates`21968-- Table structure for table `community_type_templates`
16471--21969--
1647221970
16473CREATE TABLE `community_type_templates` (21971CREATE TABLE `community_type_templates` (
16474  `cttemplate_id` int(12) UNSIGNED NOT NULL,21972  `cttemplate_id` int(12) UNSIGNED NOT NULL,
16475  `template_id` int(12) UNSIGNED NOT NULL,21973  `template_id` int(12) UNSIGNED NOT NULL,
16476  `type_id` int(12) UNSIGNED NOT NULL,21974  `type_id` int(12) UNSIGNED NOT NULL,
16477  `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global'21975  `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global'
16478) ENGINE=InnoDB DEFAULT CHARSET=utf8;21976) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1647921977
16480--21978--
16481-- Dumping data for table `community_type_templates`21979-- Dumping data for table `community_type_templates`
16482--21980--
1648321981
16484INSERT INTO `community_type_templates` (`cttemplate_id`, `template_id`, `type_id`, `type_scope`) VALUES21982INSERT INTO `community_type_templates` (`cttemplate_id`, `template_id`, `type_id`, `type_scope`) VALUES
16485(1, 1, 1, 'global'),21983(1, 1, 1, 'global'),
16486(2, 2, 1, 'global'),21984(2, 2, 1, 'global'),
16487(3, 3, 1, 'global'),21985(3, 3, 1, 'global'),
16488(4, 4, 1, 'global'),21986(4, 4, 1, 'global'),
16489(5, 5, 1, 'global'),21987(5, 5, 1, 'global'),
16490(6, 5, 2, 'global'),21988(6, 5, 2, 'global'),
16491(7, 1, 1, 'organisation'),21989(7, 1, 1, 'organisation'),
16492(8, 2, 1, 'organisation'),21990(8, 2, 1, 'organisation'),
16493(9, 3, 1, 'organisation'),21991(9, 3, 1, 'organisation'),
16494(10, 4, 1, 'organisation'),21992(10, 4, 1, 'organisation'),
16495(11, 5, 1, 'organisation'),21993(11, 5, 1, 'organisation'),
16496(12, 5, 2, 'organisation'),21994(12, 5, 2, 'organisation'),
16497(13, 4, 3, 'global'),21995(13, 4, 3, 'global'),
16498(14, 3, 3, 'global'),21996(14, 3, 3, 'global'),
16499(15, 4, 3, 'organisation'),21997(15, 4, 3, 'organisation'),
16500(16, 3, 3, 'organisation');21998(16, 3, 3, 'organisation');
1650121999
16502-- --------------------------------------------------------22000-- --------------------------------------------------------
1650322001
16504--22002--
16505-- Table structure for table `courses`22003-- Table structure for table `courses`
16506--22004--
1650722005
16508CREATE TABLE `courses` (22006CREATE TABLE `courses` (
16509  `course_id` int(12) UNSIGNED NOT NULL,22007  `course_id` int(12) UNSIGNED NOT NULL,
16510  `organisation_id` int(12) NOT NULL DEFAULT '0',22008  `organisation_id` int(12) NOT NULL DEFAULT '0',
16511  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',22009  `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
16512  `parent_id` int(12) NOT NULL DEFAULT '0',22010  `parent_id` int(12) NOT NULL DEFAULT '0',
16513  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',22011  `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
16514  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',22012  `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
16515  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',22013  `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
16516  `course_name` varchar(85) NOT NULL DEFAULT '',22014  `course_name` varchar(85) NOT NULL DEFAULT '',
16517  `course_code` varchar(16) NOT NULL DEFAULT '',22015  `course_code` varchar(16) NOT NULL DEFAULT '',
16518  `course_credit` decimal(10,1) DEFAULT NULL,22016  `course_credit` decimal(10,1) DEFAULT NULL,
16519  `course_description` text,22017  `course_description` text,
16520  `course_mandatory` int(1) NOT NULL DEFAULT '0',22018  `course_mandatory` int(1) NOT NULL DEFAULT '0',
16521  `course_objectives` text,22019  `course_objectives` text,
16522  `course_url` text,22020  `course_url` text,
16523  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',22021  `course_redirect` tinyint(1) NOT NULL DEFAULT '0',
16524  `course_message` text NOT NULL,22022  `course_message` text NOT NULL,
16525  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',22023  `permission` enum('open','closed') NOT NULL DEFAULT 'closed',
16526  `sync_ldap` int(1) NOT NULL DEFAULT '0',22024  `sync_ldap` int(1) NOT NULL DEFAULT '0',
16527  `sync_ldap_courses` text,22025  `sync_ldap_courses` text,
16528  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',22026  `sync_groups` tinyint(1) NOT NULL DEFAULT '0',
16529  `notifications` int(1) NOT NULL DEFAULT '1',22027  `notifications` int(1) NOT NULL DEFAULT '1',
16530  `course_active` int(1) NOT NULL DEFAULT '1',22028  `course_active` int(1) NOT NULL DEFAULT '1',
16531  `capture_enabled` tinyint(1) DEFAULT NULL,22029  `capture_enabled` tinyint(1) DEFAULT NULL,
16532  `capture_default` tinyint(1) DEFAULT NULL,22030  `capture_default` tinyint(1) DEFAULT NULL,
16533  `capture_faculty_override` tinyint(1) DEFAULT NULL,22031  `capture_faculty_override` tinyint(1) DEFAULT NULL,
16534  `faculty_website_enabled` tinyint(1) NOT NULL DEFAULT '0',22032  `faculty_website_enabled` tinyint(1) NOT NULL DEFAULT '0',
16535  `clinical_course` int(1) DEFAULT '0',22033  `clinical_course` int(1) DEFAULT '0',
16536  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',22034  `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0',
16537  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',22035  `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0',
16538  `course_twitter_handle` varchar(16) DEFAULT NULL,22036  `course_twitter_handle` varchar(16) DEFAULT NULL,
16539  `course_twitter_hashtags` text,22037  `course_twitter_hashtags` text,
16540  `course_color` varchar(20) DEFAULT NULL,22038  `course_color` varchar(20) DEFAULT NULL,
16541  `cbme_milestones` tinyint(1) DEFAULT NULL,22039  `cbme_milestones` tinyint(1) DEFAULT NULL,
16542  `created_date` bigint(64) NOT NULL,22040  `created_date` bigint(64) NOT NULL,
16543  `created_by` int(12) NOT NULL,22041  `created_by` int(12) NOT NULL,
16544  `updated_date` bigint(64) NOT NULL,22042  `updated_date` bigint(64) NOT NULL,
16545  `updated_by` int(12) NOT NULL,22043  `updated_by` int(12) NOT NULL,
16546  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'22044  `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0'
16547) ENGINE=InnoDB DEFAULT CHARSET=utf8;22045) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1654822046
16549--22047--
16550-- Dumping data for table `courses`22048-- Dumping data for table `courses`
16551--22049--
1655222050
16553INSERT INTO `courses` (`course_id`, `organisation_id`, `curriculum_type_id`, `parent_id`, `pcoord_id`, `evalrep_id`, `studrep_id`, `course_name`, `course_code`, `course_credit`, `course_description`, `course_mandatory`, `course_objectives`, `course_url`, `course_redirect`, `course_message`, `permission`, `sync_ldap`, `sync_ldap_courses`, `sync_groups`, `notifications`, `course_active`, `capture_enabled`, `capture_default`, `capture_faculty_override`, `faculty_website_enabled`, `clinical_course`, `clinical_report_use_rotation_schedule`, `course_objectives_span_course`, `course_twitter_handle`, `course_twitter_hashtags`, `course_color`, `cbme_milestones`, `created_date`, `created_by`, `updated_date`, `updated_by`, `course_order`) VALUES22051INSERT INTO `courses` (`course_id`, `organisation_id`, `curriculum_type_id`, `parent_id`, `pcoord_id`, `evalrep_id`, `studrep_id`, `course_name`, `course_code`, `course_credit`, `course_description`, `course_mandatory`, `course_objectives`, `course_url`, `course_redirect`, `course_message`, `permission`, `sync_ldap`, `sync_ldap_courses`, `sync_groups`, `notifications`, `course_active`, `capture_enabled`, `capture_default`, `capture_faculty_override`, `faculty_website_enabled`, `clinical_course`, `clinical_report_use_rotation_schedule`, `course_objectives_span_course`, `course_twitter_handle`, `course_twitter_hashtags`, `course_color`, `cbme_milestones`, `created_date`, `created_by`, `updated_date`, `updated_by`, `course_order`) VALUES
16554(1, 1, 1, 0, 0, 0, 0, 'Test Course 1', 'COURSE_1', 3.0, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, '', '', '#57b754', NULL, 1685381586, 1, 0, 0, 0),22052(1, 1, 1, 0, 0, 0, 0, 'Test Course 1', 'COURSE_1', 3.0, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, '', '', '#57b754', NULL, 1685381586, 1, 0, 0, 0),
16555(2, 1, 9, 0, 0, 0, 0, 'Test Course 2 - Private', 'COURSE_2p', NULL, NULL, 1, NULL, NULL, 0, '', 'closed', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),22053(2, 1, 9, 0, 0, 0, 0, 'Test Course 2 - Private', 'COURSE_2p', NULL, NULL, 1, NULL, NULL, 0, '', 'closed', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),
16556(3, 1, 9, 0, 8, 0, 0, 'Test Course 3 - CBME', 'COURSE_3cbme', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),22054(3, 1, 9, 0, 8, 0, 0, 'Test Course 3 - CBME', 'COURSE_3cbme', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),
16557(4, 1, 1, 0, 0, 0, 0, 'Test Course 4 - Late Tracking', 'COURSE_4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22055(4, 1, 1, 0, 0, 0, 0, 'Test Course 4 - Late Tracking', 'COURSE_4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16558(5, 1, 10, 0, 0, 0, 0, 'ROTATION 1', 'ROT1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22056(5, 1, 10, 0, 0, 0, 0, 'ROTATION 1', 'ROT1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16559(6, 1, 10, 0, 0, 0, 0, 'ROTATION 2', 'ROT2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22057(6, 1, 10, 0, 0, 0, 0, 'ROTATION 2', 'ROT2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16560(7, 1, 10, 0, 0, 0, 0, 'ROTATION 3', 'ROT3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22058(7, 1, 10, 0, 0, 0, 0, 'ROTATION 3', 'ROT3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16561(8, 1, 1, 0, 0, 0, 0, 'Test Course 2', 'COURSE_2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22059(8, 1, 1, 0, 0, 0, 0, 'Test Course 2', 'COURSE_2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16562(9, 1, 9, 0, 0, 0, 0, 'AAMC Sample Course 1', 'AAMC1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22060(9, 1, 9, 0, 0, 0, 0, 'AAMC Sample Course 1', 'AAMC1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16563(10, 1, 11, 0, 0, 0, 0, 'AAMC Sample Course 2', 'AAMC2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22061(10, 1, 11, 0, 0, 0, 0, 'AAMC Sample Course 2', 'AAMC2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16564(11, 1, 6, 0, 0, 0, 0, 'AAMC Sample Course 3', 'AAMC3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22062(11, 1, 6, 0, 0, 0, 0, 'AAMC Sample Course 3', 'AAMC3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16565(12, 1, 8, 0, 0, 0, 0, 'AAMC Sample Course 4', 'AAMC4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22063(12, 1, 8, 0, 0, 0, 0, 'AAMC Sample Course 4', 'AAMC4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
16566(13, 2, 11, 0, 0, 0, 0, 'PGCourse', 'PG', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),22064(13, 2, 11, 0, 0, 0, 0, 'PGCourse', 'PG', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0),
16567(14, 1, 10, 0, 0, 0, 0, 'Lottery 2022', 'LOT2022', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),22065(14, 1, 10, 0, 0, 0, 0, 'Lottery 2022', 'LOT2022', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
n16568(15, 1, 15, 0, 0, 0, 0, 'Simple Course', 'SIMPLE', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0);n22066(15, 1, 15, 0, 0, 0, 0, 'Simple Course', 'SIMPLE', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0),
22067(16, 1, 10, 0, 0, 0, 0, 'Deepdive', 'deep3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685387919, 1, 1685549315, 1, 0);
1656922068
16570-- --------------------------------------------------------22069-- --------------------------------------------------------
1657122070
16572--22071--
16573-- Table structure for table `course_audience`22072-- Table structure for table `course_audience`
16574--22073--
1657522074
16576CREATE TABLE `course_audience` (22075CREATE TABLE `course_audience` (
16577  `caudience_id` int(11) NOT NULL,22076  `caudience_id` int(11) NOT NULL,
16578  `course_id` int(11) NOT NULL,22077  `course_id` int(11) NOT NULL,
16579  `audience_type` enum('proxy_id','group_id') NOT NULL,22078  `audience_type` enum('proxy_id','group_id') NOT NULL,
16580  `audience_value` int(11) NOT NULL,22079  `audience_value` int(11) NOT NULL,
16581  `cperiod_id` int(11) NOT NULL,22080  `cperiod_id` int(11) NOT NULL,
16582  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',22081  `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0',
16583  `release_date` bigint(64) DEFAULT NULL,22082  `release_date` bigint(64) DEFAULT NULL,
16584  `enroll_start` bigint(20) NOT NULL,22083  `enroll_start` bigint(20) NOT NULL,
16585  `enroll_finish` bigint(20) NOT NULL,22084  `enroll_finish` bigint(20) NOT NULL,
16586  `audience_active` int(1) NOT NULL DEFAULT '1',22085  `audience_active` int(1) NOT NULL DEFAULT '1',
16587  `release_until` bigint(64) DEFAULT NULL22086  `release_until` bigint(64) DEFAULT NULL
16588) ENGINE=InnoDB DEFAULT CHARSET=utf8;22087) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1658922088
16590--22089--
16591-- Dumping data for table `course_audience`22090-- Dumping data for table `course_audience`
16592--22091--
1659322092
16594INSERT INTO `course_audience` (`caudience_id`, `course_id`, `audience_type`, `audience_value`, `cperiod_id`, `ldap_sync_date`, `release_date`, `enroll_start`, `enroll_finish`, `audience_active`, `release_until`) VALUES22093INSERT INTO `course_audience` (`caudience_id`, `course_id`, `audience_type`, `audience_value`, `cperiod_id`, `ldap_sync_date`, `release_date`, `enroll_start`, `enroll_finish`, `audience_active`, `release_until`) VALUES
16595(1, 1, 'group_id', 5, 1, 0, NULL, 0, 0, 1, NULL),22094(1, 1, 'group_id', 5, 1, 0, NULL, 0, 0, 1, NULL),
16596(2, 2, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL),22095(2, 2, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL),
16597(3, 2, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL),22096(3, 2, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL),
16598(4, 3, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL),22097(4, 3, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL),
16599(5, 3, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL),22098(5, 3, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL),
16600(6, 1, 'group_id', 5, 4, 0, NULL, 0, 0, 1, NULL),22099(6, 1, 'group_id', 5, 4, 0, NULL, 0, 0, 1, NULL),
16601(7, 1, 'proxy_id', 2, 4, 0, NULL, 0, 0, 1, NULL),22100(7, 1, 'proxy_id', 2, 4, 0, NULL, 0, 0, 1, NULL),
16602(8, 8, 'proxy_id', 2, 1, 0, NULL, 0, 0, 1, NULL),22101(8, 8, 'proxy_id', 2, 1, 0, NULL, 0, 0, 1, NULL),
16603(9, 5, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL),22102(9, 5, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL),
16604(10, 1, 'proxy_id', 2, 5, 0, NULL, 0, 0, 1, NULL),22103(10, 1, 'proxy_id', 2, 5, 0, NULL, 0, 0, 1, NULL),
16605(11, 1, 'proxy_id', 3, 5, 0, NULL, 0, 0, 1, NULL),22104(11, 1, 'proxy_id', 3, 5, 0, NULL, 0, 0, 1, NULL),
16606(12, 1, 'proxy_id', 3, 6, 0, NULL, 0, 0, 1, NULL),22105(12, 1, 'proxy_id', 3, 6, 0, NULL, 0, 0, 1, NULL),
16607(13, 9, 'group_id', 1, 12, 0, 0, 0, 0, 1, 0),22106(13, 9, 'group_id', 1, 12, 0, 0, 0, 0, 1, 0),
16608(14, 10, 'group_id', 1, 18, 0, 0, 0, 0, 1, 0),22107(14, 10, 'group_id', 1, 18, 0, 0, 0, 0, 1, 0),
16609(15, 11, 'group_id', 3, 22, 0, 0, 0, 0, 1, 0),22108(15, 11, 'group_id', 3, 22, 0, 0, 0, 0, 1, 0),
16610(16, 12, 'group_id', 1, 30, 0, 0, 0, 0, 1, 0),22109(16, 12, 'group_id', 1, 30, 0, 0, 0, 0, 1, 0),
16611(17, 13, 'group_id', 8, 32, 0, NULL, 0, 0, 1, NULL),22110(17, 13, 'group_id', 8, 32, 0, NULL, 0, 0, 1, NULL),
16612(18, 1, 'group_id', 6, 1, 0, 0, 0, 0, 1, 0),22111(18, 1, 'group_id', 6, 1, 0, 0, 0, 0, 1, 0),
16613(19, 2, 'group_id', 5, 6, 0, 0, 0, 0, 1, 0),22112(19, 2, 'group_id', 5, 6, 0, 0, 0, 0, 1, 0),
16614(20, 14, 'proxy_id', 4, 33, 0, 0, 0, 0, 1, 0),22113(20, 14, 'proxy_id', 4, 33, 0, 0, 0, 0, 1, 0),
16615(21, 14, 'proxy_id', 3, 33, 0, 0, 0, 0, 1, 0),22114(21, 14, 'proxy_id', 3, 33, 0, 0, 0, 0, 1, 0),
16616(22, 14, 'proxy_id', 2, 33, 0, 0, 0, 0, 1, 0),22115(22, 14, 'proxy_id', 2, 33, 0, 0, 0, 0, 1, 0),
16617(23, 15, 'proxy_id', 2, 34, 0, NULL, 0, 0, 1, NULL),22116(23, 15, 'proxy_id', 2, 34, 0, NULL, 0, 0, 1, NULL),
16618(24, 15, 'proxy_id', 3, 34, 0, NULL, 0, 0, 1, NULL),22117(24, 15, 'proxy_id', 3, 34, 0, NULL, 0, 0, 1, NULL),
16619(25, 15, 'proxy_id', 4, 34, 0, NULL, 0, 0, 1, NULL),22118(25, 15, 'proxy_id', 4, 34, 0, NULL, 0, 0, 1, NULL),
16620(26, 2, 'proxy_id', 10, 2, 0, NULL, 0, 0, 1, NULL),22119(26, 2, 'proxy_id', 10, 2, 0, NULL, 0, 0, 1, NULL),
n16621(27, 1, 'proxy_id', 11, 1, 0, NULL, 0, 0, 1, NULL);n22120(27, 1, 'proxy_id', 11, 1, 0, NULL, 0, 0, 1, NULL),
22121(28, 16, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL);
1662222122
16623-- --------------------------------------------------------22123-- --------------------------------------------------------
1662422124
16625--22125--
16626-- Table structure for table `course_audience_groups`22126-- Table structure for table `course_audience_groups`
16627--22127--
1662822128
16629CREATE TABLE `course_audience_groups` (22129CREATE TABLE `course_audience_groups` (
16630  `group_id` int(11) NOT NULL,22130  `group_id` int(11) NOT NULL,
16631  `course_id` int(12) UNSIGNED NOT NULL,22131  `course_id` int(12) UNSIGNED NOT NULL,
16632  `cperiod_id` int(11) NOT NULL,22132  `cperiod_id` int(11) NOT NULL,
16633  `microsoft_object_id` varchar(36) DEFAULT NULL COMMENT 'Microsoft Group ID',22133  `microsoft_object_id` varchar(36) DEFAULT NULL COMMENT 'Microsoft Group ID',
16634  `group_name` varchar(255) NOT NULL,22134  `group_name` varchar(255) NOT NULL,
16635  `is_archived` tinyint(1) NOT NULL DEFAULT '0',22135  `is_archived` tinyint(1) NOT NULL DEFAULT '0',
16636  `last_sync` bigint(64) DEFAULT NULL,22136  `last_sync` bigint(64) DEFAULT NULL,
16637  `created_date` bigint(64) DEFAULT NULL,22137  `created_date` bigint(64) DEFAULT NULL,
16638  `created_by` int(12) DEFAULT NULL,22138  `created_by` int(12) DEFAULT NULL,
16639  `updated_date` bigint(64) DEFAULT NULL,22139  `updated_date` bigint(64) DEFAULT NULL,
16640  `updated_by` int(12) DEFAULT NULL,22140  `updated_by` int(12) DEFAULT NULL,
16641  `deleted_date` bigint(64) DEFAULT NULL22141  `deleted_date` bigint(64) DEFAULT NULL
16642) ENGINE=InnoDB DEFAULT CHARSET=utf8;22142) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1664322143
16644-- --------------------------------------------------------22144-- --------------------------------------------------------
1664522145
16646--22146--
16647-- Table structure for table `course_capture_eventtypes`22147-- Table structure for table `course_capture_eventtypes`
16648--22148--
1664922149
16650CREATE TABLE `course_capture_eventtypes` (22150CREATE TABLE `course_capture_eventtypes` (
16651  `id` int(12) UNSIGNED NOT NULL,22151  `id` int(12) UNSIGNED NOT NULL,
16652  `course_id` int(12) UNSIGNED NOT NULL,22152  `course_id` int(12) UNSIGNED NOT NULL,
16653  `eventtype_id` int(12) NOT NULL22153  `eventtype_id` int(12) NOT NULL
16654) ENGINE=InnoDB DEFAULT CHARSET=utf8;22154) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1665522155
16656--22156--
16657-- Dumping data for table `course_capture_eventtypes`22157-- Dumping data for table `course_capture_eventtypes`
16658--22158--
1665922159
16660INSERT INTO `course_capture_eventtypes` (`id`, `course_id`, `eventtype_id`) VALUES22160INSERT INTO `course_capture_eventtypes` (`id`, `course_id`, `eventtype_id`) VALUES
16661(1, 1, 1);22161(1, 1, 1);
1666222162
16663-- --------------------------------------------------------22163-- --------------------------------------------------------
1666422164
16665--22165--
16666-- Table structure for table `course_capture_media_source_entities`22166-- Table structure for table `course_capture_media_source_entities`
16667--22167--
1666822168
16669CREATE TABLE `course_capture_media_source_entities` (22169CREATE TABLE `course_capture_media_source_entities` (
16670  `id` int(11) UNSIGNED NOT NULL,22170  `id` int(11) UNSIGNED NOT NULL,
16671  `media_source_entity_type_id` int(11) NOT NULL,22171  `media_source_entity_type_id` int(11) NOT NULL,
16672  `organisation_id` int(11) NOT NULL22172  `organisation_id` int(11) NOT NULL
16673) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;22173) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1667422174
16675--22175--
16676-- Dumping data for table `course_capture_media_source_entities`22176-- Dumping data for table `course_capture_media_source_entities`
16677--22177--
1667822178
16679INSERT INTO `course_capture_media_source_entities` (`id`, `media_source_entity_type_id`, `organisation_id`) VALUES22179INSERT INTO `course_capture_media_source_entities` (`id`, `media_source_entity_type_id`, `organisation_id`) VALUES
16680(1, 2, 1),22180(1, 2, 1),
16681(2, 3, 1);22181(2, 3, 1);
1668222182
16683-- --------------------------------------------------------22183-- --------------------------------------------------------
1668422184
16685--22185--
16686-- Table structure for table `course_contacts`22186-- Table structure for table `course_contacts`
16687--22187--
1668822188
16689CREATE TABLE `course_contacts` (22189CREATE TABLE `course_contacts` (
16690  `contact_id` int(12) NOT NULL,22190  `contact_id` int(12) NOT NULL,
16691  `course_id` int(12) NOT NULL DEFAULT '0',22191  `course_id` int(12) NOT NULL DEFAULT '0',
16692  `proxy_id` int(12) NOT NULL DEFAULT '0',22192  `proxy_id` int(12) NOT NULL DEFAULT '0',
16693  `contact_type` varchar(15) NOT NULL DEFAULT 'director',22193  `contact_type` varchar(15) NOT NULL DEFAULT 'director',
16694  `contact_order` int(2) NOT NULL DEFAULT '0',22194  `contact_order` int(2) NOT NULL DEFAULT '0',
16695  `contact_title` varchar(50) DEFAULT NULL,22195  `contact_title` varchar(50) DEFAULT NULL,
16696  `display_contact_community` int(1) NOT NULL DEFAULT '1',22196  `display_contact_community` int(1) NOT NULL DEFAULT '1',
16697  `deleted_date` bigint(64) DEFAULT NULL22197  `deleted_date` bigint(64) DEFAULT NULL
16698) ENGINE=InnoDB DEFAULT CHARSET=utf8;22198) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1669922199
16700--22200--
16701-- Dumping data for table `course_contacts`22201-- Dumping data for table `course_contacts`
16702--22202--
1670322203
16704INSERT INTO `course_contacts` (`contact_id`, `course_id`, `proxy_id`, `contact_type`, `contact_order`, `contact_title`, `display_contact_community`, `deleted_date`) VALUES22204INSERT INTO `course_contacts` (`contact_id`, `course_id`, `proxy_id`, `contact_type`, `contact_order`, `contact_title`, `display_contact_community`, `deleted_date`) VALUES
16705(1, 1, 5, 'faculty', 0, '', 1, NULL),22205(1, 1, 5, 'faculty', 0, '', 1, NULL),
16706(2, 3, 5, 'faculty', 0, '', 1, NULL),22206(2, 3, 5, 'faculty', 0, '', 1, NULL),
16707(3, 3, 8, 'pcoordinator', 0, '', 1, NULL),22207(3, 3, 8, 'pcoordinator', 0, '', 1, NULL),
16708(4, 3, 7, 'director', 0, '', 1, 1685381585),22208(4, 3, 7, 'director', 0, '', 1, 1685381585),
16709(5, 3, 7, 'director', 0, '', 1, 1685381585),22209(5, 3, 7, 'director', 0, '', 1, 1685381585),
16710(6, 2, 7, 'director', 0, '', 1, NULL),22210(6, 2, 7, 'director', 0, '', 1, NULL),
16711(7, 2, 8, 'pcoordinator', 1, '', 1, NULL),22211(7, 2, 8, 'pcoordinator', 1, '', 1, NULL),
16712(8, 2, 5, 'ccoordinator', 2, '', 1, NULL),22212(8, 2, 5, 'ccoordinator', 2, '', 1, NULL),
n16713(9, 13, 13, 'faculty', 0, '', 1, NULL);n22213(9, 13, 13, 'faculty', 0, '', 1, NULL),
22214(10, 16, 7, 'director', 0, '', 1, NULL),
22215(11, 16, 5, 'ccoordinator', 0, '', 1, NULL),
22216(12, 16, 9, 'faculty', 0, '', 1, NULL),
22217(13, 16, 6, 'ccmember', 0, '', 1, NULL),
22218(14, 16, 7, 'ccmember', 1, '', 1, NULL),
22219(15, 16, 6, 'evaluationrep', 0, '', 1, NULL),
22220(16, 16, 7, 'evaluationrep', 1, '', 1, NULL),
22221(17, 16, 2, 'studentrep', 0, '', 1, NULL),
22222(18, 16, 3, 'ta', 0, '', 1, NULL),
22223(19, 16, 7, 'ccoordinator', 1, '', 1, NULL),
22224(20, 16, 7, 'faculty', 1, '', 1, NULL),
22225(21, 16, 8, 'pcoordinator', 0, '', 1, NULL);
1671422226
16715-- --------------------------------------------------------22227-- --------------------------------------------------------
1671622228
16717--22229--
16718-- Table structure for table `course_files`22230-- Table structure for table `course_files`
16719--22231--
1672022232
16721CREATE TABLE `course_files` (22233CREATE TABLE `course_files` (
16722  `id` int(12) NOT NULL,22234  `id` int(12) NOT NULL,
16723  `course_id` int(12) NOT NULL DEFAULT '0',22235  `course_id` int(12) NOT NULL DEFAULT '0',
16724  `required` int(1) NOT NULL DEFAULT '0',22236  `required` int(1) NOT NULL DEFAULT '0',
16725  `timeframe` varchar(64) NOT NULL DEFAULT 'none',22237  `timeframe` varchar(64) NOT NULL DEFAULT 'none',
16726  `file_category` varchar(32) NOT NULL DEFAULT 'other',22238  `file_category` varchar(32) NOT NULL DEFAULT 'other',
16727  `file_type` varchar(255) NOT NULL,22239  `file_type` varchar(255) NOT NULL,
16728  `file_size` varchar(32) NOT NULL,22240  `file_size` varchar(32) NOT NULL,
16729  `file_name` varchar(255) NOT NULL,22241  `file_name` varchar(255) NOT NULL,
16730  `file_title` varchar(128) NOT NULL,22242  `file_title` varchar(128) NOT NULL,
16731  `file_notes` longtext NOT NULL,22243  `file_notes` longtext NOT NULL,
16732  `valid_from` bigint(64) NOT NULL DEFAULT '0',22244  `valid_from` bigint(64) NOT NULL DEFAULT '0',
16733  `valid_until` bigint(64) NOT NULL DEFAULT '0',22245  `valid_until` bigint(64) NOT NULL DEFAULT '0',
16734  `access_method` int(1) NOT NULL DEFAULT '0',22246  `access_method` int(1) NOT NULL DEFAULT '0',
16735  `accesses` int(12) NOT NULL DEFAULT '0',22247  `accesses` int(12) NOT NULL DEFAULT '0',
16736  `updated_date` bigint(64) NOT NULL DEFAULT '0',22248  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16737  `updated_by` int(12) NOT NULL DEFAULT '0'22249  `updated_by` int(12) NOT NULL DEFAULT '0'
16738) ENGINE=InnoDB DEFAULT CHARSET=utf8;22250) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1673922251
16740-- --------------------------------------------------------22252-- --------------------------------------------------------
1674122253
16742--22254--
16743-- Table structure for table `course_grading_scale`22255-- Table structure for table `course_grading_scale`
16744--22256--
1674522257
16746CREATE TABLE `course_grading_scale` (22258CREATE TABLE `course_grading_scale` (
16747  `cgscale_id` int(11) NOT NULL,22259  `cgscale_id` int(11) NOT NULL,
16748  `course_id` int(12) UNSIGNED NOT NULL,22260  `course_id` int(12) UNSIGNED NOT NULL,
16749  `cperiod_id` int(11) NOT NULL,22261  `cperiod_id` int(11) NOT NULL,
16750  `agscale_id` int(11) UNSIGNED NOT NULL,22262  `agscale_id` int(11) UNSIGNED NOT NULL,
16751  `updated_date` bigint(64) DEFAULT NULL,22263  `updated_date` bigint(64) DEFAULT NULL,
16752  `updated_by` int(11) DEFAULT NULL,22264  `updated_by` int(11) DEFAULT NULL,
16753  `deleted_date` bigint(64) DEFAULT NULL22265  `deleted_date` bigint(64) DEFAULT NULL
16754) ENGINE=InnoDB DEFAULT CHARSET=utf8;22266) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1675522267
16756-- --------------------------------------------------------22268-- --------------------------------------------------------
1675722269
16758--22270--
16759-- Table structure for table `course_groups`22271-- Table structure for table `course_groups`
16760--22272--
1676122273
16762CREATE TABLE `course_groups` (22274CREATE TABLE `course_groups` (
16763  `cgroup_id` int(11) NOT NULL,22275  `cgroup_id` int(11) NOT NULL,
16764  `course_id` int(11) NOT NULL,22276  `course_id` int(11) NOT NULL,
16765  `cperiod_id` int(11) DEFAULT NULL,22277  `cperiod_id` int(11) DEFAULT NULL,
16766  `group_name` varchar(30) NOT NULL,22278  `group_name` varchar(30) NOT NULL,
16767  `display_name` varchar(64) DEFAULT NULL,22279  `display_name` varchar(64) DEFAULT NULL,
16768  `active` int(1) DEFAULT NULL22280  `active` int(1) DEFAULT NULL
16769) ENGINE=InnoDB DEFAULT CHARSET=utf8;22281) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1677022282
16771--22283--
16772-- Dumping data for table `course_groups`22284-- Dumping data for table `course_groups`
16773--22285--
1677422286
16775INSERT INTO `course_groups` (`cgroup_id`, `course_id`, `cperiod_id`, `group_name`, `display_name`, `active`) VALUES22287INSERT INTO `course_groups` (`cgroup_id`, `course_id`, `cperiod_id`, `group_name`, `display_name`, `active`) VALUES
16776(1, 1, 1, 'Group Containing Jane', NULL, 1),22288(1, 1, 1, 'Group Containing Jane', NULL, 1),
16777(2, 1, 1, 'Group Containing Ana', NULL, 1),22289(2, 1, 1, 'Group Containing Ana', NULL, 1),
16778(3, 1, 1, 'Group containing Jane, John an', NULL, 1),22290(3, 1, 1, 'Group containing Jane, John an', NULL, 1),
16779(4, 1, 4, 'Event Audience Course Group', NULL, 1),22291(4, 1, 4, 'Event Audience Course Group', NULL, 1),
16780(5, 9, 1, 'Group containing Mike', NULL, 1);22292(5, 9, 1, 'Group containing Mike', NULL, 1);
1678122293
16782-- --------------------------------------------------------22294-- --------------------------------------------------------
1678322295
16784--22296--
16785-- Table structure for table `course_group_audience`22297-- Table structure for table `course_group_audience`
16786--22298--
1678722299
16788CREATE TABLE `course_group_audience` (22300CREATE TABLE `course_group_audience` (
16789  `cgaudience_id` int(11) NOT NULL,22301  `cgaudience_id` int(11) NOT NULL,
16790  `cgroup_id` int(11) NOT NULL,22302  `cgroup_id` int(11) NOT NULL,
16791  `proxy_id` int(11) NOT NULL,22303  `proxy_id` int(11) NOT NULL,
16792  `entrada_only` int(1) DEFAULT '0',22304  `entrada_only` int(1) DEFAULT '0',
16793  `start_date` bigint(64) NOT NULL,22305  `start_date` bigint(64) NOT NULL,
16794  `finish_date` bigint(64) NOT NULL,22306  `finish_date` bigint(64) NOT NULL,
16795  `active` int(1) NOT NULL22307  `active` int(1) NOT NULL
16796) ENGINE=InnoDB DEFAULT CHARSET=utf8;22308) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1679722309
16798--22310--
16799-- Dumping data for table `course_group_audience`22311-- Dumping data for table `course_group_audience`
16800--22312--
1680122313
16802INSERT INTO `course_group_audience` (`cgaudience_id`, `cgroup_id`, `proxy_id`, `entrada_only`, `start_date`, `finish_date`, `active`) VALUES22314INSERT INTO `course_group_audience` (`cgaudience_id`, `cgroup_id`, `proxy_id`, `entrada_only`, `start_date`, `finish_date`, `active`) VALUES
16803(1, 1, 2, 1, 0, 0, 1),22315(1, 1, 2, 1, 0, 0, 1),
16804(2, 2, 10, 1, 0, 0, 1),22316(2, 2, 10, 1, 0, 0, 1),
16805(3, 3, 2, 0, 0, 0, 1),22317(3, 3, 2, 0, 0, 0, 1),
16806(4, 3, 4, 0, 0, 0, 1),22318(4, 3, 4, 0, 0, 0, 1),
16807(5, 3, 11, 0, 0, 0, 1),22319(5, 3, 11, 0, 0, 0, 1),
16808(6, 4, 11, 0, 0, 0, 1),22320(6, 4, 11, 0, 0, 0, 1),
16809(7, 4, 3, 0, 0, 0, 1);22321(7, 4, 3, 0, 0, 0, 1);
1681022322
16811-- --------------------------------------------------------22323-- --------------------------------------------------------
1681222324
16813--22325--
16814-- Table structure for table `course_group_contacts`22326-- Table structure for table `course_group_contacts`
16815--22327--
1681622328
16817CREATE TABLE `course_group_contacts` (22329CREATE TABLE `course_group_contacts` (
16818  `cgcontact_id` int(12) NOT NULL,22330  `cgcontact_id` int(12) NOT NULL,
16819  `cgroup_id` int(12) NOT NULL DEFAULT '0',22331  `cgroup_id` int(12) NOT NULL DEFAULT '0',
16820  `proxy_id` int(12) NOT NULL DEFAULT '0',22332  `proxy_id` int(12) NOT NULL DEFAULT '0',
16821  `contact_order` int(6) NOT NULL DEFAULT '0',22333  `contact_order` int(6) NOT NULL DEFAULT '0',
16822  `contact_type` enum('teacher','tutor','ta','auditor') DEFAULT 'teacher',22334  `contact_type` enum('teacher','tutor','ta','auditor') DEFAULT 'teacher',
16823  `updated_date` bigint(64) NOT NULL DEFAULT '0',22335  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16824  `updated_by` int(12) NOT NULL DEFAULT '0'22336  `updated_by` int(12) NOT NULL DEFAULT '0'
16825) ENGINE=InnoDB DEFAULT CHARSET=utf8;22337) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1682622338
16827-- --------------------------------------------------------22339-- --------------------------------------------------------
1682822340
16829--22341--
16830-- Table structure for table `course_group_contact_lu_roles`22342-- Table structure for table `course_group_contact_lu_roles`
16831--22343--
1683222344
16833CREATE TABLE `course_group_contact_lu_roles` (22345CREATE TABLE `course_group_contact_lu_roles` (
16834  `id` int(12) UNSIGNED NOT NULL,22346  `id` int(12) UNSIGNED NOT NULL,
16835  `shortname` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',22347  `shortname` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
16836  `title` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,22348  `title` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
16837  `active` tinyint(4) DEFAULT NULL22349  `active` tinyint(4) DEFAULT NULL
16838) ENGINE=InnoDB DEFAULT CHARSET=utf8;22350) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1683922351
16840--22352--
16841-- Dumping data for table `course_group_contact_lu_roles`22353-- Dumping data for table `course_group_contact_lu_roles`
16842--22354--
1684322355
16844INSERT INTO `course_group_contact_lu_roles` (`id`, `shortname`, `title`, `active`) VALUES22356INSERT INTO `course_group_contact_lu_roles` (`id`, `shortname`, `title`, `active`) VALUES
16845(1, 'can_update_dashboard_scale', 'Can set dashboard scale of curriculum objectives on the learner’s dashboard', 1);22357(1, 'can_update_dashboard_scale', 'Can set dashboard scale of curriculum objectives on the learner’s dashboard', 1);
1684622358
16847-- --------------------------------------------------------22359-- --------------------------------------------------------
1684822360
16849--22361--
16850-- Table structure for table `course_group_contact_role`22362-- Table structure for table `course_group_contact_role`
16851--22363--
1685222364
16853CREATE TABLE `course_group_contact_role` (22365CREATE TABLE `course_group_contact_role` (
16854  `id` int(12) NOT NULL,22366  `id` int(12) NOT NULL,
16855  `cgcontact_id` int(12) NOT NULL DEFAULT '0',22367  `cgcontact_id` int(12) NOT NULL DEFAULT '0',
16856  `role_id` int(12) NOT NULL DEFAULT '0',22368  `role_id` int(12) NOT NULL DEFAULT '0',
16857  `created_date` int(12) NOT NULL,22369  `created_date` int(12) NOT NULL,
16858  `created_by` int(12) NOT NULL,22370  `created_by` int(12) NOT NULL,
16859  `updated_date` bigint(64) DEFAULT '0',22371  `updated_date` bigint(64) DEFAULT '0',
16860  `updated_by` int(12) DEFAULT '0',22372  `updated_by` int(12) DEFAULT '0',
16861  `deleted_date` int(12) DEFAULT NULL22373  `deleted_date` int(12) DEFAULT NULL
16862) ENGINE=InnoDB DEFAULT CHARSET=utf8;22374) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1686322375
16864-- --------------------------------------------------------22376-- --------------------------------------------------------
1686522377
16866--22378--
16867-- Table structure for table `course_keywords`22379-- Table structure for table `course_keywords`
16868--22380--
1686922381
16870CREATE TABLE `course_keywords` (22382CREATE TABLE `course_keywords` (
16871  `ckeyword_id` int(12) UNSIGNED NOT NULL,22383  `ckeyword_id` int(12) UNSIGNED NOT NULL,
16872  `course_id` int(12) NOT NULL,22384  `course_id` int(12) NOT NULL,
16873  `keyword_id` varchar(12) NOT NULL DEFAULT '',22385  `keyword_id` varchar(12) NOT NULL DEFAULT '',
16874  `updated_date` bigint(64) NOT NULL,22386  `updated_date` bigint(64) NOT NULL,
16875  `updated_by` int(12) NOT NULL22387  `updated_by` int(12) NOT NULL
16876) ENGINE=InnoDB DEFAULT CHARSET=utf8;22388) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1687722389
16878-- --------------------------------------------------------22390-- --------------------------------------------------------
1687922391
16880--22392--
16881-- Table structure for table `course_learner_levels`22393-- Table structure for table `course_learner_levels`
16882--22394--
1688322395
16884CREATE TABLE `course_learner_levels` (22396CREATE TABLE `course_learner_levels` (
16885  `course_level_id` int(12) UNSIGNED NOT NULL,22397  `course_level_id` int(12) UNSIGNED NOT NULL,
16886  `course_id` int(12) UNSIGNED NOT NULL,22398  `course_id` int(12) UNSIGNED NOT NULL,
16887  `level_id` int(11) UNSIGNED NOT NULL,22399  `level_id` int(11) UNSIGNED NOT NULL,
16888  `created_date` bigint(64) UNSIGNED NOT NULL,22400  `created_date` bigint(64) UNSIGNED NOT NULL,
16889  `created_by` int(11) UNSIGNED NOT NULL,22401  `created_by` int(11) UNSIGNED NOT NULL,
16890  `updated_date` bigint(64) UNSIGNED NOT NULL,22402  `updated_date` bigint(64) UNSIGNED NOT NULL,
16891  `updated_by` int(11) UNSIGNED NOT NULL,22403  `updated_by` int(11) UNSIGNED NOT NULL,
16892  `deleted_date` bigint(64) UNSIGNED NOT NULL,22404  `deleted_date` bigint(64) UNSIGNED NOT NULL,
16893  `deleted_by` int(11) UNSIGNED NOT NULL22405  `deleted_by` int(11) UNSIGNED NOT NULL
16894) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;22406) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1689522407
16896-- --------------------------------------------------------22408-- --------------------------------------------------------
1689722409
16898--22410--
16899-- Table structure for table `course_linked_objectives`22411-- Table structure for table `course_linked_objectives`
16900--22412--
1690122413
16902CREATE TABLE `course_linked_objectives` (22414CREATE TABLE `course_linked_objectives` (
16903  `clobjective_id` int(12) UNSIGNED NOT NULL,22415  `clobjective_id` int(12) UNSIGNED NOT NULL,
16904  `course_id` int(12) UNSIGNED NOT NULL,22416  `course_id` int(12) UNSIGNED NOT NULL,
16905  `objective_id` int(12) UNSIGNED DEFAULT NULL,22417  `objective_id` int(12) UNSIGNED DEFAULT NULL,
16906  `target_objective_id` int(12) UNSIGNED DEFAULT NULL,22418  `target_objective_id` int(12) UNSIGNED DEFAULT NULL,
16907  `version_id` int(11) UNSIGNED DEFAULT NULL,22419  `version_id` int(11) UNSIGNED DEFAULT NULL,
16908  `cperiod_id` int(11) DEFAULT NULL,22420  `cperiod_id` int(11) DEFAULT NULL,
16909  `active` tinyint(1) DEFAULT NULL,22421  `active` tinyint(1) DEFAULT NULL,
16910  `updated_date` bigint(64) DEFAULT NULL,22422  `updated_date` bigint(64) DEFAULT NULL,
16911  `updated_by` int(12) UNSIGNED DEFAULT NULL22423  `updated_by` int(12) UNSIGNED DEFAULT NULL
16912) ENGINE=InnoDB DEFAULT CHARSET=utf8;22424) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1691322425
16914-- --------------------------------------------------------22426-- --------------------------------------------------------
1691522427
16916--22428--
16917-- Table structure for table `course_links`22429-- Table structure for table `course_links`
16918--22430--
1691922431
16920CREATE TABLE `course_links` (22432CREATE TABLE `course_links` (
16921  `id` int(12) NOT NULL,22433  `id` int(12) NOT NULL,
16922  `course_id` int(12) NOT NULL DEFAULT '0',22434  `course_id` int(12) NOT NULL DEFAULT '0',
16923  `required` int(1) NOT NULL DEFAULT '0',22435  `required` int(1) NOT NULL DEFAULT '0',
16924  `proxify` int(1) NOT NULL DEFAULT '0',22436  `proxify` int(1) NOT NULL DEFAULT '0',
16925  `timeframe` varchar(64) NOT NULL DEFAULT 'none',22437  `timeframe` varchar(64) NOT NULL DEFAULT 'none',
16926  `link` text NOT NULL,22438  `link` text NOT NULL,
16927  `link_title` varchar(255) NOT NULL,22439  `link_title` varchar(255) NOT NULL,
16928  `link_notes` text NOT NULL,22440  `link_notes` text NOT NULL,
16929  `valid_from` bigint(64) NOT NULL DEFAULT '0',22441  `valid_from` bigint(64) NOT NULL DEFAULT '0',
16930  `valid_until` bigint(64) NOT NULL DEFAULT '0',22442  `valid_until` bigint(64) NOT NULL DEFAULT '0',
16931  `accesses` int(12) NOT NULL DEFAULT '0',22443  `accesses` int(12) NOT NULL DEFAULT '0',
16932  `updated_date` bigint(64) NOT NULL DEFAULT '0',22444  `updated_date` bigint(64) NOT NULL DEFAULT '0',
16933  `updated_by` int(12) NOT NULL DEFAULT '0'22445  `updated_by` int(12) NOT NULL DEFAULT '0'
16934) ENGINE=InnoDB DEFAULT CHARSET=utf8;22446) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1693522447
16936-- --------------------------------------------------------22448-- --------------------------------------------------------
1693722449
16938--22450--
16939-- Table structure for table `course_lu_reports`22451-- Table structure for table `course_lu_reports`
16940--22452--
1694122453
16942CREATE TABLE `course_lu_reports` (22454CREATE TABLE `course_lu_reports` (
16943  `course_report_id` int(12) NOT NULL,22455  `course_report_id` int(12) NOT NULL,
16944  `course_report_title` varchar(250) NOT NULL DEFAULT '',22456  `course_report_title` varchar(250) NOT NULL DEFAULT '',
16945  `section` varchar(250) NOT NULL DEFAULT '',22457  `section` varchar(250) NOT NULL DEFAULT '',
16946  `updated_date` bigint(64) NOT NULL,22458  `updated_date` bigint(64) NOT NULL,
16947  `updated_by` int(12) NOT NULL22459  `updated_by` int(12) NOT NULL
16948) ENGINE=InnoDB DEFAULT CHARSET=utf8;22460) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1694922461
16950--22462--
16951-- Dumping data for table `course_lu_reports`22463-- Dumping data for table `course_lu_reports`
16952--22464--
1695322465
16954INSERT INTO `course_lu_reports` (`course_report_id`, `course_report_title`, `section`, `updated_date`, `updated_by`) VALUES22466INSERT INTO `course_lu_reports` (`course_report_id`, `course_report_title`, `section`, `updated_date`, `updated_by`) VALUES
16955(1, 'Report Card', 'report-card', 1449685603, 1),22467(1, 'Report Card', 'report-card', 1449685603, 1),
16956(2, 'My Teachers', 'my-teachers', 1449685603, 1),22468(2, 'My Teachers', 'my-teachers', 1449685603, 1),
16957(3, 'Attendance', 'attendance', 1588743482, 1),22469(3, 'Attendance', 'attendance', 1588743482, 1),
16958(4, 'Duty Hours', 'duty-hours', 1608242224, 1);22470(4, 'Duty Hours', 'duty-hours', 1608242224, 1);
1695922471
16960-- --------------------------------------------------------22472-- --------------------------------------------------------
1696122473
16962--22474--
16963-- Table structure for table `course_objectives`22475-- Table structure for table `course_objectives`
16964--22476--
1696522477
16966CREATE TABLE `course_objectives` (22478CREATE TABLE `course_objectives` (
16967  `cobjective_id` int(12) NOT NULL,22479  `cobjective_id` int(12) NOT NULL,
16968  `course_id` int(12) NOT NULL DEFAULT '0',22480  `course_id` int(12) NOT NULL DEFAULT '0',
16969  `cperiod_id` int(11) DEFAULT NULL,22481  `cperiod_id` int(11) DEFAULT NULL,
16970  `objective_id` int(12) NOT NULL DEFAULT '0',22482  `objective_id` int(12) NOT NULL DEFAULT '0',
16971  `importance` int(2) NOT NULL DEFAULT '1',22483  `importance` int(2) NOT NULL DEFAULT '1',
16972  `objective_type` enum('event','course') DEFAULT 'course',22484  `objective_type` enum('event','course') DEFAULT 'course',
16973  `objective_details` text,22485  `objective_details` text,
16974  `objective_start` int(12) DEFAULT NULL,22486  `objective_start` int(12) DEFAULT NULL,
16975  `objective_finish` int(12) DEFAULT NULL,22487  `objective_finish` int(12) DEFAULT NULL,
16976  `updated_date` bigint(64) NOT NULL,22488  `updated_date` bigint(64) NOT NULL,
16977  `updated_by` int(12) NOT NULL,22489  `updated_by` int(12) NOT NULL,
16978  `active` tinyint(1) NOT NULL DEFAULT '1',22490  `active` tinyint(1) NOT NULL DEFAULT '1',
16979  `created_at` bigint(64) NOT NULL22491  `created_at` bigint(64) NOT NULL
16980) ENGINE=InnoDB DEFAULT CHARSET=utf8;22492) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1698122493
16982--22494--
16983-- Dumping data for table `course_objectives`22495-- Dumping data for table `course_objectives`
16984--22496--
1698522497
16986INSERT INTO `course_objectives` (`cobjective_id`, `course_id`, `cperiod_id`, `objective_id`, `importance`, `objective_type`, `objective_details`, `objective_start`, `objective_finish`, `updated_date`, `updated_by`, `active`, `created_at`) VALUES22498INSERT INTO `course_objectives` (`cobjective_id`, `course_id`, `cperiod_id`, `objective_id`, `importance`, `objective_type`, `objective_details`, `objective_start`, `objective_finish`, `updated_date`, `updated_by`, `active`, `created_at`) VALUES
16987(1, 9, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22499(1, 9, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16988(2, 9, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22500(2, 9, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16989(3, 9, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22501(3, 9, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16990(4, 9, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22502(4, 9, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16991(5, 9, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22503(5, 9, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16992(6, 9, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22504(6, 9, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16993(7, 9, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22505(7, 9, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16994(8, 9, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22506(8, 9, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16995(9, 9, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22507(9, 9, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16996(10, 9, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22508(10, 9, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16997(11, 9, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22509(11, 9, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16998(12, 9, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22510(12, 9, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
16999(13, 9, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22511(13, 9, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17000(14, 9, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22512(14, 9, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17001(15, 9, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22513(15, 9, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17002(16, 9, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22514(16, 9, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17003(17, 9, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22515(17, 9, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17004(18, 10, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22516(18, 10, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17005(19, 10, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22517(19, 10, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17006(20, 10, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22518(20, 10, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17007(21, 10, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22519(21, 10, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17008(22, 10, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22520(22, 10, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17009(23, 10, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22521(23, 10, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17010(24, 10, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22522(24, 10, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17011(25, 10, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22523(25, 10, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17012(26, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22524(26, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17013(27, 10, NULL, 2, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),22525(27, 10, NULL, 2, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),
17014(28, 10, NULL, 3, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),22526(28, 10, NULL, 3, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),
17015(29, 10, NULL, 4, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),22527(29, 10, NULL, 4, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0),
17016(30, 10, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22528(30, 10, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17017(31, 10, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22529(31, 10, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17018(32, 10, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22530(32, 10, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17019(33, 10, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22531(33, 10, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17020(34, 10, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22532(34, 10, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17021(35, 10, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22533(35, 10, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17022(36, 10, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22534(36, 10, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17023(37, 10, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22535(37, 10, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17024(38, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22536(38, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17025(39, 10, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22537(39, 10, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17026(40, 11, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22538(40, 11, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17027(41, 11, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22539(41, 11, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17028(42, 11, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22540(42, 11, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17029(43, 11, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22541(43, 11, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17030(44, 11, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22542(44, 11, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17031(45, 11, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22543(45, 11, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17032(46, 11, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22544(46, 11, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17033(47, 11, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22545(47, 11, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17034(48, 11, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22546(48, 11, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17035(49, 11, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22547(49, 11, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17036(50, 11, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22548(50, 11, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17037(51, 11, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22549(51, 11, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17038(52, 11, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22550(52, 11, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17039(53, 11, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22551(53, 11, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17040(54, 11, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22552(54, 11, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17041(55, 11, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22553(55, 11, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17042(56, 11, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22554(56, 11, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17043(57, 11, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22555(57, 11, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17044(58, 11, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22556(58, 11, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17045(59, 11, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22557(59, 11, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17046(60, 11, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22558(60, 11, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17047(61, 11, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22559(61, 11, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17048(62, 11, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22560(62, 11, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17049(63, 11, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22561(63, 11, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17050(64, 12, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22562(64, 12, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17051(65, 12, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22563(65, 12, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17052(66, 12, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22564(66, 12, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17053(67, 12, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22565(67, 12, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17054(68, 12, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22566(68, 12, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17055(69, 12, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22567(69, 12, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17056(70, 12, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22568(70, 12, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17057(71, 12, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22569(71, 12, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17058(72, 12, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22570(72, 12, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17059(73, 12, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22571(73, 12, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17060(74, 12, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22572(74, 12, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17061(75, 12, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22573(75, 12, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17062(76, 12, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22574(76, 12, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17063(77, 12, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22575(77, 12, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17064(78, 12, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22576(78, 12, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17065(79, 12, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22577(79, 12, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17066(80, 12, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22578(80, 12, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17067(81, 12, NULL, 290, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22579(81, 12, NULL, 290, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17068(82, 12, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22580(82, 12, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17069(83, 12, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22581(83, 12, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17070(84, 12, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22582(84, 12, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17071(85, 12, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22583(85, 12, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17072(86, 12, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22584(86, 12, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17073(87, 12, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22585(87, 12, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17074(88, 12, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22586(88, 12, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17075(89, 12, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22587(89, 12, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17076(90, 12, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22588(90, 12, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17077(91, 12, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22589(91, 12, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17078(92, 12, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22590(92, 12, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17079(93, 12, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22591(93, 12, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17080(94, 12, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22592(94, 12, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17081(95, 12, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22593(95, 12, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17082(96, 12, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22594(96, 12, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17083(97, 12, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22595(97, 12, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17084(98, 12, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22596(98, 12, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17085(99, 12, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22597(99, 12, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17086(100, 12, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22598(100, 12, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17087(101, 12, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22599(101, 12, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17088(102, 12, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22600(102, 12, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17089(103, 12, NULL, 325, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22601(103, 12, NULL, 325, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17090(104, 12, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22602(104, 12, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17091(105, 12, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22603(105, 12, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17092(106, 12, NULL, 332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22604(106, 12, NULL, 332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17093(107, 12, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),22605(107, 12, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0),
17094(108, 12, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0);22606(108, 12, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0);
1709522607
17096-- --------------------------------------------------------22608-- --------------------------------------------------------
1709722609
17098--22610--
17099-- Table structure for table `course_reports`22611-- Table structure for table `course_reports`
17100--22612--
1710122613
17102CREATE TABLE `course_reports` (22614CREATE TABLE `course_reports` (
17103  `creport_id` int(12) NOT NULL,22615  `creport_id` int(12) NOT NULL,
17104  `course_id` int(12) NOT NULL DEFAULT '0',22616  `course_id` int(12) NOT NULL DEFAULT '0',
17105  `course_report_id` int(12) NOT NULL DEFAULT '0',22617  `course_report_id` int(12) NOT NULL DEFAULT '0',
17106  `updated_date` bigint(64) NOT NULL,22618  `updated_date` bigint(64) NOT NULL,
17107  `updated_by` int(12) NOT NULL22619  `updated_by` int(12) NOT NULL
17108) ENGINE=InnoDB DEFAULT CHARSET=utf8;22620) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1710922621
17110-- --------------------------------------------------------22622-- --------------------------------------------------------
1711122623
17112--22624--
17113-- Table structure for table `course_report_organisations`22625-- Table structure for table `course_report_organisations`
17114--22626--
1711522627
17116CREATE TABLE `course_report_organisations` (22628CREATE TABLE `course_report_organisations` (
17117  `crorganisation_id` int(12) NOT NULL,22629  `crorganisation_id` int(12) NOT NULL,
17118  `organisation_id` int(12) NOT NULL DEFAULT '0',22630  `organisation_id` int(12) NOT NULL DEFAULT '0',
17119  `course_report_id` int(12) NOT NULL DEFAULT '0',22631  `course_report_id` int(12) NOT NULL DEFAULT '0',
17120  `updated_date` bigint(64) NOT NULL,22632  `updated_date` bigint(64) NOT NULL,
17121  `updated_by` int(12) NOT NULL22633  `updated_by` int(12) NOT NULL
17122) ENGINE=InnoDB DEFAULT CHARSET=latin1;22634) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1712322635
17124--22636--
17125-- Dumping data for table `course_report_organisations`22637-- Dumping data for table `course_report_organisations`
17126--22638--
1712722639
17128INSERT INTO `course_report_organisations` (`crorganisation_id`, `organisation_id`, `course_report_id`, `updated_date`, `updated_by`) VALUES22640INSERT INTO `course_report_organisations` (`crorganisation_id`, `organisation_id`, `course_report_id`, `updated_date`, `updated_by`) VALUES
17129(1, 1, 1, 1449685603, 1),22641(1, 1, 1, 1449685603, 1),
17130(2, 1, 2, 1449685603, 1),22642(2, 1, 2, 1449685603, 1),
17131(3, 1, 3, 1588743482, 1);22643(3, 1, 3, 1588743482, 1);
1713222644
17133-- --------------------------------------------------------22645-- --------------------------------------------------------
1713422646
17135--22647--
17136-- Table structure for table `course_settings`22648-- Table structure for table `course_settings`
17137--22649--
1713822650
17139CREATE TABLE `course_settings` (22651CREATE TABLE `course_settings` (
17140  `csetting_id` int(12) UNSIGNED NOT NULL,22652  `csetting_id` int(12) UNSIGNED NOT NULL,
17141  `course_id` int(12) UNSIGNED NOT NULL,22653  `course_id` int(12) UNSIGNED NOT NULL,
17142  `organisation_id` int(12) UNSIGNED NOT NULL,22654  `organisation_id` int(12) UNSIGNED NOT NULL,
17143  `shortname` varchar(128) NOT NULL,22655  `shortname` varchar(128) NOT NULL,
17144  `value` text NOT NULL,22656  `value` text NOT NULL,
17145  `created_date` bigint(64) UNSIGNED NOT NULL,22657  `created_date` bigint(64) UNSIGNED NOT NULL,
17146  `created_by` int(12) UNSIGNED NOT NULL,22658  `created_by` int(12) UNSIGNED NOT NULL,
17147  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,22659  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
17148  `updated_by` int(12) UNSIGNED DEFAULT NULL,22660  `updated_by` int(12) UNSIGNED DEFAULT NULL,
17149  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL22661  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
17150) ENGINE=InnoDB DEFAULT CHARSET=utf8;22662) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1715122663
17152--22664--
17153-- Dumping data for table `course_settings`22665-- Dumping data for table `course_settings`
17154--22666--
1715522667
17156INSERT INTO `course_settings` (`csetting_id`, `course_id`, `organisation_id`, `shortname`, `value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES22668INSERT INTO `course_settings` (`csetting_id`, `course_id`, `organisation_id`, `shortname`, `value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
17157(1, 1, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, NULL, NULL),22669(1, 1, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, NULL, NULL),
17158(2, 1, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL),22670(2, 1, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL),
17159(3, 1, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL),22671(3, 1, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL),
17160(4, 2, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, 1, 1685381586),22672(4, 2, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, 1, 1685381586),
17161(5, 2, 1, 'late_settings', '{\"enabled\":true,\"allowance\":5,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL),22673(5, 2, 1, 'late_settings', '{\"enabled\":true,\"allowance\":5,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL),
17162(6, 2, 1, 'absent_settings', '{\"enabled\":true,\"allowance\":20,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL),22674(6, 2, 1, 'absent_settings', '{\"enabled\":true,\"allowance\":20,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL),
17163(7, 3, 1, 'geolocation_attendance_reminder', '[\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false]', 1685381586, 1, NULL, 1, 1685381586),22675(7, 3, 1, 'geolocation_attendance_reminder', '[\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false]', 1685381586, 1, NULL, 1, 1685381586),
17164(8, 3, 1, 'late_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL),22676(8, 3, 1, 'late_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL),
17165(9, 3, 1, 'absent_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL),22677(9, 3, 1, 'absent_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL),
17166(10, 5, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),22678(10, 5, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),
17167(11, 5, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22679(11, 5, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17168(12, 5, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22680(12, 5, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17169(13, 6, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),22681(13, 6, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),
17170(14, 6, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22682(14, 6, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17171(15, 6, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22683(15, 6, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17172(16, 7, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),22684(16, 7, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL),
17173(17, 7, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22685(17, 7, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17174(18, 7, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),22686(18, 7, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17175(19, 9, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),22687(19, 9, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),
17176(20, 9, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22688(20, 9, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17177(21, 9, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22689(21, 9, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17178(22, 10, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),22690(22, 10, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),
17179(23, 10, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22691(23, 10, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17180(24, 10, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22692(24, 10, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17181(25, 11, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),22693(25, 11, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),
17182(26, 11, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22694(26, 11, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17183(27, 11, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22695(27, 11, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17184(28, 12, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),22696(28, 12, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),
17185(29, 12, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22697(29, 12, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17186(30, 12, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22698(30, 12, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17187(31, 14, 1, 'geolocation_attendance_reminder', '[\\\"enabled\\\" => false,\\\"hours\\\" => 0,\\\"minutes\\\" => 0,\\\"send_before\\\" => false]', 1685381586, 1, NULL, NULL, NULL),22699(31, 14, 1, 'geolocation_attendance_reminder', '[\\\"enabled\\\" => false,\\\"hours\\\" => 0,\\\"minutes\\\" => 0,\\\"send_before\\\" => false]', 1685381586, 1, NULL, NULL, NULL),
17188(32, 14, 1, 'late_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL),22700(32, 14, 1, 'late_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17189(33, 14, 1, 'absent_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL),22701(33, 14, 1, 'absent_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL),
17190(34, 15, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),22702(34, 15, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL),
17191(35, 15, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22703(35, 15, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
17192(36, 13, 2, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),22704(36, 13, 2, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
n17193(38, 13, 2, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL);n22705(38, 13, 2, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL),
22706(39, 16, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685387919, 1, NULL, 1, 1685545288),
22707(40, 16, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685387919, 1, 1685549315, 1, NULL),
22708(41, 16, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685387919, 1, 1685549315, 1, NULL),
22709(42, 16, 1, 'cbme_progress_dashboard ', '1', 1685460330, 1, NULL, NULL, NULL),
22710(43, 16, 1, 'cbme_dashboard', '{“enabled”:true}', 1685460330, 1, NULL, NULL, NULL);
1719422711
17195-- --------------------------------------------------------22712-- --------------------------------------------------------
1719622713
17197--22714--
17198-- Table structure for table `course_syllabi`22715-- Table structure for table `course_syllabi`
17199--22716--
1720022717
17201CREATE TABLE `course_syllabi` (22718CREATE TABLE `course_syllabi` (
17202  `syllabus_id` int(12) UNSIGNED NOT NULL,22719  `syllabus_id` int(12) UNSIGNED NOT NULL,
17203  `course_id` int(12) DEFAULT NULL,22720  `course_id` int(12) DEFAULT NULL,
17204  `syllabus_start` smallint(2) DEFAULT NULL,22721  `syllabus_start` smallint(2) DEFAULT NULL,
17205  `syllabus_finish` smallint(2) DEFAULT NULL,22722  `syllabus_finish` smallint(2) DEFAULT NULL,
17206  `template` varchar(255) DEFAULT NULL,22723  `template` varchar(255) DEFAULT NULL,
17207  `repeat` tinyint(1) DEFAULT '1',22724  `repeat` tinyint(1) DEFAULT '1',
17208  `active` tinyint(1) NOT NULL DEFAULT '1'22725  `active` tinyint(1) NOT NULL DEFAULT '1'
17209) ENGINE=InnoDB DEFAULT CHARSET=utf8;22726) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1721022727
17211--22728--
17212-- Dumping data for table `course_syllabi`22729-- Dumping data for table `course_syllabi`
17213--22730--
1721422731
17215INSERT INTO `course_syllabi` (`syllabus_id`, `course_id`, `syllabus_start`, `syllabus_finish`, `template`, `repeat`, `active`) VALUES22732INSERT INTO `course_syllabi` (`syllabus_id`, `course_id`, `syllabus_start`, `syllabus_finish`, `template`, `repeat`, `active`) VALUES
17216(1, 1, 12, 12, NULL, 1, 0),22733(1, 1, 12, 12, NULL, 1, 0),
17217(2, 2, 12, 12, NULL, 1, 0),22734(2, 2, 12, 12, NULL, 1, 0),
17218(3, 3, 12, 12, NULL, 1, 0),22735(3, 3, 12, 12, NULL, 1, 0),
17219(4, 1, 12, 12, NULL, 1, 0),22736(4, 1, 12, 12, NULL, 1, 0),
17220(5, 0, 12, 12, NULL, 1, 0),22737(5, 0, 12, 12, NULL, 1, 0),
n17221(6, 13, 1, 12, NULL, 1, 0);n22738(6, 13, 1, 12, NULL, 1, 0),
22739(7, 16, 12, 12, NULL, 1, 0),
22740(8, 16, 12, 12, NULL, 1, 0);
1722222741
17223-- --------------------------------------------------------22742-- --------------------------------------------------------
1722422743
17225--22744--
17226-- Table structure for table `course_tracks`22745-- Table structure for table `course_tracks`
17227--22746--
1722822747
17229CREATE TABLE `course_tracks` (22748CREATE TABLE `course_tracks` (
17230  `curriculum_track_id` int(11) NOT NULL,22749  `curriculum_track_id` int(11) NOT NULL,
17231  `course_id` int(11) NOT NULL,22750  `course_id` int(11) NOT NULL,
17232  `track_mandatory` int(1) DEFAULT '0'22751  `track_mandatory` int(1) DEFAULT '0'
17233) ENGINE=InnoDB DEFAULT CHARSET=utf8;22752) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1723422753
17235--22754--
17236-- Dumping data for table `course_tracks`22755-- Dumping data for table `course_tracks`
17237--22756--
1723822757
17239INSERT INTO `course_tracks` (`curriculum_track_id`, `course_id`, `track_mandatory`) VALUES22758INSERT INTO `course_tracks` (`curriculum_track_id`, `course_id`, `track_mandatory`) VALUES
17240(1, 1, 1),22759(1, 1, 1),
17241(2, 1, 0),22760(2, 1, 0),
17242(3, 13, 0);22761(3, 13, 0);
1724322762
17244-- --------------------------------------------------------22763-- --------------------------------------------------------
1724522764
17246--22765--
17247-- Table structure for table `course_units`22766-- Table structure for table `course_units`
17248--22767--
1724922768
17250CREATE TABLE `course_units` (22769CREATE TABLE `course_units` (
17251  `cunit_id` int(11) UNSIGNED NOT NULL,22770  `cunit_id` int(11) UNSIGNED NOT NULL,
17252  `unit_code` varchar(16) DEFAULT NULL,22771  `unit_code` varchar(16) DEFAULT NULL,
17253  `unit_title` varchar(128) NOT NULL DEFAULT '',22772  `unit_title` varchar(128) NOT NULL DEFAULT '',
17254  `unit_description` text,22773  `unit_description` text,
17255  `course_id` int(12) UNSIGNED NOT NULL,22774  `course_id` int(12) UNSIGNED NOT NULL,
17256  `cperiod_id` int(11) DEFAULT NULL,22775  `cperiod_id` int(11) DEFAULT NULL,
17257  `week_id` int(11) UNSIGNED DEFAULT NULL,22776  `week_id` int(11) UNSIGNED DEFAULT NULL,
17258  `unit_order` int(12) NOT NULL DEFAULT '0',22777  `unit_order` int(12) NOT NULL DEFAULT '0',
17259  `updated_date` bigint(64) DEFAULT NULL,22778  `updated_date` bigint(64) DEFAULT NULL,
17260  `updated_by` int(11) DEFAULT NULL,22779  `updated_by` int(11) DEFAULT NULL,
17261  `created_date` bigint(64) NOT NULL,22780  `created_date` bigint(64) NOT NULL,
17262  `created_by` int(11) NOT NULL,22781  `created_by` int(11) NOT NULL,
17263  `deleted_date` bigint(64) DEFAULT NULL22782  `deleted_date` bigint(64) DEFAULT NULL
17264) ENGINE=InnoDB DEFAULT CHARSET=utf8;22783) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1726522784
17266--22785--
17267-- Dumping data for table `course_units`22786-- Dumping data for table `course_units`
17268--22787--
1726922788
17270INSERT INTO `course_units` (`cunit_id`, `unit_code`, `unit_title`, `unit_description`, `course_id`, `cperiod_id`, `week_id`, `unit_order`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES22789INSERT INTO `course_units` (`cunit_id`, `unit_code`, `unit_title`, `unit_description`, `course_id`, `cperiod_id`, `week_id`, `unit_order`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
17271(1, 'firstcode', 'First Unit', 'A Description', 1, 1, 1, 0, 1685381586, 1, 1685381586, 1, NULL),22790(1, 'firstcode', 'First Unit', 'A Description', 1, 1, 1, 0, 1685381586, 1, 1685381586, 1, NULL),
17272(2, 'secondcode', 'Second Unit', 'A Description', 1, 1, 2, 0, 1685381586, 1, 1685381586, 1, NULL);22791(2, 'secondcode', 'Second Unit', 'A Description', 1, 1, 2, 0, 1685381586, 1, 1685381586, 1, NULL);
1727322792
17274-- --------------------------------------------------------22793-- --------------------------------------------------------
1727522794
17276--22795--
17277-- Table structure for table `course_unit_contacts`22796-- Table structure for table `course_unit_contacts`
17278--22797--
1727922798
17280CREATE TABLE `course_unit_contacts` (22799CREATE TABLE `course_unit_contacts` (
17281  `cucontact_id` int(11) UNSIGNED NOT NULL,22800  `cucontact_id` int(11) UNSIGNED NOT NULL,
17282  `cunit_id` int(11) UNSIGNED NOT NULL,22801  `cunit_id` int(11) UNSIGNED NOT NULL,
17283  `proxy_id` int(12) UNSIGNED NOT NULL,22802  `proxy_id` int(12) UNSIGNED NOT NULL,
17284  `contact_order` int(6) NOT NULL DEFAULT '0',22803  `contact_order` int(6) NOT NULL DEFAULT '0',
17285  `updated_date` bigint(64) DEFAULT NULL,22804  `updated_date` bigint(64) DEFAULT NULL,
17286  `updated_by` int(12) UNSIGNED DEFAULT NULL22805  `updated_by` int(12) UNSIGNED DEFAULT NULL
17287) ENGINE=InnoDB DEFAULT CHARSET=utf8;22806) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1728822807
17289-- --------------------------------------------------------22808-- --------------------------------------------------------
1729022809
17291--22810--
17292-- Table structure for table `course_unit_linked_objectives`22811-- Table structure for table `course_unit_linked_objectives`
17293--22812--
1729422813
17295CREATE TABLE `course_unit_linked_objectives` (22814CREATE TABLE `course_unit_linked_objectives` (
17296  `culobjective_id` int(12) UNSIGNED NOT NULL,22815  `culobjective_id` int(12) UNSIGNED NOT NULL,
17297  `cunit_id` int(12) UNSIGNED NOT NULL,22816  `cunit_id` int(12) UNSIGNED NOT NULL,
17298  `linked_objective_id` int(12) UNSIGNED NOT NULL,22817  `linked_objective_id` int(12) UNSIGNED NOT NULL,
17299  `updated_date` bigint(64) DEFAULT NULL,22818  `updated_date` bigint(64) DEFAULT NULL,
17300  `updated_by` int(12) UNSIGNED DEFAULT NULL22819  `updated_by` int(12) UNSIGNED DEFAULT NULL
17301) ENGINE=InnoDB DEFAULT CHARSET=utf8;22820) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1730222821
17303-- --------------------------------------------------------22822-- --------------------------------------------------------
1730422823
17305--22824--
17306-- Table structure for table `course_unit_objectives`22825-- Table structure for table `course_unit_objectives`
17307--22826--
1730822827
17309CREATE TABLE `course_unit_objectives` (22828CREATE TABLE `course_unit_objectives` (
17310  `cuobjective_id` int(11) UNSIGNED NOT NULL,22829  `cuobjective_id` int(11) UNSIGNED NOT NULL,
17311  `cunit_id` int(11) UNSIGNED NOT NULL,22830  `cunit_id` int(11) UNSIGNED NOT NULL,
17312  `objective_id` int(12) NOT NULL,22831  `objective_id` int(12) NOT NULL,
17313  `objective_order` int(6) NOT NULL DEFAULT '0',22832  `objective_order` int(6) NOT NULL DEFAULT '0',
17314  `updated_date` bigint(64) DEFAULT NULL,22833  `updated_date` bigint(64) DEFAULT NULL,
17315  `updated_by` int(12) UNSIGNED DEFAULT NULL22834  `updated_by` int(12) UNSIGNED DEFAULT NULL
17316) ENGINE=InnoDB DEFAULT CHARSET=utf8;22835) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1731722836
17318-- --------------------------------------------------------22837-- --------------------------------------------------------
1731922838
17320--22839--
17321-- Table structure for table `cron`22840-- Table structure for table `cron`
17322--22841--
1732322842
17324CREATE TABLE `cron` (22843CREATE TABLE `cron` (
17325  `cron_id` int(11) UNSIGNED NOT NULL,22844  `cron_id` int(11) UNSIGNED NOT NULL,
17326  `command` text,22845  `command` text,
17327  `active` tinyint(1) DEFAULT '0',22846  `active` tinyint(1) DEFAULT '0',
17328  `schedule` varchar(20) DEFAULT '* * * * *'22847  `schedule` varchar(20) DEFAULT '* * * * *'
17329) ENGINE=InnoDB DEFAULT CHARSET=utf8;22848) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1733022849
17331--22850--
17332-- Dumping data for table `cron`22851-- Dumping data for table `cron`
17333--22852--
1733422853
17335INSERT INTO `cron` (`cron_id`, `command`, `active`, `schedule`) VALUES22854INSERT INTO `cron` (`cron_id`, `command`, `active`, `schedule`) VALUES
17336(1, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:teams --queue', 0, '0 0 * * *'),22855(1, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:teams --queue', 0, '0 0 * * *'),
17337(2, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:team-members --queue', 0, '0 0 * * *'),22856(2, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:team-members --queue', 0, '0 0 * * *'),
17338(3, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:events --queue', 0, '0 0 * * *'),22857(3, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:events --queue', 0, '0 0 * * *'),
17339(4, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:cleanup:events --queue', 0, '*/30 * * * *');22858(4, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:cleanup:events --queue', 0, '*/30 * * * *');
1734022859
17341-- --------------------------------------------------------22860-- --------------------------------------------------------
1734222861
17343--22862--
17344-- Table structure for table `cron_community_notifications`22863-- Table structure for table `cron_community_notifications`
17345--22864--
1734622865
17347CREATE TABLE `cron_community_notifications` (22866CREATE TABLE `cron_community_notifications` (
17348  `ccnotification_id` int(12) UNSIGNED NOT NULL,22867  `ccnotification_id` int(12) UNSIGNED NOT NULL,
17349  `cnotification_id` int(12) NOT NULL,22868  `cnotification_id` int(12) NOT NULL,
17350  `proxy_id` int(12) NOT NULL22869  `proxy_id` int(12) NOT NULL
17351) ENGINE=InnoDB DEFAULT CHARSET=utf8;22870) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1735222871
17353-- --------------------------------------------------------22872-- --------------------------------------------------------
1735422873
17355--22874--
17356-- Table structure for table `cron_events`22875-- Table structure for table `cron_events`
17357--22876--
1735822877
17359CREATE TABLE `cron_events` (22878CREATE TABLE `cron_events` (
17360  `id` int(12) NOT NULL,22879  `id` int(12) NOT NULL,
17361  `script` varchar(25) DEFAULT NULL,22880  `script` varchar(25) DEFAULT NULL,
17362  `timestamp` bigint(64) DEFAULT NULL22881  `timestamp` bigint(64) DEFAULT NULL
17363) ENGINE=InnoDB DEFAULT CHARSET=latin1;22882) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1736422883
17365-- --------------------------------------------------------22884-- --------------------------------------------------------
1736622885
17367--22886--
17368-- Table structure for table `curriculum_frameworks`22887-- Table structure for table `curriculum_frameworks`
17369--22888--
1737022889
17371CREATE TABLE `curriculum_frameworks` (22890CREATE TABLE `curriculum_frameworks` (
17372  `id` int(11) UNSIGNED NOT NULL,22891  `id` int(11) UNSIGNED NOT NULL,
17373  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,22892  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
17374  `organisation_id` int(11) NOT NULL,22893  `organisation_id` int(11) NOT NULL,
17375  `branch_head_objective_set_id` int(11) DEFAULT NULL,22894  `branch_head_objective_set_id` int(11) DEFAULT NULL,
17376  `created_date` int(11) NOT NULL,22895  `created_date` int(11) NOT NULL,
17377  `created_by` int(11) NOT NULL,22896  `created_by` int(11) NOT NULL,
17378  `updated_date` int(11) DEFAULT NULL,22897  `updated_date` int(11) DEFAULT NULL,
17379  `updated_by` int(11) DEFAULT NULL,22898  `updated_by` int(11) DEFAULT NULL,
17380  `deleted_date` int(11) DEFAULT NULL22899  `deleted_date` int(11) DEFAULT NULL
17381) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;22900) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1738222901
17383--22902--
17384-- Dumping data for table `curriculum_frameworks`22903-- Dumping data for table `curriculum_frameworks`
17385--22904--
1738622905
17387INSERT INTO `curriculum_frameworks` (`id`, `title`, `organisation_id`, `branch_head_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES22906INSERT INTO `curriculum_frameworks` (`id`, `title`, `organisation_id`, `branch_head_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
17388(1, 'Test CBME Framework 1', 1, 19, 1685381586, 1, 1685381586, 1, NULL),22907(1, 'Test CBME Framework 1', 1, 19, 1685381586, 1, 1685381586, 1, NULL),
n17389(2, 'Framework 1', 2, 22, 1685381586, 1, 1685381586, 1, NULL);n22908(2, 'Framework 1', 2, 22, 1685381586, 1, 1685381586, 1, NULL),
22909(3, 'Deepdive CBE', 1, 32, 1685387604, 1, 1685387772, 1, NULL);
1739022910
17391-- --------------------------------------------------------22911-- --------------------------------------------------------
1739222912
17393--22913--
17394-- Table structure for table `curriculum_framework_lu_objective_set_property_types`22914-- Table structure for table `curriculum_framework_lu_objective_set_property_types`
17395--22915--
1739622916
17397CREATE TABLE `curriculum_framework_lu_objective_set_property_types` (22917CREATE TABLE `curriculum_framework_lu_objective_set_property_types` (
17398  `id` int(10) UNSIGNED NOT NULL,22918  `id` int(10) UNSIGNED NOT NULL,
17399  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,22919  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
17400  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'22920  `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1'
17401) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;22921) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1740222922
17403--22923--
17404-- Dumping data for table `curriculum_framework_lu_objective_set_property_types`22924-- Dumping data for table `curriculum_framework_lu_objective_set_property_types`
17405--22925--
1740622926
17407INSERT INTO `curriculum_framework_lu_objective_set_property_types` (`id`, `shortname`, `active`) VALUES22927INSERT INTO `curriculum_framework_lu_objective_set_property_types` (`id`, `shortname`, `active`) VALUES
17408(1, 'exist_at_depths', 1),22928(1, 'exist_at_depths', 1),
17409(2, 'dashboard_show', 1),22929(2, 'dashboard_show', 1),
17410(3, 'dashboard_show_under_parent', 1),22930(3, 'dashboard_show_under_parent', 1),
17411(4, 'dashboard_filter', 1),22931(4, 'dashboard_filter', 1),
17412(5, 'trigger', 1),22932(5, 'trigger', 1),
17413(6, 'map_clinical_experience', 1),22933(6, 'map_clinical_experience', 1),
17414(7, 'primary', 1),22934(7, 'primary', 1),
17415(8, 'smart_tag_editable', 1),22935(8, 'smart_tag_editable', 1),
17416(9, 'rating_scale_id', 1),22936(9, 'rating_scale_id', 1),
17417(10, 'access_scope', 1),22937(10, 'access_scope', 1),
17418(11, 'relationship_depth_order', 1),22938(11, 'relationship_depth_order', 1),
17419(12, 'primary_trigger_filter', 1),22939(12, 'primary_trigger_filter', 1),
17420(13, 'primary_competency_objective', 1),22940(13, 'primary_competency_objective', 1),
17421(14, 'primary_trigger_filter_label', 1),22941(14, 'primary_trigger_filter_label', 1),
17422(15, 'rotation_trigger_filter', 1),22942(15, 'rotation_trigger_filter', 1),
17423(16, 'rotation_trigger_filter_label', 1),22943(16, 'rotation_trigger_filter_label', 1),
17424(17, 'priority_trigger_filter', 1),22944(17, 'priority_trigger_filter', 1),
17425(18, 'priority_trigger_filter_label', 1),22945(18, 'priority_trigger_filter_label', 1),
17426(19, 'objective_container', 1),22946(19, 'objective_container', 1),
17427(20, 'form_template_taggable', 1),22947(20, 'form_template_taggable', 1),
17428(21, 'framework_mapped_objective_set', 1),22948(21, 'framework_mapped_objective_set', 1),
17429(22, 'framework_ordinality_codes', 1),22949(22, 'framework_ordinality_codes', 1),
17430(23, 'objective_text_editable', 1),22950(23, 'objective_text_editable', 1),
17431(24, 'use_in_assessment_plans', 1),22951(24, 'use_in_assessment_plans', 1),
17432(25, 'program_dashboard_display', 1),22952(25, 'program_dashboard_display', 1),
17433(26, 'program_dashboard_filter', 1),22953(26, 'program_dashboard_filter', 1),
17434(27, 'program_dashboard_group_by', 1);22954(27, 'program_dashboard_group_by', 1);
1743522955
17436-- --------------------------------------------------------22956-- --------------------------------------------------------
1743722957
17438--22958--
17439-- Table structure for table `curriculum_framework_objective_sets`22959-- Table structure for table `curriculum_framework_objective_sets`
17440--22960--
1744122961
17442CREATE TABLE `curriculum_framework_objective_sets` (22962CREATE TABLE `curriculum_framework_objective_sets` (
17443  `id` int(11) UNSIGNED NOT NULL,22963  `id` int(11) UNSIGNED NOT NULL,
17444  `framework_id` int(11) NOT NULL,22964  `framework_id` int(11) NOT NULL,
17445  `objective_set_id` int(11) NOT NULL,22965  `objective_set_id` int(11) NOT NULL,
17446  `created_date` int(11) NOT NULL,22966  `created_date` int(11) NOT NULL,
17447  `created_by` int(11) NOT NULL,22967  `created_by` int(11) NOT NULL,
17448  `updated_date` int(11) DEFAULT NULL,22968  `updated_date` int(11) DEFAULT NULL,
17449  `updated_by` int(11) DEFAULT NULL,22969  `updated_by` int(11) DEFAULT NULL,
17450  `deleted_date` int(11) DEFAULT NULL,22970  `deleted_date` int(11) DEFAULT NULL,
17451  `display_order` int(11) NOT NULL DEFAULT '0'22971  `display_order` int(11) NOT NULL DEFAULT '0'
17452) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;22972) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1745322973
17454--22974--
17455-- Dumping data for table `curriculum_framework_objective_sets`22975-- Dumping data for table `curriculum_framework_objective_sets`
17456--22976--
1745722977
17458INSERT INTO `curriculum_framework_objective_sets` (`id`, `framework_id`, `objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `display_order`) VALUES22978INSERT INTO `curriculum_framework_objective_sets` (`id`, `framework_id`, `objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `display_order`) VALUES
17459(1, 1, 19, 1685381586, 1, 1685381586, 1, NULL, 0),22979(1, 1, 19, 1685381586, 1, 1685381586, 1, NULL, 0),
17460(2, 1, 20, 1685381586, 1, 1685381586, 1, NULL, 0),22980(2, 1, 20, 1685381586, 1, 1685381586, 1, NULL, 0),
17461(3, 1, 21, 1685381586, 1, 1685381586, 1, NULL, 0),22981(3, 1, 21, 1685381586, 1, 1685381586, 1, NULL, 0),
17462(4, 2, 24, 1685381586, 1, 1685381586, 1, NULL, 0),22982(4, 2, 24, 1685381586, 1, 1685381586, 1, NULL, 0),
17463(5, 2, 23, 1685381586, 1, 1685381586, 1, NULL, 0),22983(5, 2, 23, 1685381586, 1, 1685381586, 1, NULL, 0),
17464(6, 2, 27, 1685381586, 1, 1685381586, 1, NULL, 0),22984(6, 2, 27, 1685381586, 1, 1685381586, 1, NULL, 0),
17465(7, 2, 22, 1685381586, 1, 1685381586, 1, NULL, 0),22985(7, 2, 22, 1685381586, 1, 1685381586, 1, NULL, 0),
17466(8, 2, 26, 1685381586, 1, 1685381586, 1, NULL, 0),22986(8, 2, 26, 1685381586, 1, 1685381586, 1, NULL, 0),
n17467(9, 2, 25, 1685381586, 1, 1685381586, 1, NULL, 0);n22987(9, 2, 25, 1685381586, 1, 1685381586, 1, NULL, 0),
22988(10, 3, 31, 1685387673, 1, 1685387673, 1, NULL, 0),
22989(11, 3, 32, 1685387731, 1, 1685387731, 1, NULL, 0),
22990(12, 3, 33, 1685387758, 1, 1685387758, 1, NULL, 0);
1746822991
17469-- --------------------------------------------------------22992-- --------------------------------------------------------
1747022993
17471--22994--
17472-- Table structure for table `curriculum_framework_objective_sets_properties`22995-- Table structure for table `curriculum_framework_objective_sets_properties`
17473--22996--
1747422997
17475CREATE TABLE `curriculum_framework_objective_sets_properties` (22998CREATE TABLE `curriculum_framework_objective_sets_properties` (
17476  `id` int(11) UNSIGNED NOT NULL,22999  `id` int(11) UNSIGNED NOT NULL,
17477  `framework_id` int(11) NOT NULL,23000  `framework_id` int(11) NOT NULL,
17478  `objective_set_id` int(11) NOT NULL,23001  `objective_set_id` int(11) NOT NULL,
17479  `property_type_id` int(11) NOT NULL,23002  `property_type_id` int(11) NOT NULL,
17480  `property_value` text COLLATE utf8_unicode_ci,23003  `property_value` text COLLATE utf8_unicode_ci,
17481  `created_date` int(11) NOT NULL,23004  `created_date` int(11) NOT NULL,
17482  `created_by` int(11) NOT NULL,23005  `created_by` int(11) NOT NULL,
17483  `updated_date` int(11) DEFAULT NULL,23006  `updated_date` int(11) DEFAULT NULL,
17484  `updated_by` int(11) DEFAULT NULL,23007  `updated_by` int(11) DEFAULT NULL,
17485  `deleted_date` int(11) DEFAULT NULL23008  `deleted_date` int(11) DEFAULT NULL
17486) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;23009) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1748723010
17488--23011--
17489-- Dumping data for table `curriculum_framework_objective_sets_properties`23012-- Dumping data for table `curriculum_framework_objective_sets_properties`
17490--23013--
1749123014
17492INSERT INTO `curriculum_framework_objective_sets_properties` (`id`, `framework_id`, `objective_set_id`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES23015INSERT INTO `curriculum_framework_objective_sets_properties` (`id`, `framework_id`, `objective_set_id`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
17493(1, 1, 19, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23016(1, 1, 19, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17494(2, 1, 19, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23017(2, 1, 19, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17495(3, 1, 19, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23018(3, 1, 19, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17496(4, 1, 19, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23019(4, 1, 19, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17497(5, 1, 19, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23020(5, 1, 19, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17498(6, 1, 19, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23021(6, 1, 19, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17499(7, 1, 19, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23022(7, 1, 19, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17500(8, 1, 19, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23023(8, 1, 19, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17501(9, 1, 19, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23024(9, 1, 19, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17502(10, 1, 19, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23025(10, 1, 19, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17503(11, 1, 19, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23026(11, 1, 19, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17504(12, 1, 19, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23027(12, 1, 19, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17505(13, 1, 19, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23028(13, 1, 19, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17506(14, 1, 19, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23029(14, 1, 19, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17507(15, 1, 19, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23030(15, 1, 19, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17508(16, 1, 19, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23031(16, 1, 19, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17509(17, 1, 19, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23032(17, 1, 19, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17510(18, 1, 19, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23033(18, 1, 19, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17511(19, 1, 19, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23034(19, 1, 19, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17512(20, 1, 20, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23035(20, 1, 20, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17513(21, 1, 20, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23036(21, 1, 20, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17514(22, 1, 20, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23037(22, 1, 20, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17515(23, 1, 20, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23038(23, 1, 20, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17516(24, 1, 20, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23039(24, 1, 20, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17517(25, 1, 20, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23040(25, 1, 20, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17518(26, 1, 20, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23041(26, 1, 20, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17519(27, 1, 20, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23042(27, 1, 20, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17520(28, 1, 20, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23043(28, 1, 20, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17521(29, 1, 20, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23044(29, 1, 20, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17522(30, 1, 20, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23045(30, 1, 20, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17523(31, 1, 20, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23046(31, 1, 20, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17524(32, 1, 20, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23047(32, 1, 20, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17525(33, 1, 20, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23048(33, 1, 20, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17526(34, 1, 20, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23049(34, 1, 20, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17527(35, 1, 20, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23050(35, 1, 20, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17528(36, 1, 20, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23051(36, 1, 20, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17529(37, 1, 20, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23052(37, 1, 20, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17530(38, 1, 20, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23053(38, 1, 20, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17531(39, 1, 21, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23054(39, 1, 21, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17532(40, 1, 21, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23055(40, 1, 21, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17533(41, 1, 21, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23056(41, 1, 21, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17534(42, 1, 21, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23057(42, 1, 21, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17535(43, 1, 21, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23058(43, 1, 21, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17536(44, 1, 21, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23059(44, 1, 21, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17537(45, 1, 21, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23060(45, 1, 21, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17538(46, 1, 21, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23061(46, 1, 21, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17539(47, 1, 21, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23062(47, 1, 21, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17540(48, 1, 21, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23063(48, 1, 21, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17541(49, 1, 21, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23064(49, 1, 21, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17542(50, 1, 21, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23065(50, 1, 21, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17543(51, 1, 21, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23066(51, 1, 21, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17544(52, 1, 21, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23067(52, 1, 21, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17545(53, 1, 21, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23068(53, 1, 21, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17546(54, 1, 21, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23069(54, 1, 21, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17547(55, 1, 21, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23070(55, 1, 21, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17548(56, 1, 21, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23071(56, 1, 21, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17549(57, 1, 21, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23072(57, 1, 21, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17550(58, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23073(58, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17551(59, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23074(59, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17552(60, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23075(60, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17553(61, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23076(61, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17554(62, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23077(62, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17555(63, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23078(63, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17556(64, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23079(64, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17557(65, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23080(65, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17558(66, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23081(66, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17559(67, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23082(67, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17560(68, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23083(68, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17561(69, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23084(69, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17562(70, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23085(70, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17563(71, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23086(71, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17564(72, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23087(72, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17565(73, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23088(73, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17566(74, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23089(74, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17567(75, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23090(75, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17568(76, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23091(76, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17569(77, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23092(77, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17570(78, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23093(78, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17571(79, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23094(79, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17572(80, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23095(80, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17573(81, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23096(81, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17574(82, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23097(82, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17575(83, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23098(83, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17576(84, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23099(84, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17577(85, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23100(85, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17578(86, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23101(86, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17579(87, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23102(87, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17580(88, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23103(88, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17581(89, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23104(89, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17582(90, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23105(90, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17583(91, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23106(91, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17584(92, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23107(92, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17585(93, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23108(93, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17586(94, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23109(94, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17587(95, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23110(95, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17588(96, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23111(96, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17589(97, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23112(97, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17590(98, 2, 27, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23113(98, 2, 27, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17591(99, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23114(99, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17592(100, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23115(100, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17593(101, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23116(101, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17594(102, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23117(102, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17595(103, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23118(103, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17596(104, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23119(104, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17597(105, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23120(105, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17598(106, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23121(106, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17599(107, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23122(107, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17600(108, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23123(108, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17601(109, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23124(109, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17602(110, 2, 27, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23125(110, 2, 27, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17603(111, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23126(111, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17604(112, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23127(112, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17605(113, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23128(113, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17606(114, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23129(114, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17607(115, 2, 22, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23130(115, 2, 22, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17608(116, 2, 22, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23131(116, 2, 22, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17609(117, 2, 22, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23132(117, 2, 22, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17610(118, 2, 22, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23133(118, 2, 22, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17611(119, 2, 22, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23134(119, 2, 22, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17612(120, 2, 22, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23135(120, 2, 22, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17613(121, 2, 22, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23136(121, 2, 22, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17614(122, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23137(122, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17615(123, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23138(123, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17616(124, 2, 22, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23139(124, 2, 22, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17617(125, 2, 22, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23140(125, 2, 22, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17618(126, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23141(126, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17619(127, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23142(127, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17620(128, 2, 22, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23143(128, 2, 22, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17621(129, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23144(129, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17622(130, 2, 22, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23145(130, 2, 22, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17623(131, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23146(131, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17624(132, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23147(132, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17625(133, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23148(133, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17626(134, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23149(134, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17627(135, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23150(135, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17628(136, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23151(136, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17629(137, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23152(137, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17630(138, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23153(138, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17631(139, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23154(139, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17632(140, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23155(140, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17633(141, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23156(141, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17634(142, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23157(142, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17635(143, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23158(143, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17636(144, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23159(144, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17637(145, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23160(145, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17638(146, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23161(146, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17639(147, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23162(147, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17640(148, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23163(148, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17641(149, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23164(149, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17642(150, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23165(150, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17643(151, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23166(151, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17644(152, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23167(152, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17645(153, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23168(153, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17646(154, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23169(154, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17647(155, 2, 25, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23170(155, 2, 25, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17648(156, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23171(156, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17649(157, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23172(157, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17650(158, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23173(158, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17651(159, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23174(159, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17652(160, 2, 25, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23175(160, 2, 25, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17653(161, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23176(161, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17654(162, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23177(162, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17655(163, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23178(163, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17656(164, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23179(164, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17657(165, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23180(165, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17658(166, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23181(166, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17659(167, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23182(167, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17660(168, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23183(168, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17661(169, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23184(169, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17662(170, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23185(170, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17663(171, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23186(171, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17664(172, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23187(172, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17665(173, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23188(173, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17666(174, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23189(174, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17667(175, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23190(175, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17668(176, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23191(176, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17669(177, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23192(177, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17670(178, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23193(178, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17671(179, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23194(179, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17672(180, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23195(180, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17673(181, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23196(181, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17674(182, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23197(182, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17675(183, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23198(183, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17676(184, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23199(184, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17677(185, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23200(185, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17678(186, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23201(186, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17679(187, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23202(187, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17680(188, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23203(188, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17681(189, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23204(189, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17682(190, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23205(190, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17683(191, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23206(191, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17684(192, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23207(192, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17685(193, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23208(193, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17686(194, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23209(194, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17687(195, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23210(195, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17688(196, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23211(196, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17689(197, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23212(197, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17690(198, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23213(198, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17691(199, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23214(199, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17692(200, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23215(200, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17693(201, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23216(201, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17694(202, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23217(202, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17695(203, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23218(203, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17696(204, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23219(204, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17697(205, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23220(205, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17698(206, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23221(206, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17699(207, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23222(207, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17700(208, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23223(208, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17701(209, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23224(209, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17702(210, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23225(210, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17703(211, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23226(211, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17704(212, 2, 27, 4, '1', 1685381586, 1, 1685381586, 1, NULL),23227(212, 2, 27, 4, '1', 1685381586, 1, 1685381586, 1, NULL),
17705(213, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23228(213, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17706(214, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23229(214, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17707(215, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23230(215, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17708(216, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23231(216, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17709(217, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23232(217, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17710(218, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23233(218, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17711(219, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23234(219, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17712(220, 2, 27, 22, '[\\\"D\\\",\\\"F\\\",\\\"C\\\",\\\"P\\\"]', 1685381586, 1, 1685381586, 1, NULL),23235(220, 2, 27, 22, '[\\\"D\\\",\\\"F\\\",\\\"C\\\",\\\"P\\\"]', 1685381586, 1, 1685381586, 1, NULL),
17713(221, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23236(221, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17714(222, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23237(222, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17715(223, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23238(223, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17716(224, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23239(224, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17717(225, 2, 27, 19, '1', 1685381586, 1, 1685381586, 1, NULL),23240(225, 2, 27, 19, '1', 1685381586, 1, 1685381586, 1, NULL),
17718(226, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23241(226, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17719(227, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23242(227, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17720(228, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23243(228, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17721(229, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23244(229, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17722(230, 2, 22, 2, '1', 1685381586, 1, 1685381586, 1, NULL),23245(230, 2, 22, 2, '1', 1685381586, 1, 1685381586, 1, NULL),
17723(231, 2, 22, 3, '1', 1685381586, 1, 1685381586, 1, NULL),23246(231, 2, 22, 3, '1', 1685381586, 1, 1685381586, 1, NULL),
17724(232, 2, 22, 4, '1', 1685381586, 1, 1685381586, 1, NULL),23247(232, 2, 22, 4, '1', 1685381586, 1, 1685381586, 1, NULL),
17725(233, 2, 22, 5, '1', 1685381586, 1, 1685381586, 1, NULL),23248(233, 2, 22, 5, '1', 1685381586, 1, 1685381586, 1, NULL),
17726(234, 2, 22, 6, '1', 1685381586, 1, 1685381586, 1, NULL),23249(234, 2, 22, 6, '1', 1685381586, 1, 1685381586, 1, NULL),
17727(235, 2, 22, 8, '1', 1685381586, 1, 1685381586, 1, NULL),23250(235, 2, 22, 8, '1', 1685381586, 1, 1685381586, 1, NULL),
17728(236, 2, 22, 20, '1', 1685381586, 1, 1685381586, 1, NULL),23251(236, 2, 22, 20, '1', 1685381586, 1, 1685381586, 1, NULL),
17729(237, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23252(237, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17730(238, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23253(238, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17731(239, 2, 22, 9, '17', 1685381586, 1, 1685381586, 1, NULL),23254(239, 2, 22, 9, '17', 1685381586, 1, 1685381586, 1, NULL),
17732(240, 2, 22, 12, '1', 1685381586, 1, 1685381586, 1, NULL),23255(240, 2, 22, 12, '1', 1685381586, 1, 1685381586, 1, NULL),
17733(241, 2, 22, 14, 'Current Stage EPAs', 1685381586, 1, 1685381586, 1, NULL),23256(241, 2, 22, 14, 'Current Stage EPAs', 1685381586, 1, 1685381586, 1, NULL),
17734(242, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23257(242, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17735(243, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23258(243, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17736(244, 2, 22, 23, '1', 1685381586, 1, 1685381586, 1, NULL),23259(244, 2, 22, 23, '1', 1685381586, 1, 1685381586, 1, NULL),
17737(245, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23260(245, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17738(246, 2, 22, 13, '1', 1685381586, 1, 1685381586, 1, NULL),23261(246, 2, 22, 13, '1', 1685381586, 1, 1685381586, 1, NULL),
17739(247, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23262(247, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17740(248, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23263(248, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17741(249, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23264(249, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17742(250, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23265(250, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17743(251, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23266(251, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17744(252, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL),23267(252, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL),
17745(253, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23268(253, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17746(254, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23269(254, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17747(255, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23270(255, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17748(256, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23271(256, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17749(257, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL),23272(257, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL),
17750(258, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23273(258, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17751(259, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23274(259, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17752(260, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23275(260, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17753(261, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23276(261, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17754(262, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23277(262, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17755(263, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23278(263, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17756(264, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23279(264, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17757(265, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23280(265, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17758(266, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23281(266, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17759(267, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23282(267, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
17760(268, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL),23283(268, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
17761(269, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL),23284(269, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL),
17762(270, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL),23285(270, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL),
17763(271, 2, 25, 4, '1', 1685381586, 1, 1685381586, 1, NULL),23286(271, 2, 25, 4, '1', 1685381586, 1, 1685381586, 1, NULL),
17764(272, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL),23287(272, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL),
17765(273, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL),23288(273, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL),
17766(274, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL),23289(274, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL),
17767(275, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL),23290(275, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL),
17768(276, 2, 25, 21, '1', 1685381586, 1, 1685381586, 1, NULL),23291(276, 2, 25, 21, '1', 1685381586, 1, 1685381586, 1, NULL),
17769(277, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL),23292(277, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL),
17770(278, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL),23293(278, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL),
17771(279, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL),23294(279, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL),
17772(280, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL),23295(280, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL),
17773(281, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL),23296(281, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL),
17774(282, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL),23297(282, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL),
17775(283, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL),23298(283, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL),
17776(284, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL),23299(284, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL),
17777(285, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL),23300(285, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL),
17778(286, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL),23301(286, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL),
n17779(287, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL);n23302(287, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL),
23303(288, 3, 31, 2, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23304(289, 3, 31, 3, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23305(290, 3, 31, 4, '1', 1685387673, 1, 1685469702, 1, 1685469702),
23306(291, 3, 31, 5, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23307(292, 3, 31, 6, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23308(293, 3, 31, 8, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23309(294, 3, 31, 20, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23310(295, 3, 31, 21, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23311(296, 3, 31, 24, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23312(297, 3, 31, 9, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23313(298, 3, 31, 12, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23314(299, 3, 31, 15, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23315(300, 3, 31, 17, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23316(301, 3, 31, 23, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23317(302, 3, 31, 19, '1', 1685387673, 1, 1685469702, 1, 1685469702),
23318(303, 3, 31, 13, '0', 1685387673, 1, 1685469702, 1, 1685469702),
23319(304, 3, 31, 25, '1', 1685387673, 1, 1685469702, 1, 1685469702),
23320(305, 3, 31, 26, '1', 1685387673, 1, 1685469702, 1, 1685469702),
23321(306, 3, 31, 27, '1', 1685387673, 1, 1685469702, 1, 1685469702),
23322(307, 3, 32, 2, '1', 1685387731, 1, 1685387731, 1, NULL),
23323(308, 3, 32, 3, '1', 1685387731, 1, 1685387731, 1, NULL),
23324(309, 3, 32, 4, '1', 1685387731, 1, 1685387731, 1, NULL),
23325(310, 3, 32, 5, '1', 1685387731, 1, 1685387731, 1, NULL),
23326(311, 3, 32, 6, '1', 1685387731, 1, 1685387731, 1, NULL),
23327(312, 3, 32, 8, '0', 1685387731, 1, 1685387731, 1, NULL),
23328(313, 3, 32, 20, '1', 1685387731, 1, 1685387731, 1, NULL),
23329(314, 3, 32, 21, '0', 1685387731, 1, 1685387731, 1, NULL),
23330(315, 3, 32, 24, '1', 1685387731, 1, 1685387731, 1, NULL),
23331(316, 3, 32, 9, '16', 1685387731, 1, 1685387731, 1, NULL),
23332(317, 3, 32, 12, '0', 1685387731, 1, 1685387731, 1, NULL),
23333(318, 3, 32, 15, '0', 1685387731, 1, 1685387731, 1, NULL),
23334(319, 3, 32, 17, '0', 1685387731, 1, 1685387731, 1, NULL),
23335(320, 3, 32, 23, '1', 1685387731, 1, 1685387731, 1, NULL),
23336(321, 3, 32, 19, '0', 1685387731, 1, 1685387731, 1, NULL),
23337(322, 3, 32, 13, '1', 1685387731, 1, 1685387731, 1, NULL),
23338(323, 3, 32, 25, '1', 1685387731, 1, 1685387731, 1, NULL),
23339(324, 3, 32, 26, '1', 1685387731, 1, 1685387731, 1, NULL),
23340(325, 3, 32, 27, '0', 1685387731, 1, 1685387731, 1, NULL),
23341(326, 3, 33, 2, '0', 1685387758, 1, 1685387758, 1, NULL),
23342(327, 3, 33, 3, '0', 1685387758, 1, 1685387758, 1, NULL),
23343(328, 3, 33, 4, '0', 1685387758, 1, 1685387758, 1, NULL),
23344(329, 3, 33, 5, '0', 1685387758, 1, 1685387758, 1, NULL),
23345(330, 3, 33, 6, '0', 1685387758, 1, 1685387758, 1, NULL),
23346(331, 3, 33, 8, '0', 1685387758, 1, 1685387758, 1, NULL),
23347(332, 3, 33, 20, '0', 1685387758, 1, 1685387758, 1, NULL),
23348(333, 3, 33, 21, '1', 1685387758, 1, 1685387758, 1, NULL),
23349(334, 3, 33, 24, '0', 1685387758, 1, 1685387758, 1, NULL),
23350(335, 3, 33, 9, '0', 1685387758, 1, 1685387758, 1, NULL),
23351(336, 3, 33, 12, '0', 1685387758, 1, 1685387758, 1, NULL),
23352(337, 3, 33, 15, '0', 1685387758, 1, 1685387758, 1, NULL),
23353(338, 3, 33, 17, '0', 1685387758, 1, 1685387758, 1, NULL),
23354(339, 3, 33, 23, '0', 1685387758, 1, 1685387758, 1, NULL),
23355(340, 3, 33, 19, '0', 1685387758, 1, 1685387758, 1, NULL),
23356(341, 3, 33, 13, '0', 1685387758, 1, 1685387758, 1, NULL),
23357(342, 3, 33, 25, '0', 1685387758, 1, 1685387758, 1, NULL),
23358(343, 3, 33, 26, '0', 1685387758, 1, 1685387758, 1, NULL),
23359(344, 3, 33, 27, '0', 1685387758, 1, 1685387758, 1, NULL),
23360(345, 3, 31, 2, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23361(346, 3, 31, 3, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23362(347, 3, 31, 4, '1', 1685469702, 1, 1685469751, 1, 1685469751),
23363(348, 3, 31, 5, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23364(349, 3, 31, 6, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23365(350, 3, 31, 8, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23366(351, 3, 31, 20, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23367(352, 3, 31, 21, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23368(353, 3, 31, 24, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23369(354, 3, 31, 9, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23370(355, 3, 31, 12, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23371(356, 3, 31, 15, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23372(357, 3, 31, 17, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23373(358, 3, 31, 23, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23374(359, 3, 31, 19, '1', 1685469702, 1, 1685469751, 1, 1685469751),
23375(360, 3, 31, 13, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23376(361, 3, 31, 25, '0', 1685469702, 1, 1685469751, 1, 1685469751),
23377(362, 3, 31, 26, '1', 1685469702, 1, 1685469751, 1, 1685469751),
23378(363, 3, 31, 27, '1', 1685469702, 1, 1685469751, 1, 1685469751),
23379(364, 3, 31, 2, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23380(365, 3, 31, 3, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23381(366, 3, 31, 4, '1', 1685469751, 1, 1685469813, 1, 1685469813),
23382(367, 3, 31, 5, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23383(368, 3, 31, 6, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23384(369, 3, 31, 8, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23385(370, 3, 31, 20, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23386(371, 3, 31, 21, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23387(372, 3, 31, 24, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23388(373, 3, 31, 9, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23389(374, 3, 31, 12, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23390(375, 3, 31, 15, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23391(376, 3, 31, 17, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23392(377, 3, 31, 23, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23393(378, 3, 31, 19, '1', 1685469751, 1, 1685469813, 1, 1685469813),
23394(379, 3, 31, 13, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23395(380, 3, 31, 25, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23396(381, 3, 31, 26, '1', 1685469751, 1, 1685469813, 1, 1685469813),
23397(382, 3, 31, 27, '0', 1685469751, 1, 1685469813, 1, 1685469813),
23398(383, 3, 31, 2, '0', 1685469813, 1, 1685469813, 1, NULL),
23399(384, 3, 31, 3, '0', 1685469813, 1, 1685469813, 1, NULL),
23400(385, 3, 31, 4, '1', 1685469813, 1, 1685469813, 1, NULL),
23401(386, 3, 31, 5, '0', 1685469813, 1, 1685469813, 1, NULL),
23402(387, 3, 31, 6, '0', 1685469813, 1, 1685469813, 1, NULL),
23403(388, 3, 31, 8, '0', 1685469813, 1, 1685469813, 1, NULL),
23404(389, 3, 31, 20, '0', 1685469813, 1, 1685469813, 1, NULL),
23405(390, 3, 31, 21, '0', 1685469813, 1, 1685469813, 1, NULL),
23406(391, 3, 31, 24, '0', 1685469813, 1, 1685469813, 1, NULL),
23407(392, 3, 31, 9, '0', 1685469813, 1, 1685469813, 1, NULL),
23408(393, 3, 31, 12, '0', 1685469813, 1, 1685469813, 1, NULL),
23409(394, 3, 31, 15, '0', 1685469813, 1, 1685469813, 1, NULL),
23410(395, 3, 31, 17, '0', 1685469813, 1, 1685469813, 1, NULL),
23411(396, 3, 31, 23, '0', 1685469813, 1, 1685469813, 1, NULL),
23412(397, 3, 31, 19, '1', 1685469813, 1, 1685469813, 1, NULL),
23413(398, 3, 31, 13, '0', 1685469813, 1, 1685469813, 1, NULL),
23414(399, 3, 31, 25, '0', 1685469813, 1, 1685469813, 1, NULL),
23415(400, 3, 31, 26, '1', 1685469813, 1, 1685469813, 1, NULL),
23416(401, 3, 31, 27, '1', 1685469813, 1, 1685469813, 1, NULL);
1778023417
17781-- --------------------------------------------------------23418-- --------------------------------------------------------
1778223419
17783--23420--
17784-- Table structure for table `curriculum_level_organisation`23421-- Table structure for table `curriculum_level_organisation`
17785--23422--
1778623423
17787CREATE TABLE `curriculum_level_organisation` (23424CREATE TABLE `curriculum_level_organisation` (
17788  `cl_org_id` int(12) NOT NULL,23425  `cl_org_id` int(12) NOT NULL,
17789  `org_id` int(12) NOT NULL,23426  `org_id` int(12) NOT NULL,
17790  `curriculum_level_id` int(11) NOT NULL23427  `curriculum_level_id` int(11) NOT NULL
17791) ENGINE=InnoDB DEFAULT CHARSET=utf8;23428) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1779223429
17793--23430--
17794-- Dumping data for table `curriculum_level_organisation`23431-- Dumping data for table `curriculum_level_organisation`
17795--23432--
1779623433
17797INSERT INTO `curriculum_level_organisation` (`cl_org_id`, `org_id`, `curriculum_level_id`) VALUES23434INSERT INTO `curriculum_level_organisation` (`cl_org_id`, `org_id`, `curriculum_level_id`) VALUES
17798(1, 1, 1),23435(1, 1, 1),
17799(2, 1, 2),23436(2, 1, 2),
17800(3, 1, 3),23437(3, 1, 3),
17801(4, 1, 4);23438(4, 1, 4);
1780223439
17803-- --------------------------------------------------------23440-- --------------------------------------------------------
1780423441
17805--23442--
17806-- Table structure for table `curriculum_lu_levels`23443-- Table structure for table `curriculum_lu_levels`
17807--23444--
1780823445
17809CREATE TABLE `curriculum_lu_levels` (23446CREATE TABLE `curriculum_lu_levels` (
17810  `curriculum_level_id` int(11) UNSIGNED NOT NULL,23447  `curriculum_level_id` int(11) UNSIGNED NOT NULL,
17811  `curriculum_level` varchar(100) NOT NULL DEFAULT '',23448  `curriculum_level` varchar(100) NOT NULL DEFAULT '',
17812  `curriculum_level_description` varchar(255) DEFAULT NULL,23449  `curriculum_level_description` varchar(255) DEFAULT NULL,
17813  `curriculum_level_order` int(11) DEFAULT '0',23450  `curriculum_level_order` int(11) DEFAULT '0',
17814  `created_date` bigint(20) DEFAULT NULL,23451  `created_date` bigint(20) DEFAULT NULL,
17815  `created_by` int(11) DEFAULT NULL,23452  `created_by` int(11) DEFAULT NULL,
17816  `updated_date` bigint(20) DEFAULT NULL,23453  `updated_date` bigint(20) DEFAULT NULL,
17817  `updated_by` int(11) DEFAULT NULL,23454  `updated_by` int(11) DEFAULT NULL,
17818  `deleted_date` bigint(20) DEFAULT NULL,23455  `deleted_date` bigint(20) DEFAULT NULL,
17819  `deleted_by` int(11) DEFAULT NULL23456  `deleted_by` int(11) DEFAULT NULL
17820) ENGINE=InnoDB DEFAULT CHARSET=utf8;23457) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1782123458
17822--23459--
17823-- Dumping data for table `curriculum_lu_levels`23460-- Dumping data for table `curriculum_lu_levels`
17824--23461--
1782523462
17826INSERT INTO `curriculum_lu_levels` (`curriculum_level_id`, `curriculum_level`, `curriculum_level_description`, `curriculum_level_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES23463INSERT INTO `curriculum_lu_levels` (`curriculum_level_id`, `curriculum_level`, `curriculum_level_description`, `curriculum_level_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
17827(1, 'Pre-clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),23464(1, 'Pre-clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),
17828(2, 'Clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),23465(2, 'Clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL),
17829(3, 'AAMC Curriculum Level 1', 'AAMC description curriculum level id 1', 3, NULL, NULL, NULL, NULL, NULL, NULL),23466(3, 'AAMC Curriculum Level 1', 'AAMC description curriculum level id 1', 3, NULL, NULL, NULL, NULL, NULL, NULL),
17830(4, 'AAMC Curriculum Level 2', 'AAMC description curriculum level id 2', 4, NULL, NULL, NULL, NULL, NULL, NULL);23467(4, 'AAMC Curriculum Level 2', 'AAMC description curriculum level id 2', 4, NULL, NULL, NULL, NULL, NULL, NULL);
1783123468
17832-- --------------------------------------------------------23469-- --------------------------------------------------------
1783323470
17834--23471--
17835-- Table structure for table `curriculum_lu_tracks`23472-- Table structure for table `curriculum_lu_tracks`
17836--23473--
1783723474
17838CREATE TABLE `curriculum_lu_tracks` (23475CREATE TABLE `curriculum_lu_tracks` (
17839  `curriculum_track_id` int(12) UNSIGNED NOT NULL,23476  `curriculum_track_id` int(12) UNSIGNED NOT NULL,
17840  `curriculum_track_name` varchar(60) NOT NULL,23477  `curriculum_track_name` varchar(60) NOT NULL,
17841  `curriculum_track_code` varchar(256) NOT NULL DEFAULT '',23478  `curriculum_track_code` varchar(256) NOT NULL DEFAULT '',
17842  `curriculum_track_description` text,23479  `curriculum_track_description` text,
17843  `curriculum_track_url` varchar(255) DEFAULT NULL,23480  `curriculum_track_url` varchar(255) DEFAULT NULL,
17844  `curriculum_track_order` int(1) NOT NULL DEFAULT '0',23481  `curriculum_track_order` int(1) NOT NULL DEFAULT '0',
17845  `created_date` bigint(64) NOT NULL,23482  `created_date` bigint(64) NOT NULL,
17846  `created_by` int(11) NOT NULL,23483  `created_by` int(11) NOT NULL,
17847  `updated_date` bigint(64) DEFAULT NULL,23484  `updated_date` bigint(64) DEFAULT NULL,
17848  `updated_by` int(11) DEFAULT NULL,23485  `updated_by` int(11) DEFAULT NULL,
17849  `deleted_date` bigint(64) DEFAULT NULL23486  `deleted_date` bigint(64) DEFAULT NULL
17850) ENGINE=InnoDB DEFAULT CHARSET=utf8;23487) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1785123488
17852--23489--
17853-- Dumping data for table `curriculum_lu_tracks`23490-- Dumping data for table `curriculum_lu_tracks`
17854--23491--
1785523492
17856INSERT INTO `curriculum_lu_tracks` (`curriculum_track_id`, `curriculum_track_name`, `curriculum_track_code`, `curriculum_track_description`, `curriculum_track_url`, `curriculum_track_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES23493INSERT INTO `curriculum_lu_tracks` (`curriculum_track_id`, `curriculum_track_name`, `curriculum_track_code`, `curriculum_track_description`, `curriculum_track_url`, `curriculum_track_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
17857(1, '6557-track', '6557-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL),23494(1, '6557-track', '6557-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL),
17858(2, '6557-track-2', '6557-track-2-code', '', '', 2, 1685381586, 1, NULL, NULL, NULL),23495(2, '6557-track-2', '6557-track-2-code', '', '', 2, 1685381586, 1, NULL, NULL, NULL),
17859(3, 'org2-track', 'org2-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL),23496(3, 'org2-track', 'org2-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL),
17860(11, 'Deletable curriculum track for event', 'del-track-event', '', '', 1, 1685381586, 1, NULL, NULL, NULL),23497(11, 'Deletable curriculum track for event', 'del-track-event', '', '', 1, 1685381586, 1, NULL, NULL, NULL),
17861(12, 'Deletable curriculum track for draft', 'del-track-draft', '', '', 1, 1685381586, 1, NULL, NULL, NULL);23498(12, 'Deletable curriculum track for draft', 'del-track-draft', '', '', 1, 1685381586, 1, NULL, NULL, NULL);
1786223499
17863-- --------------------------------------------------------23500-- --------------------------------------------------------
1786423501
17865--23502--
17866-- Table structure for table `curriculum_lu_track_organisations`23503-- Table structure for table `curriculum_lu_track_organisations`
17867--23504--
1786823505
17869CREATE TABLE `curriculum_lu_track_organisations` (23506CREATE TABLE `curriculum_lu_track_organisations` (
17870  `curriculum_track_id` int(11) NOT NULL,23507  `curriculum_track_id` int(11) NOT NULL,
17871  `organisation_id` int(11) NOT NULL23508  `organisation_id` int(11) NOT NULL
17872) ENGINE=InnoDB DEFAULT CHARSET=utf8;23509) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1787323510
17874--23511--
17875-- Dumping data for table `curriculum_lu_track_organisations`23512-- Dumping data for table `curriculum_lu_track_organisations`
17876--23513--
1787723514
17878INSERT INTO `curriculum_lu_track_organisations` (`curriculum_track_id`, `organisation_id`) VALUES23515INSERT INTO `curriculum_lu_track_organisations` (`curriculum_track_id`, `organisation_id`) VALUES
17879(1, 1),23516(1, 1),
17880(2, 1),23517(2, 1),
17881(3, 2),23518(3, 2),
17882(11, 1),23519(11, 1),
17883(12, 1);23520(12, 1);
1788423521
17885-- --------------------------------------------------------23522-- --------------------------------------------------------
1788623523
17887--23524--
17888-- Table structure for table `curriculum_lu_types`23525-- Table structure for table `curriculum_lu_types`
17889--23526--
1789023527
17891CREATE TABLE `curriculum_lu_types` (23528CREATE TABLE `curriculum_lu_types` (
17892  `curriculum_type_id` int(12) UNSIGNED NOT NULL,23529  `curriculum_type_id` int(12) UNSIGNED NOT NULL,
17893  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',23530  `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
17894  `curriculum_type_name` varchar(60) NOT NULL,23531  `curriculum_type_name` varchar(60) NOT NULL,
17895  `curriculum_type_description` text,23532  `curriculum_type_description` text,
17896  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',23533  `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0',
17897  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',23534  `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1',
17898  `curriculum_level_id` int(12) DEFAULT NULL,23535  `curriculum_level_id` int(12) DEFAULT NULL,
17899  `updated_date` bigint(64) UNSIGNED NOT NULL,23536  `updated_date` bigint(64) UNSIGNED NOT NULL,
17900  `updated_by` int(12) UNSIGNED NOT NULL23537  `updated_by` int(12) UNSIGNED NOT NULL
17901) ENGINE=InnoDB DEFAULT CHARSET=utf8;23538) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1790223539
17903--23540--
17904-- Dumping data for table `curriculum_lu_types`23541-- Dumping data for table `curriculum_lu_types`
17905--23542--
1790623543
17907INSERT INTO `curriculum_lu_types` (`curriculum_type_id`, `parent_id`, `curriculum_type_name`, `curriculum_type_description`, `curriculum_type_order`, `curriculum_type_active`, `curriculum_level_id`, `updated_date`, `updated_by`) VALUES23544INSERT INTO `curriculum_lu_types` (`curriculum_type_id`, `parent_id`, `curriculum_type_name`, `curriculum_type_description`, `curriculum_type_order`, `curriculum_type_active`, `curriculum_level_id`, `updated_date`, `updated_by`) VALUES
17908(1, 0, 'Term 1', NULL, 0, 1, NULL, 1250538588, 1),23545(1, 0, 'Term 1', NULL, 0, 1, NULL, 1250538588, 1),
17909(2, 0, 'Term 2', NULL, 1, 1, NULL, 1250538588, 1),23546(2, 0, 'Term 2', NULL, 1, 1, NULL, 1250538588, 1),
17910(3, 0, 'Term 3', NULL, 2, 1, NULL, 1250538588, 1),23547(3, 0, 'Term 3', NULL, 2, 1, NULL, 1250538588, 1),
17911(4, 0, 'Term 4', NULL, 3, 1, NULL, 1250538588, 1),23548(4, 0, 'Term 4', NULL, 3, 1, NULL, 1250538588, 1),
17912(5, 0, 'Term 5', NULL, 4, 1, NULL, 1250538588, 1),23549(5, 0, 'Term 5', NULL, 4, 1, NULL, 1250538588, 1),
17913(6, 0, 'Term 6', NULL, 5, 1, NULL, 1250538588, 1),23550(6, 0, 'Term 6', NULL, 5, 1, NULL, 1250538588, 1),
17914(7, 0, 'Term 7', NULL, 6, 1, NULL, 1250538588, 1),23551(7, 0, 'Term 7', NULL, 6, 1, NULL, 1250538588, 1),
17915(8, 0, 'Term 8', NULL, 7, 1, NULL, 1250538588, 1),23552(8, 0, 'Term 8', NULL, 7, 1, NULL, 1250538588, 1),
17916(9, 0, 'Test Curriculum 2', NULL, 8, 1, 3, 1685381586, 1),23553(9, 0, 'Test Curriculum 2', NULL, 8, 1, 3, 1685381586, 1),
n17917(10, 0, 'Clerkship Year 3', '', 1, 1, 0, 1685381586, 1),n23554(10, 0, 'Clerkship Year 3', '', 1, 1, 0, 1685387533, 1),
17918(11, 0, 'Postgraduate', NULL, 1, 1, 3, 1685381586, 1),23555(11, 0, 'Postgraduate', NULL, 1, 1, 3, 1685381586, 1),
17919(12, 0, 'Phase 1', NULL, 1, 1, 3, 1685381586, 1),23556(12, 0, 'Phase 1', NULL, 1, 1, 3, 1685381586, 1),
17920(13, 0, 'Phase 2', NULL, 1, 1, 3, 1685381586, 1),23557(13, 0, 'Phase 2', NULL, 1, 1, 3, 1685381586, 1),
17921(14, 0, 'Phase 3', NULL, 1, 1, 3, 1685381586, 1),23558(14, 0, 'Phase 3', NULL, 1, 1, 3, 1685381586, 1),
17922(15, 0, 'Simple term', NULL, 1, 1, 0, 1685381586, 1);23559(15, 0, 'Simple term', NULL, 1, 1, 0, 1685381586, 1);
1792323560
17924-- --------------------------------------------------------23561-- --------------------------------------------------------
1792523562
17926--23563--
17927-- Table structure for table `curriculum_map_versions`23564-- Table structure for table `curriculum_map_versions`
17928--23565--
1792923566
17930CREATE TABLE `curriculum_map_versions` (23567CREATE TABLE `curriculum_map_versions` (
17931  `version_id` int(11) UNSIGNED NOT NULL,23568  `version_id` int(11) UNSIGNED NOT NULL,
17932  `title` varchar(255) NOT NULL DEFAULT '',23569  `title` varchar(255) NOT NULL DEFAULT '',
17933  `description` text,23570  `description` text,
17934  `status` enum('draft','published') NOT NULL DEFAULT 'draft',23571  `status` enum('draft','published') NOT NULL DEFAULT 'draft',
17935  `created_date` bigint(64) NOT NULL,23572  `created_date` bigint(64) NOT NULL,
17936  `created_by` int(11) NOT NULL,23573  `created_by` int(11) NOT NULL,
17937  `updated_date` bigint(64) DEFAULT NULL,23574  `updated_date` bigint(64) DEFAULT NULL,
17938  `updated_by` int(11) DEFAULT NULL,23575  `updated_by` int(11) DEFAULT NULL,
17939  `deleted_date` bigint(64) DEFAULT NULL23576  `deleted_date` bigint(64) DEFAULT NULL
17940) ENGINE=InnoDB DEFAULT CHARSET=utf8;23577) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1794123578
17942-- --------------------------------------------------------23579-- --------------------------------------------------------
1794323580
17944--23581--
17945-- Table structure for table `curriculum_map_version_organisations`23582-- Table structure for table `curriculum_map_version_organisations`
17946--23583--
1794723584
17948CREATE TABLE `curriculum_map_version_organisations` (23585CREATE TABLE `curriculum_map_version_organisations` (
17949  `version_id` int(11) UNSIGNED NOT NULL,23586  `version_id` int(11) UNSIGNED NOT NULL,
17950  `organisation_id` int(11) NOT NULL23587  `organisation_id` int(11) NOT NULL
17951) ENGINE=InnoDB DEFAULT CHARSET=utf8;23588) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1795223589
17953-- --------------------------------------------------------23590-- --------------------------------------------------------
1795423591
17955--23592--
17956-- Table structure for table `curriculum_map_version_periods`23593-- Table structure for table `curriculum_map_version_periods`
17957--23594--
1795823595
17959CREATE TABLE `curriculum_map_version_periods` (23596CREATE TABLE `curriculum_map_version_periods` (
17960  `version_id` int(11) UNSIGNED NOT NULL,23597  `version_id` int(11) UNSIGNED NOT NULL,
17961  `cperiod_id` int(11) NOT NULL23598  `cperiod_id` int(11) NOT NULL
17962) ENGINE=InnoDB DEFAULT CHARSET=utf8;23599) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1796323600
17964-- --------------------------------------------------------23601-- --------------------------------------------------------
1796523602
17966--23603--
17967-- Table structure for table `curriculum_periods`23604-- Table structure for table `curriculum_periods`
17968--23605--
1796923606
17970CREATE TABLE `curriculum_periods` (23607CREATE TABLE `curriculum_periods` (
17971  `cperiod_id` int(11) NOT NULL,23608  `cperiod_id` int(11) NOT NULL,
17972  `curriculum_type_id` int(11) NOT NULL,23609  `curriculum_type_id` int(11) NOT NULL,
17973  `curriculum_period_title` varchar(200) DEFAULT '',23610  `curriculum_period_title` varchar(200) DEFAULT '',
17974  `start_date` bigint(64) NOT NULL,23611  `start_date` bigint(64) NOT NULL,
17975  `finish_date` bigint(64) NOT NULL,23612  `finish_date` bigint(64) NOT NULL,
17976  `active` int(1) NOT NULL DEFAULT '1'23613  `active` int(1) NOT NULL DEFAULT '1'
17977) ENGINE=InnoDB DEFAULT CHARSET=utf8;23614) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1797823615
17979--23616--
17980-- Dumping data for table `curriculum_periods`23617-- Dumping data for table `curriculum_periods`
17981--23618--
1798223619
17983INSERT INTO `curriculum_periods` (`cperiod_id`, `curriculum_type_id`, `curriculum_period_title`, `start_date`, `finish_date`, `active`) VALUES23620INSERT INTO `curriculum_periods` (`cperiod_id`, `curriculum_type_id`, `curriculum_period_title`, `start_date`, `finish_date`, `active`) VALUES
17984(1, 1, 'Test Period 1', 1685381586, 1716939186, 1),23621(1, 1, 'Test Period 1', 1685381586, 1716939186, 1),
17985(2, 9, '1 Year Curriculum', 1685381586, 1716939186, 1),23622(2, 9, '1 Year Curriculum', 1685381586, 1716939186, 1),
n17986(3, 10, 'Clerkship 2023', 1685381586, 1685986386, 1),n23623(3, 10, 'CBE deepdive', 1682913600, 1701665999, 1),
17987(4, 1, '1 week curriculum', 1684171986, 1684776786, 1),23624(4, 1, '1 week curriculum', 1684171986, 1684776786, 1),
17988(5, 1, 'No Grades Repeat Curriculum', 1685381586, 1685986386, 1),23625(5, 1, 'No Grades Repeat Curriculum', 1685381586, 1685986386, 1),
17989(6, 1, 'Individually added student period id', 1685208786, 1685554386, 1),23626(6, 1, 'Individually added student period id', 1685208786, 1685554386, 1),
17990(7, 2, 'AAMC CP1', 1682789586, 1685986386, 1),23627(7, 2, 'AAMC CP1', 1682789586, 1685986386, 1),
17991(8, 2, 'AAMC CP2', 1669746786, 1685554386, 1),23628(8, 2, 'AAMC CP2', 1669746786, 1685554386, 1),
17992(9, 2, 'AAMC CP3', 1685208786, 1716939186, 1),23629(9, 2, 'AAMC CP3', 1685208786, 1716939186, 1),
17993(10, 3, 'AAMC CP4', 1684776786, 1686591186, 1),23630(10, 3, 'AAMC CP4', 1684776786, 1686591186, 1),
17994(11, 3, 'AAMC CP5', 1669746786, 1687973586, 1),23631(11, 3, 'AAMC CP5', 1669746786, 1687973586, 1),
17995(12, 9, 'AAMC CP6', 1685208786, 1716939186, 1),23632(12, 9, 'AAMC CP6', 1685208786, 1716939186, 1),
17996(13, 3, 'AAMC CP7', 1677695586, 1732037586, 1),23633(13, 3, 'AAMC CP7', 1677695586, 1732037586, 1),
17997(14, 3, 'AAMC CP8', 1682789586, 1685554386, 1),23634(14, 3, 'AAMC CP8', 1682789586, 1685554386, 1),
17998(15, 4, 'AAMC CP9', 1684776786, 1716939186, 1),23635(15, 4, 'AAMC CP9', 1684776786, 1716939186, 1),
17999(16, 4, 'AAMC CP10', 1669746786, 1685986386, 1),23636(16, 4, 'AAMC CP10', 1669746786, 1685986386, 1),
18000(17, 4, 'AAMC CP11', 1685208786, 1687973586, 1),23637(17, 4, 'AAMC CP11', 1685208786, 1687973586, 1),
18001(18, 11, 'AAMC CP12', 1669746786, 1688405586, 1),23638(18, 11, 'AAMC CP12', 1669746786, 1688405586, 1),
18002(19, 5, 'AAMC CP13', 1684776786, 1687195986, 1),23639(19, 5, 'AAMC CP13', 1684776786, 1687195986, 1),
18003(20, 5, 'AAMC CP14', 1669746786, 1693157586, 1),23640(20, 5, 'AAMC CP14', 1669746786, 1693157586, 1),
18004(21, 5, 'AAMC CP15', 1685208786, 1685727186, 1),23641(21, 5, 'AAMC CP15', 1685208786, 1685727186, 1),
18005(22, 6, 'AAMC CP16', 1684776786, 1732037586, 1),23642(22, 6, 'AAMC CP16', 1684776786, 1732037586, 1),
18006(23, 6, 'AAMC CP17', 1669746786, 1691429586, 1),23643(23, 6, 'AAMC CP17', 1669746786, 1691429586, 1),
18007(24, 6, 'AAMC CP18', 1669746786, 1687109586, 1),23644(24, 6, 'AAMC CP18', 1669746786, 1687109586, 1),
18008(25, 7, 'AAMC CP19', 1685208786, 1716939186, 1),23645(25, 7, 'AAMC CP19', 1685208786, 1716939186, 1),
18009(26, 7, 'AAMC CP20', 1684776786, 1700933586, 1),23646(26, 7, 'AAMC CP20', 1684776786, 1700933586, 1),
18010(27, 7, 'AAMC CP21', 1669746786, 1689269586, 1),23647(27, 7, 'AAMC CP21', 1669746786, 1689269586, 1),
18011(28, 8, 'AAMC CP22', 1685381586, 1716939186, 1),23648(28, 8, 'AAMC CP22', 1685381586, 1716939186, 1),
18012(29, 8, 'AAMC CP23', 1685208786, 1716939186, 1),23649(29, 8, 'AAMC CP23', 1685208786, 1716939186, 1),
18013(30, 8, 'AAMC CP24', 1684776786, 1732037586, 1),23650(30, 8, 'AAMC CP24', 1684776786, 1732037586, 1),
18014(31, 8, 'AAMC CP25', 1669746786, 1693157586, 1),23651(31, 8, 'AAMC CP25', 1669746786, 1693157586, 1),
18015(32, 11, 'CBE TEST PERIOD', 1685381586, 1716939186, 1),23652(32, 11, 'CBE TEST PERIOD', 1685381586, 1716939186, 1),
n18016(33, 10, 'Lottery 2022', 1685381586, 1690565586, 1),n23653(33, 10, 'Lottery 2022', 1685332800, 1690603199, 1),
18017(34, 15, 'SIMPLE PERIOD', 1685208786, 1687973586, 1);23654(34, 15, 'SIMPLE PERIOD', 1685208786, 1687973586, 1);
1801823655
18019-- --------------------------------------------------------23656-- --------------------------------------------------------
1802023657
18021--23658--
18022-- Table structure for table `curriculum_relationships`23659-- Table structure for table `curriculum_relationships`
18023--23660--
1802423661
18025CREATE TABLE `curriculum_relationships` (23662CREATE TABLE `curriculum_relationships` (
18026  `id` int(11) UNSIGNED NOT NULL,23663  `id` int(11) UNSIGNED NOT NULL,
18027  `framework_id` int(11) DEFAULT NULL,23664  `framework_id` int(11) DEFAULT NULL,
18028  `objective_set_id` int(11) NOT NULL,23665  `objective_set_id` int(11) NOT NULL,
18029  `relationship_type_id` int(11) NOT NULL,23666  `relationship_type_id` int(11) NOT NULL,
18030  `related_objective_set_id` int(11) NOT NULL,23667  `related_objective_set_id` int(11) NOT NULL,
18031  `created_date` int(11) NOT NULL,23668  `created_date` int(11) NOT NULL,
18032  `created_by` int(11) NOT NULL,23669  `created_by` int(11) NOT NULL,
18033  `updated_date` int(11) DEFAULT NULL,23670  `updated_date` int(11) DEFAULT NULL,
18034  `updated_by` int(11) DEFAULT NULL,23671  `updated_by` int(11) DEFAULT NULL,
18035  `deleted_date` int(11) DEFAULT NULL23672  `deleted_date` int(11) DEFAULT NULL
18036) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;23673) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1803723674
18038--23675--
18039-- Dumping data for table `curriculum_relationships`23676-- Dumping data for table `curriculum_relationships`
18040--23677--
1804123678
18042INSERT INTO `curriculum_relationships` (`id`, `framework_id`, `objective_set_id`, `relationship_type_id`, `related_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES23679INSERT INTO `curriculum_relationships` (`id`, `framework_id`, `objective_set_id`, `relationship_type_id`, `related_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
18043(1, 1, 19, 1, 20, 1685381586, 1, 1685381586, 1, NULL),23680(1, 1, 19, 1, 20, 1685381586, 1, 1685381586, 1, NULL),
18044(2, 1, 20, 1, 21, 1685381586, 1, 1685381586, 1, NULL),23681(2, 1, 20, 1, 21, 1685381586, 1, 1685381586, 1, NULL),
18045(3, 2, 24, 1, 25, 1685381586, 1, 1685381586, 1, NULL),23682(3, 2, 24, 1, 25, 1685381586, 1, 1685381586, 1, NULL),
18046(4, 2, 23, 1, 24, 1685381586, 1, 1685381586, 1, NULL),23683(4, 2, 23, 1, 24, 1685381586, 1, 1685381586, 1, NULL),
18047(5, 2, 27, 1, 22, 1685381586, 1, 1685381586, 1, NULL),23684(5, 2, 27, 1, 22, 1685381586, 1, 1685381586, 1, NULL),
18048(6, 2, 22, 1, 26, 1685381586, 1, 1685381586, 1, NULL),23685(6, 2, 22, 1, 26, 1685381586, 1, 1685381586, 1, NULL),
n18049(7, 2, 26, 1, 23, 1685381586, 1, 1685381586, 1, NULL);n23686(7, 2, 26, 1, 23, 1685381586, 1, 1685381586, 1, NULL),
23687(8, 3, 31, 1, 32, 1685387794, 1, 1685387794, 1, NULL),
23688(9, 3, 32, 1, 33, 1685387827, 1, 1685387827, 1, NULL);
1805023689
18051-- --------------------------------------------------------23690-- --------------------------------------------------------
1805223691
18053--23692--
18054-- Table structure for table `curriculum_type_organisation`23693-- Table structure for table `curriculum_type_organisation`
18055--23694--
1805623695
18057CREATE TABLE `curriculum_type_organisation` (23696CREATE TABLE `curriculum_type_organisation` (
18058  `curriculum_type_id` int(11) NOT NULL,23697  `curriculum_type_id` int(11) NOT NULL,
18059  `organisation_id` int(11) NOT NULL23698  `organisation_id` int(11) NOT NULL
18060) ENGINE=InnoDB DEFAULT CHARSET=utf8;23699) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1806123700
18062--23701--
18063-- Dumping data for table `curriculum_type_organisation`23702-- Dumping data for table `curriculum_type_organisation`
18064--23703--
1806523704
18066INSERT INTO `curriculum_type_organisation` (`curriculum_type_id`, `organisation_id`) VALUES23705INSERT INTO `curriculum_type_organisation` (`curriculum_type_id`, `organisation_id`) VALUES
18067(1, 1),23706(1, 1),
18068(2, 1),23707(2, 1),
18069(3, 1),23708(3, 1),
18070(4, 1),23709(4, 1),
18071(5, 1),23710(5, 1),
18072(6, 1),23711(6, 1),
18073(7, 1),23712(7, 1),
18074(8, 1),23713(8, 1),
18075(9, 1),23714(9, 1),
18076(10, 1),23715(10, 1),
18077(11, 2),23716(11, 2),
18078(15, 1);23717(15, 1);
1807923718
18080-- --------------------------------------------------------23719-- --------------------------------------------------------
1808123720
18082--23721--
18083-- Table structure for table `custom_forms`23722-- Table structure for table `custom_forms`
18084--23723--
1808523724
18086CREATE TABLE `custom_forms` (23725CREATE TABLE `custom_forms` (
18087  `custom_form_id` int(11) UNSIGNED NOT NULL,23726  `custom_form_id` int(11) UNSIGNED NOT NULL,
18088  `title` varchar(255) NOT NULL,23727  `title` varchar(255) NOT NULL,
18089  `description` text,23728  `description` text,
18090  `created_date` bigint(64) NOT NULL,23729  `created_date` bigint(64) NOT NULL,
18091  `created_by` int(11) NOT NULL,23730  `created_by` int(11) NOT NULL,
18092  `updated_date` bigint(64) NOT NULL,23731  `updated_date` bigint(64) NOT NULL,
18093  `updated_by` int(11) NOT NULL,23732  `updated_by` int(11) NOT NULL,
18094  `deleted_date` bigint(64) DEFAULT NULL23733  `deleted_date` bigint(64) DEFAULT NULL
18095) ENGINE=InnoDB DEFAULT CHARSET=utf8;23734) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1809623735
18097-- --------------------------------------------------------23736-- --------------------------------------------------------
1809823737
18099--23738--
18100-- Table structure for table `custom_form_entities`23739-- Table structure for table `custom_form_entities`
18101--23740--
1810223741
18103CREATE TABLE `custom_form_entities` (23742CREATE TABLE `custom_form_entities` (
18104  `custom_form_entity_id` int(11) UNSIGNED NOT NULL,23743  `custom_form_entity_id` int(11) UNSIGNED NOT NULL,
18105  `custom_form_id` int(11) NOT NULL,23744  `custom_form_id` int(11) NOT NULL,
18106  `entity_type` varchar(128) NOT NULL,23745  `entity_type` varchar(128) NOT NULL,
18107  `entity_value` int(11) NOT NULL,23746  `entity_value` int(11) NOT NULL,
18108  `created_date` bigint(64) NOT NULL,23747  `created_date` bigint(64) NOT NULL,
18109  `created_by` int(11) NOT NULL,23748  `created_by` int(11) NOT NULL,
18110  `updated_date` bigint(64) NOT NULL,23749  `updated_date` bigint(64) NOT NULL,
18111  `updated_by` int(11) NOT NULL,23750  `updated_by` int(11) NOT NULL,
18112  `deleted_date` bigint(64) DEFAULT NULL23751  `deleted_date` bigint(64) DEFAULT NULL
18113) ENGINE=InnoDB DEFAULT CHARSET=utf8;23752) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1811423753
18115-- --------------------------------------------------------23754-- --------------------------------------------------------
1811623755
18117--23756--
18118-- Table structure for table `custom_form_fields`23757-- Table structure for table `custom_form_fields`
18119--23758--
1812023759
18121CREATE TABLE `custom_form_fields` (23760CREATE TABLE `custom_form_fields` (
18122  `custom_form_field_id` int(11) UNSIGNED NOT NULL,23761  `custom_form_field_id` int(11) UNSIGNED NOT NULL,
18123  `custom_form_id` int(11) NOT NULL,23762  `custom_form_id` int(11) NOT NULL,
18124  `form_field_type_id` varchar(128) NOT NULL,23763  `form_field_type_id` varchar(128) NOT NULL,
18125  `form_field_label` varchar(255) NOT NULL,23764  `form_field_label` varchar(255) NOT NULL,
18126  `created_date` bigint(64) NOT NULL,23765  `created_date` bigint(64) NOT NULL,
18127  `created_by` int(11) NOT NULL,23766  `created_by` int(11) NOT NULL,
18128  `updated_date` bigint(64) NOT NULL,23767  `updated_date` bigint(64) NOT NULL,
18129  `updated_by` int(11) NOT NULL,23768  `updated_by` int(11) NOT NULL,
18130  `deleted_date` bigint(64) DEFAULT NULL23769  `deleted_date` bigint(64) DEFAULT NULL
18131) ENGINE=InnoDB DEFAULT CHARSET=utf8;23770) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1813223771
18133-- --------------------------------------------------------23772-- --------------------------------------------------------
1813423773
18135--23774--
18136-- Table structure for table `custom_form_field_values`23775-- Table structure for table `custom_form_field_values`
18137--23776--
1813823777
18139CREATE TABLE `custom_form_field_values` (23778CREATE TABLE `custom_form_field_values` (
18140  `custom_form_field_value_id` int(11) UNSIGNED NOT NULL,23779  `custom_form_field_value_id` int(11) UNSIGNED NOT NULL,
18141  `custom_form_field_id` int(11) NOT NULL,23780  `custom_form_field_id` int(11) NOT NULL,
18142  `value` varchar(255) DEFAULT NULL,23781  `value` varchar(255) DEFAULT NULL,
18143  `created_date` bigint(64) NOT NULL,23782  `created_date` bigint(64) NOT NULL,
18144  `created_by` int(11) NOT NULL,23783  `created_by` int(11) NOT NULL,
18145  `updated_date` bigint(64) NOT NULL,23784  `updated_date` bigint(64) NOT NULL,
18146  `updated_by` int(11) NOT NULL,23785  `updated_by` int(11) NOT NULL,
18147  `deleted_date` bigint(64) DEFAULT NULL23786  `deleted_date` bigint(64) DEFAULT NULL
18148) ENGINE=InnoDB DEFAULT CHARSET=utf8;23787) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1814923788
18150-- --------------------------------------------------------23789-- --------------------------------------------------------
1815123790
18152--23791--
18153-- Table structure for table `custom_form_lu_field_types`23792-- Table structure for table `custom_form_lu_field_types`
18154--23793--
1815523794
18156CREATE TABLE `custom_form_lu_field_types` (23795CREATE TABLE `custom_form_lu_field_types` (
18157  `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL,23796  `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL,
18158  `type` varchar(128) NOT NULL,23797  `type` varchar(128) NOT NULL,
18159  `title` varchar(128) NOT NULL,23798  `title` varchar(128) NOT NULL,
18160  `created_date` bigint(64) NOT NULL,23799  `created_date` bigint(64) NOT NULL,
18161  `created_by` int(11) NOT NULL,23800  `created_by` int(11) NOT NULL,
18162  `updated_date` bigint(64) NOT NULL,23801  `updated_date` bigint(64) NOT NULL,
18163  `updated_by` int(11) NOT NULL,23802  `updated_by` int(11) NOT NULL,
18164  `deleted_date` bigint(64) DEFAULT NULL23803  `deleted_date` bigint(64) DEFAULT NULL
18165) ENGINE=InnoDB DEFAULT CHARSET=utf8;23804) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1816623805
18167--23806--
18168-- Dumping data for table `custom_form_lu_field_types`23807-- Dumping data for table `custom_form_lu_field_types`
18169--23808--
1817023809
18171INSERT INTO `custom_form_lu_field_types` (`custom_form_lu_field_type_id`, `type`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES23810INSERT INTO `custom_form_lu_field_types` (`custom_form_lu_field_type_id`, `type`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
18172(1, 'text', 'Text Field', 0, 0, 0, 0, NULL),23811(1, 'text', 'Text Field', 0, 0, 0, 0, NULL),
18173(2, 'date', 'Date Field', 0, 0, 0, 0, NULL);23812(2, 'date', 'Date Field', 0, 0, 0, 0, NULL);
1817423813
18175-- --------------------------------------------------------23814-- --------------------------------------------------------
1817623815
18177--23816--
18178-- Table structure for table `custom_form_lu_field_type_organisations`23817-- Table structure for table `custom_form_lu_field_type_organisations`
18179--23818--
1818023819
18181CREATE TABLE `custom_form_lu_field_type_organisations` (23820CREATE TABLE `custom_form_lu_field_type_organisations` (
18182  `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL,23821  `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL,
18183  `custom_form_lu_field_type_id` int(11) NOT NULL,23822  `custom_form_lu_field_type_id` int(11) NOT NULL,
18184  `organisation_id` int(12) DEFAULT NULL23823  `organisation_id` int(12) DEFAULT NULL
18185) ENGINE=InnoDB DEFAULT CHARSET=utf8;23824) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1818623825
18187--23826--
18188-- Dumping data for table `custom_form_lu_field_type_organisations`23827-- Dumping data for table `custom_form_lu_field_type_organisations`
18189--23828--
1819023829
18191INSERT INTO `custom_form_lu_field_type_organisations` (`custom_form_lu_field_type_organisation_id`, `custom_form_lu_field_type_id`, `organisation_id`) VALUES23830INSERT INTO `custom_form_lu_field_type_organisations` (`custom_form_lu_field_type_organisation_id`, `custom_form_lu_field_type_id`, `organisation_id`) VALUES
18192(1, 1, 1),23831(1, 1, 1),
18193(2, 2, 1);23832(2, 2, 1);
1819423833
18195-- --------------------------------------------------------23834-- --------------------------------------------------------
1819623835
18197--23836--
18198-- Table structure for table `custom_form_organisations`23837-- Table structure for table `custom_form_organisations`
18199--23838--
1820023839
18201CREATE TABLE `custom_form_organisations` (23840CREATE TABLE `custom_form_organisations` (
18202  `custom_form_organisation_id` int(11) UNSIGNED NOT NULL,23841  `custom_form_organisation_id` int(11) UNSIGNED NOT NULL,
18203  `custom_form_id` int(11) NOT NULL23842  `custom_form_id` int(11) NOT NULL
18204) ENGINE=InnoDB DEFAULT CHARSET=utf8;23843) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1820523844
18206-- --------------------------------------------------------23845-- --------------------------------------------------------
1820723846
18208--23847--
18209-- Table structure for table `disclaimers`23848-- Table structure for table `disclaimers`
18210--23849--
1821123850
18212CREATE TABLE `disclaimers` (23851CREATE TABLE `disclaimers` (
18213  `disclaimer_id` int(11) NOT NULL,23852  `disclaimer_id` int(11) NOT NULL,
18214  `disclaimer_title` varchar(255) NOT NULL DEFAULT '',23853  `disclaimer_title` varchar(255) NOT NULL DEFAULT '',
18215  `disclaimer_issue_date` bigint(64) DEFAULT NULL,23854  `disclaimer_issue_date` bigint(64) DEFAULT NULL,
18216  `disclaimer_expire_date` bigint(64) DEFAULT NULL,23855  `disclaimer_expire_date` bigint(64) DEFAULT NULL,
18217  `disclaimer_text` text NOT NULL,23856  `disclaimer_text` text NOT NULL,
18218  `organisation_id` int(11) NOT NULL,23857  `organisation_id` int(11) NOT NULL,
18219  `upon_decline` enum('continue','log_out','deny_access') DEFAULT NULL,23858  `upon_decline` enum('continue','log_out','deny_access') DEFAULT NULL,
18220  `trigger_type` enum('page_load','course','community','distribution') NOT NULL DEFAULT 'page_load',23859  `trigger_type` enum('page_load','course','community','distribution') NOT NULL DEFAULT 'page_load',
18221  `email_admin` tinyint(1) NOT NULL DEFAULT '0',23860  `email_admin` tinyint(1) NOT NULL DEFAULT '0',
18222  `created_date` bigint(64) NOT NULL,23861  `created_date` bigint(64) NOT NULL,
18223  `created_by` int(11) NOT NULL,23862  `created_by` int(11) NOT NULL,
18224  `updated_date` bigint(64) DEFAULT NULL,23863  `updated_date` bigint(64) DEFAULT NULL,
18225  `updated_by` int(11) DEFAULT NULL,23864  `updated_by` int(11) DEFAULT NULL,
18226  `deleted_date` bigint(64) DEFAULT NULL,23865  `deleted_date` bigint(64) DEFAULT NULL,
18227  `deleted_by` int(11) DEFAULT NULL23866  `deleted_by` int(11) DEFAULT NULL
18228) ENGINE=InnoDB DEFAULT CHARSET=utf8;23867) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1822923868
18230-- --------------------------------------------------------23869-- --------------------------------------------------------
1823123870
18232--23871--
18233-- Table structure for table `disclaimer_audience`23872-- Table structure for table `disclaimer_audience`
18234--23873--
1823523874
18236CREATE TABLE `disclaimer_audience` (23875CREATE TABLE `disclaimer_audience` (
18237  `disclaimer_audience_id` int(11) NOT NULL,23876  `disclaimer_audience_id` int(11) NOT NULL,
18238  `disclaimer_id` int(11) NOT NULL,23877  `disclaimer_id` int(11) NOT NULL,
18239  `disclaimer_audience_type` enum('proxy_id','grad_year','cohort','group_id','course_id','cgroup_id','role_id','coursecontact','distribution') NOT NULL DEFAULT 'cohort',23878  `disclaimer_audience_type` enum('proxy_id','grad_year','cohort','group_id','course_id','cgroup_id','role_id','coursecontact','distribution') NOT NULL DEFAULT 'cohort',
18240  `disclaimer_audience_value` varchar(16) NOT NULL,23879  `disclaimer_audience_value` varchar(16) NOT NULL,
18241  `updated_date` bigint(64) NOT NULL,23880  `updated_date` bigint(64) NOT NULL,
18242  `updated_by` int(11) NOT NULL23881  `updated_by` int(11) NOT NULL
18243) ENGINE=InnoDB DEFAULT CHARSET=utf8;23882) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1824423883
18245-- --------------------------------------------------------23884-- --------------------------------------------------------
1824623885
18247--23886--
18248-- Table structure for table `disclaimer_audience_users`23887-- Table structure for table `disclaimer_audience_users`
18249--23888--
1825023889
18251CREATE TABLE `disclaimer_audience_users` (23890CREATE TABLE `disclaimer_audience_users` (
18252  `disclaimer_audience_users_id` int(11) NOT NULL,23891  `disclaimer_audience_users_id` int(11) NOT NULL,
18253  `disclaimer_id` int(11) NOT NULL,23892  `disclaimer_id` int(11) NOT NULL,
18254  `proxy_id` int(11) NOT NULL,23893  `proxy_id` int(11) NOT NULL,
18255  `approved` tinyint(1) NOT NULL DEFAULT '0',23894  `approved` tinyint(1) NOT NULL DEFAULT '0',
18256  `updated_date` bigint(64) NOT NULL,23895  `updated_date` bigint(64) NOT NULL,
18257  `updated_by` int(11) NOT NULL23896  `updated_by` int(11) NOT NULL
18258) ENGINE=InnoDB DEFAULT CHARSET=utf8;23897) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1825923898
18260-- --------------------------------------------------------23899-- --------------------------------------------------------
1826123900
18262--23901--
18263-- Table structure for table `disclaimer_trigger`23902-- Table structure for table `disclaimer_trigger`
18264--23903--
1826523904
18266CREATE TABLE `disclaimer_trigger` (23905CREATE TABLE `disclaimer_trigger` (
18267  `disclaimer_trigger_id` int(11) NOT NULL,23906  `disclaimer_trigger_id` int(11) NOT NULL,
18268  `disclaimer_id` int(11) NOT NULL,23907  `disclaimer_id` int(11) NOT NULL,
18269  `disclaimer_trigger_type` enum('course','community','distribution') NOT NULL,23908  `disclaimer_trigger_type` enum('course','community','distribution') NOT NULL,
18270  `disclaimer_trigger_value` varchar(16) NOT NULL,23909  `disclaimer_trigger_value` varchar(16) NOT NULL,
18271  `updated_date` bigint(64) NOT NULL,23910  `updated_date` bigint(64) NOT NULL,
18272  `updated_by` int(11) NOT NULL23911  `updated_by` int(11) NOT NULL
18273) ENGINE=InnoDB DEFAULT CHARSET=utf8;23912) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1827423913
18275-- --------------------------------------------------------23914-- --------------------------------------------------------
1827623915
18277--23916--
18278-- Table structure for table `domains_blacklist`23917-- Table structure for table `domains_blacklist`
18279--23918--
1828023919
18281CREATE TABLE `domains_blacklist` (23920CREATE TABLE `domains_blacklist` (
18282  `dblacklist_id` int(10) UNSIGNED NOT NULL,23921  `dblacklist_id` int(10) UNSIGNED NOT NULL,
18283  `domain_name` varchar(100) NOT NULL,23922  `domain_name` varchar(100) NOT NULL,
18284  `organisation_id` int(10) UNSIGNED DEFAULT NULL,23923  `organisation_id` int(10) UNSIGNED DEFAULT NULL,
18285  `is_active` tinyint(4) NOT NULL DEFAULT '1',23924  `is_active` tinyint(4) NOT NULL DEFAULT '1',
18286  `created_date` bigint(64) NOT NULL,23925  `created_date` bigint(64) NOT NULL,
18287  `created_by` int(10) UNSIGNED NOT NULL,23926  `created_by` int(10) UNSIGNED NOT NULL,
18288  `updated_date` bigint(64) NOT NULL,23927  `updated_date` bigint(64) NOT NULL,
18289  `updated_by` int(10) UNSIGNED NOT NULL,23928  `updated_by` int(10) UNSIGNED NOT NULL,
18290  `deleted_date` bigint(64) DEFAULT NULL,23929  `deleted_date` bigint(64) DEFAULT NULL,
18291  `deleted_by` int(11) DEFAULT NULL23930  `deleted_by` int(11) DEFAULT NULL
18292) ENGINE=InnoDB DEFAULT CHARSET=latin1;23931) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1829323932
18294--23933--
18295-- Dumping data for table `domains_blacklist`23934-- Dumping data for table `domains_blacklist`
18296--23935--
1829723936
18298INSERT INTO `domains_blacklist` (`dblacklist_id`, `domain_name`, `organisation_id`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES23937INSERT INTO `domains_blacklist` (`dblacklist_id`, `domain_name`, `organisation_id`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
18299(1, 'google1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23938(1, 'google1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18300(2, 'yahoo1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23939(2, 'yahoo1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18301(3, 'rocket.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23940(3, 'rocket.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18302(4, 'rocket1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23941(4, 'rocket1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18303(5, 'rocket2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23942(5, 'rocket2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18304(6, 'rocket3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23943(6, 'rocket3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18305(7, 'rocket4.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23944(7, 'rocket4.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18306(8, 'gmail3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23945(8, 'gmail3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18307(9, 'google2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23946(9, 'google2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18308(10, 'zoom2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23947(10, 'zoom2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18309(11, 'zdeletable.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23948(11, 'zdeletable.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18310(12, 'test2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23949(12, 'test2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18311(13, 'test3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23950(13, 'test3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18312(14, 'zbulkdelete1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),23951(14, 'zbulkdelete1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL),
18313(15, 'zbulkdelete2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL);23952(15, 'zbulkdelete2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL);
1831423953
18315-- --------------------------------------------------------23954-- --------------------------------------------------------
1831623955
18317--23956--
18318-- Table structure for table `drafts`23957-- Table structure for table `drafts`
18319--23958--
1832023959
18321CREATE TABLE `drafts` (23960CREATE TABLE `drafts` (
18322  `draft_id` int(11) UNSIGNED NOT NULL,23961  `draft_id` int(11) UNSIGNED NOT NULL,
18323  `organisation_id` int(12) DEFAULT NULL,23962  `organisation_id` int(12) DEFAULT NULL,
18324  `status` text,23963  `status` text,
18325  `name` text,23964  `name` text,
18326  `description` text,23965  `description` text,
18327  `created` int(11) DEFAULT NULL,23966  `created` int(11) DEFAULT NULL,
18328  `preserve_elements` binary(4) DEFAULT NULL,23967  `preserve_elements` binary(4) DEFAULT NULL,
18329  `copy_resources_as_draft` tinyint(1) NOT NULL DEFAULT '0'23968  `copy_resources_as_draft` tinyint(1) NOT NULL DEFAULT '0'
18330) ENGINE=InnoDB DEFAULT CHARSET=utf8;23969) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1833123970
18332--23971--
18333-- Dumping data for table `drafts`23972-- Dumping data for table `drafts`
18334--23973--
1833523974
18336INSERT INTO `drafts` (`draft_id`, `organisation_id`, `status`, `name`, `description`, `created`, `preserve_elements`, `copy_resources_as_draft`) VALUES23975INSERT INTO `drafts` (`draft_id`, `organisation_id`, `status`, `name`, `description`, `created`, `preserve_elements`, `copy_resources_as_draft`) VALUES
18337(1, 1, 'approved', 'Test Draft 1 - OPS-698', '', 1685381586, NULL, 0),23976(1, 1, 'approved', 'Test Draft 1 - OPS-698', '', 1685381586, NULL, 0),
18338(2, 1, 'open', 'Test Draft 2 - Open', '', 1685381586, NULL, 0),23977(2, 1, 'open', 'Test Draft 2 - Open', '', 1685381586, NULL, 0),
18339(3, 1, 'open', 'Test Draft Schedule - with curriculum period', '', 1685381586, NULL, 1),23978(3, 1, 'open', 'Test Draft Schedule - with curriculum period', '', 1685381586, NULL, 1),
18340(4, 1, 'approved', 'Test Draft 4 - Draft Tracks Copied to Events', 'This draft schedule is for testing that a curriculum track is copied over to its respective event', 1685381586, NULL, 1),23979(4, 1, 'approved', 'Test Draft 4 - Draft Tracks Copied to Events', 'This draft schedule is for testing that a curriculum track is copied over to its respective event', 1685381586, NULL, 1),
18341(5, 1, 'approved', 'Draft For Testing Online Learning Module Rollover', '', 1685381586, NULL, 0),23980(5, 1, 'approved', 'Draft For Testing Online Learning Module Rollover', '', 1685381586, NULL, 0),
18342(6, 1, 'open', 'Draft with curriculum tracks', '', 1685381586, NULL, 0);23981(6, 1, 'open', 'Draft with curriculum tracks', '', 1685381586, NULL, 0);
1834323982
18344-- --------------------------------------------------------23983-- --------------------------------------------------------
1834523984
18346--23985--
18347-- Table structure for table `draft_audience`23986-- Table structure for table `draft_audience`
18348--23987--
1834923988
18350CREATE TABLE `draft_audience` (23989CREATE TABLE `draft_audience` (
18351  `daudience_id` int(12) NOT NULL,23990  `daudience_id` int(12) NOT NULL,
18352  `eaudience_id` int(12) NOT NULL,23991  `eaudience_id` int(12) NOT NULL,
18353  `devent_id` int(12) NOT NULL DEFAULT '0',23992  `devent_id` int(12) NOT NULL DEFAULT '0',
18354  `event_id` int(12) NOT NULL DEFAULT '0',23993  `event_id` int(12) NOT NULL DEFAULT '0',
18355  `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id') NOT NULL,23994  `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id') NOT NULL,
18356  `audience_value` varchar(16) NOT NULL,23995  `audience_value` varchar(16) NOT NULL,
18357  `custom_time` int(1) DEFAULT '0',23996  `custom_time` int(1) DEFAULT '0',
18358  `custom_time_start` bigint(64) DEFAULT '0',23997  `custom_time_start` bigint(64) DEFAULT '0',
18359  `custom_time_end` bigint(64) DEFAULT '0',23998  `custom_time_end` bigint(64) DEFAULT '0',
18360  `updated_date` bigint(64) NOT NULL DEFAULT '0',23999  `updated_date` bigint(64) NOT NULL DEFAULT '0',
18361  `updated_by` int(12) NOT NULL DEFAULT '0'24000  `updated_by` int(12) NOT NULL DEFAULT '0'
18362) ENGINE=InnoDB DEFAULT CHARSET=utf8;24001) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1836324002
18364--24003--
18365-- Dumping data for table `draft_audience`24004-- Dumping data for table `draft_audience`
18366--24005--
1836724006
18368INSERT INTO `draft_audience` (`daudience_id`, `eaudience_id`, `devent_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES24007INSERT INTO `draft_audience` (`daudience_id`, `eaudience_id`, `devent_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES
18369(1, 6, 1, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1),24008(1, 6, 1, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1),
18370(2, 6, 2, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1),24009(2, 6, 2, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1),
18371(3, 0, 5, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1),24010(3, 0, 5, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1),
18372(4, 0, 6, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1),24011(4, 0, 6, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1),
18373(5, 1, 7, 1, 'course_id', '1', 0, 0, 0, 1685381586, 1),24012(5, 1, 7, 1, 'course_id', '1', 0, 0, 0, 1685381586, 1),
18374(6, 6, 8, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1);24013(6, 6, 8, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1);
1837524014
18376-- --------------------------------------------------------24015-- --------------------------------------------------------
1837724016
18378--24017--
18379-- Table structure for table `draft_contacts`24018-- Table structure for table `draft_contacts`
18380--24019--
1838124020
18382CREATE TABLE `draft_contacts` (24021CREATE TABLE `draft_contacts` (
18383  `dcontact_id` int(12) NOT NULL,24022  `dcontact_id` int(12) NOT NULL,
18384  `econtact_id` int(12) DEFAULT NULL,24023  `econtact_id` int(12) DEFAULT NULL,
18385  `devent_id` int(12) NOT NULL DEFAULT '0',24024  `devent_id` int(12) NOT NULL DEFAULT '0',
18386  `event_id` int(12) NOT NULL DEFAULT '0',24025  `event_id` int(12) NOT NULL DEFAULT '0',
18387  `proxy_id` int(12) NOT NULL DEFAULT '0',24026  `proxy_id` int(12) NOT NULL DEFAULT '0',
18388  `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL,24027  `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL,
18389  `contact_order` int(6) NOT NULL DEFAULT '0',24028  `contact_order` int(6) NOT NULL DEFAULT '0',
18390  `teaching_minutes` int(3) DEFAULT '0',24029  `teaching_minutes` int(3) DEFAULT '0',
18391  `updated_date` bigint(64) NOT NULL DEFAULT '0',24030  `updated_date` bigint(64) NOT NULL DEFAULT '0',
18392  `updated_by` int(12) NOT NULL DEFAULT '0'24031  `updated_by` int(12) NOT NULL DEFAULT '0'
18393) ENGINE=InnoDB DEFAULT CHARSET=utf8;24032) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1839424033
18395--24034--
18396-- Dumping data for table `draft_contacts`24035-- Dumping data for table `draft_contacts`
18397--24036--
1839824037
18399INSERT INTO `draft_contacts` (`dcontact_id`, `econtact_id`, `devent_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES24038INSERT INTO `draft_contacts` (`dcontact_id`, `econtact_id`, `devent_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES
18400(1, 2, 1, 4, 1, 'teacher', 0, 0, 1685381586, 1),24039(1, 2, 1, 4, 1, 'teacher', 0, 0, 1685381586, 1),
18401(2, 2, 2, 4, 1, 'teacher', 0, 0, 1685381586, 1);24040(2, 2, 2, 4, 1, 'teacher', 0, 0, 1685381586, 1);
1840224041
18403-- --------------------------------------------------------24042-- --------------------------------------------------------
1840424043
18405--24044--
18406-- Table structure for table `draft_creators`24045-- Table structure for table `draft_creators`
18407--24046--
1840824047
18409CREATE TABLE `draft_creators` (24048CREATE TABLE `draft_creators` (
18410  `create_id` int(11) UNSIGNED NOT NULL,24049  `create_id` int(11) UNSIGNED NOT NULL,
18411  `draft_id` int(11) NOT NULL,24050  `draft_id` int(11) NOT NULL,
18412  `proxy_id` int(11) NOT NULL24051  `proxy_id` int(11) NOT NULL
18413) ENGINE=InnoDB DEFAULT CHARSET=utf8;24052) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1841424053
18415--24054--
18416-- Dumping data for table `draft_creators`24055-- Dumping data for table `draft_creators`
18417--24056--
1841824057
18419INSERT INTO `draft_creators` (`create_id`, `draft_id`, `proxy_id`) VALUES24058INSERT INTO `draft_creators` (`create_id`, `draft_id`, `proxy_id`) VALUES
18420(1, 1, 1),24059(1, 1, 1),
18421(2, 2, 1),24060(2, 2, 1),
18422(3, 3, 1),24061(3, 3, 1),
18423(4, 4, 1),24062(4, 4, 1),
18424(5, 5, 1),24063(5, 5, 1),
18425(6, 6, 1);24064(6, 6, 1);
1842624065
18427-- --------------------------------------------------------24066-- --------------------------------------------------------
1842824067
18429--24068--
18430-- Table structure for table `draft_events`24069-- Table structure for table `draft_events`
18431--24070--
1843224071
18433CREATE TABLE `draft_events` (24072CREATE TABLE `draft_events` (
18434  `devent_id` int(12) NOT NULL,24073  `devent_id` int(12) NOT NULL,
18435  `event_id` int(12) DEFAULT NULL,24074  `event_id` int(12) DEFAULT NULL,
18436  `draft_id` int(11) DEFAULT NULL,24075  `draft_id` int(11) DEFAULT NULL,
18437  `draft_parent_id` int(12) UNSIGNED DEFAULT NULL,24076  `draft_parent_id` int(12) UNSIGNED DEFAULT NULL,
18438  `parent_id` int(12) DEFAULT NULL,24077  `parent_id` int(12) DEFAULT NULL,
18439  `event_children` int(12) DEFAULT NULL,24078  `event_children` int(12) DEFAULT NULL,
18440  `recurring_id` int(12) DEFAULT '0',24079  `recurring_id` int(12) DEFAULT '0',
18441  `region_id` int(12) DEFAULT '0',24080  `region_id` int(12) DEFAULT '0',
18442  `course_id` int(12) NOT NULL DEFAULT '0',24081  `course_id` int(12) NOT NULL DEFAULT '0',
18443  `cperiod_id` int(12) DEFAULT NULL,24082  `cperiod_id` int(12) DEFAULT NULL,
18444  `cunit_id` int(11) UNSIGNED DEFAULT NULL,24083  `cunit_id` int(11) UNSIGNED DEFAULT NULL,
18445  `event_phase` varchar(12) DEFAULT NULL,24084  `event_phase` varchar(12) DEFAULT NULL,
18446  `event_title` varchar(255) NOT NULL,24085  `event_title` varchar(255) NOT NULL,
18447  `event_description` text,24086  `event_description` text,
18448  `include_parent_description` tinyint(1) NOT NULL DEFAULT '1',24087  `include_parent_description` tinyint(1) NOT NULL DEFAULT '1',
18449  `event_goals` text,24088  `event_goals` text,
18450  `event_objectives` text,24089  `event_objectives` text,
18451  `keywords_hidden` int(1) DEFAULT '0',24090  `keywords_hidden` int(1) DEFAULT '0',
18452  `keywords_release_date` bigint(64) DEFAULT '0',24091  `keywords_release_date` bigint(64) DEFAULT '0',
18453  `objectives_release_date` bigint(64) DEFAULT '0',24092  `objectives_release_date` bigint(64) DEFAULT '0',
18454  `event_message` text,24093  `event_message` text,
18455  `include_parent_message` tinyint(1) NOT NULL DEFAULT '1',24094  `include_parent_message` tinyint(1) NOT NULL DEFAULT '1',
18456  `is_tbl` tinyint(1) DEFAULT '0',24095  `is_tbl` tinyint(1) DEFAULT '0',
18457  `event_location` varchar(150) DEFAULT NULL,24096  `event_location` varchar(150) DEFAULT NULL,
18458  `room_id` int(11) UNSIGNED DEFAULT NULL,24097  `room_id` int(11) UNSIGNED DEFAULT NULL,
18459  `event_start` bigint(64) NOT NULL,24098  `event_start` bigint(64) NOT NULL,
18460  `event_finish` bigint(64) NOT NULL,24099  `event_finish` bigint(64) NOT NULL,
18461  `event_duration` int(64) NOT NULL,24100  `event_duration` int(64) NOT NULL,
18462  `custom_end_date` tinyint(1) DEFAULT '0',24101  `custom_end_date` tinyint(1) DEFAULT '0',
18463  `attendance_required` tinyint(1) NOT NULL DEFAULT '1',24102  `attendance_required` tinyint(1) NOT NULL DEFAULT '1',
18464  `location_attendance` tinyint(1) DEFAULT '0',24103  `location_attendance` tinyint(1) DEFAULT '0',
18465  `audience_visible` tinyint(1) NOT NULL DEFAULT '1',24104  `audience_visible` tinyint(1) NOT NULL DEFAULT '1',
18466  `release_date` bigint(64) NOT NULL,24105  `release_date` bigint(64) NOT NULL,
18467  `release_until` bigint(64) NOT NULL,24106  `release_until` bigint(64) NOT NULL,
18468  `event_color` varchar(20) DEFAULT NULL,24107  `event_color` varchar(20) DEFAULT NULL,
18469  `updated_date` bigint(64) NOT NULL,24108  `updated_date` bigint(64) NOT NULL,
18470  `updated_by` int(12) NOT NULL,24109  `updated_by` int(12) NOT NULL,
18471  `room_reservation_id` varchar(10) DEFAULT NULL24110  `room_reservation_id` varchar(10) DEFAULT NULL
18472) ENGINE=InnoDB DEFAULT CHARSET=utf8;24111) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1847324112
18474--24113--
18475-- Dumping data for table `draft_events`24114-- Dumping data for table `draft_events`
18476--24115--
1847724116
18478INSERT INTO `draft_events` (`devent_id`, `event_id`, `draft_id`, `draft_parent_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `event_start`, `event_finish`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `audience_visible`, `release_date`, `release_until`, `event_color`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES24117INSERT INTO `draft_events` (`devent_id`, `event_id`, `draft_id`, `draft_parent_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `event_start`, `event_finish`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `audience_visible`, `release_date`, `release_until`, `event_color`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES
18479(1, 4, 1, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event Created From Draft - OPS-698', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24118(1, 4, 1, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event Created From Draft - OPS-698', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18480(2, 4, 2, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Second Test Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24119(2, 4, 2, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Second Test Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18481(3, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Test Recurring Event Draft', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24120(3, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Test Recurring Event Draft', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18482(4, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Second Test Recurring Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24121(4, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Second Test Recurring Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18483(5, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test 1', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL),24122(5, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test 1', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL),
18484(6, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test 2', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL),24123(6, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test 2', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL),
18485(7, 1, 4, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Draft Event - Curriculum Tracks Copied', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24124(7, 1, 4, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Draft Event - Curriculum Tracks Copied', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18486(8, 4, 5, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'OPS-3670: Draft Event With Online Learning Module', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),24125(8, 4, 5, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'OPS-3670: Draft Event With Online Learning Module', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL),
18487(9, NULL, 6, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Draft with curriculum tracks', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685392386, 180, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL);24126(9, NULL, 6, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Draft with curriculum tracks', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685392386, 180, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL);
1848824127
18489-- --------------------------------------------------------24128-- --------------------------------------------------------
1849024129
18491--24130--
18492-- Table structure for table `draft_eventtypes`24131-- Table structure for table `draft_eventtypes`
18493--24132--
1849424133
18495CREATE TABLE `draft_eventtypes` (24134CREATE TABLE `draft_eventtypes` (
18496  `deventtype_id` int(12) UNSIGNED NOT NULL,24135  `deventtype_id` int(12) UNSIGNED NOT NULL,
18497  `eeventtype_id` int(12) DEFAULT NULL,24136  `eeventtype_id` int(12) DEFAULT NULL,
18498  `devent_id` int(12) NOT NULL,24137  `devent_id` int(12) NOT NULL,
18499  `event_id` int(12) DEFAULT NULL,24138  `event_id` int(12) DEFAULT NULL,
18500  `eventtype_id` int(12) NOT NULL,24139  `eventtype_id` int(12) NOT NULL,
18501  `duration` int(12) NOT NULL,24140  `duration` int(12) NOT NULL,
18502  `order` int(12) NOT NULL DEFAULT '0'24141  `order` int(12) NOT NULL DEFAULT '0'
18503) ENGINE=InnoDB DEFAULT CHARSET=utf8;24142) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1850424143
18505--24144--
18506-- Dumping data for table `draft_eventtypes`24145-- Dumping data for table `draft_eventtypes`
18507--24146--
1850824147
18509INSERT INTO `draft_eventtypes` (`deventtype_id`, `eeventtype_id`, `devent_id`, `event_id`, `eventtype_id`, `duration`, `order`) VALUES24148INSERT INTO `draft_eventtypes` (`deventtype_id`, `eeventtype_id`, `devent_id`, `event_id`, `eventtype_id`, `duration`, `order`) VALUES
18510(1, 4, 1, 4, 3, 60, 0),24149(1, 4, 1, 4, 3, 60, 0),
18511(2, 4, 2, 4, 3, 30, 0),24150(2, 4, 2, 4, 3, 30, 0),
18512(3, 4, 3, 4, 3, 60, 0),24151(3, 4, 3, 4, 3, 60, 0),
18513(4, 4, 4, 4, 3, 60, 0),24152(4, 4, 4, 4, 3, 60, 0),
18514(5, NULL, 5, NULL, 1, 180, 0),24153(5, NULL, 5, NULL, 1, 180, 0),
18515(6, NULL, 1, NULL, 1, 180, 0),24154(6, NULL, 1, NULL, 1, 180, 0),
18516(7, 1, 7, 1, 1, 60, 0),24155(7, 1, 7, 1, 1, 60, 0),
18517(8, 4, 8, 1, 3, 60, 0);24156(8, 4, 8, 1, 3, 60, 0);
1851824157
18519-- --------------------------------------------------------24158-- --------------------------------------------------------
1852024159
18521--24160--
18522-- Table structure for table `draft_event_curriculum_tracks`24161-- Table structure for table `draft_event_curriculum_tracks`
18523--24162--
1852424163
18525CREATE TABLE `draft_event_curriculum_tracks` (24164CREATE TABLE `draft_event_curriculum_tracks` (
18526  `dectrack_id` int(12) UNSIGNED NOT NULL,24165  `dectrack_id` int(12) UNSIGNED NOT NULL,
18527  `devent_id` int(12) NOT NULL,24166  `devent_id` int(12) NOT NULL,
18528  `curriculum_track_id` int(12) UNSIGNED NOT NULL,24167  `curriculum_track_id` int(12) UNSIGNED NOT NULL,
18529  `active` tinyint(1) NOT NULL,24168  `active` tinyint(1) NOT NULL,
18530  `created_date` int(11) NOT NULL,24169  `created_date` int(11) NOT NULL,
18531  `created_by` int(11) NOT NULL,24170  `created_by` int(11) NOT NULL,
18532  `updated_date` int(11) DEFAULT NULL,24171  `updated_date` int(11) DEFAULT NULL,
18533  `updated_by` int(11) DEFAULT NULL24172  `updated_by` int(11) DEFAULT NULL
18534) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;24173) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1853524174
18536--24175--
18537-- Dumping data for table `draft_event_curriculum_tracks`24176-- Dumping data for table `draft_event_curriculum_tracks`
18538--24177--
1853924178
18540INSERT INTO `draft_event_curriculum_tracks` (`dectrack_id`, `devent_id`, `curriculum_track_id`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES24179INSERT INTO `draft_event_curriculum_tracks` (`dectrack_id`, `devent_id`, `curriculum_track_id`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
18541(1, 2, 1, 1, 2023, 1, NULL, NULL),24180(1, 2, 1, 1, 2023, 1, NULL, NULL),
18542(2, 2, 2, 1, 2023, 1, NULL, NULL),24181(2, 2, 2, 1, 2023, 1, NULL, NULL),
18543(3, 3, 1, 1, 2023, 1, NULL, NULL),24182(3, 3, 1, 1, 2023, 1, NULL, NULL),
18544(4, 4, 1, 1, 2023, 1, NULL, NULL),24183(4, 4, 1, 1, 2023, 1, NULL, NULL),
18545(5, 7, 1, 1, 1685381586, 1, NULL, NULL),24184(5, 7, 1, 1, 1685381586, 1, NULL, NULL),
18546(6, 9, 12, 1, 1685381586, 1, NULL, NULL);24185(6, 9, 12, 1, 1685381586, 1, NULL, NULL);
1854724186
18548-- --------------------------------------------------------24187-- --------------------------------------------------------
1854924188
18550--24189--
18551-- Table structure for table `draft_event_room_resources`24190-- Table structure for table `draft_event_room_resources`
18552--24191--
1855324192
18554CREATE TABLE `draft_event_room_resources` (24193CREATE TABLE `draft_event_room_resources` (
18555  `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL,24194  `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL,
18556  `event_room_resources_id` int(12) UNSIGNED DEFAULT NULL,24195  `event_room_resources_id` int(12) UNSIGNED DEFAULT NULL,
18557  `devent_id` int(12) NOT NULL,24196  `devent_id` int(12) NOT NULL,
18558  `event_id` int(12) DEFAULT NULL,24197  `event_id` int(12) DEFAULT NULL,
18559  `resource_id` int(11) UNSIGNED NOT NULL24198  `resource_id` int(11) UNSIGNED NOT NULL
18560) ENGINE=InnoDB DEFAULT CHARSET=utf8;24199) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1856124200
18562-- --------------------------------------------------------24201-- --------------------------------------------------------
1856324202
18564--24203--
18565-- Table structure for table `draft_options`24204-- Table structure for table `draft_options`
18566--24205--
1856724206
18568CREATE TABLE `draft_options` (24207CREATE TABLE `draft_options` (
18569  `doption_id` int(11) UNSIGNED NOT NULL,24208  `doption_id` int(11) UNSIGNED NOT NULL,
18570  `draft_id` int(11) NOT NULL,24209  `draft_id` int(11) NOT NULL,
18571  `option` varchar(255) NOT NULL DEFAULT '',24210  `option` varchar(255) NOT NULL DEFAULT '',
18572  `value` varchar(30) NOT NULL DEFAULT ''24211  `value` varchar(30) NOT NULL DEFAULT ''
18573) ENGINE=InnoDB DEFAULT CHARSET=utf8;24212) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1857424213
18575--24214--
18576-- Dumping data for table `draft_options`24215-- Dumping data for table `draft_options`
18577--24216--
1857824217
18579INSERT INTO `draft_options` (`doption_id`, `draft_id`, `option`, `value`) VALUES24218INSERT INTO `draft_options` (`doption_id`, `draft_id`, `option`, `value`) VALUES
18580(1, 1, 'files', '1'),24219(1, 1, 'files', '1'),
18581(2, 1, 'links', '1'),24220(2, 1, 'links', '1'),
18582(3, 1, 'objectives', '1'),24221(3, 1, 'objectives', '1'),
18583(4, 1, 'keywords', '1'),24222(4, 1, 'keywords', '1'),
18584(5, 1, 'topics', '1'),24223(5, 1, 'topics', '1'),
18585(6, 1, 'quizzes', '1'),24224(6, 1, 'quizzes', '1'),
18586(7, 1, 'streaming', '1'),24225(7, 1, 'streaming', '1'),
18587(8, 1, 'medbiq', '1'),24226(8, 1, 'medbiq', '1'),
18588(9, 1, 'medbiqassessmentmethods', '1'),24227(9, 1, 'medbiqassessmentmethods', '1'),
18589(10, 2, 'files', '1'),24228(10, 2, 'files', '1'),
18590(11, 2, 'links', '1'),24229(11, 2, 'links', '1'),
18591(12, 2, 'objectives', '1'),24230(12, 2, 'objectives', '1'),
18592(13, 2, 'keywords', '1'),24231(13, 2, 'keywords', '1'),
18593(14, 2, 'topics', '1'),24232(14, 2, 'topics', '1'),
18594(15, 2, 'quizzes', '1'),24233(15, 2, 'quizzes', '1'),
18595(16, 2, 'streaming', '1'),24234(16, 2, 'streaming', '1'),
18596(17, 2, 'medbiq', '1'),24235(17, 2, 'medbiq', '1'),
18597(18, 2, 'medbiqassessmentmethods', '1'),24236(18, 2, 'medbiqassessmentmethods', '1'),
18598(19, 3, 'files', '1'),24237(19, 3, 'files', '1'),
18599(20, 3, 'links', '1'),24238(20, 3, 'links', '1'),
18600(21, 3, 'objectives', '1'),24239(21, 3, 'objectives', '1'),
18601(22, 3, 'keywords', '1'),24240(22, 3, 'keywords', '1'),
18602(23, 3, 'topics', '1'),24241(23, 3, 'topics', '1'),
18603(24, 3, 'streaming', '1'),24242(24, 3, 'streaming', '1'),
18604(25, 3, 'medbiq', '1'),24243(25, 3, 'medbiq', '1'),
18605(26, 3, 'medbiqassessmentmethods', '1'),24244(26, 3, 'medbiqassessmentmethods', '1'),
18606(27, 3, 'fileshidden', '1'),24245(27, 3, 'fileshidden', '1'),
18607(28, 5, 'links', '1');24246(28, 5, 'links', '1');
1860824247
18609-- --------------------------------------------------------24248-- --------------------------------------------------------
1861024249
18611--24250--
18612-- Table structure for table `duty_hours_entries`24251-- Table structure for table `duty_hours_entries`
18613--24252--
1861424253
18615CREATE TABLE `duty_hours_entries` (24254CREATE TABLE `duty_hours_entries` (
18616  `dhentry_id` int(12) UNSIGNED NOT NULL,24255  `dhentry_id` int(12) UNSIGNED NOT NULL,
18617  `proxy_id` int(12) UNSIGNED NOT NULL,24256  `proxy_id` int(12) UNSIGNED NOT NULL,
18618  `encounter_date` int(12) NOT NULL,24257  `encounter_date` int(12) NOT NULL,
18619  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',24258  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',
18620  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',24259  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
18621  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',24260  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
18622  `lsite_id` int(11) NOT NULL DEFAULT '0',24261  `lsite_id` int(11) NOT NULL DEFAULT '0',
18623  `hours` float(4,2) NOT NULL,24262  `hours` float(4,2) NOT NULL,
18624  `hours_type` enum('on_call','on_duty','off_duty','absence') NOT NULL DEFAULT 'on_duty',24263  `hours_type` enum('on_call','on_duty','off_duty','absence') NOT NULL DEFAULT 'on_duty',
18625  `comments` text,24264  `comments` text,
18626  `entry_active` int(1) NOT NULL DEFAULT '1',24265  `entry_active` int(1) NOT NULL DEFAULT '1',
18627  `course_id` int(12) UNSIGNED NOT NULL,24266  `course_id` int(12) UNSIGNED NOT NULL,
18628  `cperiod_id` int(12) UNSIGNED NOT NULL24267  `cperiod_id` int(12) UNSIGNED NOT NULL
18629) ENGINE=InnoDB DEFAULT CHARSET=utf8;24268) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1863024269
18631-- --------------------------------------------------------24270-- --------------------------------------------------------
1863224271
18633--24272--
18634-- Table structure for table `email_aliases`24273-- Table structure for table `email_aliases`
18635--24274--
1863624275
18637CREATE TABLE `email_aliases` (24276CREATE TABLE `email_aliases` (
18638  `ealiases_id` int(11) NOT NULL,24277  `ealiases_id` int(11) NOT NULL,
18639  `alias` varchar(150) COLLATE utf8_bin NOT NULL,24278  `alias` varchar(150) COLLATE utf8_bin NOT NULL,
18640  `is_active` tinyint(1) NOT NULL DEFAULT '1',24279  `is_active` tinyint(1) NOT NULL DEFAULT '1',
18641  `created_date` bigint(20) NOT NULL,24280  `created_date` bigint(20) NOT NULL,
18642  `created_by` int(10) UNSIGNED NOT NULL,24281  `created_by` int(10) UNSIGNED NOT NULL,
18643  `updated_date` bigint(20) NOT NULL,24282  `updated_date` bigint(20) NOT NULL,
18644  `updated_by` int(10) UNSIGNED NOT NULL,24283  `updated_by` int(10) UNSIGNED NOT NULL,
18645  `deleted_date` bigint(20) DEFAULT NULL,24284  `deleted_date` bigint(20) DEFAULT NULL,
18646  `deleted_by` int(10) UNSIGNED DEFAULT NULL24285  `deleted_by` int(10) UNSIGNED DEFAULT NULL
18647) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;24286) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
1864824287
18649--24288--
18650-- Dumping data for table `email_aliases`24289-- Dumping data for table `email_aliases`
18651--24290--
1865224291
18653INSERT INTO `email_aliases` (`ealiases_id`, `alias`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES24292INSERT INTO `email_aliases` (`ealiases_id`, `alias`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
18654(1, 'engineering1@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),24293(1, 'engineering1@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),
18655(2, 'engineering2@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),24294(2, 'engineering2@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),
18656(3, 'engineering3@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),24295(3, 'engineering3@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),
18657(4, 'engineering4@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),24296(4, 'engineering4@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),
18658(5, 'engineering5@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),24297(5, 'engineering5@eletra.com', 1, 0, 0, 0, 0, NULL, NULL),
18659(6, 'engineering6@eletra.com', 1, 0, 0, 0, 0, NULL, NULL);24298(6, 'engineering6@eletra.com', 1, 0, 0, 0, 0, NULL, NULL);
1866024299
18661-- --------------------------------------------------------24300-- --------------------------------------------------------
1866224301
18663--24302--
18664-- Table structure for table `email_templates`24303-- Table structure for table `email_templates`
18665--24304--
1866624305
18667CREATE TABLE `email_templates` (24306CREATE TABLE `email_templates` (
18668  `etemplate_id` int(12) UNSIGNED NOT NULL,24307  `etemplate_id` int(12) UNSIGNED NOT NULL,
18669  `template` varchar(32) NOT NULL,24308  `template` varchar(32) NOT NULL,
18670  `filename` varchar(255) NOT NULL,24309  `filename` varchar(255) NOT NULL,
18671  `module` varchar(128) NOT NULL,24310  `module` varchar(128) NOT NULL,
18672  `description` varchar(255) NOT NULL,24311  `description` varchar(255) NOT NULL,
18673  `variables` varchar(255) NOT NULL,24312  `variables` varchar(255) NOT NULL,
18674  `created_date` bigint(64) NOT NULL,24313  `created_date` bigint(64) NOT NULL,
18675  `created_by` int(11) NOT NULL,24314  `created_by` int(11) NOT NULL,
18676  `updated_date` bigint(64) DEFAULT NULL,24315  `updated_date` bigint(64) DEFAULT NULL,
18677  `updated_by` int(11) DEFAULT NULL,24316  `updated_by` int(11) DEFAULT NULL,
18678  `deleted_date` int(11) DEFAULT NULL24317  `deleted_date` int(11) DEFAULT NULL
18679) ENGINE=InnoDB DEFAULT CHARSET=utf8;24318) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1868024319
18681--24320--
18682-- Dumping data for table `email_templates`24321-- Dumping data for table `email_templates`
18683--24322--
1868424323
18685INSERT INTO `email_templates` (`etemplate_id`, `template`, `filename`, `module`, `description`, `variables`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES24324INSERT INTO `email_templates` (`etemplate_id`, `template`, `filename`, `module`, `description`, `variables`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
18686(1, 'default', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24325(1, 'default', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18687(2, 'default', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24326(2, 'default', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18688(3, 'default', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24327(3, 'default', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18689(4, 'default', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),24328(4, 'default', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),
18690(5, 'ttuhscep', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24329(5, 'ttuhscep', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18691(6, 'ttuhscep', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24330(6, 'ttuhscep', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18692(7, 'ttuhscep', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24331(7, 'ttuhscep', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18693(8, 'ttuhscep', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),24332(8, 'ttuhscep', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),
18694(9, 'wcmq', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24333(9, 'wcmq', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18695(10, 'wcmq', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24334(10, 'wcmq', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18696(11, 'wcmq', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24335(11, 'wcmq', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18697(12, 'wcmq', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),24336(12, 'wcmq', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),
18698(13, 'western-us', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24337(13, 'western-us', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18699(14, 'western-us', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24338(14, 'western-us', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18700(15, 'western-us', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24339(15, 'western-us', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18701(16, 'western-us', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),24340(16, 'western-us', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),
18702(17, 'western-us-cop', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24341(17, 'western-us-cop', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18703(18, 'western-us-cop', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24342(18, 'western-us-cop', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18704(19, 'western-us-cop', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24343(19, 'western-us-cop', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18705(20, 'western-us-cop', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),24344(20, 'western-us-cop', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL),
18706(21, 'western-us-cvm', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24345(21, 'western-us-cvm', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18707(22, 'western-us-cvm', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24346(22, 'western-us-cvm', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18708(23, 'western-us-cvm', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),24347(23, 'western-us-cvm', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL),
18709(24, 'western-us-cvm', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL);24348(24, 'western-us-cvm', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL);
1871024349
18711-- --------------------------------------------------------24350-- --------------------------------------------------------
1871224351
18713--24352--
18714-- Table structure for table `email_template_organisations`24353-- Table structure for table `email_template_organisations`
18715--24354--
1871624355
18717CREATE TABLE `email_template_organisations` (24356CREATE TABLE `email_template_organisations` (
18718  `etorganisation_id` int(12) UNSIGNED NOT NULL,24357  `etorganisation_id` int(12) UNSIGNED NOT NULL,
18719  `etemplate_id` int(12) UNSIGNED NOT NULL,24358  `etemplate_id` int(12) UNSIGNED NOT NULL,
18720  `organisation_id` int(12) NOT NULL,24359  `organisation_id` int(12) NOT NULL,
18721  `organisation_template` text NOT NULL,24360  `organisation_template` text NOT NULL,
18722  `created_date` bigint(64) NOT NULL,24361  `created_date` bigint(64) NOT NULL,
18723  `created_by` int(11) NOT NULL,24362  `created_by` int(11) NOT NULL,
18724  `updated_date` bigint(64) DEFAULT NULL,24363  `updated_date` bigint(64) DEFAULT NULL,
18725  `updated_by` int(11) DEFAULT NULL,24364  `updated_by` int(11) DEFAULT NULL,
18726  `deleted_date` bigint(64) DEFAULT NULL24365  `deleted_date` bigint(64) DEFAULT NULL
18727) ENGINE=InnoDB DEFAULT CHARSET=utf8;24366) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1872824367
18729-- --------------------------------------------------------24368-- --------------------------------------------------------
1873024369
18731--24370--
18732-- Table structure for table `entity_mappings`24371-- Table structure for table `entity_mappings`
18733--24372--
1873424373
18735CREATE TABLE `entity_mappings` (24374CREATE TABLE `entity_mappings` (
18736  `emappings_id` varchar(36) NOT NULL,24375  `emappings_id` varchar(36) NOT NULL,
18737  `proxy_id` int(10) UNSIGNED NOT NULL,24376  `proxy_id` int(10) UNSIGNED NOT NULL,
18738  `emtypes_id` int(11) NOT NULL24377  `emtypes_id` int(11) NOT NULL
18739) ENGINE=InnoDB DEFAULT CHARSET=utf8;24378) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1874024379
18741--24380--
18742-- Dumping data for table `entity_mappings`24381-- Dumping data for table `entity_mappings`
18743--24382--
1874424383
18745INSERT INTO `entity_mappings` (`emappings_id`, `proxy_id`, `emtypes_id`) VALUES24384INSERT INTO `entity_mappings` (`emappings_id`, `proxy_id`, `emtypes_id`) VALUES
18746('0FC40D75-B541-8B8A-D5EE-449287A00F4A', 4, 1),24385('0FC40D75-B541-8B8A-D5EE-449287A00F4A', 4, 1),
18747('1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1),24386('1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1),
18748('303E82E5-437A-525C-8184-D95C513777A0', 3, 1),24387('303E82E5-437A-525C-8184-D95C513777A0', 3, 1),
18749('6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35', 8, 1),24388('6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35', 8, 1),
18750('73EE562F-972A-1D73-C296-575748A37392', 5, 1),24389('73EE562F-972A-1D73-C296-575748A37392', 5, 1),
18751('90CB4591-B3FE-6713-A9A4-640C8624BF65', 6, 1),24390('90CB4591-B3FE-6713-A9A4-640C8624BF65', 6, 1),
18752('9AB064C3-D941-3FA0-740C-2072920F49E1', 18, 1),24391('9AB064C3-D941-3FA0-740C-2072920F49E1', 18, 1),
18753('E2003BBA-7F3D-C634-48BC-DDA4174B4956', 7, 1),24392('E2003BBA-7F3D-C634-48BC-DDA4174B4956', 7, 1),
18754('E78E73E7-CE31-392A-3908-F16DBF67F7A5', 9, 1),24393('E78E73E7-CE31-392A-3908-F16DBF67F7A5', 9, 1),
18755('F3911359-657D-BC07-5B2E-AC038361D667', 19, 1),24394('F3911359-657D-BC07-5B2E-AC038361D667', 19, 1),
18756('F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 1),24395('F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 1),
18757('FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D', 10, 1),24396('FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D', 10, 1),
18758('RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D', 11, 1);24397('RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D', 11, 1);
1875924398
18760-- --------------------------------------------------------24399-- --------------------------------------------------------
1876124400
18762--24401--
18763-- Table structure for table `entity_mapping_types`24402-- Table structure for table `entity_mapping_types`
18764--24403--
1876524404
18766CREATE TABLE `entity_mapping_types` (24405CREATE TABLE `entity_mapping_types` (
18767  `emtypes_id` int(11) NOT NULL,24406  `emtypes_id` int(11) NOT NULL,
18768  `mapping_type` varchar(45) NOT NULL24407  `mapping_type` varchar(45) NOT NULL
18769) ENGINE=InnoDB DEFAULT CHARSET=utf8;24408) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1877024409
18771--24410--
18772-- Dumping data for table `entity_mapping_types`24411-- Dumping data for table `entity_mapping_types`
18773--24412--
1877424413
18775INSERT INTO `entity_mapping_types` (`emtypes_id`, `mapping_type`) VALUES24414INSERT INTO `entity_mapping_types` (`emtypes_id`, `mapping_type`) VALUES
18776(1, 'User'),24415(1, 'User'),
18777(2, 'Site'),24416(2, 'Site'),
18778(3, 'Building'),24417(3, 'Building'),
18779(4, 'Room');24418(4, 'Room');
1878024419
18781-- --------------------------------------------------------24420-- --------------------------------------------------------
1878224421
18783--24422--
18784-- Table structure for table `evaluations`24423-- Table structure for table `evaluations`
18785--24424--
1878624425
18787CREATE TABLE `evaluations` (24426CREATE TABLE `evaluations` (
18788  `evaluation_id` int(12) NOT NULL,24427  `evaluation_id` int(12) NOT NULL,
18789  `eform_id` int(12) NOT NULL,24428  `eform_id` int(12) NOT NULL,
18790  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',24429  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
18791  `evaluation_title` varchar(128) NOT NULL,24430  `evaluation_title` varchar(128) NOT NULL,
18792  `evaluation_description` text NOT NULL,24431  `evaluation_description` text NOT NULL,
18793  `evaluation_active` tinyint(1) NOT NULL,24432  `evaluation_active` tinyint(1) NOT NULL,
18794  `evaluation_start` bigint(64) NOT NULL,24433  `evaluation_start` bigint(64) NOT NULL,
18795  `evaluation_finish` bigint(64) NOT NULL,24434  `evaluation_finish` bigint(64) NOT NULL,
18796  `evaluation_completions` int(12) NOT NULL DEFAULT '0',24435  `evaluation_completions` int(12) NOT NULL DEFAULT '0',
18797  `min_submittable` tinyint(3) NOT NULL DEFAULT '1',24436  `min_submittable` tinyint(3) NOT NULL DEFAULT '1',
18798  `max_submittable` tinyint(3) NOT NULL DEFAULT '1',24437  `max_submittable` tinyint(3) NOT NULL DEFAULT '1',
18799  `evaluation_mandatory` tinyint(1) NOT NULL DEFAULT '1',24438  `evaluation_mandatory` tinyint(1) NOT NULL DEFAULT '1',
18800  `allow_target_review` tinyint(1) NOT NULL DEFAULT '0',24439  `allow_target_review` tinyint(1) NOT NULL DEFAULT '0',
18801  `allow_target_request` tinyint(1) NOT NULL DEFAULT '0',24440  `allow_target_request` tinyint(1) NOT NULL DEFAULT '0',
18802  `allow_repeat_targets` tinyint(1) NOT NULL DEFAULT '0',24441  `allow_repeat_targets` tinyint(1) NOT NULL DEFAULT '0',
18803  `show_comments` tinyint(1) NOT NULL DEFAULT '0',24442  `show_comments` tinyint(1) NOT NULL DEFAULT '0',
18804  `identify_comments` tinyint(1) NOT NULL DEFAULT '0',24443  `identify_comments` tinyint(1) NOT NULL DEFAULT '0',
18805  `require_requests` tinyint(1) NOT NULL DEFAULT '0',24444  `require_requests` tinyint(1) NOT NULL DEFAULT '0',
18806  `require_request_code` tinyint(1) NOT NULL DEFAULT '0',24445  `require_request_code` tinyint(1) NOT NULL DEFAULT '0',
18807  `request_timeout` bigint(64) NOT NULL DEFAULT '0',24446  `request_timeout` bigint(64) NOT NULL DEFAULT '0',
18808  `threshold_notifications_type` enum('reviewers','tutors','directors','pcoordinators','authors','disabled') NOT NULL DEFAULT 'disabled',24447  `threshold_notifications_type` enum('reviewers','tutors','directors','pcoordinators','authors','disabled') NOT NULL DEFAULT 'disabled',
18809  `release_date` bigint(64) NOT NULL,24448  `release_date` bigint(64) NOT NULL,
18810  `release_until` bigint(64) NOT NULL,24449  `release_until` bigint(64) NOT NULL,
18811  `updated_date` bigint(64) NOT NULL,24450  `updated_date` bigint(64) NOT NULL,
18812  `updated_by` bigint(64) NOT NULL24451  `updated_by` bigint(64) NOT NULL
18813) ENGINE=InnoDB DEFAULT CHARSET=utf8;24452) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1881424453
18815-- --------------------------------------------------------24454-- --------------------------------------------------------
1881624455
18817--24456--
18818-- Table structure for table `evaluations_lu_questions`24457-- Table structure for table `evaluations_lu_questions`
18819--24458--
1882024459
18821CREATE TABLE `evaluations_lu_questions` (24460CREATE TABLE `evaluations_lu_questions` (
18822  `equestion_id` int(12) NOT NULL,24461  `equestion_id` int(12) NOT NULL,
18823  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',24462  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
18824  `efquestion_id` int(12) NOT NULL DEFAULT '0',24463  `efquestion_id` int(12) NOT NULL DEFAULT '0',
18825  `question_parent_id` int(12) NOT NULL DEFAULT '0',24464  `question_parent_id` int(12) NOT NULL DEFAULT '0',
18826  `questiontype_id` int(12) NOT NULL,24465  `questiontype_id` int(12) NOT NULL,
18827  `question_code` varchar(48) DEFAULT NULL,24466  `question_code` varchar(48) DEFAULT NULL,
18828  `question_text` longtext NOT NULL,24467  `question_text` longtext NOT NULL,
18829  `question_description` longtext,24468  `question_description` longtext,
18830  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',24469  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',
18831  `question_active` tinyint(1) NOT NULL DEFAULT '1'24470  `question_active` tinyint(1) NOT NULL DEFAULT '1'
18832) ENGINE=InnoDB DEFAULT CHARSET=utf8;24471) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1883324472
18834-- --------------------------------------------------------24473-- --------------------------------------------------------
1883524474
18836--24475--
18837-- Table structure for table `evaluations_lu_questiontypes`24476-- Table structure for table `evaluations_lu_questiontypes`
18838--24477--
1883924478
18840CREATE TABLE `evaluations_lu_questiontypes` (24479CREATE TABLE `evaluations_lu_questiontypes` (
18841  `questiontype_id` int(12) NOT NULL,24480  `questiontype_id` int(12) NOT NULL,
18842  `questiontype_shortname` varchar(32) NOT NULL,24481  `questiontype_shortname` varchar(32) NOT NULL,
18843  `questiontype_title` varchar(64) NOT NULL,24482  `questiontype_title` varchar(64) NOT NULL,
18844  `questiontype_description` text NOT NULL,24483  `questiontype_description` text NOT NULL,
18845  `questiontype_active` tinyint(1) NOT NULL DEFAULT '1'24484  `questiontype_active` tinyint(1) NOT NULL DEFAULT '1'
18846) ENGINE=InnoDB DEFAULT CHARSET=utf8;24485) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1884724486
18848--24487--
18849-- Dumping data for table `evaluations_lu_questiontypes`24488-- Dumping data for table `evaluations_lu_questiontypes`
18850--24489--
1885124490
18852INSERT INTO `evaluations_lu_questiontypes` (`questiontype_id`, `questiontype_shortname`, `questiontype_title`, `questiontype_description`, `questiontype_active`) VALUES24491INSERT INTO `evaluations_lu_questiontypes` (`questiontype_id`, `questiontype_shortname`, `questiontype_title`, `questiontype_description`, `questiontype_active`) VALUES
18853(1, 'matrix_single', 'Horizontal Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1),24492(1, 'matrix_single', 'Horizontal Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1),
18854(2, 'descriptive_text', 'Descriptive Text', 'Allows you to add descriptive text information to your evaluation form. This could be instructions or other details relevant to the question or series of questions.', 1),24493(2, 'descriptive_text', 'Descriptive Text', 'Allows you to add descriptive text information to your evaluation form. This could be instructions or other details relevant to the question or series of questions.', 1),
18855(3, 'rubric', 'Rubric', 'The rating scale allows evaluators to rate each question based on the scale you provide, while also providing a short description of the requirements to meet each level on the scale (i.e. Level 1 to 4 of \\\"Professionalism\\\" for an assignment are qualified with what traits the learner is expected to show to meet each level, and while the same scale is used for \\\"Collaborator\\\", the requirements at each level are defined differently).', 1),24494(3, 'rubric', 'Rubric', 'The rating scale allows evaluators to rate each question based on the scale you provide, while also providing a short description of the requirements to meet each level on the scale (i.e. Level 1 to 4 of \\\"Professionalism\\\" for an assignment are qualified with what traits the learner is expected to show to meet each level, and while the same scale is used for \\\"Collaborator\\\", the requirements at each level are defined differently).', 1),
18856(4, 'free_text', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', 1),24495(4, 'free_text', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', 1),
18857(5, 'selectbox', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 1),24496(5, 'selectbox', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 1),
18858(6, 'vertical_matrix', 'Vertical Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1);24497(6, 'vertical_matrix', 'Vertical Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1);
1885924498
18860-- --------------------------------------------------------24499-- --------------------------------------------------------
1886124500
18862--24501--
18863-- Table structure for table `evaluations_lu_question_responses`24502-- Table structure for table `evaluations_lu_question_responses`
18864--24503--
1886524504
18866CREATE TABLE `evaluations_lu_question_responses` (24505CREATE TABLE `evaluations_lu_question_responses` (
18867  `eqresponse_id` int(12) NOT NULL,24506  `eqresponse_id` int(12) NOT NULL,
18868  `efresponse_id` int(12) NOT NULL,24507  `efresponse_id` int(12) NOT NULL,
18869  `equestion_id` int(12) NOT NULL,24508  `equestion_id` int(12) NOT NULL,
18870  `response_text` longtext NOT NULL,24509  `response_text` longtext NOT NULL,
18871  `response_order` tinyint(3) NOT NULL DEFAULT '0',24510  `response_order` tinyint(3) NOT NULL DEFAULT '0',
18872  `response_is_html` tinyint(1) NOT NULL DEFAULT '0',24511  `response_is_html` tinyint(1) NOT NULL DEFAULT '0',
18873  `minimum_passing_level` tinyint(1) NOT NULL DEFAULT '0'24512  `minimum_passing_level` tinyint(1) NOT NULL DEFAULT '0'
18874) ENGINE=InnoDB DEFAULT CHARSET=utf8;24513) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1887524514
18876-- --------------------------------------------------------24515-- --------------------------------------------------------
1887724516
18878--24517--
18879-- Table structure for table `evaluations_lu_question_response_criteria`24518-- Table structure for table `evaluations_lu_question_response_criteria`
18880--24519--
1888124520
18882CREATE TABLE `evaluations_lu_question_response_criteria` (24521CREATE TABLE `evaluations_lu_question_response_criteria` (
18883  `eqrcriteria_id` int(11) UNSIGNED NOT NULL,24522  `eqrcriteria_id` int(11) UNSIGNED NOT NULL,
18884  `eqresponse_id` int(11) DEFAULT NULL,24523  `eqresponse_id` int(11) DEFAULT NULL,
18885  `criteria_text` text24524  `criteria_text` text
18886) ENGINE=InnoDB DEFAULT CHARSET=utf8;24525) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1888724526
18888-- --------------------------------------------------------24527-- --------------------------------------------------------
1888924528
18890--24529--
18891-- Table structure for table `evaluations_lu_response_descriptors`24530-- Table structure for table `evaluations_lu_response_descriptors`
18892--24531--
1889324532
18894CREATE TABLE `evaluations_lu_response_descriptors` (24533CREATE TABLE `evaluations_lu_response_descriptors` (
18895  `erdescriptor_id` int(11) UNSIGNED NOT NULL,24534  `erdescriptor_id` int(11) UNSIGNED NOT NULL,
18896  `organisation_id` int(12) UNSIGNED NOT NULL,24535  `organisation_id` int(12) UNSIGNED NOT NULL,
18897  `descriptor` varchar(256) NOT NULL DEFAULT '',24536  `descriptor` varchar(256) NOT NULL DEFAULT '',
18898  `reportable` tinyint(1) NOT NULL DEFAULT '1',24537  `reportable` tinyint(1) NOT NULL DEFAULT '1',
18899  `order` int(12) NOT NULL,24538  `order` int(12) NOT NULL,
18900  `updated_date` bigint(64) NOT NULL,24539  `updated_date` bigint(64) NOT NULL,
18901  `updated_by` int(12) NOT NULL,24540  `updated_by` int(12) NOT NULL,
18902  `active` tinyint(1) NOT NULL DEFAULT '1'24541  `active` tinyint(1) NOT NULL DEFAULT '1'
18903) ENGINE=InnoDB DEFAULT CHARSET=utf8;24542) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1890424543
18905--24544--
18906-- Dumping data for table `evaluations_lu_response_descriptors`24545-- Dumping data for table `evaluations_lu_response_descriptors`
18907--24546--
1890824547
18909INSERT INTO `evaluations_lu_response_descriptors` (`erdescriptor_id`, `organisation_id`, `descriptor`, `reportable`, `order`, `updated_date`, `updated_by`, `active`) VALUES24548INSERT INTO `evaluations_lu_response_descriptors` (`erdescriptor_id`, `organisation_id`, `descriptor`, `reportable`, `order`, `updated_date`, `updated_by`, `active`) VALUES
18910(1, 1, 'Opportunities for Growth', 1, 1, 1449685604, 1, 1),24549(1, 1, 'Opportunities for Growth', 1, 1, 1449685604, 1, 1),
18911(2, 1, 'Developing', 1, 2, 1449685604, 1, 1),24550(2, 1, 'Developing', 1, 2, 1449685604, 1, 1),
18912(3, 1, 'Achieving', 1, 3, 1449685604, 1, 1),24551(3, 1, 'Achieving', 1, 3, 1449685604, 1, 1),
18913(4, 1, 'Not Applicable', 0, 4, 1449685604, 1, 1);24552(4, 1, 'Not Applicable', 0, 4, 1449685604, 1, 1);
1891424553
18915-- --------------------------------------------------------24554-- --------------------------------------------------------
1891624555
18917--24556--
18918-- Table structure for table `evaluations_lu_rubrics`24557-- Table structure for table `evaluations_lu_rubrics`
18919--24558--
1892024559
18921CREATE TABLE `evaluations_lu_rubrics` (24560CREATE TABLE `evaluations_lu_rubrics` (
18922  `erubric_id` int(11) UNSIGNED NOT NULL,24561  `erubric_id` int(11) UNSIGNED NOT NULL,
18923  `rubric_title` varchar(32) DEFAULT NULL,24562  `rubric_title` varchar(32) DEFAULT NULL,
18924  `rubric_description` text,24563  `rubric_description` text,
18925  `efrubric_id` int(11) DEFAULT NULL24564  `efrubric_id` int(11) DEFAULT NULL
18926) ENGINE=InnoDB DEFAULT CHARSET=utf8;24565) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1892724566
18928-- --------------------------------------------------------24567-- --------------------------------------------------------
1892924568
18930--24569--
18931-- Table structure for table `evaluations_lu_targets`24570-- Table structure for table `evaluations_lu_targets`
18932--24571--
1893324572
18934CREATE TABLE `evaluations_lu_targets` (24573CREATE TABLE `evaluations_lu_targets` (
18935  `target_id` int(11) NOT NULL,24574  `target_id` int(11) NOT NULL,
18936  `target_shortname` varchar(32) NOT NULL,24575  `target_shortname` varchar(32) NOT NULL,
18937  `target_title` varchar(64) NOT NULL,24576  `target_title` varchar(64) NOT NULL,
18938  `target_description` text NOT NULL,24577  `target_description` text NOT NULL,
18939  `target_active` tinyint(1) NOT NULL DEFAULT '1'24578  `target_active` tinyint(1) NOT NULL DEFAULT '1'
18940) ENGINE=InnoDB DEFAULT CHARSET=utf8;24579) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1894124580
18942--24581--
18943-- Dumping data for table `evaluations_lu_targets`24582-- Dumping data for table `evaluations_lu_targets`
18944--24583--
1894524584
18946INSERT INTO `evaluations_lu_targets` (`target_id`, `target_shortname`, `target_title`, `target_description`, `target_active`) VALUES24585INSERT INTO `evaluations_lu_targets` (`target_id`, `target_shortname`, `target_title`, `target_description`, `target_active`) VALUES
18947(1, 'course', 'Course Evaluation', '', 1),24586(1, 'course', 'Course Evaluation', '', 1),
18948(2, 'teacher', 'Teacher Evaluation', '', 1),24587(2, 'teacher', 'Teacher Evaluation', '', 1),
18949(3, 'student', 'Student Assessment', '', 1),24588(3, 'student', 'Student Assessment', '', 1),
18950(4, 'rotation_core', 'Clerkship Core Rotation Evaluation', '', 1),24589(4, 'rotation_core', 'Clerkship Core Rotation Evaluation', '', 1),
18951(5, 'rotation_elective', 'Clerkship Elective Rotation Evaluation', '', 1),24590(5, 'rotation_elective', 'Clerkship Elective Rotation Evaluation', '', 1),
18952(6, 'preceptor', 'Clerkship Preceptor Evaluation', '', 1),24591(6, 'preceptor', 'Clerkship Preceptor Evaluation', '', 1),
18953(7, 'peer', 'Peer Assessment', '', 1),24592(7, 'peer', 'Peer Assessment', '', 1),
18954(8, 'self', 'Self Assessment', '', 1),24593(8, 'self', 'Self Assessment', '', 1),
18955(9, 'resident', 'Patient Encounter Assessment', '', 1);24594(9, 'resident', 'Patient Encounter Assessment', '', 1);
1895624595
18957-- --------------------------------------------------------24596-- --------------------------------------------------------
1895824597
18959--24598--
18960-- Table structure for table `evaluations_related_questions`24599-- Table structure for table `evaluations_related_questions`
18961--24600--
1896224601
18963CREATE TABLE `evaluations_related_questions` (24602CREATE TABLE `evaluations_related_questions` (
18964  `erubric_id` int(11) UNSIGNED NOT NULL,24603  `erubric_id` int(11) UNSIGNED NOT NULL,
18965  `related_equestion_id` int(11) UNSIGNED NOT NULL,24604  `related_equestion_id` int(11) UNSIGNED NOT NULL,
18966  `equestion_id` int(11) UNSIGNED NOT NULL24605  `equestion_id` int(11) UNSIGNED NOT NULL
18967) ENGINE=InnoDB DEFAULT CHARSET=utf8;24606) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1896824607
18969-- --------------------------------------------------------24608-- --------------------------------------------------------
1897024609
18971--24610--
18972-- Table structure for table `evaluation_contacts`24611-- Table structure for table `evaluation_contacts`
18973--24612--
1897424613
18975CREATE TABLE `evaluation_contacts` (24614CREATE TABLE `evaluation_contacts` (
18976  `econtact_id` int(12) NOT NULL,24615  `econtact_id` int(12) NOT NULL,
18977  `evaluation_id` int(12) NOT NULL DEFAULT '0',24616  `evaluation_id` int(12) NOT NULL DEFAULT '0',
18978  `proxy_id` int(12) NOT NULL DEFAULT '0',24617  `proxy_id` int(12) NOT NULL DEFAULT '0',
18979  `contact_role` enum('reviewer','tutor','author') NOT NULL DEFAULT 'reviewer',24618  `contact_role` enum('reviewer','tutor','author') NOT NULL DEFAULT 'reviewer',
18980  `contact_order` int(6) NOT NULL DEFAULT '0',24619  `contact_order` int(6) NOT NULL DEFAULT '0',
18981  `updated_date` bigint(64) NOT NULL DEFAULT '0',24620  `updated_date` bigint(64) NOT NULL DEFAULT '0',
18982  `updated_by` int(12) NOT NULL DEFAULT '0'24621  `updated_by` int(12) NOT NULL DEFAULT '0'
18983) ENGINE=InnoDB DEFAULT CHARSET=utf8;24622) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1898424623
18985-- --------------------------------------------------------24624-- --------------------------------------------------------
1898624625
18987--24626--
18988-- Table structure for table `evaluation_evaluators`24627-- Table structure for table `evaluation_evaluators`
18989--24628--
1899024629
18991CREATE TABLE `evaluation_evaluators` (24630CREATE TABLE `evaluation_evaluators` (
18992  `eevaluator_id` int(12) NOT NULL,24631  `eevaluator_id` int(12) NOT NULL,
18993  `evaluation_id` int(12) NOT NULL,24632  `evaluation_id` int(12) NOT NULL,
18994  `evaluator_type` enum('proxy_id','grad_year','cohort','organisation_id','cgroup_id') NOT NULL DEFAULT 'proxy_id',24633  `evaluator_type` enum('proxy_id','grad_year','cohort','organisation_id','cgroup_id') NOT NULL DEFAULT 'proxy_id',
18995  `evaluator_value` int(12) NOT NULL,24634  `evaluator_value` int(12) NOT NULL,
18996  `updated_date` bigint(64) NOT NULL,24635  `updated_date` bigint(64) NOT NULL,
18997  `updated_by` int(12) NOT NULL24636  `updated_by` int(12) NOT NULL
18998) ENGINE=InnoDB DEFAULT CHARSET=utf8;24637) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1899924638
19000-- --------------------------------------------------------24639-- --------------------------------------------------------
1900124640
19002--24641--
19003-- Table structure for table `evaluation_evaluator_exclusions`24642-- Table structure for table `evaluation_evaluator_exclusions`
19004--24643--
1900524644
19006CREATE TABLE `evaluation_evaluator_exclusions` (24645CREATE TABLE `evaluation_evaluator_exclusions` (
19007  `eeexclusion_id` int(12) NOT NULL,24646  `eeexclusion_id` int(12) NOT NULL,
19008  `evaluation_id` int(12) NOT NULL DEFAULT '0',24647  `evaluation_id` int(12) NOT NULL DEFAULT '0',
19009  `proxy_id` int(12) NOT NULL DEFAULT '0',24648  `proxy_id` int(12) NOT NULL DEFAULT '0',
19010  `updated_date` bigint(64) NOT NULL DEFAULT '0',24649  `updated_date` bigint(64) NOT NULL DEFAULT '0',
19011  `updated_by` int(12) NOT NULL DEFAULT '0'24650  `updated_by` int(12) NOT NULL DEFAULT '0'
19012) ENGINE=InnoDB DEFAULT CHARSET=utf8;24651) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1901324652
19014-- --------------------------------------------------------24653-- --------------------------------------------------------
1901524654
19016--24655--
19017-- Table structure for table `evaluation_forms`24656-- Table structure for table `evaluation_forms`
19018--24657--
1901924658
19020CREATE TABLE `evaluation_forms` (24659CREATE TABLE `evaluation_forms` (
19021  `eform_id` int(12) NOT NULL,24660  `eform_id` int(12) NOT NULL,
19022  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',24661  `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
19023  `target_id` int(12) NOT NULL,24662  `target_id` int(12) NOT NULL,
19024  `form_parent` int(12) NOT NULL,24663  `form_parent` int(12) NOT NULL,
19025  `form_title` varchar(64) NOT NULL,24664  `form_title` varchar(64) NOT NULL,
19026  `form_description` text NOT NULL,24665  `form_description` text NOT NULL,
19027  `form_active` tinyint(1) NOT NULL,24666  `form_active` tinyint(1) NOT NULL,
19028  `updated_date` bigint(64) NOT NULL,24667  `updated_date` bigint(64) NOT NULL,
19029  `updated_by` int(12) NOT NULL24668  `updated_by` int(12) NOT NULL
19030) ENGINE=InnoDB DEFAULT CHARSET=utf8;24669) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1903124670
19032-- --------------------------------------------------------24671-- --------------------------------------------------------
1903324672
19034--24673--
19035-- Table structure for table `evaluation_form_contacts`24674-- Table structure for table `evaluation_form_contacts`
19036--24675--
1903724676
19038CREATE TABLE `evaluation_form_contacts` (24677CREATE TABLE `evaluation_form_contacts` (
19039  `econtact_id` int(12) NOT NULL,24678  `econtact_id` int(12) NOT NULL,
19040  `eform_id` int(12) NOT NULL DEFAULT '0',24679  `eform_id` int(12) NOT NULL DEFAULT '0',
19041  `proxy_id` int(12) NOT NULL DEFAULT '0',24680  `proxy_id` int(12) NOT NULL DEFAULT '0',
19042  `contact_role` enum('reviewer','author') NOT NULL DEFAULT 'author',24681  `contact_role` enum('reviewer','author') NOT NULL DEFAULT 'author',
19043  `contact_order` int(6) NOT NULL DEFAULT '0',24682  `contact_order` int(6) NOT NULL DEFAULT '0',
19044  `updated_date` bigint(64) NOT NULL DEFAULT '0',24683  `updated_date` bigint(64) NOT NULL DEFAULT '0',
19045  `updated_by` int(12) NOT NULL DEFAULT '0'24684  `updated_by` int(12) NOT NULL DEFAULT '0'
19046) ENGINE=InnoDB DEFAULT CHARSET=utf8;24685) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1904724686
19048-- --------------------------------------------------------24687-- --------------------------------------------------------
1904924688
19050--24689--
19051-- Table structure for table `evaluation_form_questions`24690-- Table structure for table `evaluation_form_questions`
19052--24691--
1905324692
19054CREATE TABLE `evaluation_form_questions` (24693CREATE TABLE `evaluation_form_questions` (
19055  `efquestion_id` int(12) NOT NULL,24694  `efquestion_id` int(12) NOT NULL,
19056  `eform_id` int(121) NOT NULL,24695  `eform_id` int(121) NOT NULL,
19057  `equestion_id` int(12) NOT NULL,24696  `equestion_id` int(12) NOT NULL,
19058  `question_order` tinyint(3) NOT NULL DEFAULT '0',24697  `question_order` tinyint(3) NOT NULL DEFAULT '0',
19059  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',24698  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',
19060  `send_threshold_notifications` tinyint(1) NOT NULL DEFAULT '0'24699  `send_threshold_notifications` tinyint(1) NOT NULL DEFAULT '0'
19061) ENGINE=InnoDB DEFAULT CHARSET=utf8;24700) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1906224701
19063-- --------------------------------------------------------24702-- --------------------------------------------------------
1906424703
19065--24704--
19066-- Table structure for table `evaluation_form_question_objectives`24705-- Table structure for table `evaluation_form_question_objectives`
19067--24706--
1906824707
19069CREATE TABLE `evaluation_form_question_objectives` (24708CREATE TABLE `evaluation_form_question_objectives` (
19070  `efqobjective_id` int(12) UNSIGNED NOT NULL,24709  `efqobjective_id` int(12) UNSIGNED NOT NULL,
19071  `efquestion_id` int(12) NOT NULL,24710  `efquestion_id` int(12) NOT NULL,
19072  `objective_id` int(12) NOT NULL,24711  `objective_id` int(12) NOT NULL,
19073  `updated_date` bigint(64) DEFAULT NULL,24712  `updated_date` bigint(64) DEFAULT NULL,
19074  `updated_by` int(12) DEFAULT NULL24713  `updated_by` int(12) DEFAULT NULL
19075) ENGINE=InnoDB DEFAULT CHARSET=utf8;24714) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1907624715
19077-- --------------------------------------------------------24716-- --------------------------------------------------------
1907824717
19079--24718--
19080-- Table structure for table `evaluation_progress`24719-- Table structure for table `evaluation_progress`
19081--24720--
1908224721
19083CREATE TABLE `evaluation_progress` (24722CREATE TABLE `evaluation_progress` (
19084  `eprogress_id` int(12) NOT NULL,24723  `eprogress_id` int(12) NOT NULL,
19085  `evaluation_id` int(12) NOT NULL,24724  `evaluation_id` int(12) NOT NULL,
19086  `etarget_id` int(12) NOT NULL,24725  `etarget_id` int(12) NOT NULL,
19087  `target_record_id` int(11) DEFAULT NULL,24726  `target_record_id` int(11) DEFAULT NULL,
19088  `proxy_id` int(12) NOT NULL,24727  `proxy_id` int(12) NOT NULL,
19089  `progress_value` enum('inprogress','complete','cancelled') NOT NULL DEFAULT 'inprogress',24728  `progress_value` enum('inprogress','complete','cancelled') NOT NULL DEFAULT 'inprogress',
19090  `updated_date` int(11) NOT NULL,24729  `updated_date` int(11) NOT NULL,
19091  `updated_by` int(11) NOT NULL24730  `updated_by` int(11) NOT NULL
19092) ENGINE=InnoDB DEFAULT CHARSET=utf8;24731) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1909324732
19094-- --------------------------------------------------------24733-- --------------------------------------------------------
1909524734
19096--24735--
19097-- Table structure for table `evaluation_progress_clerkship_events`24736-- Table structure for table `evaluation_progress_clerkship_events`
19098--24737--
1909924738
19100CREATE TABLE `evaluation_progress_clerkship_events` (24739CREATE TABLE `evaluation_progress_clerkship_events` (
19101  `epcevent_id` int(11) UNSIGNED NOT NULL,24740  `epcevent_id` int(11) UNSIGNED NOT NULL,
19102  `eprogress_id` int(11) NOT NULL,24741  `eprogress_id` int(11) NOT NULL,
19103  `event_id` int(11) NOT NULL,24742  `event_id` int(11) NOT NULL,
19104  `preceptor_proxy_id` int(11) DEFAULT NULL24743  `preceptor_proxy_id` int(11) DEFAULT NULL
19105) ENGINE=InnoDB DEFAULT CHARSET=utf8;24744) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1910624745
19107-- --------------------------------------------------------24746-- --------------------------------------------------------
1910824747
19109--24748--
19110-- Table structure for table `evaluation_progress_patient_encounters`24749-- Table structure for table `evaluation_progress_patient_encounters`
19111--24750--
1911224751
19113CREATE TABLE `evaluation_progress_patient_encounters` (24752CREATE TABLE `evaluation_progress_patient_encounters` (
19114  `eppencounter_id` int(11) UNSIGNED NOT NULL,24753  `eppencounter_id` int(11) UNSIGNED NOT NULL,
19115  `encounter_name` varchar(255) DEFAULT NULL,24754  `encounter_name` varchar(255) DEFAULT NULL,
19116  `encounter_complexity` tinyint(1) NOT NULL DEFAULT '1'24755  `encounter_complexity` tinyint(1) NOT NULL DEFAULT '1'
19117) ENGINE=InnoDB DEFAULT CHARSET=utf8;24756) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1911824757
19119-- --------------------------------------------------------24758-- --------------------------------------------------------
1912024759
19121--24760--
19122-- Table structure for table `evaluation_question_objectives`24761-- Table structure for table `evaluation_question_objectives`
19123--24762--
1912424763
19125CREATE TABLE `evaluation_question_objectives` (24764CREATE TABLE `evaluation_question_objectives` (
19126  `eqobjective_id` int(12) UNSIGNED NOT NULL,24765  `eqobjective_id` int(12) UNSIGNED NOT NULL,
19127  `equestion_id` int(12) NOT NULL,24766  `equestion_id` int(12) NOT NULL,
19128  `objective_id` int(12) NOT NULL,24767  `objective_id` int(12) NOT NULL,
19129  `updated_date` bigint(64) DEFAULT NULL,24768  `updated_date` bigint(64) DEFAULT NULL,
19130  `updated_by` int(12) DEFAULT NULL24769  `updated_by` int(12) DEFAULT NULL
19131) ENGINE=InnoDB DEFAULT CHARSET=utf8;24770) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1913224771
19133-- --------------------------------------------------------24772-- --------------------------------------------------------
1913424773
19135--24774--
19136-- Table structure for table `evaluation_question_response_descriptors`24775-- Table structure for table `evaluation_question_response_descriptors`
19137--24776--
1913824777
19139CREATE TABLE `evaluation_question_response_descriptors` (24778CREATE TABLE `evaluation_question_response_descriptors` (
19140  `eqrdescriptor_id` int(12) UNSIGNED NOT NULL,24779  `eqrdescriptor_id` int(12) UNSIGNED NOT NULL,
19141  `eqresponse_id` int(12) UNSIGNED NOT NULL,24780  `eqresponse_id` int(12) UNSIGNED NOT NULL,
19142  `erdescriptor_id` int(12) UNSIGNED NOT NULL24781  `erdescriptor_id` int(12) UNSIGNED NOT NULL
19143) ENGINE=InnoDB DEFAULT CHARSET=utf8;24782) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1914424783
19145-- --------------------------------------------------------24784-- --------------------------------------------------------
1914624785
19147--24786--
19148-- Table structure for table `evaluation_requests`24787-- Table structure for table `evaluation_requests`
19149--24788--
1915024789
19151CREATE TABLE `evaluation_requests` (24790CREATE TABLE `evaluation_requests` (
19152  `erequest_id` int(11) UNSIGNED NOT NULL,24791  `erequest_id` int(11) UNSIGNED NOT NULL,
19153  `request_expires` bigint(64) NOT NULL DEFAULT '0',24792  `request_expires` bigint(64) NOT NULL DEFAULT '0',
19154  `request_code` varchar(255) DEFAULT NULL,24793  `request_code` varchar(255) DEFAULT NULL,
19155  `evaluation_id` int(11) DEFAULT NULL,24794  `evaluation_id` int(11) DEFAULT NULL,
19156  `proxy_id` int(11) DEFAULT NULL,24795  `proxy_id` int(11) DEFAULT NULL,
19157  `target_proxy_id` int(11) DEFAULT NULL,24796  `target_proxy_id` int(11) DEFAULT NULL,
19158  `request_created` bigint(64) NOT NULL DEFAULT '0',24797  `request_created` bigint(64) NOT NULL DEFAULT '0',
19159  `request_fulfilled` tinyint(1) NOT NULL DEFAULT '0'24798  `request_fulfilled` tinyint(1) NOT NULL DEFAULT '0'
19160) ENGINE=InnoDB DEFAULT CHARSET=utf8;24799) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1916124800
19162-- --------------------------------------------------------24801-- --------------------------------------------------------
1916324802
19164--24803--
19165-- Table structure for table `evaluation_responses`24804-- Table structure for table `evaluation_responses`
19166--24805--
1916724806
19168CREATE TABLE `evaluation_responses` (24807CREATE TABLE `evaluation_responses` (
19169  `eresponse_id` int(12) NOT NULL,24808  `eresponse_id` int(12) NOT NULL,
19170  `eprogress_id` int(12) NOT NULL,24809  `eprogress_id` int(12) NOT NULL,
19171  `eform_id` int(12) NOT NULL,24810  `eform_id` int(12) NOT NULL,
19172  `proxy_id` int(12) NOT NULL,24811  `proxy_id` int(12) NOT NULL,
19173  `efquestion_id` int(12) NOT NULL,24812  `efquestion_id` int(12) NOT NULL,
19174  `eqresponse_id` int(12) NOT NULL,24813  `eqresponse_id` int(12) NOT NULL,
19175  `comments` text,24814  `comments` text,
19176  `updated_date` bigint(64) NOT NULL,24815  `updated_date` bigint(64) NOT NULL,
19177  `updated_by` int(12) NOT NULL24816  `updated_by` int(12) NOT NULL
19178) ENGINE=InnoDB DEFAULT CHARSET=utf8;24817) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1917924818
19180-- --------------------------------------------------------24819-- --------------------------------------------------------
1918124820
19182--24821--
19183-- Table structure for table `evaluation_rubric_questions`24822-- Table structure for table `evaluation_rubric_questions`
19184--24823--
1918524824
19186CREATE TABLE `evaluation_rubric_questions` (24825CREATE TABLE `evaluation_rubric_questions` (
19187  `efrquestion_id` int(11) UNSIGNED NOT NULL,24826  `efrquestion_id` int(11) UNSIGNED NOT NULL,
19188  `erubric_id` int(11) DEFAULT NULL,24827  `erubric_id` int(11) DEFAULT NULL,
19189  `equestion_id` int(11) DEFAULT NULL,24828  `equestion_id` int(11) DEFAULT NULL,
19190  `question_order` int(3) NOT NULL DEFAULT '0'24829  `question_order` int(3) NOT NULL DEFAULT '0'
19191) ENGINE=InnoDB DEFAULT CHARSET=utf8;24830) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1919224831
19193-- --------------------------------------------------------24832-- --------------------------------------------------------
1919424833
19195--24834--
19196-- Table structure for table `evaluation_targets`24835-- Table structure for table `evaluation_targets`
19197--24836--
1919824837
19199CREATE TABLE `evaluation_targets` (24838CREATE TABLE `evaluation_targets` (
19200  `etarget_id` int(12) NOT NULL,24839  `etarget_id` int(12) NOT NULL,
19201  `evaluation_id` int(12) NOT NULL,24840  `evaluation_id` int(12) NOT NULL,
19202  `target_id` int(11) NOT NULL,24841  `target_id` int(11) NOT NULL,
19203  `target_value` int(12) NOT NULL,24842  `target_value` int(12) NOT NULL,
19204  `target_type` varchar(24) NOT NULL DEFAULT 'course_id',24843  `target_type` varchar(24) NOT NULL DEFAULT 'course_id',
19205  `target_active` tinyint(1) NOT NULL DEFAULT '1',24844  `target_active` tinyint(1) NOT NULL DEFAULT '1',
19206  `updated_date` bigint(64) NOT NULL,24845  `updated_date` bigint(64) NOT NULL,
19207  `updated_by` int(12) NOT NULL24846  `updated_by` int(12) NOT NULL
19208) ENGINE=InnoDB DEFAULT CHARSET=utf8;24847) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1920924848
19210-- --------------------------------------------------------24849-- --------------------------------------------------------
1921124850
19212--24851--
19213-- Table structure for table `events`24852-- Table structure for table `events`
19214--24853--
1921524854
19216CREATE TABLE `events` (24855CREATE TABLE `events` (
19217  `event_id` int(12) NOT NULL,24856  `event_id` int(12) NOT NULL,
19218  `parent_id` int(12) DEFAULT NULL,24857  `parent_id` int(12) DEFAULT NULL,
19219  `event_children` int(12) DEFAULT NULL,24858  `event_children` int(12) DEFAULT NULL,
19220  `recurring_id` int(12) DEFAULT '0',24859  `recurring_id` int(12) DEFAULT '0',
19221  `region_id` int(12) DEFAULT '0',24860  `region_id` int(12) DEFAULT '0',
19222  `course_id` int(12) NOT NULL DEFAULT '0',24861  `course_id` int(12) NOT NULL DEFAULT '0',
19223  `cperiod_id` int(12) DEFAULT NULL,24862  `cperiod_id` int(12) DEFAULT NULL,
19224  `cunit_id` int(11) UNSIGNED DEFAULT NULL,24863  `cunit_id` int(11) UNSIGNED DEFAULT NULL,
19225  `event_phase` varchar(12) DEFAULT NULL,24864  `event_phase` varchar(12) DEFAULT NULL,
19226  `event_title` varchar(255) NOT NULL,24865  `event_title` varchar(255) NOT NULL,
19227  `event_description` text,24866  `event_description` text,
19228  `include_parent_description` tinyint(1) NOT NULL DEFAULT '1',24867  `include_parent_description` tinyint(1) NOT NULL DEFAULT '1',
19229  `event_goals` text,24868  `event_goals` text,
19230  `event_objectives` text,24869  `event_objectives` text,
19231  `keywords_hidden` int(1) DEFAULT '0',24870  `keywords_hidden` int(1) DEFAULT '0',
19232  `keywords_release_date` bigint(64) DEFAULT '0',24871  `keywords_release_date` bigint(64) DEFAULT '0',
19233  `objectives_release_date` bigint(64) DEFAULT '0',24872  `objectives_release_date` bigint(64) DEFAULT '0',
19234  `event_message` text,24873  `event_message` text,
19235  `include_parent_message` tinyint(1) NOT NULL DEFAULT '1',24874  `include_parent_message` tinyint(1) NOT NULL DEFAULT '1',
19236  `is_tbl` tinyint(1) DEFAULT '0',24875  `is_tbl` tinyint(1) DEFAULT '0',
19237  `event_location` varchar(150) DEFAULT NULL,24876  `event_location` varchar(150) DEFAULT NULL,
19238  `room_id` int(11) UNSIGNED DEFAULT NULL,24877  `room_id` int(11) UNSIGNED DEFAULT NULL,
19239  `capture_enabled` tinyint(1) DEFAULT NULL,24878  `capture_enabled` tinyint(1) DEFAULT NULL,
19240  `create_capture_resource` tinyint(1) DEFAULT NULL,24879  `create_capture_resource` tinyint(1) DEFAULT NULL,
19241  `event_start` bigint(64) NOT NULL,24880  `event_start` bigint(64) NOT NULL,
19242  `event_finish` bigint(64) NOT NULL,24881  `event_finish` bigint(64) NOT NULL,
19243  `session_links` text,24882  `session_links` text,
19244  `event_duration` int(64) NOT NULL,24883  `event_duration` int(64) NOT NULL,
19245  `custom_end_date` tinyint(1) DEFAULT '0',24884  `custom_end_date` tinyint(1) DEFAULT '0',
19246  `attendance_required` tinyint(1) NOT NULL DEFAULT '1',24885  `attendance_required` tinyint(1) NOT NULL DEFAULT '1',
19247  `location_attendance` tinyint(1) DEFAULT '0',24886  `location_attendance` tinyint(1) DEFAULT '0',
19248  `release_date` bigint(64) NOT NULL,24887  `release_date` bigint(64) NOT NULL,
19249  `release_until` bigint(64) NOT NULL,24888  `release_until` bigint(64) NOT NULL,
19250  `audience_visible` tinyint(1) NOT NULL DEFAULT '1',24889  `audience_visible` tinyint(1) NOT NULL DEFAULT '1',
19251  `event_color` varchar(20) DEFAULT NULL,24890  `event_color` varchar(20) DEFAULT NULL,
19252  `microsoft_teams_enabled` tinyint(1) DEFAULT '0',24891  `microsoft_teams_enabled` tinyint(1) DEFAULT '0',
19253  `draft_id` int(11) DEFAULT NULL,24892  `draft_id` int(11) DEFAULT NULL,
19254  `updated_date` bigint(64) NOT NULL,24893  `updated_date` bigint(64) NOT NULL,
19255  `updated_by` int(12) NOT NULL,24894  `updated_by` int(12) NOT NULL,
19256  `room_reservation_id` varchar(10) DEFAULT NULL24895  `room_reservation_id` varchar(10) DEFAULT NULL
19257) ENGINE=InnoDB DEFAULT CHARSET=utf8;24896) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1925824897
19259--24898--
19260-- Dumping data for table `events`24899-- Dumping data for table `events`
19261--24900--
1926224901
19263INSERT INTO `events` (`event_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `capture_enabled`, `create_capture_resource`, `event_start`, `event_finish`, `session_links`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `release_date`, `release_until`, `audience_visible`, `event_color`, `microsoft_teams_enabled`, `draft_id`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES24902INSERT INTO `events` (`event_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `capture_enabled`, `create_capture_resource`, `event_start`, `event_finish`, `session_links`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `release_date`, `release_until`, `audience_visible`, `event_color`, `microsoft_teams_enabled`, `draft_id`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES
19264(1, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24903(1, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19265(2, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event at Fixed Time', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1644974420, 1644984420, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24904(2, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event at Fixed Time', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1644974420, 1644984420, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19266(3, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, 'Test Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24905(3, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, 'Test Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19267(4, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event 4', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL),24906(4, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event 4', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL),
19268(5, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Exam Event', 'An event for an exam including only Jane', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL),24907(5, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Exam Event', 'An event for an exam including only Jane', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL),
19269(6, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Inherit_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24908(6, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Inherit_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19270(7, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'override_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#ffc200', NULL, NULL, 1685381586, 1, NULL),24909(7, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'override_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#ffc200', NULL, NULL, 1685381586, 1, NULL),
19271(8, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'Inherit_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24910(8, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'Inherit_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19272(9, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'override_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#e05a2b', NULL, NULL, 1685381586, 1, NULL),24911(9, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'override_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#e05a2b', NULL, NULL, 1685381586, 1, NULL),
19273(10, NULL, NULL, NULL, NULL, 1, 6, NULL, NULL, 'Test event - individually added student', 'An event to test exam post audience list', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24912(10, NULL, NULL, NULL, NULL, 1, 6, NULL, NULL, 'Test event - individually added student', 'An event to test exam post audience list', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19274(11, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'An event to test pool absence/attendance', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685377986, 1685385186, NULL, 120, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24913(11, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'An event to test pool absence/attendance', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685377986, 1685385186, NULL, 120, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19275(12, NULL, NULL, NULL, NULL, 9, 12, NULL, NULL, 'AAMC Event I', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24914(12, NULL, NULL, NULL, NULL, 9, 12, NULL, NULL, 'AAMC Event I', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19276(13, NULL, NULL, NULL, NULL, 10, 18, NULL, NULL, 'AAMC Event II', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24915(13, NULL, NULL, NULL, NULL, 10, 18, NULL, NULL, 'AAMC Event II', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19277(14, NULL, NULL, NULL, NULL, 11, 22, NULL, NULL, 'AAMC Event III', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24916(14, NULL, NULL, NULL, NULL, 11, 22, NULL, NULL, 'AAMC Event III', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19278(15, NULL, NULL, NULL, NULL, 12, 30, NULL, NULL, 'AAMC Event IV', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24917(15, NULL, NULL, NULL, NULL, 12, 30, NULL, NULL, 'AAMC Event IV', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19279(16, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Past Event with Custom Audience', 'OPS-1211/1817/926', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684175586, 1684179186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24918(16, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Past Event with Custom Audience', 'OPS-1211/1817/926', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684175586, 1684179186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19280(17, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Lecture Capture Enabled Event', 'For testing lecture capture functionality.', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', 1, 1, NULL, 1685388786, 1685392386, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24919(17, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Lecture Capture Enabled Event', 'For testing lecture capture functionality.', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', 1, 1, NULL, 1685388786, 1685392386, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19281(18, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24920(18, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19282(19, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 2', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL),24921(19, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 2', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL),
19283(20, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL),24922(20, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL),
19284(21, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Future Event With Custom Audience', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1686072786, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24923(21, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Future Event With Custom Audience', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1686072786, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19285(22, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 'Course Unit Event', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685467986, 1685471586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24924(22, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 'Course Unit Event', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685467986, 1685471586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19286(23, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24925(23, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19287(24, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Events with deletable curriculum track', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24926(24, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Events with deletable curriculum track', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19288(25, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 0, NULL, 60, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24927(25, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 0, NULL, 60, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19289(26, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Event with child events', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24928(26, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Event with child events', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19290(27, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event one', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24929(27, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event one', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19291(28, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event two', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24930(28, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event two', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19292(29, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event with a course group audience', 'The audience of this event is a course group', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684949586, 0, NULL, 60, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),24931(29, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event with a course group audience', 'The audience of this event is a course group', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684949586, 0, NULL, 60, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL),
19293(30, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event for TBL exam', 'The audience of this event is a course group and used for TBL', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 1, '', NULL, NULL, NULL, 1685381586, 0, NULL, 180, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL);24932(30, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event for TBL exam', 'The audience of this event is a course group and used for TBL', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 1, '', NULL, NULL, NULL, 1685381586, 0, NULL, 180, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL);
1929424933
19295-- --------------------------------------------------------24934-- --------------------------------------------------------
1929624935
19297--24936--
19298-- Table structure for table `events_exchange_metadata`24937-- Table structure for table `events_exchange_metadata`
19299--24938--
1930024939
19301CREATE TABLE `events_exchange_metadata` (24940CREATE TABLE `events_exchange_metadata` (
19302  `id` int(11) UNSIGNED NOT NULL,24941  `id` int(11) UNSIGNED NOT NULL,
19303  `event_id` int(12) DEFAULT NULL,24942  `event_id` int(12) DEFAULT NULL,
19304  `microsoft_event_id` text,24943  `microsoft_event_id` text,
19305  `microsoft_group_id` varchar(36) DEFAULT NULL,24944  `microsoft_group_id` varchar(36) DEFAULT NULL,
19306  `meeting_url` text,24945  `meeting_url` text,
19307  `last_sync` bigint(64) DEFAULT NULL24946  `last_sync` bigint(64) DEFAULT NULL
19308) ENGINE=InnoDB DEFAULT CHARSET=latin1;24947) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1930924948
19310-- --------------------------------------------------------24949-- --------------------------------------------------------
1931124950
19312--24951--
19313-- Table structure for table `events_lu_eventtypes`24952-- Table structure for table `events_lu_eventtypes`
19314--24953--
1931524954
19316CREATE TABLE `events_lu_eventtypes` (24955CREATE TABLE `events_lu_eventtypes` (
19317  `eventtype_id` int(12) NOT NULL,24956  `eventtype_id` int(12) NOT NULL,
19318  `eventtype_title` varchar(64) DEFAULT NULL,24957  `eventtype_title` varchar(64) DEFAULT NULL,
19319  `eventtype_description` text NOT NULL,24958  `eventtype_description` text NOT NULL,
19320  `eventtype_active` int(1) NOT NULL DEFAULT '1',24959  `eventtype_active` int(1) NOT NULL DEFAULT '1',
19321  `eventtype_order` int(6) NOT NULL,24960  `eventtype_order` int(6) NOT NULL,
19322  `eventtype_default_enrollment` varchar(50) DEFAULT NULL,24961  `eventtype_default_enrollment` varchar(50) DEFAULT NULL,
19323  `eventtype_report_calculation` float(12,1) DEFAULT '1.0',24962  `eventtype_report_calculation` float(12,1) DEFAULT '1.0',
19324  `eventtype_report_calculation_learner` float(12,1) DEFAULT '1.0',24963  `eventtype_report_calculation_learner` float(12,1) DEFAULT '1.0',
19325  `updated_date` bigint(64) NOT NULL,24964  `updated_date` bigint(64) NOT NULL,
19326  `updated_by` int(12) NOT NULL24965  `updated_by` int(12) NOT NULL
19327) ENGINE=InnoDB DEFAULT CHARSET=utf8;24966) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1932824967
19329--24968--
19330-- Dumping data for table `events_lu_eventtypes`24969-- Dumping data for table `events_lu_eventtypes`
19331--24970--
1933224971
19333INSERT INTO `events_lu_eventtypes` (`eventtype_id`, `eventtype_title`, `eventtype_description`, `eventtype_active`, `eventtype_order`, `eventtype_default_enrollment`, `eventtype_report_calculation`, `eventtype_report_calculation_learner`, `updated_date`, `updated_by`) VALUES24972INSERT INTO `events_lu_eventtypes` (`eventtype_id`, `eventtype_title`, `eventtype_description`, `eventtype_active`, `eventtype_order`, `eventtype_default_enrollment`, `eventtype_report_calculation`, `eventtype_report_calculation_learner`, `updated_date`, `updated_by`) VALUES
19334(1, 'Lecture', 'Faculty member speaks to a whole group of students for the session. Ideally, the lecture is interactive, with brief student activities to apply learning within the talk or presentation. The focus, however, is on the faculty member speaking or presenting to a group of students.', 1, 0, NULL, NULL, 1.0, 1250877835, 1),24973(1, 'Lecture', 'Faculty member speaks to a whole group of students for the session. Ideally, the lecture is interactive, with brief student activities to apply learning within the talk or presentation. The focus, however, is on the faculty member speaking or presenting to a group of students.', 1, 0, NULL, NULL, 1.0, 1250877835, 1),
19335(2, 'Lab', 'In this session, practical learning, activity and demonstration take place, usually with specialized equipment, materials or methods and related to a class, or unit of teaching.', 1, 1, NULL, NULL, 1.0, 1250877835, 1),24974(2, 'Lab', 'In this session, practical learning, activity and demonstration take place, usually with specialized equipment, materials or methods and related to a class, or unit of teaching.', 1, 1, NULL, NULL, 1.0, 1250877835, 1),
19336(3, 'Small Group', 'In the session, students in small groups work on specific questions, problems, or tasks related to a topic or a case, using discussion and investigation. Faculty member facilitates. May occur in:\r\n<ul>\r\n<li><strong>Expanded Clinical Skills:</strong> demonstrations and practice of clinical approaches and assessments occur with students in small groups of 25 or fewer.</li>\r\n<li><strong>Team Based Learning Method:</strong> students are in pre-selected groups for the term to work on directed activities, often case-based. One-two faculty facilitate with all 100 students in small teams.</li>\r\n<li><strong>Peer Instruction:</strong> students work in partners on specific application activities throughout the session.</li>\r\n<li><strong>Seminars:</strong> Students are in small groups each with a faculty tutor or mentor to facilitate or coach each small group. Students are active in these groups, either sharing new information, working on tasks, cases, or problems. etc. This may include Problem Based Learning as a strategy where students research and explore aspects to solve issues raised by the case with faculty facilitating. Tutorials may also be incorporated here.</li>\r\n<li><strong>Clinical Skills:</strong> Students in the Clinical and Communication Skills courses work in small groups on specific tasks that allow application of clinical skills.</li>\r\n</ul>', 1, 2, NULL, NULL, 1.0, 1219434863, 1),24975(3, 'Small Group', 'In the session, students in small groups work on specific questions, problems, or tasks related to a topic or a case, using discussion and investigation. Faculty member facilitates. May occur in:\r\n<ul>\r\n<li><strong>Expanded Clinical Skills:</strong> demonstrations and practice of clinical approaches and assessments occur with students in small groups of 25 or fewer.</li>\r\n<li><strong>Team Based Learning Method:</strong> students are in pre-selected groups for the term to work on directed activities, often case-based. One-two faculty facilitate with all 100 students in small teams.</li>\r\n<li><strong>Peer Instruction:</strong> students work in partners on specific application activities throughout the session.</li>\r\n<li><strong>Seminars:</strong> Students are in small groups each with a faculty tutor or mentor to facilitate or coach each small group. Students are active in these groups, either sharing new information, working on tasks, cases, or problems. etc. This may include Problem Based Learning as a strategy where students research and explore aspects to solve issues raised by the case with faculty facilitating. Tutorials may also be incorporated here.</li>\r\n<li><strong>Clinical Skills:</strong> Students in the Clinical and Communication Skills courses work in small groups on specific tasks that allow application of clinical skills.</li>\r\n</ul>', 1, 2, NULL, NULL, 1.0, 1219434863, 1),
19337(4, 'Patient Contact Session', 'The focus of the session is on the patient(s) who will be present to answer students\' and/or professor\'s questions and/or to offer a narrative about their life with a condition, or as a member of a specific population. Medical Science Rounds are one example.', 1, 4, NULL, NULL, 1.0, 1219434863, 1),24976(4, 'Patient Contact Session', 'The focus of the session is on the patient(s) who will be present to answer students\' and/or professor\'s questions and/or to offer a narrative about their life with a condition, or as a member of a specific population. Medical Science Rounds are one example.', 1, 4, NULL, NULL, 1.0, 1219434863, 1),
19338(5, 'Symposium / Student Presentation', 'For one or more hours, a variety of speakers, including students, present on topics to teach about current issues, research, etc.', 1, 6, NULL, NULL, 1.0, 1219434863, 1),24977(5, 'Symposium / Student Presentation', 'For one or more hours, a variety of speakers, including students, present on topics to teach about current issues, research, etc.', 1, 6, NULL, NULL, 1.0, 1219434863, 1),
19339(6, 'Directed Independent Learning', 'Students work independently (in groups or on their own) outside of class sessions on specific tasks to acquire knowledge, and develop enquiry and critical evaluation skills, with time allocated into the timetable. Directed Independent Student Learning may include learning through interactive online modules, online quizzes, working on larger independent projects (such as Community Based Projects or Critical Enquiry), or completing reflective, research or other types of papers and reports. While much student independent learning is done on the students own time, for homework, in this case, directed student time is built into the timetable as a specific session and linked directly to other learning in the course.', 1, 3, NULL, NULL, 1.0, 1219434863, 1),24978(6, 'Directed Independent Learning', 'Students work independently (in groups or on their own) outside of class sessions on specific tasks to acquire knowledge, and develop enquiry and critical evaluation skills, with time allocated into the timetable. Directed Independent Student Learning may include learning through interactive online modules, online quizzes, working on larger independent projects (such as Community Based Projects or Critical Enquiry), or completing reflective, research or other types of papers and reports. While much student independent learning is done on the students own time, for homework, in this case, directed student time is built into the timetable as a specific session and linked directly to other learning in the course.', 1, 3, NULL, NULL, 1.0, 1219434863, 1),
19340(7, 'Review / Feedback Session', 'In this session faculty help students to prepare for future learning and assessment through de-briefing about previous learning in a quiz or assignment, through reviewing a week or more of learning, or through reviewing at the end of a course to prepare for summative examination.', 1, 5, NULL, NULL, 1.0, 1219434863, 1),24979(7, 'Review / Feedback Session', 'In this session faculty help students to prepare for future learning and assessment through de-briefing about previous learning in a quiz or assignment, through reviewing a week or more of learning, or through reviewing at the end of a course to prepare for summative examination.', 1, 5, NULL, NULL, 1.0, 1219434863, 1),
19341(8, 'Examination', 'Scheduled course examination time, including mid-term as well as final examinations. <strong>Please Note:</strong> These will be identified only by the Curricular Coordinators in the timetable.', 1, 7, NULL, NULL, 1.0, 1219434863, 1),24980(8, 'Examination', 'Scheduled course examination time, including mid-term as well as final examinations. <strong>Please Note:</strong> These will be identified only by the Curricular Coordinators in the timetable.', 1, 7, NULL, NULL, 1.0, 1219434863, 1),
19342(9, 'Clerkship Seminars', 'Case-based, small-group sessions emphasizing more advanced and integrative topics. Students draw upon their clerkship experience with patients and healthcare teams to participate and interact with the faculty whose role is to facilitate the discussion.', 1, 8, NULL, NULL, 1.0, 1250878869, 1),24981(9, 'Clerkship Seminars', 'Case-based, small-group sessions emphasizing more advanced and integrative topics. Students draw upon their clerkship experience with patients and healthcare teams to participate and interact with the faculty whose role is to facilitate the discussion.', 1, 8, NULL, NULL, 1.0, 1250878869, 1),
19343(10, 'Other', 'These are sessions that are not a part of the UGME curriculum but are recorded in MEdTech Central. Examples may be: Course Evaluation sessions, MD Management. NOTE: these will be identified only by the Curricular Coordinators in the timetable.', 1, 9, NULL, NULL, 1.0, 1250878869, 1);24982(10, 'Other', 'These are sessions that are not a part of the UGME curriculum but are recorded in MEdTech Central. Examples may be: Course Evaluation sessions, MD Management. NOTE: these will be identified only by the Curricular Coordinators in the timetable.', 1, 9, NULL, NULL, 1.0, 1250878869, 1);
1934424983
19345-- --------------------------------------------------------24984-- --------------------------------------------------------
1934624985
19347--24986--
19348-- Table structure for table `events_lu_objectives`24987-- Table structure for table `events_lu_objectives`
19349--24988--
1935024989
19351CREATE TABLE `events_lu_objectives` (24990CREATE TABLE `events_lu_objectives` (
19352  `objective_id` int(12) NOT NULL,24991  `objective_id` int(12) NOT NULL,
19353  `objective_name` varchar(60) NOT NULL,24992  `objective_name` varchar(60) NOT NULL,
19354  `objective_description` text,24993  `objective_description` text,
19355  `objective_order` int(12) NOT NULL DEFAULT '0',24994  `objective_order` int(12) NOT NULL DEFAULT '0',
19356  `updated_date` bigint(64) NOT NULL,24995  `updated_date` bigint(64) NOT NULL,
19357  `updated_by` int(12) NOT NULL24996  `updated_by` int(12) NOT NULL
19358) ENGINE=InnoDB DEFAULT CHARSET=utf8;24997) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1935924998
19360-- --------------------------------------------------------24999-- --------------------------------------------------------
1936125000
19362--25001--
19363-- Table structure for table `events_lu_resources`25002-- Table structure for table `events_lu_resources`
19364--25003--
1936525004
19366CREATE TABLE `events_lu_resources` (25005CREATE TABLE `events_lu_resources` (
19367  `resource_id` int(11) UNSIGNED NOT NULL,25006  `resource_id` int(11) UNSIGNED NOT NULL,
19368  `organisation_id` int(11) DEFAULT '0',25007  `organisation_id` int(11) DEFAULT '0',
19369  `resource` varchar(250) NOT NULL DEFAULT '',25008  `resource` varchar(250) NOT NULL DEFAULT '',
19370  `description` text,25009  `description` text,
19371  `updated_date` bigint(64) NOT NULL,25010  `updated_date` bigint(64) NOT NULL,
19372  `updated_by` int(11) NOT NULL,25011  `updated_by` int(11) NOT NULL,
19373  `active` tinyint(1) NOT NULL DEFAULT '1'25012  `active` tinyint(1) NOT NULL DEFAULT '1'
19374) ENGINE=InnoDB DEFAULT CHARSET=utf8;25013) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1937525014
19376-- --------------------------------------------------------25015-- --------------------------------------------------------
1937725016
19378--25017--
19379-- Table structure for table `events_lu_topics`25018-- Table structure for table `events_lu_topics`
19380--25019--
1938125020
19382CREATE TABLE `events_lu_topics` (25021CREATE TABLE `events_lu_topics` (
19383  `topic_id` int(12) NOT NULL,25022  `topic_id` int(12) NOT NULL,
19384  `topic_name` varchar(60) NOT NULL,25023  `topic_name` varchar(60) NOT NULL,
19385  `topic_description` text,25024  `topic_description` text,
19386  `topic_type` enum('ed10','ed11','other') NOT NULL DEFAULT 'other',25025  `topic_type` enum('ed10','ed11','other') NOT NULL DEFAULT 'other',
19387  `updated_date` bigint(64) NOT NULL,25026  `updated_date` bigint(64) NOT NULL,
19388  `updated_by` int(12) NOT NULL25027  `updated_by` int(12) NOT NULL
19389) ENGINE=InnoDB DEFAULT CHARSET=utf8;25028) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1939025029
19391-- --------------------------------------------------------25030-- --------------------------------------------------------
1939225031
19393--25032--
19394-- Table structure for table `events_meta`25033-- Table structure for table `events_meta`
19395--25034--
1939625035
19397CREATE TABLE `events_meta` (25036CREATE TABLE `events_meta` (
19398  `meta_id` int(12) UNSIGNED NOT NULL,25037  `meta_id` int(12) UNSIGNED NOT NULL,
19399  `meta_parent_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'This is an advanced feature for representing hierarchical trees of metadata',25038  `meta_parent_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'This is an advanced feature for representing hierarchical trees of metadata',
19400  `event_id` int(12) NOT NULL,25039  `event_id` int(12) NOT NULL,
19401  `key` varchar(255) NOT NULL,25040  `key` varchar(255) NOT NULL,
19402  `value` longtext25041  `value` longtext
19403) ENGINE=InnoDB DEFAULT CHARSET=utf8;25042) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1940425043
19405-- --------------------------------------------------------25044-- --------------------------------------------------------
1940625045
19407--25046--
19408-- Table structure for table `events_recurring`25047-- Table structure for table `events_recurring`
19409--25048--
1941025049
19411CREATE TABLE `events_recurring` (25050CREATE TABLE `events_recurring` (
19412  `recurring_id` int(12) NOT NULL,25051  `recurring_id` int(12) NOT NULL,
19413  `recurring_date` bigint(64) NOT NULL,25052  `recurring_date` bigint(64) NOT NULL,
19414  `recurring_until` bigint(64) NOT NULL,25053  `recurring_until` bigint(64) NOT NULL,
19415  `recurring_type` enum('daily','weekly','monthly','yearly') NOT NULL,25054  `recurring_type` enum('daily','weekly','monthly','yearly') NOT NULL,
19416  `recurring_frequency` int(12) NOT NULL,25055  `recurring_frequency` int(12) NOT NULL,
19417  `recurring_number` int(12) NOT NULL,25056  `recurring_number` int(12) NOT NULL,
19418  `updated_date` bigint(64) NOT NULL,25057  `updated_date` bigint(64) NOT NULL,
19419  `updated_by` int(12) NOT NULL25058  `updated_by` int(12) NOT NULL
19420) ENGINE=InnoDB DEFAULT CHARSET=utf8;25059) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1942125060
19422-- --------------------------------------------------------25061-- --------------------------------------------------------
1942325062
19424--25063--
19425-- Table structure for table `events_tbl_audience_status`25064-- Table structure for table `events_tbl_audience_status`
19426--25065--
1942725066
19428CREATE TABLE `events_tbl_audience_status` (25067CREATE TABLE `events_tbl_audience_status` (
19429  `status_id` int(11) UNSIGNED NOT NULL,25068  `status_id` int(11) UNSIGNED NOT NULL,
19430  `cgroup_id` int(11) DEFAULT NULL,25069  `cgroup_id` int(11) DEFAULT NULL,
19431  `exam_post_id` int(11) UNSIGNED NOT NULL,25070  `exam_post_id` int(11) UNSIGNED NOT NULL,
19432  `proxy_id` int(11) NOT NULL,25071  `proxy_id` int(11) NOT NULL,
19433  `status` varchar(25) DEFAULT NULL,25072  `status` varchar(25) DEFAULT NULL,
19434  `created_date` bigint(64) DEFAULT NULL,25073  `created_date` bigint(64) DEFAULT NULL,
19435  `updated_date` bigint(64) DEFAULT NULL25074  `updated_date` bigint(64) DEFAULT NULL
19436) ENGINE=InnoDB DEFAULT CHARSET=latin1;25075) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1943725076
19438-- --------------------------------------------------------25077-- --------------------------------------------------------
1943925078
19440--25079--
19441-- Table structure for table `eventtype_medbiq_assessment_method`25080-- Table structure for table `eventtype_medbiq_assessment_method`
19442--25081--
1944325082
19444CREATE TABLE `eventtype_medbiq_assessment_method` (25083CREATE TABLE `eventtype_medbiq_assessment_method` (
19445  `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL,25084  `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL,
19446  `eventtype_id` int(12) NOT NULL DEFAULT '0',25085  `eventtype_id` int(12) NOT NULL DEFAULT '0',
19447  `medbiq_assessment_method_id` int(12) NOT NULL DEFAULT '0',25086  `medbiq_assessment_method_id` int(12) NOT NULL DEFAULT '0',
19448  `updated_date` bigint(64) DEFAULT NULL,25087  `updated_date` bigint(64) DEFAULT NULL,
19449  `updated_by` int(11) DEFAULT NULL,25088  `updated_by` int(11) DEFAULT NULL,
19450  `created_date` bigint(64) DEFAULT NULL,25089  `created_date` bigint(64) DEFAULT NULL,
19451  `created_by` int(11) DEFAULT NULL,25090  `created_by` int(11) DEFAULT NULL,
19452  `deleted_date` bigint(64) DEFAULT NULL25091  `deleted_date` bigint(64) DEFAULT NULL
19453) ENGINE=InnoDB DEFAULT CHARSET=utf8;25092) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1945425093
19455-- --------------------------------------------------------25094-- --------------------------------------------------------
1945625095
19457--25096--
19458-- Table structure for table `eventtype_medbiq_resource`25097-- Table structure for table `eventtype_medbiq_resource`
19459--25098--
1946025099
19461CREATE TABLE `eventtype_medbiq_resource` (25100CREATE TABLE `eventtype_medbiq_resource` (
19462  `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL,25101  `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL,
19463  `eventtype_id` int(12) NOT NULL DEFAULT '0',25102  `eventtype_id` int(12) NOT NULL DEFAULT '0',
19464  `medbiq_resource_id` int(12) NOT NULL DEFAULT '0',25103  `medbiq_resource_id` int(12) NOT NULL DEFAULT '0',
19465  `updated_date` bigint(64) DEFAULT NULL,25104  `updated_date` bigint(64) DEFAULT NULL,
19466  `updated_by` int(11) DEFAULT NULL,25105  `updated_by` int(11) DEFAULT NULL,
19467  `created_date` bigint(64) DEFAULT NULL,25106  `created_date` bigint(64) DEFAULT NULL,
19468  `created_by` int(11) DEFAULT NULL,25107  `created_by` int(11) DEFAULT NULL,
19469  `deleted_date` bigint(64) DEFAULT NULL25108  `deleted_date` bigint(64) DEFAULT NULL
19470) ENGINE=InnoDB DEFAULT CHARSET=utf8;25109) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1947125110
19472-- --------------------------------------------------------25111-- --------------------------------------------------------
1947325112
19474--25113--
19475-- Table structure for table `eventtype_organisation`25114-- Table structure for table `eventtype_organisation`
19476--25115--
1947725116
19478CREATE TABLE `eventtype_organisation` (25117CREATE TABLE `eventtype_organisation` (
19479  `eventtype_id` int(12) NOT NULL,25118  `eventtype_id` int(12) NOT NULL,
19480  `organisation_id` int(12) NOT NULL,25119  `organisation_id` int(12) NOT NULL,
19481  `eventtype_color` varchar(20) DEFAULT NULL25120  `eventtype_color` varchar(20) DEFAULT NULL
19482) ENGINE=InnoDB DEFAULT CHARSET=utf8;25121) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1948325122
19484--25123--
19485-- Dumping data for table `eventtype_organisation`25124-- Dumping data for table `eventtype_organisation`
19486--25125--
1948725126
19488INSERT INTO `eventtype_organisation` (`eventtype_id`, `organisation_id`, `eventtype_color`) VALUES25127INSERT INTO `eventtype_organisation` (`eventtype_id`, `organisation_id`, `eventtype_color`) VALUES
19489(1, 1, NULL),25128(1, 1, NULL),
19490(2, 1, NULL),25129(2, 1, NULL),
19491(3, 1, NULL),25130(3, 1, NULL),
19492(4, 1, NULL),25131(4, 1, NULL),
19493(5, 1, NULL),25132(5, 1, NULL),
19494(6, 1, NULL),25133(6, 1, NULL),
19495(7, 1, NULL),25134(7, 1, NULL),
19496(8, 1, NULL),25135(8, 1, NULL),
19497(9, 1, NULL),25136(9, 1, NULL),
19498(10, 1, NULL);25137(10, 1, NULL);
1949925138
19500-- --------------------------------------------------------25139-- --------------------------------------------------------
1950125140
19502--25141--
19503-- Table structure for table `event_absence_pools`25142-- Table structure for table `event_absence_pools`
19504--25143--
1950525144
19506CREATE TABLE `event_absence_pools` (25145CREATE TABLE `event_absence_pools` (
19507  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,25146  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,
19508  `title` text NOT NULL,25147  `title` text NOT NULL,
19509  `description` text,25148  `description` text,
19510  `amount` int(11) NOT NULL,25149  `amount` int(11) NOT NULL,
19511  `start_date` int(11) DEFAULT NULL,25150  `start_date` int(11) DEFAULT NULL,
19512  `end_date` int(11) DEFAULT NULL,25151  `end_date` int(11) DEFAULT NULL,
19513  `session_based` tinyint(1) DEFAULT '0',25152  `session_based` tinyint(1) DEFAULT '0',
19514  `course_id` int(11) DEFAULT NULL,25153  `course_id` int(11) DEFAULT NULL,
19515  `organisation_id` int(11) UNSIGNED DEFAULT NULL,25154  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
19516  `active` tinyint(1) DEFAULT '1',25155  `active` tinyint(1) DEFAULT '1',
19517  `created_by` int(11) NOT NULL,25156  `created_by` int(11) NOT NULL,
19518  `created_date` int(11) NOT NULL,25157  `created_date` int(11) NOT NULL,
19519  `updated_by` int(11) NOT NULL,25158  `updated_by` int(11) NOT NULL,
19520  `updated_date` int(11) NOT NULL,25159  `updated_date` int(11) NOT NULL,
19521  `deleted_date` int(11) DEFAULT NULL25160  `deleted_date` int(11) DEFAULT NULL
19522) ENGINE=InnoDB DEFAULT CHARSET=utf8;25161) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1952325162
19524--25163--
19525-- Dumping data for table `event_absence_pools`25164-- Dumping data for table `event_absence_pools`
19526--25165--
1952725166
19528INSERT INTO `event_absence_pools` (`eabsence_pool_id`, `title`, `description`, `amount`, `start_date`, `end_date`, `session_based`, `course_id`, `organisation_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES25167INSERT INTO `event_absence_pools` (`eabsence_pool_id`, `title`, `description`, `amount`, `start_date`, `end_date`, `session_based`, `course_id`, `organisation_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
19529(1, 'Absence Pool Title 1', 'Absence Pool Description 1', 3, 1685381585, 1685986385, 0, NULL, NULL, 1, 0, 0, 0, 0, NULL);25168(1, 'Absence Pool Title 1', 'Absence Pool Description 1', 3, 1685381585, 1685986385, 0, NULL, NULL, 1, 0, 0, 0, 0, NULL);
1953025169
19531-- --------------------------------------------------------25170-- --------------------------------------------------------
1953225171
19533--25172--
19534-- Table structure for table `event_absence_pool_etypes`25173-- Table structure for table `event_absence_pool_etypes`
19535--25174--
1953625175
19537CREATE TABLE `event_absence_pool_etypes` (25176CREATE TABLE `event_absence_pool_etypes` (
19538  `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL,25177  `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL,
19539  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,25178  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,
19540  `eventtype_id` int(12) NOT NULL25179  `eventtype_id` int(12) NOT NULL
19541) ENGINE=InnoDB DEFAULT CHARSET=utf8;25180) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1954225181
19543--25182--
19544-- Dumping data for table `event_absence_pool_etypes`25183-- Dumping data for table `event_absence_pool_etypes`
19545--25184--
1954625185
19547INSERT INTO `event_absence_pool_etypes` (`eabsence_pool_etype_id`, `eabsence_pool_id`, `eventtype_id`) VALUES25186INSERT INTO `event_absence_pool_etypes` (`eabsence_pool_etype_id`, `eabsence_pool_id`, `eventtype_id`) VALUES
19548(1, 1, 1),25187(1, 1, 1),
19549(2, 1, 2);25188(2, 1, 2);
1955025189
19551-- --------------------------------------------------------25190-- --------------------------------------------------------
1955225191
19553--25192--
19554-- Table structure for table `event_absence_pool_groups`25193-- Table structure for table `event_absence_pool_groups`
19555--25194--
1955625195
19557CREATE TABLE `event_absence_pool_groups` (25196CREATE TABLE `event_absence_pool_groups` (
19558  `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL,25197  `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL,
19559  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,25198  `eabsence_pool_id` int(11) UNSIGNED NOT NULL,
19560  `group_id` int(12) NOT NULL25199  `group_id` int(12) NOT NULL
19561) ENGINE=InnoDB DEFAULT CHARSET=utf8;25200) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1956225201
19563--25202--
19564-- Dumping data for table `event_absence_pool_groups`25203-- Dumping data for table `event_absence_pool_groups`
19565--25204--
1956625205
19567INSERT INTO `event_absence_pool_groups` (`eabsence_pool_group_id`, `eabsence_pool_id`, `group_id`) VALUES25206INSERT INTO `event_absence_pool_groups` (`eabsence_pool_group_id`, `eabsence_pool_id`, `group_id`) VALUES
19568(1, 1, 2),25207(1, 1, 2),
19569(2, 1, 3),25208(2, 1, 3),
19570(3, 1, 4);25209(3, 1, 4);
1957125210
19572-- --------------------------------------------------------25211-- --------------------------------------------------------
1957325212
19574--25213--
19575-- Table structure for table `event_absence_reason_types`25214-- Table structure for table `event_absence_reason_types`
19576--25215--
1957725216
19578CREATE TABLE `event_absence_reason_types` (25217CREATE TABLE `event_absence_reason_types` (
19579  `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL,25218  `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL,
19580  `title` text NOT NULL,25219  `title` text NOT NULL,
19581  `description` text,25220  `description` text,
19582  `organisation_id` int(11) UNSIGNED DEFAULT NULL,25221  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
19583  `created_by` int(11) NOT NULL,25222  `created_by` int(11) NOT NULL,
19584  `created_date` int(11) NOT NULL,25223  `created_date` int(11) NOT NULL,
19585  `updated_by` int(11) NOT NULL,25224  `updated_by` int(11) NOT NULL,
19586  `updated_date` int(11) NOT NULL,25225  `updated_date` int(11) NOT NULL,
19587  `deleted_date` int(11) DEFAULT NULL25226  `deleted_date` int(11) DEFAULT NULL
19588) ENGINE=InnoDB DEFAULT CHARSET=utf8;25227) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1958925228
19590-- --------------------------------------------------------25229-- --------------------------------------------------------
1959125230
19592--25231--
19593-- Table structure for table `event_absence_reason_type_approvers`25232-- Table structure for table `event_absence_reason_type_approvers`
19594--25233--
1959525234
19596CREATE TABLE `event_absence_reason_type_approvers` (25235CREATE TABLE `event_absence_reason_type_approvers` (
19597  `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL,25236  `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL,
19598  `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL,25237  `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL,
19599  `proxy_id` int(11) DEFAULT NULL,25238  `proxy_id` int(11) DEFAULT NULL,
19600  `tier` smallint(5) UNSIGNED NOT NULL,25239  `tier` smallint(5) UNSIGNED NOT NULL,
19601  `group_id` smallint(5) UNSIGNED DEFAULT NULL,25240  `group_id` smallint(5) UNSIGNED DEFAULT NULL,
19602  `role_id` smallint(5) UNSIGNED DEFAULT NULL,25241  `role_id` smallint(5) UNSIGNED DEFAULT NULL,
19603  `created_by` int(11) NOT NULL,25242  `created_by` int(11) NOT NULL,
19604  `created_date` int(11) NOT NULL,25243  `created_date` int(11) NOT NULL,
19605  `updated_by` int(11) NOT NULL,25244  `updated_by` int(11) NOT NULL,
19606  `updated_date` int(11) NOT NULL,25245  `updated_date` int(11) NOT NULL,
19607  `deleted_date` int(11) DEFAULT NULL25246  `deleted_date` int(11) DEFAULT NULL
19608) ENGINE=InnoDB DEFAULT CHARSET=utf8;25247) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1960925248
19610-- --------------------------------------------------------25249-- --------------------------------------------------------
1961125250
19612--25251--
19613-- Table structure for table `event_absence_requests`25252-- Table structure for table `event_absence_requests`
19614--25253--
1961525254
19616CREATE TABLE `event_absence_requests` (25255CREATE TABLE `event_absence_requests` (
19617  `request_id` int(11) UNSIGNED NOT NULL,25256  `request_id` int(11) UNSIGNED NOT NULL,
19618  `event_id` int(12) DEFAULT NULL,25257  `event_id` int(12) DEFAULT NULL,
19619  `request_detail_id` int(11) UNSIGNED DEFAULT NULL,25258  `request_detail_id` int(11) UNSIGNED DEFAULT NULL,
19620  `created_date` int(11) NOT NULL,25259  `created_date` int(11) NOT NULL,
19621  `updated_by` int(11) NOT NULL,25260  `updated_by` int(11) NOT NULL,
19622  `updated_date` int(11) NOT NULL,25261  `updated_date` int(11) NOT NULL,
19623  `deleted_date` int(11) DEFAULT NULL25262  `deleted_date` int(11) DEFAULT NULL
19624) ENGINE=InnoDB DEFAULT CHARSET=utf8;25263) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1962525264
19626-- --------------------------------------------------------25265-- --------------------------------------------------------
1962725266
19628--25267--
19629-- Table structure for table `event_absence_request_approvals`25268-- Table structure for table `event_absence_request_approvals`
19630--25269--
1963125270
19632CREATE TABLE `event_absence_request_approvals` (25271CREATE TABLE `event_absence_request_approvals` (
19633  `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL,25272  `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL,
19634  `request_detail_id` int(11) UNSIGNED NOT NULL,25273  `request_detail_id` int(11) UNSIGNED NOT NULL,
19635  `proxy_id` int(11) NOT NULL,25274  `proxy_id` int(11) NOT NULL,
19636  `approved` tinyint(1) DEFAULT NULL,25275  `approved` tinyint(1) DEFAULT NULL,
19637  `created_by` int(11) NOT NULL,25276  `created_by` int(11) NOT NULL,
19638  `created_date` int(11) NOT NULL,25277  `created_date` int(11) NOT NULL,
19639  `updated_by` int(11) NOT NULL,25278  `updated_by` int(11) NOT NULL,
19640  `updated_date` int(11) NOT NULL,25279  `updated_date` int(11) NOT NULL,
19641  `deleted_date` int(11) DEFAULT NULL25280  `deleted_date` int(11) DEFAULT NULL
19642) ENGINE=InnoDB DEFAULT CHARSET=utf8;25281) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1964325282
19644-- --------------------------------------------------------25283-- --------------------------------------------------------
1964525284
19646--25285--
19647-- Table structure for table `event_absence_request_details`25286-- Table structure for table `event_absence_request_details`
19648--25287--
1964925288
19650CREATE TABLE `event_absence_request_details` (25289CREATE TABLE `event_absence_request_details` (
19651  `request_detail_id` int(11) UNSIGNED NOT NULL,25290  `request_detail_id` int(11) UNSIGNED NOT NULL,
19652  `reference_code` varchar(6) NOT NULL,25291  `reference_code` varchar(6) NOT NULL,
19653  `request_reason_id` int(11) UNSIGNED DEFAULT NULL,25292  `request_reason_id` int(11) UNSIGNED DEFAULT NULL,
19654  `comment` text,25293  `comment` text,
19655  `notes` text,25294  `notes` text,
19656  `from` int(11) DEFAULT NULL,25295  `from` int(11) DEFAULT NULL,
19657  `to` int(11) DEFAULT NULL,25296  `to` int(11) DEFAULT NULL,
19658  `organisation_id` int(11) UNSIGNED DEFAULT NULL,25297  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
19659  `request_status_id` int(11) UNSIGNED DEFAULT NULL,25298  `request_status_id` int(11) UNSIGNED DEFAULT NULL,
19660  `created_by` int(11) UNSIGNED NOT NULL,25299  `created_by` int(11) UNSIGNED NOT NULL,
19661  `created_date` int(11) NOT NULL,25300  `created_date` int(11) NOT NULL,
19662  `updated_by` int(11) NOT NULL,25301  `updated_by` int(11) NOT NULL,
19663  `updated_date` int(11) NOT NULL,25302  `updated_date` int(11) NOT NULL,
19664  `deleted_date` int(11) DEFAULT NULL25303  `deleted_date` int(11) DEFAULT NULL
19665) ENGINE=InnoDB DEFAULT CHARSET=utf8;25304) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1966625305
19667-- --------------------------------------------------------25306-- --------------------------------------------------------
1966825307
19669--25308--
19670-- Table structure for table `event_absence_request_files`25309-- Table structure for table `event_absence_request_files`
19671--25310--
1967225311
19673CREATE TABLE `event_absence_request_files` (25312CREATE TABLE `event_absence_request_files` (
19674  `file_id` int(11) UNSIGNED NOT NULL,25313  `file_id` int(11) UNSIGNED NOT NULL,
19675  `request_detail_id` int(11) UNSIGNED NOT NULL,25314  `request_detail_id` int(11) UNSIGNED NOT NULL,
19676  `file_name` varchar(255) NOT NULL DEFAULT '',25315  `file_name` varchar(255) NOT NULL DEFAULT '',
19677  `file_path` text NOT NULL,25316  `file_path` text NOT NULL,
19678  `mime_type` varchar(255) NOT NULL DEFAULT '',25317  `mime_type` varchar(255) NOT NULL DEFAULT '',
19679  `file_size` int(11) NOT NULL,25318  `file_size` int(11) NOT NULL,
19680  `created_by` int(11) NOT NULL,25319  `created_by` int(11) NOT NULL,
19681  `created_date` int(11) NOT NULL,25320  `created_date` int(11) NOT NULL,
19682  `updated_by` int(11) DEFAULT NULL,25321  `updated_by` int(11) DEFAULT NULL,
19683  `updated_date` int(11) DEFAULT NULL,25322  `updated_date` int(11) DEFAULT NULL,
19684  `deleted_date` int(11) DEFAULT NULL25323  `deleted_date` int(11) DEFAULT NULL
19685) ENGINE=InnoDB DEFAULT CHARSET=utf8;25324) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1968625325
19687-- --------------------------------------------------------25326-- --------------------------------------------------------
1968825327
19689--25328--
19690-- Table structure for table `event_absence_request_messages`25329-- Table structure for table `event_absence_request_messages`
19691--25330--
1969225331
19693CREATE TABLE `event_absence_request_messages` (25332CREATE TABLE `event_absence_request_messages` (
19694  `request_message_id` int(11) UNSIGNED NOT NULL,25333  `request_message_id` int(11) UNSIGNED NOT NULL,
19695  `request_detail_id` int(11) UNSIGNED NOT NULL,25334  `request_detail_id` int(11) UNSIGNED NOT NULL,
19696  `content` text NOT NULL,25335  `content` text NOT NULL,
19697  `active_role` varchar(255) NOT NULL,25336  `active_role` varchar(255) NOT NULL,
19698  `created_by` int(11) NOT NULL,25337  `created_by` int(11) NOT NULL,
19699  `created_date` int(11) NOT NULL,25338  `created_date` int(11) NOT NULL,
19700  `updated_by` int(11) DEFAULT NULL,25339  `updated_by` int(11) DEFAULT NULL,
19701  `updated_date` int(11) DEFAULT NULL,25340  `updated_date` int(11) DEFAULT NULL,
19702  `deleted_date` int(11) DEFAULT NULL25341  `deleted_date` int(11) DEFAULT NULL
19703) ENGINE=InnoDB DEFAULT CHARSET=utf8;25342) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1970425343
19705-- --------------------------------------------------------25344-- --------------------------------------------------------
1970625345
19707--25346--
19708-- Table structure for table `event_absence_request_statuses`25347-- Table structure for table `event_absence_request_statuses`
19709--25348--
1971025349
19711CREATE TABLE `event_absence_request_statuses` (25350CREATE TABLE `event_absence_request_statuses` (
19712  `request_status_id` int(11) UNSIGNED NOT NULL,25351  `request_status_id` int(11) UNSIGNED NOT NULL,
19713  `title` text,25352  `title` text,
19714  `description` text,25353  `description` text,
19715  `created_by` int(11) DEFAULT NULL,25354  `created_by` int(11) DEFAULT NULL,
19716  `created_date` int(11) DEFAULT NULL,25355  `created_date` int(11) DEFAULT NULL,
19717  `updated_by` int(11) DEFAULT NULL,25356  `updated_by` int(11) DEFAULT NULL,
19718  `updated_date` int(11) DEFAULT NULL,25357  `updated_date` int(11) DEFAULT NULL,
19719  `deleted_date` int(11) DEFAULT NULL25358  `deleted_date` int(11) DEFAULT NULL
19720) ENGINE=InnoDB DEFAULT CHARSET=utf8;25359) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1972125360
19722--25361--
19723-- Dumping data for table `event_absence_request_statuses`25362-- Dumping data for table `event_absence_request_statuses`
19724--25363--
1972525364
19726INSERT INTO `event_absence_request_statuses` (`request_status_id`, `title`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES25365INSERT INTO `event_absence_request_statuses` (`request_status_id`, `title`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
19727(1, 'Pending', 'Under review.', NULL, NULL, NULL, NULL, NULL),25366(1, 'Pending', 'Under review.', NULL, NULL, NULL, NULL, NULL),
19728(2, 'Approved', 'This one\'s good.', NULL, NULL, NULL, NULL, NULL),25367(2, 'Approved', 'This one\'s good.', NULL, NULL, NULL, NULL, NULL),
19729(3, 'Rejected', 'This one\'s no good!', NULL, NULL, NULL, NULL, NULL);25368(3, 'Rejected', 'This one\'s no good!', NULL, NULL, NULL, NULL, NULL);
1973025369
19731-- --------------------------------------------------------25370-- --------------------------------------------------------
1973225371
19733--25372--
19734-- Table structure for table `event_attendance`25373-- Table structure for table `event_attendance`
19735--25374--
1973625375
19737CREATE TABLE `event_attendance` (25376CREATE TABLE `event_attendance` (
19738  `eattendance_id` int(11) NOT NULL,25377  `eattendance_id` int(11) NOT NULL,
19739  `event_id` int(11) NOT NULL,25378  `event_id` int(11) NOT NULL,
19740  `proxy_id` int(11) NOT NULL,25379  `proxy_id` int(11) NOT NULL,
19741  `active` int(1) DEFAULT '1',25380  `active` int(1) DEFAULT '1',
19742  `comments` varchar(255) DEFAULT NULL,25381  `comments` varchar(255) DEFAULT NULL,
19743  `update_method` varchar(15) DEFAULT NULL,25382  `update_method` varchar(15) DEFAULT NULL,
19744  `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1',25383  `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1',
19745  `updated_date` bigint(64) NOT NULL,25384  `updated_date` bigint(64) NOT NULL,
19746  `updated_by` int(11) NOT NULL,25385  `updated_by` int(11) NOT NULL,
19747  `attendance_time` int(11) DEFAULT NULL25386  `attendance_time` int(11) DEFAULT NULL
19748) ENGINE=InnoDB DEFAULT CHARSET=utf8;25387) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1974925388
19750--25389--
19751-- Dumping data for table `event_attendance`25390-- Dumping data for table `event_attendance`
19752--25391--
1975325392
19754INSERT INTO `event_attendance` (`eattendance_id`, `event_id`, `proxy_id`, `active`, `comments`, `update_method`, `ea_status_id`, `updated_date`, `updated_by`, `attendance_time`) VALUES25393INSERT INTO `event_attendance` (`eattendance_id`, `event_id`, `proxy_id`, `active`, `comments`, `update_method`, `ea_status_id`, `updated_date`, `updated_by`, `attendance_time`) VALUES
19755(1, 11, 2, 1, NULL, 'interface', 1, 1685381586, 1, 1685467986),25394(1, 11, 2, 1, NULL, 'interface', 1, 1685381586, 1, 1685467986),
19756(2, 11, 2, 1, NULL, 'location', 2, 1685381586, 1, 1685554386),25395(2, 11, 2, 1, NULL, 'location', 2, 1685381586, 1, 1685554386),
19757(3, 29, 11, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586),25396(3, 29, 11, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586),
19758(4, 29, 3, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586);25397(4, 29, 3, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586);
1975925398
19760-- --------------------------------------------------------25399-- --------------------------------------------------------
1976125400
19762--25401--
19763-- Table structure for table `event_attendance_history`25402-- Table structure for table `event_attendance_history`
19764--25403--
1976525404
19766CREATE TABLE `event_attendance_history` (25405CREATE TABLE `event_attendance_history` (
19767  `eattendance_history_id` int(11) NOT NULL,25406  `eattendance_history_id` int(11) NOT NULL,
19768  `eattendance_id` int(11) NOT NULL,25407  `eattendance_id` int(11) NOT NULL,
19769  `event_id` int(11) NOT NULL,25408  `event_id` int(11) NOT NULL,
19770  `proxy_id` int(11) NOT NULL,25409  `proxy_id` int(11) NOT NULL,
19771  `active` int(1) DEFAULT '1',25410  `active` int(1) DEFAULT '1',
19772  `comments` varchar(255) DEFAULT NULL,25411  `comments` varchar(255) DEFAULT NULL,
19773  `update_method` varchar(15) DEFAULT NULL,25412  `update_method` varchar(15) DEFAULT NULL,
19774  `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1',25413  `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1',
19775  `updated_date` bigint(64) NOT NULL,25414  `updated_date` bigint(64) NOT NULL,
19776  `updated_by` int(11) NOT NULL,25415  `updated_by` int(11) NOT NULL,
19777  `attendance_time` int(11) DEFAULT NULL25416  `attendance_time` int(11) DEFAULT NULL
19778) ENGINE=InnoDB DEFAULT CHARSET=utf8;25417) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1977925418
19780-- --------------------------------------------------------25419-- --------------------------------------------------------
1978125420
19782--25421--
19783-- Table structure for table `event_attendance_notifications`25422-- Table structure for table `event_attendance_notifications`
19784--25423--
1978525424
19786CREATE TABLE `event_attendance_notifications` (25425CREATE TABLE `event_attendance_notifications` (
19787  `ea_notification_id` int(12) UNSIGNED NOT NULL,25426  `ea_notification_id` int(12) UNSIGNED NOT NULL,
19788  `event_id` int(12) NOT NULL,25427  `event_id` int(12) NOT NULL,
19789  `proxy_id` int(12) NOT NULL,25428  `proxy_id` int(12) NOT NULL,
19790  `notification_target_type` enum('director','ccoordinator','pcoordinator','learner') NOT NULL,25429  `notification_target_type` enum('director','ccoordinator','pcoordinator','learner') NOT NULL,
19791  `notification_type` enum('late','absent') NOT NULL,25430  `notification_type` enum('late','absent') NOT NULL,
19792  `notification_id` int(11) NOT NULL,25431  `notification_id` int(11) NOT NULL,
19793  `nuser_id` int(11) NOT NULL,25432  `nuser_id` int(11) NOT NULL,
19794  `created_date` bigint(64) NOT NULL,25433  `created_date` bigint(64) NOT NULL,
19795  `sent_date` bigint(64) DEFAULT NULL,25434  `sent_date` bigint(64) DEFAULT NULL,
19796  `followup_date` bigint(64) DEFAULT NULL,25435  `followup_date` bigint(64) DEFAULT NULL,
19797  `followup_sent_date` bigint(64) DEFAULT NULL,25436  `followup_sent_date` bigint(64) DEFAULT NULL,
19798  `deleted_date` bigint(64) DEFAULT NULL25437  `deleted_date` bigint(64) DEFAULT NULL
19799) ENGINE=InnoDB DEFAULT CHARSET=utf8;25438) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1980025439
19801-- --------------------------------------------------------25440-- --------------------------------------------------------
1980225441
19803--25442--
19804-- Table structure for table `event_attendance_notification_templates`25443-- Table structure for table `event_attendance_notification_templates`
19805--25444--
1980625445
19807CREATE TABLE `event_attendance_notification_templates` (25446CREATE TABLE `event_attendance_notification_templates` (
19808  `ea_notification_template_id` int(12) UNSIGNED NOT NULL,25447  `ea_notification_template_id` int(12) UNSIGNED NOT NULL,
19809  `organisation_id` int(12) NOT NULL,25448  `organisation_id` int(12) NOT NULL,
19810  `notification_template_type` enum('course contact','course contact followup','learner') DEFAULT NULL,25449  `notification_template_type` enum('course contact','course contact followup','learner') DEFAULT NULL,
19811  `template_body` text NOT NULL,25450  `template_body` text NOT NULL,
19812  `created_date` bigint(64) NOT NULL,25451  `created_date` bigint(64) NOT NULL,
19813  `created_by` int(11) NOT NULL,25452  `created_by` int(11) NOT NULL,
19814  `updated_date` bigint(64) DEFAULT NULL,25453  `updated_date` bigint(64) DEFAULT NULL,
19815  `updated_by` int(11) DEFAULT NULL25454  `updated_by` int(11) DEFAULT NULL
19816) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED. Contents of this table moved to email_organisation_templates under Migrate_2021_10_22_112818_ME5808';25455) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED. Contents of this table moved to email_organisation_templates under Migrate_2021_10_22_112818_ME5808';
1981725456
19818-- --------------------------------------------------------25457-- --------------------------------------------------------
1981925458
19820--25459--
19821-- Table structure for table `event_attendance_statuses`25460-- Table structure for table `event_attendance_statuses`
19822--25461--
1982325462
19824CREATE TABLE `event_attendance_statuses` (25463CREATE TABLE `event_attendance_statuses` (
19825  `ea_status_id` int(12) UNSIGNED NOT NULL,25464  `ea_status_id` int(12) UNSIGNED NOT NULL,
19826  `status` varchar(32) NOT NULL,25465  `status` varchar(32) NOT NULL,
19827  `alias` varchar(32) NOT NULL,25466  `alias` varchar(32) NOT NULL,
19828  `active` int(1) DEFAULT '1'25467  `active` int(1) DEFAULT '1'
19829) ENGINE=InnoDB DEFAULT CHARSET=utf8;25468) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1983025469
19831--25470--
19832-- Dumping data for table `event_attendance_statuses`25471-- Dumping data for table `event_attendance_statuses`
19833--25472--
1983425473
19835INSERT INTO `event_attendance_statuses` (`ea_status_id`, `status`, `alias`, `active`) VALUES25474INSERT INTO `event_attendance_statuses` (`ea_status_id`, `status`, `alias`, `active`) VALUES
19836(1, 'absent', 'absent', 1),25475(1, 'absent', 'absent', 1),
19837(2, 'present', 'present', 1),25476(2, 'present', 'present', 1),
19838(3, 'late', 'late', 1),25477(3, 'late', 'late', 1),
19839(4, 'unexcused_absent', 'unexcused absence', 1),25478(4, 'unexcused_absent', 'unexcused absence', 1),
19840(5, 'unexcused_late', 'unexcused late', 1),25479(5, 'unexcused_late', 'unexcused late', 1),
19841(6, 'excused_absent', 'excused absence', 1),25480(6, 'excused_absent', 'excused absence', 1),
19842(7, 'excused_late', 'excused late', 1);25481(7, 'excused_late', 'excused late', 1);
1984325482
19844-- --------------------------------------------------------25483-- --------------------------------------------------------
1984525484
19846--25485--
19847-- Table structure for table `event_audience`25486-- Table structure for table `event_audience`
19848--25487--
1984925488
19850CREATE TABLE `event_audience` (25489CREATE TABLE `event_audience` (
19851  `eaudience_id` int(12) NOT NULL,25490  `eaudience_id` int(12) NOT NULL,
19852  `event_id` int(12) NOT NULL DEFAULT '0',25491  `event_id` int(12) NOT NULL DEFAULT '0',
19853  `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id','cgroup_id','faculty_id') NOT NULL DEFAULT 'cohort',25492  `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id','cgroup_id','faculty_id') NOT NULL DEFAULT 'cohort',
19854  `audience_value` varchar(16) NOT NULL,25493  `audience_value` varchar(16) NOT NULL,
19855  `custom_time` int(1) DEFAULT '0',25494  `custom_time` int(1) DEFAULT '0',
19856  `custom_time_start` bigint(64) DEFAULT '0',25495  `custom_time_start` bigint(64) DEFAULT '0',
19857  `custom_time_end` bigint(64) DEFAULT '0',25496  `custom_time_end` bigint(64) DEFAULT '0',
19858  `updated_date` bigint(64) NOT NULL DEFAULT '0',25497  `updated_date` bigint(64) NOT NULL DEFAULT '0',
19859  `updated_by` int(12) NOT NULL DEFAULT '0'25498  `updated_by` int(12) NOT NULL DEFAULT '0'
19860) ENGINE=InnoDB DEFAULT CHARSET=utf8;25499) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1986125500
19862--25501--
19863-- Dumping data for table `event_audience`25502-- Dumping data for table `event_audience`
19864--25503--
1986525504
19866INSERT INTO `event_audience` (`eaudience_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES25505INSERT INTO `event_audience` (`eaudience_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES
19867(1, 1, 'proxy_id', '2', 0, 0, 0, 1685381586, 1),25506(1, 1, 'proxy_id', '2', 0, 0, 0, 1685381586, 1),
19868(2, 1, 'proxy_id', '3', 0, 0, 0, 1685381586, 1),25507(2, 1, 'proxy_id', '3', 0, 0, 0, 1685381586, 1),
19869(3, 2, 'proxy_id', '2', 0, 0, 0, 1685381586, 1),25508(3, 2, 'proxy_id', '2', 0, 0, 0, 1685381586, 1),
19870(4, 2, 'proxy_id', '3', 0, 0, 0, 1685381586, 1),25509(4, 2, 'proxy_id', '3', 0, 0, 0, 1685381586, 1),
19871(5, 3, 'cohort', '5', 0, 0, 0, 1685381586, 1),25510(5, 3, 'cohort', '5', 0, 0, 0, 1685381586, 1),
19872(6, 4, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1),25511(6, 4, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1),
19873(7, 5, 'cohort', '1', NULL, NULL, NULL, 1685381586, 1),25512(7, 5, 'cohort', '1', NULL, NULL, NULL, 1685381586, 1),
19874(8, 10, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1),25513(8, 10, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1),
19875(9, 12, 'course_id', '9', NULL, NULL, NULL, 1685381586, 1),25514(9, 12, 'course_id', '9', NULL, NULL, NULL, 1685381586, 1),
19876(10, 13, 'course_id', '10', NULL, NULL, NULL, 1685381586, 1),25515(10, 13, 'course_id', '10', NULL, NULL, NULL, 1685381586, 1),
19877(11, 14, 'course_id', '11', NULL, NULL, NULL, 1685381586, 1),25516(11, 14, 'course_id', '11', NULL, NULL, NULL, 1685381586, 1),
19878(12, 15, 'course_id', '12', NULL, NULL, NULL, 1685381586, 1),25517(12, 15, 'course_id', '12', NULL, NULL, NULL, 1685381586, 1),
19879(13, 16, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25518(13, 16, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19880(14, 18, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25519(14, 18, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19881(15, 19, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25520(15, 19, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19882(16, 20, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25521(16, 20, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19883(17, 21, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25522(17, 21, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19884(18, 11, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),25523(18, 11, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1),
19885(19, 29, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1),25524(19, 29, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1),
19886(20, 30, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1);25525(20, 30, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1);
1988725526
19888-- --------------------------------------------------------25527-- --------------------------------------------------------
1988925528
19890--25529--
19891-- Table structure for table `event_contacts`25530-- Table structure for table `event_contacts`
19892--25531--
1989325532
19894CREATE TABLE `event_contacts` (25533CREATE TABLE `event_contacts` (
19895  `econtact_id` int(12) NOT NULL,25534  `econtact_id` int(12) NOT NULL,
19896  `event_id` int(12) NOT NULL DEFAULT '0',25535  `event_id` int(12) NOT NULL DEFAULT '0',
19897  `proxy_id` int(12) NOT NULL DEFAULT '0',25536  `proxy_id` int(12) NOT NULL DEFAULT '0',
19898  `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL,25537  `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL,
19899  `contact_order` int(6) NOT NULL DEFAULT '0',25538  `contact_order` int(6) NOT NULL DEFAULT '0',
19900  `teaching_minutes` int(3) DEFAULT '0',25539  `teaching_minutes` int(3) DEFAULT '0',
19901  `updated_date` bigint(64) NOT NULL DEFAULT '0',25540  `updated_date` bigint(64) NOT NULL DEFAULT '0',
19902  `updated_by` int(12) NOT NULL DEFAULT '0'25541  `updated_by` int(12) NOT NULL DEFAULT '0'
19903) ENGINE=InnoDB DEFAULT CHARSET=utf8;25542) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1990425543
19905--25544--
19906-- Dumping data for table `event_contacts`25545-- Dumping data for table `event_contacts`
19907--25546--
1990825547
19909INSERT INTO `event_contacts` (`econtact_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES25548INSERT INTO `event_contacts` (`econtact_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES
19910(1, 1, 5, 'teacher', 0, 0, 1685381586, 1),25549(1, 1, 5, 'teacher', 0, 0, 1685381586, 1),
19911(2, 4, 1, 'teacher', 0, 0, 1685381586, 1),25550(2, 4, 1, 'teacher', 0, 0, 1685381586, 1),
19912(3, 17, 5, 'teacher', 0, 60, 1685381586, 1);25551(3, 17, 5, 'teacher', 0, 60, 1685381586, 1);
1991325552
19914-- --------------------------------------------------------25553-- --------------------------------------------------------
1991525554
19916--25555--
19917-- Table structure for table `event_curriculum_tracks`25556-- Table structure for table `event_curriculum_tracks`
19918--25557--
1991925558
19920CREATE TABLE `event_curriculum_tracks` (25559CREATE TABLE `event_curriculum_tracks` (
19921  `ectrack_id` int(12) UNSIGNED NOT NULL,25560  `ectrack_id` int(12) UNSIGNED NOT NULL,
19922  `event_id` int(12) NOT NULL,25561  `event_id` int(12) NOT NULL,
19923  `curriculum_track_id` int(12) NOT NULL,25562  `curriculum_track_id` int(12) NOT NULL,
19924  `active` tinyint(1) NOT NULL,25563  `active` tinyint(1) NOT NULL,
19925  `created_by` int(12) DEFAULT NULL,25564  `created_by` int(12) DEFAULT NULL,
19926  `created_date` bigint(64) DEFAULT NULL,25565  `created_date` bigint(64) DEFAULT NULL,
19927  `updated_by` int(11) DEFAULT NULL,25566  `updated_by` int(11) DEFAULT NULL,
19928  `updated_date` bigint(64) DEFAULT NULL25567  `updated_date` bigint(64) DEFAULT NULL
19929) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;25568) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1993025569
19931--25570--
19932-- Dumping data for table `event_curriculum_tracks`25571-- Dumping data for table `event_curriculum_tracks`
19933--25572--
1993425573
19935INSERT INTO `event_curriculum_tracks` (`ectrack_id`, `event_id`, `curriculum_track_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES25574INSERT INTO `event_curriculum_tracks` (`ectrack_id`, `event_id`, `curriculum_track_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES
19936(1, 1, 1, 1, 1, 1685381586, NULL, NULL),25575(1, 1, 1, 1, 1, 1685381586, NULL, NULL),
19937(2, 24, 11, 1, 1, 1685381586, NULL, NULL);25576(2, 24, 11, 1, 1, 1685381586, NULL, NULL);
1993825577
19939-- --------------------------------------------------------25578-- --------------------------------------------------------
1994025579
19941--25580--
19942-- Table structure for table `event_discussions`25581-- Table structure for table `event_discussions`
19943--25582--
1994425583
19945CREATE TABLE `event_discussions` (25584CREATE TABLE `event_discussions` (
19946  `ediscussion_id` int(12) NOT NULL,25585  `ediscussion_id` int(12) NOT NULL,
19947  `event_id` int(12) NOT NULL DEFAULT '0',25586  `event_id` int(12) NOT NULL DEFAULT '0',
19948  `proxy_id` int(12) NOT NULL DEFAULT '0',25587  `proxy_id` int(12) NOT NULL DEFAULT '0',
19949  `parent_id` int(12) NOT NULL DEFAULT '0',25588  `parent_id` int(12) NOT NULL DEFAULT '0',
19950  `discussion_title` varchar(128) NOT NULL,25589  `discussion_title` varchar(128) NOT NULL,
19951  `discussion_comment` text NOT NULL,25590  `discussion_comment` text NOT NULL,
19952  `discussion_active` int(1) NOT NULL DEFAULT '1',25591  `discussion_active` int(1) NOT NULL DEFAULT '1',
19953  `updated_date` bigint(64) NOT NULL DEFAULT '0',25592  `updated_date` bigint(64) NOT NULL DEFAULT '0',
19954  `updated_by` int(12) NOT NULL DEFAULT '0'25593  `updated_by` int(12) NOT NULL DEFAULT '0'
19955) ENGINE=InnoDB DEFAULT CHARSET=utf8;25594) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1995625595
19957-- --------------------------------------------------------25596-- --------------------------------------------------------
1995825597
19959--25598--
19960-- Table structure for table `event_eventtypes`25599-- Table structure for table `event_eventtypes`
19961--25600--
1996225601
19963CREATE TABLE `event_eventtypes` (25602CREATE TABLE `event_eventtypes` (
19964  `eeventtype_id` int(12) UNSIGNED NOT NULL,25603  `eeventtype_id` int(12) UNSIGNED NOT NULL,
19965  `event_id` int(12) NOT NULL,25604  `event_id` int(12) NOT NULL,
19966  `eventtype_id` int(12) NOT NULL,25605  `eventtype_id` int(12) NOT NULL,
19967  `duration` float DEFAULT NULL25606  `duration` float DEFAULT NULL
19968) ENGINE=InnoDB DEFAULT CHARSET=utf8;25607) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1996925608
19970--25609--
19971-- Dumping data for table `event_eventtypes`25610-- Dumping data for table `event_eventtypes`
19972--25611--
1997325612
19974INSERT INTO `event_eventtypes` (`eeventtype_id`, `event_id`, `eventtype_id`, `duration`) VALUES25613INSERT INTO `event_eventtypes` (`eeventtype_id`, `event_id`, `eventtype_id`, `duration`) VALUES
19975(1, 1, 1, 60),25614(1, 1, 1, 60),
19976(2, 2, 1, 60),25615(2, 2, 1, 60),
19977(3, 3, 1, 60),25616(3, 3, 1, 60),
19978(4, 4, 3, 60),25617(4, 4, 3, 60),
19979(5, 5, 1, 60),25618(5, 5, 1, 60),
19980(6, 6, 1, 60),25619(6, 6, 1, 60),
19981(7, 7, 1, 60),25620(7, 7, 1, 60),
19982(8, 8, 10, 60),25621(8, 8, 10, 60),
19983(9, 9, 10, 60),25622(9, 9, 10, 60),
19984(10, 11, 1, 60),25623(10, 11, 1, 60),
19985(11, 12, 1, 60),25624(11, 12, 1, 60),
19986(12, 13, 2, 60),25625(12, 13, 2, 60),
19987(13, 14, 5, 60),25626(13, 14, 5, 60),
19988(14, 15, 9, 60),25627(14, 15, 9, 60),
19989(15, 17, 1, 60),25628(15, 17, 1, 60),
19990(16, 18, 1, 60),25629(16, 18, 1, 60),
19991(17, 19, 1, 60),25630(17, 19, 1, 60),
19992(18, 20, 1, 60),25631(18, 20, 1, 60),
19993(19, 21, 1, 60),25632(19, 21, 1, 60),
19994(20, 24, 1, 60),25633(20, 24, 1, 60),
19995(21, 25, 1, 60),25634(21, 25, 1, 60),
19996(22, 29, 1, 60);25635(22, 29, 1, 60);
1999725636
19998-- --------------------------------------------------------25637-- --------------------------------------------------------
1999925638
20000--25639--
20001-- Table structure for table `event_feedback_forms`25640-- Table structure for table `event_feedback_forms`
20002--25641--
2000325642
20004CREATE TABLE `event_feedback_forms` (25643CREATE TABLE `event_feedback_forms` (
20005  `id` int(11) UNSIGNED NOT NULL,25644  `id` int(11) UNSIGNED NOT NULL,
20006  `event_id` int(11) NOT NULL DEFAULT '0',25645  `event_id` int(11) NOT NULL DEFAULT '0',
20007  `form_id` int(11) NOT NULL,25646  `form_id` int(11) NOT NULL,
20008  `required` int(1) NOT NULL DEFAULT '0',25647  `required` int(1) NOT NULL DEFAULT '0',
20009  `timeframe` varchar(64) NOT NULL DEFAULT 'none',25648  `timeframe` varchar(64) NOT NULL DEFAULT 'none',
20010  `accesses` int(11) NOT NULL DEFAULT '0',25649  `accesses` int(11) NOT NULL DEFAULT '0',
20011  `release_date` int(11) NOT NULL,25650  `release_date` int(11) NOT NULL,
20012  `release_until` int(11) NOT NULL,25651  `release_until` int(11) NOT NULL,
20013  `access_code_required` int(11) DEFAULT NULL,25652  `access_code_required` int(11) DEFAULT NULL,
20014  `access_code` varchar(255) DEFAULT NULL,25653  `access_code` varchar(255) DEFAULT NULL,
20015  `created_by` int(11) NOT NULL,25654  `created_by` int(11) NOT NULL,
20016  `created_date` int(11) NOT NULL,25655  `created_date` int(11) NOT NULL,
20017  `updated_by` int(11) NOT NULL,25656  `updated_by` int(11) NOT NULL,
20018  `updated_date` int(11) NOT NULL,25657  `updated_date` int(11) NOT NULL,
20019  `deleted_date` int(11) DEFAULT NULL25658  `deleted_date` int(11) DEFAULT NULL
20020) ENGINE=InnoDB DEFAULT CHARSET=utf8;25659) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2002125660
20022-- --------------------------------------------------------25661-- --------------------------------------------------------
2002325662
20024--25663--
20025-- Table structure for table `event_files`25664-- Table structure for table `event_files`
20026--25665--
2002725666
20028CREATE TABLE `event_files` (25667CREATE TABLE `event_files` (
20029  `efile_id` int(12) NOT NULL,25668  `efile_id` int(12) NOT NULL,
20030  `event_status` enum('published','draft') NOT NULL DEFAULT 'published',25669  `event_status` enum('published','draft') NOT NULL DEFAULT 'published',
20031  `event_id` int(12) NOT NULL DEFAULT '0',25670  `event_id` int(12) NOT NULL DEFAULT '0',
20032  `required` int(1) NOT NULL DEFAULT '0',25671  `required` int(1) NOT NULL DEFAULT '0',
20033  `timeframe` varchar(64) NOT NULL DEFAULT 'none',25672  `timeframe` varchar(64) NOT NULL DEFAULT 'none',
20034  `file_category` varchar(32) NOT NULL DEFAULT 'other',25673  `file_category` varchar(32) NOT NULL DEFAULT 'other',
20035  `file_type` varchar(255) NOT NULL,25674  `file_type` varchar(255) NOT NULL,
20036  `file_size` varchar(32) NOT NULL,25675  `file_size` varchar(32) NOT NULL,
20037  `file_name` varchar(255) NOT NULL,25676  `file_name` varchar(255) NOT NULL,
20038  `file_title` varchar(128) NOT NULL,25677  `file_title` varchar(128) NOT NULL,
20039  `file_notes` longtext NOT NULL,25678  `file_notes` longtext NOT NULL,
20040  `file_contents` longtext,25679  `file_contents` longtext,
20041  `access_method` int(1) NOT NULL DEFAULT '0',25680  `access_method` int(1) NOT NULL DEFAULT '0',
20042  `hidden` int(1) NOT NULL DEFAULT '0',25681  `hidden` int(1) NOT NULL DEFAULT '0',
20043  `accesses` int(12) NOT NULL DEFAULT '0',25682  `accesses` int(12) NOT NULL DEFAULT '0',
20044  `release_date` bigint(64) NOT NULL DEFAULT '0',25683  `release_date` bigint(64) NOT NULL DEFAULT '0',
20045  `release_until` bigint(64) NOT NULL DEFAULT '0',25684  `release_until` bigint(64) NOT NULL DEFAULT '0',
20046  `updated_date` bigint(64) NOT NULL DEFAULT '0',25685  `updated_date` bigint(64) NOT NULL DEFAULT '0',
20047  `updated_by` int(12) NOT NULL DEFAULT '0',25686  `updated_by` int(12) NOT NULL DEFAULT '0',
20048  `draft` tinyint(1) NOT NULL DEFAULT '0'25687  `draft` tinyint(1) NOT NULL DEFAULT '0'
20049) ENGINE=InnoDB DEFAULT CHARSET=utf8;25688) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2005025689
20051--25690--
20052-- Dumping data for table `event_files`25691-- Dumping data for table `event_files`
20053--25692--
2005425693
20055INSERT INTO `event_files` (`efile_id`, `event_status`, `event_id`, `required`, `timeframe`, `file_category`, `file_type`, `file_size`, `file_name`, `file_title`, `file_notes`, `file_contents`, `access_method`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES25694INSERT INTO `event_files` (`efile_id`, `event_status`, `event_id`, `required`, `timeframe`, `file_category`, `file_type`, `file_size`, `file_name`, `file_title`, `file_notes`, `file_contents`, `access_method`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES
20056(1, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file1-public.txt', '', 'Test resource 1 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131298, 1, 0),25695(1, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file1-public.txt', '', 'Test resource 1 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131298, 1, 0),
20057(2, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file2-public.txt', '', 'Test resource 2 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131324, 1, 0),25696(2, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file2-public.txt', '', 'Test resource 2 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131324, 1, 0),
20058(3, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file3-private.txt', '', 'test resource 3 - private', 'this is a line of text.', 0, 1, 0, 0, 0, 1640131358, 1, 0),25697(3, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file3-private.txt', '', 'test resource 3 - private', 'this is a line of text.', 0, 1, 0, 0, 0, 1640131358, 1, 0),
20059(4, 'published', 4, 0, 'pre', 'other', 'text/plain', '31457', 'draft-schedule-export-2022-03-24.csv', 'Test File - OPS-698', 'This is a test file.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),25698(4, 'published', 4, 0, 'pre', 'other', 'text/plain', '31457', 'draft-schedule-export-2022-03-24.csv', 'Test File - OPS-698', 'This is a test file.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),
20060(5, 'published', 4, 1, 'pre', 'other', 'application/x-empty', '0', 'fnksnfknkfnkdnfkndskfnkdnfkndsskfnkdsnfkdsnkfndsknfdsnfkndskfnkdnsfkewofjrenfklndsfndsksnfkdsnfknsdksfnkdnjgfjngkfndknkdgnkfndgknfgndfgnfngfngdnsgknfkfdngknkfdngkndskgnkndskgnkdnsgkndsk.txt', 'Test Large File Name - OPS-698', 'The file has a long name.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 1),25699(5, 'published', 4, 1, 'pre', 'other', 'application/x-empty', '0', 'fnksnfknkfnkdnfkndskfnkdnfkndsskfnkdsnfkdsnkfndsknfdsnfkndskfnkdnsfkewofjrenfklndsfndsksnfkdsnfknsdksfnkdnjgfjngkfndknkdgnkfndgknfgndfgnfngfngdnsgknfkfdngknkfdngkndskgnkndskgnkdnsgkndsk.txt', 'Test Large File Name - OPS-698', 'The file has a long name.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 1),
20061(6, 'published', 18, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),25700(6, 'published', 18, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),
20062(7, 'published', 19, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),25701(7, 'published', 19, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0),
20063(8, 'published', 20, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0);25702(8, 'published', 20, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0);
2006425703
20065-- --------------------------------------------------------25704-- --------------------------------------------------------
2006625705
20067--25706--
20068-- Table structure for table `event_history`25707-- Table structure for table `event_history`
20069--25708--
2007025709
20071CREATE TABLE `event_history` (25710CREATE TABLE `event_history` (
20072  `ehistory_id` int(12) NOT NULL,25711  `ehistory_id` int(12) NOT NULL,
20073  `event_id` int(12) DEFAULT '0',25712  `event_id` int(12) DEFAULT '0',
20074  `proxy_id` int(12) NOT NULL DEFAULT '0',25713  `proxy_id` int(12) NOT NULL DEFAULT '0',
20075  `history_message` text NOT NULL,25714  `history_message` text NOT NULL,
20076  `history_display` int(1) NOT NULL DEFAULT '0',25715  `history_display` int(1) NOT NULL DEFAULT '0',
20077  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'25716  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'
20078) ENGINE=InnoDB DEFAULT CHARSET=utf8;25717) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2007925718
20080--25719--
20081-- Dumping data for table `event_history`25720-- Dumping data for table `event_history`
20082--25721--
2008325722
20084INSERT INTO `event_history` (`ehistory_id`, `event_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES25723INSERT INTO `event_history` (`ehistory_id`, `event_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES
20085(1, 1, 2, 'created this learning event.', 0, 1685381586),25724(1, 1, 2, 'created this learning event.', 0, 1685381586),
20086(2, 1, 2, 'added test-file1-public.txt other file.', 0, 1685381586),25725(2, 1, 2, 'added test-file1-public.txt other file.', 0, 1685381586),
20087(3, 1, 2, 'added test-file2-public.txt other file.', 0, 1685381586),25726(3, 1, 2, 'added test-file2-public.txt other file.', 0, 1685381586),
20088(4, 1, 2, 'added test-file3-private.txt other file.', 0, 1685381586),25727(4, 1, 2, 'added test-file3-private.txt other file.', 0, 1685381586),
20089(5, 4, 1, 'created this learning event.', 0, 1685381586),25728(5, 4, 1, 'created this learning event.', 0, 1685381586),
20090(6, 4, 1, 'added draft-schedule-export-2022-03-24.csv other file.', 0, 1685381586),25729(6, 4, 1, 'added draft-schedule-export-2022-03-24.csv other file.', 0, 1685381586),
20091(7, 4, 1, 'added https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git link.', 0, 1685381586),25730(7, 4, 1, 'added https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git link.', 0, 1685381586),
20092(8, 4, 1, 'added a streaming resource.', 0, 1685381586),25731(8, 4, 1, 'added a streaming resource.', 0, 1685381586),
20093(9, 4, 1, 'updated event content =>  [Event Description]', 0, 1685381586),25732(9, 4, 1, 'updated event content =>  [Event Description]', 0, 1685381586),
20094(10, 4, 1, 'added Test Large File Name - OPS-698 other file.', 0, 1685381586),25733(10, 4, 1, 'added Test Large File Name - OPS-698 other file.', 0, 1685381586),
20095(11, 12, 1, 'created this learning event.', 0, 1685381586),25734(11, 12, 1, 'created this learning event.', 0, 1685381586),
20096(12, 13, 1, 'created this learning event.', 0, 1685381586),25735(12, 13, 1, 'created this learning event.', 0, 1685381586),
20097(13, 14, 1, 'created this learning event.', 0, 1685381586),25736(13, 14, 1, 'created this learning event.', 0, 1685381586),
20098(14, 15, 1, 'created this learning event.', 0, 1685381586),25737(14, 15, 1, 'created this learning event.', 0, 1685381586),
20099(15, 19, 1, 'created this learning event.', 0, 1685381586),25738(15, 19, 1, 'created this learning event.', 0, 1685381586),
20100(16, 20, 1, 'created this learning event.', 0, 1685381586),25739(16, 20, 1, 'created this learning event.', 0, 1685381586),
20101(17, 18, 1, 'created this learning event.', 0, 1685381586),25740(17, 18, 1, 'created this learning event.', 0, 1685381586),
20102(18, 18, 1, 'added Uploaded Recurring Test File other file.', 0, 1685381586),25741(18, 18, 1, 'added Uploaded Recurring Test File other file.', 0, 1685381586),
20103(19, 19, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586),25742(19, 19, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586),
20104(20, 20, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586);25743(20, 20, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586);
2010525744
20106-- --------------------------------------------------------25745-- --------------------------------------------------------
2010725746
20108--25747--
20109-- Table structure for table `event_keywords`25748-- Table structure for table `event_keywords`
20110--25749--
2011125750
20112CREATE TABLE `event_keywords` (25751CREATE TABLE `event_keywords` (
20113  `ekeyword_id` int(12) UNSIGNED NOT NULL,25752  `ekeyword_id` int(12) UNSIGNED NOT NULL,
20114  `event_id` int(12) NOT NULL,25753  `event_id` int(12) NOT NULL,
20115  `keyword_id` varchar(12) NOT NULL DEFAULT '',25754  `keyword_id` varchar(12) NOT NULL DEFAULT '',
20116  `updated_date` bigint(64) NOT NULL,25755  `updated_date` bigint(64) NOT NULL,
20117  `updated_by` int(12) NOT NULL25756  `updated_by` int(12) NOT NULL
20118) ENGINE=InnoDB DEFAULT CHARSET=utf8;25757) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2011925758
20120-- --------------------------------------------------------25759-- --------------------------------------------------------
2012125760
20122--25761--
20123-- Table structure for table `event_linked_objectives`25762-- Table structure for table `event_linked_objectives`
20124--25763--
2012525764
20126CREATE TABLE `event_linked_objectives` (25765CREATE TABLE `event_linked_objectives` (
20127  `elobjective_id` int(12) UNSIGNED NOT NULL,25766  `elobjective_id` int(12) UNSIGNED NOT NULL,
20128  `event_id` int(12) NOT NULL,25767  `event_id` int(12) NOT NULL,
20129  `objective_id` int(12) UNSIGNED DEFAULT NULL,25768  `objective_id` int(12) UNSIGNED DEFAULT NULL,
20130  `target_objective_id` int(12) UNSIGNED DEFAULT NULL,25769  `target_objective_id` int(12) UNSIGNED DEFAULT NULL,
20131  `version_id` int(11) UNSIGNED DEFAULT NULL,25770  `version_id` int(11) UNSIGNED DEFAULT NULL,
20132  `active` tinyint(1) DEFAULT NULL,25771  `active` tinyint(1) DEFAULT NULL,
20133  `linked_objective_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'DEPRECATED. Contents of linked_objectives related to events moved to event_linked_objectives under Migrate_2020_03_13_123438_ME2846',25772  `linked_objective_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'DEPRECATED. Contents of linked_objectives related to events moved to event_linked_objectives under Migrate_2020_03_13_123438_ME2846',
20134  `updated_date` bigint(64) DEFAULT NULL,25773  `updated_date` bigint(64) DEFAULT NULL,
20135  `updated_by` int(12) UNSIGNED DEFAULT NULL25774  `updated_by` int(12) UNSIGNED DEFAULT NULL
20136) ENGINE=InnoDB DEFAULT CHARSET=utf8;25775) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2013725776
20138-- --------------------------------------------------------25777-- --------------------------------------------------------
2013925778
20140--25779--
20141-- Table structure for table `event_links`25780-- Table structure for table `event_links`
20142--25781--
2014325782
20144CREATE TABLE `event_links` (25783CREATE TABLE `event_links` (
20145  `elink_id` int(12) NOT NULL,25784  `elink_id` int(12) NOT NULL,
20146  `event_id` int(12) NOT NULL DEFAULT '0',25785  `event_id` int(12) NOT NULL DEFAULT '0',
20147  `required` int(1) NOT NULL DEFAULT '0',25786  `required` int(1) NOT NULL DEFAULT '0',
20148  `timeframe` varchar(64) NOT NULL DEFAULT 'none',25787  `timeframe` varchar(64) NOT NULL DEFAULT 'none',
20149  `proxify` int(1) NOT NULL DEFAULT '0',25788  `proxify` int(1) NOT NULL DEFAULT '0',
20150  `link` text NOT NULL,25789  `link` text NOT NULL,
20151  `link_title` varchar(255) NOT NULL,25790  `link_title` varchar(255) NOT NULL,
20152  `link_notes` text NOT NULL,25791  `link_notes` text NOT NULL,
20153  `hidden` int(1) NOT NULL DEFAULT '0',25792  `hidden` int(1) NOT NULL DEFAULT '0',
20154  `accesses` int(12) NOT NULL DEFAULT '0',25793  `accesses` int(12) NOT NULL DEFAULT '0',
20155  `release_date` bigint(64) NOT NULL DEFAULT '0',25794  `release_date` bigint(64) NOT NULL DEFAULT '0',
20156  `release_until` bigint(64) NOT NULL DEFAULT '0',25795  `release_until` bigint(64) NOT NULL DEFAULT '0',
20157  `updated_date` bigint(64) NOT NULL DEFAULT '0',25796  `updated_date` bigint(64) NOT NULL DEFAULT '0',
20158  `updated_by` int(12) NOT NULL DEFAULT '0',25797  `updated_by` int(12) NOT NULL DEFAULT '0',
20159  `draft` tinyint(1) NOT NULL DEFAULT '0',25798  `draft` tinyint(1) NOT NULL DEFAULT '0',
20160  `assessment_id` int(12) UNSIGNED DEFAULT NULL,25799  `assessment_id` int(12) UNSIGNED DEFAULT NULL,
20161  `scoring_method` int(12) UNSIGNED NOT NULL DEFAULT '1'25800  `scoring_method` int(12) UNSIGNED NOT NULL DEFAULT '1'
20162) ENGINE=InnoDB DEFAULT CHARSET=utf8;25801) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2016325802
20164--25803--
20165-- Dumping data for table `event_links`25804-- Dumping data for table `event_links`
20166--25805--
2016725806
20168INSERT INTO `event_links` (`elink_id`, `event_id`, `required`, `timeframe`, `proxify`, `link`, `link_title`, `link_notes`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`, `assessment_id`, `scoring_method`) VALUES25807INSERT INTO `event_links` (`elink_id`, `event_id`, `required`, `timeframe`, `proxify`, `link`, `link_title`, `link_notes`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`, `assessment_id`, `scoring_method`) VALUES
20169(1, 4, 0, 'none', 0, 'https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git', 'Test Link - OPS-698', 'This is a test link.', 0, 0, 0, 0, 1685381586, 1, 0, NULL, 1);25808(1, 4, 0, 'none', 0, 'https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git', 'Test Link - OPS-698', 'This is a test link.', 0, 0, 0, 0, 1685381586, 1, 0, NULL, 1);
2017025809
20171-- --------------------------------------------------------25810-- --------------------------------------------------------
2017225811
20173--25812--
20174-- Table structure for table `event_lu_resource_types`25813-- Table structure for table `event_lu_resource_types`
20175--25814--
2017625815
20177CREATE TABLE `event_lu_resource_types` (25816CREATE TABLE `event_lu_resource_types` (
20178  `event_resource_type_id` int(12) UNSIGNED NOT NULL,25817  `event_resource_type_id` int(12) UNSIGNED NOT NULL,
20179  `resource_type` varchar(100) DEFAULT NULL,25818  `resource_type` varchar(100) DEFAULT NULL,
20180  `description` text,25819  `description` text,
20181  `updated_date` int(12) NOT NULL,25820  `updated_date` int(12) NOT NULL,
20182  `updated_by` int(12) NOT NULL,25821  `updated_by` int(12) NOT NULL,
20183  `active` tinyint(1) NOT NULL DEFAULT '1'25822  `active` tinyint(1) NOT NULL DEFAULT '1'
20184) ENGINE=InnoDB DEFAULT CHARSET=utf8;25823) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2018525824
20186--25825--
20187-- Dumping data for table `event_lu_resource_types`25826-- Dumping data for table `event_lu_resource_types`
20188--25827--
2018925828
20190INSERT INTO `event_lu_resource_types` (`event_resource_type_id`, `resource_type`, `description`, `updated_date`, `updated_by`, `active`) VALUES25829INSERT INTO `event_lu_resource_types` (`event_resource_type_id`, `resource_type`, `description`, `updated_date`, `updated_by`, `active`) VALUES
20191(1, 'Audio / Video', 'Attach audio or video to this learning event.', 1449685604, 1, 1),25830(1, 'Audio / Video', 'Attach audio or video to this learning event.', 1449685604, 1, 1),
20192(2, 'Bring to Class', 'Attach a description of materials students should bring to class.', 1449685604, 1, 0),25831(2, 'Bring to Class', 'Attach a description of materials students should bring to class.', 1449685604, 1, 0),
20193(3, 'Link', 'Attach links to external websites that relate to the learning event.', 1449685604, 1, 1),25832(3, 'Link', 'Attach links to external websites that relate to the learning event.', 1449685604, 1, 1),
20194(4, 'Homework', 'Attach a description to indicate homework tasks assigned to students.', 1449685604, 1, 0),25833(4, 'Homework', 'Attach a description to indicate homework tasks assigned to students.', 1449685604, 1, 0),
20195(5, 'Lecture Notes', 'Attach files such as documents, pdfs or images.', 1449685604, 1, 1),25834(5, 'Lecture Notes', 'Attach files such as documents, pdfs or images.', 1449685604, 1, 1),
20196(6, 'Lecture Slides', 'Attach files such as documents, powerpoint files, pdfs or images.', 1449685604, 1, 1),25835(6, 'Lecture Slides', 'Attach files such as documents, powerpoint files, pdfs or images.', 1449685604, 1, 1),
20197(7, 'Online Learning Module', 'Attach links to external learning modules.', 1449685604, 1, 1),25836(7, 'Online Learning Module', 'Attach links to external learning modules.', 1449685604, 1, 1),
20198(8, 'Quiz', 'Attach an existing quiz to this learning event.', 1449685604, 1, 0),25837(8, 'Quiz', 'Attach an existing quiz to this learning event.', 1449685604, 1, 0),
20199(9, 'Textbook Reading', 'Attach a reading list related to this learning event.', 1449685604, 1, 0),25838(9, 'Textbook Reading', 'Attach a reading list related to this learning event.', 1449685604, 1, 0),
20200(10, 'LTI Provider', 'Attach a LTI to this learning event.', 1449685604, 1, 1),25839(10, 'LTI Provider', 'Attach a LTI to this learning event.', 1449685604, 1, 1),
20201(11, 'Other Files', 'Attach miscellaneous media files to this learning event.', 1449685604, 1, 1),25840(11, 'Other Files', 'Attach miscellaneous media files to this learning event.', 1449685604, 1, 1),
20202(12, 'Exam / Quiz', 'Attach an exam or quiz to this learning event.', 1492431737, 1, 1),25841(12, 'Exam / Quiz', 'Attach an exam or quiz to this learning event.', 1492431737, 1, 1),
20203(13, 'Feedback Form', 'Attach a feedback form to this learning event.', 1510375504, 1, 1),25842(13, 'Feedback Form', 'Attach a feedback form to this learning event.', 1510375504, 1, 1),
20204(14, 'Streaming Media', 'Attach streaming media to this learning event.', 1533328317, 1, 1),25843(14, 'Streaming Media', 'Attach streaming media to this learning event.', 1533328317, 1, 1),
20205(15, 'Lecture Capture', 'Attach a scheduled lecture recording to this learning event.', 1619472143, 1, 0);25844(15, 'Lecture Capture', 'Attach a scheduled lecture recording to this learning event.', 1619472143, 1, 0);
2020625845
20207-- --------------------------------------------------------25846-- --------------------------------------------------------
2020825847
20209--25848--
20210-- Table structure for table `event_medbiq_assessment_methods`25849-- Table structure for table `event_medbiq_assessment_methods`
20211--25850--
2021225851
20213CREATE TABLE `event_medbiq_assessment_methods` (25852CREATE TABLE `event_medbiq_assessment_methods` (
20214  `em_assessment_method_id` int(11) UNSIGNED NOT NULL,25853  `em_assessment_method_id` int(11) UNSIGNED NOT NULL,
20215  `event_id` int(11) NOT NULL,25854  `event_id` int(11) NOT NULL,
20216  `assessment_method_id` int(11) NOT NULL,25855  `assessment_method_id` int(11) NOT NULL,
20217  `updated_date` bigint(64) NOT NULL,25856  `updated_date` bigint(64) NOT NULL,
20218  `updated_by` int(11) NOT NULL,25857  `updated_by` int(11) NOT NULL,
20219  `created_date` bigint(64) NOT NULL,25858  `created_date` bigint(64) NOT NULL,
20220  `created_by` int(11) NOT NULL,25859  `created_by` int(11) NOT NULL,
20221  `deleted_date` bigint(64) DEFAULT NULL25860  `deleted_date` bigint(64) DEFAULT NULL
20222) ENGINE=InnoDB DEFAULT CHARSET=utf8;25861) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2022325862
20224--25863--
20225-- Dumping data for table `event_medbiq_assessment_methods`25864-- Dumping data for table `event_medbiq_assessment_methods`
20226--25865--
2022725866
20228INSERT INTO `event_medbiq_assessment_methods` (`em_assessment_method_id`, `event_id`, `assessment_method_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES25867INSERT INTO `event_medbiq_assessment_methods` (`em_assessment_method_id`, `event_id`, `assessment_method_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
20229(1, 12, 1, 1685381586, 1, 1685381586, 1, NULL),25868(1, 12, 1, 1685381586, 1, 1685381586, 1, NULL),
20230(2, 13, 1, 1685381586, 1, 1685381586, 1, NULL);25869(2, 13, 1, 1685381586, 1, 1685381586, 1, NULL);
2023125870
20232-- --------------------------------------------------------25871-- --------------------------------------------------------
2023325872
20234--25873--
20235-- Table structure for table `event_medbiq_resources`25874-- Table structure for table `event_medbiq_resources`
20236--25875--
2023725876
20238CREATE TABLE `event_medbiq_resources` (25877CREATE TABLE `event_medbiq_resources` (
20239  `em_resource_id` int(11) UNSIGNED NOT NULL,25878  `em_resource_id` int(11) UNSIGNED NOT NULL,
20240  `event_id` int(11) NOT NULL,25879  `event_id` int(11) NOT NULL,
20241  `resource_id` int(11) NOT NULL,25880  `resource_id` int(11) NOT NULL,
20242  `updated_date` bigint(64) NOT NULL,25881  `updated_date` bigint(64) NOT NULL,
20243  `updated_by` int(11) NOT NULL,25882  `updated_by` int(11) NOT NULL,
20244  `created_date` bigint(64) NOT NULL,25883  `created_date` bigint(64) NOT NULL,
20245  `created_by` int(11) NOT NULL,25884  `created_by` int(11) NOT NULL,
20246  `deleted_date` bigint(64) DEFAULT NULL25885  `deleted_date` bigint(64) DEFAULT NULL
20247) ENGINE=InnoDB DEFAULT CHARSET=utf8;25886) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2024825887
20249--25888--
20250-- Dumping data for table `event_medbiq_resources`25889-- Dumping data for table `event_medbiq_resources`
20251--25890--
2025225891
20253INSERT INTO `event_medbiq_resources` (`em_resource_id`, `event_id`, `resource_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES25892INSERT INTO `event_medbiq_resources` (`em_resource_id`, `event_id`, `resource_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES
20254(1, 12, 1, 1685381586, 1, 1685381586, 1, NULL),25893(1, 12, 1, 1685381586, 1, 1685381586, 1, NULL),
20255(2, 13, 1, 1685381586, 1, 1685381586, 1, NULL);25894(2, 13, 1, 1685381586, 1, 1685381586, 1, NULL);
2025625895
20257-- --------------------------------------------------------25896-- --------------------------------------------------------
2025825897
20259--25898--
20260-- Table structure for table `event_objectives`25899-- Table structure for table `event_objectives`
20261--25900--
2026225901
20263CREATE TABLE `event_objectives` (25902CREATE TABLE `event_objectives` (
20264  `eobjective_id` int(12) NOT NULL,25903  `eobjective_id` int(12) NOT NULL,
20265  `event_id` int(12) NOT NULL DEFAULT '0',25904  `event_id` int(12) NOT NULL DEFAULT '0',
20266  `objective_id` int(12) NOT NULL DEFAULT '0',25905  `objective_id` int(12) NOT NULL DEFAULT '0',
20267  `objective_details` text,25906  `objective_details` text,
20268  `objective_type` enum('event','course') NOT NULL DEFAULT 'event',25907  `objective_type` enum('event','course') NOT NULL DEFAULT 'event',
20269  `updated_date` bigint(64) NOT NULL,25908  `updated_date` bigint(64) NOT NULL,
20270  `updated_by` int(12) NOT NULL25909  `updated_by` int(12) NOT NULL
20271) ENGINE=InnoDB DEFAULT CHARSET=utf8;25910) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2027225911
20273--25912--
20274-- Dumping data for table `event_objectives`25913-- Dumping data for table `event_objectives`
20275--25914--
2027625915
20277INSERT INTO `event_objectives` (`eobjective_id`, `event_id`, `objective_id`, `objective_details`, `objective_type`, `updated_date`, `updated_by`) VALUES25916INSERT INTO `event_objectives` (`eobjective_id`, `event_id`, `objective_id`, `objective_details`, `objective_type`, `updated_date`, `updated_by`) VALUES
20278(1, 12, 59, NULL, 'course', 1685381586, 1),25917(1, 12, 59, NULL, 'course', 1685381586, 1),
20279(2, 12, 60, NULL, 'course', 1685381586, 1),25918(2, 12, 60, NULL, 'course', 1685381586, 1),
20280(3, 12, 61, NULL, 'course', 1685381586, 1),25919(3, 12, 61, NULL, 'course', 1685381586, 1),
20281(4, 12, 62, NULL, 'course', 1685381586, 1),25920(4, 12, 62, NULL, 'course', 1685381586, 1),
20282(5, 12, 63, NULL, 'course', 1685381586, 1),25921(5, 12, 63, NULL, 'course', 1685381586, 1),
20283(6, 12, 64, NULL, 'course', 1685381586, 1),25922(6, 12, 64, NULL, 'course', 1685381586, 1),
20284(7, 12, 65, NULL, 'course', 1685381586, 1),25923(7, 12, 65, NULL, 'course', 1685381586, 1),
20285(8, 12, 66, NULL, 'course', 1685381586, 1),25924(8, 12, 66, NULL, 'course', 1685381586, 1),
20286(9, 12, 67, NULL, 'course', 1685381586, 1),25925(9, 12, 67, NULL, 'course', 1685381586, 1),
20287(10, 12, 68, NULL, 'course', 1685381586, 1),25926(10, 12, 68, NULL, 'course', 1685381586, 1),
20288(11, 12, 69, NULL, 'course', 1685381586, 1),25927(11, 12, 69, NULL, 'course', 1685381586, 1),
20289(12, 12, 70, NULL, 'course', 1685381586, 1),25928(12, 12, 70, NULL, 'course', 1685381586, 1),
20290(13, 12, 71, NULL, 'course', 1685381586, 1),25929(13, 12, 71, NULL, 'course', 1685381586, 1),
20291(14, 12, 72, NULL, 'course', 1685381586, 1),25930(14, 12, 72, NULL, 'course', 1685381586, 1),
20292(15, 12, 73, NULL, 'course', 1685381586, 1),25931(15, 12, 73, NULL, 'course', 1685381586, 1),
20293(16, 12, 74, NULL, 'course', 1685381586, 1),25932(16, 12, 74, NULL, 'course', 1685381586, 1),
20294(17, 12, 75, NULL, 'course', 1685381586, 1),25933(17, 12, 75, NULL, 'course', 1685381586, 1),
20295(18, 12, 76, NULL, 'course', 1685381586, 1),25934(18, 12, 76, NULL, 'course', 1685381586, 1),
20296(19, 12, 77, NULL, 'course', 1685381586, 1),25935(19, 12, 77, NULL, 'course', 1685381586, 1),
20297(20, 12, 78, NULL, 'course', 1685381586, 1),25936(20, 12, 78, NULL, 'course', 1685381586, 1),
20298(21, 12, 79, NULL, 'course', 1685381586, 1),25937(21, 12, 79, NULL, 'course', 1685381586, 1),
20299(22, 12, 80, NULL, 'course', 1685381586, 1),25938(22, 12, 80, NULL, 'course', 1685381586, 1),
20300(23, 12, 81, NULL, 'course', 1685381586, 1),25939(23, 12, 81, NULL, 'course', 1685381586, 1),
20301(24, 12, 82, NULL, 'course', 1685381586, 1),25940(24, 12, 82, NULL, 'course', 1685381586, 1),
20302(25, 12, 83, NULL, 'course', 1685381586, 1),25941(25, 12, 83, NULL, 'course', 1685381586, 1),
20303(26, 12, 84, NULL, 'course', 1685381586, 1),25942(26, 12, 84, NULL, 'course', 1685381586, 1),
20304(27, 12, 85, NULL, 'course', 1685381586, 1),25943(27, 12, 85, NULL, 'course', 1685381586, 1),
20305(28, 12, 86, NULL, 'course', 1685381586, 1),25944(28, 12, 86, NULL, 'course', 1685381586, 1),
20306(29, 12, 87, NULL, 'course', 1685381586, 1),25945(29, 12, 87, NULL, 'course', 1685381586, 1),
20307(30, 12, 88, NULL, 'course', 1685381586, 1),25946(30, 12, 88, NULL, 'course', 1685381586, 1),
20308(31, 12, 94, NULL, 'course', 1685381586, 1),25947(31, 12, 94, NULL, 'course', 1685381586, 1),
20309(32, 12, 95, NULL, 'course', 1685381586, 1),25948(32, 12, 95, NULL, 'course', 1685381586, 1),
20310(33, 12, 96, NULL, 'course', 1685381586, 1),25949(33, 12, 96, NULL, 'course', 1685381586, 1),
20311(34, 12, 97, NULL, 'course', 1685381586, 1),25950(34, 12, 97, NULL, 'course', 1685381586, 1),
20312(35, 12, 98, NULL, 'course', 1685381586, 1),25951(35, 12, 98, NULL, 'course', 1685381586, 1),
20313(36, 12, 99, NULL, 'course', 1685381586, 1),25952(36, 12, 99, NULL, 'course', 1685381586, 1),
20314(37, 12, 100, NULL, 'course', 1685381586, 1),25953(37, 12, 100, NULL, 'course', 1685381586, 1),
20315(38, 12, 101, NULL, 'course', 1685381586, 1),25954(38, 12, 101, NULL, 'course', 1685381586, 1),
20316(39, 12, 102, NULL, 'course', 1685381586, 1),25955(39, 12, 102, NULL, 'course', 1685381586, 1),
20317(40, 12, 103, NULL, 'course', 1685381586, 1),25956(40, 12, 103, NULL, 'course', 1685381586, 1),
20318(41, 12, 104, NULL, 'course', 1685381586, 1),25957(41, 12, 104, NULL, 'course', 1685381586, 1),
20319(42, 12, 105, NULL, 'course', 1685381586, 1),25958(42, 12, 105, NULL, 'course', 1685381586, 1),
20320(43, 12, 106, NULL, 'course', 1685381586, 1),25959(43, 12, 106, NULL, 'course', 1685381586, 1),
20321(44, 12, 107, NULL, 'course', 1685381586, 1),25960(44, 12, 107, NULL, 'course', 1685381586, 1),
20322(45, 12, 108, NULL, 'course', 1685381586, 1),25961(45, 12, 108, NULL, 'course', 1685381586, 1),
20323(46, 12, 109, NULL, 'course', 1685381586, 1),25962(46, 12, 109, NULL, 'course', 1685381586, 1),
20324(47, 12, 110, NULL, 'course', 1685381586, 1),25963(47, 12, 110, NULL, 'course', 1685381586, 1),
20325(48, 12, 111, NULL, 'course', 1685381586, 1),25964(48, 12, 111, NULL, 'course', 1685381586, 1),
20326(49, 12, 112, NULL, 'course', 1685381586, 1),25965(49, 12, 112, NULL, 'course', 1685381586, 1),
20327(50, 12, 113, NULL, 'course', 1685381586, 1),25966(50, 12, 113, NULL, 'course', 1685381586, 1),
20328(51, 12, 114, NULL, 'course', 1685381586, 1),25967(51, 12, 114, NULL, 'course', 1685381586, 1),
20329(52, 12, 115, NULL, 'course', 1685381586, 1),25968(52, 12, 115, NULL, 'course', 1685381586, 1),
20330(53, 12, 116, NULL, 'course', 1685381586, 1),25969(53, 12, 116, NULL, 'course', 1685381586, 1),
20331(54, 12, 117, NULL, 'course', 1685381586, 1),25970(54, 12, 117, NULL, 'course', 1685381586, 1),
20332(55, 12, 118, NULL, 'course', 1685381586, 1),25971(55, 12, 118, NULL, 'course', 1685381586, 1),
20333(56, 12, 119, NULL, 'course', 1685381586, 1),25972(56, 12, 119, NULL, 'course', 1685381586, 1),
20334(57, 12, 120, NULL, 'course', 1685381586, 1),25973(57, 12, 120, NULL, 'course', 1685381586, 1),
20335(58, 12, 121, NULL, 'course', 1685381586, 1),25974(58, 12, 121, NULL, 'course', 1685381586, 1),
20336(59, 12, 122, NULL, 'course', 1685381586, 1),25975(59, 12, 122, NULL, 'course', 1685381586, 1),
20337(60, 12, 123, NULL, 'course', 1685381586, 1),25976(60, 12, 123, NULL, 'course', 1685381586, 1),
20338(61, 12, 124, NULL, 'course', 1685381586, 1),25977(61, 12, 124, NULL, 'course', 1685381586, 1),
20339(62, 12, 125, NULL, 'course', 1685381586, 1),25978(62, 12, 125, NULL, 'course', 1685381586, 1),
20340(63, 12, 126, NULL, 'course', 1685381586, 1),25979(63, 12, 126, NULL, 'course', 1685381586, 1),
20341(64, 12, 127, NULL, 'course', 1685381586, 1),25980(64, 12, 127, NULL, 'course', 1685381586, 1),
20342(65, 12, 128, NULL, 'course', 1685381586, 1),25981(65, 12, 128, NULL, 'course', 1685381586, 1),
20343(66, 12, 129, NULL, 'course', 1685381586, 1),25982(66, 12, 129, NULL, 'course', 1685381586, 1),
20344(67, 12, 130, NULL, 'course', 1685381586, 1),25983(67, 12, 130, NULL, 'course', 1685381586, 1),
20345(68, 12, 131, NULL, 'course', 1685381586, 1),25984(68, 12, 131, NULL, 'course', 1685381586, 1),
20346(69, 12, 132, NULL, 'course', 1685381586, 1),25985(69, 12, 132, NULL, 'course', 1685381586, 1),
20347(70, 12, 133, NULL, 'course', 1685381586, 1),25986(70, 12, 133, NULL, 'course', 1685381586, 1),
20348(71, 12, 134, NULL, 'course', 1685381586, 1),25987(71, 12, 134, NULL, 'course', 1685381586, 1),
20349(72, 12, 135, NULL, 'course', 1685381586, 1),25988(72, 12, 135, NULL, 'course', 1685381586, 1),
20350(73, 12, 136, NULL, 'course', 1685381586, 1),25989(73, 12, 136, NULL, 'course', 1685381586, 1),
20351(74, 12, 137, NULL, 'course', 1685381586, 1),25990(74, 12, 137, NULL, 'course', 1685381586, 1),
20352(75, 12, 138, NULL, 'course', 1685381586, 1),25991(75, 12, 138, NULL, 'course', 1685381586, 1),
20353(76, 12, 139, NULL, 'course', 1685381586, 1),25992(76, 12, 139, NULL, 'course', 1685381586, 1),
20354(77, 12, 140, NULL, 'course', 1685381586, 1),25993(77, 12, 140, NULL, 'course', 1685381586, 1),
20355(78, 12, 141, NULL, 'course', 1685381586, 1),25994(78, 12, 141, NULL, 'course', 1685381586, 1),
20356(79, 12, 142, NULL, 'course', 1685381586, 1),25995(79, 12, 142, NULL, 'course', 1685381586, 1),
20357(80, 12, 143, NULL, 'course', 1685381586, 1),25996(80, 12, 143, NULL, 'course', 1685381586, 1),
20358(81, 12, 144, NULL, 'course', 1685381586, 1),25997(81, 12, 144, NULL, 'course', 1685381586, 1),
20359(82, 12, 145, NULL, 'course', 1685381586, 1),25998(82, 12, 145, NULL, 'course', 1685381586, 1),
20360(83, 12, 146, NULL, 'course', 1685381586, 1),25999(83, 12, 146, NULL, 'course', 1685381586, 1),
20361(84, 12, 147, NULL, 'course', 1685381586, 1),26000(84, 12, 147, NULL, 'course', 1685381586, 1),
20362(85, 12, 148, NULL, 'course', 1685381586, 1),26001(85, 12, 148, NULL, 'course', 1685381586, 1),
20363(86, 12, 149, NULL, 'course', 1685381586, 1),26002(86, 12, 149, NULL, 'course', 1685381586, 1),
20364(87, 12, 150, NULL, 'course', 1685381586, 1),26003(87, 12, 150, NULL, 'course', 1685381586, 1),
20365(88, 12, 151, NULL, 'course', 1685381586, 1),26004(88, 12, 151, NULL, 'course', 1685381586, 1),
20366(89, 12, 152, NULL, 'course', 1685381586, 1),26005(89, 12, 152, NULL, 'course', 1685381586, 1),
20367(90, 12, 153, NULL, 'course', 1685381586, 1),26006(90, 12, 153, NULL, 'course', 1685381586, 1),
20368(91, 12, 154, NULL, 'course', 1685381586, 1),26007(91, 12, 154, NULL, 'course', 1685381586, 1),
20369(92, 12, 155, NULL, 'course', 1685381586, 1),26008(92, 12, 155, NULL, 'course', 1685381586, 1),
20370(93, 12, 156, NULL, 'course', 1685381586, 1),26009(93, 12, 156, NULL, 'course', 1685381586, 1),
20371(94, 12, 157, NULL, 'course', 1685381586, 1),26010(94, 12, 157, NULL, 'course', 1685381586, 1),
20372(95, 12, 158, NULL, 'course', 1685381586, 1),26011(95, 12, 158, NULL, 'course', 1685381586, 1),
20373(96, 12, 159, NULL, 'course', 1685381586, 1),26012(96, 12, 159, NULL, 'course', 1685381586, 1),
20374(97, 12, 2337, NULL, 'event', 1685381586, 1),26013(97, 12, 2337, NULL, 'event', 1685381586, 1),
20375(98, 12, 2338, NULL, 'event', 1685381586, 1),26014(98, 12, 2338, NULL, 'event', 1685381586, 1),
20376(99, 12, 2339, NULL, 'event', 1685381586, 1),26015(99, 12, 2339, NULL, 'event', 1685381586, 1),
20377(100, 12, 2340, NULL, 'event', 1685381586, 1),26016(100, 12, 2340, NULL, 'event', 1685381586, 1),
20378(101, 12, 2341, NULL, 'event', 1685381586, 1),26017(101, 12, 2341, NULL, 'event', 1685381586, 1),
20379(102, 12, 2342, NULL, 'event', 1685381586, 1),26018(102, 12, 2342, NULL, 'event', 1685381586, 1),
20380(103, 12, 2343, NULL, 'event', 1685381586, 1),26019(103, 12, 2343, NULL, 'event', 1685381586, 1),
20381(104, 12, 2344, NULL, 'event', 1685381586, 1),26020(104, 12, 2344, NULL, 'event', 1685381586, 1),
20382(105, 12, 2345, NULL, 'event', 1685381586, 1),26021(105, 12, 2345, NULL, 'event', 1685381586, 1),
20383(106, 12, 2346, NULL, 'event', 1685381586, 1),26022(106, 12, 2346, NULL, 'event', 1685381586, 1),
20384(107, 12, 2347, NULL, 'event', 1685381586, 1),26023(107, 12, 2347, NULL, 'event', 1685381586, 1),
20385(108, 12, 2348, NULL, 'event', 1685381586, 1),26024(108, 12, 2348, NULL, 'event', 1685381586, 1),
20386(109, 12, 2349, NULL, 'event', 1685381586, 1),26025(109, 12, 2349, NULL, 'event', 1685381586, 1),
20387(110, 12, 2350, NULL, 'event', 1685381586, 1),26026(110, 12, 2350, NULL, 'event', 1685381586, 1),
20388(111, 12, 2351, NULL, 'event', 1685381586, 1),26027(111, 12, 2351, NULL, 'event', 1685381586, 1),
20389(112, 12, 2352, NULL, 'event', 1685381586, 1),26028(112, 12, 2352, NULL, 'event', 1685381586, 1),
20390(113, 12, 2353, NULL, 'event', 1685381586, 1),26029(113, 12, 2353, NULL, 'event', 1685381586, 1),
20391(114, 12, 2354, NULL, 'event', 1685381586, 1),26030(114, 12, 2354, NULL, 'event', 1685381586, 1),
20392(115, 12, 2355, NULL, 'event', 1685381586, 1),26031(115, 12, 2355, NULL, 'event', 1685381586, 1),
20393(116, 12, 310, NULL, 'event', 1685381586, 1),26032(116, 12, 310, NULL, 'event', 1685381586, 1),
20394(117, 12, 2356, NULL, 'event', 1685381586, 1),26033(117, 12, 2356, NULL, 'event', 1685381586, 1),
20395(118, 12, 2357, NULL, 'event', 1685381586, 1),26034(118, 12, 2357, NULL, 'event', 1685381586, 1),
20396(119, 12, 2358, NULL, 'event', 1685381586, 1),26035(119, 12, 2358, NULL, 'event', 1685381586, 1),
20397(120, 12, 2359, NULL, 'event', 1685381586, 1),26036(120, 12, 2359, NULL, 'event', 1685381586, 1),
20398(121, 12, 2360, NULL, 'event', 1685381586, 1),26037(121, 12, 2360, NULL, 'event', 1685381586, 1),
20399(122, 12, 2361, NULL, 'event', 1685381586, 1),26038(122, 12, 2361, NULL, 'event', 1685381586, 1),
20400(123, 12, 2362, NULL, 'event', 1685381586, 1),26039(123, 12, 2362, NULL, 'event', 1685381586, 1),
20401(124, 12, 2363, NULL, 'event', 1685381586, 1),26040(124, 12, 2363, NULL, 'event', 1685381586, 1),
20402(125, 12, 2364, NULL, 'event', 1685381586, 1),26041(125, 12, 2364, NULL, 'event', 1685381586, 1),
20403(126, 12, 2365, NULL, 'event', 1685381586, 1),26042(126, 12, 2365, NULL, 'event', 1685381586, 1),
20404(127, 12, 2366, NULL, 'event', 1685381586, 1),26043(127, 12, 2366, NULL, 'event', 1685381586, 1),
20405(128, 12, 303, NULL, 'event', 1685381586, 1),26044(128, 12, 303, NULL, 'event', 1685381586, 1),
20406(129, 12, 312, NULL, 'event', 1685381586, 1),26045(129, 12, 312, NULL, 'event', 1685381586, 1),
20407(130, 12, 313, NULL, 'event', 1685381586, 1),26046(130, 12, 313, NULL, 'event', 1685381586, 1),
20408(131, 12, 314, NULL, 'event', 1685381586, 1),26047(131, 12, 314, NULL, 'event', 1685381586, 1),
20409(132, 12, 315, NULL, 'event', 1685381586, 1),26048(132, 12, 315, NULL, 'event', 1685381586, 1),
20410(133, 12, 2367, NULL, 'event', 1685381586, 1),26049(133, 12, 2367, NULL, 'event', 1685381586, 1),
20411(134, 12, 2368, NULL, 'event', 1685381586, 1),26050(134, 12, 2368, NULL, 'event', 1685381586, 1),
20412(135, 12, 2369, NULL, 'event', 1685381586, 1),26051(135, 12, 2369, NULL, 'event', 1685381586, 1),
20413(136, 12, 2370, NULL, 'event', 1685381586, 1),26052(136, 12, 2370, NULL, 'event', 1685381586, 1),
20414(137, 12, 2371, NULL, 'event', 1685381586, 1),26053(137, 12, 2371, NULL, 'event', 1685381586, 1),
20415(138, 12, 2372, NULL, 'event', 1685381586, 1),26054(138, 12, 2372, NULL, 'event', 1685381586, 1),
20416(139, 12, 2373, NULL, 'event', 1685381586, 1),26055(139, 12, 2373, NULL, 'event', 1685381586, 1),
20417(140, 12, 2374, NULL, 'event', 1685381586, 1),26056(140, 12, 2374, NULL, 'event', 1685381586, 1),
20418(141, 12, 317, NULL, 'event', 1685381586, 1),26057(141, 12, 317, NULL, 'event', 1685381586, 1),
20419(142, 12, 316, NULL, 'event', 1685381586, 1),26058(142, 12, 316, NULL, 'event', 1685381586, 1),
20420(143, 12, 300, NULL, 'event', 1685381586, 1),26059(143, 12, 300, NULL, 'event', 1685381586, 1),
20421(144, 12, 318, NULL, 'event', 1685381586, 1),26060(144, 12, 318, NULL, 'event', 1685381586, 1),
20422(145, 12, 299, NULL, 'event', 1685381586, 1),26061(145, 12, 299, NULL, 'event', 1685381586, 1),
20423(146, 12, 296, NULL, 'event', 1685381586, 1),26062(146, 12, 296, NULL, 'event', 1685381586, 1),
20424(147, 13, 126, NULL, 'course', 1685381586, 1),26063(147, 13, 126, NULL, 'course', 1685381586, 1),
20425(148, 13, 127, NULL, 'course', 1685381586, 1),26064(148, 13, 127, NULL, 'course', 1685381586, 1),
20426(149, 13, 128, NULL, 'course', 1685381586, 1),26065(149, 13, 128, NULL, 'course', 1685381586, 1),
20427(150, 13, 129, NULL, 'course', 1685381586, 1),26066(150, 13, 129, NULL, 'course', 1685381586, 1),
20428(151, 13, 130, NULL, 'course', 1685381586, 1),26067(151, 13, 130, NULL, 'course', 1685381586, 1),
20429(152, 13, 131, NULL, 'course', 1685381586, 1),26068(152, 13, 131, NULL, 'course', 1685381586, 1),
20430(153, 13, 132, NULL, 'course', 1685381586, 1),26069(153, 13, 132, NULL, 'course', 1685381586, 1),
20431(154, 13, 133, NULL, 'course', 1685381586, 1),26070(154, 13, 133, NULL, 'course', 1685381586, 1),
20432(155, 13, 134, NULL, 'course', 1685381586, 1),26071(155, 13, 134, NULL, 'course', 1685381586, 1),
20433(156, 13, 135, NULL, 'course', 1685381586, 1),26072(156, 13, 135, NULL, 'course', 1685381586, 1),
20434(157, 13, 136, NULL, 'course', 1685381586, 1),26073(157, 13, 136, NULL, 'course', 1685381586, 1),
20435(158, 13, 137, NULL, 'course', 1685381586, 1),26074(158, 13, 137, NULL, 'course', 1685381586, 1),
20436(159, 13, 138, NULL, 'course', 1685381586, 1),26075(159, 13, 138, NULL, 'course', 1685381586, 1),
20437(160, 13, 139, NULL, 'course', 1685381586, 1),26076(160, 13, 139, NULL, 'course', 1685381586, 1),
20438(161, 13, 140, NULL, 'course', 1685381586, 1),26077(161, 13, 140, NULL, 'course', 1685381586, 1),
20439(162, 13, 141, NULL, 'course', 1685381586, 1),26078(162, 13, 141, NULL, 'course', 1685381586, 1),
20440(163, 13, 142, NULL, 'course', 1685381586, 1),26079(163, 13, 142, NULL, 'course', 1685381586, 1),
20441(164, 13, 143, NULL, 'course', 1685381586, 1),26080(164, 13, 143, NULL, 'course', 1685381586, 1),
20442(165, 13, 144, NULL, 'course', 1685381586, 1),26081(165, 13, 144, NULL, 'course', 1685381586, 1),
20443(166, 13, 160, NULL, 'course', 1685381586, 1),26082(166, 13, 160, NULL, 'course', 1685381586, 1),
20444(167, 13, 161, NULL, 'course', 1685381586, 1),26083(167, 13, 161, NULL, 'course', 1685381586, 1),
20445(168, 13, 162, NULL, 'course', 1685381586, 1),26084(168, 13, 162, NULL, 'course', 1685381586, 1),
20446(169, 13, 163, NULL, 'course', 1685381586, 1),26085(169, 13, 163, NULL, 'course', 1685381586, 1),
20447(170, 13, 164, NULL, 'course', 1685381586, 1),26086(170, 13, 164, NULL, 'course', 1685381586, 1),
20448(171, 13, 165, NULL, 'course', 1685381586, 1),26087(171, 13, 165, NULL, 'course', 1685381586, 1),
20449(172, 13, 166, NULL, 'course', 1685381586, 1),26088(172, 13, 166, NULL, 'course', 1685381586, 1),
20450(173, 13, 167, NULL, 'course', 1685381586, 1),26089(173, 13, 167, NULL, 'course', 1685381586, 1),
20451(174, 13, 168, NULL, 'course', 1685381586, 1),26090(174, 13, 168, NULL, 'course', 1685381586, 1),
20452(175, 13, 169, NULL, 'course', 1685381586, 1),26091(175, 13, 169, NULL, 'course', 1685381586, 1),
20453(176, 13, 170, NULL, 'course', 1685381586, 1),26092(176, 13, 170, NULL, 'course', 1685381586, 1),
20454(177, 13, 171, NULL, 'course', 1685381586, 1),26093(177, 13, 171, NULL, 'course', 1685381586, 1),
20455(178, 13, 172, NULL, 'course', 1685381586, 1),26094(178, 13, 172, NULL, 'course', 1685381586, 1),
20456(179, 13, 173, NULL, 'course', 1685381586, 1),26095(179, 13, 173, NULL, 'course', 1685381586, 1),
20457(180, 13, 174, NULL, 'course', 1685381586, 1),26096(180, 13, 174, NULL, 'course', 1685381586, 1),
20458(181, 13, 175, NULL, 'course', 1685381586, 1),26097(181, 13, 175, NULL, 'course', 1685381586, 1),
20459(182, 13, 176, NULL, 'course', 1685381586, 1),26098(182, 13, 176, NULL, 'course', 1685381586, 1),
20460(183, 13, 177, NULL, 'course', 1685381586, 1),26099(183, 13, 177, NULL, 'course', 1685381586, 1),
20461(184, 13, 178, NULL, 'course', 1685381586, 1),26100(184, 13, 178, NULL, 'course', 1685381586, 1),
20462(185, 13, 179, NULL, 'course', 1685381586, 1),26101(185, 13, 179, NULL, 'course', 1685381586, 1),
20463(186, 13, 180, NULL, 'course', 1685381586, 1),26102(186, 13, 180, NULL, 'course', 1685381586, 1),
20464(187, 13, 181, NULL, 'course', 1685381586, 1),26103(187, 13, 181, NULL, 'course', 1685381586, 1),
20465(188, 13, 182, NULL, 'course', 1685381586, 1),26104(188, 13, 182, NULL, 'course', 1685381586, 1),
20466(189, 13, 183, NULL, 'course', 1685381586, 1),26105(189, 13, 183, NULL, 'course', 1685381586, 1),
20467(190, 13, 184, NULL, 'course', 1685381586, 1),26106(190, 13, 184, NULL, 'course', 1685381586, 1),
20468(191, 13, 185, NULL, 'course', 1685381586, 1),26107(191, 13, 185, NULL, 'course', 1685381586, 1),
20469(192, 13, 186, NULL, 'course', 1685381586, 1),26108(192, 13, 186, NULL, 'course', 1685381586, 1),
20470(193, 13, 187, NULL, 'course', 1685381586, 1),26109(193, 13, 187, NULL, 'course', 1685381586, 1),
20471(194, 13, 188, NULL, 'course', 1685381586, 1),26110(194, 13, 188, NULL, 'course', 1685381586, 1),
20472(195, 13, 189, NULL, 'course', 1685381586, 1),26111(195, 13, 189, NULL, 'course', 1685381586, 1),
20473(196, 13, 190, NULL, 'course', 1685381586, 1),26112(196, 13, 190, NULL, 'course', 1685381586, 1),
20474(197, 13, 191, NULL, 'course', 1685381586, 1),26113(197, 13, 191, NULL, 'course', 1685381586, 1),
20475(198, 13, 2375, NULL, 'event', 1685381586, 1),26114(198, 13, 2375, NULL, 'event', 1685381586, 1),
20476(199, 13, 2376, NULL, 'event', 1685381586, 1),26115(199, 13, 2376, NULL, 'event', 1685381586, 1),
20477(200, 13, 2377, NULL, 'event', 1685381586, 1),26116(200, 13, 2377, NULL, 'event', 1685381586, 1),
20478(201, 13, 2378, NULL, 'event', 1685381586, 1),26117(201, 13, 2378, NULL, 'event', 1685381586, 1),
20479(202, 13, 2379, NULL, 'event', 1685381586, 1),26118(202, 13, 2379, NULL, 'event', 1685381586, 1),
20480(203, 13, 2380, NULL, 'event', 1685381586, 1),26119(203, 13, 2380, NULL, 'event', 1685381586, 1),
20481(204, 13, 2381, NULL, 'event', 1685381586, 1),26120(204, 13, 2381, NULL, 'event', 1685381586, 1),
20482(205, 13, 317, NULL, 'event', 1685381586, 1),26121(205, 13, 317, NULL, 'event', 1685381586, 1),
20483(206, 13, 2382, NULL, 'event', 1685381586, 1),26122(206, 13, 2382, NULL, 'event', 1685381586, 1),
20484(207, 13, 2383, NULL, 'event', 1685381586, 1),26123(207, 13, 2383, NULL, 'event', 1685381586, 1),
20485(208, 13, 2384, NULL, 'event', 1685381586, 1),26124(208, 13, 2384, NULL, 'event', 1685381586, 1),
20486(209, 13, 2385, NULL, 'event', 1685381586, 1),26125(209, 13, 2385, NULL, 'event', 1685381586, 1),
20487(210, 13, 2386, NULL, 'event', 1685381586, 1),26126(210, 13, 2386, NULL, 'event', 1685381586, 1),
20488(211, 13, 2387, NULL, 'event', 1685381586, 1),26127(211, 13, 2387, NULL, 'event', 1685381586, 1),
20489(212, 13, 2388, NULL, 'event', 1685381586, 1),26128(212, 13, 2388, NULL, 'event', 1685381586, 1),
20490(213, 13, 318, NULL, 'event', 1685381586, 1),26129(213, 13, 318, NULL, 'event', 1685381586, 1),
20491(214, 13, 2389, NULL, 'event', 1685381586, 1),26130(214, 13, 2389, NULL, 'event', 1685381586, 1),
20492(215, 13, 2390, NULL, 'event', 1685381586, 1),26131(215, 13, 2390, NULL, 'event', 1685381586, 1),
20493(216, 13, 2391, NULL, 'event', 1685381586, 1),26132(216, 13, 2391, NULL, 'event', 1685381586, 1),
20494(217, 13, 2392, NULL, 'event', 1685381586, 1),26133(217, 13, 2392, NULL, 'event', 1685381586, 1),
20495(218, 13, 2393, NULL, 'event', 1685381586, 1),26134(218, 13, 2393, NULL, 'event', 1685381586, 1),
20496(219, 13, 319, NULL, 'event', 1685381586, 1),26135(219, 13, 319, NULL, 'event', 1685381586, 1),
20497(220, 13, 2394, NULL, 'event', 1685381586, 1),26136(220, 13, 2394, NULL, 'event', 1685381586, 1),
20498(221, 13, 2395, NULL, 'event', 1685381586, 1),26137(221, 13, 2395, NULL, 'event', 1685381586, 1),
20499(222, 13, 2396, NULL, 'event', 1685381586, 1),26138(222, 13, 2396, NULL, 'event', 1685381586, 1),
20500(223, 13, 2397, NULL, 'event', 1685381586, 1),26139(223, 13, 2397, NULL, 'event', 1685381586, 1),
20501(224, 13, 2398, NULL, 'event', 1685381586, 1),26140(224, 13, 2398, NULL, 'event', 1685381586, 1),
20502(225, 13, 2399, NULL, 'event', 1685381586, 1),26141(225, 13, 2399, NULL, 'event', 1685381586, 1),
20503(226, 13, 2400, NULL, 'event', 1685381586, 1),26142(226, 13, 2400, NULL, 'event', 1685381586, 1),
20504(227, 13, 2401, NULL, 'event', 1685381586, 1),26143(227, 13, 2401, NULL, 'event', 1685381586, 1),
20505(228, 13, 2402, NULL, 'event', 1685381586, 1),26144(228, 13, 2402, NULL, 'event', 1685381586, 1),
20506(229, 13, 320, NULL, 'event', 1685381586, 1),26145(229, 13, 320, NULL, 'event', 1685381586, 1),
20507(230, 13, 321, NULL, 'event', 1685381586, 1),26146(230, 13, 321, NULL, 'event', 1685381586, 1),
20508(231, 13, 295, NULL, 'event', 1685381586, 1),26147(231, 13, 295, NULL, 'event', 1685381586, 1),
20509(232, 13, 323, NULL, 'event', 1685381586, 1),26148(232, 13, 323, NULL, 'event', 1685381586, 1),
20510(233, 13, 324, NULL, 'event', 1685381586, 1),26149(233, 13, 324, NULL, 'event', 1685381586, 1),
20511(234, 13, 293, NULL, 'event', 1685381586, 1),26150(234, 13, 293, NULL, 'event', 1685381586, 1),
20512(235, 13, 294, NULL, 'event', 1685381586, 1),26151(235, 13, 294, NULL, 'event', 1685381586, 1),
20513(236, 13, 292, NULL, 'event', 1685381586, 1),26152(236, 13, 292, NULL, 'event', 1685381586, 1),
20514(237, 13, 291, NULL, 'event', 1685381586, 1),26153(237, 13, 291, NULL, 'event', 1685381586, 1),
20515(238, 14, 145, NULL, 'course', 1685381586, 1),26154(238, 14, 145, NULL, 'course', 1685381586, 1),
20516(239, 14, 146, NULL, 'course', 1685381586, 1),26155(239, 14, 146, NULL, 'course', 1685381586, 1),
20517(240, 14, 147, NULL, 'course', 1685381586, 1),26156(240, 14, 147, NULL, 'course', 1685381586, 1),
20518(241, 14, 148, NULL, 'course', 1685381586, 1),26157(241, 14, 148, NULL, 'course', 1685381586, 1),
20519(242, 14, 149, NULL, 'course', 1685381586, 1),26158(242, 14, 149, NULL, 'course', 1685381586, 1),
20520(243, 14, 150, NULL, 'course', 1685381586, 1),26159(243, 14, 150, NULL, 'course', 1685381586, 1),
20521(244, 14, 151, NULL, 'course', 1685381586, 1),26160(244, 14, 151, NULL, 'course', 1685381586, 1),
20522(245, 14, 152, NULL, 'course', 1685381586, 1),26161(245, 14, 152, NULL, 'course', 1685381586, 1),
20523(246, 14, 153, NULL, 'course', 1685381586, 1),26162(246, 14, 153, NULL, 'course', 1685381586, 1),
20524(247, 14, 154, NULL, 'course', 1685381586, 1),26163(247, 14, 154, NULL, 'course', 1685381586, 1),
20525(248, 14, 155, NULL, 'course', 1685381586, 1),26164(248, 14, 155, NULL, 'course', 1685381586, 1),
20526(249, 14, 156, NULL, 'course', 1685381586, 1),26165(249, 14, 156, NULL, 'course', 1685381586, 1),
20527(250, 14, 157, NULL, 'course', 1685381586, 1),26166(250, 14, 157, NULL, 'course', 1685381586, 1),
20528(251, 14, 158, NULL, 'course', 1685381586, 1),26167(251, 14, 158, NULL, 'course', 1685381586, 1),
20529(252, 14, 159, NULL, 'course', 1685381586, 1),26168(252, 14, 159, NULL, 'course', 1685381586, 1),
20530(253, 14, 160, NULL, 'course', 1685381586, 1),26169(253, 14, 160, NULL, 'course', 1685381586, 1),
20531(254, 14, 161, NULL, 'course', 1685381586, 1),26170(254, 14, 161, NULL, 'course', 1685381586, 1),
20532(255, 14, 162, NULL, 'course', 1685381586, 1),26171(255, 14, 162, NULL, 'course', 1685381586, 1),
20533(256, 14, 163, NULL, 'course', 1685381586, 1),26172(256, 14, 163, NULL, 'course', 1685381586, 1),
20534(257, 14, 164, NULL, 'course', 1685381586, 1),26173(257, 14, 164, NULL, 'course', 1685381586, 1),
20535(258, 14, 165, NULL, 'course', 1685381586, 1),26174(258, 14, 165, NULL, 'course', 1685381586, 1),
20536(259, 14, 166, NULL, 'course', 1685381586, 1),26175(259, 14, 166, NULL, 'course', 1685381586, 1),
20537(260, 14, 167, NULL, 'course', 1685381586, 1),26176(260, 14, 167, NULL, 'course', 1685381586, 1),
20538(261, 14, 168, NULL, 'course', 1685381586, 1),26177(261, 14, 168, NULL, 'course', 1685381586, 1),
20539(262, 14, 169, NULL, 'course', 1685381586, 1),26178(262, 14, 169, NULL, 'course', 1685381586, 1),
20540(263, 14, 170, NULL, 'course', 1685381586, 1),26179(263, 14, 170, NULL, 'course', 1685381586, 1),
20541(264, 14, 171, NULL, 'course', 1685381586, 1),26180(264, 14, 171, NULL, 'course', 1685381586, 1),
20542(265, 14, 172, NULL, 'course', 1685381586, 1),26181(265, 14, 172, NULL, 'course', 1685381586, 1),
20543(266, 14, 173, NULL, 'course', 1685381586, 1),26182(266, 14, 173, NULL, 'course', 1685381586, 1),
20544(267, 14, 174, NULL, 'course', 1685381586, 1),26183(267, 14, 174, NULL, 'course', 1685381586, 1),
20545(268, 14, 175, NULL, 'course', 1685381586, 1),26184(268, 14, 175, NULL, 'course', 1685381586, 1),
20546(269, 14, 176, NULL, 'course', 1685381586, 1),26185(269, 14, 176, NULL, 'course', 1685381586, 1),
20547(270, 14, 177, NULL, 'course', 1685381586, 1),26186(270, 14, 177, NULL, 'course', 1685381586, 1),
20548(271, 14, 178, NULL, 'course', 1685381586, 1),26187(271, 14, 178, NULL, 'course', 1685381586, 1),
20549(272, 14, 179, NULL, 'course', 1685381586, 1),26188(272, 14, 179, NULL, 'course', 1685381586, 1),
20550(273, 14, 180, NULL, 'course', 1685381586, 1),26189(273, 14, 180, NULL, 'course', 1685381586, 1),
20551(274, 14, 181, NULL, 'course', 1685381586, 1),26190(274, 14, 181, NULL, 'course', 1685381586, 1),
20552(275, 14, 182, NULL, 'course', 1685381586, 1),26191(275, 14, 182, NULL, 'course', 1685381586, 1),
20553(276, 14, 183, NULL, 'course', 1685381586, 1),26192(276, 14, 183, NULL, 'course', 1685381586, 1),
20554(277, 14, 184, NULL, 'course', 1685381586, 1),26193(277, 14, 184, NULL, 'course', 1685381586, 1),
20555(278, 14, 185, NULL, 'course', 1685381586, 1),26194(278, 14, 185, NULL, 'course', 1685381586, 1),
20556(279, 14, 186, NULL, 'course', 1685381586, 1),26195(279, 14, 186, NULL, 'course', 1685381586, 1),
20557(280, 14, 187, NULL, 'course', 1685381586, 1),26196(280, 14, 187, NULL, 'course', 1685381586, 1),
20558(281, 14, 188, NULL, 'course', 1685381586, 1),26197(281, 14, 188, NULL, 'course', 1685381586, 1),
20559(282, 14, 189, NULL, 'course', 1685381586, 1),26198(282, 14, 189, NULL, 'course', 1685381586, 1),
20560(283, 14, 190, NULL, 'course', 1685381586, 1),26199(283, 14, 190, NULL, 'course', 1685381586, 1),
20561(284, 14, 191, NULL, 'course', 1685381586, 1),26200(284, 14, 191, NULL, 'course', 1685381586, 1),
20562(285, 14, 2349, NULL, 'event', 1685381586, 1),26201(285, 14, 2349, NULL, 'event', 1685381586, 1),
20563(286, 14, 2350, NULL, 'event', 1685381586, 1),26202(286, 14, 2350, NULL, 'event', 1685381586, 1),
20564(287, 14, 2351, NULL, 'event', 1685381586, 1),26203(287, 14, 2351, NULL, 'event', 1685381586, 1),
20565(288, 14, 2352, NULL, 'event', 1685381586, 1),26204(288, 14, 2352, NULL, 'event', 1685381586, 1),
20566(289, 14, 2353, NULL, 'event', 1685381586, 1),26205(289, 14, 2353, NULL, 'event', 1685381586, 1),
20567(290, 14, 2354, NULL, 'event', 1685381586, 1),26206(290, 14, 2354, NULL, 'event', 1685381586, 1),
20568(291, 14, 2355, NULL, 'event', 1685381586, 1),26207(291, 14, 2355, NULL, 'event', 1685381586, 1),
20569(292, 14, 2367, NULL, 'event', 1685381586, 1),26208(292, 14, 2367, NULL, 'event', 1685381586, 1),
20570(293, 14, 2368, NULL, 'event', 1685381586, 1),26209(293, 14, 2368, NULL, 'event', 1685381586, 1),
20571(294, 14, 2369, NULL, 'event', 1685381586, 1),26210(294, 14, 2369, NULL, 'event', 1685381586, 1),
20572(295, 14, 2370, NULL, 'event', 1685381586, 1),26211(295, 14, 2370, NULL, 'event', 1685381586, 1),
20573(296, 14, 2371, NULL, 'event', 1685381586, 1),26212(296, 14, 2371, NULL, 'event', 1685381586, 1),
20574(297, 14, 2372, NULL, 'event', 1685381586, 1),26213(297, 14, 2372, NULL, 'event', 1685381586, 1),
20575(298, 14, 2373, NULL, 'event', 1685381586, 1),26214(298, 14, 2373, NULL, 'event', 1685381586, 1),
20576(299, 14, 2374, NULL, 'event', 1685381586, 1),26215(299, 14, 2374, NULL, 'event', 1685381586, 1),
20577(300, 14, 316, NULL, 'event', 1685381586, 1),26216(300, 14, 316, NULL, 'event', 1685381586, 1),
20578(301, 14, 317, NULL, 'event', 1685381586, 1),26217(301, 14, 317, NULL, 'event', 1685381586, 1),
20579(302, 14, 2382, NULL, 'event', 1685381586, 1),26218(302, 14, 2382, NULL, 'event', 1685381586, 1),
20580(303, 14, 2383, NULL, 'event', 1685381586, 1),26219(303, 14, 2383, NULL, 'event', 1685381586, 1),
20581(304, 14, 2384, NULL, 'event', 1685381586, 1),26220(304, 14, 2384, NULL, 'event', 1685381586, 1),
20582(305, 14, 2385, NULL, 'event', 1685381586, 1),26221(305, 14, 2385, NULL, 'event', 1685381586, 1),
20583(306, 14, 2386, NULL, 'event', 1685381586, 1),26222(306, 14, 2386, NULL, 'event', 1685381586, 1),
20584(307, 14, 2387, NULL, 'event', 1685381586, 1),26223(307, 14, 2387, NULL, 'event', 1685381586, 1),
20585(308, 14, 2388, NULL, 'event', 1685381586, 1),26224(308, 14, 2388, NULL, 'event', 1685381586, 1),
20586(309, 14, 300, NULL, 'event', 1685381586, 1),26225(309, 14, 300, NULL, 'event', 1685381586, 1),
20587(310, 14, 318, NULL, 'event', 1685381586, 1),26226(310, 14, 318, NULL, 'event', 1685381586, 1),
20588(311, 14, 2394, NULL, 'event', 1685381586, 1),26227(311, 14, 2394, NULL, 'event', 1685381586, 1),
20589(312, 14, 2395, NULL, 'event', 1685381586, 1),26228(312, 14, 2395, NULL, 'event', 1685381586, 1),
20590(313, 14, 2396, NULL, 'event', 1685381586, 1),26229(313, 14, 2396, NULL, 'event', 1685381586, 1),
20591(314, 14, 2397, NULL, 'event', 1685381586, 1),26230(314, 14, 2397, NULL, 'event', 1685381586, 1),
20592(315, 14, 2398, NULL, 'event', 1685381586, 1),26231(315, 14, 2398, NULL, 'event', 1685381586, 1),
20593(316, 14, 2399, NULL, 'event', 1685381586, 1),26232(316, 14, 2399, NULL, 'event', 1685381586, 1),
20594(317, 14, 2400, NULL, 'event', 1685381586, 1),26233(317, 14, 2400, NULL, 'event', 1685381586, 1),
20595(318, 14, 2401, NULL, 'event', 1685381586, 1),26234(318, 14, 2401, NULL, 'event', 1685381586, 1),
20596(319, 14, 2402, NULL, 'event', 1685381586, 1),26235(319, 14, 2402, NULL, 'event', 1685381586, 1),
20597(320, 14, 323, NULL, 'event', 1685381586, 1),26236(320, 14, 323, NULL, 'event', 1685381586, 1),
20598(321, 14, 324, NULL, 'event', 1685381586, 1),26237(321, 14, 324, NULL, 'event', 1685381586, 1),
20599(322, 14, 326, NULL, 'event', 1685381586, 1),26238(322, 14, 326, NULL, 'event', 1685381586, 1),
20600(323, 14, 328, NULL, 'event', 1685381586, 1),26239(323, 14, 328, NULL, 'event', 1685381586, 1),
20601(324, 14, 329, NULL, 'event', 1685381586, 1),26240(324, 14, 329, NULL, 'event', 1685381586, 1),
20602(325, 14, 330, NULL, 'event', 1685381586, 1),26241(325, 14, 330, NULL, 'event', 1685381586, 1),
20603(326, 14, 331, NULL, 'event', 1685381586, 1),26242(326, 14, 331, NULL, 'event', 1685381586, 1),
20604(327, 14, 292, NULL, 'event', 1685381586, 1),26243(327, 14, 292, NULL, 'event', 1685381586, 1),
20605(328, 14, 291, NULL, 'event', 1685381586, 1),26244(328, 14, 291, NULL, 'event', 1685381586, 1),
20606(329, 14, 334, NULL, 'event', 1685381586, 1),26245(329, 14, 334, NULL, 'event', 1685381586, 1),
20607(330, 14, 335, NULL, 'event', 1685381586, 1),26246(330, 14, 335, NULL, 'event', 1685381586, 1),
20608(331, 14, 289, NULL, 'event', 1685381586, 1),26247(331, 14, 289, NULL, 'event', 1685381586, 1),
20609(332, 14, 288, NULL, 'event', 1685381586, 1),26248(332, 14, 288, NULL, 'event', 1685381586, 1),
20610(333, 14, 287, NULL, 'event', 1685381586, 1),26249(333, 14, 287, NULL, 'event', 1685381586, 1),
20611(334, 14, 286, NULL, 'event', 1685381586, 1),26250(334, 14, 286, NULL, 'event', 1685381586, 1),
20612(335, 14, 284, NULL, 'event', 1685381586, 1),26251(335, 14, 284, NULL, 'event', 1685381586, 1),
20613(336, 15, 59, NULL, 'course', 1685381586, 1),26252(336, 15, 59, NULL, 'course', 1685381586, 1),
20614(337, 15, 60, NULL, 'course', 1685381586, 1),26253(337, 15, 60, NULL, 'course', 1685381586, 1),
20615(338, 15, 61, NULL, 'course', 1685381586, 1),26254(338, 15, 61, NULL, 'course', 1685381586, 1),
20616(339, 15, 62, NULL, 'course', 1685381586, 1),26255(339, 15, 62, NULL, 'course', 1685381586, 1),
20617(340, 15, 63, NULL, 'course', 1685381586, 1),26256(340, 15, 63, NULL, 'course', 1685381586, 1),
20618(341, 15, 64, NULL, 'course', 1685381586, 1),26257(341, 15, 64, NULL, 'course', 1685381586, 1),
20619(342, 15, 65, NULL, 'course', 1685381586, 1),26258(342, 15, 65, NULL, 'course', 1685381586, 1),
20620(343, 15, 66, NULL, 'course', 1685381586, 1),26259(343, 15, 66, NULL, 'course', 1685381586, 1),
20621(344, 15, 67, NULL, 'course', 1685381586, 1),26260(344, 15, 67, NULL, 'course', 1685381586, 1),
20622(345, 15, 68, NULL, 'course', 1685381586, 1),26261(345, 15, 68, NULL, 'course', 1685381586, 1),
20623(346, 15, 69, NULL, 'course', 1685381586, 1),26262(346, 15, 69, NULL, 'course', 1685381586, 1),
20624(347, 15, 70, NULL, 'course', 1685381586, 1),26263(347, 15, 70, NULL, 'course', 1685381586, 1),
20625(348, 15, 71, NULL, 'course', 1685381586, 1),26264(348, 15, 71, NULL, 'course', 1685381586, 1),
20626(349, 15, 72, NULL, 'course', 1685381586, 1),26265(349, 15, 72, NULL, 'course', 1685381586, 1),
20627(350, 15, 73, NULL, 'course', 1685381586, 1),26266(350, 15, 73, NULL, 'course', 1685381586, 1),
20628(351, 15, 74, NULL, 'course', 1685381586, 1),26267(351, 15, 74, NULL, 'course', 1685381586, 1),
20629(352, 15, 75, NULL, 'course', 1685381586, 1),26268(352, 15, 75, NULL, 'course', 1685381586, 1),
20630(353, 15, 76, NULL, 'course', 1685381586, 1),26269(353, 15, 76, NULL, 'course', 1685381586, 1),
20631(354, 15, 77, NULL, 'course', 1685381586, 1),26270(354, 15, 77, NULL, 'course', 1685381586, 1),
20632(355, 15, 78, NULL, 'course', 1685381586, 1),26271(355, 15, 78, NULL, 'course', 1685381586, 1),
20633(356, 15, 79, NULL, 'course', 1685381586, 1),26272(356, 15, 79, NULL, 'course', 1685381586, 1),
20634(357, 15, 80, NULL, 'course', 1685381586, 1),26273(357, 15, 80, NULL, 'course', 1685381586, 1),
20635(358, 15, 81, NULL, 'course', 1685381586, 1),26274(358, 15, 81, NULL, 'course', 1685381586, 1),
20636(359, 15, 82, NULL, 'course', 1685381586, 1),26275(359, 15, 82, NULL, 'course', 1685381586, 1),
20637(360, 15, 83, NULL, 'course', 1685381586, 1),26276(360, 15, 83, NULL, 'course', 1685381586, 1),
20638(361, 15, 84, NULL, 'course', 1685381586, 1),26277(361, 15, 84, NULL, 'course', 1685381586, 1),
20639(362, 15, 85, NULL, 'course', 1685381586, 1),26278(362, 15, 85, NULL, 'course', 1685381586, 1),
20640(363, 15, 86, NULL, 'course', 1685381586, 1),26279(363, 15, 86, NULL, 'course', 1685381586, 1),
20641(364, 15, 87, NULL, 'course', 1685381586, 1),26280(364, 15, 87, NULL, 'course', 1685381586, 1),
20642(365, 15, 88, NULL, 'course', 1685381586, 1),26281(365, 15, 88, NULL, 'course', 1685381586, 1),
20643(366, 15, 94, NULL, 'course', 1685381586, 1),26282(366, 15, 94, NULL, 'course', 1685381586, 1),
20644(367, 15, 95, NULL, 'course', 1685381586, 1),26283(367, 15, 95, NULL, 'course', 1685381586, 1),
20645(368, 15, 96, NULL, 'course', 1685381586, 1),26284(368, 15, 96, NULL, 'course', 1685381586, 1),
20646(369, 15, 97, NULL, 'course', 1685381586, 1),26285(369, 15, 97, NULL, 'course', 1685381586, 1),
20647(370, 15, 98, NULL, 'course', 1685381586, 1),26286(370, 15, 98, NULL, 'course', 1685381586, 1),
20648(371, 15, 99, NULL, 'course', 1685381586, 1),26287(371, 15, 99, NULL, 'course', 1685381586, 1),
20649(372, 15, 100, NULL, 'course', 1685381586, 1),26288(372, 15, 100, NULL, 'course', 1685381586, 1),
20650(373, 15, 101, NULL, 'course', 1685381586, 1),26289(373, 15, 101, NULL, 'course', 1685381586, 1),
20651(374, 15, 102, NULL, 'course', 1685381586, 1),26290(374, 15, 102, NULL, 'course', 1685381586, 1),
20652(375, 15, 103, NULL, 'course', 1685381586, 1),26291(375, 15, 103, NULL, 'course', 1685381586, 1),
20653(376, 15, 104, NULL, 'course', 1685381586, 1),26292(376, 15, 104, NULL, 'course', 1685381586, 1),
20654(377, 15, 105, NULL, 'course', 1685381586, 1),26293(377, 15, 105, NULL, 'course', 1685381586, 1),
20655(378, 15, 106, NULL, 'course', 1685381586, 1),26294(378, 15, 106, NULL, 'course', 1685381586, 1),
20656(379, 15, 107, NULL, 'course', 1685381586, 1),26295(379, 15, 107, NULL, 'course', 1685381586, 1),
20657(380, 15, 108, NULL, 'course', 1685381586, 1),26296(380, 15, 108, NULL, 'course', 1685381586, 1),
20658(381, 15, 109, NULL, 'course', 1685381586, 1),26297(381, 15, 109, NULL, 'course', 1685381586, 1),
20659(382, 15, 110, NULL, 'course', 1685381586, 1),26298(382, 15, 110, NULL, 'course', 1685381586, 1),
20660(383, 15, 111, NULL, 'course', 1685381586, 1),26299(383, 15, 111, NULL, 'course', 1685381586, 1),
20661(384, 15, 112, NULL, 'course', 1685381586, 1),26300(384, 15, 112, NULL, 'course', 1685381586, 1),
20662(385, 15, 113, NULL, 'course', 1685381586, 1),26301(385, 15, 113, NULL, 'course', 1685381586, 1),
20663(386, 15, 114, NULL, 'course', 1685381586, 1),26302(386, 15, 114, NULL, 'course', 1685381586, 1),
20664(387, 15, 115, NULL, 'course', 1685381586, 1),26303(387, 15, 115, NULL, 'course', 1685381586, 1),
20665(388, 15, 116, NULL, 'course', 1685381586, 1),26304(388, 15, 116, NULL, 'course', 1685381586, 1),
20666(389, 15, 117, NULL, 'course', 1685381586, 1),26305(389, 15, 117, NULL, 'course', 1685381586, 1),
20667(390, 15, 118, NULL, 'course', 1685381586, 1),26306(390, 15, 118, NULL, 'course', 1685381586, 1),
20668(391, 15, 119, NULL, 'course', 1685381586, 1),26307(391, 15, 119, NULL, 'course', 1685381586, 1),
20669(392, 15, 120, NULL, 'course', 1685381586, 1),26308(392, 15, 120, NULL, 'course', 1685381586, 1),
20670(393, 15, 121, NULL, 'course', 1685381586, 1),26309(393, 15, 121, NULL, 'course', 1685381586, 1),
20671(394, 15, 122, NULL, 'course', 1685381586, 1),26310(394, 15, 122, NULL, 'course', 1685381586, 1),
20672(395, 15, 123, NULL, 'course', 1685381586, 1),26311(395, 15, 123, NULL, 'course', 1685381586, 1),
20673(396, 15, 124, NULL, 'course', 1685381586, 1),26312(396, 15, 124, NULL, 'course', 1685381586, 1),
20674(397, 15, 125, NULL, 'course', 1685381586, 1),26313(397, 15, 125, NULL, 'course', 1685381586, 1),
20675(398, 15, 126, NULL, 'course', 1685381586, 1),26314(398, 15, 126, NULL, 'course', 1685381586, 1),
20676(399, 15, 127, NULL, 'course', 1685381586, 1),26315(399, 15, 127, NULL, 'course', 1685381586, 1),
20677(400, 15, 128, NULL, 'course', 1685381586, 1),26316(400, 15, 128, NULL, 'course', 1685381586, 1),
20678(401, 15, 129, NULL, 'course', 1685381586, 1),26317(401, 15, 129, NULL, 'course', 1685381586, 1),
20679(402, 15, 130, NULL, 'course', 1685381586, 1),26318(402, 15, 130, NULL, 'course', 1685381586, 1),
20680(403, 15, 131, NULL, 'course', 1685381586, 1),26319(403, 15, 131, NULL, 'course', 1685381586, 1),
20681(404, 15, 132, NULL, 'course', 1685381586, 1),26320(404, 15, 132, NULL, 'course', 1685381586, 1),
20682(405, 15, 133, NULL, 'course', 1685381586, 1),26321(405, 15, 133, NULL, 'course', 1685381586, 1),
20683(406, 15, 134, NULL, 'course', 1685381586, 1),26322(406, 15, 134, NULL, 'course', 1685381586, 1),
20684(407, 15, 135, NULL, 'course', 1685381586, 1),26323(407, 15, 135, NULL, 'course', 1685381586, 1),
20685(408, 15, 136, NULL, 'course', 1685381586, 1),26324(408, 15, 136, NULL, 'course', 1685381586, 1),
20686(409, 15, 137, NULL, 'course', 1685381586, 1),26325(409, 15, 137, NULL, 'course', 1685381586, 1),
20687(410, 15, 138, NULL, 'course', 1685381586, 1),26326(410, 15, 138, NULL, 'course', 1685381586, 1),
20688(411, 15, 139, NULL, 'course', 1685381586, 1),26327(411, 15, 139, NULL, 'course', 1685381586, 1),
20689(412, 15, 140, NULL, 'course', 1685381586, 1),26328(412, 15, 140, NULL, 'course', 1685381586, 1),
20690(413, 15, 141, NULL, 'course', 1685381586, 1),26329(413, 15, 141, NULL, 'course', 1685381586, 1),
20691(414, 15, 142, NULL, 'course', 1685381586, 1),26330(414, 15, 142, NULL, 'course', 1685381586, 1),
20692(415, 15, 143, NULL, 'course', 1685381586, 1),26331(415, 15, 143, NULL, 'course', 1685381586, 1),
20693(416, 15, 144, NULL, 'course', 1685381586, 1),26332(416, 15, 144, NULL, 'course', 1685381586, 1),
20694(417, 15, 145, NULL, 'course', 1685381586, 1),26333(417, 15, 145, NULL, 'course', 1685381586, 1),
20695(418, 15, 146, NULL, 'course', 1685381586, 1),26334(418, 15, 146, NULL, 'course', 1685381586, 1),
20696(419, 15, 147, NULL, 'course', 1685381586, 1),26335(419, 15, 147, NULL, 'course', 1685381586, 1),
20697(420, 15, 148, NULL, 'course', 1685381586, 1),26336(420, 15, 148, NULL, 'course', 1685381586, 1),
20698(421, 15, 149, NULL, 'course', 1685381586, 1),26337(421, 15, 149, NULL, 'course', 1685381586, 1),
20699(422, 15, 150, NULL, 'course', 1685381586, 1),26338(422, 15, 150, NULL, 'course', 1685381586, 1),
20700(423, 15, 151, NULL, 'course', 1685381586, 1),26339(423, 15, 151, NULL, 'course', 1685381586, 1),
20701(424, 15, 152, NULL, 'course', 1685381586, 1),26340(424, 15, 152, NULL, 'course', 1685381586, 1),
20702(425, 15, 153, NULL, 'course', 1685381586, 1),26341(425, 15, 153, NULL, 'course', 1685381586, 1),
20703(426, 15, 154, NULL, 'course', 1685381586, 1),26342(426, 15, 154, NULL, 'course', 1685381586, 1),
20704(427, 15, 155, NULL, 'course', 1685381586, 1),26343(427, 15, 155, NULL, 'course', 1685381586, 1),
20705(428, 15, 156, NULL, 'course', 1685381586, 1),26344(428, 15, 156, NULL, 'course', 1685381586, 1),
20706(429, 15, 157, NULL, 'course', 1685381586, 1),26345(429, 15, 157, NULL, 'course', 1685381586, 1),
20707(430, 15, 158, NULL, 'course', 1685381586, 1),26346(430, 15, 158, NULL, 'course', 1685381586, 1),
20708(431, 15, 159, NULL, 'course', 1685381586, 1),26347(431, 15, 159, NULL, 'course', 1685381586, 1),
20709(432, 15, 160, NULL, 'course', 1685381586, 1),26348(432, 15, 160, NULL, 'course', 1685381586, 1),
20710(433, 15, 161, NULL, 'course', 1685381586, 1),26349(433, 15, 161, NULL, 'course', 1685381586, 1),
20711(434, 15, 162, NULL, 'course', 1685381586, 1),26350(434, 15, 162, NULL, 'course', 1685381586, 1),
20712(435, 15, 163, NULL, 'course', 1685381586, 1),26351(435, 15, 163, NULL, 'course', 1685381586, 1),
20713(436, 15, 164, NULL, 'course', 1685381586, 1),26352(436, 15, 164, NULL, 'course', 1685381586, 1),
20714(437, 15, 165, NULL, 'course', 1685381586, 1),26353(437, 15, 165, NULL, 'course', 1685381586, 1),
20715(438, 15, 166, NULL, 'course', 1685381586, 1),26354(438, 15, 166, NULL, 'course', 1685381586, 1),
20716(439, 15, 167, NULL, 'course', 1685381586, 1),26355(439, 15, 167, NULL, 'course', 1685381586, 1),
20717(440, 15, 168, NULL, 'course', 1685381586, 1),26356(440, 15, 168, NULL, 'course', 1685381586, 1),
20718(441, 15, 169, NULL, 'course', 1685381586, 1),26357(441, 15, 169, NULL, 'course', 1685381586, 1),
20719(442, 15, 170, NULL, 'course', 1685381586, 1),26358(442, 15, 170, NULL, 'course', 1685381586, 1),
20720(443, 15, 171, NULL, 'course', 1685381586, 1),26359(443, 15, 171, NULL, 'course', 1685381586, 1),
20721(444, 15, 172, NULL, 'course', 1685381586, 1),26360(444, 15, 172, NULL, 'course', 1685381586, 1),
20722(445, 15, 173, NULL, 'course', 1685381586, 1),26361(445, 15, 173, NULL, 'course', 1685381586, 1),
20723(446, 15, 174, NULL, 'course', 1685381586, 1),26362(446, 15, 174, NULL, 'course', 1685381586, 1),
20724(447, 15, 175, NULL, 'course', 1685381586, 1),26363(447, 15, 175, NULL, 'course', 1685381586, 1),
20725(448, 15, 176, NULL, 'course', 1685381586, 1),26364(448, 15, 176, NULL, 'course', 1685381586, 1),
20726(449, 15, 177, NULL, 'course', 1685381586, 1),26365(449, 15, 177, NULL, 'course', 1685381586, 1),
20727(450, 15, 178, NULL, 'course', 1685381586, 1),26366(450, 15, 178, NULL, 'course', 1685381586, 1),
20728(451, 15, 179, NULL, 'course', 1685381586, 1),26367(451, 15, 179, NULL, 'course', 1685381586, 1),
20729(452, 15, 180, NULL, 'course', 1685381586, 1),26368(452, 15, 180, NULL, 'course', 1685381586, 1),
20730(453, 15, 181, NULL, 'course', 1685381586, 1),26369(453, 15, 181, NULL, 'course', 1685381586, 1),
20731(454, 15, 182, NULL, 'course', 1685381586, 1),26370(454, 15, 182, NULL, 'course', 1685381586, 1),
20732(455, 15, 183, NULL, 'course', 1685381586, 1),26371(455, 15, 183, NULL, 'course', 1685381586, 1),
20733(456, 15, 184, NULL, 'course', 1685381586, 1),26372(456, 15, 184, NULL, 'course', 1685381586, 1),
20734(457, 15, 185, NULL, 'course', 1685381586, 1),26373(457, 15, 185, NULL, 'course', 1685381586, 1),
20735(458, 15, 186, NULL, 'course', 1685381586, 1),26374(458, 15, 186, NULL, 'course', 1685381586, 1),
20736(459, 15, 187, NULL, 'course', 1685381586, 1),26375(459, 15, 187, NULL, 'course', 1685381586, 1),
20737(460, 15, 188, NULL, 'course', 1685381586, 1),26376(460, 15, 188, NULL, 'course', 1685381586, 1),
20738(461, 15, 189, NULL, 'course', 1685381586, 1),26377(461, 15, 189, NULL, 'course', 1685381586, 1),
20739(462, 15, 190, NULL, 'course', 1685381586, 1),26378(462, 15, 190, NULL, 'course', 1685381586, 1),
20740(463, 15, 191, NULL, 'course', 1685381586, 1),26379(463, 15, 191, NULL, 'course', 1685381586, 1),
20741(464, 15, 2337, NULL, 'event', 1685381586, 1),26380(464, 15, 2337, NULL, 'event', 1685381586, 1),
20742(465, 15, 2338, NULL, 'event', 1685381586, 1),26381(465, 15, 2338, NULL, 'event', 1685381586, 1),
20743(466, 15, 2339, NULL, 'event', 1685381586, 1),26382(466, 15, 2339, NULL, 'event', 1685381586, 1),
20744(467, 15, 2340, NULL, 'event', 1685381586, 1),26383(467, 15, 2340, NULL, 'event', 1685381586, 1),
20745(468, 15, 2341, NULL, 'event', 1685381586, 1),26384(468, 15, 2341, NULL, 'event', 1685381586, 1),
20746(469, 15, 2342, NULL, 'event', 1685381586, 1),26385(469, 15, 2342, NULL, 'event', 1685381586, 1),
20747(470, 15, 2343, NULL, 'event', 1685381586, 1),26386(470, 15, 2343, NULL, 'event', 1685381586, 1),
20748(471, 15, 2344, NULL, 'event', 1685381586, 1),26387(471, 15, 2344, NULL, 'event', 1685381586, 1),
20749(472, 15, 2345, NULL, 'event', 1685381586, 1),26388(472, 15, 2345, NULL, 'event', 1685381586, 1),
20750(473, 15, 2346, NULL, 'event', 1685381586, 1),26389(473, 15, 2346, NULL, 'event', 1685381586, 1),
20751(474, 15, 2347, NULL, 'event', 1685381586, 1),26390(474, 15, 2347, NULL, 'event', 1685381586, 1),
20752(475, 15, 2348, NULL, 'event', 1685381586, 1),26391(475, 15, 2348, NULL, 'event', 1685381586, 1),
20753(476, 15, 2349, NULL, 'event', 1685381586, 1),26392(476, 15, 2349, NULL, 'event', 1685381586, 1),
20754(477, 15, 2350, NULL, 'event', 1685381586, 1),26393(477, 15, 2350, NULL, 'event', 1685381586, 1),
20755(478, 15, 2351, NULL, 'event', 1685381586, 1),26394(478, 15, 2351, NULL, 'event', 1685381586, 1),
20756(479, 15, 2352, NULL, 'event', 1685381586, 1),26395(479, 15, 2352, NULL, 'event', 1685381586, 1),
20757(480, 15, 2353, NULL, 'event', 1685381586, 1),26396(480, 15, 2353, NULL, 'event', 1685381586, 1),
20758(481, 15, 2354, NULL, 'event', 1685381586, 1),26397(481, 15, 2354, NULL, 'event', 1685381586, 1),
20759(482, 15, 2355, NULL, 'event', 1685381586, 1),26398(482, 15, 2355, NULL, 'event', 1685381586, 1),
20760(483, 15, 310, NULL, 'event', 1685381586, 1),26399(483, 15, 310, NULL, 'event', 1685381586, 1),
20761(484, 15, 2356, NULL, 'event', 1685381586, 1),26400(484, 15, 2356, NULL, 'event', 1685381586, 1),
20762(485, 15, 2357, NULL, 'event', 1685381586, 1),26401(485, 15, 2357, NULL, 'event', 1685381586, 1),
20763(486, 15, 2358, NULL, 'event', 1685381586, 1),26402(486, 15, 2358, NULL, 'event', 1685381586, 1),
20764(487, 15, 2359, NULL, 'event', 1685381586, 1),26403(487, 15, 2359, NULL, 'event', 1685381586, 1),
20765(488, 15, 2360, NULL, 'event', 1685381586, 1),26404(488, 15, 2360, NULL, 'event', 1685381586, 1),
20766(489, 15, 2361, NULL, 'event', 1685381586, 1),26405(489, 15, 2361, NULL, 'event', 1685381586, 1),
20767(490, 15, 2362, NULL, 'event', 1685381586, 1),26406(490, 15, 2362, NULL, 'event', 1685381586, 1),
20768(491, 15, 2363, NULL, 'event', 1685381586, 1),26407(491, 15, 2363, NULL, 'event', 1685381586, 1),
20769(492, 15, 2364, NULL, 'event', 1685381586, 1),26408(492, 15, 2364, NULL, 'event', 1685381586, 1),
20770(493, 15, 2365, NULL, 'event', 1685381586, 1),26409(493, 15, 2365, NULL, 'event', 1685381586, 1),
20771(494, 15, 2366, NULL, 'event', 1685381586, 1),26410(494, 15, 2366, NULL, 'event', 1685381586, 1),
20772(495, 15, 303, NULL, 'event', 1685381586, 1),26411(495, 15, 303, NULL, 'event', 1685381586, 1),
20773(496, 15, 312, NULL, 'event', 1685381586, 1),26412(496, 15, 312, NULL, 'event', 1685381586, 1),
20774(497, 15, 313, NULL, 'event', 1685381586, 1),26413(497, 15, 313, NULL, 'event', 1685381586, 1),
20775(498, 15, 314, NULL, 'event', 1685381586, 1),26414(498, 15, 314, NULL, 'event', 1685381586, 1),
20776(499, 15, 315, NULL, 'event', 1685381586, 1),26415(499, 15, 315, NULL, 'event', 1685381586, 1),
20777(500, 15, 2367, NULL, 'event', 1685381586, 1),26416(500, 15, 2367, NULL, 'event', 1685381586, 1),
20778(501, 15, 2368, NULL, 'event', 1685381586, 1),26417(501, 15, 2368, NULL, 'event', 1685381586, 1),
20779(502, 15, 2369, NULL, 'event', 1685381586, 1),26418(502, 15, 2369, NULL, 'event', 1685381586, 1),
20780(503, 15, 2370, NULL, 'event', 1685381586, 1),26419(503, 15, 2370, NULL, 'event', 1685381586, 1),
20781(504, 15, 2371, NULL, 'event', 1685381586, 1),26420(504, 15, 2371, NULL, 'event', 1685381586, 1),
20782(505, 15, 2372, NULL, 'event', 1685381586, 1),26421(505, 15, 2372, NULL, 'event', 1685381586, 1),
20783(506, 15, 2373, NULL, 'event', 1685381586, 1),26422(506, 15, 2373, NULL, 'event', 1685381586, 1),
20784(507, 15, 2374, NULL, 'event', 1685381586, 1),26423(507, 15, 2374, NULL, 'event', 1685381586, 1),
20785(508, 15, 316, NULL, 'event', 1685381586, 1),26424(508, 15, 316, NULL, 'event', 1685381586, 1),
20786(509, 15, 2375, NULL, 'event', 1685381586, 1),26425(509, 15, 2375, NULL, 'event', 1685381586, 1),
20787(510, 15, 2376, NULL, 'event', 1685381586, 1),26426(510, 15, 2376, NULL, 'event', 1685381586, 1),
20788(511, 15, 2377, NULL, 'event', 1685381586, 1),26427(511, 15, 2377, NULL, 'event', 1685381586, 1),
20789(512, 15, 2378, NULL, 'event', 1685381586, 1),26428(512, 15, 2378, NULL, 'event', 1685381586, 1),
20790(513, 15, 2379, NULL, 'event', 1685381586, 1),26429(513, 15, 2379, NULL, 'event', 1685381586, 1),
20791(514, 15, 2380, NULL, 'event', 1685381586, 1),26430(514, 15, 2380, NULL, 'event', 1685381586, 1),
20792(515, 15, 2381, NULL, 'event', 1685381586, 1),26431(515, 15, 2381, NULL, 'event', 1685381586, 1),
20793(516, 15, 317, NULL, 'event', 1685381586, 1),26432(516, 15, 317, NULL, 'event', 1685381586, 1),
20794(517, 15, 2382, NULL, 'event', 1685381586, 1),26433(517, 15, 2382, NULL, 'event', 1685381586, 1),
20795(518, 15, 2383, NULL, 'event', 1685381586, 1),26434(518, 15, 2383, NULL, 'event', 1685381586, 1),
20796(519, 15, 2384, NULL, 'event', 1685381586, 1),26435(519, 15, 2384, NULL, 'event', 1685381586, 1),
20797(520, 15, 2385, NULL, 'event', 1685381586, 1),26436(520, 15, 2385, NULL, 'event', 1685381586, 1),
20798(521, 15, 2386, NULL, 'event', 1685381586, 1),26437(521, 15, 2386, NULL, 'event', 1685381586, 1),
20799(522, 15, 2387, NULL, 'event', 1685381586, 1),26438(522, 15, 2387, NULL, 'event', 1685381586, 1),
20800(523, 15, 2388, NULL, 'event', 1685381586, 1),26439(523, 15, 2388, NULL, 'event', 1685381586, 1),
20801(524, 15, 300, NULL, 'event', 1685381586, 1),26440(524, 15, 300, NULL, 'event', 1685381586, 1),
20802(525, 15, 318, NULL, 'event', 1685381586, 1),26441(525, 15, 318, NULL, 'event', 1685381586, 1),
20803(526, 15, 2389, NULL, 'event', 1685381586, 1),26442(526, 15, 2389, NULL, 'event', 1685381586, 1),
20804(527, 15, 2390, NULL, 'event', 1685381586, 1),26443(527, 15, 2390, NULL, 'event', 1685381586, 1),
20805(528, 15, 2391, NULL, 'event', 1685381586, 1),26444(528, 15, 2391, NULL, 'event', 1685381586, 1),
20806(529, 15, 2392, NULL, 'event', 1685381586, 1),26445(529, 15, 2392, NULL, 'event', 1685381586, 1),
20807(530, 15, 2393, NULL, 'event', 1685381586, 1),26446(530, 15, 2393, NULL, 'event', 1685381586, 1),
20808(531, 15, 299, NULL, 'event', 1685381586, 1),26447(531, 15, 299, NULL, 'event', 1685381586, 1),
20809(532, 15, 319, NULL, 'event', 1685381586, 1),26448(532, 15, 319, NULL, 'event', 1685381586, 1),
20810(533, 15, 2394, NULL, 'event', 1685381586, 1),26449(533, 15, 2394, NULL, 'event', 1685381586, 1),
20811(534, 15, 2395, NULL, 'event', 1685381586, 1),26450(534, 15, 2395, NULL, 'event', 1685381586, 1),
20812(535, 15, 2396, NULL, 'event', 1685381586, 1),26451(535, 15, 2396, NULL, 'event', 1685381586, 1),
20813(536, 15, 2397, NULL, 'event', 1685381586, 1),26452(536, 15, 2397, NULL, 'event', 1685381586, 1),
20814(537, 15, 2398, NULL, 'event', 1685381586, 1),26453(537, 15, 2398, NULL, 'event', 1685381586, 1),
20815(538, 15, 2399, NULL, 'event', 1685381586, 1),26454(538, 15, 2399, NULL, 'event', 1685381586, 1),
20816(539, 15, 2400, NULL, 'event', 1685381586, 1),26455(539, 15, 2400, NULL, 'event', 1685381586, 1),
20817(540, 15, 2401, NULL, 'event', 1685381586, 1),26456(540, 15, 2401, NULL, 'event', 1685381586, 1),
20818(541, 15, 2402, NULL, 'event', 1685381586, 1),26457(541, 15, 2402, NULL, 'event', 1685381586, 1),
20819(542, 15, 320, NULL, 'event', 1685381586, 1),26458(542, 15, 320, NULL, 'event', 1685381586, 1),
20820(543, 15, 321, NULL, 'event', 1685381586, 1),26459(543, 15, 321, NULL, 'event', 1685381586, 1),
20821(544, 15, 296, NULL, 'event', 1685381586, 1),26460(544, 15, 296, NULL, 'event', 1685381586, 1),
20822(545, 15, 295, NULL, 'event', 1685381586, 1),26461(545, 15, 295, NULL, 'event', 1685381586, 1),
20823(546, 15, 323, NULL, 'event', 1685381586, 1),26462(546, 15, 323, NULL, 'event', 1685381586, 1),
20824(547, 15, 324, NULL, 'event', 1685381586, 1),26463(547, 15, 324, NULL, 'event', 1685381586, 1),
20825(548, 15, 325, NULL, 'event', 1685381586, 1),26464(548, 15, 325, NULL, 'event', 1685381586, 1),
20826(549, 15, 294, NULL, 'event', 1685381586, 1),26465(549, 15, 294, NULL, 'event', 1685381586, 1),
20827(550, 15, 326, NULL, 'event', 1685381586, 1),26466(550, 15, 326, NULL, 'event', 1685381586, 1),
20828(551, 15, 293, NULL, 'event', 1685381586, 1),26467(551, 15, 293, NULL, 'event', 1685381586, 1),
20829(552, 15, 292, NULL, 'event', 1685381586, 1),26468(552, 15, 292, NULL, 'event', 1685381586, 1),
20830(553, 15, 328, NULL, 'event', 1685381586, 1),26469(553, 15, 328, NULL, 'event', 1685381586, 1),
20831(554, 15, 329, NULL, 'event', 1685381586, 1),26470(554, 15, 329, NULL, 'event', 1685381586, 1),
20832(555, 15, 330, NULL, 'event', 1685381586, 1),26471(555, 15, 330, NULL, 'event', 1685381586, 1),
20833(556, 15, 331, NULL, 'event', 1685381586, 1),26472(556, 15, 331, NULL, 'event', 1685381586, 1),
20834(557, 15, 291, NULL, 'event', 1685381586, 1),26473(557, 15, 291, NULL, 'event', 1685381586, 1),
20835(558, 15, 333, NULL, 'event', 1685381586, 1),26474(558, 15, 333, NULL, 'event', 1685381586, 1),
20836(559, 15, 334, NULL, 'event', 1685381586, 1),26475(559, 15, 334, NULL, 'event', 1685381586, 1),
20837(560, 15, 290, NULL, 'event', 1685381586, 1),26476(560, 15, 290, NULL, 'event', 1685381586, 1),
20838(561, 15, 335, NULL, 'event', 1685381586, 1),26477(561, 15, 335, NULL, 'event', 1685381586, 1),
20839(562, 15, 289, NULL, 'event', 1685381586, 1),26478(562, 15, 289, NULL, 'event', 1685381586, 1),
20840(563, 15, 288, NULL, 'event', 1685381586, 1),26479(563, 15, 288, NULL, 'event', 1685381586, 1),
20841(564, 15, 287, NULL, 'event', 1685381586, 1),26480(564, 15, 287, NULL, 'event', 1685381586, 1),
20842(565, 15, 286, NULL, 'event', 1685381586, 1),26481(565, 15, 286, NULL, 'event', 1685381586, 1),
20843(566, 15, 284, NULL, 'event', 1685381586, 1);26482(566, 15, 284, NULL, 'event', 1685381586, 1);
2084426483
20845-- --------------------------------------------------------26484-- --------------------------------------------------------
2084626485
20847--26486--
20848-- Table structure for table `event_options`26487-- Table structure for table `event_options`
20849--26488--
2085026489
20851CREATE TABLE `event_options` (26490CREATE TABLE `event_options` (
20852  `event_option_id` int(11) UNSIGNED NOT NULL,26491  `event_option_id` int(11) UNSIGNED NOT NULL,
20853  `event_id` int(11) NOT NULL,26492  `event_id` int(11) NOT NULL,
20854  `event_hash` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,26493  `event_hash` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
20855  `sms_mode_enabled` tinyint(4) NOT NULL DEFAULT '0',26494  `sms_mode_enabled` tinyint(4) NOT NULL DEFAULT '0',
20856  `late_timestamp` int(11) DEFAULT NULL,26495  `late_timestamp` int(11) DEFAULT NULL,
20857  `created_date` int(11) NOT NULL,26496  `created_date` int(11) NOT NULL,
20858  `created_by` int(11) NOT NULL,26497  `created_by` int(11) NOT NULL,
20859  `updated_date` int(11) DEFAULT NULL,26498  `updated_date` int(11) DEFAULT NULL,
20860  `updated_by` int(11) DEFAULT NULL,26499  `updated_by` int(11) DEFAULT NULL,
20861  `deleted_date` int(11) DEFAULT NULL26500  `deleted_date` int(11) DEFAULT NULL
20862) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;26501) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2086326502
20864-- --------------------------------------------------------26503-- --------------------------------------------------------
2086526504
20866--26505--
20867-- Table structure for table `event_related`26506-- Table structure for table `event_related`
20868--26507--
2086926508
20870CREATE TABLE `event_related` (26509CREATE TABLE `event_related` (
20871  `erelated_id` int(12) NOT NULL,26510  `erelated_id` int(12) NOT NULL,
20872  `event_id` int(12) NOT NULL DEFAULT '0',26511  `event_id` int(12) NOT NULL DEFAULT '0',
20873  `related_type` enum('event_id') NOT NULL DEFAULT 'event_id',26512  `related_type` enum('event_id') NOT NULL DEFAULT 'event_id',
20874  `related_value` varchar(16) NOT NULL,26513  `related_value` varchar(16) NOT NULL,
20875  `updated_date` bigint(64) NOT NULL DEFAULT '0',26514  `updated_date` bigint(64) NOT NULL DEFAULT '0',
20876  `updated_by` int(12) NOT NULL DEFAULT '0'26515  `updated_by` int(12) NOT NULL DEFAULT '0'
20877) ENGINE=InnoDB DEFAULT CHARSET=utf8;26516) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2087826517
20879-- --------------------------------------------------------26518-- --------------------------------------------------------
2088026519
20881--26520--
20882-- Table structure for table `event_resources`26521-- Table structure for table `event_resources`
20883--26522--
2088426523
20885CREATE TABLE `event_resources` (26524CREATE TABLE `event_resources` (
20886  `event_resources_id` int(11) UNSIGNED NOT NULL,26525  `event_resources_id` int(11) UNSIGNED NOT NULL,
20887  `fk_resource_id` int(11) NOT NULL,26526  `fk_resource_id` int(11) NOT NULL,
20888  `fk_event_id` int(11) NOT NULL,26527  `fk_event_id` int(11) NOT NULL,
20889  `updated_date` bigint(64) NOT NULL,26528  `updated_date` bigint(64) NOT NULL,
20890  `updated_by` int(11) NOT NULL26529  `updated_by` int(11) NOT NULL
20891) ENGINE=InnoDB DEFAULT CHARSET=utf8;26530) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2089226531
20893-- --------------------------------------------------------26532-- --------------------------------------------------------
2089426533
20895--26534--
20896-- Table structure for table `event_resource_class_work`26535-- Table structure for table `event_resource_class_work`
20897--26536--
2089826537
20899CREATE TABLE `event_resource_class_work` (26538CREATE TABLE `event_resource_class_work` (
20900  `event_resource_class_work_id` int(12) UNSIGNED NOT NULL,26539  `event_resource_class_work_id` int(12) UNSIGNED NOT NULL,
20901  `event_id` int(12) NOT NULL,26540  `event_id` int(12) NOT NULL,
20902  `resource_class_work` text,26541  `resource_class_work` text,
20903  `required` tinyint(1) NOT NULL DEFAULT '0',26542  `required` tinyint(1) NOT NULL DEFAULT '0',
20904  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',26543  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',
20905  `release_required` tinyint(1) NOT NULL DEFAULT '0',26544  `release_required` tinyint(1) NOT NULL DEFAULT '0',
20906  `release_date` int(12) NOT NULL DEFAULT '0',26545  `release_date` int(12) NOT NULL DEFAULT '0',
20907  `release_until` int(12) NOT NULL DEFAULT '0',26546  `release_until` int(12) NOT NULL DEFAULT '0',
20908  `updated_date` int(12) NOT NULL,26547  `updated_date` int(12) NOT NULL,
20909  `updated_by` int(12) NOT NULL,26548  `updated_by` int(12) NOT NULL,
20910  `active` tinyint(1) NOT NULL DEFAULT '1'26549  `active` tinyint(1) NOT NULL DEFAULT '1'
20911) ENGINE=InnoDB DEFAULT CHARSET=utf8;26550) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2091226551
20913-- --------------------------------------------------------26552-- --------------------------------------------------------
2091426553
20915--26554--
20916-- Table structure for table `event_resource_entities`26555-- Table structure for table `event_resource_entities`
20917--26556--
2091826557
20919CREATE TABLE `event_resource_entities` (26558CREATE TABLE `event_resource_entities` (
20920  `event_resource_entity_id` int(12) UNSIGNED NOT NULL,26559  `event_resource_entity_id` int(12) UNSIGNED NOT NULL,
20921  `event_status` enum('published','draft') NOT NULL DEFAULT 'published',26560  `event_status` enum('published','draft') NOT NULL DEFAULT 'published',
20922  `event_id` int(12) NOT NULL,26561  `event_id` int(12) NOT NULL,
20923  `section_id` int(12) UNSIGNED DEFAULT NULL,26562  `section_id` int(12) UNSIGNED DEFAULT NULL,
20924  `entity_type` int(12) NOT NULL,26563  `entity_type` int(12) NOT NULL,
20925  `entity_value` int(12) NOT NULL,26564  `entity_value` int(12) NOT NULL,
20926  `release_date` bigint(64) NOT NULL DEFAULT '0',26565  `release_date` bigint(64) NOT NULL DEFAULT '0',
20927  `release_until` bigint(64) NOT NULL DEFAULT '0',26566  `release_until` bigint(64) NOT NULL DEFAULT '0',
20928  `time_estimate` int(11) DEFAULT NULL,26567  `time_estimate` int(11) DEFAULT NULL,
20929  `updated_date` int(12) NOT NULL,26568  `updated_date` int(12) NOT NULL,
20930  `updated_by` int(12) NOT NULL,26569  `updated_by` int(12) NOT NULL,
20931  `active` tinyint(1) NOT NULL DEFAULT '1',26570  `active` tinyint(1) NOT NULL DEFAULT '1',
20932  `display_order` int(11) DEFAULT '0'26571  `display_order` int(11) DEFAULT '0'
20933) ENGINE=InnoDB DEFAULT CHARSET=utf8;26572) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2093426573
20935--26574--
20936-- Dumping data for table `event_resource_entities`26575-- Dumping data for table `event_resource_entities`
20937--26576--
2093826577
20939INSERT INTO `event_resource_entities` (`event_resource_entity_id`, `event_status`, `event_id`, `section_id`, `entity_type`, `entity_value`, `release_date`, `release_until`, `time_estimate`, `updated_date`, `updated_by`, `active`, `display_order`) VALUES26578INSERT INTO `event_resource_entities` (`event_resource_entity_id`, `event_status`, `event_id`, `section_id`, `entity_type`, `entity_value`, `release_date`, `release_until`, `time_estimate`, `updated_date`, `updated_by`, `active`, `display_order`) VALUES
20940(1, 'published', 1, NULL, 11, 1, 0, 0, 30, 1640129095, 1, 1, 0),26579(1, 'published', 1, NULL, 11, 1, 0, 0, 30, 1640129095, 1, 1, 0),
20941(2, 'published', 1, NULL, 11, 2, 0, 0, 30, 1640129119, 1, 1, 1),26580(2, 'published', 1, NULL, 11, 2, 0, 0, 30, 1640129119, 1, 1, 1),
20942(3, 'published', 1, NULL, 11, 3, 0, 0, 30, 1640129132, 1, 1, 2),26581(3, 'published', 1, NULL, 11, 3, 0, 0, 30, 1640129132, 1, 1, 2),
20943(4, 'published', 1, NULL, 11, 4, 0, 0, 30, 1640129209, 1, 0, 3),26582(4, 'published', 1, NULL, 11, 4, 0, 0, 30, 1640129209, 1, 0, 3),
20944(5, 'published', 1, NULL, 11, 5, 0, 0, 30, 1640129317, 1, 0, 4),26583(5, 'published', 1, NULL, 11, 5, 0, 0, 30, 1640129317, 1, 0, 4),
20945(6, 'published', 1, NULL, 11, 6, 0, 0, 30, 1640129355, 1, 0, 1),26584(6, 'published', 1, NULL, 11, 6, 0, 0, 30, 1640129355, 1, 0, 1),
20946(7, 'published', 1, NULL, 11, 7, 0, 0, 15, 1640129410, 1, 0, 1),26585(7, 'published', 1, NULL, 11, 7, 0, 0, 15, 1640129410, 1, 0, 1),
20947(8, 'published', 4, NULL, 8, 1, 0, 0, NULL, 1685381586, 1, 1, 0),26586(8, 'published', 4, NULL, 8, 1, 0, 0, NULL, 1685381586, 1, 1, 0),
20948(9, 'published', 4, NULL, 11, 4, 0, 0, 15, 1685381586, 1, 1, 3),26587(9, 'published', 4, NULL, 11, 4, 0, 0, 15, 1685381586, 1, 1, 3),
20949(10, 'published', 4, NULL, 3, 1, 0, 0, 5, 1685381586, 1, 1, 2),26588(10, 'published', 4, NULL, 3, 1, 0, 0, 5, 1685381586, 1, 1, 2),
20950(11, 'published', 4, NULL, 14, 1, 0, 0, 25, 1685381586, 1, 1, 1),26589(11, 'published', 4, NULL, 14, 1, 0, 0, 25, 1685381586, 1, 1, 1),
20951(12, 'published', 4, NULL, 11, 5, 0, 0, 5, 1685381586, 1, 1, 1),26590(12, 'published', 4, NULL, 11, 5, 0, 0, 5, 1685381586, 1, 1, 1),
20952(13, 'published', 18, NULL, 11, 6, 0, 0, 20, 1685381586, 1, 1, 0),26591(13, 'published', 18, NULL, 11, 6, 0, 0, 20, 1685381586, 1, 1, 0),
20953(14, 'published', 19, NULL, 11, 7, 0, 0, 20, 1685381586, 1, 1, 0),26592(14, 'published', 19, NULL, 11, 7, 0, 0, 20, 1685381586, 1, 1, 0),
20954(15, 'published', 20, NULL, 11, 8, 0, 0, 20, 1685381586, 1, 1, 0),26593(15, 'published', 20, NULL, 11, 8, 0, 0, 20, 1685381586, 1, 1, 0),
20955(16, 'published', 4, NULL, 7, 1, 0, 0, 20, 1685381586, 1, 1, 0),26594(16, 'published', 4, NULL, 7, 1, 0, 0, 20, 1685381586, 1, 1, 0),
20956(17, 'published', 30, NULL, 12, 4, 0, 0, NULL, 1685381586, 1, 1, 0);26595(17, 'published', 30, NULL, 12, 4, 0, 0, NULL, 1685381586, 1, 1, 0);
2095726596
20958-- --------------------------------------------------------26597-- --------------------------------------------------------
2095926598
20960--26599--
20961-- Table structure for table `event_resource_external_uploads`26600-- Table structure for table `event_resource_external_uploads`
20962--26601--
2096326602
20964CREATE TABLE `event_resource_external_uploads` (26603CREATE TABLE `event_resource_external_uploads` (
20965  `id` int(12) UNSIGNED NOT NULL,26604  `id` int(12) UNSIGNED NOT NULL,
20966  `draft_id` int(11) UNSIGNED NOT NULL,26605  `draft_id` int(11) UNSIGNED NOT NULL,
20967  `devent_id` int(12) UNSIGNED NOT NULL,26606  `devent_id` int(12) UNSIGNED NOT NULL,
20968  `source` enum('box') NOT NULL DEFAULT 'box',26607  `source` enum('box') NOT NULL DEFAULT 'box',
20969  `file_id` bigint(20) UNSIGNED NOT NULL,26608  `file_id` bigint(20) UNSIGNED NOT NULL,
20970  `file_name` varchar(512) NOT NULL,26609  `file_name` varchar(512) NOT NULL,
20971  `convert_folders_to_sections` tinyint(1) DEFAULT '0',26610  `convert_folders_to_sections` tinyint(1) DEFAULT '0',
20972  `upload_status` enum('queued','uploading','complete','failed') NOT NULL DEFAULT 'queued',26611  `upload_status` enum('queued','uploading','complete','failed') NOT NULL DEFAULT 'queued',
20973  `upload_started_at` bigint(20) UNSIGNED DEFAULT NULL,26612  `upload_started_at` bigint(20) UNSIGNED DEFAULT NULL,
20974  `upload_finished_at` bigint(20) UNSIGNED DEFAULT NULL,26613  `upload_finished_at` bigint(20) UNSIGNED DEFAULT NULL,
20975  `event_resource_entity_id` int(12) UNSIGNED DEFAULT NULL,26614  `event_resource_entity_id` int(12) UNSIGNED DEFAULT NULL,
20976  `created_at` bigint(20) NOT NULL,26615  `created_at` bigint(20) NOT NULL,
20977  `created_by` int(12) UNSIGNED NOT NULL,26616  `created_by` int(12) UNSIGNED NOT NULL,
20978  `updated_at` bigint(20) NOT NULL,26617  `updated_at` bigint(20) NOT NULL,
20979  `updated_by` int(12) UNSIGNED NOT NULL26618  `updated_by` int(12) UNSIGNED NOT NULL
20980) ENGINE=InnoDB DEFAULT CHARSET=latin1;26619) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2098126620
20982-- --------------------------------------------------------26621-- --------------------------------------------------------
2098326622
20984--26623--
20985-- Table structure for table `event_resource_homework`26624-- Table structure for table `event_resource_homework`
20986--26625--
2098726626
20988CREATE TABLE `event_resource_homework` (26627CREATE TABLE `event_resource_homework` (
20989  `event_resource_homework_id` int(12) UNSIGNED NOT NULL,26628  `event_resource_homework_id` int(12) UNSIGNED NOT NULL,
20990  `event_id` int(12) NOT NULL,26629  `event_id` int(12) NOT NULL,
20991  `resource_homework` text,26630  `resource_homework` text,
20992  `required` tinyint(1) NOT NULL DEFAULT '0',26631  `required` tinyint(1) NOT NULL DEFAULT '0',
20993  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',26632  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',
20994  `release_required` tinyint(1) NOT NULL DEFAULT '0',26633  `release_required` tinyint(1) NOT NULL DEFAULT '0',
20995  `release_date` int(12) NOT NULL DEFAULT '0',26634  `release_date` int(12) NOT NULL DEFAULT '0',
20996  `release_until` int(12) NOT NULL DEFAULT '0',26635  `release_until` int(12) NOT NULL DEFAULT '0',
20997  `updated_date` int(12) NOT NULL,26636  `updated_date` int(12) NOT NULL,
20998  `updated_by` int(12) NOT NULL,26637  `updated_by` int(12) NOT NULL,
20999  `active` tinyint(1) NOT NULL DEFAULT '1'26638  `active` tinyint(1) NOT NULL DEFAULT '1'
21000) ENGINE=InnoDB DEFAULT CHARSET=utf8;26639) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2100126640
21002-- --------------------------------------------------------26641-- --------------------------------------------------------
2100326642
21004--26643--
21005-- Table structure for table `event_resource_sections`26644-- Table structure for table `event_resource_sections`
21006--26645--
2100726646
21008CREATE TABLE `event_resource_sections` (26647CREATE TABLE `event_resource_sections` (
21009  `event_resource_section_id` int(12) UNSIGNED NOT NULL,26648  `event_resource_section_id` int(12) UNSIGNED NOT NULL,
21010  `event_id` int(12) NOT NULL,26649  `event_id` int(12) NOT NULL,
21011  `event_status` enum('draft','published') NOT NULL DEFAULT 'published',26650  `event_status` enum('draft','published') NOT NULL DEFAULT 'published',
21012  `section_name` varchar(256) NOT NULL,26651  `section_name` varchar(256) NOT NULL,
21013  `section_order` int(10) UNSIGNED NOT NULL DEFAULT '0',26652  `section_order` int(10) UNSIGNED NOT NULL DEFAULT '0',
21014  `updated_date` int(12) NOT NULL,26653  `updated_date` int(12) NOT NULL,
21015  `updated_by` int(12) NOT NULL26654  `updated_by` int(12) NOT NULL
21016) ENGINE=InnoDB DEFAULT CHARSET=latin1;26655) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2101726656
21018-- --------------------------------------------------------26657-- --------------------------------------------------------
2101926658
21020--26659--
21021-- Table structure for table `event_resource_streaming`26660-- Table structure for table `event_resource_streaming`
21022--26661--
2102326662
21024CREATE TABLE `event_resource_streaming` (26663CREATE TABLE `event_resource_streaming` (
21025  `event_resource_streaming_id` int(12) UNSIGNED NOT NULL,26664  `event_resource_streaming_id` int(12) UNSIGNED NOT NULL,
21026  `event_id` int(12) NOT NULL,26665  `event_id` int(12) NOT NULL,
21027  `title` varchar(255) DEFAULT NULL,26666  `title` varchar(255) DEFAULT NULL,
21028  `description` text,26667  `description` text,
21029  `embed_code` text,26668  `embed_code` text,
21030  `required` tinyint(1) NOT NULL DEFAULT '0',26669  `required` tinyint(1) NOT NULL DEFAULT '0',
21031  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',26670  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',
21032  `release_date` int(12) NOT NULL DEFAULT '0',26671  `release_date` int(12) NOT NULL DEFAULT '0',
21033  `release_until` int(12) NOT NULL DEFAULT '0',26672  `release_until` int(12) NOT NULL DEFAULT '0',
21034  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,26673  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
21035  `updated_by` int(12) UNSIGNED DEFAULT NULL,26674  `updated_by` int(12) UNSIGNED DEFAULT NULL,
21036  `active` tinyint(1) DEFAULT '1'26675  `active` tinyint(1) DEFAULT '1'
21037) ENGINE=InnoDB DEFAULT CHARSET=utf8;26676) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2103826677
21039--26678--
21040-- Dumping data for table `event_resource_streaming`26679-- Dumping data for table `event_resource_streaming`
21041--26680--
2104226681
21043INSERT INTO `event_resource_streaming` (`event_resource_streaming_id`, `event_id`, `title`, `description`, `embed_code`, `required`, `timeframe`, `release_date`, `release_until`, `updated_date`, `updated_by`, `active`) VALUES26682INSERT INTO `event_resource_streaming` (`event_resource_streaming_id`, `event_id`, `title`, `description`, `embed_code`, `required`, `timeframe`, `release_date`, `release_until`, `updated_date`, `updated_by`, `active`) VALUES
21044(1, 4, 'Test Streamable Media - OPS-698', 'This is a test streamable media.', '<div id=\"user_resi-video-player\"></div>\n', 0, 'post', 0, 0, 1685381586, 1, 1);26683(1, 4, 'Test Streamable Media - OPS-698', 'This is a test streamable media.', '<div id=\"user_resi-video-player\"></div>\n', 0, 'post', 0, 0, 1685381586, 1, 1);
2104526684
21046-- --------------------------------------------------------26685-- --------------------------------------------------------
2104726686
21048--26687--
21049-- Table structure for table `event_resource_textbook_reading`26688-- Table structure for table `event_resource_textbook_reading`
21050--26689--
2105126690
21052CREATE TABLE `event_resource_textbook_reading` (26691CREATE TABLE `event_resource_textbook_reading` (
21053  `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL,26692  `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL,
21054  `event_id` int(12) NOT NULL,26693  `event_id` int(12) NOT NULL,
21055  `resource_textbook_reading` text,26694  `resource_textbook_reading` text,
21056  `required` tinyint(1) NOT NULL DEFAULT '0',26695  `required` tinyint(1) NOT NULL DEFAULT '0',
21057  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',26696  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',
21058  `release_required` tinyint(1) NOT NULL DEFAULT '0',26697  `release_required` tinyint(1) NOT NULL DEFAULT '0',
21059  `release_date` int(12) NOT NULL DEFAULT '0',26698  `release_date` int(12) NOT NULL DEFAULT '0',
21060  `release_until` int(12) NOT NULL DEFAULT '0',26699  `release_until` int(12) NOT NULL DEFAULT '0',
21061  `updated_date` int(12) NOT NULL,26700  `updated_date` int(12) NOT NULL,
21062  `updated_by` int(12) NOT NULL,26701  `updated_by` int(12) NOT NULL,
21063  `active` tinyint(1) NOT NULL DEFAULT '1'26702  `active` tinyint(1) NOT NULL DEFAULT '1'
21064) ENGINE=InnoDB DEFAULT CHARSET=utf8;26703) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2106526704
21066-- --------------------------------------------------------26705-- --------------------------------------------------------
2106726706
21068--26707--
21069-- Table structure for table `event_room_resources`26708-- Table structure for table `event_room_resources`
21070--26709--
2107126710
21072CREATE TABLE `event_room_resources` (26711CREATE TABLE `event_room_resources` (
21073  `event_room_resources_id` int(12) UNSIGNED NOT NULL,26712  `event_room_resources_id` int(12) UNSIGNED NOT NULL,
21074  `event_id` int(12) NOT NULL,26713  `event_id` int(12) NOT NULL,
21075  `resource_id` int(11) UNSIGNED NOT NULL26714  `resource_id` int(11) UNSIGNED NOT NULL
21076) ENGINE=InnoDB DEFAULT CHARSET=utf8;26715) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2107726716
21078-- --------------------------------------------------------26717-- --------------------------------------------------------
2107926718
21080--26719--
21081-- Table structure for table `event_topics`26720-- Table structure for table `event_topics`
21082--26721--
2108326722
21084CREATE TABLE `event_topics` (26723CREATE TABLE `event_topics` (
21085  `etopic_id` int(12) NOT NULL,26724  `etopic_id` int(12) NOT NULL,
21086  `event_id` int(12) NOT NULL DEFAULT '0',26725  `event_id` int(12) NOT NULL DEFAULT '0',
21087  `topic_id` int(12) NOT NULL DEFAULT '0',26726  `topic_id` int(12) NOT NULL DEFAULT '0',
21088  `topic_coverage` enum('major','minor') NOT NULL,26727  `topic_coverage` enum('major','minor') NOT NULL,
21089  `topic_time` varchar(25) DEFAULT NULL,26728  `topic_time` varchar(25) DEFAULT NULL,
21090  `updated_date` bigint(64) NOT NULL,26729  `updated_date` bigint(64) NOT NULL,
21091  `updated_by` int(12) NOT NULL26730  `updated_by` int(12) NOT NULL
21092) ENGINE=InnoDB DEFAULT CHARSET=utf8;26731) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2109326732
21094-- --------------------------------------------------------26733-- --------------------------------------------------------
2109526734
21096--26735--
21097-- Table structure for table `examity_config`26736-- Table structure for table `examity_config`
21098--26737--
2109926738
21100CREATE TABLE `examity_config` (26739CREATE TABLE `examity_config` (
21101  `examity_config_id` int(12) UNSIGNED NOT NULL,26740  `examity_config_id` int(12) UNSIGNED NOT NULL,
21102  `exam_post_id` int(11) UNSIGNED DEFAULT NULL,26741  `exam_post_id` int(11) UNSIGNED DEFAULT NULL,
21103  `exam_url` char(128) NOT NULL,26742  `exam_url` char(128) NOT NULL,
21104  `exam_username` char(100) DEFAULT NULL,26743  `exam_username` char(100) DEFAULT NULL,
21105  `exam_password` char(100) DEFAULT NULL,26744  `exam_password` char(100) DEFAULT NULL,
21106  `exam_timezone` char(50) DEFAULT NULL,26745  `exam_timezone` char(50) DEFAULT NULL,
21107  `exam_instructions` text,26746  `exam_instructions` text,
21108  `exam_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',26747  `exam_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
21109  `created_date` int(12) UNSIGNED NOT NULL,26748  `created_date` int(12) UNSIGNED NOT NULL,
21110  `created_by` int(11) UNSIGNED NOT NULL,26749  `created_by` int(11) UNSIGNED NOT NULL,
21111  `updated_date` int(12) UNSIGNED DEFAULT NULL,26750  `updated_date` int(12) UNSIGNED DEFAULT NULL,
21112  `updated_by` int(11) UNSIGNED DEFAULT NULL,26751  `updated_by` int(11) UNSIGNED DEFAULT NULL,
21113  `deleted_date` int(12) UNSIGNED DEFAULT NULL26752  `deleted_date` int(12) UNSIGNED DEFAULT NULL
21114) ENGINE=InnoDB DEFAULT CHARSET=utf8;26753) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2111526754
21116-- --------------------------------------------------------26755-- --------------------------------------------------------
2111726756
21118--26757--
21119-- Table structure for table `examity_users`26758-- Table structure for table `examity_users`
21120--26759--
2112126760
21122CREATE TABLE `examity_users` (26761CREATE TABLE `examity_users` (
21123  `examity_user_id` int(12) UNSIGNED NOT NULL,26762  `examity_user_id` int(12) UNSIGNED NOT NULL,
21124  `examity_config_id` int(11) UNSIGNED NOT NULL,26763  `examity_config_id` int(11) UNSIGNED NOT NULL,
21125  `proxy_id` int(11) UNSIGNED NOT NULL,26764  `proxy_id` int(11) UNSIGNED NOT NULL,
21126  `exam_code` char(16) DEFAULT NULL,26765  `exam_code` char(16) DEFAULT NULL,
21127  `transaction_id` bigint(15) UNSIGNED DEFAULT NULL,26766  `transaction_id` bigint(15) UNSIGNED DEFAULT NULL,
21128  `appointment_date` char(50) DEFAULT NULL,26767  `appointment_date` char(50) DEFAULT NULL,
21129  `status` char(50) DEFAULT NULL,26768  `status` char(50) DEFAULT NULL,
21130  `created_date` int(12) UNSIGNED NOT NULL,26769  `created_date` int(12) UNSIGNED NOT NULL,
21131  `created_by` int(11) UNSIGNED NOT NULL,26770  `created_by` int(11) UNSIGNED NOT NULL,
21132  `updated_date` int(12) DEFAULT NULL,26771  `updated_date` int(12) DEFAULT NULL,
21133  `updated_by` int(11) DEFAULT NULL,26772  `updated_by` int(11) DEFAULT NULL,
21134  `deleted_date` int(12) DEFAULT NULL,26773  `deleted_date` int(12) DEFAULT NULL,
21135  `update_flag` int(1) UNSIGNED NOT NULL DEFAULT '1'26774  `update_flag` int(1) UNSIGNED NOT NULL DEFAULT '1'
21136) ENGINE=InnoDB DEFAULT CHARSET=utf8;26775) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2113726776
21138-- --------------------------------------------------------26777-- --------------------------------------------------------
2113926778
21140--26779--
21141-- Table structure for table `exams`26780-- Table structure for table `exams`
21142--26781--
2114326782
21144CREATE TABLE `exams` (26783CREATE TABLE `exams` (
21145  `exam_id` int(11) UNSIGNED NOT NULL,26784  `exam_id` int(11) UNSIGNED NOT NULL,
21146  `folder_id` int(12) DEFAULT '0',26785  `folder_id` int(12) DEFAULT '0',
21147  `organisation_id` int(11) NOT NULL,26786  `organisation_id` int(11) NOT NULL,
21148  `title` varchar(1024) NOT NULL DEFAULT '',26787  `title` varchar(1024) NOT NULL DEFAULT '',
21149  `description` text,26788  `description` text,
21150  `display_questions` enum('all','one','page_breaks') DEFAULT 'all',26789  `display_questions` enum('all','one','page_breaks') DEFAULT 'all',
21151  `random` int(1) DEFAULT NULL,26790  `random` int(1) DEFAULT NULL,
21152  `random_answers` int(1) DEFAULT '0',26791  `random_answers` int(1) DEFAULT '0',
21153  `examsoft_exam_id` int(11) DEFAULT NULL,26792  `examsoft_exam_id` int(11) DEFAULT NULL,
21154  `created_date` bigint(64) NOT NULL,26793  `created_date` bigint(64) NOT NULL,
21155  `created_by` int(11) NOT NULL,26794  `created_by` int(11) NOT NULL,
21156  `updated_date` bigint(64) DEFAULT NULL,26795  `updated_date` bigint(64) DEFAULT NULL,
21157  `updated_by` int(11) DEFAULT NULL,26796  `updated_by` int(11) DEFAULT NULL,
21158  `deleted_date` bigint(64) DEFAULT NULL26797  `deleted_date` bigint(64) DEFAULT NULL
21159) ENGINE=InnoDB DEFAULT CHARSET=utf8;26798) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2116026799
21161--26800--
21162-- Dumping data for table `exams`26801-- Dumping data for table `exams`
21163--26802--
2116426803
21165INSERT INTO `exams` (`exam_id`, `folder_id`, `organisation_id`, `title`, `description`, `display_questions`, `random`, `random_answers`, `examsoft_exam_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES26804INSERT INTO `exams` (`exam_id`, `folder_id`, `organisation_id`, `title`, `description`, `display_questions`, `random`, `random_answers`, `examsoft_exam_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21166(1, 3, 1, 'Test Exam 1', NULL, 'all', NULL, NULL, NULL, 1684776786, 1, 1684776786, 1, NULL);26805(1, 3, 1, 'Test Exam 1', NULL, 'all', NULL, NULL, NULL, 1684776786, 1, 1684776786, 1, NULL);
2116726806
21168-- --------------------------------------------------------26807-- --------------------------------------------------------
2116926808
21170--26809--
21171-- Table structure for table `exam_adjustments`26810-- Table structure for table `exam_adjustments`
21172--26811--
2117326812
21174CREATE TABLE `exam_adjustments` (26813CREATE TABLE `exam_adjustments` (
21175  `ep_adjustment_id` int(11) UNSIGNED NOT NULL,26814  `ep_adjustment_id` int(11) UNSIGNED NOT NULL,
21176  `exam_element_id` int(11) UNSIGNED NOT NULL,26815  `exam_element_id` int(11) UNSIGNED NOT NULL,
21177  `exam_id` int(11) UNSIGNED DEFAULT NULL,26816  `exam_id` int(11) UNSIGNED DEFAULT NULL,
21178  `type` enum('update_points','throw_out','full_credit','correct','incorrect','make_bonus') NOT NULL,26817  `type` enum('update_points','throw_out','full_credit','correct','incorrect','make_bonus') NOT NULL,
21179  `value` varchar(255) DEFAULT NULL,26818  `value` varchar(255) DEFAULT NULL,
21180  `created_date` bigint(20) NOT NULL,26819  `created_date` bigint(20) NOT NULL,
21181  `created_by` int(11) NOT NULL,26820  `created_by` int(11) NOT NULL,
21182  `deleted_date` bigint(20) DEFAULT NULL26821  `deleted_date` bigint(20) DEFAULT NULL
21183) ENGINE=InnoDB DEFAULT CHARSET=latin1;26822) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2118426823
21185-- --------------------------------------------------------26824-- --------------------------------------------------------
2118626825
21187--26826--
21188-- Table structure for table `exam_attached_files`26827-- Table structure for table `exam_attached_files`
21189--26828--
2119026829
21191CREATE TABLE `exam_attached_files` (26830CREATE TABLE `exam_attached_files` (
21192  `file_id` int(11) UNSIGNED NOT NULL,26831  `file_id` int(11) UNSIGNED NOT NULL,
21193  `exam_id` int(11) UNSIGNED NOT NULL,26832  `exam_id` int(11) UNSIGNED NOT NULL,
21194  `file_name` varchar(255) DEFAULT NULL,26833  `file_name` varchar(255) DEFAULT NULL,
21195  `file_type` varchar(255) DEFAULT NULL,26834  `file_type` varchar(255) DEFAULT NULL,
21196  `file_title` varchar(128) DEFAULT NULL,26835  `file_title` varchar(128) DEFAULT NULL,
21197  `file_size` varchar(32) DEFAULT NULL,26836  `file_size` varchar(32) DEFAULT NULL,
21198  `updated_date` bigint(64) DEFAULT NULL,26837  `updated_date` bigint(64) DEFAULT NULL,
21199  `updated_by` int(12) DEFAULT NULL,26838  `updated_by` int(12) DEFAULT NULL,
21200  `deleted_date` int(11) DEFAULT NULL26839  `deleted_date` int(11) DEFAULT NULL
21201) ENGINE=InnoDB DEFAULT CHARSET=utf8;26840) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2120226841
21203-- --------------------------------------------------------26842-- --------------------------------------------------------
2120426843
21205--26844--
21206-- Table structure for table `exam_authors`26845-- Table structure for table `exam_authors`
21207--26846--
2120826847
21209CREATE TABLE `exam_authors` (26848CREATE TABLE `exam_authors` (
21210  `aeauthor_id` int(11) UNSIGNED NOT NULL,26849  `aeauthor_id` int(11) UNSIGNED NOT NULL,
21211  `exam_id` int(11) UNSIGNED NOT NULL,26850  `exam_id` int(11) UNSIGNED NOT NULL,
21212  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',26851  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
21213  `author_id` int(11) UNSIGNED DEFAULT NULL,26852  `author_id` int(11) UNSIGNED DEFAULT NULL,
21214  `created_date` bigint(64) NOT NULL,26853  `created_date` bigint(64) NOT NULL,
21215  `created_by` int(11) NOT NULL,26854  `created_by` int(11) NOT NULL,
21216  `updated_date` bigint(64) DEFAULT NULL,26855  `updated_date` bigint(64) DEFAULT NULL,
21217  `updated_by` int(11) DEFAULT NULL,26856  `updated_by` int(11) DEFAULT NULL,
21218  `deleted_date` bigint(64) DEFAULT NULL26857  `deleted_date` bigint(64) DEFAULT NULL
21219) ENGINE=InnoDB DEFAULT CHARSET=utf8;26858) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2122026859
21221--26860--
21222-- Dumping data for table `exam_authors`26861-- Dumping data for table `exam_authors`
21223--26862--
2122426863
21225INSERT INTO `exam_authors` (`aeauthor_id`, `exam_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES26864INSERT INTO `exam_authors` (`aeauthor_id`, `exam_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21226(1, 1, 'proxy_id', 1, 1685381586, 1, 1685381586, 1, NULL);26865(1, 1, 'proxy_id', 1, 1685381586, 1, 1685381586, 1, NULL);
2122726866
21228-- --------------------------------------------------------26867-- --------------------------------------------------------
2122926868
21230--26869--
21231-- Table structure for table `exam_bank_folders`26870-- Table structure for table `exam_bank_folders`
21232--26871--
2123326872
21234CREATE TABLE `exam_bank_folders` (26873CREATE TABLE `exam_bank_folders` (
21235  `folder_id` int(12) NOT NULL,26874  `folder_id` int(12) NOT NULL,
21236  `parent_folder_id` int(12) NOT NULL DEFAULT '0',26875  `parent_folder_id` int(12) NOT NULL DEFAULT '0',
21237  `folder_title` varchar(64) NOT NULL,26876  `folder_title` varchar(64) NOT NULL,
21238  `folder_description` text,26877  `folder_description` text,
21239  `folder_order` int(10) NOT NULL DEFAULT '0',26878  `folder_order` int(10) NOT NULL DEFAULT '0',
21240  `image_id` int(10) DEFAULT '1',26879  `image_id` int(10) DEFAULT '1',
21241  `folder_type` enum('exam','question') NOT NULL DEFAULT 'question',26880  `folder_type` enum('exam','question') NOT NULL DEFAULT 'question',
21242  `organisation_id` int(12) NOT NULL DEFAULT '1',26881  `organisation_id` int(12) NOT NULL DEFAULT '1',
21243  `created_date` bigint(64) NOT NULL DEFAULT '0',26882  `created_date` bigint(64) NOT NULL DEFAULT '0',
21244  `created_by` int(12) NOT NULL DEFAULT '0',26883  `created_by` int(12) NOT NULL DEFAULT '0',
21245  `updated_date` bigint(64) NOT NULL DEFAULT '0',26884  `updated_date` bigint(64) NOT NULL DEFAULT '0',
21246  `updated_by` int(12) NOT NULL DEFAULT '0',26885  `updated_by` int(12) NOT NULL DEFAULT '0',
21247  `deleted_date` bigint(64) DEFAULT NULL26886  `deleted_date` bigint(64) DEFAULT NULL
21248) ENGINE=InnoDB DEFAULT CHARSET=utf8;26887) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2124926888
21250--26889--
21251-- Dumping data for table `exam_bank_folders`26890-- Dumping data for table `exam_bank_folders`
21252--26891--
2125326892
21254INSERT INTO `exam_bank_folders` (`folder_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_order`, `image_id`, `folder_type`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES26893INSERT INTO `exam_bank_folders` (`folder_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_order`, `image_id`, `folder_type`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21255(1, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'exam', 1, 1521522163, 1, 1521522163, 1, NULL),26894(1, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'exam', 1, 1521522163, 1, 1521522163, 1, NULL),
21256(2, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'question', 1, 1542424581, 1, 1542424581, 1, NULL),26895(2, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'question', 1, 1542424581, 1, 1542424581, 1, NULL),
21257(3, 0, 'Test Folder 1', '', 2, 1, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL),26896(3, 0, 'Test Folder 1', '', 2, 1, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL),
21258(4, 0, 'Test Folder 2', '', 2, 11, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL),26897(4, 0, 'Test Folder 2', '', 2, 11, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL),
21259(5, 0, 'Test Folder 3', '', 2, 5, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL);26898(5, 0, 'Test Folder 3', '', 2, 5, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL);
2126026899
21261-- --------------------------------------------------------26900-- --------------------------------------------------------
2126226901
21263--26902--
21264-- Table structure for table `exam_bank_folder_authors`26903-- Table structure for table `exam_bank_folder_authors`
21265--26904--
2126626905
21267CREATE TABLE `exam_bank_folder_authors` (26906CREATE TABLE `exam_bank_folder_authors` (
21268  `efauthor_id` int(11) UNSIGNED NOT NULL,26907  `efauthor_id` int(11) UNSIGNED NOT NULL,
21269  `folder_id` int(11) UNSIGNED NOT NULL,26908  `folder_id` int(11) UNSIGNED NOT NULL,
21270  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',26909  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
21271  `author_id` int(11) NOT NULL,26910  `author_id` int(11) NOT NULL,
21272  `created_date` bigint(64) NOT NULL,26911  `created_date` bigint(64) NOT NULL,
21273  `created_by` int(11) NOT NULL,26912  `created_by` int(11) NOT NULL,
21274  `updated_date` bigint(64) DEFAULT NULL,26913  `updated_date` bigint(64) DEFAULT NULL,
21275  `updated_by` int(11) DEFAULT NULL,26914  `updated_by` int(11) DEFAULT NULL,
21276  `deleted_date` bigint(64) DEFAULT NULL26915  `deleted_date` bigint(64) DEFAULT NULL
21277) ENGINE=InnoDB DEFAULT CHARSET=utf8;26916) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2127826917
21279--26918--
21280-- Dumping data for table `exam_bank_folder_authors`26919-- Dumping data for table `exam_bank_folder_authors`
21281--26920--
2128226921
21283INSERT INTO `exam_bank_folder_authors` (`efauthor_id`, `folder_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES26922INSERT INTO `exam_bank_folder_authors` (`efauthor_id`, `folder_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21284(1, 3, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),26923(1, 3, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),
21285(2, 4, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),26924(2, 4, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),
21286(3, 5, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL);26925(3, 5, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL);
2128726926
21288-- --------------------------------------------------------26927-- --------------------------------------------------------
2128926928
21290--26929--
21291-- Table structure for table `exam_bank_folder_organisations`26930-- Table structure for table `exam_bank_folder_organisations`
21292--26931--
2129326932
21294CREATE TABLE `exam_bank_folder_organisations` (26933CREATE TABLE `exam_bank_folder_organisations` (
21295  `folder_org_id` int(12) UNSIGNED NOT NULL,26934  `folder_org_id` int(12) UNSIGNED NOT NULL,
21296  `folder_id` int(12) NOT NULL,26935  `folder_id` int(12) NOT NULL,
21297  `organisation_id` int(12) NOT NULL DEFAULT '1',26936  `organisation_id` int(12) NOT NULL DEFAULT '1',
21298  `updated_date` bigint(64) DEFAULT NULL,26937  `updated_date` bigint(64) DEFAULT NULL,
21299  `updated_by` int(11) DEFAULT NULL,26938  `updated_by` int(11) DEFAULT NULL,
21300  `deleted_date` bigint(64) DEFAULT NULL26939  `deleted_date` bigint(64) DEFAULT NULL
21301) ENGINE=InnoDB DEFAULT CHARSET=utf8;26940) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2130226941
21303--26942--
21304-- Dumping data for table `exam_bank_folder_organisations`26943-- Dumping data for table `exam_bank_folder_organisations`
21305--26944--
2130626945
21307INSERT INTO `exam_bank_folder_organisations` (`folder_org_id`, `folder_id`, `organisation_id`, `updated_date`, `updated_by`, `deleted_date`) VALUES26946INSERT INTO `exam_bank_folder_organisations` (`folder_org_id`, `folder_id`, `organisation_id`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21308(1, 1, 1, 1521522163, 1, NULL),26947(1, 1, 1, 1521522163, 1, NULL),
21309(2, 2, 1, 1542424581, 1, NULL),26948(2, 2, 1, 1542424581, 1, NULL),
21310(3, 3, 1, 1685381586, 1, NULL),26949(3, 3, 1, 1685381586, 1, NULL),
21311(4, 4, 1, 1685381586, 1, NULL),26950(4, 4, 1, 1685381586, 1, NULL),
21312(5, 5, 1, 1685381586, 1, NULL);26951(5, 5, 1, 1685381586, 1, NULL);
2131326952
21314-- --------------------------------------------------------26953-- --------------------------------------------------------
2131526954
21316--26955--
21317-- Table structure for table `exam_category`26956-- Table structure for table `exam_category`
21318--26957--
2131926958
21320CREATE TABLE `exam_category` (26959CREATE TABLE `exam_category` (
21321  `category_id` int(11) UNSIGNED NOT NULL,26960  `category_id` int(11) UNSIGNED NOT NULL,
21322  `post_id` int(11) UNSIGNED NOT NULL,26961  `post_id` int(11) UNSIGNED NOT NULL,
21323  `exam_id` int(11) UNSIGNED NOT NULL,26962  `exam_id` int(11) UNSIGNED NOT NULL,
21324  `use_release_start_date` int(1) DEFAULT NULL,26963  `use_release_start_date` int(1) DEFAULT NULL,
21325  `use_release_end_date` int(1) DEFAULT NULL,26964  `use_release_end_date` int(1) DEFAULT NULL,
21326  `release_start_date` bigint(20) DEFAULT NULL,26965  `release_start_date` bigint(20) DEFAULT NULL,
21327  `release_end_date` bigint(20) DEFAULT NULL,26966  `release_end_date` bigint(20) DEFAULT NULL,
21328  `updated_date` bigint(64) DEFAULT NULL,26967  `updated_date` bigint(64) DEFAULT NULL,
21329  `updated_by` int(12) DEFAULT NULL,26968  `updated_by` int(12) DEFAULT NULL,
21330  `deleted_date` int(11) DEFAULT NULL26969  `deleted_date` int(11) DEFAULT NULL
21331) ENGINE=InnoDB DEFAULT CHARSET=utf8;26970) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2133226971
21333-- --------------------------------------------------------26972-- --------------------------------------------------------
2133426973
21335--26974--
21336-- Table structure for table `exam_category_audience`26975-- Table structure for table `exam_category_audience`
21337--26976--
2133826977
21339CREATE TABLE `exam_category_audience` (26978CREATE TABLE `exam_category_audience` (
21340  `audience_id` int(11) UNSIGNED NOT NULL,26979  `audience_id` int(11) UNSIGNED NOT NULL,
21341  `category_id` int(11) UNSIGNED NOT NULL,26980  `category_id` int(11) UNSIGNED NOT NULL,
21342  `proxy_id` int(11) UNSIGNED NOT NULL,26981  `proxy_id` int(11) UNSIGNED NOT NULL,
21343  `updated_date` bigint(64) DEFAULT NULL,26982  `updated_date` bigint(64) DEFAULT NULL,
21344  `updated_by` int(12) DEFAULT NULL,26983  `updated_by` int(12) DEFAULT NULL,
21345  `deleted_date` int(11) DEFAULT NULL26984  `deleted_date` int(11) DEFAULT NULL
21346) ENGINE=InnoDB DEFAULT CHARSET=utf8;26985) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2134726986
21348-- --------------------------------------------------------26987-- --------------------------------------------------------
2134926988
21350--26989--
21351-- Table structure for table `exam_category_result`26990-- Table structure for table `exam_category_result`
21352--26991--
2135326992
21354CREATE TABLE `exam_category_result` (26993CREATE TABLE `exam_category_result` (
21355  `result_id` int(11) UNSIGNED NOT NULL,26994  `result_id` int(11) UNSIGNED NOT NULL,
21356  `post_id` int(11) UNSIGNED NOT NULL,26995  `post_id` int(11) UNSIGNED NOT NULL,
21357  `exam_id` int(11) UNSIGNED NOT NULL,26996  `exam_id` int(11) UNSIGNED NOT NULL,
21358  `objective_id` int(12) NOT NULL,26997  `objective_id` int(12) NOT NULL,
21359  `set_id` int(12) NOT NULL,26998  `set_id` int(12) NOT NULL,
21360  `average` decimal(10,2) DEFAULT NULL,26999  `average` decimal(10,2) DEFAULT NULL,
21361  `min` decimal(10,2) DEFAULT NULL,27000  `min` decimal(10,2) DEFAULT NULL,
21362  `max` decimal(10,2) DEFAULT NULL,27001  `max` decimal(10,2) DEFAULT NULL,
21363  `possible_value` decimal(10,2) DEFAULT NULL,27002  `possible_value` decimal(10,2) DEFAULT NULL,
21364  `updated_date` bigint(64) DEFAULT NULL,27003  `updated_date` bigint(64) DEFAULT NULL,
21365  `deleted_date` int(11) DEFAULT NULL27004  `deleted_date` int(11) DEFAULT NULL
21366) ENGINE=InnoDB DEFAULT CHARSET=utf8;27005) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2136727006
21368-- --------------------------------------------------------27007-- --------------------------------------------------------
2136927008
21370--27009--
21371-- Table structure for table `exam_category_result_detail`27010-- Table structure for table `exam_category_result_detail`
21372--27011--
2137327012
21374CREATE TABLE `exam_category_result_detail` (27013CREATE TABLE `exam_category_result_detail` (
21375  `detail_id` int(11) UNSIGNED NOT NULL,27014  `detail_id` int(11) UNSIGNED NOT NULL,
21376  `proxy_id` int(11) NOT NULL,27015  `proxy_id` int(11) NOT NULL,
21377  `exam_progress_id` int(12) UNSIGNED NOT NULL,27016  `exam_progress_id` int(12) UNSIGNED NOT NULL,
21378  `post_id` int(11) UNSIGNED NOT NULL,27017  `post_id` int(11) UNSIGNED NOT NULL,
21379  `exam_id` int(11) UNSIGNED NOT NULL,27018  `exam_id` int(11) UNSIGNED NOT NULL,
21380  `objective_id` int(12) NOT NULL,27019  `objective_id` int(12) NOT NULL,
21381  `set_id` int(12) NOT NULL,27020  `set_id` int(12) NOT NULL,
21382  `score` decimal(10,2) DEFAULT NULL,27021  `score` decimal(10,2) DEFAULT NULL,
21383  `value` decimal(10,2) DEFAULT NULL,27022  `value` decimal(10,2) DEFAULT NULL,
21384  `possible_value` decimal(10,2) DEFAULT NULL,27023  `possible_value` decimal(10,2) DEFAULT NULL,
21385  `updated_date` bigint(64) DEFAULT NULL,27024  `updated_date` bigint(64) DEFAULT NULL,
21386  `updated_by` int(12) DEFAULT NULL,27025  `updated_by` int(12) DEFAULT NULL,
21387  `deleted_date` int(11) DEFAULT NULL27026  `deleted_date` int(11) DEFAULT NULL
21388) ENGINE=InnoDB DEFAULT CHARSET=utf8;27027) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2138927028
21390-- --------------------------------------------------------27029-- --------------------------------------------------------
2139127030
21392--27031--
21393-- Table structure for table `exam_category_set`27032-- Table structure for table `exam_category_set`
21394--27033--
2139527034
21396CREATE TABLE `exam_category_set` (27035CREATE TABLE `exam_category_set` (
21397  `set_id` int(11) UNSIGNED NOT NULL,27036  `set_id` int(11) UNSIGNED NOT NULL,
21398  `objective_set_id` int(11) UNSIGNED NOT NULL,27037  `objective_set_id` int(11) UNSIGNED NOT NULL,
21399  `category_id` int(11) UNSIGNED NOT NULL,27038  `category_id` int(11) UNSIGNED NOT NULL,
21400  `updated_date` bigint(64) DEFAULT NULL,27039  `updated_date` bigint(64) DEFAULT NULL,
21401  `updated_by` int(12) DEFAULT NULL,27040  `updated_by` int(12) DEFAULT NULL,
21402  `deleted_date` int(11) DEFAULT NULL27041  `deleted_date` int(11) DEFAULT NULL
21403) ENGINE=InnoDB DEFAULT CHARSET=utf8;27042) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2140427043
21405-- --------------------------------------------------------27044-- --------------------------------------------------------
2140627045
21407--27046--
21408-- Table structure for table `exam_creation_history`27047-- Table structure for table `exam_creation_history`
21409--27048--
2141027049
21411CREATE TABLE `exam_creation_history` (27050CREATE TABLE `exam_creation_history` (
21412  `exam_history_id` int(12) NOT NULL,27051  `exam_history_id` int(12) NOT NULL,
21413  `exam_id` int(12) DEFAULT '0',27052  `exam_id` int(12) DEFAULT '0',
21414  `proxy_id` int(12) NOT NULL DEFAULT '0',27053  `proxy_id` int(12) NOT NULL DEFAULT '0',
21415  `action` enum('exam_add','exam_edit','exam_delete','exam_copy','exam_move','exam_settings_edit','exam_element_add','exam_element_edit','exam_element_delete','exam_element_group_add','exam_element_group_edit','exam_element_group_delete','exam_element_order','exam_element_points','post_exam_add','post_exam_edit','post_exam_delete','adjust_score','delete_adjust_score','reopen_progress','delete_progress','report_add','report_edit','report_delete','submit_progress') NOT NULL,27054  `action` enum('exam_add','exam_edit','exam_delete','exam_copy','exam_move','exam_settings_edit','exam_element_add','exam_element_edit','exam_element_delete','exam_element_group_add','exam_element_group_edit','exam_element_group_delete','exam_element_order','exam_element_points','post_exam_add','post_exam_edit','post_exam_delete','adjust_score','delete_adjust_score','reopen_progress','delete_progress','report_add','report_edit','report_delete','submit_progress') NOT NULL,
21416  `action_resource_id` int(12) DEFAULT NULL,27055  `action_resource_id` int(12) DEFAULT NULL,
21417  `secondary_action` text,27056  `secondary_action` text,
21418  `secondary_action_resource_id` int(12) DEFAULT NULL,27057  `secondary_action_resource_id` int(12) DEFAULT NULL,
21419  `history_message` text,27058  `history_message` text,
21420  `timestamp` bigint(64) NOT NULL DEFAULT '0'27059  `timestamp` bigint(64) NOT NULL DEFAULT '0'
21421) ENGINE=InnoDB DEFAULT CHARSET=utf8;27060) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2142227061
21423--27062--
21424-- Dumping data for table `exam_creation_history`27063-- Dumping data for table `exam_creation_history`
21425--27064--
2142627065
21427INSERT INTO `exam_creation_history` (`exam_history_id`, `exam_id`, `proxy_id`, `action`, `action_resource_id`, `secondary_action`, `secondary_action_resource_id`, `history_message`, `timestamp`) VALUES27066INSERT INTO `exam_creation_history` (`exam_history_id`, `exam_id`, `proxy_id`, `action`, `action_resource_id`, `secondary_action`, `secondary_action_resource_id`, `history_message`, `timestamp`) VALUES
21428(1, 1, 2, 'exam_add', 1, NULL, NULL, NULL, 0);27067(1, 1, 2, 'exam_add', 1, NULL, NULL, NULL, 0);
2142927068
21430-- --------------------------------------------------------27069-- --------------------------------------------------------
2143127070
21432--27071--
21433-- Table structure for table `exam_elements`27072-- Table structure for table `exam_elements`
21434--27073--
2143527074
21436CREATE TABLE `exam_elements` (27075CREATE TABLE `exam_elements` (
21437  `exam_element_id` int(11) UNSIGNED NOT NULL,27076  `exam_element_id` int(11) UNSIGNED NOT NULL,
21438  `exam_id` int(11) UNSIGNED NOT NULL,27077  `exam_id` int(11) UNSIGNED NOT NULL,
21439  `element_type` enum('question','data_source','text','objective','page_break') DEFAULT NULL,27078  `element_type` enum('question','data_source','text','objective','page_break') DEFAULT NULL,
21440  `element_id` int(11) UNSIGNED DEFAULT NULL,27079  `element_id` int(11) UNSIGNED DEFAULT NULL,
21441  `element_id_version` int(11) NOT NULL DEFAULT '0',27080  `element_id_version` int(11) NOT NULL DEFAULT '0',
21442  `element_text` text,27081  `element_text` text,
21443  `group_id` int(11) UNSIGNED DEFAULT NULL,27082  `group_id` int(11) UNSIGNED DEFAULT NULL,
21444  `order` smallint(5) UNSIGNED NOT NULL DEFAULT '0',27083  `order` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
21445  `points` decimal(10,2) DEFAULT NULL,27084  `points` decimal(10,2) DEFAULT NULL,
21446  `deleted_date` int(11) DEFAULT NULL,27085  `deleted_date` int(11) DEFAULT NULL,
21447  `updated_date` int(11) NOT NULL DEFAULT '0',27086  `updated_date` int(11) NOT NULL DEFAULT '0',
21448  `updated_by` int(11) NOT NULL DEFAULT '0',27087  `updated_by` int(11) NOT NULL DEFAULT '0',
21449  `not_scored` tinyint(1) DEFAULT NULL27088  `not_scored` tinyint(1) DEFAULT NULL
21450) ENGINE=InnoDB DEFAULT CHARSET=utf8;27089) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2145127090
21452--27091--
21453-- Dumping data for table `exam_elements`27092-- Dumping data for table `exam_elements`
21454--27093--
2145527094
21456INSERT INTO `exam_elements` (`exam_element_id`, `exam_id`, `element_type`, `element_id`, `element_id_version`, `element_text`, `group_id`, `order`, `points`, `deleted_date`, `updated_date`, `updated_by`, `not_scored`) VALUES27095INSERT INTO `exam_elements` (`exam_element_id`, `exam_id`, `element_type`, `element_id`, `element_id_version`, `element_text`, `group_id`, `order`, `points`, `deleted_date`, `updated_date`, `updated_by`, `not_scored`) VALUES
21457(1, 1, 'question', 2, 0, NULL, NULL, 0, 1.00, NULL, 1685381586, 1, NULL),27096(1, 1, 'question', 2, 0, NULL, NULL, 0, 1.00, NULL, 1685381586, 1, NULL),
21458(2, 1, 'question', 1, 0, NULL, NULL, 1, 1.00, NULL, 1685381586, 1, NULL);27097(2, 1, 'question', 1, 0, NULL, NULL, 1, 1.00, NULL, 1685381586, 1, NULL);
2145927098
21460-- --------------------------------------------------------27099-- --------------------------------------------------------
2146127100
21462--27101--
21463-- Table structure for table `exam_element_highlight`27102-- Table structure for table `exam_element_highlight`
21464--27103--
2146527104
21466CREATE TABLE `exam_element_highlight` (27105CREATE TABLE `exam_element_highlight` (
21467  `highlight_id` int(12) UNSIGNED NOT NULL,27106  `highlight_id` int(12) UNSIGNED NOT NULL,
21468  `exam_element_id` int(11) UNSIGNED NOT NULL,27107  `exam_element_id` int(11) UNSIGNED NOT NULL,
21469  `element_text` text,27108  `element_text` text,
21470  `exam_progress_id` int(12) UNSIGNED NOT NULL,27109  `exam_progress_id` int(12) UNSIGNED NOT NULL,
21471  `proxy_id` int(12) UNSIGNED NOT NULL,27110  `proxy_id` int(12) UNSIGNED NOT NULL,
21472  `updated_date` bigint(64) DEFAULT NULL,27111  `updated_date` bigint(64) DEFAULT NULL,
21473  `updated_by` int(11) DEFAULT NULL27112  `updated_by` int(11) DEFAULT NULL
21474) ENGINE=InnoDB DEFAULT CHARSET=utf8;27113) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2147527114
21476-- --------------------------------------------------------27115-- --------------------------------------------------------
2147727116
21478--27117--
21479-- Table structure for table `exam_graders`27118-- Table structure for table `exam_graders`
21480--27119--
2148127120
21482CREATE TABLE `exam_graders` (27121CREATE TABLE `exam_graders` (
21483  `exam_grader_id` int(12) UNSIGNED NOT NULL,27122  `exam_grader_id` int(12) UNSIGNED NOT NULL,
21484  `post_id` int(11) UNSIGNED NOT NULL,27123  `post_id` int(11) UNSIGNED NOT NULL,
21485  `cgroup_id` int(11) NOT NULL,27124  `cgroup_id` int(11) NOT NULL,
21486  `proxy_id` int(12) UNSIGNED NOT NULL27125  `proxy_id` int(12) UNSIGNED NOT NULL
21487) ENGINE=InnoDB DEFAULT CHARSET=utf8;27126) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2148827127
21489-- --------------------------------------------------------27128-- --------------------------------------------------------
2149027129
21491--27130--
21492-- Table structure for table `exam_groups`27131-- Table structure for table `exam_groups`
21493--27132--
2149427133
21495CREATE TABLE `exam_groups` (27134CREATE TABLE `exam_groups` (
21496  `group_id` int(11) UNSIGNED NOT NULL,27135  `group_id` int(11) UNSIGNED NOT NULL,
21497  `organisation_id` int(11) NOT NULL,27136  `organisation_id` int(11) NOT NULL,
21498  `group_title` varchar(2048) DEFAULT NULL,27137  `group_title` varchar(2048) DEFAULT NULL,
21499  `group_description` text,27138  `group_description` text,
21500  `is_scale` tinyint(1) NOT NULL DEFAULT '0',27139  `is_scale` tinyint(1) NOT NULL DEFAULT '0',
21501  `updated_date` bigint(64) DEFAULT NULL,27140  `updated_date` bigint(64) DEFAULT NULL,
21502  `updated_by` int(11) DEFAULT NULL,27141  `updated_by` int(11) DEFAULT NULL,
21503  `created_date` bigint(64) NOT NULL,27142  `created_date` bigint(64) NOT NULL,
21504  `created_by` int(11) NOT NULL,27143  `created_by` int(11) NOT NULL,
21505  `deleted_date` bigint(64) DEFAULT NULL27144  `deleted_date` bigint(64) DEFAULT NULL
21506) ENGINE=InnoDB DEFAULT CHARSET=utf8;27145) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2150727146
21508-- --------------------------------------------------------27147-- --------------------------------------------------------
2150927148
21510--27149--
21511-- Table structure for table `exam_group_authors`27150-- Table structure for table `exam_group_authors`
21512--27151--
2151327152
21514CREATE TABLE `exam_group_authors` (27153CREATE TABLE `exam_group_authors` (
21515  `egauthor_id` int(11) UNSIGNED NOT NULL,27154  `egauthor_id` int(11) UNSIGNED NOT NULL,
21516  `group_id` int(11) UNSIGNED NOT NULL,27155  `group_id` int(11) UNSIGNED NOT NULL,
21517  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',27156  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
21518  `author_id` int(11) UNSIGNED DEFAULT NULL,27157  `author_id` int(11) UNSIGNED DEFAULT NULL,
21519  `created_date` bigint(64) NOT NULL,27158  `created_date` bigint(64) NOT NULL,
21520  `created_by` int(11) NOT NULL,27159  `created_by` int(11) NOT NULL,
21521  `updated_date` bigint(64) DEFAULT NULL,27160  `updated_date` bigint(64) DEFAULT NULL,
21522  `updated_by` int(11) DEFAULT NULL,27161  `updated_by` int(11) DEFAULT NULL,
21523  `deleted_date` bigint(64) DEFAULT NULL27162  `deleted_date` bigint(64) DEFAULT NULL
21524) ENGINE=InnoDB DEFAULT CHARSET=utf8;27163) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2152527164
21526-- --------------------------------------------------------27165-- --------------------------------------------------------
2152727166
21528--27167--
21529-- Table structure for table `exam_group_questions`27168-- Table structure for table `exam_group_questions`
21530--27169--
2153127170
21532CREATE TABLE `exam_group_questions` (27171CREATE TABLE `exam_group_questions` (
21533  `egquestion_id` int(11) UNSIGNED NOT NULL,27172  `egquestion_id` int(11) UNSIGNED NOT NULL,
21534  `group_id` int(11) UNSIGNED NOT NULL,27173  `group_id` int(11) UNSIGNED NOT NULL,
21535  `question_id` int(11) UNSIGNED NOT NULL,27174  `question_id` int(11) UNSIGNED NOT NULL,
21536  `version_id` int(12) UNSIGNED NOT NULL,27175  `version_id` int(12) UNSIGNED NOT NULL,
21537  `order` tinyint(3) NOT NULL DEFAULT '0',27176  `order` tinyint(3) NOT NULL DEFAULT '0',
21538  `updated_by` int(11) DEFAULT NULL,27177  `updated_by` int(11) DEFAULT NULL,
21539  `updated_date` int(11) DEFAULT NULL,27178  `updated_date` int(11) DEFAULT NULL,
21540  `deleted_date` int(11) DEFAULT NULL27179  `deleted_date` int(11) DEFAULT NULL
21541) ENGINE=InnoDB DEFAULT CHARSET=utf8;27180) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2154227181
21543-- --------------------------------------------------------27182-- --------------------------------------------------------
2154427183
21545--27184--
21546-- Table structure for table `exam_lu_bank_folder_images`27185-- Table structure for table `exam_lu_bank_folder_images`
21547--27186--
2154827187
21549CREATE TABLE `exam_lu_bank_folder_images` (27188CREATE TABLE `exam_lu_bank_folder_images` (
21550  `image_id` int(12) NOT NULL,27189  `image_id` int(12) NOT NULL,
21551  `file_name` varchar(64) NOT NULL DEFAULT '0',27190  `file_name` varchar(64) NOT NULL DEFAULT '0',
21552  `color` varchar(64) NOT NULL,27191  `color` varchar(64) NOT NULL,
21553  `order` int(12) NOT NULL,27192  `order` int(12) NOT NULL,
21554  `deleted_date` bigint(64) DEFAULT NULL27193  `deleted_date` bigint(64) DEFAULT NULL
21555) ENGINE=InnoDB DEFAULT CHARSET=utf8;27194) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2155627195
21557--27196--
21558-- Dumping data for table `exam_lu_bank_folder_images`27197-- Dumping data for table `exam_lu_bank_folder_images`
21559--27198--
2156027199
21561INSERT INTO `exam_lu_bank_folder_images` (`image_id`, `file_name`, `color`, `order`, `deleted_date`) VALUES27200INSERT INTO `exam_lu_bank_folder_images` (`image_id`, `file_name`, `color`, `order`, `deleted_date`) VALUES
21562(1, 'list-folder-1.png', 'light blue', 1, NULL),27201(1, 'list-folder-1.png', 'light blue', 1, NULL),
21563(2, 'list-folder-2.png', 'medium blue', 2, NULL),27202(2, 'list-folder-2.png', 'medium blue', 2, NULL),
21564(3, 'list-folder-3.png', 'teal', 3, NULL),27203(3, 'list-folder-3.png', 'teal', 3, NULL),
21565(4, 'list-folder-4.png', 'yellow green', 4, NULL),27204(4, 'list-folder-4.png', 'yellow green', 4, NULL),
21566(5, 'list-folder-5.png', 'medium green', 5, NULL),27205(5, 'list-folder-5.png', 'medium green', 5, NULL),
21567(6, 'list-folder-6.png', 'dark green', 6, NULL),27206(6, 'list-folder-6.png', 'dark green', 6, NULL),
21568(7, 'list-folder-7.png', 'light yellow', 7, NULL),27207(7, 'list-folder-7.png', 'light yellow', 7, NULL),
21569(8, 'list-folder-8.png', 'yellow', 8, NULL),27208(8, 'list-folder-8.png', 'yellow', 8, NULL),
21570(9, 'list-folder-9.png', 'orange', 9, NULL),27209(9, 'list-folder-9.png', 'orange', 9, NULL),
21571(10, 'list-folder-10.png', 'dark orange', 10, NULL),27210(10, 'list-folder-10.png', 'dark orange', 10, NULL),
21572(11, 'list-folder-11.png', 'red', 11, NULL),27211(11, 'list-folder-11.png', 'red', 11, NULL),
21573(12, 'list-folder-12.png', 'magenta', 12, NULL),27212(12, 'list-folder-12.png', 'magenta', 12, NULL),
21574(13, 'list-folder-13.png', 'light pink', 13, NULL),27213(13, 'list-folder-13.png', 'light pink', 13, NULL),
21575(14, 'list-folder-14.png', 'pink', 14, NULL),27214(14, 'list-folder-14.png', 'pink', 14, NULL),
21576(15, 'list-folder-15.png', 'light purple', 15, NULL),27215(15, 'list-folder-15.png', 'light purple', 15, NULL),
21577(16, 'list-folder-16.png', 'purple', 16, NULL),27216(16, 'list-folder-16.png', 'purple', 16, NULL),
21578(17, 'list-folder-17.png', 'cream', 17, NULL),27217(17, 'list-folder-17.png', 'cream', 17, NULL),
21579(18, 'list-folder-18.png', 'light brown', 18, NULL),27218(18, 'list-folder-18.png', 'light brown', 18, NULL),
21580(19, 'list-folder-19.png', 'medium brown', 19, NULL),27219(19, 'list-folder-19.png', 'medium brown', 19, NULL),
21581(20, 'list-folder-20.png', 'dark blue', 20, NULL);27220(20, 'list-folder-20.png', 'dark blue', 20, NULL);
2158227221
21583-- --------------------------------------------------------27222-- --------------------------------------------------------
2158427223
21585--27224--
21586-- Table structure for table `exam_lu_questiontypes`27225-- Table structure for table `exam_lu_questiontypes`
21587--27226--
2158827227
21589CREATE TABLE `exam_lu_questiontypes` (27228CREATE TABLE `exam_lu_questiontypes` (
21590  `questiontype_id` int(11) UNSIGNED NOT NULL,27229  `questiontype_id` int(11) UNSIGNED NOT NULL,
21591  `shortname` varchar(128) NOT NULL DEFAULT '',27230  `shortname` varchar(128) NOT NULL DEFAULT '',
21592  `name` varchar(256) NOT NULL DEFAULT '',27231  `name` varchar(256) NOT NULL DEFAULT '',
21593  `description` text NOT NULL,27232  `description` text NOT NULL,
21594  `order` int(11) DEFAULT '0',27233  `order` int(11) DEFAULT '0',
21595  `deleted_date` bigint(64) DEFAULT NULL27234  `deleted_date` bigint(64) DEFAULT NULL
21596) ENGINE=InnoDB DEFAULT CHARSET=utf8;27235) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2159727236
21598--27237--
21599-- Dumping data for table `exam_lu_questiontypes`27238-- Dumping data for table `exam_lu_questiontypes`
21600--27239--
2160127240
21602INSERT INTO `exam_lu_questiontypes` (`questiontype_id`, `shortname`, `name`, `description`, `order`, `deleted_date`) VALUES27241INSERT INTO `exam_lu_questiontypes` (`questiontype_id`, `shortname`, `name`, `description`, `order`, `deleted_date`) VALUES
21603(1, 'mc_h', 'Multiple Choice Horizontal', 'A Multiple Choice Question layed out horizontaly', 3, NULL),27242(1, 'mc_h', 'Multiple Choice Horizontal', 'A Multiple Choice Question layed out horizontaly', 3, NULL),
21604(2, 'mc_v', 'Multiple Choice Vertical', 'A Multiple Choice Question layed out verticaly', 1, NULL),27243(2, 'mc_v', 'Multiple Choice Vertical', 'A Multiple Choice Question layed out verticaly', 1, NULL),
21605(3, 'short', 'Short Answer', 'A Short Answer or Fill in the bank question, correct answers can be added to the system.', 5, NULL),27244(3, 'short', 'Short Answer', 'A Short Answer or Fill in the bank question, correct answers can be added to the system.', 5, NULL),
21606(4, 'essay', 'Essay', 'A long form essay question, graded manually', 6, NULL),27245(4, 'essay', 'Essay', 'A long form essay question, graded manually', 6, NULL),
21607(5, 'match', 'Matching', 'A question type where you identify from a list of options', 7, NULL),27246(5, 'match', 'Matching', 'A question type where you identify from a list of options', 7, NULL),
21608(6, 'text', 'Text', 'Instructional or Information text to display to the student, no answer.', 10, NULL),27247(6, 'text', 'Text', 'Instructional or Information text to display to the student, no answer.', 10, NULL),
21609(7, 'mc_h_m', 'Multiple Choice Horizontal (multiple responses)', 'A Multiple Choice Question layed out horizontaly, with checkboxes for multipule anwsers.', 4, NULL),27248(7, 'mc_h_m', 'Multiple Choice Horizontal (multiple responses)', 'A Multiple Choice Question layed out horizontaly, with checkboxes for multipule anwsers.', 4, NULL),
21610(8, 'mc_v_m', 'Multiple Choice Vertical (multiple responses)', 'A Multiple Choice Question layed out verticaly, with checkboxes for multipule anwsers.', 2, NULL),27249(8, 'mc_v_m', 'Multiple Choice Vertical (multiple responses)', 'A Multiple Choice Question layed out verticaly, with checkboxes for multipule anwsers.', 2, NULL),
21611(9, 'drop_s', 'Drop Down', 'The dropdown allows students to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 8, 1441323576),27250(9, 'drop_s', 'Drop Down', 'The dropdown allows students to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 8, 1441323576),
21612(10, 'drop_m', 'Drop Down (multiple responses)', 'The dropdown allows students to answer each question by choosing multiple options which have been provided to populate a select box.', 9, 1441323576),27251(10, 'drop_m', 'Drop Down (multiple responses)', 'The dropdown allows students to answer each question by choosing multiple options which have been provided to populate a select box.', 9, 1441323576),
21613(11, 'fnb', 'Fill in the Blank', 'A question type composed of short answers in a paragraph form with predefined correct options for the short answers.', 11, NULL);27252(11, 'fnb', 'Fill in the Blank', 'A question type composed of short answers in a paragraph form with predefined correct options for the short answers.', 11, NULL);
2161427253
21615-- --------------------------------------------------------27254-- --------------------------------------------------------
2161627255
21617--27256--
21618-- Table structure for table `exam_posts`27257-- Table structure for table `exam_posts`
21619--27258--
2162027259
21621CREATE TABLE `exam_posts` (27260CREATE TABLE `exam_posts` (
21622  `post_id` int(11) UNSIGNED NOT NULL,27261  `post_id` int(11) UNSIGNED NOT NULL,
21623  `exam_id` int(11) UNSIGNED NOT NULL,27262  `exam_id` int(11) UNSIGNED NOT NULL,
21624  `target_type` enum('event','community','preview') DEFAULT NULL,27263  `target_type` enum('event','community','preview') DEFAULT NULL,
21625  `target_id` int(11) UNSIGNED DEFAULT NULL,27264  `target_id` int(11) UNSIGNED DEFAULT NULL,
21626  `title` varchar(255) DEFAULT NULL,27265  `title` varchar(255) DEFAULT NULL,
21627  `description` text,27266  `description` text,
21628  `instructions` text,27267  `instructions` text,
21629  `max_attempts` int(11) DEFAULT NULL,27268  `max_attempts` int(11) DEFAULT NULL,
21630  `mandatory` smallint(6) DEFAULT NULL,27269  `mandatory` smallint(6) DEFAULT NULL,
21631  `backtrack` int(1) DEFAULT '1',27270  `backtrack` int(1) DEFAULT '1',
21632  `secure` tinyint(1) DEFAULT '0',27271  `secure` tinyint(1) DEFAULT '0',
21633  `use_resume_password` int(1) DEFAULT '0',27272  `use_resume_password` int(1) DEFAULT '0',
21634  `resume_password` varchar(20) DEFAULT '0',27273  `resume_password` varchar(20) DEFAULT '0',
21635  `config_password_seb` text,27274  `config_password_seb` text,
21636  `secure_mode` varchar(32) DEFAULT NULL,27275  `secure_mode` varchar(32) DEFAULT NULL,
21637  `use_honor_code` int(1) NOT NULL DEFAULT '0',27276  `use_honor_code` int(1) NOT NULL DEFAULT '0',
21638  `honor_code` text,27277  `honor_code` text,
21639  `mark_faculty_review` tinyint(1) DEFAULT '0',27278  `mark_faculty_review` tinyint(1) DEFAULT '0',
21640  `use_calculator` int(1) DEFAULT '0',27279  `use_calculator` int(1) DEFAULT '0',
21641  `hide_exam` int(1) DEFAULT '0',27280  `hide_exam` int(1) DEFAULT '0',
21642  `auto_save` int(5) DEFAULT '30',27281  `auto_save` int(5) DEFAULT '30',
21643  `auto_submit` int(1) DEFAULT '0',27282  `auto_submit` int(1) DEFAULT '0',
21644  `use_time_limit` int(1) DEFAULT '0',27283  `use_time_limit` int(1) DEFAULT '0',
21645  `time_limit` int(20) DEFAULT NULL,27284  `time_limit` int(20) DEFAULT NULL,
21646  `use_self_timer` int(1) DEFAULT '0',27285  `use_self_timer` int(1) DEFAULT '0',
21647  `use_exam_start_date` int(1) DEFAULT '0',27286  `use_exam_start_date` int(1) DEFAULT '0',
21648  `use_exam_end_date` int(1) DEFAULT '0',27287  `use_exam_end_date` int(1) DEFAULT '0',
21649  `start_date` bigint(20) DEFAULT NULL,27288  `start_date` bigint(20) DEFAULT NULL,
21650  `end_date` bigint(20) DEFAULT NULL,27289  `end_date` bigint(20) DEFAULT NULL,
21651  `use_exam_submission_date` int(1) DEFAULT '0',27290  `use_exam_submission_date` int(1) DEFAULT '0',
21652  `exam_submission_date` bigint(20) DEFAULT NULL,27291  `exam_submission_date` bigint(20) DEFAULT NULL,
21653  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',27292  `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none',
21654  `grade_book` int(11) DEFAULT NULL,27293  `grade_book` int(11) DEFAULT NULL,
21655  `release_score` int(1) DEFAULT NULL,27294  `release_score` int(1) DEFAULT NULL,
21656  `use_release_start_date` int(1) DEFAULT NULL,27295  `use_release_start_date` int(1) DEFAULT NULL,
21657  `use_release_end_date` int(1) DEFAULT NULL,27296  `use_release_end_date` int(1) DEFAULT NULL,
21658  `release_start_date` bigint(20) DEFAULT NULL,27297  `release_start_date` bigint(20) DEFAULT NULL,
21659  `release_end_date` bigint(20) DEFAULT NULL,27298  `release_end_date` bigint(20) DEFAULT NULL,
21660  `release_feedback` int(1) DEFAULT NULL,27299  `release_feedback` int(1) DEFAULT NULL,
21661  `release_immediate_feedback` tinyint(1) NOT NULL DEFAULT '0',27300  `release_immediate_feedback` tinyint(1) NOT NULL DEFAULT '0',
21662  `imm_feed_response_required` tinyint(1) NOT NULL DEFAULT '0',27301  `imm_feed_response_required` tinyint(1) NOT NULL DEFAULT '0',
21663  `imm_feed_response_char_count` int(10) NOT NULL DEFAULT '0',27302  `imm_feed_response_char_count` int(10) NOT NULL DEFAULT '0',
21664  `release_incorrect_responses` int(1) DEFAULT '0',27303  `release_incorrect_responses` int(1) DEFAULT '0',
21665  `use_re_attempt_threshold` int(1) DEFAULT '0',27304  `use_re_attempt_threshold` int(1) DEFAULT '0',
21666  `re_attempt_threshold` decimal(10,2) DEFAULT NULL,27305  `re_attempt_threshold` decimal(10,2) DEFAULT NULL,
21667  `re_attempt_threshold_attempts` int(5) DEFAULT '0',27306  `re_attempt_threshold_attempts` int(5) DEFAULT '0',
21668  `same_group_grade` tinyint(1) DEFAULT '1',27307  `same_group_grade` tinyint(1) DEFAULT '1',
21669  `audience_option` enum('learning_event_individuals','course_groups','course_groups_appex') DEFAULT 'learning_event_individuals',27308  `audience_option` enum('learning_event_individuals','course_groups','course_groups_appex') DEFAULT 'learning_event_individuals',
21670  `hide_exit_button` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',27309  `hide_exit_button` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
21671  `created_date` bigint(20) DEFAULT NULL,27310  `created_date` bigint(20) DEFAULT NULL,
21672  `created_by` int(11) DEFAULT NULL,27311  `created_by` int(11) DEFAULT NULL,
21673  `updated_date` bigint(20) DEFAULT NULL,27312  `updated_date` bigint(20) DEFAULT NULL,
21674  `updated_by` int(11) DEFAULT NULL,27313  `updated_by` int(11) DEFAULT NULL,
21675  `deleted_date` bigint(20) DEFAULT NULL27314  `deleted_date` bigint(20) DEFAULT NULL
21676) ENGINE=InnoDB DEFAULT CHARSET=utf8;27315) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2167727316
21678--27317--
21679-- Dumping data for table `exam_posts`27318-- Dumping data for table `exam_posts`
21680--27319--
2168127320
21682INSERT INTO `exam_posts` (`post_id`, `exam_id`, `target_type`, `target_id`, `title`, `description`, `instructions`, `max_attempts`, `mandatory`, `backtrack`, `secure`, `use_resume_password`, `resume_password`, `config_password_seb`, `secure_mode`, `use_honor_code`, `honor_code`, `mark_faculty_review`, `use_calculator`, `hide_exam`, `auto_save`, `auto_submit`, `use_time_limit`, `time_limit`, `use_self_timer`, `use_exam_start_date`, `use_exam_end_date`, `start_date`, `end_date`, `use_exam_submission_date`, `exam_submission_date`, `timeframe`, `grade_book`, `release_score`, `use_release_start_date`, `use_release_end_date`, `release_start_date`, `release_end_date`, `release_feedback`, `release_immediate_feedback`, `imm_feed_response_required`, `imm_feed_response_char_count`, `release_incorrect_responses`, `use_re_attempt_threshold`, `re_attempt_threshold`, `re_attempt_threshold_attempts`, `same_group_grade`, `audience_option`, `hide_exit_button`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES27321INSERT INTO `exam_posts` (`post_id`, `exam_id`, `target_type`, `target_id`, `title`, `description`, `instructions`, `max_attempts`, `mandatory`, `backtrack`, `secure`, `use_resume_password`, `resume_password`, `config_password_seb`, `secure_mode`, `use_honor_code`, `honor_code`, `mark_faculty_review`, `use_calculator`, `hide_exam`, `auto_save`, `auto_submit`, `use_time_limit`, `time_limit`, `use_self_timer`, `use_exam_start_date`, `use_exam_end_date`, `start_date`, `end_date`, `use_exam_submission_date`, `exam_submission_date`, `timeframe`, `grade_book`, `release_score`, `use_release_start_date`, `use_release_end_date`, `release_start_date`, `release_end_date`, `release_feedback`, `release_immediate_feedback`, `imm_feed_response_required`, `imm_feed_response_char_count`, `release_incorrect_responses`, `use_re_attempt_threshold`, `re_attempt_threshold`, `re_attempt_threshold_attempts`, `same_group_grade`, `audience_option`, `hide_exit_button`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21683(1, 1, 'event', 4, 'Test Exam - Exam Cohort', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1684776786, 1, NULL, NULL, NULL),27322(1, 1, 'event', 4, 'Test Exam - Exam Cohort', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1684776786, 1, NULL, NULL, NULL),
21684(2, 1, 'event', 5, 'Test Exam - Cohort 2020', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', 16, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1685381586, 1, NULL, NULL, NULL),27323(2, 1, 'event', 5, 'Test Exam - Cohort 2020', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', 16, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1685381586, 1, NULL, NULL, NULL),
21685(3, 1, 'event', 10, 'Test Exam - Individually added student', '', '', 10, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 0, 1685381586, 0, 0, 0, 'none', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1, 1, NULL, NULL, NULL),27324(3, 1, 'event', 10, 'Test Exam - Individually added student', '', '', 10, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 0, 1685381586, 0, 0, 0, 'none', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1, 1, NULL, NULL, NULL),
21686(4, 1, 'event', 30, 'Text Exam - TBL', '', '', 1, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL),27325(4, 1, 'event', 30, 'Text Exam - TBL', '', '', 1, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL),
21687(5, 1, 'event', 1, 'Test Respondus Exam 1', '', '', 1, NULL, 1, 1, 0, NULL, NULL, 'respondus', 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL);27326(5, 1, 'event', 1, 'Test Respondus Exam 1', '', '', 1, NULL, 1, 1, 0, NULL, NULL, 'respondus', 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL);
2168827327
21689-- --------------------------------------------------------27328-- --------------------------------------------------------
2169027329
21691--27330--
21692-- Table structure for table `exam_post_exceptions`27331-- Table structure for table `exam_post_exceptions`
21693--27332--
2169427333
21695CREATE TABLE `exam_post_exceptions` (27334CREATE TABLE `exam_post_exceptions` (
21696  `ep_exception_id` int(11) UNSIGNED NOT NULL,27335  `ep_exception_id` int(11) UNSIGNED NOT NULL,
21697  `post_id` int(11) UNSIGNED NOT NULL,27336  `post_id` int(11) UNSIGNED NOT NULL,
21698  `proxy_id` int(12) UNSIGNED NOT NULL,27337  `proxy_id` int(12) UNSIGNED NOT NULL,
21699  `use_exception_max_attempts` int(1) DEFAULT '0',27338  `use_exception_max_attempts` int(1) DEFAULT '0',
21700  `max_attempts` int(11) DEFAULT NULL,27339  `max_attempts` int(11) DEFAULT NULL,
21701  `exception_start_date` bigint(20) DEFAULT NULL,27340  `exception_start_date` bigint(20) DEFAULT NULL,
21702  `exception_end_date` bigint(20) DEFAULT NULL,27341  `exception_end_date` bigint(20) DEFAULT NULL,
21703  `exception_submission_date` bigint(20) DEFAULT NULL,27342  `exception_submission_date` bigint(20) DEFAULT NULL,
21704  `use_exception_start_date` int(1) DEFAULT '0',27343  `use_exception_start_date` int(1) DEFAULT '0',
21705  `use_exception_end_date` int(1) DEFAULT '0',27344  `use_exception_end_date` int(1) DEFAULT '0',
21706  `use_exception_submission_date` int(1) DEFAULT '0',27345  `use_exception_submission_date` int(1) DEFAULT '0',
21707  `use_exception_time_factor` int(1) DEFAULT '0',27346  `use_exception_time_factor` int(1) DEFAULT '0',
21708  `exception_time_factor` int(5) DEFAULT '0',27347  `exception_time_factor` int(5) DEFAULT '0',
21709  `exception_accommodation` text,27348  `exception_accommodation` text,
21710  `excluded` int(1) DEFAULT '0',27349  `excluded` int(1) DEFAULT '0',
21711  `created_date` bigint(20) DEFAULT NULL,27350  `created_date` bigint(20) DEFAULT NULL,
21712  `created_by` int(11) DEFAULT NULL,27351  `created_by` int(11) DEFAULT NULL,
21713  `updated_date` bigint(20) DEFAULT NULL,27352  `updated_date` bigint(20) DEFAULT NULL,
21714  `updated_by` int(11) DEFAULT NULL,27353  `updated_by` int(11) DEFAULT NULL,
21715  `deleted_date` bigint(20) DEFAULT NULL27354  `deleted_date` bigint(20) DEFAULT NULL
21716) ENGINE=InnoDB DEFAULT CHARSET=utf8;27355) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2171727356
21718-- --------------------------------------------------------27357-- --------------------------------------------------------
2171927358
21720--27359--
21721-- Table structure for table `exam_progress`27360-- Table structure for table `exam_progress`
21722--27361--
2172327362
21724CREATE TABLE `exam_progress` (27363CREATE TABLE `exam_progress` (
21725  `exam_progress_id` int(12) UNSIGNED NOT NULL,27364  `exam_progress_id` int(12) UNSIGNED NOT NULL,
21726  `post_id` int(12) UNSIGNED NOT NULL,27365  `post_id` int(12) UNSIGNED NOT NULL,
21727  `exam_id` int(12) UNSIGNED NOT NULL,27366  `exam_id` int(12) UNSIGNED NOT NULL,
21728  `proxy_id` int(12) UNSIGNED NOT NULL,27367  `proxy_id` int(12) UNSIGNED NOT NULL,
21729  `progress_value` varchar(20) DEFAULT 'inprogress',27368  `progress_value` varchar(20) DEFAULT 'inprogress',
21730  `submission_date` int(11) DEFAULT NULL,27369  `submission_date` int(11) DEFAULT NULL,
21731  `late` int(5) DEFAULT '0',27370  `late` int(5) DEFAULT '0',
21732  `resume_time_left` int(11) UNSIGNED DEFAULT NULL,27371  `resume_time_left` int(11) UNSIGNED DEFAULT NULL,
21733  `exam_value` decimal(10,2) DEFAULT NULL,27372  `exam_value` decimal(10,2) DEFAULT NULL,
21734  `exam_points` decimal(10,2) DEFAULT NULL,27373  `exam_points` decimal(10,2) DEFAULT NULL,
21735  `menu_open` int(1) NOT NULL DEFAULT '1',27374  `menu_open` int(1) NOT NULL DEFAULT '1',
21736  `use_self_timer` int(1) DEFAULT '0',27375  `use_self_timer` int(1) DEFAULT '0',
21737  `self_timer_start` bigint(64) DEFAULT NULL,27376  `self_timer_start` bigint(64) DEFAULT NULL,
21738  `self_timer_length` bigint(64) DEFAULT NULL,27377  `self_timer_length` bigint(64) DEFAULT NULL,
21739  `created_date` bigint(64) NOT NULL DEFAULT '0',27378  `created_date` bigint(64) NOT NULL DEFAULT '0',
21740  `created_by` int(11) NOT NULL DEFAULT '0',27379  `created_by` int(11) NOT NULL DEFAULT '0',
21741  `started_date` bigint(64) NOT NULL DEFAULT '0',27380  `started_date` bigint(64) NOT NULL DEFAULT '0',
21742  `updated_date` bigint(64) NOT NULL,27381  `updated_date` bigint(64) NOT NULL,
21743  `updated_by` int(12) UNSIGNED NOT NULL,27382  `updated_by` int(12) UNSIGNED NOT NULL,
21744  `deleted_date` bigint(64) DEFAULT NULL27383  `deleted_date` bigint(64) DEFAULT NULL
21745) ENGINE=InnoDB DEFAULT CHARSET=utf8;27384) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2174627385
21747--27386--
21748-- Dumping data for table `exam_progress`27387-- Dumping data for table `exam_progress`
21749--27388--
2175027389
21751INSERT INTO `exam_progress` (`exam_progress_id`, `post_id`, `exam_id`, `proxy_id`, `progress_value`, `submission_date`, `late`, `resume_time_left`, `exam_value`, `exam_points`, `menu_open`, `use_self_timer`, `self_timer_start`, `self_timer_length`, `created_date`, `created_by`, `started_date`, `updated_date`, `updated_by`, `deleted_date`) VALUES27390INSERT INTO `exam_progress` (`exam_progress_id`, `post_id`, `exam_id`, `proxy_id`, `progress_value`, `submission_date`, `late`, `resume_time_left`, `exam_value`, `exam_points`, `menu_open`, `use_self_timer`, `self_timer_start`, `self_timer_length`, `created_date`, `created_by`, `started_date`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21752(1, 1, 1, 2, 'submitted', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1685381586, 1, NULL),27391(1, 1, 1, 2, 'submitted', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1685381586, 1, NULL),
21753(2, 2, 1, 2, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 2, 1685381586, 1685381586, 2, NULL),27392(2, 2, 1, 2, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 2, 1685381586, 1685381586, 2, NULL),
21754(3, 2, 1, 3, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 3, 1685381586, 1685381586, 1, NULL),27393(3, 2, 1, 3, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 3, 1685381586, 1685381586, 1, NULL),
21755(4, 2, 1, 4, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 4, 1685381586, 1685381586, 4, NULL);27394(4, 2, 1, 4, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 4, 1685381586, 1685381586, 4, NULL);
2175627395
21757-- --------------------------------------------------------27396-- --------------------------------------------------------
2175827397
21759--27398--
21760-- Table structure for table `exam_progress_responses`27399-- Table structure for table `exam_progress_responses`
21761--27400--
2176227401
21763CREATE TABLE `exam_progress_responses` (27402CREATE TABLE `exam_progress_responses` (
21764  `exam_progress_response_id` int(11) UNSIGNED NOT NULL,27403  `exam_progress_response_id` int(11) UNSIGNED NOT NULL,
21765  `exam_progress_id` int(11) UNSIGNED NOT NULL,27404  `exam_progress_id` int(11) UNSIGNED NOT NULL,
21766  `exam_id` int(11) UNSIGNED NOT NULL,27405  `exam_id` int(11) UNSIGNED NOT NULL,
21767  `post_id` int(11) UNSIGNED NOT NULL,27406  `post_id` int(11) UNSIGNED NOT NULL,
21768  `proxy_id` int(11) NOT NULL,27407  `proxy_id` int(11) NOT NULL,
21769  `exam_element_id` int(11) UNSIGNED NOT NULL,27408  `exam_element_id` int(11) UNSIGNED NOT NULL,
21770  `epr_order` int(11) NOT NULL,27409  `epr_order` int(11) NOT NULL,
21771  `question_count` int(11) UNSIGNED DEFAULT NULL,27410  `question_count` int(11) UNSIGNED DEFAULT NULL,
21772  `question_type` varchar(20) DEFAULT NULL,27411  `question_type` varchar(20) DEFAULT NULL,
21773  `flag_question` int(5) DEFAULT NULL,27412  `flag_question` int(5) DEFAULT NULL,
21774  `strike_out_answers` varchar(100) DEFAULT NULL,27413  `strike_out_answers` varchar(100) DEFAULT NULL,
21775  `grader_comments` text,27414  `grader_comments` text,
21776  `learner_comments` text,27415  `learner_comments` text,
21777  `mark_faculty_review` tinyint(1) DEFAULT '0',27416  `mark_faculty_review` tinyint(1) DEFAULT '0',
21778  `score` decimal(10,2) DEFAULT NULL,27417  `score` decimal(10,2) DEFAULT NULL,
21779  `regrade` int(11) DEFAULT NULL,27418  `regrade` int(11) DEFAULT NULL,
21780  `graded_by` bigint(64) DEFAULT NULL,27419  `graded_by` bigint(64) DEFAULT NULL,
21781  `graded_date` int(11) DEFAULT NULL,27420  `graded_date` int(11) DEFAULT NULL,
21782  `view_date` int(11) DEFAULT NULL,27421  `view_date` int(11) DEFAULT NULL,
21783  `created_date` bigint(64) NOT NULL,27422  `created_date` bigint(64) NOT NULL,
21784  `created_by` int(11) NOT NULL,27423  `created_by` int(11) NOT NULL,
21785  `updated_date` bigint(64) DEFAULT NULL,27424  `updated_date` bigint(64) DEFAULT NULL,
21786  `updated_by` int(11) DEFAULT NULL,27425  `updated_by` int(11) DEFAULT NULL,
21787  `deleted_date` int(11) DEFAULT NULL27426  `deleted_date` int(11) DEFAULT NULL
21788) ENGINE=InnoDB DEFAULT CHARSET=utf8;27427) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2178927428
21790-- --------------------------------------------------------27429-- --------------------------------------------------------
2179127430
21792--27431--
21793-- Table structure for table `exam_progress_response_answers`27432-- Table structure for table `exam_progress_response_answers`
21794--27433--
2179527434
21796CREATE TABLE `exam_progress_response_answers` (27435CREATE TABLE `exam_progress_response_answers` (
21797  `epr_answer_id` int(11) UNSIGNED NOT NULL,27436  `epr_answer_id` int(11) UNSIGNED NOT NULL,
21798  `epr_id` int(11) UNSIGNED NOT NULL,27437  `epr_id` int(11) UNSIGNED NOT NULL,
21799  `eqa_id` int(11) UNSIGNED DEFAULT NULL,27438  `eqa_id` int(11) UNSIGNED DEFAULT NULL,
21800  `eqm_id` int(11) UNSIGNED DEFAULT NULL,27439  `eqm_id` int(11) UNSIGNED DEFAULT NULL,
21801  `response_element_order` int(11) DEFAULT NULL,27440  `response_element_order` int(11) DEFAULT NULL,
21802  `response_element_letter` varchar(10) DEFAULT NULL,27441  `response_element_letter` varchar(10) DEFAULT NULL,
21803  `response_value` text,27442  `response_value` text,
21804  `attempt_number` int(11) UNSIGNED DEFAULT NULL,27443  `attempt_number` int(11) UNSIGNED DEFAULT NULL,
21805  `created_date` bigint(64) NOT NULL,27444  `created_date` bigint(64) NOT NULL,
21806  `created_by` int(11) NOT NULL,27445  `created_by` int(11) NOT NULL,
21807  `updated_date` bigint(64) DEFAULT NULL,27446  `updated_date` bigint(64) DEFAULT NULL,
21808  `updated_by` int(11) DEFAULT NULL,27447  `updated_by` int(11) DEFAULT NULL,
21809  `deleted_date` bigint(64) DEFAULT NULL27448  `deleted_date` bigint(64) DEFAULT NULL
21810) ENGINE=InnoDB DEFAULT CHARSET=utf8;27449) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2181127450
21812-- --------------------------------------------------------27451-- --------------------------------------------------------
2181327452
21814--27453--
21815-- Table structure for table `exam_questions`27454-- Table structure for table `exam_questions`
21816--27455--
2181727456
21818CREATE TABLE `exam_questions` (27457CREATE TABLE `exam_questions` (
21819  `question_id` int(12) UNSIGNED NOT NULL,27458  `question_id` int(12) UNSIGNED NOT NULL,
21820  `folder_id` int(12) DEFAULT '0',27459  `folder_id` int(12) DEFAULT '0',
21821  `deleted_date` bigint(64) DEFAULT NULL27460  `deleted_date` bigint(64) DEFAULT NULL
21822) ENGINE=InnoDB DEFAULT CHARSET=utf8;27461) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2182327462
21824--27463--
21825-- Dumping data for table `exam_questions`27464-- Dumping data for table `exam_questions`
21826--27465--
2182727466
21828INSERT INTO `exam_questions` (`question_id`, `folder_id`, `deleted_date`) VALUES27467INSERT INTO `exam_questions` (`question_id`, `folder_id`, `deleted_date`) VALUES
21829(1, 2, NULL),27468(1, 2, NULL),
21830(2, 2, NULL);27469(2, 2, NULL);
2183127470
21832-- --------------------------------------------------------27471-- --------------------------------------------------------
2183327472
21834--27473--
21835-- Table structure for table `exam_question_answers`27474-- Table structure for table `exam_question_answers`
21836--27475--
2183727476
21838CREATE TABLE `exam_question_answers` (27477CREATE TABLE `exam_question_answers` (
21839  `qanswer_id` int(11) UNSIGNED NOT NULL,27478  `qanswer_id` int(11) UNSIGNED NOT NULL,
21840  `question_id` int(11) UNSIGNED NOT NULL,27479  `question_id` int(11) UNSIGNED NOT NULL,
21841  `version_id` int(12) UNSIGNED NOT NULL,27480  `version_id` int(12) UNSIGNED NOT NULL,
21842  `answer_text` text,27481  `answer_text` text,
21843  `answer_rationale` text,27482  `answer_rationale` text,
21844  `correct` int(1) DEFAULT '0',27483  `correct` int(1) DEFAULT '0',
21845  `weight` varchar(10) DEFAULT '0',27484  `weight` varchar(10) DEFAULT '0',
21846  `order` int(4) DEFAULT '0',27485  `order` int(4) DEFAULT '0',
21847  `locked` int(1) DEFAULT '0',27486  `locked` int(1) DEFAULT '0',
21848  `updated_date` bigint(64) DEFAULT NULL,27487  `updated_date` bigint(64) DEFAULT NULL,
21849  `updated_by` int(11) DEFAULT NULL,27488  `updated_by` int(11) DEFAULT NULL,
21850  `deleted_date` bigint(64) DEFAULT NULL27489  `deleted_date` bigint(64) DEFAULT NULL
21851) ENGINE=InnoDB DEFAULT CHARSET=utf8;27490) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2185227491
21853--27492--
21854-- Dumping data for table `exam_question_answers`27493-- Dumping data for table `exam_question_answers`
21855--27494--
2185627495
21857INSERT INTO `exam_question_answers` (`qanswer_id`, `question_id`, `version_id`, `answer_text`, `answer_rationale`, `correct`, `weight`, `order`, `locked`, `updated_date`, `updated_by`, `deleted_date`) VALUES27496INSERT INTO `exam_question_answers` (`qanswer_id`, `question_id`, `version_id`, `answer_text`, `answer_rationale`, `correct`, `weight`, `order`, `locked`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21858(1, 2, 2, 'answer 1', '', 0, '', 1, 0, 1685381586, 1, NULL),27497(1, 2, 2, 'answer 1', '', 0, '', 1, 0, 1685381586, 1, NULL),
21859(2, 2, 2, 'answer 2 - correct answer', '', 1, '', 2, 0, 1685381586, 1, NULL);27498(2, 2, 2, 'answer 2 - correct answer', '', 1, '', 2, 0, 1685381586, 1, NULL);
2186027499
21861-- --------------------------------------------------------27500-- --------------------------------------------------------
2186227501
21863--27502--
21864-- Table structure for table `exam_question_authors`27503-- Table structure for table `exam_question_authors`
21865--27504--
2186627505
21867CREATE TABLE `exam_question_authors` (27506CREATE TABLE `exam_question_authors` (
21868  `eqauthor_id` int(11) UNSIGNED NOT NULL,27507  `eqauthor_id` int(11) UNSIGNED NOT NULL,
21869  `question_id` int(11) UNSIGNED NOT NULL,27508  `question_id` int(11) UNSIGNED NOT NULL,
21870  `version_id` int(12) UNSIGNED NOT NULL,27509  `version_id` int(12) UNSIGNED NOT NULL,
21871  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',27510  `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id',
21872  `author_id` int(11) NOT NULL,27511  `author_id` int(11) NOT NULL,
21873  `created_date` bigint(64) NOT NULL,27512  `created_date` bigint(64) NOT NULL,
21874  `created_by` int(11) NOT NULL,27513  `created_by` int(11) NOT NULL,
21875  `updated_date` bigint(64) DEFAULT NULL,27514  `updated_date` bigint(64) DEFAULT NULL,
21876  `updated_by` int(11) DEFAULT NULL,27515  `updated_by` int(11) DEFAULT NULL,
21877  `deleted_date` bigint(64) DEFAULT NULL27516  `deleted_date` bigint(64) DEFAULT NULL
21878) ENGINE=InnoDB DEFAULT CHARSET=utf8;27517) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2187927518
21880--27519--
21881-- Dumping data for table `exam_question_authors`27520-- Dumping data for table `exam_question_authors`
21882--27521--
2188327522
21884INSERT INTO `exam_question_authors` (`eqauthor_id`, `question_id`, `version_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES27523INSERT INTO `exam_question_authors` (`eqauthor_id`, `question_id`, `version_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
21885(1, 1, 1, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),27524(1, 1, 1, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL),
21886(2, 2, 2, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL);27525(2, 2, 2, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL);
2188727526
21888-- --------------------------------------------------------27527-- --------------------------------------------------------
2188927528
21890--27529--
21891-- Table structure for table `exam_question_fnb_text`27530-- Table structure for table `exam_question_fnb_text`
21892--27531--
2189327532
21894CREATE TABLE `exam_question_fnb_text` (27533CREATE TABLE `exam_question_fnb_text` (
21895  `fnb_text_id` int(11) UNSIGNED NOT NULL,27534  `fnb_text_id` int(11) UNSIGNED NOT NULL,
21896  `qanswer_id` int(11) UNSIGNED NOT NULL,27535  `qanswer_id` int(11) UNSIGNED NOT NULL,
21897  `text` text,27536  `text` text,
21898  `updated_date` bigint(64) DEFAULT NULL,27537  `updated_date` bigint(64) DEFAULT NULL,
21899  `updated_by` int(11) DEFAULT NULL,27538  `updated_by` int(11) DEFAULT NULL,
21900  `deleted_date` bigint(64) DEFAULT NULL27539  `deleted_date` bigint(64) DEFAULT NULL
21901) ENGINE=InnoDB DEFAULT CHARSET=utf8;27540) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2190227541
21903-- --------------------------------------------------------27542-- --------------------------------------------------------
2190427543
21905--27544--
21906-- Table structure for table `exam_question_match`27545-- Table structure for table `exam_question_match`
21907--27546--
2190827547
21909CREATE TABLE `exam_question_match` (27548CREATE TABLE `exam_question_match` (
21910  `match_id` int(11) UNSIGNED NOT NULL,27549  `match_id` int(11) UNSIGNED NOT NULL,
21911  `version_id` int(12) UNSIGNED NOT NULL,27550  `version_id` int(12) UNSIGNED NOT NULL,
21912  `match_text` text,27551  `match_text` text,
21913  `order` int(4) DEFAULT '0',27552  `order` int(4) DEFAULT '0',
21914  `updated_date` bigint(64) DEFAULT NULL,27553  `updated_date` bigint(64) DEFAULT NULL,
21915  `updated_by` int(11) DEFAULT NULL,27554  `updated_by` int(11) DEFAULT NULL,
21916  `deleted_date` bigint(64) DEFAULT NULL27555  `deleted_date` bigint(64) DEFAULT NULL
21917) ENGINE=InnoDB DEFAULT CHARSET=utf8;27556) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2191827557
21919-- --------------------------------------------------------27558-- --------------------------------------------------------
2192027559
21921--27560--
21922-- Table structure for table `exam_question_match_correct`27561-- Table structure for table `exam_question_match_correct`
21923--27562--
2192427563
21925CREATE TABLE `exam_question_match_correct` (27564CREATE TABLE `exam_question_match_correct` (
21926  `eqm_correct_id` int(11) UNSIGNED NOT NULL,27565  `eqm_correct_id` int(11) UNSIGNED NOT NULL,
21927  `match_id` int(11) UNSIGNED NOT NULL,27566  `match_id` int(11) UNSIGNED NOT NULL,
21928  `qanswer_id` int(11) UNSIGNED NOT NULL,27567  `qanswer_id` int(11) UNSIGNED NOT NULL,
21929  `correct` int(1) DEFAULT '0',27568  `correct` int(1) DEFAULT '0',
21930  `updated_date` bigint(64) DEFAULT NULL,27569  `updated_date` bigint(64) DEFAULT NULL,
21931  `updated_by` int(11) DEFAULT NULL,27570  `updated_by` int(11) DEFAULT NULL,
21932  `deleted_date` bigint(64) DEFAULT NULL27571  `deleted_date` bigint(64) DEFAULT NULL
21933) ENGINE=InnoDB DEFAULT CHARSET=utf8;27572) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2193427573
21935-- --------------------------------------------------------27574-- --------------------------------------------------------
2193627575
21937--27576--
21938-- Table structure for table `exam_question_objectives`27577-- Table structure for table `exam_question_objectives`
21939--27578--
2194027579
21941CREATE TABLE `exam_question_objectives` (27580CREATE TABLE `exam_question_objectives` (
21942  `qobjective_id` int(11) UNSIGNED NOT NULL,27581  `qobjective_id` int(11) UNSIGNED NOT NULL,
21943  `question_id` int(11) UNSIGNED NOT NULL,27582  `question_id` int(11) UNSIGNED NOT NULL,
21944  `objective_id` int(11) UNSIGNED NOT NULL,27583  `objective_id` int(11) UNSIGNED NOT NULL,
21945  `created_date` bigint(64) NOT NULL,27584  `created_date` bigint(64) NOT NULL,
21946  `created_by` int(11) NOT NULL,27585  `created_by` int(11) NOT NULL,
21947  `updated_date` bigint(64) DEFAULT NULL,27586  `updated_date` bigint(64) DEFAULT NULL,
21948  `updated_by` int(11) DEFAULT NULL,27587  `updated_by` int(11) DEFAULT NULL,
21949  `deleted_date` bigint(64) DEFAULT NULL27588  `deleted_date` bigint(64) DEFAULT NULL
21950) ENGINE=InnoDB DEFAULT CHARSET=utf8;27589) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2195127590
21952-- --------------------------------------------------------27591-- --------------------------------------------------------
2195327592
21954--27593--
21955-- Table structure for table `exam_question_versions`27594-- Table structure for table `exam_question_versions`
21956--27595--
2195727596
21958CREATE TABLE `exam_question_versions` (27597CREATE TABLE `exam_question_versions` (
21959  `version_id` int(12) UNSIGNED NOT NULL,27598  `version_id` int(12) UNSIGNED NOT NULL,
21960  `question_id` int(12) UNSIGNED NOT NULL,27599  `question_id` int(12) UNSIGNED NOT NULL,
21961  `version_count` int(11) NOT NULL DEFAULT '1',27600  `version_count` int(11) NOT NULL DEFAULT '1',
21962  `questiontype_id` int(11) UNSIGNED NOT NULL,27601  `questiontype_id` int(11) UNSIGNED NOT NULL,
21963  `question_text` text NOT NULL,27602  `question_text` text NOT NULL,
21964  `question_description` longtext,27603  `question_description` longtext,
21965  `question_rationale` text,27604  `question_rationale` text,
21966  `question_correct_text` varchar(2000) DEFAULT NULL,27605  `question_correct_text` varchar(2000) DEFAULT NULL,
21967  `question_code` varchar(128) DEFAULT '',27606  `question_code` varchar(128) DEFAULT '',
21968  `grading_scheme` enum('full','partial','penalty') NOT NULL DEFAULT 'partial',27607  `grading_scheme` enum('full','partial','penalty') NOT NULL DEFAULT 'partial',
21969  `organisation_id` int(11) NOT NULL,27608  `organisation_id` int(11) NOT NULL,
21970  `created_date` bigint(64) NOT NULL,27609  `created_date` bigint(64) NOT NULL,
21971  `created_by` int(11) NOT NULL,27610  `created_by` int(11) NOT NULL,
21972  `updated_date` bigint(64) DEFAULT NULL,27611  `updated_date` bigint(64) DEFAULT NULL,
21973  `updated_by` int(11) DEFAULT NULL,27612  `updated_by` int(11) DEFAULT NULL,
21974  `deleted_date` bigint(64) DEFAULT NULL,27613  `deleted_date` bigint(64) DEFAULT NULL,
21975  `examsoft_id` varchar(30) DEFAULT NULL,27614  `examsoft_id` varchar(30) DEFAULT NULL,
21976  `examsoft_images_added` int(1) DEFAULT '0',27615  `examsoft_images_added` int(1) DEFAULT '0',
21977  `examsoft_flagged` int(1) DEFAULT '0'27616  `examsoft_flagged` int(1) DEFAULT '0'
21978) ENGINE=InnoDB DEFAULT CHARSET=utf8;27617) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2197927618
21980--27619--
21981-- Dumping data for table `exam_question_versions`27620-- Dumping data for table `exam_question_versions`
21982--27621--
2198327622
21984INSERT INTO `exam_question_versions` (`version_id`, `question_id`, `version_count`, `questiontype_id`, `question_text`, `question_description`, `question_rationale`, `question_correct_text`, `question_code`, `grading_scheme`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `examsoft_id`, `examsoft_images_added`, `examsoft_flagged`) VALUES27623INSERT INTO `exam_question_versions` (`version_id`, `question_id`, `version_count`, `questiontype_id`, `question_text`, `question_description`, `question_rationale`, `question_correct_text`, `question_code`, `grading_scheme`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `examsoft_id`, `examsoft_images_added`, `examsoft_flagged`) VALUES
21985(1, 1, 1, 6, 'Question 1 Text', 'Question 1 description', 'Question 1 rationale', '', 'QUESTION_1', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL),27624(1, 1, 1, 6, 'Question 1 Text', 'Question 1 description', 'Question 1 rationale', '', 'QUESTION_1', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL),
21986(2, 2, 1, 2, 'Question 2 text', 'question 2 description', 'question 2 rationale', '', '2', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL);27625(2, 2, 1, 2, 'Question 2 text', 'question 2 description', 'question 2 rationale', '', '2', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL);
2198727626
21988-- --------------------------------------------------------27627-- --------------------------------------------------------
2198927628
21990--27629--
21991-- Table structure for table `exam_question_version_highlight`27630-- Table structure for table `exam_question_version_highlight`
21992--27631--
2199327632
21994CREATE TABLE `exam_question_version_highlight` (27633CREATE TABLE `exam_question_version_highlight` (
21995  `highlight_id` int(12) UNSIGNED NOT NULL,27634  `highlight_id` int(12) UNSIGNED NOT NULL,
21996  `version_id` int(12) UNSIGNED NOT NULL,27635  `version_id` int(12) UNSIGNED NOT NULL,
21997  `q_order` int(11) DEFAULT NULL,27636  `q_order` int(11) DEFAULT NULL,
21998  `type` varchar(64) NOT NULL,27637  `type` varchar(64) NOT NULL,
21999  `question_text` text NOT NULL,27638  `question_text` text NOT NULL,
22000  `exam_progress_id` int(12) UNSIGNED NOT NULL,27639  `exam_progress_id` int(12) UNSIGNED NOT NULL,
22001  `proxy_id` int(12) UNSIGNED NOT NULL,27640  `proxy_id` int(12) UNSIGNED NOT NULL,
22002  `updated_date` bigint(64) DEFAULT NULL,27641  `updated_date` bigint(64) DEFAULT NULL,
22003  `updated_by` int(11) DEFAULT NULL27642  `updated_by` int(11) DEFAULT NULL
22004) ENGINE=InnoDB DEFAULT CHARSET=utf8;27643) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2200527644
22006-- --------------------------------------------------------27645-- --------------------------------------------------------
2200727646
22008--27647--
22009-- Table structure for table `exam_versions`27648-- Table structure for table `exam_versions`
22010--27649--
2201127650
22012CREATE TABLE `exam_versions` (27651CREATE TABLE `exam_versions` (
22013  `exam_version_id` int(11) UNSIGNED NOT NULL,27652  `exam_version_id` int(11) UNSIGNED NOT NULL,
22014  `exam_id` int(11) UNSIGNED DEFAULT NULL,27653  `exam_id` int(11) UNSIGNED DEFAULT NULL,
22015  `title` varchar(1024) NOT NULL DEFAULT '',27654  `title` varchar(1024) NOT NULL DEFAULT '',
22016  `description` text,27655  `description` text,
22017  `created_date` bigint(64) NOT NULL,27656  `created_date` bigint(64) NOT NULL,
22018  `created_by` int(11) NOT NULL,27657  `created_by` int(11) NOT NULL,
22019  `updated_date` bigint(64) DEFAULT NULL,27658  `updated_date` bigint(64) DEFAULT NULL,
22020  `updated_by` int(11) DEFAULT NULL,27659  `updated_by` int(11) DEFAULT NULL,
22021  `deleted_date` bigint(64) DEFAULT NULL27660  `deleted_date` bigint(64) DEFAULT NULL
22022) ENGINE=InnoDB DEFAULT CHARSET=utf8;27661) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2202327662
22024-- --------------------------------------------------------27663-- --------------------------------------------------------
2202527664
22026--27665--
22027-- Table structure for table `filetypes`27666-- Table structure for table `filetypes`
22028--27667--
2202927668
22030CREATE TABLE `filetypes` (27669CREATE TABLE `filetypes` (
22031  `id` int(12) NOT NULL,27670  `id` int(12) NOT NULL,
22032  `ext` varchar(8) NOT NULL,27671  `ext` varchar(8) NOT NULL,
22033  `mime` varchar(128) NOT NULL DEFAULT '',27672  `mime` varchar(128) NOT NULL DEFAULT '',
22034  `classname` varchar(128) DEFAULT NULL,27673  `classname` varchar(128) DEFAULT NULL,
22035  `english` varchar(64) NOT NULL,27674  `english` varchar(64) NOT NULL,
22036  `image` blob NOT NULL,27675  `image` blob NOT NULL,
22037  `executable` tinyint(1) NOT NULL DEFAULT '0',27676  `executable` tinyint(1) NOT NULL DEFAULT '0',
22038  `hidden` varchar(10) NOT NULL DEFAULT '0'27677  `hidden` varchar(10) NOT NULL DEFAULT '0'
22039) ENGINE=InnoDB DEFAULT CHARSET=utf8;27678) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2204027679
22041--27680--
22042-- Dumping data for table `filetypes`27681-- Dumping data for table `filetypes`
22043--27682--
2204427683
22045INSERT INTO `filetypes` (`id`, `ext`, `mime`, `classname`, `english`, `image`, `executable`, `hidden`) VALUES27684INSERT INTO `filetypes` (`id`, `ext`, `mime`, `classname`, `english`, `image`, `executable`, `hidden`) VALUES
22046(1, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000660000c0c0c58e8e92828282eb060a666666e07e80d58e93dededfff6666bf4446d7c9ceff4b4eb4b4b4e77171a10406c7adb289898befeff0d5d5d6d80406eb9e9fd28c8ff4292bfe7679a3a3a7fda9a9990000ccccccc28386fec2c3e6e6e8cfa8adeeb0b09999998c0002f7f7f7fa7274a51819ff2125e9adafe28282edc1c2eca7a9707074e9d4d6ff7e80eaa7a8bcbcbfea9394e8c6c8c2c1c7a50e0ffdbcbee1e0e3e9e9eceb8787f40e11ababaccfcfd4e4060aff2b2effffff9c9ca1ff4f51ff9999e98d8eb6b6bad6d6dce67778ffccccebb5b59f0607ff8182dfc3c6eab5b6e9cccd86868bece6e7e3e0e2c4c4c5d79396ff7072ff7a7ca40608bdc5c5e6dee6ff292ca5a5ade78787ebc2c4e6d6deff0f12ff333300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514003e002c00000000100010000007d1803e823e0d038687880d833e4424123750433f933f11438b135a2d1f1105029d052c8a833b28595b2219053f03194d97a43732421308501f300b10338b1c1f372b1547472f450620508b3bbf37381231474c4a3bc9831c361f1221152a121f44d4bd0836374e0e373708131c018b01b53636291f36441c33300a26fb343454541b460058176048830457929c703105480902144648fad10041822e498260e08241c3051e1b74f820b1c307060609a40049d2c305831c48b09014e4a1668d2807721eb0d041c78445a43870d841b4d6a240003b, 0, '0'),27685(1, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000660000c0c0c58e8e92828282eb060a666666e07e80d58e93dededfff6666bf4446d7c9ceff4b4eb4b4b4e77171a10406c7adb289898befeff0d5d5d6d80406eb9e9fd28c8ff4292bfe7679a3a3a7fda9a9990000ccccccc28386fec2c3e6e6e8cfa8adeeb0b09999998c0002f7f7f7fa7274a51819ff2125e9adafe28282edc1c2eca7a9707074e9d4d6ff7e80eaa7a8bcbcbfea9394e8c6c8c2c1c7a50e0ffdbcbee1e0e3e9e9eceb8787f40e11ababaccfcfd4e4060aff2b2effffff9c9ca1ff4f51ff9999e98d8eb6b6bad6d6dce67778ffccccebb5b59f0607ff8182dfc3c6eab5b6e9cccd86868bece6e7e3e0e2c4c4c5d79396ff7072ff7a7ca40608bdc5c5e6dee6ff292ca5a5ade78787ebc2c4e6d6deff0f12ff333300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514003e002c00000000100010000007d1803e823e0d038687880d833e4424123750433f933f11438b135a2d1f1105029d052c8a833b28595b2219053f03194d97a43732421308501f300b10338b1c1f372b1547472f450620508b3bbf37381231474c4a3bc9831c361f1221152a121f44d4bd0836374e0e373708131c018b01b53636291f36441c33300a26fb343454541b460058176048830457929c703105480902144648fad10041822e498260e08241c3051e1b74f820b1c307060609a40049d2c305831c48b09014e4a1668d2807721eb0d041c78445a43870d841b4d6a240003b, 0, '0'),
22047(2, 'gif', 'image/gif', 'Image', 'GIF Image', 0x47494638396110001000e600000e2345cbd6dcb87f659999998282829b705df0f0f0b1b8dc8098cfb9b9bf4f484c5d85b7c3b9ad4e71c11d325f94b7fc8c8b8b435789b5a48affffff423637666b7a909ab3dededecccccc7a9cf26f8edca48868706663b5b5b5b19c83aeaeaef7f7f7779ce863749caebee1c0c2c4291d207c7678c6c7d477829da8a8a8b5adad8aacf7e8e8e8afa28c334268a0a5b1bdbdbdc5c9e59999cc644e506073acd6d6d6c1bbb4cfbda799bbf6a5a5adb8bfc94c3e3cdbdde9c5c5c5bdbdc57d7d7dc5d1e3a7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140013002c00000000100010000007ad8013131d048586871d828235822c1f189082208c8a9403171d293f1720938a13943d293d1d10189d948b9d061d2c9dafa9a09d303c1d3006b806b135201735070a101f3d2c2c189f35ac0b15251c26272991953d230d2e053b15323109898a1824192b33022816001124309f904038144121340e2f1f09ec352d12010f191a22033e5c60878181870d3774209800e2d8a71e357a48ec61e343c34f8220d6a80109c687588a2e881c596320c640003b, 0, '0'),27686(2, 'gif', 'image/gif', 'Image', 'GIF Image', 0x47494638396110001000e600000e2345cbd6dcb87f659999998282829b705df0f0f0b1b8dc8098cfb9b9bf4f484c5d85b7c3b9ad4e71c11d325f94b7fc8c8b8b435789b5a48affffff423637666b7a909ab3dededecccccc7a9cf26f8edca48868706663b5b5b5b19c83aeaeaef7f7f7779ce863749caebee1c0c2c4291d207c7678c6c7d477829da8a8a8b5adad8aacf7e8e8e8afa28c334268a0a5b1bdbdbdc5c9e59999cc644e506073acd6d6d6c1bbb4cfbda799bbf6a5a5adb8bfc94c3e3cdbdde9c5c5c5bdbdc57d7d7dc5d1e3a7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140013002c00000000100010000007ad8013131d048586871d828235822c1f189082208c8a9403171d293f1720938a13943d293d1d10189d948b9d061d2c9dafa9a09d303c1d3006b806b135201735070a101f3d2c2c189f35ac0b15251c26272991953d230d2e053b15323109898a1824192b33022816001124309f904038144121340e2f1f09ec352d12010f191a22033e5c60878181870d3774209800e2d8a71e357a48ec61e343c34f8220d6a80109c687588a2e881c596320c640003b, 0, '0'),
22048(3, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d500000e2345ccccccaeaeae8c8c8c435789dedede7066636f8edcb8bfc9f7f7f7828282aebee1334268909ab3b19c839b705d8aacf763749cc1bcb41d325ff0f0f0c5d1e34f484c5d85b74236379999994e71c14c3e3ca48868779ce8c3b9adffffff666b7a291d20b5b5b5c6c7d49999ccd6d6d677829d8098cf7c7678c5c5c5b87f6599bbf6e7e7e7a0a5b1a3a3a3644e50afa28c6073acc5c9e594b7fccbd6dccfbda77a9cf2c0c1c5b1b8dcdbdde9bdbdbdb5b5bdb5adada7a1b4b5a48ac0c2c421f9040514001f002c00000000100010000006a3c0cf47a4281a8f22a1b044f9293f8968a2f4a46606898c2ee5ca4cabd981382508b0becad23435f8e928ba00859a8eea72a237654f5f260a2538160302292c2c01551422172021062823658969290b1a0c0f1b2024323a494a013f36102f2a260d0004373a4f0101152b183d1d31132d02a0420125303e3433360711190205ae011e0e1c35082750944a292529d529120209d1d225ddaf3a027d4f05e4e525c74f1f41003b, 0, '0'),27687(3, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d500000e2345ccccccaeaeae8c8c8c435789dedede7066636f8edcb8bfc9f7f7f7828282aebee1334268909ab3b19c839b705d8aacf763749cc1bcb41d325ff0f0f0c5d1e34f484c5d85b74236379999994e71c14c3e3ca48868779ce8c3b9adffffff666b7a291d20b5b5b5c6c7d49999ccd6d6d677829d8098cf7c7678c5c5c5b87f6599bbf6e7e7e7a0a5b1a3a3a3644e50afa28c6073acc5c9e594b7fccbd6dccfbda77a9cf2c0c1c5b1b8dcdbdde9bdbdbdb5b5bdb5adada7a1b4b5a48ac0c2c421f9040514001f002c00000000100010000006a3c0cf47a4281a8f22a1b044f9293f8968a2f4a46606898c2ee5ca4cabd981382508b0becad23435f8e928ba00859a8eea72a237654f5f260a2538160302292c2c01551422172021062823658969290b1a0c0f1b2024323a494a013f36102f2a260d0004373a4f0101152b183d1d31132d02a0420125303e3433360711190205ae011e0e1c35082750944a292529d529120209d1d225ddaf3a027d4f05e4e525c74f1f41003b, 0, '0'),
22049(4, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'),27688(4, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'),
22050(5, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000999999efefefdededeccccccb5b5b5fffffff7f7f7e6e6e6d5d5d5bdbdbd99999900000000000000000000000000000021f90405140005002c0000000010001000000453b09404aabd494aa1bbe69fa71906b879646a1660ea1a4827bc6ffcd169606f6fe007871d8bf4fb1d0e830ea2681420929a2533f8cc4481c7e3a0425821b24701a100f37cb34e42d91c760e08420d58403f8822003b, 1, '0'),27689(5, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000999999efefefdededeccccccb5b5b5fffffff7f7f7e6e6e6d5d5d5bdbdbd99999900000000000000000000000000000021f90405140005002c0000000010001000000453b09404aabd494aa1bbe69fa71906b879646a1660ea1a4827bc6ffcd169606f6fe007871d8bf4fb1d0e830ea2681420929a2533f8cc4481c7e3a0425821b24701a100f37cb34e42d91c760e08420d58403f8822003b, 1, '0'),
22051(6, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000e60000052e49e6e6e6bbc3ad7d7d7d80bf35669933d6d6d6ffffff45834280a256cccccca2a2a2bdbdbdbdee744882578fe32eefefef21564e6fbb3a9999998dde2c9999991f4d617676768db756dededeb5b5b571a82e9ee438f7f7f797cf4039724a7ca08bc4c4c4184d54d3dbca87b16a29614484d6317bb834518845ababab5ea338abe74c5b886194bd5907385888ad5a225a5725576cb5c5ad99e333c2cbb588c739487f3991e12f7db83dc6cebe64aa3874ab317fbe35bfc8b25f9c3c82a55894e6318eb8588cad5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f904041400ff002c00000000100010000007a98007070c138586870c828219821d190a0a191d93068a078c10022d1e1e2d02101d958a9234381f252a37353da196191041083036003a0f1810a28b10043e310e22110f3c01ba9710271c24202c2e2627c5ae1d2f142b0d0d16122f012196061d233b14333328053906898a061010233f1b1b09e82129deedf8b9290bfcf701ffff180cb830c1980180011ed983a0c0d28183ff1e3158d0ca2144892952185b074941888f011c1e0804003b, 0, '0'),27690(6, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000e60000052e49e6e6e6bbc3ad7d7d7d80bf35669933d6d6d6ffffff45834280a256cccccca2a2a2bdbdbdbdee744882578fe32eefefef21564e6fbb3a9999998dde2c9999991f4d617676768db756dededeb5b5b571a82e9ee438f7f7f797cf4039724a7ca08bc4c4c4184d54d3dbca87b16a29614484d6317bb834518845ababab5ea338abe74c5b886194bd5907385888ad5a225a5725576cb5c5ad99e333c2cbb588c739487f3991e12f7db83dc6cebe64aa3874ab317fbe35bfc8b25f9c3c82a55894e6318eb8588cad5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f904041400ff002c00000000100010000007a98007070c138586870c828219821d190a0a191d93068a078c10022d1e1e2d02101d958a9234381f252a37353da196191041083036003a0f1810a28b10043e310e22110f3c01ba9710271c24202c2e2627c5ae1d2f142b0d0d16122f012196061d233b14333328053906898a061010233f1b1b09e82129deedf8b9290bfcf701ffff180cb830c1980180011ed983a0c0d28183ff1e3158d0ca2144892952185b074941888f011c1e0804003b, 0, '0'),
22052(7, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000737373c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea7d8dadc7494b1298be0b5c2cbadadad8585854dadedbebebe85a7c0ffffff8c8c8c3292e3aec5d5d6d6d6a4a4a43d93d8ccccccbec6cdc3c3c34295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b6b6b6c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000000000021f90405140015002c00000000100010000006a1c04a4513291a8f1aa19091617038150e24038165941506240228400a298be775555221dd8845c32e95851902624e9fbbb199179d202fc198782a08253617172426341e28782508061b201809210c4e7819280e357c2e120f4f781e1d232807142f262d29504a280c04262204010d1f2a2a13584f3018332c032b0b101a8c4a1c137c370a27021508c6c7710425254ed058424fd52f4c136f582fe2e24c2fd91541003b, 0, '0'),27691(7, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000737373c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea7d8dadc7494b1298be0b5c2cbadadad8585854dadedbebebe85a7c0ffffff8c8c8c3292e3aec5d5d6d6d6a4a4a43d93d8ccccccbec6cdc3c3c34295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b6b6b6c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000000000021f90405140015002c00000000100010000006a1c04a4513291a8f1aa19091617038150e24038165941506240228400a298be775555221dd8845c32e95851902624e9fbbb199179d202fc198782a08253617172426341e28782508061b201809210c4e7819280e357c2e120f4f781e1d232807142f262d29504a280c04262204010d1f2a2a13584f3018332c032b0b101a8c4a1c137c370a27021508c6c7710425254ed058424fd52f4c136f582fe2e24c2fd91541003b, 0, '0'),
22053(8, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '0'),27692(8, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '0'),
22054(9, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'),27693(9, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'),
22055(10, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'),27694(10, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'),
22056(11, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e600000e2345ccccccaeaeaea48868435789dedede6666666f8edcb9b9bf848484f7f7f78aacf7334268909ab39b705da2a2a263749cb8bfc91d325fefefefc5d1e38c8b8baebee14f484c5d85b7c3b9ad4236374e71c14c3e3c779ce8b5b5b5666b7aafa28cffffff291d20c6c7d49999ccd6d6d6999999b19c8377829de8e9e98098cf7c7678b87f65c0c2c499bbf6a0a5b1644e506073acc5c9e5c1bbb4bdbdbd70666394b7fccbd6dccfbda77a9cf2b1b8dcdbdde9b5adadc5c5c4a5a5adbdbdc5b5a48aa7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140021002c00000000100010000007ad8021211e098586871e828225210a8c253d131e3d8e8a218c2915010935022508958a250a99020908250f01a18b0a0a9229aeb28ca2ae343b1e3413bb13b4ad05253a1715023d292901962592181f22352b233e01c9a23d161b0c0e1c1f243208898a012d390b302c280d00042d3496d4142e1a411d31122f0208ef2520403736390e403021a0c0bb00194e0cc0114145a36a8a7a40ea4171860005102396d8488d86274b8a0a881c59c220c840003b, 0, '0'),27695(11, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e600000e2345ccccccaeaeaea48868435789dedede6666666f8edcb9b9bf848484f7f7f78aacf7334268909ab39b705da2a2a263749cb8bfc91d325fefefefc5d1e38c8b8baebee14f484c5d85b7c3b9ad4236374e71c14c3e3c779ce8b5b5b5666b7aafa28cffffff291d20c6c7d49999ccd6d6d6999999b19c8377829de8e9e98098cf7c7678b87f65c0c2c499bbf6a0a5b1644e506073acc5c9e5c1bbb4bdbdbd70666394b7fccbd6dccfbda77a9cf2b1b8dcdbdde9b5adadc5c5c4a5a5adbdbdc5b5a48aa7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140021002c00000000100010000007ad8021211e098586871e828225210a8c253d131e3d8e8a218c2915010935022508958a250a99020908250f01a18b0a0a9229aeb28ca2ae343b1e3413bb13b4ad05253a1715023d292901962592181f22352b233e01c9a23d161b0c0e1c1f243208898a012d390b302c280d00042d3496d4142e1a411d31122f0208ef2520403736390e403021a0c0bb00194e0cc0114145a36a8a7a40ea4171860005102396d8488d86274b8a0a881c59c220c840003b, 0, '0'),
22057(12, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'),27696(12, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'),
22058(13, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'),27697(13, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'),
22059(14, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'),27698(14, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'),
22060(15, 'xls', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'),27699(15, 'xls', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'),
22061(16, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000032f51d4d6deb5b8bc8c99a5808e9c6e8397eaedef557790c4cad09ca9b7f7f7f7dfe3e67a8b9b33536d949faed0d4d7999999c1c5c97676760b4568ffffffabababa2a2a2b5bdc4dedede1c44615b87a3aeb2b59999999aa5b1e4e7eb8a96a3bdbdbdd7dce2cbd1d9d6d6d659788f7d7d7dc4c4c410486c9ba6b2dfe0e6e6e6e6ccccccefefef8493a0b3bfcab5b5b5b8bcc0949ca596a1aed8dce3c4c8cb00000000000000000000000000000000000000000000000000000000000000000021f90405140014002c00000000100010000006a0400a0504291a8f20a110235460562b8c62ca5432151bd9e522dbb09c4a8a1446282042aa81006c65c52e8dcc6cfe618dc218162a6500905c33322a776d1d0614052709330e2a0f780a2d210a0b131a01040b34900f2d221e09070434230261232c2c9d0c0c04110f2615a7a9b4761b16b8a706bb062a2a2025121084420fbebe4fb20a2b6114c6c82b20160a8fcd0f0b0b4f201515c4610f502b26e32acd1441003b, 0, '0'),27700(16, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000032f51d4d6deb5b8bc8c99a5808e9c6e8397eaedef557790c4cad09ca9b7f7f7f7dfe3e67a8b9b33536d949faed0d4d7999999c1c5c97676760b4568ffffffabababa2a2a2b5bdc4dedede1c44615b87a3aeb2b59999999aa5b1e4e7eb8a96a3bdbdbdd7dce2cbd1d9d6d6d659788f7d7d7dc4c4c410486c9ba6b2dfe0e6e6e6e6ccccccefefef8493a0b3bfcab5b5b5b8bcc0949ca596a1aed8dce3c4c8cb00000000000000000000000000000000000000000000000000000000000000000021f90405140014002c00000000100010000006a0400a0504291a8f20a110235460562b8c62ca5432151bd9e522dbb09c4a8a1446282042aa81006c65c52e8dcc6cfe618dc218162a6500905c33322a776d1d0614052709330e2a0f780a2d210a0b131a01040b34900f2d221e09070434230261232c2c9d0c0c04110f2615a7a9b4761b16b8a706bb062a2a2025121084420fbebe4fb20a2b6114c6c82b20160a8fcd0f0b0b4f201515c4610f502b26e32acd1441003b, 0, '0'),
22062(17, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'),27701(17, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'),
22063(18, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'),27702(18, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'),
22064(19, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d500004b914fd5cfc8a5b1b59999998c8c8ce1e1e3b1ccd07e7e7eefefef6db36b87b3889fb397ccccccdedddef7f7f7bdbdbdb4cdf3a8b8afebe4b383de738aa98b66996680a381bcbfd7a5a5a5c6ddb6ffffffb5b6b591ba959cc0a1d6d6d6b6c5b9c4c4c44fa752e6e6e67ab769b4dbcad1d2d8e9e1d6e7e8ecadadad8bb68b61a15c93af91b5b6bd8cb4919cb2a096c8929ec4a355a15a00000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c00000000100010000006a3408de681291a8f0fa1d0c3f4141a1b28a2c1506a3c070c6aa0c5340884a4d213de0e508f8d8800b27a340e84071460201c8e92dbd1508d4c122f02777a630e2c2d212b0b13092508556327250e1f140c2e1505905625270d2711160f0e29222291427617102429770a22056d4a760d0619310909000d0d62aa27c20d1d301c150c0f28560ca7ce051e03d205cccf4f0c6a08561a20a74f0d1ecadadb0ce5e66927db41003b, 0, '0'),27703(19, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d500004b914fd5cfc8a5b1b59999998c8c8ce1e1e3b1ccd07e7e7eefefef6db36b87b3889fb397ccccccdedddef7f7f7bdbdbdb4cdf3a8b8afebe4b383de738aa98b66996680a381bcbfd7a5a5a5c6ddb6ffffffb5b6b591ba959cc0a1d6d6d6b6c5b9c4c4c44fa752e6e6e67ab769b4dbcad1d2d8e9e1d6e7e8ecadadad8bb68b61a15c93af91b5b6bd8cb4919cb2a096c8929ec4a355a15a00000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c00000000100010000006a3408de681291a8f0fa1d0c3f4141a1b28a2c1506a3c070c6aa0c5340884a4d213de0e508f8d8800b27a340e84071460201c8e92dbd1508d4c122f02777a630e2c2d212b0b13092508556327250e1f140c2e1505905625270d2711160f0e29222291427617102429770a22056d4a760d0619310909000d0d62aa27c20d1d301c150c0f28560ca7ce051e03d205cccf4f0c6a08561a20a74f0d1ecadadb0ce5e66927db41003b, 0, '0'),
22065(20, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'),27704(20, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'),
22066(21, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000000000ffffffffa9aafba8a9f8a6a7f5a6a7ffafb0ffb2b3ffb3b4fbb2b3ffbebfdfa8a9d6a3a4ffcbccfdcccdffcfd0fececfffd1d2f1a4a6ffbfc1f7d8d9f1d8d9efd6d7f8dfe0f7dfe0fee7e8f8e9eaf0d6d8f7ecedebe2e3f7eff0eee0e2f4e9ebf1eceef6f0f3f8f6f7dfdfe2f0f0f2e9e9ebe8e8ead6d6d8d3d3d5cbcbcdf9f9faf7f7f8f6f6f7f4f4f5f3f3f4eeeeefe7e7e8e5e5e6dededfdcdcddd4d4d5ffb6b6dea6a6daa3a3dca6a6dfacacffc8c8e8bcbcc8a3a3ffd1d1f7ccccf6ceceffdadaf8d4d4f7d4d4f5d2d2f4d1d1f7d6d6fee0e0f8dcdce9d3d3f9e3e3fee9e9f7e2e2f8e5e5f8e9e9f7ebebfcfcfcf0f0f0ecececeaeaeae4e4e4e1e1e1dadadad2d2d2c8c8c8ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000059002c00000000100010000007d180018201545786878854830125502b2c533234933435328b511a1e2d3558289d582a8a83304c43225633583457332997a42c4f46512f532d31211d268b522d2c17484d4d1840451f538b30bf2c422b144d1c2030c983522e2d2b4a484e2b2d25d4bd2f2e2c233f2c2c2f5152278b27b52e2e442d2e255226313c3afb0b0b37373818f458774206951d072218f0f160820302121848a241e5c50e1b1182401000e148820238aa048002230004053b1a4c8880c087820139489014b4a466860a1b726eb090a44a9445a4a4488141b4d6a240003b, 0, '1'),27705(21, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000000000ffffffffa9aafba8a9f8a6a7f5a6a7ffafb0ffb2b3ffb3b4fbb2b3ffbebfdfa8a9d6a3a4ffcbccfdcccdffcfd0fececfffd1d2f1a4a6ffbfc1f7d8d9f1d8d9efd6d7f8dfe0f7dfe0fee7e8f8e9eaf0d6d8f7ecedebe2e3f7eff0eee0e2f4e9ebf1eceef6f0f3f8f6f7dfdfe2f0f0f2e9e9ebe8e8ead6d6d8d3d3d5cbcbcdf9f9faf7f7f8f6f6f7f4f4f5f3f3f4eeeeefe7e7e8e5e5e6dededfdcdcddd4d4d5ffb6b6dea6a6daa3a3dca6a6dfacacffc8c8e8bcbcc8a3a3ffd1d1f7ccccf6ceceffdadaf8d4d4f7d4d4f5d2d2f4d1d1f7d6d6fee0e0f8dcdce9d3d3f9e3e3fee9e9f7e2e2f8e5e5f8e9e9f7ebebfcfcfcf0f0f0ecececeaeaeae4e4e4e1e1e1dadadad2d2d2c8c8c8ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000059002c00000000100010000007d180018201545786878854830125502b2c533234933435328b511a1e2d3558289d582a8a83304c43225633583457332997a42c4f46512f532d31211d268b522d2c17484d4d1840451f538b30bf2c422b144d1c2030c983522e2d2b4a484e2b2d25d4bd2f2e2c233f2c2c2f5152278b27b52e2e442d2e255226313c3afb0b0b37373818f458774206951d072218f0f160820302121848a241e5c50e1b1182401000e148820238aa048002230004053b1a4c8880c087820139489014b4a466860a1b726eb090a44a9445a4a4488141b4d6a240003b, 0, '1'),
22067(22, 'gif', 'image/gif', 'Image', 'image/gif', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2e0e0e0dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013a3e8586873a82823682343b379082328c8a943d353a3c3f3532938a0194383c383a31379d948b9d333a349dafa9a09d390c3a3933b833b1363235360a05313b383434379f36ac2214042e30083c9195381c15122d2f14070b09898a37231617022c130e201023399f901f1e0306190d1b1d3b09ec362529241a160f113d76d46077c3048a132a42600820e3d8271c367048c4b16247c34f8220dab00129c78e588a6a881c696320c640003b, 0, '1'),27706(22, 'gif', 'image/gif', 'Image', 'image/gif', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2e0e0e0dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013a3e8586873a82823682343b379082328c8a943d353a3c3f3532938a0194383c383a31379d948b9d333a349dafa9a09d390c3a3933b833b1363235360a05313b383434379f36ac2214042e30083c9195381c15122d2f14070b09898a37231617022c130e201023399f901f1e0306190d1b1d3b09ec362529241a160f113d76d46077c3048a132a42600820e3d8271c367048c4b16247c34f8220dab00129c78e588a6a881c696320c640003b, 0, '1'),
22068(23, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),27707(23, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),
22069(24, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d50000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e9e7e4e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe5d1c8dbcbc5cbc8c7bfb9b9d0cecefcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dedededadadad6d6d6d2d2d2ffffff00000021f9040100003e002c00000000100010000006a2c04000d72b1a8f38a19016132903b0288cf6a4ee78b0ddcda6db4dab599ed896abc9be4adad4c613dd62b75a8c9a8ede16b8776c4f5fc2663409053c39363232355531382113042d2f08658969361b14112c2e13070a37494a35221516022b120d1f0f6e4f35351e1d0306180c1a1c39a042353425292319150e103b3933ad352628272a201750944a363436d436243930d0d134dcae37397d4f33e3e434c64f0141003b, 0, '1'),27708(24, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d50000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e9e7e4e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe5d1c8dbcbc5cbc8c7bfb9b9d0cecefcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dedededadadad6d6d6d2d2d2ffffff00000021f9040100003e002c00000000100010000006a2c04000d72b1a8f38a19016132903b0288cf6a4ee78b0ddcda6db4dab599ed896abc9be4adad4c613dd62b75a8c9a8ede16b8776c4f5fc2663409053c39363232355531382113042d2f08658969361b14112c2e13070a37494a35221516022b120d1f0f6e4f35351e1d0306180c1a1c39a042353425292319150e103b3933ad352628272a201750944a363436d436243930d0d134dcae37397d4f33e3e434c64f0141003b, 0, '1'),
22070(25, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'),27709(25, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'),
22071(26, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'),27710(26, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'),
22072(27, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece7e7e7e5e5e5dadadaffffff00000000000000000000000021f9040100000b002c00000000100010000004533004a4aabd48caa2bbe69fa70902b879646a0660ea0a4657bc6ffcd1e9606fefe00f841d8bf4fb1108878ea1682c18929a2533f8cc4481c7e3a1925819b2c7422200f37cb3ce44d91c761e12420db840278822003b, 1, '1'),27711(27, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece7e7e7e5e5e5dadadaffffff00000000000000000000000021f9040100000b002c00000000100010000004533004a4aabd48caa2bbe69fa70902b879646a0660ea0a4657bc6ffcd1e9606fefe00f841d8bf4fb1108878ea1682c18929a2533f8cc4481c7e3a1925819b2c7422200f37cb3ce44d91c761e12420db840278822003b, 1, '1'),
22073(28, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffa5b4bea6b8c3b0c2caafbfc6acbfc1afc4c2afc2bfb2c6bcd0ddd5b8ccbebdd2c2c4d4c6bcd3bbbdd1b8c1d4bcc5deb8c5dcb9c7e0b8d4e3cacbe6b8d3f0b5d0e5b9c8dab6eff2ecebeee8d7f5b4d1e8b6cde1b5cce0b4d4e2c4d2dfc3d7f4b4d6f3b3d4ebb8d0e5b6d6e5c3d1ddc2daf5b6dcf5b8e7f9cdd6e5c2e9ece5e6e9e2e1f7bfdaeebad9e7c3e8ebe3fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000021f9040100003e002c000000001000100000069cc04000b72b1a8f38a190268cd16c365a6c5a53069832d6cbe57ab164b1aa52baba2c1291d00816b6d26425c7e121986c5432f152c691101806081b1c337a57322428140a0d031624856e311f222d292905151f3337563531191d22272710181a35494a35323219201e1e26a837399eadb879393abcb733bfbf383c3d3b8635c0334fb632365601c7bf4f383a6dced0d2393986ab503637df33ce0141003b, 0, '1'),27712(28, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffa5b4bea6b8c3b0c2caafbfc6acbfc1afc4c2afc2bfb2c6bcd0ddd5b8ccbebdd2c2c4d4c6bcd3bbbdd1b8c1d4bcc5deb8c5dcb9c7e0b8d4e3cacbe6b8d3f0b5d0e5b9c8dab6eff2ecebeee8d7f5b4d1e8b6cde1b5cce0b4d4e2c4d2dfc3d7f4b4d6f3b3d4ebb8d0e5b6d6e5c3d1ddc2daf5b6dcf5b8e7f9cdd6e5c2e9ece5e6e9e2e1f7bfdaeebad9e7c3e8ebe3fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000021f9040100003e002c000000001000100000069cc04000b72b1a8f38a190268cd16c365a6c5a53069832d6cbe57ab164b1aa52baba2c1291d00816b6d26425c7e121986c5432f152c691101806081b1c337a57322428140a0d031624856e311f222d292905151f3337563531191d22272710181a35494a35323219201e1e26a837399eadb879393abcb733bfbf383c3d3b8635c0334fb632365601c7bf4f383a6dced0d2393986ab503637df33ce0141003b, 0, '1'),
22074(29, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),27713(29, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),
22075(30, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),27714(30, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),
22076(31, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),27715(31, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),
22077(32, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),27716(32, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'),
22078(33, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefdfdfe2e6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dddddddadadad3d3d3ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013b3f8586873b82823701338c3739343b398e8a018c3532383f2f3c370a958a3733993c3f0a373d38a18b33339235aeb28ca2ae3a0d3b3a34bb34b4ad36370b05323c393535389637922315042f31080938c9a2391d16132e3015070c0a898a38241718022d140f2111243a96d4201f03061a0e1c1e3c0aef37262a251b172048f0c1c3c63b1c2752a058212243a36a8a7240ca4191058f191023ded8484d87274b8a6c881c79c320c840003b, 0, '1'),27717(33, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefdfdfe2e6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dddddddadadad3d3d3ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013b3f8586873b82823701338c3739343b398e8a018c3532383f2f3c370a958a3733993c3f0a373d38a18b33339235aeb28ca2ae3a0d3b3a34bb34b4ad36370b05323c393535389637922315042f31080938c9a2391d16132e3015070c0a898a38241718022d140f2111243a96d4201f03061a0e1c1e3c0aef37262a251b172048f0c1c3c63b1c2752a058212243a36a8a7240ca4191058f191023ded8484d87274b8a6c881c79c320c840003b, 0, '1'),
22079(34, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'),27718(34, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'),
22080(35, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'),27719(35, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'),
22081(36, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),27720(36, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),
22082(37, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'),27721(37, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'),
22083(38, 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'),27722(38, 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'),
22084(39, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d50000000000ffffffe5e5e7f7f7f8f4f4f5e7e8f1eeeff1e4edfbdfe3e5e3eceee4f2ece0e5e2e5eae6d7e6d9dceadedce3ddc2ddc4d6e4d7dce8ddbfdfc1bed7bfcae3cac8dac8d5e5d5d4e3d4d1ded1d5e0d5d9ebd8c6ddc4d8e2d7d3f3cdcfe5c9dce3daebf3e5f8f5e3f0eeebf7f4f0fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dfdfdfdadadad6d6d6d1d1d1ffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a3c04080f52a1a8f2ca130c54c11502da809a5520652b2970ba67da162b1a43215dec25cacd629b6b2a60225536a3552994a2583bb84e27c48221b08777a63250211131d201e15062655630306250c1a2a0f16049056060328030b192c2517272791427605070a17771827046d4a7628092110151514282862aa03c228120e0d162a2c2e562aa7ce042930d204cccf4f2a6a2656012ba74f2829cadadb2ae5e66903db41003b, 0, '1'),27723(39, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d50000000000ffffffe5e5e7f7f7f8f4f4f5e7e8f1eeeff1e4edfbdfe3e5e3eceee4f2ece0e5e2e5eae6d7e6d9dceadedce3ddc2ddc4d6e4d7dce8ddbfdfc1bed7bfcae3cac8dac8d5e5d5d4e3d4d1ded1d5e0d5d9ebd8c6ddc4d8e2d7d3f3cdcfe5c9dce3daebf3e5f8f5e3f0eeebf7f4f0fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dfdfdfdadadad6d6d6d1d1d1ffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a3c04080f52a1a8f2ca130c54c11502da809a5520652b2970ba67da162b1a43215dec25cacd629b6b2a60225536a3552994a2583bb84e27c48221b08777a63250211131d201e15062655630306250c1a2a0f16049056060328030b192c2517272791427605070a17771827046d4a7628092110151514282862aa03c228120e0d162a2c2e562aa7ce042930d204cccf4f2a6a2656012ba74f2829cadadb2ae5e66903db41003b, 0, '1'),
22085(40, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000000000fffffff4f4f6e5e5e7f1f2f5eff0f3d9dce2eeeff1e9eaece2e3e5eceef1e5e7ead1d6dcdce0e5d9dde2d6dadfd5d9decfd5dbd3d8dddbdfe3d9dcdfeaeceef7f8f9f4f5f6eaebeca4b4c1b6c1cac3ced7cbd3dac2ced7dadfe3e3e8ecadbcc6a9bdcac4d4dea7bcc8f5f7f8e5e7e8fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a0c040a0052b1a8f2da1302534a556ab9469ca54324d09c762e1489c9cca80b4c4e05408a8c7006c3d51161a10610e39a9c2a9d34460c96c3e040e28776d1e16011c210d040628077826120426172322050c17189007120a240d1d0c182a03612a27279d11110c08072c2ea7a9b476092fb8a716bb1628282d313230844207bebe4fb2262b6101c6c82b2d2f268fcd0717174f2d2e2ec46107502b2ce328cd0141003b, 0, '1'),27724(40, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000000000fffffff4f4f6e5e5e7f1f2f5eff0f3d9dce2eeeff1e9eaece2e3e5eceef1e5e7ead1d6dcdce0e5d9dde2d6dadfd5d9decfd5dbd3d8dddbdfe3d9dcdfeaeceef7f8f9f4f5f6eaebeca4b4c1b6c1cac3ced7cbd3dac2ced7dadfe3e3e8ecadbcc6a9bdcac4d4dea7bcc8f5f7f8e5e7e8fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a0c040a0052b1a8f2da1302534a556ab9469ca54324d09c762e1489c9cca80b4c4e05408a8c7006c3d51161a10610e39a9c2a9d34460c96c3e040e28776d1e16011c210d040628077826120426172322050c17189007120a240d1d0c182a03612a27279d11110c08072c2ea7a9b476092fb8a716bb1628282d313230844207bebe4fb2262b6101c6c82b2d2f268fcd0717174f2d2e2ec46107502b2ce328cd0141003b, 0, '1'),
22086(41, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'),27725(41, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'),
22087(42, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'),27726(42, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'),
22088(43, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'),27727(43, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'),
22089(44, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '1'),27728(44, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '1'),
22090(45, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '0'),27729(45, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '0'),
22091(46, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),27730(46, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'),
22092(47, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'),27731(47, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'),
22093(48, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000e60000000000ffffffe5e6e5d7dbd3d5d9d1dee1dbe3e4e2e6e6e5e6ddd9e2906fe55928e55d2de56c41e57f5be58664e58867e59b81e6a48de6cac0e5cbc1e8d0c7e6cec5d8c4bde56235e68868e59174e6a690e6b7a7e6bfb2e6c0b3d9c4bde6d3cde6dad6e6dcd9fefefef7f7f7f6f6f6f1f1f1efefefeeeeeeedededecececebebebeaeaeae9e9e9e8e8e8e7e7e7e6e6e6e4e4e4e3e3e3e1e1e1e0e0e0dfdfdfdedededbdbdbdadadad9d9d9d8d8d8d7d7d7d6d6d6ccccccc4c4c4bdbdbdafafafabababa2a2a2a1a1a1a0a0a09f9f9f9d9d9d9b9b9b9999997d7d7d767676ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100004a002c00000000100010000007b98001013e4644424446454388473e82823523272c313836302925243b8f0133292fa10202a12e259c8222322e2f100c1f120b2113283a9d320f0a191d2f111a1c1914b68f3318babc0f1020190e1e9d342dadaf0c1b08cc16cf2907a1080a080d09153d9d3a26a42f1b172f06043b8e8f3b282c02db020503393d409d3b26282a2b56a8b8f12388417e264229f48124c911548276287c5183c73e133c3a059018aaa28f202320c2ebc8c307102022e1f158d9a3e50b8d010201003b, 0, '0'),27732(48, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000e60000000000ffffffe5e6e5d7dbd3d5d9d1dee1dbe3e4e2e6e6e5e6ddd9e2906fe55928e55d2de56c41e57f5be58664e58867e59b81e6a48de6cac0e5cbc1e8d0c7e6cec5d8c4bde56235e68868e59174e6a690e6b7a7e6bfb2e6c0b3d9c4bde6d3cde6dad6e6dcd9fefefef7f7f7f6f6f6f1f1f1efefefeeeeeeedededecececebebebeaeaeae9e9e9e8e8e8e7e7e7e6e6e6e4e4e4e3e3e3e1e1e1e0e0e0dfdfdfdedededbdbdbdadadad9d9d9d8d8d8d7d7d7d6d6d6ccccccc4c4c4bdbdbdafafafabababa2a2a2a1a1a1a0a0a09f9f9f9d9d9d9b9b9b9999997d7d7d767676ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100004a002c00000000100010000007b98001013e4644424446454388473e82823523272c313836302925243b8f0133292fa10202a12e259c8222322e2f100c1f120b2113283a9d320f0a191d2f111a1c1914b68f3318babc0f1020190e1e9d342dadaf0c1b08cc16cf2907a1080a080d09153d9d3a26a42f1b172f06043b8e8f3b282c02db020503393d409d3b26282a2b56a8b8f12388417e264229f48124c911548276287c5183c73e133c3a059018aaa28f202320c2ebc8c307102022e1f158d9a3e50b8d010201003b, 0, '0'),
22094(49, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffeef0edebede9eaece8f1f1f0f2eeecf2ac93f2ae96f2bfadf2c2b1f2c8b9f0c7b7f2cdc0f2dbd3f2dfd8f2e4dff2e5e0f2b09af2b5a0f2c3b3f2d1c6f2d2c7f2dfd9f3e7e3f2e6e2f2e9e6f2eceaece1deebe1def2edecfefefefbfbfbfafafaf8f8f8f7f7f7f6f6f6f5f5f5f4f4f4f3f3f3f2f2f2f1f1f1f0f0f0efefefeeeeeeedededecececebebebeaeaeae5e5e5e1e1e1dededed7d7d7d5d5d5d0d0d0cfcfcfcecececdcdcdccccccbebebebababaffffff00000000000021f9040100003d002c00000000100010000006a2c0406096bbd96e39dc0da99b09852c10c99472b552255108f60cac4aa8b018751271851fd509d5986820084f84f4eaaa2887c50555b13c1618754f2b787a28140d1b0b0a1c5d2b6b6d1a130e068b1d8e6061060706090c19325d2f23620e12280504304e4f30536302032f32355d302324252626252e3436c0b6a463333b3c3a674230632c31b523315d01cb61cd333620c9add531333535daad31e332e528d20141003b, 0, '1'),27733(49, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffeef0edebede9eaece8f1f1f0f2eeecf2ac93f2ae96f2bfadf2c2b1f2c8b9f0c7b7f2cdc0f2dbd3f2dfd8f2e4dff2e5e0f2b09af2b5a0f2c3b3f2d1c6f2d2c7f2dfd9f3e7e3f2e6e2f2e9e6f2eceaece1deebe1def2edecfefefefbfbfbfafafaf8f8f8f7f7f7f6f6f6f5f5f5f4f4f4f3f3f3f2f2f2f1f1f1f0f0f0efefefeeeeeeedededecececebebebeaeaeae5e5e5e1e1e1dededed7d7d7d5d5d5d0d0d0cfcfcfcecececdcdcdccccccbebebebababaffffff00000000000021f9040100003d002c00000000100010000006a2c0406096bbd96e39dc0da99b09852c10c99472b552255108f60cac4aa8b018751271851fd509d5986820084f84f4eaaa2887c50555b13c1618754f2b787a28140d1b0b0a1c5d2b6b6d1a130e068b1d8e6061060706090c19325d2f23620e12280504304e4f30536302032f32355d302324252626252e3436c0b6a463333b3c3a674230632c31b523315d01cb61cd333620c9add531333535daad31e332e528d20141003b, 0, '1'),
22095(50, 'exe', 'application/x-ms-dos-executable', NULL, 'Windows Executable', '', 1, '0'),27734(50, 'exe', 'application/x-ms-dos-executable', NULL, 'Windows Executable', '', 1, '0'),
22096(51, 'exe', 'application/x-dosexec', NULL, 'Windows Executable', '', 1, '0'),27735(51, 'exe', 'application/x-dosexec', NULL, 'Windows Executable', '', 1, '0'),
22097(52, 'exe', 'application/vnd.microsoft.portable-executable', NULL, 'Windows Executable', '', 1, '0'),27736(52, 'exe', 'application/vnd.microsoft.portable-executable', NULL, 'Windows Executable', '', 1, '0'),
22098(53, 'exe', 'application/x-msdownload', NULL, 'Windows Executable', '', 1, '0'),27737(53, 'exe', 'application/x-msdownload', NULL, 'Windows Executable', '', 1, '0'),
22099(54, 'exe', 'application/x-msdos-program', NULL, 'Windows Executable', '', 1, '0'),27738(54, 'exe', 'application/x-msdos-program', NULL, 'Windows Executable', '', 1, '0'),
22100(55, 'dll', 'application/x-msdos-program', NULL, 'Dynamic Link Library', '', 1, '1'),27739(55, 'dll', 'application/x-msdos-program', NULL, 'Dynamic Link Library', '', 1, '1'),
22101(56, 'dll', 'application/x-dosexec', NULL, 'Dynamic Link Library', '', 1, '0'),27740(56, 'dll', 'application/x-dosexec', NULL, 'Dynamic Link Library', '', 1, '0'),
22102(57, 'dll', 'application/vnd.microsoft.portable-executable', NULL, 'Dynamic Link Library', '', 1, '0'),27741(57, 'dll', 'application/vnd.microsoft.portable-executable', NULL, 'Dynamic Link Library', '', 1, '0'),
22103(58, 'dll', 'application/octet-stream', NULL, 'Dynamic Link Library', '', 1, '0'),27742(58, 'dll', 'application/octet-stream', NULL, 'Dynamic Link Library', '', 1, '0'),
22104(59, 'bat', 'application/x-msdos-program', NULL, 'Batch File', '', 1, '1'),27743(59, 'bat', 'application/x-msdos-program', NULL, 'Batch File', '', 1, '1'),
22105(60, 'bat', 'text/plain', NULL, 'Batch File', '', 1, '0'),27744(60, 'bat', 'text/plain', NULL, 'Batch File', '', 1, '0'),
22106(61, 'dmg', 'application/x-apple-diskimage', NULL, 'Disk Image File', '', 1, '1'),27745(61, 'dmg', 'application/x-apple-diskimage', NULL, 'Disk Image File', '', 1, '1'),
22107(62, 'dmg', 'application/x-bzip2', NULL, 'Disk Image File', '', 1, '0'),27746(62, 'dmg', 'application/x-bzip2', NULL, 'Disk Image File', '', 1, '0'),
22108(63, 'dmg', 'application/octet-stream', NULL, 'Disk Image File', '', 1, '0');27747(63, 'dmg', 'application/octet-stream', NULL, 'Disk Image File', '', 1, '0');
2210927748
22110-- --------------------------------------------------------27749-- --------------------------------------------------------
2211127750
22112--27751--
22113-- Table structure for table `file_uploads`27752-- Table structure for table `file_uploads`
22114--27753--
2211527754
22116CREATE TABLE `file_uploads` (27755CREATE TABLE `file_uploads` (
22117  `fuploads_id` varchar(36) NOT NULL,27756  `fuploads_id` varchar(36) NOT NULL,
22118  `emappings_id` varchar(36) DEFAULT NULL,27757  `emappings_id` varchar(36) DEFAULT NULL,
22119  `disk` varchar(30) NOT NULL,27758  `disk` varchar(30) NOT NULL,
22120  `filename` varchar(100) NOT NULL,27759  `filename` varchar(100) NOT NULL,
22121  `filepath` varchar(500) NOT NULL,27760  `filepath` varchar(500) NOT NULL,
22122  `filesize` float NOT NULL,27761  `filesize` float NOT NULL,
22123  `title` varchar(100) NOT NULL,27762  `title` varchar(100) NOT NULL,
22124  `original_name` varchar(150) DEFAULT NULL,27763  `original_name` varchar(150) DEFAULT NULL,
22125  `description` varchar(200) NOT NULL,27764  `description` varchar(200) NOT NULL,
22126  `filetype` varchar(5) NOT NULL,27765  `filetype` varchar(5) NOT NULL,
22127  `is_deletable` tinyint(1) NOT NULL,27766  `is_deletable` tinyint(1) NOT NULL,
22128  `created_date` bigint(64) NOT NULL,27767  `created_date` bigint(64) NOT NULL,
22129  `created_by` varchar(36) NOT NULL,27768  `created_by` varchar(36) NOT NULL,
22130  `deleted_date` bigint(64) DEFAULT NULL,27769  `deleted_date` bigint(64) DEFAULT NULL,
22131  `deleted_by` varchar(36) DEFAULT NULL27770  `deleted_by` varchar(36) DEFAULT NULL
22132) ENGINE=InnoDB DEFAULT CHARSET=utf8;27771) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2213327772
22134--27773--
22135-- Dumping data for table `file_uploads`27774-- Dumping data for table `file_uploads`
22136--27775--
2213727776
22138INSERT INTO `file_uploads` (`fuploads_id`, `emappings_id`, `disk`, `filename`, `filepath`, `filesize`, `title`, `original_name`, `description`, `filetype`, `is_deletable`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES27777INSERT INTO `file_uploads` (`fuploads_id`, `emappings_id`, `disk`, `filename`, `filepath`, `filesize`, `title`, `original_name`, `description`, `filetype`, `is_deletable`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
22139('a02be408-11c7-1af9-5432-177a6276fea2', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '0FC40D75-B541-8B8A-D5EE-449287A00F4A', NULL, NULL),27778('a02be408-11c7-1af9-5432-177a6276fea2', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '0FC40D75-B541-8B8A-D5EE-449287A00F4A', NULL, NULL),
22140('a02be408-11c7-1af9-5432-a67b6276fea1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL),27779('a02be408-11c7-1af9-5432-a67b6276fea1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL),
22141('as03572f-2aj6-15l1-be5e-221419ad5062', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1684776786, '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, NULL),27780('as03572f-2aj6-15l1-be5e-221419ad5062', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1684776786, '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, NULL),
22142('bb03571d-1ac6-45d2-be5e-221419ad5041', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),27781('bb03571d-1ac6-45d2-be5e-221419ad5041', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),
22143('bb03572d-2ac6-15d2-be5e-221419ad5062', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),27782('bb03572d-2ac6-15d2-be5e-221419ad5062', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),
22144('cc03571d-1ac6-45d3-be5e-221419ad5043', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),27783('cc03571d-1ac6-45d3-be5e-221419ad5043', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),
22145('d308e348-39e1-46dc-895b-2ccf28bd3e72', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381166, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),27784('d308e348-39e1-46dc-895b-2ccf28bd3e72', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381166, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL),
22146('e03be408-71c7-4af9-1111-a67b6276fea8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '62688D0A-8AB5-1251-1FB6-12C357735D89', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL),27785('e03be408-71c7-4af9-1111-a67b6276fea8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '62688D0A-8AB5-1251-1FB6-12C357735D89', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL),
22147('e03be408-71c7-4af9-9973-e67b6276fea7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL);27786('e03be408-71c7-4af9-9973-e67b6276fea7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL);
2214827787
22149-- --------------------------------------------------------27788-- --------------------------------------------------------
2215027789
22151--27790--
22152-- Table structure for table `file_upload_module_mappings`27791-- Table structure for table `file_upload_module_mappings`
22153--27792--
2215427793
22155CREATE TABLE `file_upload_module_mappings` (27794CREATE TABLE `file_upload_module_mappings` (
22156  `fummappings_id` varchar(36) NOT NULL,27795  `fummappings_id` varchar(36) NOT NULL,
22157  `gmodules_id` varchar(36) NOT NULL,27796  `gmodules_id` varchar(36) NOT NULL,
22158  `fuploads_id` varchar(36) NOT NULL,27797  `fuploads_id` varchar(36) NOT NULL,
22159  `module_item_id` int(10) UNSIGNED DEFAULT NULL,27798  `module_item_id` int(10) UNSIGNED DEFAULT NULL,
22160  `attributes` json DEFAULT NULL27799  `attributes` json DEFAULT NULL
22161) ENGINE=InnoDB DEFAULT CHARSET=utf8;27800) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2216227801
22163--27802--
22164-- Dumping data for table `file_upload_module_mappings`27803-- Dumping data for table `file_upload_module_mappings`
22165--27804--
2216627805
22167INSERT INTO `file_upload_module_mappings` (`fummappings_id`, `gmodules_id`, `fuploads_id`, `module_item_id`, `attributes`) VALUES27806INSERT INTO `file_upload_module_mappings` (`fummappings_id`, `gmodules_id`, `fuploads_id`, `module_item_id`, `attributes`) VALUES
22168('103316ea-21cb-1130-aba2-83f5a3703150', '2879558128', 'e03be408-71c7-4af9-1111-a67b6276fea8', NULL, '{\"mmessages_id\": \"35505290-82B5-B3DD-F1DC-361426C989C5\"}'),27807('103316ea-21cb-1130-aba2-83f5a3703150', '2879558128', 'e03be408-71c7-4af9-1111-a67b6276fea8', NULL, '{\"mmessages_id\": \"35505290-82B5-B3DD-F1DC-361426C989C5\"}'),
22169('113116ea-01cb-1130-aaa2-13f5a1703151', '2879558128', 'a02be408-11c7-1af9-5432-a67b6276fea1', NULL, '{\"mmessages_id\": \"2F4C04F4-1224-412F-38B1-2DE6F5F859BB\"}'),27808('113116ea-01cb-1130-aaa2-13f5a1703151', '2879558128', 'a02be408-11c7-1af9-5432-a67b6276fea1', NULL, '{\"mmessages_id\": \"2F4C04F4-1224-412F-38B1-2DE6F5F859BB\"}'),
22170('147j1269-fk7f-377a-8bm9-c881e158facc', '2879558128', 'as03572f-2aj6-15l1-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"5A214431-CEFB-5585-21BA-2296C63A1AF0\"}'),27809('147j1269-fk7f-377a-8bm9-c881e158facc', '2879558128', 'as03572f-2aj6-15l1-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"5A214431-CEFB-5585-21BA-2296C63A1AF0\"}'),
22171('203316ea-21cb-4530-aba2-83f5a3703149', '2879558128', 'e03be408-71c7-4af9-9973-e67b6276fea7', NULL, '{\"mmessages_id\": \"C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9\"}'),27810('203316ea-21cb-4530-aba2-83f5a3703149', '2879558128', 'e03be408-71c7-4af9-9973-e67b6276fea7', NULL, '{\"mmessages_id\": \"C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9\"}'),
22172('223116ea-01cb-1130-aaa2-13f5a1703111', '2879558128', 'a02be408-11c7-1af9-5432-177a6276fea2', NULL, '{\"mmessages_id\": \"6G2A1LA3-1FEC-4708-8FF5-50386C5739E3\"}'),27811('223116ea-01cb-1130-aaa2-13f5a1703111', '2879558128', 'a02be408-11c7-1af9-5432-177a6276fea2', NULL, '{\"mmessages_id\": \"6G2A1LA3-1FEC-4708-8FF5-50386C5739E3\"}'),
22173('240e1267-fa7f-777b-8ca9-c881e158facc', '2879558128', 'bb03572d-2ac6-15d2-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"1A821431-AEFA-1111-11AA-9996C63A1AB2\"}'),27812('240e1267-fa7f-777b-8ca9-c881e158facc', '2879558128', 'bb03572d-2ac6-15d2-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"1A821431-AEFA-1111-11AA-9996C63A1AB2\"}'),
22174('57961be8-6656-498e-b44c-28d34932f130', '2879558128', 'd308e348-39e1-46dc-895b-2ccf28bd3e72', NULL, '{\"mmessages_id\": \"J321453P-CEFB-4585-21BU-2196C83A1LF0\"}'),27813('57961be8-6656-498e-b44c-28d34932f130', '2879558128', 'd308e348-39e1-46dc-895b-2ccf28bd3e72', NULL, '{\"mmessages_id\": \"J321453P-CEFB-4585-21BU-2196C83A1LF0\"}'),
22175('580e1213-fa9f-447b-8ca9-c661e158faee', '2879558128', 'cc03571d-1ac6-45d3-be5e-221419ad5043', NULL, '{\"mmessages_id\": \"9B725421-AEJB-5885-11HA-2293C63L1AF0\"}');27814('580e1213-fa9f-447b-8ca9-c661e158faee', '2879558128', 'cc03571d-1ac6-45d3-be5e-221419ad5043', NULL, '{\"mmessages_id\": \"9B725421-AEJB-5885-11HA-2293C63L1AF0\"}');
2217627815
22177-- --------------------------------------------------------27816-- --------------------------------------------------------
2217827817
22179--27818--
22180-- Table structure for table `global_lu_buildings`27819-- Table structure for table `global_lu_buildings`
22181--27820--
2218227821
22183CREATE TABLE `global_lu_buildings` (27822CREATE TABLE `global_lu_buildings` (
22184  `building_id` int(11) UNSIGNED NOT NULL,27823  `building_id` int(11) UNSIGNED NOT NULL,
22185  `site_id` int(11) UNSIGNED DEFAULT NULL,27824  `site_id` int(11) UNSIGNED DEFAULT NULL,
22186  `building_code` varchar(16) NOT NULL DEFAULT '',27825  `building_code` varchar(16) NOT NULL DEFAULT '',
22187  `building_name` varchar(128) NOT NULL DEFAULT '',27826  `building_name` varchar(128) NOT NULL DEFAULT '',
22188  `building_address1` varchar(128) NOT NULL DEFAULT '',27827  `building_address1` varchar(128) NOT NULL DEFAULT '',
22189  `building_address2` varchar(128) DEFAULT NULL,27828  `building_address2` varchar(128) DEFAULT NULL,
22190  `building_radius` int(11) DEFAULT NULL,27829  `building_radius` int(11) DEFAULT NULL,
22191  `building_latitude` decimal(9,6) DEFAULT NULL,27830  `building_latitude` decimal(9,6) DEFAULT NULL,
22192  `building_longitude` decimal(9,6) DEFAULT NULL,27831  `building_longitude` decimal(9,6) DEFAULT NULL,
22193  `building_city` varchar(64) NOT NULL DEFAULT '',27832  `building_city` varchar(64) NOT NULL DEFAULT '',
22194  `building_province` varchar(64) DEFAULT NULL,27833  `building_province` varchar(64) DEFAULT NULL,
22195  `building_country` varchar(64) DEFAULT NULL,27834  `building_country` varchar(64) DEFAULT NULL,
22196  `building_province_id` int(11) UNSIGNED DEFAULT NULL,27835  `building_province_id` int(11) UNSIGNED DEFAULT NULL,
22197  `building_country_id` int(11) UNSIGNED DEFAULT NULL,27836  `building_country_id` int(11) UNSIGNED DEFAULT NULL,
22198  `building_postcode` varchar(16) NOT NULL DEFAULT '',27837  `building_postcode` varchar(16) NOT NULL DEFAULT '',
22199  `building_phone_number` varchar(30) DEFAULT NULL,27838  `building_phone_number` varchar(30) DEFAULT NULL,
22200  `created_date` bigint(64) NOT NULL,27839  `created_date` bigint(64) NOT NULL,
22201  `created_by` int(11) NOT NULL,27840  `created_by` int(11) NOT NULL,
22202  `updated_date` bigint(64) NOT NULL,27841  `updated_date` bigint(64) NOT NULL,
22203  `updated_by` int(11) NOT NULL,27842  `updated_by` int(11) NOT NULL,
22204  `deleted_date` bigint(64) DEFAULT NULL27843  `deleted_date` bigint(64) DEFAULT NULL
22205) ENGINE=InnoDB DEFAULT CHARSET=utf8;27844) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2220627845
22207--27846--
22208-- Dumping data for table `global_lu_buildings`27847-- Dumping data for table `global_lu_buildings`
22209--27848--
2221027849
22211INSERT INTO `global_lu_buildings` (`building_id`, `site_id`, `building_code`, `building_name`, `building_address1`, `building_address2`, `building_radius`, `building_latitude`, `building_longitude`, `building_city`, `building_province`, `building_country`, `building_province_id`, `building_country_id`, `building_postcode`, `building_phone_number`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES27850INSERT INTO `global_lu_buildings` (`building_id`, `site_id`, `building_code`, `building_name`, `building_address1`, `building_address2`, `building_radius`, `building_latitude`, `building_longitude`, `building_city`, `building_province`, `building_country`, `building_province_id`, `building_country_id`, `building_postcode`, `building_phone_number`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
22212(1, 1, 'Building 1', 'Building 1 Name', '123 main st', NULL, NULL, NULL, NULL, 'Kingston', NULL, NULL, 2, 39, 'V7V1K1', '', 1685381586, 1, 1685381586, 1, NULL),27851(1, 1, 'Building 1', 'Building 1 Name', '123 main st', NULL, NULL, NULL, NULL, 'Kingston', NULL, NULL, 2, 39, 'V7V1K1', '', 1685381586, 1, 1685381586, 1, NULL),
22213(2, 1, 'Building 2', 'Building 2 Name', '123 main st', NULL, NULL, NULL, NULL, 'Vancouver', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL),27852(2, 1, 'Building 2', 'Building 2 Name', '123 main st', NULL, NULL, NULL, NULL, 'Vancouver', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL),
22214(3, 1, 'Building 3', 'Building 3 Name', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 12, 39, 'V3M1K1', '', 1685381586, 1, 1685381586, 1, NULL),27853(3, 1, 'Building 3', 'Building 3 Name', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 12, 39, 'V3M1K1', '', 1685381586, 1, 1685381586, 1, NULL),
22215(4, 4, 'BLD1', 'Building 4', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL);27854(4, 4, 'BLD1', 'Building 4', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL);
2221627855
22217-- --------------------------------------------------------27856-- --------------------------------------------------------
2221827857
22219--27858--
22220-- Table structure for table `global_lu_community_types`27859-- Table structure for table `global_lu_community_types`
22221--27860--
2222227861
22223CREATE TABLE `global_lu_community_types` (27862CREATE TABLE `global_lu_community_types` (
22224  `ctype_id` int(12) NOT NULL,27863  `ctype_id` int(12) NOT NULL,
22225  `community_type_name` varchar(84) DEFAULT NULL,27864  `community_type_name` varchar(84) DEFAULT NULL,
22226  `default_community_template` varchar(30) NOT NULL DEFAULT 'default',27865  `default_community_template` varchar(30) NOT NULL DEFAULT 'default',
22227  `default_community_theme` varchar(12) NOT NULL DEFAULT 'default',27866  `default_community_theme` varchar(12) NOT NULL DEFAULT 'default',
22228  `default_community_keywords` varchar(255) NOT NULL DEFAULT '',27867  `default_community_keywords` varchar(255) NOT NULL DEFAULT '',
22229  `default_community_protected` int(1) NOT NULL DEFAULT '1',27868  `default_community_protected` int(1) NOT NULL DEFAULT '1',
22230  `default_community_registration` int(1) NOT NULL DEFAULT '1',27869  `default_community_registration` int(1) NOT NULL DEFAULT '1',
22231  `default_community_members` text NOT NULL,27870  `default_community_members` text NOT NULL,
22232  `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',27871  `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',
22233  `default_community_type_options` text NOT NULL,27872  `default_community_type_options` text NOT NULL,
22234  `community_type_active` int(1) NOT NULL DEFAULT '1'27873  `community_type_active` int(1) NOT NULL DEFAULT '1'
22235) ENGINE=InnoDB DEFAULT CHARSET=utf8;27874) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2223627875
22237--27876--
22238-- Dumping data for table `global_lu_community_types`27877-- Dumping data for table `global_lu_community_types`
22239--27878--
2224027879
22241INSERT INTO `global_lu_community_types` (`ctype_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `default_community_type_options`, `community_type_active`) VALUES27880INSERT INTO `global_lu_community_types` (`ctype_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `default_community_type_options`, `community_type_active`) VALUES
22242(1, 'Other', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1),27881(1, 'Other', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1),
22243(2, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1),27882(2, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1),
22244(3, 'Online Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1);27883(3, 'Online Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1);
2224527884
22246-- --------------------------------------------------------27885-- --------------------------------------------------------
2224727886
22248--27887--
22249-- Table structure for table `global_lu_community_type_options`27888-- Table structure for table `global_lu_community_type_options`
22250--27889--
2225127890
22252CREATE TABLE `global_lu_community_type_options` (27891CREATE TABLE `global_lu_community_type_options` (
22253  `ctoption_id` int(12) UNSIGNED NOT NULL,27892  `ctoption_id` int(12) UNSIGNED NOT NULL,
22254  `option_shortname` varchar(32) NOT NULL DEFAULT '',27893  `option_shortname` varchar(32) NOT NULL DEFAULT '',
22255  `option_name` varchar(84) NOT NULL DEFAULT ''27894  `option_name` varchar(84) NOT NULL DEFAULT ''
22256) ENGINE=InnoDB DEFAULT CHARSET=utf8;27895) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2225727896
22258--27897--
22259-- Dumping data for table `global_lu_community_type_options`27898-- Dumping data for table `global_lu_community_type_options`
22260--27899--
2226127900
22262INSERT INTO `global_lu_community_type_options` (`ctoption_id`, `option_shortname`, `option_name`) VALUES27901INSERT INTO `global_lu_community_type_options` (`ctoption_id`, `option_shortname`, `option_name`) VALUES
22263(1, 'course_website', 'Course Website Functionality'),27902(1, 'course_website', 'Course Website Functionality'),
22264(2, 'sequential_navigation', 'Learning Module Sequential Navigation');27903(2, 'sequential_navigation', 'Learning Module Sequential Navigation');
2226527904
22266-- --------------------------------------------------------27905-- --------------------------------------------------------
2226727906
22268--27907--
22269-- Table structure for table `global_lu_countries`27908-- Table structure for table `global_lu_countries`
22270--27909--
2227127910
22272CREATE TABLE `global_lu_countries` (27911CREATE TABLE `global_lu_countries` (
22273  `countries_id` int(6) NOT NULL,27912  `countries_id` int(6) NOT NULL,
22274  `country` varchar(250) NOT NULL DEFAULT '',27913  `country` varchar(250) NOT NULL DEFAULT '',
22275  `abbreviation` varchar(3) NOT NULL,27914  `abbreviation` varchar(3) NOT NULL,
22276  `iso2` varchar(2) NOT NULL,27915  `iso2` varchar(2) NOT NULL,
22277  `isonum` int(6) NOT NULL27916  `isonum` int(6) NOT NULL
22278) ENGINE=InnoDB DEFAULT CHARSET=utf8;27917) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2227927918
22280--27919--
22281-- Dumping data for table `global_lu_countries`27920-- Dumping data for table `global_lu_countries`
22282--27921--
2228327922
22284INSERT INTO `global_lu_countries` (`countries_id`, `country`, `abbreviation`, `iso2`, `isonum`) VALUES27923INSERT INTO `global_lu_countries` (`countries_id`, `country`, `abbreviation`, `iso2`, `isonum`) VALUES
22285(1, 'Afghanistan', 'AFG', 'AF', 4),27924(1, 'Afghanistan', 'AFG', 'AF', 4),
22286(2, 'Aland Islands', 'ALA', 'AX', 248),27925(2, 'Aland Islands', 'ALA', 'AX', 248),
22287(3, 'Albania', 'ALB', 'AL', 8),27926(3, 'Albania', 'ALB', 'AL', 8),
22288(4, 'Algeria', 'DZA', 'DZ', 12),27927(4, 'Algeria', 'DZA', 'DZ', 12),
22289(5, 'American Samoa', 'ASM', 'AS', 16),27928(5, 'American Samoa', 'ASM', 'AS', 16),
22290(6, 'Andorra', 'AND', 'AD', 20),27929(6, 'Andorra', 'AND', 'AD', 20),
22291(7, 'Angola', 'AGO', 'AO', 24),27930(7, 'Angola', 'AGO', 'AO', 24),
22292(8, 'Anguilla', 'AIA', 'AI', 660),27931(8, 'Anguilla', 'AIA', 'AI', 660),
22293(9, 'Antarctica', 'ATA', 'AQ', 10),27932(9, 'Antarctica', 'ATA', 'AQ', 10),
22294(10, 'Antigua and Barbuda', 'ATG', 'AG', 28),27933(10, 'Antigua and Barbuda', 'ATG', 'AG', 28),
22295(11, 'Argentina', 'ARG', 'AR', 32),27934(11, 'Argentina', 'ARG', 'AR', 32),
22296(12, 'Armenia', 'ARM', 'AM', 51),27935(12, 'Armenia', 'ARM', 'AM', 51),
22297(13, 'Aruba', 'ABW', 'AW', 533),27936(13, 'Aruba', 'ABW', 'AW', 533),
22298(14, 'Australia', 'AUS', 'AU', 36),27937(14, 'Australia', 'AUS', 'AU', 36),
22299(15, 'Austria', 'AUT', 'AT', 40),27938(15, 'Austria', 'AUT', 'AT', 40),
22300(16, 'Azerbaijan', 'AZE', 'AZ', 31),27939(16, 'Azerbaijan', 'AZE', 'AZ', 31),
22301(17, 'Bahamas', 'BHS', 'BS', 44),27940(17, 'Bahamas', 'BHS', 'BS', 44),
22302(18, 'Bahrain', 'BHR', 'BH', 48),27941(18, 'Bahrain', 'BHR', 'BH', 48),
22303(19, 'Bangladesh', 'BGD', 'BD', 50),27942(19, 'Bangladesh', 'BGD', 'BD', 50),
22304(20, 'Barbados', 'BRB', 'BB', 52),27943(20, 'Barbados', 'BRB', 'BB', 52),
22305(21, 'Belarus', 'BLR', 'BY', 112),27944(21, 'Belarus', 'BLR', 'BY', 112),
22306(22, 'Belgium', 'BEL', 'BE', 56),27945(22, 'Belgium', 'BEL', 'BE', 56),
22307(23, 'Belize', 'BLZ', 'BZ', 84),27946(23, 'Belize', 'BLZ', 'BZ', 84),
22308(24, 'Benin', 'BEN', 'BJ', 204),27947(24, 'Benin', 'BEN', 'BJ', 204),
22309(25, 'Bermuda', 'BMU', 'BM', 60),27948(25, 'Bermuda', 'BMU', 'BM', 60),
22310(26, 'Bhutan', 'BTN', 'BT', 64),27949(26, 'Bhutan', 'BTN', 'BT', 64),
22311(27, 'Bolivia', 'BOL', 'BO', 68),27950(27, 'Bolivia', 'BOL', 'BO', 68),
22312(28, 'Bosnia and Herzegovina', 'BIH', 'BA', 70),27951(28, 'Bosnia and Herzegovina', 'BIH', 'BA', 70),
22313(29, 'Botswana', 'BWA', 'BW', 72),27952(29, 'Botswana', 'BWA', 'BW', 72),
22314(30, 'Bouvet Island', 'BVT', 'BV', 74),27953(30, 'Bouvet Island', 'BVT', 'BV', 74),
22315(31, 'Brazil', 'BRA', 'BR', 76),27954(31, 'Brazil', 'BRA', 'BR', 76),
22316(32, 'British Indian Ocean territory', 'IOT', 'IO', 86),27955(32, 'British Indian Ocean territory', 'IOT', 'IO', 86),
22317(33, 'Brunei Darussalam', 'BRN', 'BN', 96),27956(33, 'Brunei Darussalam', 'BRN', 'BN', 96),
22318(34, 'Bulgaria', 'BGR', 'BG', 100),27957(34, 'Bulgaria', 'BGR', 'BG', 100),
22319(35, 'Burkina Faso', 'BFA', 'BF', 854),27958(35, 'Burkina Faso', 'BFA', 'BF', 854),
22320(36, 'Burundi', 'BDI', 'BI', 108),27959(36, 'Burundi', 'BDI', 'BI', 108),
22321(37, 'Cambodia', 'KHM', 'KH', 116),27960(37, 'Cambodia', 'KHM', 'KH', 116),
22322(38, 'Cameroon', 'CMR', 'CM', 120),27961(38, 'Cameroon', 'CMR', 'CM', 120),
22323(39, 'Canada', 'CAN', 'CA', 124),27962(39, 'Canada', 'CAN', 'CA', 124),
22324(40, 'Cape Verde', 'CPV', 'CV', 132),27963(40, 'Cape Verde', 'CPV', 'CV', 132),
22325(41, 'Cayman Islands', 'CYM', 'KY', 136),27964(41, 'Cayman Islands', 'CYM', 'KY', 136),
22326(42, 'Central African Republic', 'CAF', 'CF', 140),27965(42, 'Central African Republic', 'CAF', 'CF', 140),
22327(43, 'Chad', 'TCD', 'TD', 148),27966(43, 'Chad', 'TCD', 'TD', 148),
22328(44, 'Chile', 'CHL', 'CL', 152),27967(44, 'Chile', 'CHL', 'CL', 152),
22329(45, 'China', 'CHN', 'CN', 156),27968(45, 'China', 'CHN', 'CN', 156),
22330(46, 'Christmas Island', 'CXR', 'CX', 162),27969(46, 'Christmas Island', 'CXR', 'CX', 162),
22331(47, 'Cocos (Keeling) Islands', 'CCK', 'CC', 166),27970(47, 'Cocos (Keeling) Islands', 'CCK', 'CC', 166),
22332(48, 'Colombia', 'COL', 'CO', 170),27971(48, 'Colombia', 'COL', 'CO', 170),
22333(49, 'Comoros', 'COM', 'KM', 174),27972(49, 'Comoros', 'COM', 'KM', 174),
22334(50, 'Congo', 'COG', 'CG', 178),27973(50, 'Congo', 'COG', 'CG', 178),
22335(51, 'Congo', 'COG', 'CG', 178),27974(51, 'Congo', 'COG', 'CG', 178),
22336(52, 'Democratic Republic', 'COD', 'CD', 180),27975(52, 'Democratic Republic', 'COD', 'CD', 180),
22337(53, 'Cook Islands', 'COK', 'CK', 184),27976(53, 'Cook Islands', 'COK', 'CK', 184),
22338(54, 'Costa Rica', 'CRI', 'CR', 188),27977(54, 'Costa Rica', 'CRI', 'CR', 188),
22339(55, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', 384),27978(55, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', 384),
22340(56, 'Croatia (Hrvatska)', 'HRV', 'HR', 191),27979(56, 'Croatia (Hrvatska)', 'HRV', 'HR', 191),
22341(57, 'Cuba', 'CUB', 'CU', 192),27980(57, 'Cuba', 'CUB', 'CU', 192),
22342(58, 'Cyprus', 'CYP', 'CY', 196),27981(58, 'Cyprus', 'CYP', 'CY', 196),
22343(59, 'Czech Republic', 'CZE', 'CZ', 203),27982(59, 'Czech Republic', 'CZE', 'CZ', 203),
22344(60, 'Denmark', 'DNK', 'DK', 208),27983(60, 'Denmark', 'DNK', 'DK', 208),
22345(61, 'Djibouti', 'DJI', 'DJ', 262),27984(61, 'Djibouti', 'DJI', 'DJ', 262),
22346(62, 'Dominica', 'DMA', 'DM', 212),27985(62, 'Dominica', 'DMA', 'DM', 212),
22347(63, 'Dominican Republic', 'DOM', 'DO', 214),27986(63, 'Dominican Republic', 'DOM', 'DO', 214),
22348(64, 'Timor-Leste', 'TLS', 'TL', 626),27987(64, 'Timor-Leste', 'TLS', 'TL', 626),
22349(65, 'Ecuador', 'ECU', 'EC', 218),27988(65, 'Ecuador', 'ECU', 'EC', 218),
22350(66, 'Egypt', 'EGY', 'EG', 818),27989(66, 'Egypt', 'EGY', 'EG', 818),
22351(67, 'El Salvador', 'SLV', 'SV', 222),27990(67, 'El Salvador', 'SLV', 'SV', 222),
22352(68, 'Equatorial Guinea', 'GNQ', 'GQ', 226),27991(68, 'Equatorial Guinea', 'GNQ', 'GQ', 226),
22353(69, 'Eritrea', 'ERI', 'ER', 232),27992(69, 'Eritrea', 'ERI', 'ER', 232),
22354(70, 'Estonia', 'EST', 'EE', 233),27993(70, 'Estonia', 'EST', 'EE', 233),
22355(71, 'Ethiopia', 'ETH', 'ET', 231),27994(71, 'Ethiopia', 'ETH', 'ET', 231),
22356(72, 'Falkland Islands', 'FLK', 'FK', 238),27995(72, 'Falkland Islands', 'FLK', 'FK', 238),
22357(73, 'Faroe Islands', 'FRO', 'FO', 234),27996(73, 'Faroe Islands', 'FRO', 'FO', 234),
22358(74, 'Fiji', 'FJI', 'FJ', 242),27997(74, 'Fiji', 'FJI', 'FJ', 242),
22359(75, 'Finland', 'FIN', 'FI', 246),27998(75, 'Finland', 'FIN', 'FI', 246),
22360(76, 'France', 'FRA', 'FR', 250),27999(76, 'France', 'FRA', 'FR', 250),
22361(77, 'French Guiana', 'GUF', 'GF', 254),28000(77, 'French Guiana', 'GUF', 'GF', 254),
22362(78, 'French Polynesia', 'PYF', 'PF', 258),28001(78, 'French Polynesia', 'PYF', 'PF', 258),
22363(79, 'French Southern Territories', 'ATF', 'TF', 260),28002(79, 'French Southern Territories', 'ATF', 'TF', 260),
22364(80, 'Gabon', 'GAB', 'GA', 266),28003(80, 'Gabon', 'GAB', 'GA', 266),
22365(81, 'Gambia', 'GMB', 'GM', 270),28004(81, 'Gambia', 'GMB', 'GM', 270),
22366(82, 'Georgia', 'GEO', 'GE', 268),28005(82, 'Georgia', 'GEO', 'GE', 268),
22367(83, 'Germany', 'DEU', 'DE', 276),28006(83, 'Germany', 'DEU', 'DE', 276),
22368(84, 'Ghana', 'GHA', 'GH', 288),28007(84, 'Ghana', 'GHA', 'GH', 288),
22369(85, 'Gibraltar', 'GIB', 'GI', 292),28008(85, 'Gibraltar', 'GIB', 'GI', 292),
22370(86, 'Greece', 'GRC', 'GR', 300),28009(86, 'Greece', 'GRC', 'GR', 300),
22371(87, 'Greenland', 'GRL', 'GL', 304),28010(87, 'Greenland', 'GRL', 'GL', 304),
22372(88, 'Grenada', 'GRD', 'GD', 308),28011(88, 'Grenada', 'GRD', 'GD', 308),
22373(89, 'Guadeloupe', 'GLP', 'GP', 312),28012(89, 'Guadeloupe', 'GLP', 'GP', 312),
22374(90, 'Guam', 'GUM', 'GU', 316),28013(90, 'Guam', 'GUM', 'GU', 316),
22375(91, 'Guatemala', 'GTM', 'GT', 320),28014(91, 'Guatemala', 'GTM', 'GT', 320),
22376(92, 'Guinea', 'GIN', 'GN', 324),28015(92, 'Guinea', 'GIN', 'GN', 324),
22377(93, 'Guinea-Bissau', 'GNB', 'GW', 624),28016(93, 'Guinea-Bissau', 'GNB', 'GW', 624),
22378(94, 'Guyana', 'GUY', 'GY', 328),28017(94, 'Guyana', 'GUY', 'GY', 328),
22379(95, 'Haiti', 'HTI', 'HT', 332),28018(95, 'Haiti', 'HTI', 'HT', 332),
22380(96, 'Heard and McDonald Islands', 'HMD', 'HM', 334),28019(96, 'Heard and McDonald Islands', 'HMD', 'HM', 334),
22381(97, 'Honduras', 'HND', 'HN', 340),28020(97, 'Honduras', 'HND', 'HN', 340),
22382(98, 'Hong Kong', 'HKG', 'HK', 344),28021(98, 'Hong Kong', 'HKG', 'HK', 344),
22383(99, 'Hungary', 'HUN', 'HU', 348),28022(99, 'Hungary', 'HUN', 'HU', 348),
22384(100, 'Iceland', 'ISL', 'IS', 352),28023(100, 'Iceland', 'ISL', 'IS', 352),
22385(101, 'India', 'IND', 'IN', 356),28024(101, 'India', 'IND', 'IN', 356),
22386(102, 'Indonesia', 'IDN', 'ID', 360),28025(102, 'Indonesia', 'IDN', 'ID', 360),
22387(103, 'Iran', 'IRN', 'IR', 364),28026(103, 'Iran', 'IRN', 'IR', 364),
22388(104, 'Iraq', 'IRQ', 'IQ', 368),28027(104, 'Iraq', 'IRQ', 'IQ', 368),
22389(105, 'Ireland', 'IRL', 'IE', 372),28028(105, 'Ireland', 'IRL', 'IE', 372),
22390(106, 'Israel', 'ISR', 'IL', 376),28029(106, 'Israel', 'ISR', 'IL', 376),
22391(107, 'Italy', 'ITA', 'IT', 380),28030(107, 'Italy', 'ITA', 'IT', 380),
22392(108, 'Jamaica', 'JAM', 'JM', 388),28031(108, 'Jamaica', 'JAM', 'JM', 388),
22393(109, 'Japan', 'JPN', 'JP', 392),28032(109, 'Japan', 'JPN', 'JP', 392),
22394(110, 'Jordan', 'JOR', 'JO', 400),28033(110, 'Jordan', 'JOR', 'JO', 400),
22395(111, 'Kazakhstan', 'KAZ', 'KZ', 398),28034(111, 'Kazakhstan', 'KAZ', 'KZ', 398),
22396(112, 'Kenya', 'KEN', 'KE', 404),28035(112, 'Kenya', 'KEN', 'KE', 404),
22397(113, 'Kiribati', 'KIR', 'KI', 296),28036(113, 'Kiribati', 'KIR', 'KI', 296),
22398(114, 'Korea (north)', 'PRK', 'KP', 408),28037(114, 'Korea (north)', 'PRK', 'KP', 408),
22399(115, 'Korea (south)', 'KOR', 'KR', 410),28038(115, 'Korea (south)', 'KOR', 'KR', 410),
22400(116, 'Kuwait', 'KWT', 'KW', 414),28039(116, 'Kuwait', 'KWT', 'KW', 414),
22401(117, 'Kyrgyzstan', 'KGZ', 'KG', 417),28040(117, 'Kyrgyzstan', 'KGZ', 'KG', 417),
22402(118, 'Lao People\'s Democratic Republic', 'LAO', 'LA', 418),28041(118, 'Lao People\'s Democratic Republic', 'LAO', 'LA', 418),
22403(119, 'Latvia', 'LVA', 'LV', 428),28042(119, 'Latvia', 'LVA', 'LV', 428),
22404(120, 'Lebanon', 'LBN', 'LB', 422),28043(120, 'Lebanon', 'LBN', 'LB', 422),
22405(121, 'Lesotho', 'LSO', 'LS', 426),28044(121, 'Lesotho', 'LSO', 'LS', 426),
22406(122, 'Liberia', 'LBR', 'LR', 430),28045(122, 'Liberia', 'LBR', 'LR', 430),
22407(123, 'Libyan Arab Jamahiriya', 'LBY', 'LY', 434),28046(123, 'Libyan Arab Jamahiriya', 'LBY', 'LY', 434),
22408(124, 'Liechtenstein', 'LIE', 'LI', 438),28047(124, 'Liechtenstein', 'LIE', 'LI', 438),
22409(125, 'Lithuania', 'LTU', 'LT', 440),28048(125, 'Lithuania', 'LTU', 'LT', 440),
22410(126, 'Luxembourg', 'LUX', 'LU', 442),28049(126, 'Luxembourg', 'LUX', 'LU', 442),
22411(127, 'Macao', 'MAC', 'MO', 446),28050(127, 'Macao', 'MAC', 'MO', 446),
22412(128, 'Macedonia', 'MKD', 'MK', 807),28051(128, 'Macedonia', 'MKD', 'MK', 807),
22413(129, 'Madagascar', 'MDG', 'MG', 450),28052(129, 'Madagascar', 'MDG', 'MG', 450),
22414(130, 'Malawi', 'MWI', 'MW', 454),28053(130, 'Malawi', 'MWI', 'MW', 454),
22415(131, 'Malaysia', 'MYS', 'MY', 458),28054(131, 'Malaysia', 'MYS', 'MY', 458),
22416(132, 'Maldives', 'MDV', 'MV', 462),28055(132, 'Maldives', 'MDV', 'MV', 462),
22417(133, 'Mali', 'MLI', 'ML', 466),28056(133, 'Mali', 'MLI', 'ML', 466),
22418(134, 'Malta', 'MLT', 'MT', 470),28057(134, 'Malta', 'MLT', 'MT', 470),
22419(135, 'Marshall Islands', 'MHL', 'MH', 584),28058(135, 'Marshall Islands', 'MHL', 'MH', 584),
22420(136, 'Martinique', 'MTQ', 'MQ', 474),28059(136, 'Martinique', 'MTQ', 'MQ', 474),
22421(137, 'Mauritania', 'MRT', 'MR', 478),28060(137, 'Mauritania', 'MRT', 'MR', 478),
22422(138, 'Mauritius', 'MUS', 'MU', 480),28061(138, 'Mauritius', 'MUS', 'MU', 480),
22423(139, 'Mayotte', 'MYT', 'YT', 175),28062(139, 'Mayotte', 'MYT', 'YT', 175),
22424(140, 'Mexico', 'MEX', 'MX', 484),28063(140, 'Mexico', 'MEX', 'MX', 484),
22425(141, 'Micronesia', 'FSM', 'FM', 583),28064(141, 'Micronesia', 'FSM', 'FM', 583),
22426(142, 'Moldova', 'MDA', 'MD', 498),28065(142, 'Moldova', 'MDA', 'MD', 498),
22427(143, 'Monaco', 'MCO', 'MC', 492),28066(143, 'Monaco', 'MCO', 'MC', 492),
22428(144, 'Mongolia', 'MNG', 'MN', 496),28067(144, 'Mongolia', 'MNG', 'MN', 496),
22429(145, 'Montserrat', 'MSR', 'MS', 500),28068(145, 'Montserrat', 'MSR', 'MS', 500),
22430(146, 'Morocco', 'MAR', 'MA', 504),28069(146, 'Morocco', 'MAR', 'MA', 504),
22431(147, 'Mozambique', 'MOZ', 'MZ', 508),28070(147, 'Mozambique', 'MOZ', 'MZ', 508),
22432(148, 'Myanmar', 'MMR', 'MM', 104),28071(148, 'Myanmar', 'MMR', 'MM', 104),
22433(149, 'Namibia', 'NAM', 'NA', 516),28072(149, 'Namibia', 'NAM', 'NA', 516),
22434(150, 'Nauru', 'NRU', 'NR', 520),28073(150, 'Nauru', 'NRU', 'NR', 520),
22435(151, 'Nepal', 'NPL', 'NP', 524),28074(151, 'Nepal', 'NPL', 'NP', 524),
22436(152, 'Netherlands', 'NLD', 'NL', 528),28075(152, 'Netherlands', 'NLD', 'NL', 528),
22437(153, 'Netherlands Antilles', 'CUW', 'CW', 531),28076(153, 'Netherlands Antilles', 'CUW', 'CW', 531),
22438(154, 'New Caledonia', 'NCL', 'NC', 540),28077(154, 'New Caledonia', 'NCL', 'NC', 540),
22439(155, 'New Zealand', 'NZL', 'NZ', 554),28078(155, 'New Zealand', 'NZL', 'NZ', 554),
22440(156, 'Nicaragua', 'NIC', 'NI', 558),28079(156, 'Nicaragua', 'NIC', 'NI', 558),
22441(157, 'Niger', 'NER', 'NE', 562),28080(157, 'Niger', 'NER', 'NE', 562),
22442(158, 'Nigeria', 'NGA', 'NG', 566),28081(158, 'Nigeria', 'NGA', 'NG', 566),
22443(159, 'Niue', 'NIU', 'NU', 570),28082(159, 'Niue', 'NIU', 'NU', 570),
22444(160, 'Norfolk Island', 'NFK', 'NF', 574),28083(160, 'Norfolk Island', 'NFK', 'NF', 574),
22445(161, 'Northern Mariana Islands', 'MNP', 'MP', 580),28084(161, 'Northern Mariana Islands', 'MNP', 'MP', 580),
22446(162, 'Norway', 'NOR', 'NO', 578),28085(162, 'Norway', 'NOR', 'NO', 578),
22447(163, 'Oman', 'OMN', 'OM', 512),28086(163, 'Oman', 'OMN', 'OM', 512),
22448(164, 'Pakistan', 'PAK', 'PK', 586),28087(164, 'Pakistan', 'PAK', 'PK', 586),
22449(165, 'Palau', 'PLW', 'PW', 585),28088(165, 'Palau', 'PLW', 'PW', 585),
22450(166, 'Palestinian Territories', 'PSE', 'PS', 275),28089(166, 'Palestinian Territories', 'PSE', 'PS', 275),
22451(167, 'Panama', 'PAN', 'PA', 591),28090(167, 'Panama', 'PAN', 'PA', 591),
22452(168, 'Papua New Guinea', 'PNG', 'PG', 598),28091(168, 'Papua New Guinea', 'PNG', 'PG', 598),
22453(169, 'Paraguay', 'PRY', 'PY', 600),28092(169, 'Paraguay', 'PRY', 'PY', 600),
22454(170, 'Peru', 'PER', 'PE', 604),28093(170, 'Peru', 'PER', 'PE', 604),
22455(171, 'Philippines', 'PHL', 'PH', 608),28094(171, 'Philippines', 'PHL', 'PH', 608),
22456(172, 'Pitcairn', 'PCN', 'PN', 612),28095(172, 'Pitcairn', 'PCN', 'PN', 612),
22457(173, 'Poland', 'POL', 'PL', 616),28096(173, 'Poland', 'POL', 'PL', 616),
22458(174, 'Portugal', 'PRT', 'PT', 620),28097(174, 'Portugal', 'PRT', 'PT', 620),
22459(175, 'Puerto Rico', 'PRI', 'PR', 630),28098(175, 'Puerto Rico', 'PRI', 'PR', 630),
22460(176, 'Qatar', 'QAT', 'QA', 634),28099(176, 'Qatar', 'QAT', 'QA', 634),
22461(177, 'Reunion', 'REU', 'RE', 638),28100(177, 'Reunion', 'REU', 'RE', 638),
22462(178, 'Romania', 'ROU', 'RO', 642),28101(178, 'Romania', 'ROU', 'RO', 642),
22463(179, 'Russian Federation', 'RUS', 'RU', 643),28102(179, 'Russian Federation', 'RUS', 'RU', 643),
22464(180, 'Rwanda', 'RWA', 'RW', 646),28103(180, 'Rwanda', 'RWA', 'RW', 646),
22465(181, 'Saint Helena', 'SHN', 'SH', 654),28104(181, 'Saint Helena', 'SHN', 'SH', 654),
22466(182, 'Saint Kitts and Nevis', 'KNA', 'KN', 659),28105(182, 'Saint Kitts and Nevis', 'KNA', 'KN', 659),
22467(183, 'Saint Lucia', 'LCA', 'LC', 662),28106(183, 'Saint Lucia', 'LCA', 'LC', 662),
22468(184, 'Saint Pierre and Miquelon', 'SPM', 'PM', 666),28107(184, 'Saint Pierre and Miquelon', 'SPM', 'PM', 666),
22469(185, 'Saint Vincent and the Grenadines', 'VCT', 'VC', 670),28108(185, 'Saint Vincent and the Grenadines', 'VCT', 'VC', 670),
22470(186, 'Samoa', 'WSM', 'WS', 882),28109(186, 'Samoa', 'WSM', 'WS', 882),
22471(187, 'San Marino', 'SMR', 'SM', 674),28110(187, 'San Marino', 'SMR', 'SM', 674),
22472(188, 'Sao Tome and Principe', 'STP', 'ST', 678),28111(188, 'Sao Tome and Principe', 'STP', 'ST', 678),
22473(189, 'Saudi Arabia', 'SAU', 'SA', 682),28112(189, 'Saudi Arabia', 'SAU', 'SA', 682),
22474(190, 'Senegal', 'SEN', 'SN', 686),28113(190, 'Senegal', 'SEN', 'SN', 686),
22475(191, 'Serbia and Montenegro', 'SRB', 'RS', 688),28114(191, 'Serbia and Montenegro', 'SRB', 'RS', 688),
22476(192, 'Seychelles', 'SYC', 'SC', 690),28115(192, 'Seychelles', 'SYC', 'SC', 690),
22477(193, 'Sierra Leone', 'SLE', 'SL', 694),28116(193, 'Sierra Leone', 'SLE', 'SL', 694),
22478(194, 'Singapore', 'SGP', 'SG', 702),28117(194, 'Singapore', 'SGP', 'SG', 702),
22479(195, 'Slovakia', 'SVK', 'SK', 703),28118(195, 'Slovakia', 'SVK', 'SK', 703),
22480(196, 'Slovenia', 'SVN', 'SI', 705),28119(196, 'Slovenia', 'SVN', 'SI', 705),
22481(197, 'Solomon Islands', 'SLB', 'SB', 90),28120(197, 'Solomon Islands', 'SLB', 'SB', 90),
22482(198, 'Somalia', 'SOM', 'SO', 706),28121(198, 'Somalia', 'SOM', 'SO', 706),
22483(199, 'South Africa', 'ZAF', 'ZA', 710),28122(199, 'South Africa', 'ZAF', 'ZA', 710),
22484(200, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS', 239),28123(200, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS', 239),
22485(201, 'Spain', 'ESP', 'ES', 724),28124(201, 'Spain', 'ESP', 'ES', 724),
22486(202, 'Sri Lanka', 'LKA', 'LK', 144),28125(202, 'Sri Lanka', 'LKA', 'LK', 144),
22487(203, 'Sudan', 'SDN', 'SD', 729),28126(203, 'Sudan', 'SDN', 'SD', 729),
22488(204, 'Suriname', 'SUR', 'SR', 740),28127(204, 'Suriname', 'SUR', 'SR', 740),
22489(205, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ', 744),28128(205, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ', 744),
22490(206, 'Swaziland', 'SWZ', 'SZ', 748),28129(206, 'Swaziland', 'SWZ', 'SZ', 748),
22491(207, 'Sweden', 'SWE', 'SE', 752),28130(207, 'Sweden', 'SWE', 'SE', 752),
22492(208, 'Switzerland', 'CHE', 'CH', 756),28131(208, 'Switzerland', 'CHE', 'CH', 756),
22493(209, 'Syria', 'SYR', 'SY', 760),28132(209, 'Syria', 'SYR', 'SY', 760),
22494(210, 'Taiwan', 'TWN', 'TW', 158),28133(210, 'Taiwan', 'TWN', 'TW', 158),
22495(211, 'Tajikistan', 'TJK', 'TJ', 762),28134(211, 'Tajikistan', 'TJK', 'TJ', 762),
22496(212, 'Tanzania', 'TZA', 'TZ', 834),28135(212, 'Tanzania', 'TZA', 'TZ', 834),
22497(213, 'Thailand', 'THA', 'TH', 764),28136(213, 'Thailand', 'THA', 'TH', 764),
22498(214, 'Togo', 'TGO', 'TG', 768),28137(214, 'Togo', 'TGO', 'TG', 768),
22499(215, 'Tokelau', 'TKL', 'TK', 772),28138(215, 'Tokelau', 'TKL', 'TK', 772),
22500(216, 'Tonga', 'TON', 'TO', 776),28139(216, 'Tonga', 'TON', 'TO', 776),
22501(217, 'Trinidad and Tobago', 'TTO', 'TT', 780),28140(217, 'Trinidad and Tobago', 'TTO', 'TT', 780),
22502(218, 'Tunisia', 'TUN', 'TN', 788),28141(218, 'Tunisia', 'TUN', 'TN', 788),
22503(219, 'Turkey', 'TUR', 'TR', 792),28142(219, 'Turkey', 'TUR', 'TR', 792),
22504(220, 'Turkmenistan', 'TKM', 'TM', 795),28143(220, 'Turkmenistan', 'TKM', 'TM', 795),
22505(221, 'Turks and Caicos Islands', 'TCA', 'TC', 796),28144(221, 'Turks and Caicos Islands', 'TCA', 'TC', 796),
22506(222, 'Tuvalu', 'TUV', 'TV', 798),28145(222, 'Tuvalu', 'TUV', 'TV', 798),
22507(223, 'Uganda', 'UGA', 'UG', 800),28146(223, 'Uganda', 'UGA', 'UG', 800),
22508(224, 'Ukraine', 'UKR', 'UA', 804),28147(224, 'Ukraine', 'UKR', 'UA', 804),
22509(225, 'United Arab Emirates', 'ARE', 'AE', 784),28148(225, 'United Arab Emirates', 'ARE', 'AE', 784),
22510(226, 'United Kingdom', 'GBR', 'GB', 826),28149(226, 'United Kingdom', 'GBR', 'GB', 826),
22511(227, 'United States of America', 'USA', 'US', 840),28150(227, 'United States of America', 'USA', 'US', 840),
22512(228, 'Uruguay', 'URY', 'UY', 858),28151(228, 'Uruguay', 'URY', 'UY', 858),
22513(229, 'Uzbekistan', 'UZB', 'UZ', 860),28152(229, 'Uzbekistan', 'UZB', 'UZ', 860),
22514(230, 'Vanuatu', 'VUT', 'VU', 548),28153(230, 'Vanuatu', 'VUT', 'VU', 548),
22515(231, 'Vatican City', 'VAT', 'VA', 336),28154(231, 'Vatican City', 'VAT', 'VA', 336),
22516(232, 'Venezuela', 'VEN', 'VE', 862),28155(232, 'Venezuela', 'VEN', 'VE', 862),
22517(233, 'Vietnam', 'VNM', 'VN', 704),28156(233, 'Vietnam', 'VNM', 'VN', 704),
22518(234, 'Virgin Islands (British)', 'VGB', 'VG', 92),28157(234, 'Virgin Islands (British)', 'VGB', 'VG', 92),
22519(235, 'Virgin Islands (US)', 'VIR', 'VI', 850),28158(235, 'Virgin Islands (US)', 'VIR', 'VI', 850),
22520(236, 'Wallis and Futuna Islands', 'WLF', 'WF', 876),28159(236, 'Wallis and Futuna Islands', 'WLF', 'WF', 876),
22521(237, 'Western Sahara', 'ESH', 'EH', 732),28160(237, 'Western Sahara', 'ESH', 'EH', 732),
22522(238, 'Yemen', 'YEM', 'YE', 887),28161(238, 'Yemen', 'YEM', 'YE', 887),
22523(239, 'Congo, Democratic Republic of the', 'COD', 'CD', 180),28162(239, 'Congo, Democratic Republic of the', 'COD', 'CD', 180),
22524(240, 'Zambia', 'ZMB', 'ZM', 894),28163(240, 'Zambia', 'ZMB', 'ZM', 894),
22525(241, 'Zimbabwe', 'ZWE', 'ZW', 716);28164(241, 'Zimbabwe', 'ZWE', 'ZW', 716);
2252628165
22527-- --------------------------------------------------------28166-- --------------------------------------------------------
2252828167
22529--28168--
22530-- Table structure for table `global_lu_disciplines`28169-- Table structure for table `global_lu_disciplines`
22531--28170--
2253228171
22533CREATE TABLE `global_lu_disciplines` (28172CREATE TABLE `global_lu_disciplines` (
22534  `discipline_id` int(11) NOT NULL,28173  `discipline_id` int(11) NOT NULL,
22535  `discipline` varchar(250) NOT NULL28174  `discipline` varchar(250) NOT NULL
22536) ENGINE=InnoDB DEFAULT CHARSET=utf8;28175) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2253728176
22538--28177--
22539-- Dumping data for table `global_lu_disciplines`28178-- Dumping data for table `global_lu_disciplines`
22540--28179--
2254128180
22542INSERT INTO `global_lu_disciplines` (`discipline_id`, `discipline`) VALUES28181INSERT INTO `global_lu_disciplines` (`discipline_id`, `discipline`) VALUES
22543(1, 'Adolescent Medicine'),28182(1, 'Adolescent Medicine'),
22544(2, 'Anatomical Pathology'),28183(2, 'Anatomical Pathology'),
22545(3, 'Anesthesiology'),28184(3, 'Anesthesiology'),
22546(4, 'Cardiac Surgery'),28185(4, 'Cardiac Surgery'),
22547(5, 'Cardiology'),28186(5, 'Cardiology'),
22548(6, 'Child & Adolescent Psychiatry'),28187(6, 'Child & Adolescent Psychiatry'),
22549(7, 'Clinical Immunology and Allergy'),28188(7, 'Clinical Immunology and Allergy'),
22550(8, 'Clinical Pharmacology'),28189(8, 'Clinical Pharmacology'),
22551(9, 'Colorectal Surgery'),28190(9, 'Colorectal Surgery'),
22552(10, 'Community Medicine'),28191(10, 'Community Medicine'),
22553(11, 'Critical Care Medicine'),28192(11, 'Critical Care Medicine'),
22554(12, 'Dermatology'),28193(12, 'Dermatology'),
22555(13, 'Developmental Pediatrics'),28194(13, 'Developmental Pediatrics'),
22556(14, 'Diagnostic Radiology'),28195(14, 'Diagnostic Radiology'),
22557(15, 'Emergency Medicine'),28196(15, 'Emergency Medicine'),
22558(16, 'Endocrinology and Metabolism'),28197(16, 'Endocrinology and Metabolism'),
22559(17, 'Family Medicine'),28198(17, 'Family Medicine'),
22560(18, 'Forensic Pathology'),28199(18, 'Forensic Pathology'),
22561(19, 'Forensic Psychiatry'),28200(19, 'Forensic Psychiatry'),
22562(20, 'Gastroenterology'),28201(20, 'Gastroenterology'),
22563(21, 'General Pathology'),28202(21, 'General Pathology'),
22564(22, 'General Surgery'),28203(22, 'General Surgery'),
22565(23, 'General Surgical Oncology'),28204(23, 'General Surgical Oncology'),
22566(24, 'Geriatric Medicine'),28205(24, 'Geriatric Medicine'),
22567(25, 'Geriatric Psychiatry'),28206(25, 'Geriatric Psychiatry'),
22568(26, 'Gynecologic Oncology'),28207(26, 'Gynecologic Oncology'),
22569(27, 'Gynecologic Reproductive Endocrinology and Infertility'),28208(27, 'Gynecologic Reproductive Endocrinology and Infertility'),
22570(28, 'Hematological Pathology '),28209(28, 'Hematological Pathology '),
22571(29, 'Hematology'),28210(29, 'Hematology'),
22572(30, 'Infectious Disease'),28211(30, 'Infectious Disease'),
22573(31, 'Internal Medicine'),28212(31, 'Internal Medicine'),
22574(32, 'Maternal-Fetal Medicine'),28213(32, 'Maternal-Fetal Medicine'),
22575(33, 'Medical Biochemistry'),28214(33, 'Medical Biochemistry'),
22576(34, 'Medical Genetics'),28215(34, 'Medical Genetics'),
22577(35, 'Medical Microbiology'),28216(35, 'Medical Microbiology'),
22578(36, 'Medical Oncology'),28217(36, 'Medical Oncology'),
22579(37, 'Neonatal-Perinatal Medicine'),28218(37, 'Neonatal-Perinatal Medicine'),
22580(38, 'Nephrology'),28219(38, 'Nephrology'),
22581(39, 'Neurology'),28220(39, 'Neurology'),
22582(40, 'Neuropathology'),28221(40, 'Neuropathology'),
22583(41, 'Neuroradiology'),28222(41, 'Neuroradiology'),
22584(42, 'Neurosurgery'),28223(42, 'Neurosurgery'),
22585(43, 'Nuclear Medicine'),28224(43, 'Nuclear Medicine'),
22586(44, 'Obstetrics & Gynecology'),28225(44, 'Obstetrics & Gynecology'),
22587(45, 'Occupational Medicine'),28226(45, 'Occupational Medicine'),
22588(46, 'Ophthalmology'),28227(46, 'Ophthalmology'),
22589(47, 'Orthopedic Surgery'),28228(47, 'Orthopedic Surgery'),
22590(48, 'Otolaryngology-Head and Neck Surgery'),28229(48, 'Otolaryngology-Head and Neck Surgery'),
22591(49, 'Palliative Medicine'),28230(49, 'Palliative Medicine'),
22592(50, 'Pediatric Emergency Medicine'),28231(50, 'Pediatric Emergency Medicine'),
22593(51, 'Pediatric General Surgery'),28232(51, 'Pediatric General Surgery'),
22594(52, 'Pediatric Hematology/Oncology'),28233(52, 'Pediatric Hematology/Oncology'),
22595(53, 'Pediatric Radiology'),28234(53, 'Pediatric Radiology'),
22596(54, 'Pediatrics'),28235(54, 'Pediatrics'),
22597(55, 'Physical Medicine and Rehabilitation'),28236(55, 'Physical Medicine and Rehabilitation'),
22598(56, 'Plastic Surgery'),28237(56, 'Plastic Surgery'),
22599(57, 'Psychiatry'),28238(57, 'Psychiatry'),
22600(58, 'Radiation Oncology'),28239(58, 'Radiation Oncology'),
22601(59, 'Respirology'),28240(59, 'Respirology'),
22602(60, 'Rheumatology'),28241(60, 'Rheumatology'),
22603(61, 'Thoracic Surgery'),28242(61, 'Thoracic Surgery'),
22604(62, 'Transfusion Medicine'),28243(62, 'Transfusion Medicine'),
22605(63, 'Urology'),28244(63, 'Urology'),
22606(64, 'Vascular Surgery');28245(64, 'Vascular Surgery');
2260728246
22608-- --------------------------------------------------------28247-- --------------------------------------------------------
2260928248
22610--28249--
22611-- Table structure for table `global_lu_focus_groups`28250-- Table structure for table `global_lu_focus_groups`
22612--28251--
2261328252
22614CREATE TABLE `global_lu_focus_groups` (28253CREATE TABLE `global_lu_focus_groups` (
22615  `group_id` int(11) NOT NULL,28254  `group_id` int(11) NOT NULL,
22616  `focus_group` varchar(100) NOT NULL DEFAULT ''28255  `focus_group` varchar(100) NOT NULL DEFAULT ''
22617) ENGINE=InnoDB DEFAULT CHARSET=utf8;28256) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2261828257
22619--28258--
22620-- Dumping data for table `global_lu_focus_groups`28259-- Dumping data for table `global_lu_focus_groups`
22621--28260--
2262228261
22623INSERT INTO `global_lu_focus_groups` (`group_id`, `focus_group`) VALUES28262INSERT INTO `global_lu_focus_groups` (`group_id`, `focus_group`) VALUES
22624(20, 'Anesthesiology'),28263(20, 'Anesthesiology'),
22625(1, 'Cancer'),28264(1, 'Cancer'),
22626(3, 'Cardiovascular, Circulatory and Respiratory'),28265(3, 'Cardiovascular, Circulatory and Respiratory'),
22627(13, 'Critical Care'),28266(13, 'Critical Care'),
22628(16, 'Educational Research'),28267(16, 'Educational Research'),
22629(12, 'Emergency'),28268(12, 'Emergency'),
22630(4, 'Gastrointestinal'),28269(4, 'Gastrointestinal'),
22631(9, 'Genetics'),28270(9, 'Genetics'),
22632(6, 'Health Services Research'),28271(6, 'Health Services Research'),
22633(17, 'Microbiology and Immunology'),28272(17, 'Microbiology and Immunology'),
22634(5, 'Musculoskeletal\n'),28273(5, 'Musculoskeletal\n'),
22635(14, 'Nephrology'),28274(14, 'Nephrology'),
22636(2, 'Neurosciences'),28275(2, 'Neurosciences'),
22637(10, 'Nursing'),28276(10, 'Nursing'),
22638(22, 'Obstetrics and Gynecology'),28277(22, 'Obstetrics and Gynecology'),
22639(24, 'Occupational Therapy'),28278(24, 'Occupational Therapy'),
22640(15, 'Other'),28279(15, 'Other'),
22641(11, 'Primary Care Studies'),28280(11, 'Primary Care Studies'),
22642(7, 'Protein Function and Discovery'),28281(7, 'Protein Function and Discovery'),
22643(19, 'Psychiatry'),28282(19, 'Psychiatry'),
22644(23, 'Rehabilitation Therapy'),28283(23, 'Rehabilitation Therapy'),
22645(8, 'Reproductive Sciences'),28284(8, 'Reproductive Sciences'),
22646(18, 'Urology');28285(18, 'Urology');
2264728286
22648-- --------------------------------------------------------28287-- --------------------------------------------------------
2264928288
22650--28289--
22651-- Table structure for table `global_lu_hospital_location`28290-- Table structure for table `global_lu_hospital_location`
22652--28291--
2265328292
22654CREATE TABLE `global_lu_hospital_location` (28293CREATE TABLE `global_lu_hospital_location` (
22655  `hosp_id` int(11) NOT NULL DEFAULT '0',28294  `hosp_id` int(11) NOT NULL DEFAULT '0',
22656  `hosp_desc` varchar(100) NOT NULL DEFAULT ''28295  `hosp_desc` varchar(100) NOT NULL DEFAULT ''
22657) ENGINE=InnoDB DEFAULT CHARSET=utf8;28296) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2265828297
22659-- --------------------------------------------------------28298-- --------------------------------------------------------
2266028299
22661--28300--
22662-- Table structure for table `global_lu_learner_levels`28301-- Table structure for table `global_lu_learner_levels`
22663--28302--
2266428303
22665CREATE TABLE `global_lu_learner_levels` (28304CREATE TABLE `global_lu_learner_levels` (
22666  `level_id` int(11) UNSIGNED NOT NULL,28305  `level_id` int(11) UNSIGNED NOT NULL,
22667  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28306  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22668  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28307  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22669  `created_date` bigint(64) UNSIGNED NOT NULL,28308  `created_date` bigint(64) UNSIGNED NOT NULL,
22670  `created_by` int(11) UNSIGNED NOT NULL,28309  `created_by` int(11) UNSIGNED NOT NULL,
22671  `updated_date` bigint(64) UNSIGNED NOT NULL,28310  `updated_date` bigint(64) UNSIGNED NOT NULL,
22672  `updated_by` int(11) UNSIGNED NOT NULL,28311  `updated_by` int(11) UNSIGNED NOT NULL,
22673  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,28312  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
22674  `deleted_by` int(11) UNSIGNED DEFAULT NULL28313  `deleted_by` int(11) UNSIGNED DEFAULT NULL
22675) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;28314) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2267628315
22677--28316--
22678-- Dumping data for table `global_lu_learner_levels`28317-- Dumping data for table `global_lu_learner_levels`
22679--28318--
2268028319
22681INSERT INTO `global_lu_learner_levels` (`level_id`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES28320INSERT INTO `global_lu_learner_levels` (`level_id`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
22682(1, 'Year 1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL),28321(1, 'Year 1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL),
22683(2, 'Year 2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL),28322(2, 'Year 2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL),
22684(3, 'Year 3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL),28323(3, 'Year 3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL),
22685(4, 'Year 4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL),28324(4, 'Year 4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL),
22686(5, 'Year 5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL),28325(5, 'Year 5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL),
22687(6, 'Year 6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL),28326(6, 'Year 6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL),
22688(7, 'Fellow', 'Fellow', 1483714897, 1, 1483714897, 1, NULL, NULL),28327(7, 'Fellow', 'Fellow', 1483714897, 1, 1483714897, 1, NULL, NULL),
22689(8, 'PGY1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL),28328(8, 'PGY1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL),
22690(9, 'PGY2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL),28329(9, 'PGY2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL),
22691(10, 'PGY3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL),28330(10, 'PGY3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL),
22692(11, 'PGY4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL),28331(11, 'PGY4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL),
22693(12, 'PGY5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL),28332(12, 'PGY5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL),
22694(13, 'PGY6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL),28333(13, 'PGY6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL),
22695(14, 'PGY7', 'Year 7', 1483714897, 1, 1483714897, 1, NULL, NULL),28334(14, 'PGY7', 'Year 7', 1483714897, 1, 1483714897, 1, NULL, NULL),
22696(15, 'PGY8', 'Year 8', 1483714897, 1, 1483714897, 1, NULL, NULL);28335(15, 'PGY8', 'Year 8', 1483714897, 1, 1483714897, 1, NULL, NULL);
2269728336
22698-- --------------------------------------------------------28337-- --------------------------------------------------------
2269928338
22700--28339--
22701-- Table structure for table `global_lu_learner_statuses`28340-- Table structure for table `global_lu_learner_statuses`
22702--28341--
2270328342
22704CREATE TABLE `global_lu_learner_statuses` (28343CREATE TABLE `global_lu_learner_statuses` (
22705  `status_id` int(11) UNSIGNED NOT NULL,28344  `status_id` int(11) UNSIGNED NOT NULL,
22706  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28345  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22707  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28346  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22708  `percent_active` float NOT NULL DEFAULT '100',28347  `percent_active` float NOT NULL DEFAULT '100',
22709  `created_date` bigint(64) UNSIGNED NOT NULL,28348  `created_date` bigint(64) UNSIGNED NOT NULL,
22710  `created_by` int(11) UNSIGNED NOT NULL,28349  `created_by` int(11) UNSIGNED NOT NULL,
22711  `updated_date` bigint(64) UNSIGNED NOT NULL,28350  `updated_date` bigint(64) UNSIGNED NOT NULL,
22712  `updated_by` int(11) UNSIGNED NOT NULL,28351  `updated_by` int(11) UNSIGNED NOT NULL,
22713  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,28352  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
22714  `deleted_by` int(11) UNSIGNED DEFAULT NULL28353  `deleted_by` int(11) UNSIGNED DEFAULT NULL
22715) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;28354) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2271628355
22717--28356--
22718-- Dumping data for table `global_lu_learner_statuses`28357-- Dumping data for table `global_lu_learner_statuses`
22719--28358--
2272028359
22721INSERT INTO `global_lu_learner_statuses` (`status_id`, `title`, `description`, `percent_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES28360INSERT INTO `global_lu_learner_statuses` (`status_id`, `title`, `description`, `percent_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
22722(1, 'Active', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28361(1, 'Active', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22723(2, 'AVP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28362(2, 'AVP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22724(3, 'Clerkship', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28363(3, 'Clerkship', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22725(4, 'Compassionate Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28364(4, 'Compassionate Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22726(5, 'Elective', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28365(5, 'Elective', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22727(6, 'IEP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28366(6, 'IEP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22728(7, 'Inactive', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28367(7, 'Inactive', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22729(8, 'Leave-NoPay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28368(8, 'Leave-NoPay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22730(9, 'Leave-Pay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28369(9, 'Leave-Pay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22731(10, 'Long-Term', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28370(10, 'Long-Term', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22732(11, 'Med Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28371(11, 'Med Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22733(12, 'Parental Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28372(12, 'Parental Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22734(13, 'PEAP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),28373(13, 'PEAP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL),
22735(14, 'Preregister', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28374(14, 'Preregister', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22736(15, 'PreResProg', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28375(15, 'PreResProg', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22737(16, 'Probation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28376(16, 'Probation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22738(17, 'Remediation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28377(17, 'Remediation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22739(18, 'Suspension', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),28378(18, 'Suspension', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL),
22740(19, 'Part-time (25%)', '', 25, 1493231858, 1, 1493231858, 1, NULL, NULL),28379(19, 'Part-time (25%)', '', 25, 1493231858, 1, 1493231858, 1, NULL, NULL),
22741(20, 'Part-time (50%)', '', 50, 1493231858, 1, 1493231858, 1, NULL, NULL),28380(20, 'Part-time (50%)', '', 50, 1493231858, 1, 1493231858, 1, NULL, NULL),
22742(21, 'Part-time (60%)', '', 60, 1493231858, 1, 1493231858, 1, NULL, NULL),28381(21, 'Part-time (60%)', '', 60, 1493231858, 1, 1493231858, 1, NULL, NULL),
22743(22, 'Part-time(75%)', '', 75, 1493231858, 1, 1493231858, 1, NULL, NULL),28382(22, 'Part-time(75%)', '', 75, 1493231858, 1, 1493231858, 1, NULL, NULL),
22744(23, 'Part-time(80%)', '', 80, 1493231858, 1, 1493231858, 1, NULL, NULL);28383(23, 'Part-time(80%)', '', 80, 1493231858, 1, 1493231858, 1, NULL, NULL);
2274528384
22746-- --------------------------------------------------------28385-- --------------------------------------------------------
2274728386
22748--28387--
22749-- Table structure for table `global_lu_likelihoods`28388-- Table structure for table `global_lu_likelihoods`
22750--28389--
2275128390
22752CREATE TABLE `global_lu_likelihoods` (28391CREATE TABLE `global_lu_likelihoods` (
22753  `likelihood_id` int(11) UNSIGNED NOT NULL,28392  `likelihood_id` int(11) UNSIGNED NOT NULL,
22754  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28393  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22755  `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '',28394  `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '',
22756  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',28395  `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
22757  `order` int(11) NOT NULL DEFAULT '0',28396  `order` int(11) NOT NULL DEFAULT '0',
22758  `created_date` bigint(64) UNSIGNED NOT NULL,28397  `created_date` bigint(64) UNSIGNED NOT NULL,
22759  `created_by` int(11) UNSIGNED NOT NULL,28398  `created_by` int(11) UNSIGNED NOT NULL,
22760  `updated_date` bigint(64) UNSIGNED NOT NULL,28399  `updated_date` bigint(64) UNSIGNED NOT NULL,
22761  `updated_by` int(11) UNSIGNED NOT NULL,28400  `updated_by` int(11) UNSIGNED NOT NULL,
22762  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,28401  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
22763  `deleted_by` int(11) UNSIGNED DEFAULT NULL28402  `deleted_by` int(11) UNSIGNED DEFAULT NULL
22764) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;28403) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2276528404
22766--28405--
22767-- Dumping data for table `global_lu_likelihoods`28406-- Dumping data for table `global_lu_likelihoods`
22768--28407--
2276928408
22770INSERT INTO `global_lu_likelihoods` (`likelihood_id`, `title`, `shortname`, `description`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES28409INSERT INTO `global_lu_likelihoods` (`likelihood_id`, `title`, `shortname`, `description`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
22771(1, 'Unlikely', 'unlikely', 'Not very likely to encounter', 0, 1495033048, 1, 1495033048, 1, NULL, NULL),28410(1, 'Unlikely', 'unlikely', 'Not very likely to encounter', 0, 1495033048, 1, 1495033048, 1, NULL, NULL),
22772(2, 'Likely', 'likely', 'Likely to encounter', 1, 1495033048, 1, 1495033048, 1, NULL, NULL),28411(2, 'Likely', 'likely', 'Likely to encounter', 1, 1495033048, 1, 1495033048, 1, NULL, NULL),
22773(3, 'Very Likely', 'very_likely', 'Very likely to encounter', 2, 1495033048, 1, 1495033048, 1, NULL, NULL);28412(3, 'Very Likely', 'very_likely', 'Very likely to encounter', 2, 1495033048, 1, 1495033048, 1, NULL, NULL);
2277428413
22775-- --------------------------------------------------------28414-- --------------------------------------------------------
2277628415
22777--28416--
22778-- Table structure for table `global_lu_objectives`28417-- Table structure for table `global_lu_objectives`
22779--28418--
2278028419
22781CREATE TABLE `global_lu_objectives` (28420CREATE TABLE `global_lu_objectives` (
22782  `objective_id` int(12) NOT NULL,28421  `objective_id` int(12) NOT NULL,
22783  `objective_code` varchar(24) DEFAULT NULL,28422  `objective_code` varchar(24) DEFAULT NULL,
22784  `objective_name` varchar(240) DEFAULT NULL,28423  `objective_name` varchar(240) DEFAULT NULL,
22785  `objective_description` text,28424  `objective_description` text,
22786  `objective_secondary_description` text,28425  `objective_secondary_description` text,
22787  `objective_parent` int(12) NOT NULL DEFAULT '0',28426  `objective_parent` int(12) NOT NULL DEFAULT '0',
22788  `objective_set_id` int(12) NOT NULL,28427  `objective_set_id` int(12) NOT NULL,
22789  `associated_objective` int(12) DEFAULT NULL,28428  `associated_objective` int(12) DEFAULT NULL,
22790  `objective_order` int(12) NOT NULL DEFAULT '0',28429  `objective_order` int(12) NOT NULL DEFAULT '0',
22791  `objective_loggable` tinyint(1) NOT NULL DEFAULT '0',28430  `objective_loggable` tinyint(1) NOT NULL DEFAULT '0',
22792  `objective_active` int(12) NOT NULL DEFAULT '1',28431  `objective_active` int(12) NOT NULL DEFAULT '1',
22793  `non_examinable` int(11) NOT NULL DEFAULT '0',28432  `non_examinable` int(11) NOT NULL DEFAULT '0',
22794  `objective_status_id` int(11) NOT NULL DEFAULT '2',28433  `objective_status_id` int(11) NOT NULL DEFAULT '2',
22795  `admin_notes` varchar(600) DEFAULT NULL,28434  `admin_notes` varchar(600) DEFAULT NULL,
22796  `objective_translation_status_id` int(12) NOT NULL DEFAULT '0',28435  `objective_translation_status_id` int(12) NOT NULL DEFAULT '0',
22797  `updated_date` bigint(64) NOT NULL,28436  `updated_date` bigint(64) NOT NULL,
22798  `updated_by` int(12) NOT NULL28437  `updated_by` int(12) NOT NULL
22799) ENGINE=InnoDB DEFAULT CHARSET=utf8;28438) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2280028439
22801--28440--
22802-- Dumping data for table `global_lu_objectives`28441-- Dumping data for table `global_lu_objectives`
22803--28442--
2280428443
22805INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES28444INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES
22806(1, NULL, 'Curriculum Objectives', '', NULL, 0, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28445(1, NULL, 'Curriculum Objectives', '', NULL, 0, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22807(2, NULL, 'Medical Expert', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28446(2, NULL, 'Medical Expert', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22808(3, NULL, 'Professionalism', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28447(3, NULL, 'Professionalism', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22809(4, NULL, 'Scholar', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28448(4, NULL, 'Scholar', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22810(5, NULL, 'Communicator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28449(5, NULL, 'Communicator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22811(6, NULL, 'Collaborator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28450(6, NULL, 'Collaborator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22812(7, NULL, 'Advocate', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28451(7, NULL, 'Advocate', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22813(8, NULL, 'Manager', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28452(8, NULL, 'Manager', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22814(9, NULL, 'Application of Basic Sciences', 'The competent medical graduate articulates and uses the basic sciences to inform disease prevention, health promotion and the assessment and management of patients presenting with clinical illness.', NULL, 2, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28453(9, NULL, 'Application of Basic Sciences', 'The competent medical graduate articulates and uses the basic sciences to inform disease prevention, health promotion and the assessment and management of patients presenting with clinical illness.', NULL, 2, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22815(10, NULL, 'Clinical Assessment', 'Is able to perform a complete and appropriate clinical assessment of patients presenting with clinical illness', NULL, 2, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28454(10, NULL, 'Clinical Assessment', 'Is able to perform a complete and appropriate clinical assessment of patients presenting with clinical illness', NULL, 2, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22816(11, NULL, 'Clinical Presentations', 'Is able to appropriately assess and provide initial management for patients presenting with clinical illness, as defined by the Medical Council of Canada Clinical Presentations', NULL, 2, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28455(11, NULL, 'Clinical Presentations', 'Is able to appropriately assess and provide initial management for patients presenting with clinical illness, as defined by the Medical Council of Canada Clinical Presentations', NULL, 2, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22817(12, NULL, 'Health Promotion', 'Apply knowledge of disease prevention and health promotion to the care of patients', NULL, 2, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28456(12, NULL, 'Health Promotion', 'Apply knowledge of disease prevention and health promotion to the care of patients', NULL, 2, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22818(13, NULL, 'Professional Behaviour', 'Demonstrates appropriate professional behaviours to serve patients, the profession, and society', NULL, 3, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28457(13, NULL, 'Professional Behaviour', 'Demonstrates appropriate professional behaviours to serve patients, the profession, and society', NULL, 3, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22819(14, NULL, 'Principles of Professionalism', 'Apply knowledge of legal and ethical principles to serve patients, the profession, and society', NULL, 3, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28458(14, NULL, 'Principles of Professionalism', 'Apply knowledge of legal and ethical principles to serve patients, the profession, and society', NULL, 3, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22820(15, NULL, 'Critical Appraisal', 'Critically evaluate medical information and its sources (the literature)', NULL, 4, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28459(15, NULL, 'Critical Appraisal', 'Critically evaluate medical information and its sources (the literature)', NULL, 4, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22821(16, NULL, 'Research', 'Contribute to the process of knowledge creation (research)', NULL, 4, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28460(16, NULL, 'Research', 'Contribute to the process of knowledge creation (research)', NULL, 4, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22822(17, NULL, 'Life Long Learning', 'Engages in life long learning', NULL, 4, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28461(17, NULL, 'Life Long Learning', 'Engages in life long learning', NULL, 4, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22823(18, NULL, 'Effective Communication', 'Effectively communicates with colleagues, other health professionals, patients, families and other caregivers', NULL, 5, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28462(18, NULL, 'Effective Communication', 'Effectively communicates with colleagues, other health professionals, patients, families and other caregivers', NULL, 5, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22824(19, NULL, 'Effective Collaboration', 'Effectively collaborate with colleagues and other health professionals', NULL, 6, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28463(19, NULL, 'Effective Collaboration', 'Effectively collaborate with colleagues and other health professionals', NULL, 6, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22825(20, NULL, 'Determinants of Health', 'Articulate and apply the determinants of health and disease, principles of health promotion and disease prevention', NULL, 7, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28464(20, NULL, 'Determinants of Health', 'Articulate and apply the determinants of health and disease, principles of health promotion and disease prevention', NULL, 7, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22826(21, NULL, 'Profession and Community', 'Effectively advocate for their patients, the profession, and community', NULL, 7, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28465(21, NULL, 'Profession and Community', 'Effectively advocate for their patients, the profession, and community', NULL, 7, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22827(22, NULL, 'Practice Options', 'Describes a variety of practice options and settings within the practice of Medicine', NULL, 8, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28466(22, NULL, 'Practice Options', 'Describes a variety of practice options and settings within the practice of Medicine', NULL, 8, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22828(23, NULL, 'Balancing Health and Profession', 'Balances personal health and professional responsibilities', NULL, 8, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28467(23, NULL, 'Balancing Health and Profession', 'Balances personal health and professional responsibilities', NULL, 8, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22829(24, NULL, 'ME1.1 Homeostasis & Dysregulation', 'Applies knowledge of molecular, biochemical, cellular, and systems-level mechanisms that maintain homeostasis, and of the dysregulation of these mechanisms, to the prevention, diagnosis, and management of disease.', NULL, 9, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28468(24, NULL, 'ME1.1 Homeostasis & Dysregulation', 'Applies knowledge of molecular, biochemical, cellular, and systems-level mechanisms that maintain homeostasis, and of the dysregulation of these mechanisms, to the prevention, diagnosis, and management of disease.', NULL, 9, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22830(25, NULL, 'ME1.2 Physics and Chemistry', 'Apply major principles of physics and chemistry to explain normal biology, the pathobiology of significant diseases, and the mechanism of action of major technologies used in the prevention, diagnosis, and treatment of disease.', NULL, 9, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28469(25, NULL, 'ME1.2 Physics and Chemistry', 'Apply major principles of physics and chemistry to explain normal biology, the pathobiology of significant diseases, and the mechanism of action of major technologies used in the prevention, diagnosis, and treatment of disease.', NULL, 9, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22831(26, NULL, 'ME1.3 Genetics', 'Use the principles of genetic transmission, molecular biology of the human genome, and population genetics to guide assessments and clinical decision making.', NULL, 9, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28470(26, NULL, 'ME1.3 Genetics', 'Use the principles of genetic transmission, molecular biology of the human genome, and population genetics to guide assessments and clinical decision making.', NULL, 9, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22832(27, NULL, 'ME1.4 Defense Mechanisms', 'Apply the principles of the cellular and molecular basis of immune and nonimmune host defense mechanisms in health and disease to determine the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28471(27, NULL, 'ME1.4 Defense Mechanisms', 'Apply the principles of the cellular and molecular basis of immune and nonimmune host defense mechanisms in health and disease to determine the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22833(28, NULL, 'ME1.5 Pathological Processes', 'Apply the mechanisms of general and disease-specific pathological processes in health and disease to the prevention, diagnosis, management, and prognosis of critical human disorders.', NULL, 9, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28472(28, NULL, 'ME1.5 Pathological Processes', 'Apply the mechanisms of general and disease-specific pathological processes in health and disease to the prevention, diagnosis, management, and prognosis of critical human disorders.', NULL, 9, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22834(29, NULL, 'ME1.6 Microorganisms', 'Apply principles of the biology of microorganisms in normal physiology and disease to explain the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),28473(29, NULL, 'ME1.6 Microorganisms', 'Apply principles of the biology of microorganisms in normal physiology and disease to explain the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),
22835(30, NULL, 'ME1.7 Pharmacology', 'Apply the principles of pharmacology to evaluate options for safe, rational, and optimally beneficial drug therapy.', NULL, 9, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),28474(30, NULL, 'ME1.7 Pharmacology', 'Apply the principles of pharmacology to evaluate options for safe, rational, and optimally beneficial drug therapy.', NULL, 9, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),
22836(32, NULL, 'ME2.1 History and Physical', 'Conducts a comprehensive and appropriate history and physical examination ', NULL, 10, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28475(32, NULL, 'ME2.1 History and Physical', 'Conducts a comprehensive and appropriate history and physical examination ', NULL, 10, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22837(33, NULL, 'ME2.2 Procedural Skills', 'Demonstrate proficient and appropriate use of selected procedural skills, diagnostic and therapeutic', NULL, 10, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28476(33, NULL, 'ME2.2 Procedural Skills', 'Demonstrate proficient and appropriate use of selected procedural skills, diagnostic and therapeutic', NULL, 10, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22838(34, NULL, 'ME3.x Clinical Presentations', '', NULL, 11, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28477(34, NULL, 'ME3.x Clinical Presentations', '', NULL, 11, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22839(35, NULL, 'ME4.1 Health Promotion & Maintenance', '', NULL, 12, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28478(35, NULL, 'ME4.1 Health Promotion & Maintenance', '', NULL, 12, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22840(36, NULL, 'P1.1 Professional Behaviour', 'Practice appropriate professional behaviours, including honesty, integrity, commitment, dependability, compassion, respect, an understanding of the human condition, and altruism in the educational  and clinical settings', NULL, 13, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28479(36, NULL, 'P1.1 Professional Behaviour', 'Practice appropriate professional behaviours, including honesty, integrity, commitment, dependability, compassion, respect, an understanding of the human condition, and altruism in the educational  and clinical settings', NULL, 13, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22841(37, NULL, 'P1.2 Patient-Centered Care', 'Learn how to deliver the highest quality patient-centered care, with commitment to patients\' well being.  ', NULL, 13, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28480(37, NULL, 'P1.2 Patient-Centered Care', 'Learn how to deliver the highest quality patient-centered care, with commitment to patients\' well being.  ', NULL, 13, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22842(38, NULL, 'P1.3 Self-Awareness', 'Is self-aware, engages consultancy appropriately and maintains competence', NULL, 13, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28481(38, NULL, 'P1.3 Self-Awareness', 'Is self-aware, engages consultancy appropriately and maintains competence', NULL, 13, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22843(39, NULL, 'P2.1 Ethics', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations, etc.)', NULL, 14, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28482(39, NULL, 'P2.1 Ethics', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations, etc.)', NULL, 14, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22844(40, NULL, 'P2.2 Law and Regulation', 'Apply profession-led regulation to serve patients, the profession and society. ', NULL, 14, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28483(40, NULL, 'P2.2 Law and Regulation', 'Apply profession-led regulation to serve patients, the profession and society. ', NULL, 14, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22845(41, NULL, 'S1.1 Information Retrieval', 'Are able to retrieve medical information efficiently and effectively', NULL, 15, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28484(41, NULL, 'S1.1 Information Retrieval', 'Are able to retrieve medical information efficiently and effectively', NULL, 15, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22846(42, NULL, 'S1.2 Critical Evaluation', 'Critically evaluate the validity and applicability of medical procedures and therapeutic modalities to patient care', NULL, 15, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28485(42, NULL, 'S1.2 Critical Evaluation', 'Critically evaluate the validity and applicability of medical procedures and therapeutic modalities to patient care', NULL, 15, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22847(43, NULL, 'S2.1 Research Methodology', 'Adopt rigorous research methodology and scientific inquiry procedures', NULL, 16, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28486(43, NULL, 'S2.1 Research Methodology', 'Adopt rigorous research methodology and scientific inquiry procedures', NULL, 16, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22848(44, NULL, 'S2.2 Sharing Innovation', 'Prepares and disseminates new medical information', NULL, 16, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28487(44, NULL, 'S2.2 Sharing Innovation', 'Prepares and disseminates new medical information', NULL, 16, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22849(45, NULL, 'S3.1 Learning Strategies', 'Implements effective personal learning experiences including the capacity to engage in reflective learning', NULL, 17, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28488(45, NULL, 'S3.1 Learning Strategies', 'Implements effective personal learning experiences including the capacity to engage in reflective learning', NULL, 17, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22850(46, NULL, 'CM1.1 Therapeutic Relationships', 'Demonstrate skills and attitudes to foster rapport, trust and ethical therapeutic relationships with patients and families', NULL, 18, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28489(46, NULL, 'CM1.1 Therapeutic Relationships', 'Demonstrate skills and attitudes to foster rapport, trust and ethical therapeutic relationships with patients and families', NULL, 18, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22851(47, NULL, 'CM1.2 Eliciting Perspectives', 'Elicit and synthesize relevant information and perspectives of patients and families, colleagues and other professionals', NULL, 18, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28490(47, NULL, 'CM1.2 Eliciting Perspectives', 'Elicit and synthesize relevant information and perspectives of patients and families, colleagues and other professionals', NULL, 18, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22852(48, NULL, 'CM1.3 Conveying Information', 'Convey relevant information and explanations appropriately to patients and families, colleagues and other professionals, orally and in writing', NULL, 18, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28491(48, NULL, 'CM1.3 Conveying Information', 'Convey relevant information and explanations appropriately to patients and families, colleagues and other professionals, orally and in writing', NULL, 18, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22853(49, NULL, 'CM1.4 Finding Common Ground', 'Develop a common understanding on issues, problems, and plans with patients and families, colleagues and other professionals to develop a shared plan of care', NULL, 18, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28492(49, NULL, 'CM1.4 Finding Common Ground', 'Develop a common understanding on issues, problems, and plans with patients and families, colleagues and other professionals to develop a shared plan of care', NULL, 18, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22854(50, NULL, 'CL 1.1 Working In Teams', 'Participate effectively and appropriately as part of a multiprofessional healthcare team.', NULL, 19, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28493(50, NULL, 'CL 1.1 Working In Teams', 'Participate effectively and appropriately as part of a multiprofessional healthcare team.', NULL, 19, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22855(51, NULL, 'CL1.2 Overcoming Conflict', 'Work with others effectively in order to prevent, negotiate, and resolve conflict.', NULL, 19, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28494(51, NULL, 'CL1.2 Overcoming Conflict', 'Work with others effectively in order to prevent, negotiate, and resolve conflict.', NULL, 19, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22856(52, NULL, 'CL1.3 Including Patients and Families', 'Includes patients and families in prevention and management of illness', NULL, 19, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28495(52, NULL, 'CL1.3 Including Patients and Families', 'Includes patients and families in prevention and management of illness', NULL, 19, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22857(53, NULL, 'CL1.4 Teaching and Learning', 'Teaches and learns from others consistently  ', NULL, 19, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28496(53, NULL, 'CL1.4 Teaching and Learning', 'Teaches and learns from others consistently  ', NULL, 19, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22858(54, NULL, 'A1.1 Applying Determinants of Health', 'Apply knowledge of the determinants of health for populations to medical encounters and problems.', NULL, 20, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28497(54, NULL, 'A1.1 Applying Determinants of Health', 'Apply knowledge of the determinants of health for populations to medical encounters and problems.', NULL, 20, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22859(55, NULL, 'A2.1 Community Resources', 'Identify and communicate about community resources to promote health, prevent disease, and manage illness in their patients and the communities they will serve.', NULL, 21, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28498(55, NULL, 'A2.1 Community Resources', 'Identify and communicate about community resources to promote health, prevent disease, and manage illness in their patients and the communities they will serve.', NULL, 21, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22860(56, NULL, 'A2.2 Responsibility and Service', 'Integrate the principles of advocacy into their understanding of their professional responsibility to patients and the communities they will serve. ', NULL, 21, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28499(56, NULL, 'A2.2 Responsibility and Service', 'Integrate the principles of advocacy into their understanding of their professional responsibility to patients and the communities they will serve. ', NULL, 21, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22861(57, NULL, 'M1.1 Career Settings', 'Is aware of the variety of practice options and settings within the practice of Medicine, and makes informed personal choices regarding career direction', NULL, 22, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28500(57, NULL, 'M1.1 Career Settings', 'Is aware of the variety of practice options and settings within the practice of Medicine, and makes informed personal choices regarding career direction', NULL, 22, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22862(58, NULL, 'M2.1 Work / Life Balance', 'Identifies and implement strategies that promote care of one\'s self and one\'s colleagues to maintain balance between personal and educational/ professional commitments', NULL, 23, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28501(58, NULL, 'M2.1 Work / Life Balance', 'Identifies and implement strategies that promote care of one\'s self and one\'s colleagues to maintain balance between personal and educational/ professional commitments', NULL, 23, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22863(59, NULL, 'ME1.1a', 'Apply knowledge of biological systems and their interactions to explain how the human body functions in health and disease. ', NULL, 24, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28502(59, NULL, 'ME1.1a', 'Apply knowledge of biological systems and their interactions to explain how the human body functions in health and disease. ', NULL, 24, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22864(60, NULL, 'ME1.1b', 'Use the principles of feedback control to explain how specific homeostatic and reproductive systems maintain the internal environment and identify (1) how perturbations in these systems may result in disease and (2) how homeostasis may be changed by disease.', NULL, 24, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28503(60, NULL, 'ME1.1b', 'Use the principles of feedback control to explain how specific homeostatic and reproductive systems maintain the internal environment and identify (1) how perturbations in these systems may result in disease and (2) how homeostasis may be changed by disease.', NULL, 24, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22865(61, NULL, 'ME1.1c', 'Apply knowledge of the atomic and molecular characteristics of biological constituents to predict normal and pathological molecular function.', NULL, 24, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28504(61, NULL, 'ME1.1c', 'Apply knowledge of the atomic and molecular characteristics of biological constituents to predict normal and pathological molecular function.', NULL, 24, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22866(62, NULL, 'ME1.1d', 'Explain how the regulation of major biochemical energy production pathways and the synthesis/degradation of macromolecules function to maintain health and identify major forms of dysregulation in disease.', NULL, 24, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28505(62, NULL, 'ME1.1d', 'Explain how the regulation of major biochemical energy production pathways and the synthesis/degradation of macromolecules function to maintain health and identify major forms of dysregulation in disease.', NULL, 24, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22867(63, NULL, 'ME1.1e', 'Explain the major mechanisms of intra- and intercellular communication and their role in health and disease states.', NULL, 24, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28506(63, NULL, 'ME1.1e', 'Explain the major mechanisms of intra- and intercellular communication and their role in health and disease states.', NULL, 24, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22868(64, NULL, 'ME1.1f', 'Apply an understanding of the morphological and biochemical events that occur when somatic or germ cells divide, and the mechanisms that regulate cell division and cell death, to explain normal and abnormal growth and development.', NULL, 24, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),28507(64, NULL, 'ME1.1f', 'Apply an understanding of the morphological and biochemical events that occur when somatic or germ cells divide, and the mechanisms that regulate cell division and cell death, to explain normal and abnormal growth and development.', NULL, 24, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),
22869(65, NULL, 'ME1.1g', 'Identify and describe the common and unique microscopic and three dimensional macroscopic structures of macromolecules, cells, tissues, organs, systems, and compartments that lead to their unique and integrated function from fertilization through senescence to explain how perturbations contribute to disease. ', NULL, 24, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),28508(65, NULL, 'ME1.1g', 'Identify and describe the common and unique microscopic and three dimensional macroscopic structures of macromolecules, cells, tissues, organs, systems, and compartments that lead to their unique and integrated function from fertilization through senescence to explain how perturbations contribute to disease. ', NULL, 24, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),
22870(66, NULL, 'ME1.1h', 'Predict the consequences of structural variability and damage or loss of tissues and organs due to maldevelopment, trauma, disease, and aging.', NULL, 24, 6, NULL, 7, 0, 1, 0, 2, NULL, 0, 0, 0),28509(66, NULL, 'ME1.1h', 'Predict the consequences of structural variability and damage or loss of tissues and organs due to maldevelopment, trauma, disease, and aging.', NULL, 24, 6, NULL, 7, 0, 1, 0, 2, NULL, 0, 0, 0),
22871(67, NULL, 'ME1.1i', 'Apply principles of information processing at the molecular, cellular, and integrated nervous system level and understanding of sensation, perception, decision making, action, and cognition to explain behavior in health and disease.', NULL, 24, 6, NULL, 8, 0, 1, 0, 2, NULL, 0, 0, 0),28510(67, NULL, 'ME1.1i', 'Apply principles of information processing at the molecular, cellular, and integrated nervous system level and understanding of sensation, perception, decision making, action, and cognition to explain behavior in health and disease.', NULL, 24, 6, NULL, 8, 0, 1, 0, 2, NULL, 0, 0, 0),
22872(68, NULL, 'ME1.2a', 'Apply the principles of physics and chemistry, such as mass flow, transport, electricity, biomechanics, and signal detection and processing, to the specialized functions of membranes, cells, tissues, organs, and the human organism, and recognize how perturbations contribute to disease.', NULL, 25, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28511(68, NULL, 'ME1.2a', 'Apply the principles of physics and chemistry, such as mass flow, transport, electricity, biomechanics, and signal detection and processing, to the specialized functions of membranes, cells, tissues, organs, and the human organism, and recognize how perturbations contribute to disease.', NULL, 25, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22873(69, NULL, 'ME1.2b', 'Apply the principles of physics and chemistry to explain the risks, limitations, and appropriate use of diagnostic and therapeutic technologies.', NULL, 25, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28512(69, NULL, 'ME1.2b', 'Apply the principles of physics and chemistry to explain the risks, limitations, and appropriate use of diagnostic and therapeutic technologies.', NULL, 25, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22874(70, NULL, 'ME1.3a', 'Describe the functional elements in the human genome, their evolutionary origins, their interactions, and the consequences of genetic and epigenetic changes on adaptation and health.', NULL, 26, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28513(70, NULL, 'ME1.3a', 'Describe the functional elements in the human genome, their evolutionary origins, their interactions, and the consequences of genetic and epigenetic changes on adaptation and health.', NULL, 26, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22875(71, NULL, 'ME1.3b', 'Explain how variation at the gene level alters the chemical and physical properties of biological systems, and how this, in turn, influences health.', NULL, 26, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28514(71, NULL, 'ME1.3b', 'Explain how variation at the gene level alters the chemical and physical properties of biological systems, and how this, in turn, influences health.', NULL, 26, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22876(72, NULL, 'ME1.3c', 'Describe the major forms and frequencies of genetic variation and their consequences on health in different human populations.', NULL, 26, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28515(72, NULL, 'ME1.3c', 'Describe the major forms and frequencies of genetic variation and their consequences on health in different human populations.', NULL, 26, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22877(73, NULL, 'ME1.3d', 'Apply knowledge of the genetics and the various patterns of genetic transmission within families in order to obtain and interpret family history and ancestry data, calculate risk of disease, and order genetic tests to guide therapeutic decision-making.', NULL, 26, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28516(73, NULL, 'ME1.3d', 'Apply knowledge of the genetics and the various patterns of genetic transmission within families in order to obtain and interpret family history and ancestry data, calculate risk of disease, and order genetic tests to guide therapeutic decision-making.', NULL, 26, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22878(74, NULL, 'ME1.3e', 'Use to guide clinical action plans, the interaction of genetic and environmental factors to produce phenotypes and provide the basis for individual variation in response to toxic, pharmacological, or other exposures.', NULL, 26, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28517(74, NULL, 'ME1.3e', 'Use to guide clinical action plans, the interaction of genetic and environmental factors to produce phenotypes and provide the basis for individual variation in response to toxic, pharmacological, or other exposures.', NULL, 26, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22879(75, NULL, 'ME1.4a', 'Apply knowledge of the generation of immunological diversity and specificity to the diagnosis and treatment of disease.', NULL, 27, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28518(75, NULL, 'ME1.4a', 'Apply knowledge of the generation of immunological diversity and specificity to the diagnosis and treatment of disease.', NULL, 27, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22880(76, NULL, 'ME1.4b', 'Apply knowledge of the mechanisms for distinction between self and nonself (tolerance and immune surveillance) to the maintenance of health, autoimmunity, and transplant rejection.', NULL, 27, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28519(76, NULL, 'ME1.4b', 'Apply knowledge of the mechanisms for distinction between self and nonself (tolerance and immune surveillance) to the maintenance of health, autoimmunity, and transplant rejection.', NULL, 27, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22881(77, NULL, 'ME1.4c', 'Apply knowledge of the molecular basis for immune cell development to diagnose and treat immune deficiencies.', NULL, 27, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28520(77, NULL, 'ME1.4c', 'Apply knowledge of the molecular basis for immune cell development to diagnose and treat immune deficiencies.', NULL, 27, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22882(78, NULL, 'ME1.4d', 'Apply knowledge of the mechanisms used to defend against intracellular or extracellular microbes to the development of immunological prevention or treatment.', NULL, 27, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28521(78, NULL, 'ME1.4d', 'Apply knowledge of the mechanisms used to defend against intracellular or extracellular microbes to the development of immunological prevention or treatment.', NULL, 27, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22883(79, NULL, 'ME1.5a', 'Apply knowledge of cellular responses to injury, and the underlying etiology, biochemical and molecular alterations, to assess therapeutic interventions.', NULL, 28, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28522(79, NULL, 'ME1.5a', 'Apply knowledge of cellular responses to injury, and the underlying etiology, biochemical and molecular alterations, to assess therapeutic interventions.', NULL, 28, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22884(80, NULL, 'ME1.5b', 'Apply knowledge of the vascular and leukocyte responses of inflammation and their cellular and soluble mediators to the causation, resolution, prevention, and targeted therapy of tissue injury.', NULL, 28, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28523(80, NULL, 'ME1.5b', 'Apply knowledge of the vascular and leukocyte responses of inflammation and their cellular and soluble mediators to the causation, resolution, prevention, and targeted therapy of tissue injury.', NULL, 28, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22885(81, NULL, 'ME1.5c', 'Apply knowledge of the interplay of platelets, vascular endothelium, leukocytes, and coagulation factors in maintaining fluidity of blood, formation of thrombi, and causation of atherosclerosis to the prevention and diagnosis of thrombosis and atherosclerosis in various vascular beds, and the selection of therapeutic responses.', NULL, 28, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28524(81, NULL, 'ME1.5c', 'Apply knowledge of the interplay of platelets, vascular endothelium, leukocytes, and coagulation factors in maintaining fluidity of blood, formation of thrombi, and causation of atherosclerosis to the prevention and diagnosis of thrombosis and atherosclerosis in various vascular beds, and the selection of therapeutic responses.', NULL, 28, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22886(82, NULL, 'ME1.5d', 'Apply knowledge of the molecular basis of neoplasia to an understanding of the biological behavior, morphologic appearance, classification, diagnosis, prognosis, and targeted therapy of specific neoplasms.', NULL, 28, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28525(82, NULL, 'ME1.5d', 'Apply knowledge of the molecular basis of neoplasia to an understanding of the biological behavior, morphologic appearance, classification, diagnosis, prognosis, and targeted therapy of specific neoplasms.', NULL, 28, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22887(83, NULL, 'ME1.6a', 'Apply the principles of host-pathogen and pathogen-population interactions and knowledge of pathogen structure, genomics, lifecycle, transmission, natural history, and pathogenesis to the prevention, diagnosis, and treatment of infectious disease.', NULL, 29, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28526(83, NULL, 'ME1.6a', 'Apply the principles of host-pathogen and pathogen-population interactions and knowledge of pathogen structure, genomics, lifecycle, transmission, natural history, and pathogenesis to the prevention, diagnosis, and treatment of infectious disease.', NULL, 29, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22888(84, NULL, 'ME1.6b', 'Apply the principles of symbiosis (commensalisms, mutualism, and parasitism) to the maintenance of health and disease.', NULL, 29, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28527(84, NULL, 'ME1.6b', 'Apply the principles of symbiosis (commensalisms, mutualism, and parasitism) to the maintenance of health and disease.', NULL, 29, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22889(85, NULL, 'ME1.6c', 'Apply the principles of epidemiology to maintaining and restoring the health of communities and individuals.', NULL, 29, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28528(85, NULL, 'ME1.6c', 'Apply the principles of epidemiology to maintaining and restoring the health of communities and individuals.', NULL, 29, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22890(86, NULL, 'ME1.7a', 'Apply knowledge of pathologic processes, pharmacokinetics, and pharmacodynamics to guide safe and effective treatments.', NULL, 30, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28529(86, NULL, 'ME1.7a', 'Apply knowledge of pathologic processes, pharmacokinetics, and pharmacodynamics to guide safe and effective treatments.', NULL, 30, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22891(87, NULL, 'ME1.7b', 'Select optimal drug therapy based on an understanding of pertinent research, relevant medical literature, regulatory processes, and pharmacoeconomics.', NULL, 30, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28530(87, NULL, 'ME1.7b', 'Select optimal drug therapy based on an understanding of pertinent research, relevant medical literature, regulatory processes, and pharmacoeconomics.', NULL, 30, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22892(88, NULL, 'ME1.7c', 'Apply knowledge of individual variability in the use and responsiveness to pharmacological agents to selecting and monitoring therapeutic regimens and identifying adverse responses.', NULL, 30, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28531(88, NULL, 'ME1.7c', 'Apply knowledge of individual variability in the use and responsiveness to pharmacological agents to selecting and monitoring therapeutic regimens and identifying adverse responses.', NULL, 30, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22893(89, NULL, 'ME1.8a', 'Apply basic mathematical tools and concepts, including functions, graphs and modeling, measurement and scale, and quantitative reasoning, to an understanding of the specialized functions of membranes, cells, tissues, organs, and the human organism, in both health and disease.', NULL, 31, 0, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28532(89, NULL, 'ME1.8a', 'Apply basic mathematical tools and concepts, including functions, graphs and modeling, measurement and scale, and quantitative reasoning, to an understanding of the specialized functions of membranes, cells, tissues, organs, and the human organism, in both health and disease.', NULL, 31, 0, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22894(90, NULL, 'ME1.8b', 'Apply the principles and approaches of statistics, biostatistics, and epidemiology to the evaluation and interpretation of disease risk, etiology, and prognosis, and to the prevention, diagnosis, and management of disease.', NULL, 31, 0, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28533(90, NULL, 'ME1.8b', 'Apply the principles and approaches of statistics, biostatistics, and epidemiology to the evaluation and interpretation of disease risk, etiology, and prognosis, and to the prevention, diagnosis, and management of disease.', NULL, 31, 0, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22895(91, NULL, 'ME1.8c', 'Apply the basic principles of information systems, their design and architecture, implementation, use, and limitations, to information retrieval, clinical problem solving, and public health and policy.', NULL, 31, 0, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28534(91, NULL, 'ME1.8c', 'Apply the basic principles of information systems, their design and architecture, implementation, use, and limitations, to information retrieval, clinical problem solving, and public health and policy.', NULL, 31, 0, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22896(92, NULL, 'ME1.8d', 'Explain the importance, use, and limitations of biomedical and health informatics, including data quality, analysis, and visualization, and its application to diagnosis, therapeutics, and characterization of populations and subpopulations. ', NULL, 31, 0, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28535(92, NULL, 'ME1.8d', 'Explain the importance, use, and limitations of biomedical and health informatics, including data quality, analysis, and visualization, and its application to diagnosis, therapeutics, and characterization of populations and subpopulations. ', NULL, 31, 0, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22897(93, NULL, 'ME1.8e', 'Apply elements of the scientific process, such as inference, critical analysis of research design, and appreciation of the difference between association and causation, to interpret the findings, applications, and limitations of observational and experimental research in clinical decision making.', NULL, 31, 0, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28536(93, NULL, 'ME1.8e', 'Apply elements of the scientific process, such as inference, critical analysis of research design, and appreciation of the difference between association and causation, to interpret the findings, applications, and limitations of observational and experimental research in clinical decision making.', NULL, 31, 0, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22898(94, NULL, 'ME2.1a', 'Effectively identify and explore issues to be addressed in a patient encounter, including the patient\'s context and preferences.', NULL, 32, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28537(94, NULL, 'ME2.1a', 'Effectively identify and explore issues to be addressed in a patient encounter, including the patient\'s context and preferences.', NULL, 32, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22899(95, NULL, 'ME2.1b', 'For purposes of prevention and health promotion, diagnosis and/or management, elicit a history that is relevant, concise and accurate to context and preferences.', NULL, 32, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28538(95, NULL, 'ME2.1b', 'For purposes of prevention and health promotion, diagnosis and/or management, elicit a history that is relevant, concise and accurate to context and preferences.', NULL, 32, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22900(96, NULL, 'ME2.1c', 'For the purposes of prevention and health promotion, diagnosis and/or management, perform a focused physical examination that is relevant and accurate.', NULL, 32, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28539(96, NULL, 'ME2.1c', 'For the purposes of prevention and health promotion, diagnosis and/or management, perform a focused physical examination that is relevant and accurate.', NULL, 32, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22901(97, NULL, 'ME2.1d', 'Select basic, medically appropriate investigative methods in an ethical manner.', NULL, 32, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28540(97, NULL, 'ME2.1d', 'Select basic, medically appropriate investigative methods in an ethical manner.', NULL, 32, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22902(98, NULL, 'ME2.1e', 'Demonstrate effective clinical problem solving and judgment to address selected common patient presentations, including interpreting available data and integrating information to generate differential diagnoses and management plans.', NULL, 32, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28541(98, NULL, 'ME2.1e', 'Demonstrate effective clinical problem solving and judgment to address selected common patient presentations, including interpreting available data and integrating information to generate differential diagnoses and management plans.', NULL, 32, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22903(99, NULL, 'ME2.2a', 'Demonstrate effective, appropriate and timely performance of selected diagnostic procedures.', NULL, 33, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28542(99, NULL, 'ME2.2a', 'Demonstrate effective, appropriate and timely performance of selected diagnostic procedures.', NULL, 33, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22904(100, NULL, 'ME2.2b', 'Demonstrate effective, appropriate and timely performance of selected therapeutic procedures.', NULL, 33, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28543(100, NULL, 'ME2.2b', 'Demonstrate effective, appropriate and timely performance of selected therapeutic procedures.', NULL, 33, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22905(101, NULL, 'ME3.xa', 'Identify and apply aspects of normal human structure and physiology relevant to the clinical presentation.', NULL, 34, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28544(101, NULL, 'ME3.xa', 'Identify and apply aspects of normal human structure and physiology relevant to the clinical presentation.', NULL, 34, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22906(102, NULL, 'ME3.xb', 'Identify pathologic or maladaptive processes that are active.', NULL, 34, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28545(102, NULL, 'ME3.xb', 'Identify pathologic or maladaptive processes that are active.', NULL, 34, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22907(103, NULL, 'ME3.xc', 'Develop a differential diagnosis for the clinical presentation.', NULL, 34, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28546(103, NULL, 'ME3.xc', 'Develop a differential diagnosis for the clinical presentation.', NULL, 34, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22908(104, NULL, 'ME3.xd', 'Use history taking and physical examination relevant to the clinical presentation.', NULL, 34, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28547(104, NULL, 'ME3.xd', 'Use history taking and physical examination relevant to the clinical presentation.', NULL, 34, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22909(105, NULL, 'ME3.xe', 'Use diagnostic tests or procedures appropriately to establish working diagnoses.', NULL, 34, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28548(105, NULL, 'ME3.xe', 'Use diagnostic tests or procedures appropriately to establish working diagnoses.', NULL, 34, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22910(106, NULL, 'ME3.xf', 'Provide appropriate initial management for the clinical presentation.', NULL, 34, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),28549(106, NULL, 'ME3.xf', 'Provide appropriate initial management for the clinical presentation.', NULL, 34, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),
22911(107, NULL, 'ME3.xg', 'Provide evidence for diagnostic and therapeutic choices.', NULL, 34, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),28550(107, NULL, 'ME3.xg', 'Provide evidence for diagnostic and therapeutic choices.', NULL, 34, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),
22912(108, NULL, 'ME4.1a', 'Demonstrate awareness and respect for the Determinants of Health in identifying the needs of a patient.', NULL, 35, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28551(108, NULL, 'ME4.1a', 'Demonstrate awareness and respect for the Determinants of Health in identifying the needs of a patient.', NULL, 35, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22913(109, NULL, 'ME4.1b', 'Discover opportunities for health promotion and disease prevention as well as resources for patient care.', NULL, 35, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28552(109, NULL, 'ME4.1b', 'Discover opportunities for health promotion and disease prevention as well as resources for patient care.', NULL, 35, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22914(110, NULL, 'ME4.1c', 'Formulate preventive measures into their management strategies.', NULL, 35, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28553(110, NULL, 'ME4.1c', 'Formulate preventive measures into their management strategies.', NULL, 35, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22915(111, NULL, 'ME4.1d', 'Communicate with the patient, the patient\'s family and concerned others with regard to risk factors and their modification where appropriate.', NULL, 35, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28554(111, NULL, 'ME4.1d', 'Communicate with the patient, the patient\'s family and concerned others with regard to risk factors and their modification where appropriate.', NULL, 35, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22916(112, NULL, 'ME4.1e', 'Describe programs for the promotion of health including screening for, and the prevention of, illness.', NULL, 35, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28555(112, NULL, 'ME4.1e', 'Describe programs for the promotion of health including screening for, and the prevention of, illness.', NULL, 35, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22917(113, NULL, 'P1.1a', 'Defines the concepts of honesty, integrity, commitment, dependability, compassion, respect and altruism as applied to medical practice and correctly identifies examples of appropriate and inappropriate application.', NULL, 36, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28556(113, NULL, 'P1.1a', 'Defines the concepts of honesty, integrity, commitment, dependability, compassion, respect and altruism as applied to medical practice and correctly identifies examples of appropriate and inappropriate application.', NULL, 36, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22918(114, NULL, 'P1.1b', 'Applies these concepts in medical and professional encounters.', NULL, 36, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28557(114, NULL, 'P1.1b', 'Applies these concepts in medical and professional encounters.', NULL, 36, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22919(115, NULL, 'P1.2a', 'Defines the concept of \"standard of care\".', NULL, 37, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28558(115, NULL, 'P1.2a', 'Defines the concept of \"standard of care\".', NULL, 37, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22920(116, NULL, 'P1.2b', 'Applies diagnostic and therapeutic modalities in evidence based and patient centred contexts.', NULL, 37, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28559(116, NULL, 'P1.2b', 'Applies diagnostic and therapeutic modalities in evidence based and patient centred contexts.', NULL, 37, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22921(117, NULL, 'P1.3a', 'Recognizes and acknowledges limits of personal competence.', NULL, 38, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28560(117, NULL, 'P1.3a', 'Recognizes and acknowledges limits of personal competence.', NULL, 38, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22922(118, NULL, 'P1.3b', 'Is able to acquire specific knowledge appropriately to assist clinical management.', NULL, 38, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28561(118, NULL, 'P1.3b', 'Is able to acquire specific knowledge appropriately to assist clinical management.', NULL, 38, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22923(119, NULL, 'P1.3c', 'Engages colleagues and other health professionals appropriately.', NULL, 38, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28562(119, NULL, 'P1.3c', 'Engages colleagues and other health professionals appropriately.', NULL, 38, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22924(120, NULL, 'P2.1a', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations etc).', NULL, 39, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28563(120, NULL, 'P2.1a', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations etc).', NULL, 39, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22925(121, NULL, 'P2.1b', 'Analyze legal issues encountered in practice (such as conflict of interest, patient rights and privacy, etc).', NULL, 39, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28564(121, NULL, 'P2.1b', 'Analyze legal issues encountered in practice (such as conflict of interest, patient rights and privacy, etc).', NULL, 39, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22926(122, NULL, 'P2.1c', 'Analyze the psycho-social, cultural and religious issues that could affect patient management.', NULL, 39, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28565(122, NULL, 'P2.1c', 'Analyze the psycho-social, cultural and religious issues that could affect patient management.', NULL, 39, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22927(123, NULL, 'P2.1d', 'Define and implement principles of appropriate relationships with patients.', NULL, 39, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28566(123, NULL, 'P2.1d', 'Define and implement principles of appropriate relationships with patients.', NULL, 39, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22928(124, NULL, 'P2.2a', 'Recognize the professional, legal and ethical codes and obligations required of current practice in a variety of settings, including hospitals, private practice and health care institutions, etc.', NULL, 40, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28567(124, NULL, 'P2.2a', 'Recognize the professional, legal and ethical codes and obligations required of current practice in a variety of settings, including hospitals, private practice and health care institutions, etc.', NULL, 40, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22929(125, NULL, 'P2.2b', 'Recognize and respond appropriately to unprofessional behaviour in colleagues.', NULL, 40, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28568(125, NULL, 'P2.2b', 'Recognize and respond appropriately to unprofessional behaviour in colleagues.', NULL, 40, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22930(126, NULL, 'S1.1a', 'Use objective parameters to assess reliability of various sources of medical information.', NULL, 41, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28569(126, NULL, 'S1.1a', 'Use objective parameters to assess reliability of various sources of medical information.', NULL, 41, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22931(127, NULL, 'S1.1b', 'Are able to efficiently search sources of medical information in order to address specific clinical questions.', NULL, 41, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28570(127, NULL, 'S1.1b', 'Are able to efficiently search sources of medical information in order to address specific clinical questions.', NULL, 41, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22932(128, NULL, 'S1.2a', 'Apply knowledge of research and statistical methodology to the review of medical information and make decisions for health care of patients and society through scientifically rigourous analysis of evidence.', NULL, 42, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28571(128, NULL, 'S1.2a', 'Apply knowledge of research and statistical methodology to the review of medical information and make decisions for health care of patients and society through scientifically rigourous analysis of evidence.', NULL, 42, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22933(129, NULL, 'S1.2b', 'Apply to the review of medical literature the principles of research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 42, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28572(129, NULL, 'S1.2b', 'Apply to the review of medical literature the principles of research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 42, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22934(130, NULL, 'S1.2c', 'Identify the nature and requirements of organizations contributing to medical education.', NULL, 42, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28573(130, NULL, 'S1.2c', 'Identify the nature and requirements of organizations contributing to medical education.', NULL, 42, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22935(131, NULL, 'S1.2d', 'Balance scientific evidence with consideration of patient preferences and overall quality of life in therapeutic decision making.', NULL, 42, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28574(131, NULL, 'S1.2d', 'Balance scientific evidence with consideration of patient preferences and overall quality of life in therapeutic decision making.', NULL, 42, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22936(132, NULL, 'S2.1a', 'Formulates relevant research hypotheses.', NULL, 43, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28575(132, NULL, 'S2.1a', 'Formulates relevant research hypotheses.', NULL, 43, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22937(133, NULL, 'S2.1b', 'Develops rigorous methodologies.', NULL, 43, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28576(133, NULL, 'S2.1b', 'Develops rigorous methodologies.', NULL, 43, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22938(134, NULL, 'S2.1c', 'Develops appropriate collaborations in order to participate in research projects.', NULL, 43, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28577(134, NULL, 'S2.1c', 'Develops appropriate collaborations in order to participate in research projects.', NULL, 43, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22939(135, NULL, 'S2.1d', 'Practice research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 43, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28578(135, NULL, 'S2.1d', 'Practice research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 43, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22940(136, NULL, 'S2.1e', 'Evaluates the outcomes of research by application of rigorous statistical analysis.', NULL, 43, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28579(136, NULL, 'S2.1e', 'Evaluates the outcomes of research by application of rigorous statistical analysis.', NULL, 43, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22941(137, NULL, 'S2.2a', 'Report to students and faculty upon new knowledge gained from research and enquiry, using a variety of methods.', NULL, 44, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28580(137, NULL, 'S2.2a', 'Report to students and faculty upon new knowledge gained from research and enquiry, using a variety of methods.', NULL, 44, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22942(138, NULL, 'S3.1a', 'Develop lifelong learning strategies through integration of the principles of learning.', NULL, 45, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28581(138, NULL, 'S3.1a', 'Develop lifelong learning strategies through integration of the principles of learning.', NULL, 45, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22943(139, NULL, 'S3.1b', 'Self-assess learning critically, in congruence with others\' assessment, and address prioritized learning issues.', NULL, 45, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28582(139, NULL, 'S3.1b', 'Self-assess learning critically, in congruence with others\' assessment, and address prioritized learning issues.', NULL, 45, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22944(140, NULL, 'S3.1c', 'Ask effective learning questions and solve problems appropriately.', NULL, 45, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28583(140, NULL, 'S3.1c', 'Ask effective learning questions and solve problems appropriately.', NULL, 45, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22945(141, NULL, 'S3.1d', 'Consult multiple sources of information.', NULL, 45, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28584(141, NULL, 'S3.1d', 'Consult multiple sources of information.', NULL, 45, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22946(142, NULL, 'S3.1e', 'Employ a variety of learning methodologies.', NULL, 45, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28585(142, NULL, 'S3.1e', 'Employ a variety of learning methodologies.', NULL, 45, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22947(143, NULL, 'S3.1f', 'Learn with and enhance the learning of others through communities of practice.', NULL, 45, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),28586(143, NULL, 'S3.1f', 'Learn with and enhance the learning of others through communities of practice.', NULL, 45, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0),
22948(144, NULL, 'S3.1g', 'Employ information technology (informatics) in learning, including, in clerkship, access to patient record data and other technologies.', NULL, 45, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),28587(144, NULL, 'S3.1g', 'Employ information technology (informatics) in learning, including, in clerkship, access to patient record data and other technologies.', NULL, 45, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0),
22949(145, NULL, 'CM1.1a', 'Apply the skills that develop positive therapeutic relationships with patients and their families, characterized by understanding, trust, respect, honesty and empathy.', NULL, 46, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28588(145, NULL, 'CM1.1a', 'Apply the skills that develop positive therapeutic relationships with patients and their families, characterized by understanding, trust, respect, honesty and empathy.', NULL, 46, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22950(146, NULL, 'CM1.1b', 'Respect patient confidentiality, privacy and autonomy.', NULL, 46, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28589(146, NULL, 'CM1.1b', 'Respect patient confidentiality, privacy and autonomy.', NULL, 46, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22951(147, NULL, 'CM1.1c', 'Listen effectively and be aware of and responsive to nonverbal cues.', NULL, 46, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28590(147, NULL, 'CM1.1c', 'Listen effectively and be aware of and responsive to nonverbal cues.', NULL, 46, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22952(148, NULL, 'CM1.1d', 'Communicate effectively with individuals regardless of their social, cultural or ethnic backgrounds, or disabilities.', NULL, 46, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28591(148, NULL, 'CM1.1d', 'Communicate effectively with individuals regardless of their social, cultural or ethnic backgrounds, or disabilities.', NULL, 46, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22953(149, NULL, 'CM1.1e', 'Effectively facilitate a structured clinical encounter.', NULL, 46, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28592(149, NULL, 'CM1.1e', 'Effectively facilitate a structured clinical encounter.', NULL, 46, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22954(150, NULL, 'CM1.2a', 'Gather information about a disease, but also about a patient\'s beliefs, concerns, expectations and illness experience.', NULL, 47, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28593(150, NULL, 'CM1.2a', 'Gather information about a disease, but also about a patient\'s beliefs, concerns, expectations and illness experience.', NULL, 47, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22955(151, NULL, 'CM1.2b', 'Seek out and synthesize relevant information from other sources, such as a patient\'s family, caregivers and other professionals.', NULL, 47, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28594(151, NULL, 'CM1.2b', 'Seek out and synthesize relevant information from other sources, such as a patient\'s family, caregivers and other professionals.', NULL, 47, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22956(152, NULL, 'CM1.3a', 'Provide accurate information to a patient and family, colleagues and other professionals in a clear, non-judgmental, and understandable manner.', NULL, 48, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28595(152, NULL, 'CM1.3a', 'Provide accurate information to a patient and family, colleagues and other professionals in a clear, non-judgmental, and understandable manner.', NULL, 48, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22957(153, NULL, 'CM1.3b', 'Maintain clear, accurate and appropriate records of clinical encounters and plans.', NULL, 48, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28596(153, NULL, 'CM1.3b', 'Maintain clear, accurate and appropriate records of clinical encounters and plans.', NULL, 48, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22958(154, NULL, 'CM1.3c', 'Effectively present verbal reports of clinical encounters and plans.', NULL, 48, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28597(154, NULL, 'CM1.3c', 'Effectively present verbal reports of clinical encounters and plans.', NULL, 48, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22959(155, NULL, 'CM1.4a', 'Effectively identify and explore problems to be addressed from a patient encounter, including the patient\'s context, responses, concerns and preferences.', NULL, 49, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28598(155, NULL, 'CM1.4a', 'Effectively identify and explore problems to be addressed from a patient encounter, including the patient\'s context, responses, concerns and preferences.', NULL, 49, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22960(156, NULL, 'CM1.4b', 'Respect diversity and difference, including but not limited to the impact of gender, religion and cultural beliefs on decision making.', NULL, 49, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28599(156, NULL, 'CM1.4b', 'Respect diversity and difference, including but not limited to the impact of gender, religion and cultural beliefs on decision making.', NULL, 49, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22961(157, NULL, 'CM1.4c', 'Encourage discussion, questions and interaction in the encounter.', NULL, 49, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28600(157, NULL, 'CM1.4c', 'Encourage discussion, questions and interaction in the encounter.', NULL, 49, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22962(158, NULL, 'CM1.4d', 'Engage patients, families and relevant health professionals in shared decision making to develop a plan of care.', NULL, 49, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28601(158, NULL, 'CM1.4d', 'Engage patients, families and relevant health professionals in shared decision making to develop a plan of care.', NULL, 49, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22963(159, NULL, 'CM1.4e', 'Effectively address challenging communication issues such as obtaining informed consent, delivering bad news, and addressing anger, confusion and misunderstanding.', NULL, 49, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28602(159, NULL, 'CM1.4e', 'Effectively address challenging communication issues such as obtaining informed consent, delivering bad news, and addressing anger, confusion and misunderstanding.', NULL, 49, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22964(160, NULL, 'CL1.1a', 'Clearly describe and demonstrate their roles and responsibilities under law and other provisions, to other professionals within a variety of health care settings.', NULL, 50, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28603(160, NULL, 'CL1.1a', 'Clearly describe and demonstrate their roles and responsibilities under law and other provisions, to other professionals within a variety of health care settings.', NULL, 50, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22965(161, NULL, 'CL1.1b', 'Recognize and respect the diversity of roles and responsibilities of other health care professionals in a variety of settings, noting  how these roles interact with their own.', NULL, 50, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28604(161, NULL, 'CL1.1b', 'Recognize and respect the diversity of roles and responsibilities of other health care professionals in a variety of settings, noting  how these roles interact with their own.', NULL, 50, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22966(162, NULL, 'CL1.1c', 'Work with others to assess, plan, provide and integrate care for individual patients.', NULL, 50, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28605(162, NULL, 'CL1.1c', 'Work with others to assess, plan, provide and integrate care for individual patients.', NULL, 50, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22967(163, NULL, 'CL1.1d', 'Respect team ethics, including confidentiality, resource allocation and professionalism.', NULL, 50, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28606(163, NULL, 'CL1.1d', 'Respect team ethics, including confidentiality, resource allocation and professionalism.', NULL, 50, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22968(164, NULL, 'CL1.1e', 'Where appropriate, demonstrate leadership in a healthcare team.', NULL, 50, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28607(164, NULL, 'CL1.1e', 'Where appropriate, demonstrate leadership in a healthcare team.', NULL, 50, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22969(165, NULL, 'CL1.2a', 'Demonstrate a respectful attitude towards other colleagues and members of an interprofessional team members in a variety of settings.', NULL, 51, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28608(165, NULL, 'CL1.2a', 'Demonstrate a respectful attitude towards other colleagues and members of an interprofessional team members in a variety of settings.', NULL, 51, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22970(166, NULL, 'CL1.2b', 'Respect differences, and work to overcome misunderstandings and limitations in others, that may contribute to conflict.', NULL, 51, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28609(166, NULL, 'CL1.2b', 'Respect differences, and work to overcome misunderstandings and limitations in others, that may contribute to conflict.', NULL, 51, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22971(167, NULL, 'CL1.2c', 'Recognize one\'s own differences, and work to overcome one\'s own misunderstandings and limitations that may contribute to interprofessional conflict.', NULL, 51, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28610(167, NULL, 'CL1.2c', 'Recognize one\'s own differences, and work to overcome one\'s own misunderstandings and limitations that may contribute to interprofessional conflict.', NULL, 51, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22972(168, NULL, 'CL1.2d', 'Reflect on successful interprofessional team function.', NULL, 51, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28611(168, NULL, 'CL1.2d', 'Reflect on successful interprofessional team function.', NULL, 51, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22973(169, NULL, 'CL1.3a', 'Identify the roles of patients and their family in prevention and management of illness.', NULL, 52, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28612(169, NULL, 'CL1.3a', 'Identify the roles of patients and their family in prevention and management of illness.', NULL, 52, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22974(170, NULL, 'CL1.3b', 'Learn how to inform and involve the patient and family in decision-making and management plans.', NULL, 52, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28613(170, NULL, 'CL1.3b', 'Learn how to inform and involve the patient and family in decision-making and management plans.', NULL, 52, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22975(171, NULL, 'CL1.4a', 'Improve teaching through advice from experts in medical education.', NULL, 53, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28614(171, NULL, 'CL1.4a', 'Improve teaching through advice from experts in medical education.', NULL, 53, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22976(172, NULL, 'CL1.4b', 'Accept supervision and feedback.', NULL, 53, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28615(172, NULL, 'CL1.4b', 'Accept supervision and feedback.', NULL, 53, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22977(173, NULL, 'CL1.4c', 'Seek learning from others.', NULL, 53, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28616(173, NULL, 'CL1.4c', 'Seek learning from others.', NULL, 53, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22978(174, NULL, 'A1.1a', 'Explain factors that influence health, disease, disability and access to care including non-biologic factors (cultural, psychological, sociologic, familial, economic, environmental, legal, political, spiritual needs and beliefs).', NULL, 54, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28617(174, NULL, 'A1.1a', 'Explain factors that influence health, disease, disability and access to care including non-biologic factors (cultural, psychological, sociologic, familial, economic, environmental, legal, political, spiritual needs and beliefs).', NULL, 54, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22979(175, NULL, 'A1.1b', 'Describe barriers to access to care and resources.', NULL, 54, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28618(175, NULL, 'A1.1b', 'Describe barriers to access to care and resources.', NULL, 54, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22980(176, NULL, 'A1.1c', 'Discuss health issues for special populations, including vulnerable or marginalized populations.', NULL, 54, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28619(176, NULL, 'A1.1c', 'Discuss health issues for special populations, including vulnerable or marginalized populations.', NULL, 54, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22981(177, NULL, 'A1.1d', 'Identify principles of health policy and implications.', NULL, 54, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28620(177, NULL, 'A1.1d', 'Identify principles of health policy and implications.', NULL, 54, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22982(178, NULL, 'A1.1e', 'Describe health programs and interventions at the population level.', NULL, 54, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),28621(178, NULL, 'A1.1e', 'Describe health programs and interventions at the population level.', NULL, 54, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0),
22983(179, NULL, 'A2.1a', 'Identify the role of and method of access to services of community resources.', NULL, 55, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28622(179, NULL, 'A2.1a', 'Identify the role of and method of access to services of community resources.', NULL, 55, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22984(180, NULL, 'A2.1b', 'Describe appropriate methods of communication about community resources to and on behalf of patients.', NULL, 55, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28623(180, NULL, 'A2.1b', 'Describe appropriate methods of communication about community resources to and on behalf of patients.', NULL, 55, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22985(181, NULL, 'A2.1c', 'Locate and analyze a variety of health communities and community health networks in the local Kingston area and beyond.', NULL, 55, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28624(181, NULL, 'A2.1c', 'Locate and analyze a variety of health communities and community health networks in the local Kingston area and beyond.', NULL, 55, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22986(182, NULL, 'A2.2a', 'Describe the role and examples of physicians and medical associations in advocating collectively for health and patient safety.', NULL, 56, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28625(182, NULL, 'A2.2a', 'Describe the role and examples of physicians and medical associations in advocating collectively for health and patient safety.', NULL, 56, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22987(183, NULL, 'A2.2b', 'Analyze the ethical and professional issues inherent in health advocacy, including possible conflict between roles of gatekeeper and manager.', NULL, 56, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28626(183, NULL, 'A2.2b', 'Analyze the ethical and professional issues inherent in health advocacy, including possible conflict between roles of gatekeeper and manager.', NULL, 56, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22988(184, NULL, 'M1.1a', 'Outline strategies for effective practice in a variety of health care settings, including their structure, finance and operation.', NULL, 57, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28627(184, NULL, 'M1.1a', 'Outline strategies for effective practice in a variety of health care settings, including their structure, finance and operation.', NULL, 57, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22989(185, NULL, 'M1.1b', 'Outline the common law and statutory provisions which govern practice and collaboration within hospital and other settings.', NULL, 57, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28628(185, NULL, 'M1.1b', 'Outline the common law and statutory provisions which govern practice and collaboration within hospital and other settings.', NULL, 57, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22990(186, NULL, 'M1.1c', 'Recognizes one\'s own personal preferences and strengths and uses this knowledge in career decisions.', NULL, 57, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28629(186, NULL, 'M1.1c', 'Recognizes one\'s own personal preferences and strengths and uses this knowledge in career decisions.', NULL, 57, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22991(187, NULL, 'M1.1d', 'Identify career paths within health care settings.', NULL, 57, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28630(187, NULL, 'M1.1d', 'Identify career paths within health care settings.', NULL, 57, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22992(188, NULL, 'M2.1a', 'Identify and balance personal and educational priorities to foster future balance between personal health and a sustainable practice.', NULL, 58, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),28631(188, NULL, 'M2.1a', 'Identify and balance personal and educational priorities to foster future balance between personal health and a sustainable practice.', NULL, 58, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0),
22993(189, NULL, 'M2.1b', 'Practice personal and professional awareness, insight and acceptance of feedback and peer review;  participate in peer review.', NULL, 58, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28632(189, NULL, 'M2.1b', 'Practice personal and professional awareness, insight and acceptance of feedback and peer review;  participate in peer review.', NULL, 58, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22994(190, NULL, 'M2.1c', 'Implement plans to overcome barriers to health personal and professional behavior.', NULL, 58, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),28633(190, NULL, 'M2.1c', 'Implement plans to overcome barriers to health personal and professional behavior.', NULL, 58, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0),
22995(191, NULL, 'M2.1d', 'Recognize and respond to other educational/professional colleagues in need of support.', NULL, 58, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),28634(191, NULL, 'M2.1d', 'Recognize and respond to other educational/professional colleagues in need of support.', NULL, 58, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0),
22996(200, NULL, 'Clinical Learning Objectives', NULL, NULL, 0, 7, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),28635(200, NULL, 'Clinical Learning Objectives', NULL, NULL, 0, 7, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0),
22997(201, NULL, 'Pain, lower limb', NULL, NULL, 200, 7, NULL, 113, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28636(201, NULL, 'Pain, lower limb', NULL, NULL, 200, 7, NULL, 113, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
22998(202, NULL, 'Pain, upper limb', NULL, NULL, 200, 7, NULL, 112, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28637(202, NULL, 'Pain, upper limb', NULL, NULL, 200, 7, NULL, 112, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
22999(203, NULL, 'Fracture/disl\'n', NULL, NULL, 200, 7, NULL, 111, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28638(203, NULL, 'Fracture/disl\'n', NULL, NULL, 200, 7, NULL, 111, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23000(204, NULL, 'Scrotal pain', NULL, NULL, 200, 7, NULL, 101, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28639(204, NULL, 'Scrotal pain', NULL, NULL, 200, 7, NULL, 101, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23001(205, NULL, 'Blood in urine', NULL, NULL, 200, 7, NULL, 100, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28640(205, NULL, 'Blood in urine', NULL, NULL, 200, 7, NULL, 100, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23002(206, NULL, 'Urinary obstruction/hesitancy', NULL, NULL, 200, 7, NULL, 99, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28641(206, NULL, 'Urinary obstruction/hesitancy', NULL, NULL, 200, 7, NULL, 99, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23003(207, NULL, 'Nausea/vomiting', NULL, NULL, 200, 7, NULL, 98, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28642(207, NULL, 'Nausea/vomiting', NULL, NULL, 200, 7, NULL, 98, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23004(208, NULL, 'Hernia', NULL, NULL, 200, 7, NULL, 97, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28643(208, NULL, 'Hernia', NULL, NULL, 200, 7, NULL, 97, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23005(209, NULL, 'Abdominal injuries', NULL, NULL, 200, 7, NULL, 96, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28644(209, NULL, 'Abdominal injuries', NULL, NULL, 200, 7, NULL, 96, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23006(210, NULL, 'Chest injuries', NULL, NULL, 200, 7, NULL, 95, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28645(210, NULL, 'Chest injuries', NULL, NULL, 200, 7, NULL, 95, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23007(211, NULL, 'Breast disorders', NULL, NULL, 200, 7, NULL, 94, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28646(211, NULL, 'Breast disorders', NULL, NULL, 200, 7, NULL, 94, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23008(212, NULL, 'Anorectal pain', NULL, NULL, 200, 7, NULL, 93, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28647(212, NULL, 'Anorectal pain', NULL, NULL, 200, 7, NULL, 93, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23009(213, NULL, 'Blood, GI tract', NULL, NULL, 200, 7, NULL, 92, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28648(213, NULL, 'Blood, GI tract', NULL, NULL, 200, 7, NULL, 92, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23010(214, NULL, 'Abdominal distension', NULL, NULL, 200, 7, NULL, 91, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28649(214, NULL, 'Abdominal distension', NULL, NULL, 200, 7, NULL, 91, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23011(215, NULL, 'Subs abuse/addic/wdraw', NULL, NULL, 200, 7, NULL, 90, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28650(215, NULL, 'Subs abuse/addic/wdraw', NULL, NULL, 200, 7, NULL, 90, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23012(216, NULL, 'Abdo pain - acute', NULL, NULL, 200, 7, NULL, 89, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28651(216, NULL, 'Abdo pain - acute', NULL, NULL, 200, 7, NULL, 89, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23013(217, NULL, 'Psychosis/disord thoughts', NULL, NULL, 200, 7, NULL, 88, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28652(217, NULL, 'Psychosis/disord thoughts', NULL, NULL, 200, 7, NULL, 88, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23014(218, NULL, 'Personality disorders', NULL, NULL, 200, 7, NULL, 87, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28653(218, NULL, 'Personality disorders', NULL, NULL, 200, 7, NULL, 87, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23015(219, NULL, 'Panic/anxiety', NULL, NULL, 200, 7, NULL, 86, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28654(219, NULL, 'Panic/anxiety', NULL, NULL, 200, 7, NULL, 86, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23016(221, NULL, 'Mood disorders', NULL, NULL, 200, 7, NULL, 84, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28655(221, NULL, 'Mood disorders', NULL, NULL, 200, 7, NULL, 84, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23017(222, NULL, 'XR-Wrist/hand', NULL, NULL, 200, 7, NULL, 83, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28656(222, NULL, 'XR-Wrist/hand', NULL, NULL, 200, 7, NULL, 83, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23018(223, NULL, 'XR-Chest', NULL, NULL, 200, 7, NULL, 82, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28657(223, NULL, 'XR-Chest', NULL, NULL, 200, 7, NULL, 82, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23019(224, NULL, 'XR-Hip/pelvis', NULL, NULL, 200, 7, NULL, 81, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28658(224, NULL, 'XR-Hip/pelvis', NULL, NULL, 200, 7, NULL, 81, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23020(225, NULL, 'XR-Ankle/foot', NULL, NULL, 200, 7, NULL, 80, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28659(225, NULL, 'XR-Ankle/foot', NULL, NULL, 200, 7, NULL, 80, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23021(226, NULL, 'Skin ulcers-tumors', NULL, NULL, 200, 7, NULL, 79, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28660(226, NULL, 'Skin ulcers-tumors', NULL, NULL, 200, 7, NULL, 79, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23022(228, NULL, 'Skin wound', NULL, NULL, 200, 7, NULL, 77, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28661(228, NULL, 'Skin wound', NULL, NULL, 200, 7, NULL, 77, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23023(233, NULL, 'Dyspnea, acute', NULL, NULL, 200, 7, NULL, 72, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28662(233, NULL, 'Dyspnea, acute', NULL, NULL, 200, 7, NULL, 72, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23024(234, NULL, 'Infant/child nutrition', NULL, NULL, 200, 7, NULL, 71, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28663(234, NULL, 'Infant/child nutrition', NULL, NULL, 200, 7, NULL, 71, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23025(235, NULL, 'Newborn assessment', NULL, NULL, 200, 7, NULL, 70, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28664(235, NULL, 'Newborn assessment', NULL, NULL, 200, 7, NULL, 70, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23026(236, NULL, 'Rash,child', NULL, NULL, 200, 7, NULL, 69, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28665(236, NULL, 'Rash,child', NULL, NULL, 200, 7, NULL, 69, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23027(237, NULL, 'Ped naus/vom/diarh', NULL, NULL, 200, 7, NULL, 68, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28666(237, NULL, 'Ped naus/vom/diarh', NULL, NULL, 200, 7, NULL, 68, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23028(238, NULL, 'Ped EM\'s-acutely ill', NULL, NULL, 200, 7, NULL, 67, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28667(238, NULL, 'Ped EM\'s-acutely ill', NULL, NULL, 200, 7, NULL, 67, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23029(239, NULL, 'Ped dysp/resp dstres', NULL, NULL, 200, 7, NULL, 66, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28668(239, NULL, 'Ped dysp/resp dstres', NULL, NULL, 200, 7, NULL, 66, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23030(240, NULL, 'Ped constipation', NULL, NULL, 200, 7, NULL, 65, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28669(240, NULL, 'Ped constipation', NULL, NULL, 200, 7, NULL, 65, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23031(241, NULL, 'Fever in a child', NULL, NULL, 200, 7, NULL, 64, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28670(241, NULL, 'Fever in a child', NULL, NULL, 200, 7, NULL, 64, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23032(242, NULL, 'Ear pain', NULL, NULL, 200, 7, NULL, 63, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28671(242, NULL, 'Ear pain', NULL, NULL, 200, 7, NULL, 63, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23033(257, NULL, 'Prolapse', NULL, NULL, 200, 7, NULL, 48, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28672(257, NULL, 'Prolapse', NULL, NULL, 200, 7, NULL, 48, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23034(258, NULL, 'Vaginal bleeding, abn', NULL, NULL, 200, 7, NULL, 47, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28673(258, NULL, 'Vaginal bleeding, abn', NULL, NULL, 200, 7, NULL, 47, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23035(259, NULL, 'Postpartum, normal', NULL, NULL, 200, 7, NULL, 46, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28674(259, NULL, 'Postpartum, normal', NULL, NULL, 200, 7, NULL, 46, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23036(260, NULL, 'Labour, normal', NULL, NULL, 200, 7, NULL, 45, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28675(260, NULL, 'Labour, normal', NULL, NULL, 200, 7, NULL, 45, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23037(261, NULL, 'Labour, abnormal', NULL, NULL, 200, 7, NULL, 44, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28676(261, NULL, 'Labour, abnormal', NULL, NULL, 200, 7, NULL, 44, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23038(262, NULL, 'Infertility', NULL, NULL, 200, 7, NULL, 43, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28677(262, NULL, 'Infertility', NULL, NULL, 200, 7, NULL, 43, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23039(263, NULL, 'Incontinence-urine', NULL, NULL, 200, 7, NULL, 42, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28678(263, NULL, 'Incontinence-urine', NULL, NULL, 200, 7, NULL, 42, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23040(264, NULL, 'Hypertension, preg', NULL, NULL, 200, 7, NULL, 41, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28679(264, NULL, 'Hypertension, preg', NULL, NULL, 200, 7, NULL, 41, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23041(265, NULL, 'Dysmenorrhea', NULL, NULL, 200, 7, NULL, 40, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28680(265, NULL, 'Dysmenorrhea', NULL, NULL, 200, 7, NULL, 40, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23042(266, NULL, 'Contraception', NULL, NULL, 200, 7, NULL, 39, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28681(266, NULL, 'Contraception', NULL, NULL, 200, 7, NULL, 39, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23043(267, NULL, 'Antepartum care', NULL, NULL, 200, 7, NULL, 38, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28682(267, NULL, 'Antepartum care', NULL, NULL, 200, 7, NULL, 38, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23044(268, NULL, 'Weakness', NULL, NULL, 200, 7, NULL, 37, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28683(268, NULL, 'Weakness', NULL, NULL, 200, 7, NULL, 37, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23045(269, NULL, 'Sodium-abn', NULL, NULL, 200, 7, NULL, 36, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28684(269, NULL, 'Sodium-abn', NULL, NULL, 200, 7, NULL, 36, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23046(270, NULL, 'Renal failure', NULL, NULL, 200, 7, NULL, 35, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28685(270, NULL, 'Renal failure', NULL, NULL, 200, 7, NULL, 35, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23047(271, NULL, 'Potassium-abn', NULL, NULL, 200, 7, NULL, 34, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28686(271, NULL, 'Potassium-abn', NULL, NULL, 200, 7, NULL, 34, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23048(272, NULL, 'Murmur', NULL, NULL, 200, 7, NULL, 33, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28687(272, NULL, 'Murmur', NULL, NULL, 200, 7, NULL, 33, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23049(273, NULL, 'Joint pain, poly', NULL, NULL, 200, 7, NULL, 32, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28688(273, NULL, 'Joint pain, poly', NULL, NULL, 200, 7, NULL, 32, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23050(274, NULL, 'Impaired LOC (coma)', NULL, NULL, 200, 7, NULL, 31, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28689(274, NULL, 'Impaired LOC (coma)', NULL, NULL, 200, 7, NULL, 31, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23051(275, NULL, 'Hypotension', NULL, NULL, 200, 7, NULL, 30, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28690(275, NULL, 'Hypotension', NULL, NULL, 200, 7, NULL, 30, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23052(276, NULL, 'Hypertension', NULL, NULL, 200, 7, NULL, 29, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28691(276, NULL, 'Hypertension', NULL, NULL, 200, 7, NULL, 29, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23053(277, NULL, 'H+ concentratn, abn', NULL, NULL, 200, 7, NULL, 28, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28692(277, NULL, 'H+ concentratn, abn', NULL, NULL, 200, 7, NULL, 28, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23054(278, NULL, 'Fever', NULL, NULL, 200, 7, NULL, 27, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28693(278, NULL, 'Fever', NULL, NULL, 200, 7, NULL, 27, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23055(279, NULL, 'Edema', NULL, NULL, 200, 7, NULL, 26, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28694(279, NULL, 'Edema', NULL, NULL, 200, 7, NULL, 26, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23056(280, NULL, 'Dyspnea-chronic', NULL, NULL, 200, 7, NULL, 25, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28695(280, NULL, 'Dyspnea-chronic', NULL, NULL, 200, 7, NULL, 25, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23057(281, NULL, 'Diabetes mellitus', NULL, NULL, 200, 7, NULL, 24, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28696(281, NULL, 'Diabetes mellitus', NULL, NULL, 200, 7, NULL, 24, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23058(282, NULL, 'Dementia', NULL, NULL, 200, 7, NULL, 23, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28697(282, NULL, 'Dementia', NULL, NULL, 200, 7, NULL, 23, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23059(283, NULL, 'Delerium/confusion', NULL, NULL, 200, 7, NULL, 22, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28698(283, NULL, 'Delerium/confusion', NULL, NULL, 200, 7, NULL, 22, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23060(284, NULL, 'Cough', NULL, NULL, 200, 7, NULL, 21, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28699(284, NULL, 'Cough', NULL, NULL, 200, 7, NULL, 21, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23061(286, NULL, 'Anemia', NULL, NULL, 200, 7, NULL, 19, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28700(286, NULL, 'Anemia', NULL, NULL, 200, 7, NULL, 19, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23062(287, NULL, 'Chest pain', NULL, NULL, 200, 7, NULL, 18, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28701(287, NULL, 'Chest pain', NULL, NULL, 200, 7, NULL, 18, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23063(288, NULL, 'Abdo pain-chronic', NULL, NULL, 200, 7, NULL, 17, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28702(288, NULL, 'Abdo pain-chronic', NULL, NULL, 200, 7, NULL, 17, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23064(289, NULL, 'Wk-rel\'td health iss', NULL, NULL, 200, 7, NULL, 16, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28703(289, NULL, 'Wk-rel\'td health iss', NULL, NULL, 200, 7, NULL, 16, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23065(290, NULL, 'Weight loss/gain', NULL, NULL, 200, 7, NULL, 15, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28704(290, NULL, 'Weight loss/gain', NULL, NULL, 200, 7, NULL, 15, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23066(291, NULL, 'URTI', NULL, NULL, 200, 7, NULL, 14, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28705(291, NULL, 'URTI', NULL, NULL, 200, 7, NULL, 14, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23067(292, NULL, 'Sore throat', NULL, NULL, 200, 7, NULL, 13, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28706(292, NULL, 'Sore throat', NULL, NULL, 200, 7, NULL, 13, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23068(293, NULL, 'Skin rash', NULL, NULL, 200, 7, NULL, 12, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28707(293, NULL, 'Skin rash', NULL, NULL, 200, 7, NULL, 12, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23069(294, NULL, 'Pregnancy', NULL, NULL, 200, 7, NULL, 11, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28708(294, NULL, 'Pregnancy', NULL, NULL, 200, 7, NULL, 11, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23070(295, NULL, 'Periodic health exam', NULL, NULL, 200, 7, NULL, 10, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28709(295, NULL, 'Periodic health exam', NULL, NULL, 200, 7, NULL, 10, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23071(296, NULL, 'Pain, spinal', NULL, NULL, 200, 7, NULL, 9, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28710(296, NULL, 'Pain, spinal', NULL, NULL, 200, 7, NULL, 9, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23072(299, NULL, 'Headache', NULL, NULL, 200, 7, NULL, 6, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28711(299, NULL, 'Headache', NULL, NULL, 200, 7, NULL, 6, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23073(300, NULL, 'Fatigue', NULL, NULL, 200, 7, NULL, 5, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28712(300, NULL, 'Fatigue', NULL, NULL, 200, 7, NULL, 5, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23074(303, NULL, 'Dysuria/pyuria', NULL, NULL, 200, 7, NULL, 2, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28713(303, NULL, 'Dysuria/pyuria', NULL, NULL, 200, 7, NULL, 2, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23075(304, NULL, 'Fracture/dislocation', NULL, NULL, 200, 7, NULL, 114, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28714(304, NULL, 'Fracture/dislocation', NULL, NULL, 200, 7, NULL, 114, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23076(305, NULL, 'Pain', NULL, NULL, 200, 7, NULL, 115, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28715(305, NULL, 'Pain', NULL, NULL, 200, 7, NULL, 115, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23077(306, NULL, 'Preop Assess - anesthesiology', NULL, NULL, 200, 7, NULL, 116, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28716(306, NULL, 'Preop Assess - anesthesiology', NULL, NULL, 200, 7, NULL, 116, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23078(307, NULL, 'Preop Assess - surgery', NULL, NULL, 200, 7, NULL, 117, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28717(307, NULL, 'Preop Assess - surgery', NULL, NULL, 200, 7, NULL, 117, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23079(308, NULL, 'Pain - spinal', NULL, NULL, 200, 7, NULL, 118, 1, 1, 0, 2, NULL, 0, 1685381586, 1),28718(308, NULL, 'Pain - spinal', NULL, NULL, 200, 7, NULL, 118, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23080(309, NULL, 'MCC Presentations', NULL, NULL, 0, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1265296358, 1),28719(309, NULL, 'MCC Presentations', NULL, NULL, 0, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1265296358, 1),
23081(310, '1-E', 'Abdominal Distension', 'Abdominal distention is common and may indicate the presence of serious intra-abdominal or systemic disease.', NULL, 309, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174177, 1),28720(310, '1-E', 'Abdominal Distension', 'Abdominal distention is common and may indicate the presence of serious intra-abdominal or systemic disease.', NULL, 309, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174177, 1),
23082(311, '2-E', 'Abdominal Mass', 'If hernias are excluded, most other abdominal masses represent a significant underlying disease that requires complete investigation.', NULL, 309, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174177, 1),28721(311, '2-E', 'Abdominal Mass', 'If hernias are excluded, most other abdominal masses represent a significant underlying disease that requires complete investigation.', NULL, 309, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174177, 1),
23083(312, '2-1-E', 'Adrenal Mass', 'Adrenal masses are at times found incidentally after CT, MRI, or ultrasound examination done for unrelated reasons.  The incidence is about 3.5 % (almost 10 % of autopsies).', NULL, 311, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28722(312, '2-1-E', 'Adrenal Mass', 'Adrenal masses are at times found incidentally after CT, MRI, or ultrasound examination done for unrelated reasons.  The incidence is about 3.5 % (almost 10 % of autopsies).', NULL, 311, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23084(313, '2-2-E', 'Hepatomegaly', 'True hepatomegaly (enlargement of the liver with a span greater than 14 cm in adult males and greater than 12 cm in adult females) is an uncommon clinical presentation, but is important to recognize in light of potentially serious causal conditions.', NULL, 311, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28723(313, '2-2-E', 'Hepatomegaly', 'True hepatomegaly (enlargement of the liver with a span greater than 14 cm in adult males and greater than 12 cm in adult females) is an uncommon clinical presentation, but is important to recognize in light of potentially serious causal conditions.', NULL, 311, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23085(314, '2-4-E', 'Hernia (abdominal Wall And Groin)', 'A hernia is defined as an abnormal protrusion of part of a viscus through its containing wall.  Hernias, in particular inguinal hernias, are very common, and thus, herniorrphaphy is a very common surgical intervention.', NULL, 311, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28724(314, '2-4-E', 'Hernia (abdominal Wall And Groin)', 'A hernia is defined as an abnormal protrusion of part of a viscus through its containing wall.  Hernias, in particular inguinal hernias, are very common, and thus, herniorrphaphy is a very common surgical intervention.', NULL, 311, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23086(315, '2-3-E', 'Splenomegaly', 'Splenomegaly, an enlarged spleen detected on physical examination by palpitation or percussion at Castell\'s point, is relatively uncommon.  However, it is often associated with serious underlying pathology.', NULL, 311, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28725(315, '2-3-E', 'Splenomegaly', 'Splenomegaly, an enlarged spleen detected on physical examination by palpitation or percussion at Castell\'s point, is relatively uncommon.  However, it is often associated with serious underlying pathology.', NULL, 311, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23087(316, '3-1-E', 'Abdominal Pain (children)', 'Abdominal pain is a common complaint in children.  While the symptoms may result from serious abdominal pathology, in a large proportion of cases, an identifiable organic cause is not found.  The causes are often age dependent.', NULL, 309, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28726(316, '3-1-E', 'Abdominal Pain (children)', 'Abdominal pain is a common complaint in children.  While the symptoms may result from serious abdominal pathology, in a large proportion of cases, an identifiable organic cause is not found.  The causes are often age dependent.', NULL, 309, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23088(317, '3-2-E', 'Abdominal Pain, Acute ', 'Abdominal pain may result from intra-abdominal inflammation or disorders of the abdominal wall.  Pain may also be referred from sources outside the abdomen such as retroperitoneal processes as well as intra-thoracic processes.  Thorough clinical evaluation is the most important \"test\" in the diagnosis of abdominal pain.', NULL, 309, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28727(317, '3-2-E', 'Abdominal Pain, Acute ', 'Abdominal pain may result from intra-abdominal inflammation or disorders of the abdominal wall.  Pain may also be referred from sources outside the abdomen such as retroperitoneal processes as well as intra-thoracic processes.  Thorough clinical evaluation is the most important \"test\" in the diagnosis of abdominal pain.', NULL, 309, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23089(318, '3-4-E', 'Abdominal Pain, Anorectal', 'While almost all causes of anal pain are treatable, some can be destructive locally if left untreated.', NULL, 309, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28728(318, '3-4-E', 'Abdominal Pain, Anorectal', 'While almost all causes of anal pain are treatable, some can be destructive locally if left untreated.', NULL, 309, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23090(319, '3-3-E', 'Abdominal Pain, Chronic', 'Chronic and recurrent abdominal pain, including heartburn or dyspepsia is a common symptom (20 - 40 % of adults) with an extensive differential diagnosis and heterogeneous pathophysiology.  The history and physical examination frequently differentiate between functional and more serious underlying diseases.', NULL, 309, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28729(319, '3-3-E', 'Abdominal Pain, Chronic', 'Chronic and recurrent abdominal pain, including heartburn or dyspepsia is a common symptom (20 - 40 % of adults) with an extensive differential diagnosis and heterogeneous pathophysiology.  The history and physical examination frequently differentiate between functional and more serious underlying diseases.', NULL, 309, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23091(320, '4-E', 'Allergic Reactions/food Allergies Intolerance/atopy', 'Allergic reactions are considered together despite the fact that they exhibit a variety of clinical responses and are considered separately under the appropriate presentation.  The rationale for considering them together is that in some patients with a single response (e.g., atopic dermatitis), other atopic disorders such as asthma or allergic rhinitis may occur at other times.  Moreover, 50% of patients with atopic dermatitis report a family history of respiratory atopy. ', NULL, 309, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28730(320, '4-E', 'Allergic Reactions/food Allergies Intolerance/atopy', 'Allergic reactions are considered together despite the fact that they exhibit a variety of clinical responses and are considered separately under the appropriate presentation.  The rationale for considering them together is that in some patients with a single response (e.g., atopic dermatitis), other atopic disorders such as asthma or allergic rhinitis may occur at other times.  Moreover, 50% of patients with atopic dermatitis report a family history of respiratory atopy. ', NULL, 309, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23092(321, '5-E', 'Attention Deficit/hyperactivity Disorder (adhd)/learning Dis', 'Family physicians at times are the initial caregivers to be confronted by developmental and behavioural problems of childhood and adolescence (5 - 10% of school-aged population).  Lengthy waiting lists for specialists together with the urgent plight of patients often force primary-care physicians to care for these children.', NULL, 309, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1);28731(321, '5-E', 'Attention Deficit/hyperactivity Disorder (adhd)/learning Dis', 'Family physicians at times are the initial caregivers to be confronted by developmental and behavioural problems of childhood and adolescence (5 - 10% of school-aged population).  Lengthy waiting lists for specialists together with the urgent plight of patients often force primary-care physicians to care for these children.', NULL, 309, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1);
23093INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES28732INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES
23094(322, '6-E', 'Blood From Gastrointestinal Tract', 'Both upper and lower gastrointestinal bleeding are common and may be life-threatening.  Upper intestinal bleeding usually presents with hematemesis (blood or coffee-ground material) and/or melena (black, tarry stools).  Lower intestinal bleeding usually manifests itself as hematochezia (bright red blood or dark red blood or clots per rectum).  Unfortunately, this difference is not consistent. Melena may be seen in patients with colorectal or small bowel bleeding, and hematochezia may be seen with massive upper gastrointestinal bleeding.  Occult bleeding from the gastrointestinal tract may also be identified by positive stool for occult blood or the presence of iron deficiency anemia.', NULL, 309, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28733(322, '6-E', 'Blood From Gastrointestinal Tract', 'Both upper and lower gastrointestinal bleeding are common and may be life-threatening.  Upper intestinal bleeding usually presents with hematemesis (blood or coffee-ground material) and/or melena (black, tarry stools).  Lower intestinal bleeding usually manifests itself as hematochezia (bright red blood or dark red blood or clots per rectum).  Unfortunately, this difference is not consistent. Melena may be seen in patients with colorectal or small bowel bleeding, and hematochezia may be seen with massive upper gastrointestinal bleeding.  Occult bleeding from the gastrointestinal tract may also be identified by positive stool for occult blood or the presence of iron deficiency anemia.', NULL, 309, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23095(323, '6-2-E', 'Blood From Gastrointestinal Tract, Lower/hematochezia', 'Although lower gastrointestinal bleeding (blood originating distal to ligament of Treitz) or hematochezia is less common than upper (20% vs. 80%), it is associated with 10 -20% morbidity and mortality since it usually occurs in the elderly.  Early identification of colorectal cancer is important in preventing cancer-related morbidity and mortality (colorectal cancer is second only to lung cancer as a cause of cancer-related death). ', NULL, 322, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28734(323, '6-2-E', 'Blood From Gastrointestinal Tract, Lower/hematochezia', 'Although lower gastrointestinal bleeding (blood originating distal to ligament of Treitz) or hematochezia is less common than upper (20% vs. 80%), it is associated with 10 -20% morbidity and mortality since it usually occurs in the elderly.  Early identification of colorectal cancer is important in preventing cancer-related morbidity and mortality (colorectal cancer is second only to lung cancer as a cause of cancer-related death). ', NULL, 322, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23096(324, '6-1-E', 'Blood From Gastrointestinal Tract, Upper/hematemesis', 'Although at times self-limited, upper GI bleeding always warrants careful and urgent evaluation, investigation, and treatment.  The urgency of treatment and the nature of resuscitation depend on the amount of blood loss, the likely cause of the bleeding, and the underlying health of the patient.', NULL, 322, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28735(324, '6-1-E', 'Blood From Gastrointestinal Tract, Upper/hematemesis', 'Although at times self-limited, upper GI bleeding always warrants careful and urgent evaluation, investigation, and treatment.  The urgency of treatment and the nature of resuscitation depend on the amount of blood loss, the likely cause of the bleeding, and the underlying health of the patient.', NULL, 322, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23097(325, '7-E', 'Blood In Sputum (hemoptysis/prevention Of Lung Cancer)', 'Expectoration of blood can range from blood streaking of sputum to massive hemoptysis (&gt;200 ml/d) that may be acutely life threatening.  Bleeding usually starts and stops unpredictably, but under certain circumstances may require immediate establishment of an airway and control of the bleeding.', NULL, 309, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28736(325, '7-E', 'Blood In Sputum (hemoptysis/prevention Of Lung Cancer)', 'Expectoration of blood can range from blood streaking of sputum to massive hemoptysis (&gt;200 ml/d) that may be acutely life threatening.  Bleeding usually starts and stops unpredictably, but under certain circumstances may require immediate establishment of an airway and control of the bleeding.', NULL, 309, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23098(326, '8-E', 'Blood In Urine (hematuria)', 'Urinalysis is a screening procedure for insurance and routine examinations.  Persistent hematuria implies the presence of conditions ranging from benign to malignant.', NULL, 309, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28737(326, '8-E', 'Blood In Urine (hematuria)', 'Urinalysis is a screening procedure for insurance and routine examinations.  Persistent hematuria implies the presence of conditions ranging from benign to malignant.', NULL, 309, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23099(327, '9-1-E', 'Hypertension', 'Hypertension is a common condition that usually presents with a modest elevation in either systolic or diastolic blood pressure.  Under such circumstances, the diagnosis of hypertension is made only after three separate properly measured blood pressures.  Appropriate investigation and management of hypertension is expected to improve health outcomes.', NULL, 309, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28738(327, '9-1-E', 'Hypertension', 'Hypertension is a common condition that usually presents with a modest elevation in either systolic or diastolic blood pressure.  Under such circumstances, the diagnosis of hypertension is made only after three separate properly measured blood pressures.  Appropriate investigation and management of hypertension is expected to improve health outcomes.', NULL, 309, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23100(328, '9-1-1-E', 'Hypertension In Childhood', 'The prevalence of hypertension in children is&lt;1 %, but often results from identifiable causes (usually renal or vascular).  Consequently, vigorous investigation is warranted.', NULL, 327, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28739(328, '9-1-1-E', 'Hypertension In Childhood', 'The prevalence of hypertension in children is&lt;1 %, but often results from identifiable causes (usually renal or vascular).  Consequently, vigorous investigation is warranted.', NULL, 327, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23101(329, '9-1-2-E', 'Hypertension In The Elderly', 'Elderly patients (&gt;65 years) have hypertension much more commonly than younger patients do, especially systolic hypertension.  The prevalence of hypertension among the elderly may reach 60 -80 %.', NULL, 327, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28740(329, '9-1-2-E', 'Hypertension In The Elderly', 'Elderly patients (&gt;65 years) have hypertension much more commonly than younger patients do, especially systolic hypertension.  The prevalence of hypertension among the elderly may reach 60 -80 %.', NULL, 327, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23102(330, '9-1-3-E', 'Malignant Hypertension', 'Malignant hypertension and hypertensive encephalopathies are two life-threatening syndromes caused by marked elevation in blood pressure.', NULL, 327, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28741(330, '9-1-3-E', 'Malignant Hypertension', 'Malignant hypertension and hypertensive encephalopathies are two life-threatening syndromes caused by marked elevation in blood pressure.', NULL, 327, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23103(331, '9-1-4-E', 'Pregnancy Associated Hypertension', 'Ten to 20 % of pregnancies are associated with hypertension.  Chronic hypertension complicates&lt;5%, preeclampsia occurs in slightly&gt;6%, and gestational hypertension arises in 6% of pregnant women.  Preeclampsia is potentially serious, but can be managed by treatment of hypertension and \'cured\' by delivery of the fetus.', NULL, 327, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28742(331, '9-1-4-E', 'Pregnancy Associated Hypertension', 'Ten to 20 % of pregnancies are associated with hypertension.  Chronic hypertension complicates&lt;5%, preeclampsia occurs in slightly&gt;6%, and gestational hypertension arises in 6% of pregnant women.  Preeclampsia is potentially serious, but can be managed by treatment of hypertension and \'cured\' by delivery of the fetus.', NULL, 327, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23104(332, '9-2-E', 'Hypotension/shock', 'All physicians must deal with life-threatening emergencies.  Regardless of underlying cause, certain general measures are usually indicated (investigations and therapeutic interventions) that can be life saving.', NULL, 309, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28743(332, '9-2-E', 'Hypotension/shock', 'All physicians must deal with life-threatening emergencies.  Regardless of underlying cause, certain general measures are usually indicated (investigations and therapeutic interventions) that can be life saving.', NULL, 309, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23105(333, '9-2-1-E', 'Anaphylaxis', 'Anaphylaxis causes about 50 fatalities per year, and occurs in 1/5000-hospital admissions in Canada.  Children most commonly are allergic to foods.', NULL, 332, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28744(333, '9-2-1-E', 'Anaphylaxis', 'Anaphylaxis causes about 50 fatalities per year, and occurs in 1/5000-hospital admissions in Canada.  Children most commonly are allergic to foods.', NULL, 332, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23106(334, '10-1-E', 'Breast Lump/screening', 'Complaints of breast lumps are common, and breast cancer is the most common cancer in women.  Thus, all breast complaints need to be pursued to resolution.  Screening women 50 - 69 years with annual mammography improves survival. ', NULL, 309, 8, NULL, 14, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28745(334, '10-1-E', 'Breast Lump/screening', 'Complaints of breast lumps are common, and breast cancer is the most common cancer in women.  Thus, all breast complaints need to be pursued to resolution.  Screening women 50 - 69 years with annual mammography improves survival. ', NULL, 309, 8, NULL, 14, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23107(335, '10-2-E', 'Galactorrhea/discharge', 'Although noticeable breast secretions are normal in&gt;50 % of reproductive age women, spontaneous persistent galactorrhea may reflect underlying disease and requires investigation.', NULL, 309, 8, NULL, 15, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28746(335, '10-2-E', 'Galactorrhea/discharge', 'Although noticeable breast secretions are normal in&gt;50 % of reproductive age women, spontaneous persistent galactorrhea may reflect underlying disease and requires investigation.', NULL, 309, 8, NULL, 15, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23108(336, '10-3-E', 'Gynecomastia', 'Although a definite etiology for gynecomastia is found in&lt;50% of patients, a careful drug history is important so that a treatable cause is detected.  The underlying feature is an increased estrogen to androgen ratio.', NULL, 309, 8, NULL, 16, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28747(336, '10-3-E', 'Gynecomastia', 'Although a definite etiology for gynecomastia is found in&lt;50% of patients, a careful drug history is important so that a treatable cause is detected.  The underlying feature is an increased estrogen to androgen ratio.', NULL, 309, 8, NULL, 16, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23109(337, '11-E', 'Burns', 'Burns are relatively common and range from minor cutaneous wounds to major life-threatening traumas.  An understanding of the patho-physiology and treatment of burns and the metabolic and wound healing response will enable physicians to effectively assess and treat these injuries.', NULL, 309, 8, NULL, 17, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28748(337, '11-E', 'Burns', 'Burns are relatively common and range from minor cutaneous wounds to major life-threatening traumas.  An understanding of the patho-physiology and treatment of burns and the metabolic and wound healing response will enable physicians to effectively assess and treat these injuries.', NULL, 309, 8, NULL, 17, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23110(338, '12-1-E', 'Hypercalcemia', 'Hypercalcemia may be associated with an excess of calcium in both extracellular fluid and bone (e.g., increased intestinal absorption), or with a localised or generalised deficit of calcium in bone (e.g., increased bone resorption).  This differentiation by physicians is important for both diagnostic and management reasons.', NULL, 309, 8, NULL, 18, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28749(338, '12-1-E', 'Hypercalcemia', 'Hypercalcemia may be associated with an excess of calcium in both extracellular fluid and bone (e.g., increased intestinal absorption), or with a localised or generalised deficit of calcium in bone (e.g., increased bone resorption).  This differentiation by physicians is important for both diagnostic and management reasons.', NULL, 309, 8, NULL, 18, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23111(339, '12-4-E', 'Hyperphosphatemia', 'Acute severe hyperphosphatemia can be life threatening.', NULL, 309, 8, NULL, 19, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28750(339, '12-4-E', 'Hyperphosphatemia', 'Acute severe hyperphosphatemia can be life threatening.', NULL, 309, 8, NULL, 19, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23112(340, '12-2-E', 'Hypocalcemia', 'Tetany, seizures, and papilledema may occur in patients who develop hypocalcemia acutely.', NULL, 309, 8, NULL, 20, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28751(340, '12-2-E', 'Hypocalcemia', 'Tetany, seizures, and papilledema may occur in patients who develop hypocalcemia acutely.', NULL, 309, 8, NULL, 20, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23113(341, '12-3-E', 'Hypophosphatemia/fanconi Syndrome', 'Of hospitalised patients, 10-15% develop hypophosphatemia, and a small proportion have sufficiently profound depletion to lead to complications (e.g., rhabdomyolysis).', NULL, 309, 8, NULL, 21, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28752(341, '12-3-E', 'Hypophosphatemia/fanconi Syndrome', 'Of hospitalised patients, 10-15% develop hypophosphatemia, and a small proportion have sufficiently profound depletion to lead to complications (e.g., rhabdomyolysis).', NULL, 309, 8, NULL, 21, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23114(342, '13-E', 'Cardiac Arrest', 'All physicians are expected to attempt resuscitation of an individual with cardiac arrest. In the community, cardiac arrest most commonly is caused by ventricular fibrillation. However, heart rhythm at clinical presentation in many cases is unknown.  As a consequence, operational criteria for cardiac arrest do not rely on heart rhythm but focus on the presumed sudden pulse-less condition and the absence of evidence of a non-cardiac condition as the cause of the arrest.', NULL, 309, 8, NULL, 22, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28753(342, '13-E', 'Cardiac Arrest', 'All physicians are expected to attempt resuscitation of an individual with cardiac arrest. In the community, cardiac arrest most commonly is caused by ventricular fibrillation. However, heart rhythm at clinical presentation in many cases is unknown.  As a consequence, operational criteria for cardiac arrest do not rely on heart rhythm but focus on the presumed sudden pulse-less condition and the absence of evidence of a non-cardiac condition as the cause of the arrest.', NULL, 309, 8, NULL, 22, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23115(343, '14-E', 'Chest Discomfort/pain/angina Pectoris', 'Chest pain in the primary care setting, although potentially severe and disabling, is more commonly of benign etiology.  The correct diagnosis requires a cost-effective approach.  Although coronary heart disease primarily occurs in patients over the age of 40, younger men and women can be affected (it is estimated that advanced lesions are present in 20% of men and 8% of women aged 30 to 34).  Physicians must recognise the manifestations of coronary artery disease and assess coronary risk factors.  Modifications of risk factors should be recommended as necessary.', NULL, 309, 8, NULL, 23, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28754(343, '14-E', 'Chest Discomfort/pain/angina Pectoris', 'Chest pain in the primary care setting, although potentially severe and disabling, is more commonly of benign etiology.  The correct diagnosis requires a cost-effective approach.  Although coronary heart disease primarily occurs in patients over the age of 40, younger men and women can be affected (it is estimated that advanced lesions are present in 20% of men and 8% of women aged 30 to 34).  Physicians must recognise the manifestations of coronary artery disease and assess coronary risk factors.  Modifications of risk factors should be recommended as necessary.', NULL, 309, 8, NULL, 23, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23116(344, '15-1-E', 'Bleeding Tendency/bruising', 'A bleeding tendency (excessive, delayed, or spontaneous bleeding) may signify serious underlying disease.  In children or infants, suspicion of a bleeding disorder may be a family history of susceptibility to bleeding.  An organised approach to this problem is essential.  Urgent management may be required.', NULL, 309, 8, NULL, 24, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28755(344, '15-1-E', 'Bleeding Tendency/bruising', 'A bleeding tendency (excessive, delayed, or spontaneous bleeding) may signify serious underlying disease.  In children or infants, suspicion of a bleeding disorder may be a family history of susceptibility to bleeding.  An organised approach to this problem is essential.  Urgent management may be required.', NULL, 309, 8, NULL, 24, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23117(345, '15-2-E', 'Hypercoagulable State', 'Patients may present with venous thrombosis and on occasion with pulmonary embolism. A risk factor for thrombosis can now be identified in over 80% of such patients.', NULL, 309, 8, NULL, 25, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28756(345, '15-2-E', 'Hypercoagulable State', 'Patients may present with venous thrombosis and on occasion with pulmonary embolism. A risk factor for thrombosis can now be identified in over 80% of such patients.', NULL, 309, 8, NULL, 25, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23118(346, '16-1-E', ' Adult Constipation', 'Constipation is common in Western society, but frequency depends on patient and physician\'s definition of the problem.  One definition is straining, incomplete evacuation, sense of blockade, manual maneuvers, and hard stools at least 25% of the time along with&lt;3 stools/week for at least 12 weeks (need not be consecutive).  The prevalence of chronic constipation rises with age. In patients&gt;65 years, almost 1/3 complain of constipation.', NULL, 309, 8, NULL, 26, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28757(346, '16-1-E', ' Adult Constipation', 'Constipation is common in Western society, but frequency depends on patient and physician\'s definition of the problem.  One definition is straining, incomplete evacuation, sense of blockade, manual maneuvers, and hard stools at least 25% of the time along with&lt;3 stools/week for at least 12 weeks (need not be consecutive).  The prevalence of chronic constipation rises with age. In patients&gt;65 years, almost 1/3 complain of constipation.', NULL, 309, 8, NULL, 26, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23119(347, '16-2-E', 'Pediatric Constipation', 'Constipation is a common problem in children.  It is important to differentiate functional from organic causes in order to develop appropriate management plans.', NULL, 309, 8, NULL, 27, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28758(347, '16-2-E', 'Pediatric Constipation', 'Constipation is a common problem in children.  It is important to differentiate functional from organic causes in order to develop appropriate management plans.', NULL, 309, 8, NULL, 27, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23120(348, '17-E', 'Contraception', 'Ideally, the prevention of an unwanted pregnancy should be directed at education of patients, male and female, preferably before first sexual contact.  Counselling patients about which method to use, how, and when is a must for anyone involved in health care.', NULL, 309, 8, NULL, 28, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28759(348, '17-E', 'Contraception', 'Ideally, the prevention of an unwanted pregnancy should be directed at education of patients, male and female, preferably before first sexual contact.  Counselling patients about which method to use, how, and when is a must for anyone involved in health care.', NULL, 309, 8, NULL, 28, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23121(349, '18-E', 'Cough', 'Chronic cough is the fifth most common symptom for which patients seek medical advice.  Assessment of chronic cough must be thorough.  Patients with benign causes for their cough (gastro-esophageal reflux, post-nasal drip, two of the commonest causes) can often be effectively and easily managed.  Patients with more serious causes for their cough (e.g., asthma, the other common cause of chronic cough) require full investigation and management is more complex.', NULL, 309, 8, NULL, 29, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28760(349, '18-E', 'Cough', 'Chronic cough is the fifth most common symptom for which patients seek medical advice.  Assessment of chronic cough must be thorough.  Patients with benign causes for their cough (gastro-esophageal reflux, post-nasal drip, two of the commonest causes) can often be effectively and easily managed.  Patients with more serious causes for their cough (e.g., asthma, the other common cause of chronic cough) require full investigation and management is more complex.', NULL, 309, 8, NULL, 29, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23122(350, '19-E', 'Cyanosis/hypoxemia/hypoxia', 'Cyanosis is the physical sign indicative of excessive concentration of reduced hemoglobin in the blood, but at times is difficult to detect (it must be sought carefully, under proper lighting conditions).  Hypoxemia (low partial pressure of oxygen in blood), when detected, may be reversible with oxygen therapy after which the underlying cause requires diagnosis and management.', NULL, 309, 8, NULL, 30, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28761(350, '19-E', 'Cyanosis/hypoxemia/hypoxia', 'Cyanosis is the physical sign indicative of excessive concentration of reduced hemoglobin in the blood, but at times is difficult to detect (it must be sought carefully, under proper lighting conditions).  Hypoxemia (low partial pressure of oxygen in blood), when detected, may be reversible with oxygen therapy after which the underlying cause requires diagnosis and management.', NULL, 309, 8, NULL, 30, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23123(351, '19-1-E', 'Cyanosis/hypoxemia/hypoxia In Children', 'Evaluation of the patient with cyanosis depends on the age of the child.  It is an ominous finding and differentiation between peripheral and central is essential in order to mount appropriate management.', NULL, 350, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28762(351, '19-1-E', 'Cyanosis/hypoxemia/hypoxia In Children', 'Evaluation of the patient with cyanosis depends on the age of the child.  It is an ominous finding and differentiation between peripheral and central is essential in order to mount appropriate management.', NULL, 350, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23124(352, '20-E', 'Deformity/limp/pain In Lower Extremity, Child', '\'Limp\' is a bumpy, rough, or strenuous way of walking, usually caused by weakness, pain, or deformity.  Although usually caused by benign conditions, at times it may be life or limb threatening. ', NULL, 309, 8, NULL, 31, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28763(352, '20-E', 'Deformity/limp/pain In Lower Extremity, Child', '\'Limp\' is a bumpy, rough, or strenuous way of walking, usually caused by weakness, pain, or deformity.  Although usually caused by benign conditions, at times it may be life or limb threatening. ', NULL, 309, 8, NULL, 31, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23125(353, '21-E', 'Development Disorder/developmental Delay', 'Providing that normal development and behavior is readily recognized, primary care physicians will at times be the first physicians in a position to assess development in an infant, and recognize abnormal delay and/or atypical development.  Developmental surveillance and direct developmental screening of children, especially those with predisposing risks, will then be an integral part of health care.', NULL, 309, 8, NULL, 32, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28764(353, '21-E', 'Development Disorder/developmental Delay', 'Providing that normal development and behavior is readily recognized, primary care physicians will at times be the first physicians in a position to assess development in an infant, and recognize abnormal delay and/or atypical development.  Developmental surveillance and direct developmental screening of children, especially those with predisposing risks, will then be an integral part of health care.', NULL, 309, 8, NULL, 32, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23126(354, '22-1-E', 'Acute Diarrhea', 'Diarrheal diseases are extremely common worldwide, and even in North America morbidity and mortality is significant.  One of the challenges for a physician faced with a patient with acute diarrhea is to know when to investigate and initiate treatment and when to simply wait for a self-limiting condition to run its course.', NULL, 309, 8, NULL, 33, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28765(354, '22-1-E', 'Acute Diarrhea', 'Diarrheal diseases are extremely common worldwide, and even in North America morbidity and mortality is significant.  One of the challenges for a physician faced with a patient with acute diarrhea is to know when to investigate and initiate treatment and when to simply wait for a self-limiting condition to run its course.', NULL, 309, 8, NULL, 33, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23127(355, '22-2-E', 'Chronic Diarrhea', 'Chronic diarrhea is a decrease in fecal consistency lasting for 4 or more weeks.  It affects about 5% of the population.', NULL, 309, 8, NULL, 34, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28766(355, '22-2-E', 'Chronic Diarrhea', 'Chronic diarrhea is a decrease in fecal consistency lasting for 4 or more weeks.  It affects about 5% of the population.', NULL, 309, 8, NULL, 34, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23128(356, '22-3-E', 'Pediatric Diarrhea', 'Diarrhea is defined as frequent, watery stools and is a common problem in infants and children.  In most cases, it is mild and self-limited, but the potential for hypovolemia (reduced effective arterial/extracellular volume) and dehydration (water loss in excess of solute) leading to electrolyte abnormalities is great.  These complications in turn may lead to significant morbidity or even mortality.', NULL, 309, 8, NULL, 35, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28767(356, '22-3-E', 'Pediatric Diarrhea', 'Diarrhea is defined as frequent, watery stools and is a common problem in infants and children.  In most cases, it is mild and self-limited, but the potential for hypovolemia (reduced effective arterial/extracellular volume) and dehydration (water loss in excess of solute) leading to electrolyte abnormalities is great.  These complications in turn may lead to significant morbidity or even mortality.', NULL, 309, 8, NULL, 35, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23129(357, '23-E', 'Diplopia', 'Diplopia is the major symptom associated with dysfunction of extra-ocular muscles or abnormalities of the motor nerves innervating these muscles.  Monocular diplopia is almost always indicative of relatively benign optical problems whereas binocular diplopia is due to ocular misalignment.  Once restrictive disease or myasthenia gravis is excluded, the major cause of binocular diplopia is a cranial nerve lesion.  Careful clinical assessment will enable diagnosis in most, and suggest appropriate investigation and management.', NULL, 309, 8, NULL, 36, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28768(357, '23-E', 'Diplopia', 'Diplopia is the major symptom associated with dysfunction of extra-ocular muscles or abnormalities of the motor nerves innervating these muscles.  Monocular diplopia is almost always indicative of relatively benign optical problems whereas binocular diplopia is due to ocular misalignment.  Once restrictive disease or myasthenia gravis is excluded, the major cause of binocular diplopia is a cranial nerve lesion.  Careful clinical assessment will enable diagnosis in most, and suggest appropriate investigation and management.', NULL, 309, 8, NULL, 36, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23130(358, '24-E', 'Dizziness/vertigo', '\"Dizziness\" is a common but imprecise complaint.  Physicians need to determine whether it refers to true vertigo, \'dizziness\', disequilibrium, or pre-syncope/ lightheadedness. ', NULL, 309, 8, NULL, 37, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28769(358, '24-E', 'Dizziness/vertigo', '\"Dizziness\" is a common but imprecise complaint.  Physicians need to determine whether it refers to true vertigo, \'dizziness\', disequilibrium, or pre-syncope/ lightheadedness. ', NULL, 309, 8, NULL, 37, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23131(359, '25-E', 'Dying Patient/bereavement', 'Physicians are frequently faced with patients dying from incurable or untreatable diseases. In such circumstances, the important role of the physician is to alleviate any suffering by the patient and to provide comfort and compassion to both patient and family. ', NULL, 309, 8, NULL, 38, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28770(359, '25-E', 'Dying Patient/bereavement', 'Physicians are frequently faced with patients dying from incurable or untreatable diseases. In such circumstances, the important role of the physician is to alleviate any suffering by the patient and to provide comfort and compassion to both patient and family. ', NULL, 309, 8, NULL, 38, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23132(360, '26-E', 'Dysphagia/difficulty Swallowing', 'Dysphagia should be regarded as a danger signal that indicates the need to evaluate and define the cause of the swallowing difficulty and thereafter initiate or refer for treatment.', NULL, 309, 8, NULL, 39, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28771(360, '26-E', 'Dysphagia/difficulty Swallowing', 'Dysphagia should be regarded as a danger signal that indicates the need to evaluate and define the cause of the swallowing difficulty and thereafter initiate or refer for treatment.', NULL, 309, 8, NULL, 39, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23133(361, '27-E', 'Dyspnea', 'Dyspnea is common and distresses millions of patients with pulmonary disease and myocardial dysfunction.  Assessment of the manner dyspnea is described by patients suggests that their description may provide insight into the underlying pathophysiology of the disease.', NULL, 309, 8, NULL, 40, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28772(361, '27-E', 'Dyspnea', 'Dyspnea is common and distresses millions of patients with pulmonary disease and myocardial dysfunction.  Assessment of the manner dyspnea is described by patients suggests that their description may provide insight into the underlying pathophysiology of the disease.', NULL, 309, 8, NULL, 40, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23134(362, '27-1-E', 'Acute Dyspnea (minutes To Hours)', 'Shortness of breath occurring over minutes to hours is caused by a relatively small number of conditions.  Attention to clinical information and consideration of these conditions can lead to an accurate diagnosis.  Diagnosis permits initiation of therapy that can limit associated morbidity and mortality.', NULL, 361, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28773(362, '27-1-E', 'Acute Dyspnea (minutes To Hours)', 'Shortness of breath occurring over minutes to hours is caused by a relatively small number of conditions.  Attention to clinical information and consideration of these conditions can lead to an accurate diagnosis.  Diagnosis permits initiation of therapy that can limit associated morbidity and mortality.', NULL, 361, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23135(363, '27-2-E', 'Chronic Dyspnea (weeks To Months)', 'Since patients with acute dyspnea require more immediate evaluation and treatment, it is important to differentiate them from those with chronic dyspnea.  However, chronic dyspnea etiology may be harder to elucidate.  Usually patients have cardio-pulmonary disease, but symptoms may be out of proportion to the demonstrable impairment.', NULL, 361, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28774(363, '27-2-E', 'Chronic Dyspnea (weeks To Months)', 'Since patients with acute dyspnea require more immediate evaluation and treatment, it is important to differentiate them from those with chronic dyspnea.  However, chronic dyspnea etiology may be harder to elucidate.  Usually patients have cardio-pulmonary disease, but symptoms may be out of proportion to the demonstrable impairment.', NULL, 361, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23136(364, '27-3-E', 'Pediatric Dyspnea/respiratory Distress', 'After fever, respiratory distress is one of the commonest pediatric emergency complaints.', NULL, 361, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28775(364, '27-3-E', 'Pediatric Dyspnea/respiratory Distress', 'After fever, respiratory distress is one of the commonest pediatric emergency complaints.', NULL, 361, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23137(365, '28-E', 'Ear Pain', 'The cause of ear pain is often otologic, but it may be referred.  In febrile young children, who most frequently are affected by ear infections, if unable to describe the pain, a good otologic exam is crucial. (see also <a href=\"objectives.pl?lang=english&amp;loc=obj&amp;id=40-E\" title=\"Presentation 40-E\">Hearing Loss/Deafness)', NULL, 309, 8, NULL, 41, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28776(365, '28-E', 'Ear Pain', 'The cause of ear pain is often otologic, but it may be referred.  In febrile young children, who most frequently are affected by ear infections, if unable to describe the pain, a good otologic exam is crucial. (see also <a href=\"objectives.pl?lang=english&amp;loc=obj&amp;id=40-E\" title=\"Presentation 40-E\">Hearing Loss/Deafness)', NULL, 309, 8, NULL, 41, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23138(366, '29-1-E', ' Generalized Edema', 'Patients frequently complain of swelling.  On closer scrutiny, such swelling often represents expansion of the interstitial fluid volume.  At times the swelling may be caused by relatively benign conditions, but at times serious underlying diseases may be present.', NULL, 309, 8, NULL, 42, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28777(366, '29-1-E', ' Generalized Edema', 'Patients frequently complain of swelling.  On closer scrutiny, such swelling often represents expansion of the interstitial fluid volume.  At times the swelling may be caused by relatively benign conditions, but at times serious underlying diseases may be present.', NULL, 309, 8, NULL, 42, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23139(367, '29-2-E', ' Unilateral/local Edema', 'Over 90 % of cases of acute pulmonary embolism are due to emboli emanating from the proximal veins of the lower extremities.', NULL, 309, 8, NULL, 43, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28778(367, '29-2-E', ' Unilateral/local Edema', 'Over 90 % of cases of acute pulmonary embolism are due to emboli emanating from the proximal veins of the lower extremities.', NULL, 309, 8, NULL, 43, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23140(368, '30-E', 'Eye Redness', 'Red eye is a very common complaint.  Despite the rather lengthy list of causal conditions, three problems make up the vast majority of causes: conjunctivitis (most common), foreign body, and iritis.  Other types of injury are relatively less common, but important because excessive manipulation may cause further damage or even loss of vision.', NULL, 309, 8, NULL, 44, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28779(368, '30-E', 'Eye Redness', 'Red eye is a very common complaint.  Despite the rather lengthy list of causal conditions, three problems make up the vast majority of causes: conjunctivitis (most common), foreign body, and iritis.  Other types of injury are relatively less common, but important because excessive manipulation may cause further damage or even loss of vision.', NULL, 309, 8, NULL, 44, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23141(369, '31-1-E', 'Failure To Thrive, Elderly ', 'Failure to thrive for an elderly person means the loss of energy, vigor and/or weight often accompanied by a decline in the ability to function and at times associated with depression.', NULL, 309, 8, NULL, 45, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28780(369, '31-1-E', 'Failure To Thrive, Elderly ', 'Failure to thrive for an elderly person means the loss of energy, vigor and/or weight often accompanied by a decline in the ability to function and at times associated with depression.', NULL, 309, 8, NULL, 45, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23142(370, '31-2-E', 'Failure To Thrive, Infant/child', 'Failure to thrive is a phrase that describes the occurrence of growth failure in either height or weight in childhood.  Since failure to thrive is attributed to children&lt;2 years whose weight is below the 5th percentile for age on more than one occasion, it is essential to differentiate normal from the abnormal growth patterns.', NULL, 309, 8, NULL, 46, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28781(370, '31-2-E', 'Failure To Thrive, Infant/child', 'Failure to thrive is a phrase that describes the occurrence of growth failure in either height or weight in childhood.  Since failure to thrive is attributed to children&lt;2 years whose weight is below the 5th percentile for age on more than one occasion, it is essential to differentiate normal from the abnormal growth patterns.', NULL, 309, 8, NULL, 46, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23143(371, '32-E', 'Falls', 'Falls are common (&gt;1/3 of people over 65 years; 80% among those with?4 risk factors) and 1 in 10 are associated with serious injury such as hip fracture, subdural hematoma, or head injury.  Many are preventable.  Interventions that prevent falls and their sequelae delay or reduce the frequency of nursing home admissions.', NULL, 309, 8, NULL, 47, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28782(371, '32-E', 'Falls', 'Falls are common (&gt;1/3 of people over 65 years; 80% among those with?4 risk factors) and 1 in 10 are associated with serious injury such as hip fracture, subdural hematoma, or head injury.  Many are preventable.  Interventions that prevent falls and their sequelae delay or reduce the frequency of nursing home admissions.', NULL, 309, 8, NULL, 47, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23144(372, '33-E', 'Fatigue ', 'In a primary care setting, 20-30% of patients will report significant fatigue (usually not associated with organic cause).  Fatigue&lt;1 month is \'recent\';&gt;6 months, it is \'chronic\'.', NULL, 309, 8, NULL, 48, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28783(372, '33-E', 'Fatigue ', 'In a primary care setting, 20-30% of patients will report significant fatigue (usually not associated with organic cause).  Fatigue&lt;1 month is \'recent\';&gt;6 months, it is \'chronic\'.', NULL, 309, 8, NULL, 48, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23145(373, '34-E', 'Fractures/dislocations ', 'Fractures and dislocations are common problems at any age and are related to high-energy injuries (e.g., motor accidents, sport injuries) or, at the other end of the spectrum, simple injuries such as falls or non-accidental injuries.  They require initial management by primary care physicians with referral for difficult cases to specialists.', NULL, 309, 8, NULL, 49, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28784(373, '34-E', 'Fractures/dislocations ', 'Fractures and dislocations are common problems at any age and are related to high-energy injuries (e.g., motor accidents, sport injuries) or, at the other end of the spectrum, simple injuries such as falls or non-accidental injuries.  They require initial management by primary care physicians with referral for difficult cases to specialists.', NULL, 309, 8, NULL, 49, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23146(374, '35-E', 'Gait Disturbances/ataxia ', 'Abnormalities of gait can result from disorders affecting several levels of the nervous system and the type of abnormality observed clinically often indicates the site affected.', NULL, 309, 8, NULL, 50, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28785(374, '35-E', 'Gait Disturbances/ataxia ', 'Abnormalities of gait can result from disorders affecting several levels of the nervous system and the type of abnormality observed clinically often indicates the site affected.', NULL, 309, 8, NULL, 50, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23147(375, '36-E', 'Genetic Concerns', 'Genetics have increased our understanding of the origin of many diseases.  Parents with a family history of birth defects or a previously affected child need to know that they are at higher risk of having a baby with an anomaly.  Not infrequently, patients considering becoming parents seek medical advice because of concerns they might have.  Primary care physicians must provide counseling about risk factors such as maternal age, illness, drug use, exposure to infectious or environmental agents, etc. and if necessary referral if further evaluation is necessary.', NULL, 309, 8, NULL, 51, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28786(375, '36-E', 'Genetic Concerns', 'Genetics have increased our understanding of the origin of many diseases.  Parents with a family history of birth defects or a previously affected child need to know that they are at higher risk of having a baby with an anomaly.  Not infrequently, patients considering becoming parents seek medical advice because of concerns they might have.  Primary care physicians must provide counseling about risk factors such as maternal age, illness, drug use, exposure to infectious or environmental agents, etc. and if necessary referral if further evaluation is necessary.', NULL, 309, 8, NULL, 51, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23148(376, '36-1-E', 'Ambiguous Genitalia', 'Genetic males with 46, XY genotype but having impaired androgen sensitivity of varying severity may present with features that range from phenotypic females to \'normal\' males with only minor defects in masculinization or infertility.  Primary care physicians may be called upon to determine the nature of the problem.', NULL, 375, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28787(376, '36-1-E', 'Ambiguous Genitalia', 'Genetic males with 46, XY genotype but having impaired androgen sensitivity of varying severity may present with features that range from phenotypic females to \'normal\' males with only minor defects in masculinization or infertility.  Primary care physicians may be called upon to determine the nature of the problem.', NULL, 375, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23149(377, '36-2-E', 'Dysmorphic Features', 'Three out of 100 infants are born with a genetic disorder or congenital defect.  Many of these are associated with long-term disability, making early detection and identification vital.  Although early involvement of genetic specialists in the care of such children is prudent, primary care physicians are at times required to contribute immediate care, and subsequently assist with long term management of suctients.', NULL, 375, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28788(377, '36-2-E', 'Dysmorphic Features', 'Three out of 100 infants are born with a genetic disorder or congenital defect.  Many of these are associated with long-term disability, making early detection and identification vital.  Although early involvement of genetic specialists in the care of such children is prudent, primary care physicians are at times required to contribute immediate care, and subsequently assist with long term management of suctients.', NULL, 375, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23150(378, '37-1-E', 'Hyperglycemia/diabetes Mellitus', 'Diabetes mellitus is a very common disorder associated with a relative or absolute impairment of insulin secretion together with varying degrees of peripheral resistance to the action of insulin.  The morbidity and mortality associated with diabetic complications may be reduced by preventive measures.  Intensive glycemic control will reduce neonatal complications and reduce congenital malformations in pregnancy diabetes.', NULL, 309, 8, NULL, 52, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28789(378, '37-1-E', 'Hyperglycemia/diabetes Mellitus', 'Diabetes mellitus is a very common disorder associated with a relative or absolute impairment of insulin secretion together with varying degrees of peripheral resistance to the action of insulin.  The morbidity and mortality associated with diabetic complications may be reduced by preventive measures.  Intensive glycemic control will reduce neonatal complications and reduce congenital malformations in pregnancy diabetes.', NULL, 309, 8, NULL, 52, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23151(379, '37-2-E', 'Hypoglycemia', 'Maintenance of the blood sugar within normal limits is essential for health.  In the short-term, hypoglycemia is much more dangerous than hyperglycemia.  Fortunately, it is an uncommon clinical problem outside of therapy for diabetes mellitus. ', NULL, 309, 8, NULL, 53, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28790(379, '37-2-E', 'Hypoglycemia', 'Maintenance of the blood sugar within normal limits is essential for health.  In the short-term, hypoglycemia is much more dangerous than hyperglycemia.  Fortunately, it is an uncommon clinical problem outside of therapy for diabetes mellitus. ', NULL, 309, 8, NULL, 53, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23152(380, '38-1-E', 'Alopecia ', 'Although in themselves hair changes may be innocuous, they can be psychologically unbearable.  Frequently they may provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 54, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28791(380, '38-1-E', 'Alopecia ', 'Although in themselves hair changes may be innocuous, they can be psychologically unbearable.  Frequently they may provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 54, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23153(381, '38-2-E', 'Nail Complaints ', 'Nail disorders (toenails more than fingernails), especially ingrown, infected, and painful nails, are common conditions.  Local nail problems may be acute or chronic.  Relatively simple treatment can prevent or alleviate symptoms.  Although in themselves nail changes may be innocuous, they frequently provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 55, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28792(381, '38-2-E', 'Nail Complaints ', 'Nail disorders (toenails more than fingernails), especially ingrown, infected, and painful nails, are common conditions.  Local nail problems may be acute or chronic.  Relatively simple treatment can prevent or alleviate symptoms.  Although in themselves nail changes may be innocuous, they frequently provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 55, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23154(382, '39-E', 'Headache', 'The differentiation of patients with headaches due to serious or life-threatening conditions from those with benign primary headache disorders (e.g., tension headaches or migraine) is an important diagnostic challenge.', NULL, 309, 8, NULL, 56, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28793(382, '39-E', 'Headache', 'The differentiation of patients with headaches due to serious or life-threatening conditions from those with benign primary headache disorders (e.g., tension headaches or migraine) is an important diagnostic challenge.', NULL, 309, 8, NULL, 56, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23155(383, '40-E', 'Hearing Loss/deafness ', 'Many hearing loss causes are short-lived, treatable, and/or preventable.  In the elderly, more permanent sensorineural loss occurs.  In pediatrics, otitis media accounts for 25% of office visits.  Adults/older children have otitis less commonly, but may be affected by sequelae of otitis.', NULL, 309, 8, NULL, 57, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28794(383, '40-E', 'Hearing Loss/deafness ', 'Many hearing loss causes are short-lived, treatable, and/or preventable.  In the elderly, more permanent sensorineural loss occurs.  In pediatrics, otitis media accounts for 25% of office visits.  Adults/older children have otitis less commonly, but may be affected by sequelae of otitis.', NULL, 309, 8, NULL, 57, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23156(384, '41-E', 'Hemiplegia/hemisensory Loss +/- Aphasia', 'Hemiplegia/hemisensory loss results from an upper motor neuron lesion above the mid-cervical spinal cord.  The concomitant finding of aphasia is diagnostic of a dominant cerebral hemisphere lesion.  Acute hemiplegia generally heralds the onset of serious medical conditions, usually of vascular origin, that at times are effectively treated by advanced medical and surgical techniques.</p>\r\n<p>If the sudden onset of focal neurologic symptoms and/or signs lasts&lt;24 hours, presumably it was caused by a transient decrease in blood supply rendering the brain ischemic but with blood flow restoration timely enough to avoid infarction.  This definition of transient ischemic attacks (TIA) is now recognized to be inadequate.  ', NULL, 309, 8, NULL, 58, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28795(384, '41-E', 'Hemiplegia/hemisensory Loss +/- Aphasia', 'Hemiplegia/hemisensory loss results from an upper motor neuron lesion above the mid-cervical spinal cord.  The concomitant finding of aphasia is diagnostic of a dominant cerebral hemisphere lesion.  Acute hemiplegia generally heralds the onset of serious medical conditions, usually of vascular origin, that at times are effectively treated by advanced medical and surgical techniques.</p>\r\n<p>If the sudden onset of focal neurologic symptoms and/or signs lasts&lt;24 hours, presumably it was caused by a transient decrease in blood supply rendering the brain ischemic but with blood flow restoration timely enough to avoid infarction.  This definition of transient ischemic attacks (TIA) is now recognized to be inadequate.  ', NULL, 309, 8, NULL, 58, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23157(385, '42-1-E', 'Anemia', 'The diagnosis in a patient with anemia can be complex.  An unfocused or unstructured investigation of anemia can be costly and inefficient.  Simple tests may provide important information.  Anemia may be the sole manifestation of serious medical disease.', NULL, 309, 8, NULL, 59, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28796(385, '42-1-E', 'Anemia', 'The diagnosis in a patient with anemia can be complex.  An unfocused or unstructured investigation of anemia can be costly and inefficient.  Simple tests may provide important information.  Anemia may be the sole manifestation of serious medical disease.', NULL, 309, 8, NULL, 59, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23158(386, '42-2-E', 'Polycythemia/elevated Hemoglobin', 'The reason for evaluating patients with elevated hemoglobin levels (male 185 g/L, female 165 g/L) is to ascertain the presence or absence of polycythemia vera first, and subsequently to differentiate between the various causes of secondary erythrocytosis.', NULL, 309, 8, NULL, 60, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28797(386, '42-2-E', 'Polycythemia/elevated Hemoglobin', 'The reason for evaluating patients with elevated hemoglobin levels (male 185 g/L, female 165 g/L) is to ascertain the presence or absence of polycythemia vera first, and subsequently to differentiate between the various causes of secondary erythrocytosis.', NULL, 309, 8, NULL, 60, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23159(387, '43-E', 'Hirsutism/virilization', 'Hirsutism, terminal body hair where unusual (face, chest, abdomen, back), is a common problem, particularly in dark-haired, darkly pigmented, white women.  However, if accompanied by virilization, then a full diagnostic evaluation is essential because it is androgen-dependent.  Hypertrichosis on the other hand is a rare condition usually caused by drugs or systemic illness.', NULL, 309, 8, NULL, 61, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28798(387, '43-E', 'Hirsutism/virilization', 'Hirsutism, terminal body hair where unusual (face, chest, abdomen, back), is a common problem, particularly in dark-haired, darkly pigmented, white women.  However, if accompanied by virilization, then a full diagnostic evaluation is essential because it is androgen-dependent.  Hypertrichosis on the other hand is a rare condition usually caused by drugs or systemic illness.', NULL, 309, 8, NULL, 61, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23160(388, '44-E', 'Hoarseness/dysphonia/speech And Language Abnormalities', 'Patients with impairment in comprehension and/or use of the form, content, or function of language are said to have a language disorder.  Those who have correct word choice and syntax but have speech disorders may have an articulation disorder.  Almost any change in voice quality may be described as hoarseness.  However, if it lasts more than 2 weeks, especially in patients who use alcohol or tobacco, it needs to be evaluated.', NULL, 309, 8, NULL, 62, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28799(388, '44-E', 'Hoarseness/dysphonia/speech And Language Abnormalities', 'Patients with impairment in comprehension and/or use of the form, content, or function of language are said to have a language disorder.  Those who have correct word choice and syntax but have speech disorders may have an articulation disorder.  Almost any change in voice quality may be described as hoarseness.  However, if it lasts more than 2 weeks, especially in patients who use alcohol or tobacco, it needs to be evaluated.', NULL, 309, 8, NULL, 62, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23161(389, '45-E', 'Hydrogen Ion Concentration Abnormal, Serum', 'Major adverse consequences may occur with severe acidemia and alkalemia despite absence of specific symptoms.  The diagnosis depends on the clinical setting and laboratory studies.  It is crucial to distinguish acidemia due to metabolic causes from that due to respiratory causes; especially important is detecting the presence of both.  Management of the underlying causes and not simply of the change in [H+] is essential.', NULL, 309, 8, NULL, 63, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28800(389, '45-E', 'Hydrogen Ion Concentration Abnormal, Serum', 'Major adverse consequences may occur with severe acidemia and alkalemia despite absence of specific symptoms.  The diagnosis depends on the clinical setting and laboratory studies.  It is crucial to distinguish acidemia due to metabolic causes from that due to respiratory causes; especially important is detecting the presence of both.  Management of the underlying causes and not simply of the change in [H+] is essential.', NULL, 309, 8, NULL, 63, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23162(390, '46-E', 'Infertility', 'Infertility, meaning the inability to conceive after one year of intercourse without contraception, affects about 15% of couples.  Both partners must be investigated; male-associated factors account for approximately half of infertility problems.  Although current emphasis is on treatment technologies, it is important to consider first the cause of the infertility and tailor the treatment accordingly.', NULL, 309, 8, NULL, 64, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28801(390, '46-E', 'Infertility', 'Infertility, meaning the inability to conceive after one year of intercourse without contraception, affects about 15% of couples.  Both partners must be investigated; male-associated factors account for approximately half of infertility problems.  Although current emphasis is on treatment technologies, it is important to consider first the cause of the infertility and tailor the treatment accordingly.', NULL, 309, 8, NULL, 64, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23163(391, '47-1-E', 'Incontinence, Stool', 'Fecal incontinence varies from inadvertent soiling with liquid stool to the involuntary excretion of feces.  It is a demoralizing disability because it affects self-assurance and can lead to social isolation.  It is the second leading cause of nursing home placement.', NULL, 309, 8, NULL, 65, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28802(391, '47-1-E', 'Incontinence, Stool', 'Fecal incontinence varies from inadvertent soiling with liquid stool to the involuntary excretion of feces.  It is a demoralizing disability because it affects self-assurance and can lead to social isolation.  It is the second leading cause of nursing home placement.', NULL, 309, 8, NULL, 65, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23164(392, '47-2-E', 'Incontinence, Urine', 'Because there is increasing incidence of involuntary micturition with age, incontinence has increased in frequency in our ageing population.  Unfortunately, incontinence remains under treated despite its effect on quality of life and impact on physical and psychological morbidity.  Primary care physicians should diagnose the cause of incontinence in the majority of cases.', NULL, 309, 8, NULL, 66, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28803(392, '47-2-E', 'Incontinence, Urine', 'Because there is increasing incidence of involuntary micturition with age, incontinence has increased in frequency in our ageing population.  Unfortunately, incontinence remains under treated despite its effect on quality of life and impact on physical and psychological morbidity.  Primary care physicians should diagnose the cause of incontinence in the majority of cases.', NULL, 309, 8, NULL, 66, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23165(393, '47-3-E', 'Incontinence, Urine, Pediatric (enuresis)', 'Enuresis is the involuntary passage of urine, and may be diurnal (daytime), nocturnal (nighttime), or both.  The majority of children have primary nocturnal enuresis (20% of five-year-olds).  Diurnal and secondary enuresis is much less common, but requires differentiating between underlying diseases and stress related conditions.', NULL, 309, 8, NULL, 67, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28804(393, '47-3-E', 'Incontinence, Urine, Pediatric (enuresis)', 'Enuresis is the involuntary passage of urine, and may be diurnal (daytime), nocturnal (nighttime), or both.  The majority of children have primary nocturnal enuresis (20% of five-year-olds).  Diurnal and secondary enuresis is much less common, but requires differentiating between underlying diseases and stress related conditions.', NULL, 309, 8, NULL, 67, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23166(394, '48-E', 'Impotence/erectile Dysfunction', 'Impotence is an issue that has a major impact on relationships.  There is a need to explore the impact with both partners, although many consider it a male problem.  Impotence is present when an erection of sufficient rigidity for sexual intercourse cannot be acquired or sustained&gt;75% of the time.', NULL, 309, 8, NULL, 68, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28805(394, '48-E', 'Impotence/erectile Dysfunction', 'Impotence is an issue that has a major impact on relationships.  There is a need to explore the impact with both partners, although many consider it a male problem.  Impotence is present when an erection of sufficient rigidity for sexual intercourse cannot be acquired or sustained&gt;75% of the time.', NULL, 309, 8, NULL, 68, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23167(395, '49-E', 'Jaundice ', 'Jaundice may represent hemolysis or hepatobiliary disease.  Although usually the evaluation of a patient is not urgent, in a few situations it is a medical emergency (e.g., massive hemolysis, ascending cholangitis, acute hepatic failure).', NULL, 309, 8, NULL, 69, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28806(395, '49-E', 'Jaundice ', 'Jaundice may represent hemolysis or hepatobiliary disease.  Although usually the evaluation of a patient is not urgent, in a few situations it is a medical emergency (e.g., massive hemolysis, ascending cholangitis, acute hepatic failure).', NULL, 309, 8, NULL, 69, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23168(396, '49-1-E', 'Neonatal Jaundice ', 'Jaundice, usually mild unconjugated bilirubinemia, affects nearly all newborns.  Up to 65% of full-term neonates have jaundice at 72 - 96 hours of age.  Although some causes are ominous, the majority are transient and without consequences.', NULL, 395, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28807(396, '49-1-E', 'Neonatal Jaundice ', 'Jaundice, usually mild unconjugated bilirubinemia, affects nearly all newborns.  Up to 65% of full-term neonates have jaundice at 72 - 96 hours of age.  Although some causes are ominous, the majority are transient and without consequences.', NULL, 395, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23169(397, '50-1-E', 'Joint Pain, Mono-articular (acute, Chronic)', 'Any arthritis can initially present as one swollen painful joint.  Thus, the early exclusion of polyarticular joint disease may be challenging.  In addition, pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 70, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28808(397, '50-1-E', 'Joint Pain, Mono-articular (acute, Chronic)', 'Any arthritis can initially present as one swollen painful joint.  Thus, the early exclusion of polyarticular joint disease may be challenging.  In addition, pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 70, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23170(398, '50-2-E', 'Joint Pain, Poly-articular (acute, Chronic)', 'Polyarticular joint pain is common in medical practice, and causes vary from some that are self-limiting to others which are potentially disabling and life threatening.', NULL, 309, 8, NULL, 71, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28809(398, '50-2-E', 'Joint Pain, Poly-articular (acute, Chronic)', 'Polyarticular joint pain is common in medical practice, and causes vary from some that are self-limiting to others which are potentially disabling and life threatening.', NULL, 309, 8, NULL, 71, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23171(399, '50-3-E', 'Periarticular Pain/soft Tissue Rheumatic Disorders', 'Pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 72, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28810(399, '50-3-E', 'Periarticular Pain/soft Tissue Rheumatic Disorders', 'Pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 72, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23172(400, '51-E', 'Lipids Abnormal, Serum ', 'Hypercholesterolemia is a common and important modifiable risk factor for ischemic heart disease (IHD) and cerebro-vascular disease.  The relationship of elevated triglycerides to IHD is less clear (may be a modest independent predictor) but very high levels predispose to pancreatitis.  HDL cholesterol is inversely related to IHD risk.', NULL, 309, 8, NULL, 73, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28811(400, '51-E', 'Lipids Abnormal, Serum ', 'Hypercholesterolemia is a common and important modifiable risk factor for ischemic heart disease (IHD) and cerebro-vascular disease.  The relationship of elevated triglycerides to IHD is less clear (may be a modest independent predictor) but very high levels predispose to pancreatitis.  HDL cholesterol is inversely related to IHD risk.', NULL, 309, 8, NULL, 73, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23173(401, '52-E', 'Liver Function Tests Abnormal, Serum', 'Appropriate investigation can distinguish benign reversible liver disease requiring no treatment from potentially life-threatening conditions requiring immediate therapy.', NULL, 309, 8, NULL, 74, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28812(401, '52-E', 'Liver Function Tests Abnormal, Serum', 'Appropriate investigation can distinguish benign reversible liver disease requiring no treatment from potentially life-threatening conditions requiring immediate therapy.', NULL, 309, 8, NULL, 74, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23174(402, '53-E', 'Lump/mass, Musculoskeletal ', 'Lumps or masses are a common cause for consultation with a physician.  The majority will be of a benign dermatologic origin. Musculoskeletal lumps or masses are not common, but they represent an important cause of morbidity and mortality, especially among young people.', NULL, 309, 8, NULL, 75, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28813(402, '53-E', 'Lump/mass, Musculoskeletal ', 'Lumps or masses are a common cause for consultation with a physician.  The majority will be of a benign dermatologic origin. Musculoskeletal lumps or masses are not common, but they represent an important cause of morbidity and mortality, especially among young people.', NULL, 309, 8, NULL, 75, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23175(403, '54-E', 'Lymphadenopathy', 'Countless potential causes may lead to lymphadenopathy.  Some of these are serious but treatable.  In a study of patients with lymphadenopathy, 84% were diagnosed with benign lymphadenopathy and the majority of these were due to a nonspecific (reactive) etiology.', NULL, 309, 8, NULL, 76, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28814(403, '54-E', 'Lymphadenopathy', 'Countless potential causes may lead to lymphadenopathy.  Some of these are serious but treatable.  In a study of patients with lymphadenopathy, 84% were diagnosed with benign lymphadenopathy and the majority of these were due to a nonspecific (reactive) etiology.', NULL, 309, 8, NULL, 76, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23176(404, '54-1-E', 'Mediastinal Mass/hilar Adenopathy', 'The mediastinum contains many vital structures (heart, aorta, pulmonary hila, esophagus) that are affected directly or indirectly by mediastinal masses.  Evaluation of such masses is aided by envisaging the nature of the mass from its location in the mediastinum.</p>\r\n<p>', NULL, 403, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28815(404, '54-1-E', 'Mediastinal Mass/hilar Adenopathy', 'The mediastinum contains many vital structures (heart, aorta, pulmonary hila, esophagus) that are affected directly or indirectly by mediastinal masses.  Evaluation of such masses is aided by envisaging the nature of the mass from its location in the mediastinum.</p>\r\n<p>', NULL, 403, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23177(405, '55-E', 'Magnesium Concentration Serum, Abnormal/hypomagnesemia ', 'Although hypomagnesemia occurs in only about 10% of hospitalized patients, the incidence rises to over 60% in severely ill patients.  It is frequently associated with hypokalemia and hypocalcemia.', NULL, 309, 8, NULL, 77, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28816(405, '55-E', 'Magnesium Concentration Serum, Abnormal/hypomagnesemia ', 'Although hypomagnesemia occurs in only about 10% of hospitalized patients, the incidence rises to over 60% in severely ill patients.  It is frequently associated with hypokalemia and hypocalcemia.', NULL, 309, 8, NULL, 77, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23178(406, '56-1-E', 'Amenorrhea/oligomenorrhea', 'The average age of onset of menarche in North America is 11 to 13 years and menopause is approximately 50 years.  Between these ages, absence of menstruation is a cause for investigation and appropriate management.', NULL, 309, 8, NULL, 78, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28817(406, '56-1-E', 'Amenorrhea/oligomenorrhea', 'The average age of onset of menarche in North America is 11 to 13 years and menopause is approximately 50 years.  Between these ages, absence of menstruation is a cause for investigation and appropriate management.', NULL, 309, 8, NULL, 78, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23179(407, '56-2-E', 'Dysmenorrhea', 'Approximately 30 - 50% of post-pubescent women experience painful menstruation and 10% of women are incapacitated by pain 1 - 3 days per month.  It is the single greatest cause of lost working hours and school days among young women.', NULL, 309, 8, NULL, 79, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28818(407, '56-2-E', 'Dysmenorrhea', 'Approximately 30 - 50% of post-pubescent women experience painful menstruation and 10% of women are incapacitated by pain 1 - 3 days per month.  It is the single greatest cause of lost working hours and school days among young women.', NULL, 309, 8, NULL, 79, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23180(408, '56-3-E', 'Pre-menstrual Syndrome (pms)', 'Pre-menstrual syndrome is a combination of physical, emotional, or behavioral symptoms that occur prior to the menstrual cycle and are absent during the rest of the cycle.  The symproms, on occasion, are severe enough to intefere significantly with work and/or home activities.', NULL, 309, 8, NULL, 80, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28819(408, '56-3-E', 'Pre-menstrual Syndrome (pms)', 'Pre-menstrual syndrome is a combination of physical, emotional, or behavioral symptoms that occur prior to the menstrual cycle and are absent during the rest of the cycle.  The symproms, on occasion, are severe enough to intefere significantly with work and/or home activities.', NULL, 309, 8, NULL, 80, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23181(409, '57-E', 'Menopause ', 'Women cease to have menstrual periods at about 50 years of age, although ovarian function declines earlier.  Changing population demographics means that the number of women who are menopausal will continue to grow, and many women will live 1/3 of their lives after ovarian function ceases.  Promotion of health maintenance in this group of women will enhance physical, emotional, and sexual quality of life.', NULL, 309, 8, NULL, 81, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28820(409, '57-E', 'Menopause ', 'Women cease to have menstrual periods at about 50 years of age, although ovarian function declines earlier.  Changing population demographics means that the number of women who are menopausal will continue to grow, and many women will live 1/3 of their lives after ovarian function ceases.  Promotion of health maintenance in this group of women will enhance physical, emotional, and sexual quality of life.', NULL, 309, 8, NULL, 81, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23182(410, '58-1-E', 'Coma', 'Patients with altered level of consciousness account for 5% of hospital admissions.  Coma however is defined as a state of pathologic unconsciousness (unarousable).', NULL, 309, 8, NULL, 82, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28821(410, '58-1-E', 'Coma', 'Patients with altered level of consciousness account for 5% of hospital admissions.  Coma however is defined as a state of pathologic unconsciousness (unarousable).', NULL, 309, 8, NULL, 82, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23183(411, '58-2-E', 'Delirium/confusion ', 'An acute confusional state in patients with medical illness, especially among those who are older, is extremely common.  Between 10 - 15% of elderly patients admitted to hospital have delirium and up to a further 30% develop delirium while in hospital.  It represents a disturbance of consciousness with reduced ability to focus, sustain, or shift attention (DSM-IV).  This disturbance tends to develop over a short period of time (hours to days) and tends to fluctuate during the course of the day.  A clear understanding of the differential diagnosis enables rapid and appropriate management.', NULL, 309, 8, NULL, 83, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28822(411, '58-2-E', 'Delirium/confusion ', 'An acute confusional state in patients with medical illness, especially among those who are older, is extremely common.  Between 10 - 15% of elderly patients admitted to hospital have delirium and up to a further 30% develop delirium while in hospital.  It represents a disturbance of consciousness with reduced ability to focus, sustain, or shift attention (DSM-IV).  This disturbance tends to develop over a short period of time (hours to days) and tends to fluctuate during the course of the day.  A clear understanding of the differential diagnosis enables rapid and appropriate management.', NULL, 309, 8, NULL, 83, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23184(412, '58-3-E', 'Dementia', 'Dementia is a problem physicians encounter frequently, and causes that are potentially treatable require identification.  Alzheimer disease is the most common form of dementia in the elderly (about 70%), and primary care physicians will need to diagnose and manage the early cognitive manifestations.', NULL, 309, 8, NULL, 84, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28823(412, '58-3-E', 'Dementia', 'Dementia is a problem physicians encounter frequently, and causes that are potentially treatable require identification.  Alzheimer disease is the most common form of dementia in the elderly (about 70%), and primary care physicians will need to diagnose and manage the early cognitive manifestations.', NULL, 309, 8, NULL, 84, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23185(413, '59-E', 'Mood Disorders ', 'Depression is one of the top five diagnoses made in the offices of primary care physicians.  Depressed mood occurs in some individuals as a normal reaction to grief, but in others it is considered abnormal because it interferes with the person\'s daily function (e.g., self-care, relationships, work, self-support).  Thus, it is necessary for primary care clinicians to detect depression, initiate treatment, and refer to specialists for assistance when required.', NULL, 309, 8, NULL, 85, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28824(413, '59-E', 'Mood Disorders ', 'Depression is one of the top five diagnoses made in the offices of primary care physicians.  Depressed mood occurs in some individuals as a normal reaction to grief, but in others it is considered abnormal because it interferes with the person\'s daily function (e.g., self-care, relationships, work, self-support).  Thus, it is necessary for primary care clinicians to detect depression, initiate treatment, and refer to specialists for assistance when required.', NULL, 309, 8, NULL, 85, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23186(414, '60-E', 'Mouth Problems', 'Although many disease states can affect the mouth, the two most common ones are odontogenic infections (dental carries and periodontal infections) and oral carcinoma. Almost 15% of the population have significant periodontal disease despite its being preventable.  Such infections, apart from the discomfort inflicted, may result in serious complications.', NULL, 309, 8, NULL, 86, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28825(414, '60-E', 'Mouth Problems', 'Although many disease states can affect the mouth, the two most common ones are odontogenic infections (dental carries and periodontal infections) and oral carcinoma. Almost 15% of the population have significant periodontal disease despite its being preventable.  Such infections, apart from the discomfort inflicted, may result in serious complications.', NULL, 309, 8, NULL, 86, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23187(415, '61-E', 'Movement Disorders,involuntary/tic Disorders', 'Movement disorders are regarded as either excessive (hyperkinetic) or reduced (bradykinetic) activity.  Diagnosis depends primarily on careful observation of the clinical features. ', NULL, 309, 8, NULL, 87, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28826(415, '61-E', 'Movement Disorders,involuntary/tic Disorders', 'Movement disorders are regarded as either excessive (hyperkinetic) or reduced (bradykinetic) activity.  Diagnosis depends primarily on careful observation of the clinical features. ', NULL, 309, 8, NULL, 87, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23188(416, '62-1-E', 'Diastolic Murmur', 'Although systolic murmurs are often \"innocent\" or physiological, diastolic murmurs are virtually always pathologic.', NULL, 309, 8, NULL, 88, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28827(416, '62-1-E', 'Diastolic Murmur', 'Although systolic murmurs are often \"innocent\" or physiological, diastolic murmurs are virtually always pathologic.', NULL, 309, 8, NULL, 88, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23189(417, '62-2-E', 'Heart Sounds, Pathological', 'Pathological heart sounds are clues to underlying heart disease.', NULL, 309, 8, NULL, 89, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28828(417, '62-2-E', 'Heart Sounds, Pathological', 'Pathological heart sounds are clues to underlying heart disease.', NULL, 309, 8, NULL, 89, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23190(418, '62-3-E', 'Systolic Murmur', 'Ejection systolic murmurs are common, and frequently quite \'innocent\' (with absence of cardiac findings and normal splitting of the second sound).', NULL, 309, 8, NULL, 90, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28829(418, '62-3-E', 'Systolic Murmur', 'Ejection systolic murmurs are common, and frequently quite \'innocent\' (with absence of cardiac findings and normal splitting of the second sound).', NULL, 309, 8, NULL, 90, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23191(419, '63-E', 'Neck Mass/goiter/thyroid Disease ', 'The vast majority of neck lumps are benign (usually reactive lymph nodes or occasionally of congenital origin).  The lumps that should be of most concern to primary care physicians are the rare malignant neck lumps.  Among patients with thyroid nodules, children, patients with a family history or history for head and neck radiation, and adults&lt;30 years or&gt;60 years are at higher risk for thyroid cancer.', NULL, 309, 8, NULL, 91, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28830(419, '63-E', 'Neck Mass/goiter/thyroid Disease ', 'The vast majority of neck lumps are benign (usually reactive lymph nodes or occasionally of congenital origin).  The lumps that should be of most concern to primary care physicians are the rare malignant neck lumps.  Among patients with thyroid nodules, children, patients with a family history or history for head and neck radiation, and adults&lt;30 years or&gt;60 years are at higher risk for thyroid cancer.', NULL, 309, 8, NULL, 91, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23192(420, '64-E', 'Newborn, Depressed', 'A call requesting assistance in the delivery of a newborn may be \"routine\" or because the neonate is depressed and requires resuscitation.  For any type of call, the physician needs to be prepared to manage potential problems.', NULL, 309, 8, NULL, 92, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28831(420, '64-E', 'Newborn, Depressed', 'A call requesting assistance in the delivery of a newborn may be \"routine\" or because the neonate is depressed and requires resuscitation.  For any type of call, the physician needs to be prepared to manage potential problems.', NULL, 309, 8, NULL, 92, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23193(421, '65-E', 'Non-reassuring Fetal Status (fetal Distress)', 'Non-reassuring fetal status occurs in 5 - 10% of pregnancies.  (Fetal distress, a term also used, is imprecise and has a low positive predictive value.  The newer term should be used.)  Early detection and pro-active management can reduce serious consequences and prepare parents for eventualities.', NULL, 309, 8, NULL, 93, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28832(421, '65-E', 'Non-reassuring Fetal Status (fetal Distress)', 'Non-reassuring fetal status occurs in 5 - 10% of pregnancies.  (Fetal distress, a term also used, is imprecise and has a low positive predictive value.  The newer term should be used.)  Early detection and pro-active management can reduce serious consequences and prepare parents for eventualities.', NULL, 309, 8, NULL, 93, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23194(422, '66-E', 'Numbness/tingling/altered Sensation', 'Disordered sensation may be alarming and highly intrusive.  The physician requires a framework of knowledge in order to assess abnormal sensation, consider the likely site of origin, and recognise the implications.', NULL, 309, 8, NULL, 94, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28833(422, '66-E', 'Numbness/tingling/altered Sensation', 'Disordered sensation may be alarming and highly intrusive.  The physician requires a framework of knowledge in order to assess abnormal sensation, consider the likely site of origin, and recognise the implications.', NULL, 309, 8, NULL, 94, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23195(423, '67-E', 'Pain', 'Because pain is considered a signal of disease, it is the most common symptom that brings a patient to a physician.  Acute pain is a vital protective mechanism.  In contrast, chronic pain (&gt;6 weeks or lasting beyond the ordinary duration of time that an injury needs to heal) serves no physiologic role and is itself a disease state.  Pain is an unpleasant somatic sensation, but it is also an emotion.  Although control of pain/discomfort is a crucial endpoint of medical care, the degree of analgesia provided is often inadequate, and may lead to complications (e.g., depression, suicide).  Physicians should recognise the development and progression of pain, and develop strategies for its control.', NULL, 309, 8, NULL, 95, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28834(423, '67-E', 'Pain', 'Because pain is considered a signal of disease, it is the most common symptom that brings a patient to a physician.  Acute pain is a vital protective mechanism.  In contrast, chronic pain (&gt;6 weeks or lasting beyond the ordinary duration of time that an injury needs to heal) serves no physiologic role and is itself a disease state.  Pain is an unpleasant somatic sensation, but it is also an emotion.  Although control of pain/discomfort is a crucial endpoint of medical care, the degree of analgesia provided is often inadequate, and may lead to complications (e.g., depression, suicide).  Physicians should recognise the development and progression of pain, and develop strategies for its control.', NULL, 309, 8, NULL, 95, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23196(424, '67-1-2-1-E', ' Generalized Pain Disorders', 'Fibromyalgia, a common cause of chronic musculoskeletal pain and fatigue, has no known etiology and is not associated with tissue inflammation.  It affects muscles, tendons, and ligaments.  Along with a group of similar conditions, fibromyalgia is controversial because obvious sign and laboratory/radiological abnormalities are lacking.</p>\r\n<p>Polymyalgia rheumatica, a rheumatic condition frequently linked to giant cell (temporal) arteritis, is a relatively common disorder (prevalence of about 700/100,000 persons over 50 years of age).  Synovitis is considered to be the cause of the discomfort.', NULL, 423, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28835(424, '67-1-2-1-E', ' Generalized Pain Disorders', 'Fibromyalgia, a common cause of chronic musculoskeletal pain and fatigue, has no known etiology and is not associated with tissue inflammation.  It affects muscles, tendons, and ligaments.  Along with a group of similar conditions, fibromyalgia is controversial because obvious sign and laboratory/radiological abnormalities are lacking.</p>\r\n<p>Polymyalgia rheumatica, a rheumatic condition frequently linked to giant cell (temporal) arteritis, is a relatively common disorder (prevalence of about 700/100,000 persons over 50 years of age).  Synovitis is considered to be the cause of the discomfort.', NULL, 423, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23197(425, '67-1-2-3-E', 'Local Pain, Hip/knee/ankle/foot', 'With the current interest in physical activity, the commonest cause of leg pain is muscular or ligamentous strain.  The knee, the most intricate joint in the body, has the greatest susceptibility to pain.', NULL, 423, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28836(425, '67-1-2-3-E', 'Local Pain, Hip/knee/ankle/foot', 'With the current interest in physical activity, the commonest cause of leg pain is muscular or ligamentous strain.  The knee, the most intricate joint in the body, has the greatest susceptibility to pain.', NULL, 423, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23198(426, '67-1-2-2-E', 'Local Pain, Shoulder/elbow/wrist/hand', 'After backache, upper extremity pain is the most common type of musculoskeletal pain.', NULL, 423, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28837(426, '67-1-2-2-E', 'Local Pain, Shoulder/elbow/wrist/hand', 'After backache, upper extremity pain is the most common type of musculoskeletal pain.', NULL, 423, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23199(427, '67-1-2-4-E', 'Local Pain, Spinal Compression/osteoporosis', 'Spinal compression is one manifestation of osteoporosis, the prevalence of which increases with age.  As the proportion of our population in old age rises, osteoporosis becomes an important cause of painful fractures, deformity, loss of mobility and independence, and even death.  Although less common in men, the incidence of fractures increases exponentially with ageing, albeit 5 - 10 years later.  For unknown reasons, the mortality associated with fractures is higher in men than in women.', NULL, 423, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28838(427, '67-1-2-4-E', 'Local Pain, Spinal Compression/osteoporosis', 'Spinal compression is one manifestation of osteoporosis, the prevalence of which increases with age.  As the proportion of our population in old age rises, osteoporosis becomes an important cause of painful fractures, deformity, loss of mobility and independence, and even death.  Although less common in men, the incidence of fractures increases exponentially with ageing, albeit 5 - 10 years later.  For unknown reasons, the mortality associated with fractures is higher in men than in women.', NULL, 423, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23200(428, '67-1-2-6-E', 'Local Pain, Spine/low Back Pain', 'Low back pain is one of the most common physical complaints and a major cause of lost work time.  Most frequently it is associated with vocations that involve lifting, twisting, bending, and reaching.  In individuals suffering from chronic back pain, 5% will have an underlying serious disease.', NULL, 423, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28839(428, '67-1-2-6-E', 'Local Pain, Spine/low Back Pain', 'Low back pain is one of the most common physical complaints and a major cause of lost work time.  Most frequently it is associated with vocations that involve lifting, twisting, bending, and reaching.  In individuals suffering from chronic back pain, 5% will have an underlying serious disease.', NULL, 423, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23201(429, '67-1-2-5-E', 'Local Pain, Spine/neck/thoracic', 'Approximately 10 % of the adult population have neck pain at any one time.  This prevalence is similar to low back pain, but few patients lose time from work and the development of neurologic deficits is&lt;1 %.', NULL, 423, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28840(429, '67-1-2-5-E', 'Local Pain, Spine/neck/thoracic', 'Approximately 10 % of the adult population have neck pain at any one time.  This prevalence is similar to low back pain, but few patients lose time from work and the development of neurologic deficits is&lt;1 %.', NULL, 423, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23202(430, '67-2-2-E', 'Central/peripheral Neuropathic Pain', 'Neuropathic pain is caused by dysfunction of the nervous system without tissue damage.  The pain tends to be chronic and causes great discomfort.', NULL, 423, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28841(430, '67-2-2-E', 'Central/peripheral Neuropathic Pain', 'Neuropathic pain is caused by dysfunction of the nervous system without tissue damage.  The pain tends to be chronic and causes great discomfort.', NULL, 423, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23203(431, '67-2-1-E', 'Sympathetic/complex Regional Pain Syndrome/reflex Sympatheti', 'Following an injury or vascular event (myocardial infarction, stroke), a disorder may develop that is characterized by regional pain and sensory changes (vasomotor instability, skin changes, and patchy bone demineralization).', NULL, 423, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28842(431, '67-2-1-E', 'Sympathetic/complex Regional Pain Syndrome/reflex Sympatheti', 'Following an injury or vascular event (myocardial infarction, stroke), a disorder may develop that is characterized by regional pain and sensory changes (vasomotor instability, skin changes, and patchy bone demineralization).', NULL, 423, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23204(432, '68-E', 'Palpitations (abnormal Ecg-arrhythmia)', 'Palpitations are a common symptom.  Although the cause is often benign, occasionally it may indicate the presence of a serious underlying problem.', NULL, 309, 8, NULL, 96, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28843(432, '68-E', 'Palpitations (abnormal Ecg-arrhythmia)', 'Palpitations are a common symptom.  Although the cause is often benign, occasionally it may indicate the presence of a serious underlying problem.', NULL, 309, 8, NULL, 96, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23205(433, '69-E', 'Panic And Anxiety ', 'Panic attacks/panic disorders are common problems in the primary care setting.  Although such patients may present with discrete episodes of intense fear, more commonly they complain of one or more physical symptoms.  A minority of such patients present to mental health settings, whereas 1/3 present to their family physician and another 1/3 to emergency departments.  Generalized anxiety disorder, characterized by excessive worry and anxiety that are difficult to control, tends to develop secondary to other psychiatric conditions.', NULL, 309, 8, NULL, 97, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28844(433, '69-E', 'Panic And Anxiety ', 'Panic attacks/panic disorders are common problems in the primary care setting.  Although such patients may present with discrete episodes of intense fear, more commonly they complain of one or more physical symptoms.  A minority of such patients present to mental health settings, whereas 1/3 present to their family physician and another 1/3 to emergency departments.  Generalized anxiety disorder, characterized by excessive worry and anxiety that are difficult to control, tends to develop secondary to other psychiatric conditions.', NULL, 309, 8, NULL, 97, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23206(434, '70-E', 'Pap Smear Screening', 'Carcinoma of the cervix is a preventable disease.  Any female patient who visits a physician\'s office should have current screening guidelines applied and if appropriate, a Pap smear should be recommended.', NULL, 309, 8, NULL, 98, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28845(434, '70-E', 'Pap Smear Screening', 'Carcinoma of the cervix is a preventable disease.  Any female patient who visits a physician\'s office should have current screening guidelines applied and if appropriate, a Pap smear should be recommended.', NULL, 309, 8, NULL, 98, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23207(435, '71-E', 'Pediatric Emergencies  - Acutely Ill Infant/child', 'Although pediatric emergencies such as the ones listed below are discussed with the appropriate condition, the care of the patient in the pediatric age group demands special skills', NULL, 309, 8, NULL, 99, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28846(435, '71-E', 'Pediatric Emergencies  - Acutely Ill Infant/child', 'Although pediatric emergencies such as the ones listed below are discussed with the appropriate condition, the care of the patient in the pediatric age group demands special skills', NULL, 309, 8, NULL, 99, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23208(436, '71-1-E', 'Crying/fussing Child', 'A young infant whose only symptom is crying/fussing challenges the primary care physician to distinguish between benign and organic causes.', NULL, 435, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28847(436, '71-1-E', 'Crying/fussing Child', 'A young infant whose only symptom is crying/fussing challenges the primary care physician to distinguish between benign and organic causes.', NULL, 435, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23209(437, '71-2-E', 'Hypotonia/floppy Infant/child', 'Infants/children with decreased resistance to passive movement differ from those with weakness and hyporeflexia.  They require detailed, careful neurologic evaluation. Management programs, often life-long, are multidisciplinary and involve patients, family, and community.', NULL, 435, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28848(437, '71-2-E', 'Hypotonia/floppy Infant/child', 'Infants/children with decreased resistance to passive movement differ from those with weakness and hyporeflexia.  They require detailed, careful neurologic evaluation. Management programs, often life-long, are multidisciplinary and involve patients, family, and community.', NULL, 435, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23210(438, '72-E', 'Pelvic Mass', 'Pelvic masses are common and may be found in a woman of any age, although the possible etiologies differ among age groups.  There is a need to diagnose and investigate them since early detection may affect outcome.', NULL, 309, 8, NULL, 100, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28849(438, '72-E', 'Pelvic Mass', 'Pelvic masses are common and may be found in a woman of any age, although the possible etiologies differ among age groups.  There is a need to diagnose and investigate them since early detection may affect outcome.', NULL, 309, 8, NULL, 100, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23211(439, '73-E', 'Pelvic Pain', 'Acute pelvic pain is potentially life threatening.  Chronic pelvic pain is one of the most common problems in gynecology.  Women average 2 - 3 visits each year to physicians\' offices with chronic pelvic pain.  At present, only about one third of these women are given a specific diagnosis.  The absence of a clear diagnosis can frustrate both patients and clinicians.  Once the diagnosis is established, specific and usually successful treatment may be instituted.', NULL, 309, 8, NULL, 101, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28850(439, '73-E', 'Pelvic Pain', 'Acute pelvic pain is potentially life threatening.  Chronic pelvic pain is one of the most common problems in gynecology.  Women average 2 - 3 visits each year to physicians\' offices with chronic pelvic pain.  At present, only about one third of these women are given a specific diagnosis.  The absence of a clear diagnosis can frustrate both patients and clinicians.  Once the diagnosis is established, specific and usually successful treatment may be instituted.', NULL, 309, 8, NULL, 101, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23212(440, '74-E', 'Periodic Health Examination (phe) ', 'Periodically, patients visit physicians\' office not because they are unwell, but because they want a \'check-up\'.  Such visits are referred to as health maintenance or the PHE. The PHE is an opportunity to relate to an asymptomatic patient for the purpose of case finding and screening for undetected disease and risky behaviour.  It is also an opportunity for health promotion and disease prevention.  The decision to include or exclude a medical condition in the PHE should be based on the burden of suffering caused by the condition, the quality of the screening, and effectiveness of the intervention.', NULL, 309, 8, NULL, 102, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28851(440, '74-E', 'Periodic Health Examination (phe) ', 'Periodically, patients visit physicians\' office not because they are unwell, but because they want a \'check-up\'.  Such visits are referred to as health maintenance or the PHE. The PHE is an opportunity to relate to an asymptomatic patient for the purpose of case finding and screening for undetected disease and risky behaviour.  It is also an opportunity for health promotion and disease prevention.  The decision to include or exclude a medical condition in the PHE should be based on the burden of suffering caused by the condition, the quality of the screening, and effectiveness of the intervention.', NULL, 309, 8, NULL, 102, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23213(441, '74-2-E', 'Infant And Child Immunization ', 'Immunization has reduced or eradicated many infectious diseases and has improved overall world health.  Recommended immunization schedules are constantly updated as new vaccines become available.', NULL, 440, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28852(441, '74-2-E', 'Infant And Child Immunization ', 'Immunization has reduced or eradicated many infectious diseases and has improved overall world health.  Recommended immunization schedules are constantly updated as new vaccines become available.', NULL, 440, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23214(442, '74-1-E', 'Newborn Assessment/nutrition ', 'Primary care physicians play a vital role in identifying children at risk for developmental and other disorders that are threatening to life or long-term health before they become symptomatic.  In most cases, parents require direction and reassurance regarding the health status of their newborn infant.  With respect to development, parental concerns regarding the child\'s language development, articulation, fine motor skills, and global development require careful assessment.', NULL, 440, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28853(442, '74-1-E', 'Newborn Assessment/nutrition ', 'Primary care physicians play a vital role in identifying children at risk for developmental and other disorders that are threatening to life or long-term health before they become symptomatic.  In most cases, parents require direction and reassurance regarding the health status of their newborn infant.  With respect to development, parental concerns regarding the child\'s language development, articulation, fine motor skills, and global development require careful assessment.', NULL, 440, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23215(443, '74-3-E', 'Pre-operative Medical Evaluation', 'Evaluation of patients prior to surgery is an important element of comprehensive medical care.  The objectives of such an evaluation include the detection of unrecognized disease that may increase the risk of surgery and how to minimize such risk.', NULL, 440, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28854(443, '74-3-E', 'Pre-operative Medical Evaluation', 'Evaluation of patients prior to surgery is an important element of comprehensive medical care.  The objectives of such an evaluation include the detection of unrecognized disease that may increase the risk of surgery and how to minimize such risk.', NULL, 440, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23216(444, '74-4-E', 'Work-related Health Issues ', 'Physicians will encounter health hazards in their own work place, as well as in patients\' work place.  These hazards need to be recognised and addressed.  A patient\'s reported environmental exposures may prompt interventions important in preventing future illnesses/injuries.  Equally important, physicians can not only play an important role in preventing occupational illness but also in promoting environmental health.', NULL, 440, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1);28855(444, '74-4-E', 'Work-related Health Issues ', 'Physicians will encounter health hazards in their own work place, as well as in patients\' work place.  These hazards need to be recognised and addressed.  A patient\'s reported environmental exposures may prompt interventions important in preventing future illnesses/injuries.  Equally important, physicians can not only play an important role in preventing occupational illness but also in promoting environmental health.', NULL, 440, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1);
23217INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES28856INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES
23218(445, '75-E', 'Personality Disorders ', 'Personality disorders are persistent and maladaptive patterns of behaviour exhibited over a wide variety of social, occupational, and relationship contexts and leading to distress and impairment.  They represent important risk factors for a variety of medical, interpersonal, and psychiatric difficulties.  For example, patients with personality difficulties may attempt suicide, or may be substance abusers.  As a group, they may alienate health care providers with angry outbursts, high-risk behaviours, signing out against medical advice, etc.', NULL, 309, 8, NULL, 103, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28857(445, '75-E', 'Personality Disorders ', 'Personality disorders are persistent and maladaptive patterns of behaviour exhibited over a wide variety of social, occupational, and relationship contexts and leading to distress and impairment.  They represent important risk factors for a variety of medical, interpersonal, and psychiatric difficulties.  For example, patients with personality difficulties may attempt suicide, or may be substance abusers.  As a group, they may alienate health care providers with angry outbursts, high-risk behaviours, signing out against medical advice, etc.', NULL, 309, 8, NULL, 103, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23219(446, '76-E', 'Pleural Effusion/pleural Abnormalities', NULL, NULL, 309, 8, NULL, 104, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28858(446, '76-E', 'Pleural Effusion/pleural Abnormalities', NULL, NULL, 309, 8, NULL, 104, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23220(447, '77-E', 'Poisoning', 'Exposures to poisons or drug overdoses account for 5 - 10% of emergency department visits, and&gt;5 % of admissions to intensive care units.  More than 50 % of these patients are children less than 6 years of age.', NULL, 309, 8, NULL, 105, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28859(447, '77-E', 'Poisoning', 'Exposures to poisons or drug overdoses account for 5 - 10% of emergency department visits, and&gt;5 % of admissions to intensive care units.  More than 50 % of these patients are children less than 6 years of age.', NULL, 309, 8, NULL, 105, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23221(448, '78-4-E', 'Administration Of Effective Health Programs At The Populatio', 'Knowing the organization of the health care and public health systems in Canada as well as how to determine the most cost-effective interventions are becoming key elements of clinical practice. Physicians also must work well in multidisciplinary teams within the current system in order to achieve the maximum health benefit for all patients and residents. ', NULL, 309, 8, NULL, 106, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28860(448, '78-4-E', 'Administration Of Effective Health Programs At The Populatio', 'Knowing the organization of the health care and public health systems in Canada as well as how to determine the most cost-effective interventions are becoming key elements of clinical practice. Physicians also must work well in multidisciplinary teams within the current system in order to achieve the maximum health benefit for all patients and residents. ', NULL, 309, 8, NULL, 106, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23222(449, '78-2-E', 'Assessing And Measuring Health Status At The Population Leve', 'Knowing the health status of the population allows for better planning and evaluation of health programs and tailoring interventions to meet patient/community needs. Physicians are also active participants in disease surveillance programs, encouraging them to address health needs in the population and not merely health demands.', NULL, 309, 8, NULL, 107, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28861(449, '78-2-E', 'Assessing And Measuring Health Status At The Population Leve', 'Knowing the health status of the population allows for better planning and evaluation of health programs and tailoring interventions to meet patient/community needs. Physicians are also active participants in disease surveillance programs, encouraging them to address health needs in the population and not merely health demands.', NULL, 309, 8, NULL, 107, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23223(450, '78-1-E', 'Concepts Of Health And Its Determinants', 'Concepts of health, illness, disease and the socially defined sick role are fundamental to understanding the health of a community and to applying that knowledge to the patients that a physician serves. With advances in care, the aspirations of patients for good health have expanded and this has placed new demands on physicians to address issues that are not strictly biomedical in nature. These concepts are also important if the physician is to understand health and illness behaviour. ', NULL, 309, 8, NULL, 108, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28862(450, '78-1-E', 'Concepts Of Health And Its Determinants', 'Concepts of health, illness, disease and the socially defined sick role are fundamental to understanding the health of a community and to applying that knowledge to the patients that a physician serves. With advances in care, the aspirations of patients for good health have expanded and this has placed new demands on physicians to address issues that are not strictly biomedical in nature. These concepts are also important if the physician is to understand health and illness behaviour. ', NULL, 309, 8, NULL, 108, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23224(451, '78-6-E', 'Environment', 'Environmental issues are important in medical practice because exposures may be causally linked to a patient\'s clinical presentation and the health of the exposed population. A physician is expected to work with regulatory agencies to help implement the necessary interventions to prevent future illness.  Physician involvement is important in the promotion of global environmental health.', NULL, 309, 8, NULL, 109, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28863(451, '78-6-E', 'Environment', 'Environmental issues are important in medical practice because exposures may be causally linked to a patient\'s clinical presentation and the health of the exposed population. A physician is expected to work with regulatory agencies to help implement the necessary interventions to prevent future illness.  Physician involvement is important in the promotion of global environmental health.', NULL, 309, 8, NULL, 109, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23225(452, '78-7-E', 'Health Of Special Populations', 'Health equity is defined as each person in society having an equal opportunity for health. Each community is composed of diverse groups of individuals and sub-populations. Due to variations in factors such as physical location, culture, behaviours, age and gender structure, populations have different health risks and needs that must be addressed in order to achieve health equity.  Hence physicians need to be aware of the differing needs of population groups and must be able to adjust service provision to ensure culturally safe communications and care.', NULL, 309, 8, NULL, 110, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28864(452, '78-7-E', 'Health Of Special Populations', 'Health equity is defined as each person in society having an equal opportunity for health. Each community is composed of diverse groups of individuals and sub-populations. Due to variations in factors such as physical location, culture, behaviours, age and gender structure, populations have different health risks and needs that must be addressed in order to achieve health equity.  Hence physicians need to be aware of the differing needs of population groups and must be able to adjust service provision to ensure culturally safe communications and care.', NULL, 309, 8, NULL, 110, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23226(453, '78-3-E', 'Interventions At The Population Level', 'Many interventions at the individual level must be supported by actions at the community level. Physicians will be expected to advocate for community wide interventions and to address issues that occur to many patients across their practice. ', NULL, 309, 8, NULL, 111, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28865(453, '78-3-E', 'Interventions At The Population Level', 'Many interventions at the individual level must be supported by actions at the community level. Physicians will be expected to advocate for community wide interventions and to address issues that occur to many patients across their practice. ', NULL, 309, 8, NULL, 111, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23227(454, '78-5-E', 'Outbreak Management', 'Physicians are crucial participants in the control of outbreaks of disease. They must be able to diagnose cases, recognize outbreaks, report these to public health authorities and work with authorities to limit the spread of the outbreak. A common example includes physicians working in nursing homes and being asked to assist in the control of an outbreak of influenza or diarrhea.', NULL, 309, 8, NULL, 112, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28866(454, '78-5-E', 'Outbreak Management', 'Physicians are crucial participants in the control of outbreaks of disease. They must be able to diagnose cases, recognize outbreaks, report these to public health authorities and work with authorities to limit the spread of the outbreak. A common example includes physicians working in nursing homes and being asked to assist in the control of an outbreak of influenza or diarrhea.', NULL, 309, 8, NULL, 112, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23228(455, '79-1-E', 'Hyperkalemia ', 'Hyperkalemia may have serious consequences (especially cardiac) and may also be indicative of the presence of serious associated medical conditions.', NULL, 309, 8, NULL, 113, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28867(455, '79-1-E', 'Hyperkalemia ', 'Hyperkalemia may have serious consequences (especially cardiac) and may also be indicative of the presence of serious associated medical conditions.', NULL, 309, 8, NULL, 113, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23229(456, '79-2-E', 'Hypokalemia ', 'Hypokalemia, a common clinical problem, is most often discovered on routine analysis of serum electrolytes or ECG results.  Symptoms usually develop much later when depletion is quite severe.', NULL, 309, 8, NULL, 114, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28868(456, '79-2-E', 'Hypokalemia ', 'Hypokalemia, a common clinical problem, is most often discovered on routine analysis of serum electrolytes or ECG results.  Symptoms usually develop much later when depletion is quite severe.', NULL, 309, 8, NULL, 114, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23230(457, '80-1-E', 'Antepartum Care ', 'The purpose of antepartum care is to help achieve as good a maternal and infant outcome as possible.  This means that psychosocial issues as well as biological issues need to be addressed.', NULL, 309, 8, NULL, 115, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28869(457, '80-1-E', 'Antepartum Care ', 'The purpose of antepartum care is to help achieve as good a maternal and infant outcome as possible.  This means that psychosocial issues as well as biological issues need to be addressed.', NULL, 309, 8, NULL, 115, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23231(458, '80-2-E', 'Intrapartum Care/postpartum Care ', 'Intrapartum and postpartum care means the care of the mother and fetus during labor and the six-week period following birth during which the reproductive tract returns to its normal nonpregnant state.  Of pregnant women, 85% will undergo spontaneous labor between 37 and 42 weeks of gestation.  Labor is the process by which products of conception are delivered from the uterus by progressive cervical effacement and dilatation in the presence of regular uterine contractions.', NULL, 309, 8, NULL, 116, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28870(458, '80-2-E', 'Intrapartum Care/postpartum Care ', 'Intrapartum and postpartum care means the care of the mother and fetus during labor and the six-week period following birth during which the reproductive tract returns to its normal nonpregnant state.  Of pregnant women, 85% will undergo spontaneous labor between 37 and 42 weeks of gestation.  Labor is the process by which products of conception are delivered from the uterus by progressive cervical effacement and dilatation in the presence of regular uterine contractions.', NULL, 309, 8, NULL, 116, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23232(459, '80-3-E', 'Obstetrical Complications ', 'Virtually any maternal medical or surgical condition can complicate the course of a pregnancy and/or be affected by the pregnancy.  In addition, conditions arising in pregnancy can have adverse effects on the mother and/or the fetus.  For example, babies born prematurely account for&gt;50% of perinatal morbidity and mortality; an estimated 5% of women will describe bleeding of some extent during pregnancy, and in some patients the bleeding will endanger the mother.', NULL, 309, 8, NULL, 117, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28871(459, '80-3-E', 'Obstetrical Complications ', 'Virtually any maternal medical or surgical condition can complicate the course of a pregnancy and/or be affected by the pregnancy.  In addition, conditions arising in pregnancy can have adverse effects on the mother and/or the fetus.  For example, babies born prematurely account for&gt;50% of perinatal morbidity and mortality; an estimated 5% of women will describe bleeding of some extent during pregnancy, and in some patients the bleeding will endanger the mother.', NULL, 309, 8, NULL, 117, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23233(460, '81-E', 'Pregnancy Loss', 'A miscarriage or abortion is a pregnancy that ends before the fetus can live outside the uterus.  The term also means the actual passage of the uterine contents.  It is very common in early pregnancy; up to 20% of pregnant women have a miscarriage before 20 weeks of pregnancy, 80% of these in the first 12 weeks.', NULL, 309, 8, NULL, 118, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28872(460, '81-E', 'Pregnancy Loss', 'A miscarriage or abortion is a pregnancy that ends before the fetus can live outside the uterus.  The term also means the actual passage of the uterine contents.  It is very common in early pregnancy; up to 20% of pregnant women have a miscarriage before 20 weeks of pregnancy, 80% of these in the first 12 weeks.', NULL, 309, 8, NULL, 118, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23234(461, '82-E', 'Prematurity', 'The impact of premature birth is best summarized by the fact that&lt;10% of babies born prematurely in North America account for&gt;50% of all perinatal morbidity and mortality.  Yet outcomes, although guarded, can be rewarding given optimal circumstances.', NULL, 309, 8, NULL, 119, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28873(461, '82-E', 'Prematurity', 'The impact of premature birth is best summarized by the fact that&lt;10% of babies born prematurely in North America account for&gt;50% of all perinatal morbidity and mortality.  Yet outcomes, although guarded, can be rewarding given optimal circumstances.', NULL, 309, 8, NULL, 119, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23235(462, '83-E', 'Prolapse/pelvic Relaxation', 'Patients with pelvic relaxation present with a forward and downward drop of the pelvic organs (bladder, rectum).  In order to identify patients who would benefit from therapy, the physician should be familiar with the manifestations of pelvic relaxation (uterine prolapse, vaginal vault prolapse, cystocele, rectocele, and enterocele) and have an approach to management.', NULL, 309, 8, NULL, 120, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28874(462, '83-E', 'Prolapse/pelvic Relaxation', 'Patients with pelvic relaxation present with a forward and downward drop of the pelvic organs (bladder, rectum).  In order to identify patients who would benefit from therapy, the physician should be familiar with the manifestations of pelvic relaxation (uterine prolapse, vaginal vault prolapse, cystocele, rectocele, and enterocele) and have an approach to management.', NULL, 309, 8, NULL, 120, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23236(463, '84-E', 'Proteinuria ', 'Urinalysis is a screening procedure used frequently for insurance and routine examinations.  Proteinuria is usually identified by positive dipstick on routine urinalysis. Persistent proteinuria often implies abnormal glomerular function.', NULL, 309, 8, NULL, 121, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28875(463, '84-E', 'Proteinuria ', 'Urinalysis is a screening procedure used frequently for insurance and routine examinations.  Proteinuria is usually identified by positive dipstick on routine urinalysis. Persistent proteinuria often implies abnormal glomerular function.', NULL, 309, 8, NULL, 121, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23237(464, '85-E', 'Pruritus ', 'Itching is the most common symptom in dermatology.  In the absence of primary skin lesions, generalised pruritus can be indicative of an underlying systemic disorder.  Most patients with pruritus do not have a systemic disorder and the itching is due to a cutaneous disorder.', NULL, 309, 8, NULL, 122, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28876(464, '85-E', 'Pruritus ', 'Itching is the most common symptom in dermatology.  In the absence of primary skin lesions, generalised pruritus can be indicative of an underlying systemic disorder.  Most patients with pruritus do not have a systemic disorder and the itching is due to a cutaneous disorder.', NULL, 309, 8, NULL, 122, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23238(465, '86-E', 'Psychotic Patient/disordered Thought', 'Psychosis is a general term for a major mental disorder characterized by derangement of personality and loss of contact with reality, often with false beliefs (delusions), disturbances in sensory perception (hallucinations), or thought disorders (illusions). Schizophrenia is both the most common (1% of world population) and the classic psychotic disorder.  There are other psychotic syndromes that do not meet the diagnostic criteria for schizophrenia, some of them caused by general medical conditions or induced by a substance (alcohol, hallucinogens, steroids).  In the evaluation of any psychotic patient in a primary care setting all of these possibilities need to be considered.', NULL, 309, 8, NULL, 123, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28877(465, '86-E', 'Psychotic Patient/disordered Thought', 'Psychosis is a general term for a major mental disorder characterized by derangement of personality and loss of contact with reality, often with false beliefs (delusions), disturbances in sensory perception (hallucinations), or thought disorders (illusions). Schizophrenia is both the most common (1% of world population) and the classic psychotic disorder.  There are other psychotic syndromes that do not meet the diagnostic criteria for schizophrenia, some of them caused by general medical conditions or induced by a substance (alcohol, hallucinogens, steroids).  In the evaluation of any psychotic patient in a primary care setting all of these possibilities need to be considered.', NULL, 309, 8, NULL, 123, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23239(466, '87-E', 'Pulse Abnormalities/diminished/absent/bruits', 'Arterial pulse characteristics should be assessed as an integral part of the physical examination.  Carotid, radial, femoral, posterior tibial, and dorsalis pedis pulses should be examined routinely on both sides, and differences, if any, in amplitude, contour, and upstroke should be ascertained.', NULL, 309, 8, NULL, 124, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28878(466, '87-E', 'Pulse Abnormalities/diminished/absent/bruits', 'Arterial pulse characteristics should be assessed as an integral part of the physical examination.  Carotid, radial, femoral, posterior tibial, and dorsalis pedis pulses should be examined routinely on both sides, and differences, if any, in amplitude, contour, and upstroke should be ascertained.', NULL, 309, 8, NULL, 124, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23240(467, '88-E', 'Pupil Abnormalities ', 'Pupillary disorders of changing degree are in general of little clinical importance.  If only one pupil is fixed to light, it is suspicious of the effect of mydriatics.  However, pupillary disorders with neurological symptoms may be of significance.', NULL, 309, 8, NULL, 125, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28879(467, '88-E', 'Pupil Abnormalities ', 'Pupillary disorders of changing degree are in general of little clinical importance.  If only one pupil is fixed to light, it is suspicious of the effect of mydriatics.  However, pupillary disorders with neurological symptoms may be of significance.', NULL, 309, 8, NULL, 125, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23241(468, '89-1-E', 'Acute Renal Failure (anuria/oliguria/arf)', 'A sudden and rapid rise in serum creatinine is a common finding.  A competent physician is required to have an organised approach to this problem.', NULL, 309, 8, NULL, 126, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28880(468, '89-1-E', 'Acute Renal Failure (anuria/oliguria/arf)', 'A sudden and rapid rise in serum creatinine is a common finding.  A competent physician is required to have an organised approach to this problem.', NULL, 309, 8, NULL, 126, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23242(469, '89-2-E', 'Chronic Renal Failure ', 'Although specialists in nephrology will care for patients with chronic renal failure, family physicians will need to identify patients at risk for chronic renal disease, will participate in treatment to slow the progression of chronic renal disease, and will care for other common medical problems that afflict these patients.  Physicians must realise that patients with chronic renal failure have unique risks and that common therapies may be harmful because kidneys are frequently the main routes for excretion of many drugs.', NULL, 309, 8, NULL, 127, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28881(469, '89-2-E', 'Chronic Renal Failure ', 'Although specialists in nephrology will care for patients with chronic renal failure, family physicians will need to identify patients at risk for chronic renal disease, will participate in treatment to slow the progression of chronic renal disease, and will care for other common medical problems that afflict these patients.  Physicians must realise that patients with chronic renal failure have unique risks and that common therapies may be harmful because kidneys are frequently the main routes for excretion of many drugs.', NULL, 309, 8, NULL, 127, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23243(470, '90-E', 'Scrotal Mass ', 'In children and adolescents, scrotal masses vary from incidental, requiring only reassurance, to acute pathologic events.  In adults, tumors of the testis are relatively uncommon (only 1 - 2 % of malignant tumors in men), but are considered of particular importance because they affect predominantly young men (25 - 34 years).  In addition, recent advances in management have resulted in dramatic improvement in survival rate.', NULL, 309, 8, NULL, 128, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28882(470, '90-E', 'Scrotal Mass ', 'In children and adolescents, scrotal masses vary from incidental, requiring only reassurance, to acute pathologic events.  In adults, tumors of the testis are relatively uncommon (only 1 - 2 % of malignant tumors in men), but are considered of particular importance because they affect predominantly young men (25 - 34 years).  In addition, recent advances in management have resulted in dramatic improvement in survival rate.', NULL, 309, 8, NULL, 128, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23244(471, '91-E', 'Scrotal Pain ', 'In most scrotal disorders, there is swelling of the testis or its adnexae.  However, some conditions are not only associated with pain, but pain may precede the development of an obvious mass in the scrotum.', NULL, 309, 8, NULL, 129, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28883(471, '91-E', 'Scrotal Pain ', 'In most scrotal disorders, there is swelling of the testis or its adnexae.  However, some conditions are not only associated with pain, but pain may precede the development of an obvious mass in the scrotum.', NULL, 309, 8, NULL, 129, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23245(472, '92-E', 'Seizures (epilepsy)', 'Seizures are an important differential diagnosis of syncope.  A seizure is a transient neurological dysfunction resulting from excessive/abnormal electrical discharges of cortical neurons.  They may represent epilepsy (a chronic condition characterized by recurrent seizures) but need to be differentiated from a variety of secondary causes.', NULL, 309, 8, NULL, 130, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28884(472, '92-E', 'Seizures (epilepsy)', 'Seizures are an important differential diagnosis of syncope.  A seizure is a transient neurological dysfunction resulting from excessive/abnormal electrical discharges of cortical neurons.  They may represent epilepsy (a chronic condition characterized by recurrent seizures) but need to be differentiated from a variety of secondary causes.', NULL, 309, 8, NULL, 130, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23246(473, '93-1-E', 'Sexual Maturation, Abnormal ', 'Sexual development is important to adolescent perception of self-image and wellbeing. Many factors may disrupt the normal progression to sexual maturation.', NULL, 309, 8, NULL, 131, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28885(473, '93-1-E', 'Sexual Maturation, Abnormal ', 'Sexual development is important to adolescent perception of self-image and wellbeing. Many factors may disrupt the normal progression to sexual maturation.', NULL, 309, 8, NULL, 131, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23247(474, '94-E', 'Sexually Concerned Patient/gender Identity Disorder', 'The social appropriateness of sexuality is culturally determined.  The physician\'s own sexual attitude needs to be recognised and taken into account in order to deal with the patient\'s concern in a relevant manner.  The patient must be set at ease in order to make possible discussion of private and sensitive sexual issues.', NULL, 309, 8, NULL, 132, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28886(474, '94-E', 'Sexually Concerned Patient/gender Identity Disorder', 'The social appropriateness of sexuality is culturally determined.  The physician\'s own sexual attitude needs to be recognised and taken into account in order to deal with the patient\'s concern in a relevant manner.  The patient must be set at ease in order to make possible discussion of private and sensitive sexual issues.', NULL, 309, 8, NULL, 132, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23248(475, '95-E', 'Skin Ulcers/skin Tumors (benign And Malignant)', NULL, NULL, 309, 8, NULL, 133, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28887(475, '95-E', 'Skin Ulcers/skin Tumors (benign And Malignant)', NULL, NULL, 309, 8, NULL, 133, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23249(476, '96-E', 'Skin Rash, Macules', NULL, NULL, 309, 8, NULL, 134, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28888(476, '96-E', 'Skin Rash, Macules', NULL, NULL, 309, 8, NULL, 134, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23250(477, '97-E', 'Skin Rash, Papules', NULL, NULL, 309, 8, NULL, 135, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28889(477, '97-E', 'Skin Rash, Papules', NULL, NULL, 309, 8, NULL, 135, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23251(478, '97-1-E', 'Childhood Communicable Diseases ', 'Communicable diseases are common in childhood and vary from mild inconveniences to life threatening disorders.  Physicians need to differentiate between these common conditions and initiate management.', NULL, 477, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28890(478, '97-1-E', 'Childhood Communicable Diseases ', 'Communicable diseases are common in childhood and vary from mild inconveniences to life threatening disorders.  Physicians need to differentiate between these common conditions and initiate management.', NULL, 477, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23252(479, '97-2-E', 'Urticaria/angioedema/anaphylaxis', NULL, NULL, 477, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28891(479, '97-2-E', 'Urticaria/angioedema/anaphylaxis', NULL, NULL, 477, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23253(480, '98-E', 'Sleep And Circadian Rhythm Disorders/sleep Apnea Syndrome/in', 'Insomnia is a symptom that affects 1/3 of the population at some time, and is a persistent problem in 10 % of the population.  Affected patients complain of difficulty in initiating and maintaining sleep, and this inability to obtain adequate quantity and quality of sleep results in impaired daytime functioning.', NULL, 309, 8, NULL, 136, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28892(480, '98-E', 'Sleep And Circadian Rhythm Disorders/sleep Apnea Syndrome/in', 'Insomnia is a symptom that affects 1/3 of the population at some time, and is a persistent problem in 10 % of the population.  Affected patients complain of difficulty in initiating and maintaining sleep, and this inability to obtain adequate quantity and quality of sleep results in impaired daytime functioning.', NULL, 309, 8, NULL, 136, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23254(481, '99-1-E', 'Hypernatremia ', 'Although not extremely common, hypernatremia is likely to be encountered with increasing frequency in our ageing population.  It is also encountered at the other extreme of life, the very young, for the same reason: an inability to respond to thirst by drinking water.', NULL, 309, 8, NULL, 137, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28893(481, '99-1-E', 'Hypernatremia ', 'Although not extremely common, hypernatremia is likely to be encountered with increasing frequency in our ageing population.  It is also encountered at the other extreme of life, the very young, for the same reason: an inability to respond to thirst by drinking water.', NULL, 309, 8, NULL, 137, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23255(482, '99-2-E', 'Hyponatremia ', 'Hyponatremia is detected in many asymptomatic patients because serum electrolytes are measured almost routinely.  In children with sodium depletion, the cause of the hyponatremia is usually iatrogenic.  The presence of hyponatremia may predict serious neurologic complications or be relatively benign.', NULL, 309, 8, NULL, 138, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28894(482, '99-2-E', 'Hyponatremia ', 'Hyponatremia is detected in many asymptomatic patients because serum electrolytes are measured almost routinely.  In children with sodium depletion, the cause of the hyponatremia is usually iatrogenic.  The presence of hyponatremia may predict serious neurologic complications or be relatively benign.', NULL, 309, 8, NULL, 138, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23256(483, '100-E', 'Sore Throat (rhinorrhea) ', 'Rhinorrhea and sore throat occurring together indicate a viral upper respiratory tract infection such as the \"common cold\".  Sore throat may be due to a variety of bacterial and viral pathogens (as well as other causes in more unusual circumstances).  Infection is transmitted from person to person and arises from direct contact with infected saliva or nasal secretions.  Rhinorrhea alone is not infective and may be seasonal (hay fever or allergic rhinitis) or chronic (vaso-motor rhinitis).', NULL, 309, 8, NULL, 139, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28895(483, '100-E', 'Sore Throat (rhinorrhea) ', 'Rhinorrhea and sore throat occurring together indicate a viral upper respiratory tract infection such as the \"common cold\".  Sore throat may be due to a variety of bacterial and viral pathogens (as well as other causes in more unusual circumstances).  Infection is transmitted from person to person and arises from direct contact with infected saliva or nasal secretions.  Rhinorrhea alone is not infective and may be seasonal (hay fever or allergic rhinitis) or chronic (vaso-motor rhinitis).', NULL, 309, 8, NULL, 139, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23257(484, '100-1-E', 'Smell/taste Dysfunction ', 'In order to evaluate patients with smell or taste disorders, a multi-disciplinary approach is required.  This means that in addition to the roles specialists may have, the family physician must play an important role.', NULL, 483, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28896(484, '100-1-E', 'Smell/taste Dysfunction ', 'In order to evaluate patients with smell or taste disorders, a multi-disciplinary approach is required.  This means that in addition to the roles specialists may have, the family physician must play an important role.', NULL, 483, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23258(485, '101-E', 'Stature Abnormal (tall Stature/short Stature)', 'To define any growth point, children should be measured accurately and each point (height, weight, and head circumference) plotted.  One of the more common causes of abnormal growth is mis-measurement or aberrant plotting.', NULL, 309, 8, NULL, 140, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28897(485, '101-E', 'Stature Abnormal (tall Stature/short Stature)', 'To define any growth point, children should be measured accurately and each point (height, weight, and head circumference) plotted.  One of the more common causes of abnormal growth is mis-measurement or aberrant plotting.', NULL, 309, 8, NULL, 140, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23259(486, '102-E', 'Strabismus And/or Amblyopia ', 'Parental concern about children with a wandering eye, crossing eye, or poor vision in one eye makes it necessary for physicians to know how to manage such problems.', NULL, 309, 8, NULL, 141, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28898(486, '102-E', 'Strabismus And/or Amblyopia ', 'Parental concern about children with a wandering eye, crossing eye, or poor vision in one eye makes it necessary for physicians to know how to manage such problems.', NULL, 309, 8, NULL, 141, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23260(487, '103-E', 'Substance Abuse/drug Addiction/withdrawal', 'Alcohol and nicotine abuse is such a common condition that virtually every clinician is confronted with their complications.  Moreover, 10 - 15% of outpatient visits as well as 25 - 40% of hospital admissions are related to substance abuse and its sequelae.', NULL, 309, 8, NULL, 142, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28899(487, '103-E', 'Substance Abuse/drug Addiction/withdrawal', 'Alcohol and nicotine abuse is such a common condition that virtually every clinician is confronted with their complications.  Moreover, 10 - 15% of outpatient visits as well as 25 - 40% of hospital admissions are related to substance abuse and its sequelae.', NULL, 309, 8, NULL, 142, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23261(488, '104-E', 'Sudden Infant Death Syndrome(sids)/acute Life Threatening Ev', 'SIDS and/or ALTE are a devastating event for parents, caregivers and health care workers alike.  It is imperative that the precursors, probable cause and parental concerns are extensively evaluated to prevent recurrence.', NULL, 309, 8, NULL, 143, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28900(488, '104-E', 'Sudden Infant Death Syndrome(sids)/acute Life Threatening Ev', 'SIDS and/or ALTE are a devastating event for parents, caregivers and health care workers alike.  It is imperative that the precursors, probable cause and parental concerns are extensively evaluated to prevent recurrence.', NULL, 309, 8, NULL, 143, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23262(489, '105-E', 'Suicidal Behavior', 'Psychiatric emergencies are common and serious problems.  Suicidal behaviour is one of several psychiatric emergencies which physicians must know how to assess and manage.', NULL, 309, 8, NULL, 144, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28901(489, '105-E', 'Suicidal Behavior', 'Psychiatric emergencies are common and serious problems.  Suicidal behaviour is one of several psychiatric emergencies which physicians must know how to assess and manage.', NULL, 309, 8, NULL, 144, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23263(490, '106-E', 'Syncope/pre-syncope/loss Of Consciousness  (fainting)', 'Syncopal episodes, an abrupt and transient loss of consciousness followed by a rapid and usually complete recovery, are common.  Physicians are required to distinguish syncope from seizures, and benign syncope from syncope caused by serious underlying illness.', NULL, 309, 8, NULL, 145, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28902(490, '106-E', 'Syncope/pre-syncope/loss Of Consciousness  (fainting)', 'Syncopal episodes, an abrupt and transient loss of consciousness followed by a rapid and usually complete recovery, are common.  Physicians are required to distinguish syncope from seizures, and benign syncope from syncope caused by serious underlying illness.', NULL, 309, 8, NULL, 145, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23264(491, '107-3-E', 'Fever In A Child/fever In A Child Less Than Three Weeks', 'Fever in children is the most common symptom for which parents seek medical advice.  While most causes are self-limited viral infections (febrile illness of short duration) it is important to identify serious underlying disease and/or those other infections amenable to treatment.', NULL, 309, 8, NULL, 146, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28903(491, '107-3-E', 'Fever In A Child/fever In A Child Less Than Three Weeks', 'Fever in children is the most common symptom for which parents seek medical advice.  While most causes are self-limited viral infections (febrile illness of short duration) it is important to identify serious underlying disease and/or those other infections amenable to treatment.', NULL, 309, 8, NULL, 146, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23265(492, '107-4-E', 'Fever In The Immune Compromised Host/recurrent Fever', 'Patients with certain immuno-deficiencies are at high risk for infections.  The infective organism and site depend on the type and severity of immuno-suppression.  Some of these infections are life threatening.', NULL, 309, 8, NULL, 147, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28904(492, '107-4-E', 'Fever In The Immune Compromised Host/recurrent Fever', 'Patients with certain immuno-deficiencies are at high risk for infections.  The infective organism and site depend on the type and severity of immuno-suppression.  Some of these infections are life threatening.', NULL, 309, 8, NULL, 147, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23266(493, '107-2-E', 'Fever Of Unknown Origin ', 'Unlike acute fever (&lt;2 weeks), which is usually either viral (low-grade, moderate fever) or bacterial (high grade, chills, rigors) in origin, fever of unknown origin is an illness of three weeks or more without an established diagnosis despite appropriate investigation.', NULL, 309, 8, NULL, 148, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28905(493, '107-2-E', 'Fever Of Unknown Origin ', 'Unlike acute fever (&lt;2 weeks), which is usually either viral (low-grade, moderate fever) or bacterial (high grade, chills, rigors) in origin, fever of unknown origin is an illness of three weeks or more without an established diagnosis despite appropriate investigation.', NULL, 309, 8, NULL, 148, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23267(494, '107-1-E', 'Hyperthermia ', 'Hyperthermia is an elevation in core body temperature due to failure of thermo-regulation (in contrast to fever, which is induced by cytokine activation).  It is a medical emergency and may be associated with severe complications and death.  The differential diagnosis is extensive (includes all causes of fever).', NULL, 309, 8, NULL, 149, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28906(494, '107-1-E', 'Hyperthermia ', 'Hyperthermia is an elevation in core body temperature due to failure of thermo-regulation (in contrast to fever, which is induced by cytokine activation).  It is a medical emergency and may be associated with severe complications and death.  The differential diagnosis is extensive (includes all causes of fever).', NULL, 309, 8, NULL, 149, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23268(495, '107-5-E', 'Hypothermia ', 'Hypothermia is the inability to maintain core body temperature.  Although far less common than is elevation in temperature, hypothermia (central temperature ? 35°C) is of considerable importance because it can represent a medical emergency.  Severe hypothermia is defined as a core temperature of &lt;28°C.', NULL, 309, 8, NULL, 150, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28907(495, '107-5-E', 'Hypothermia ', 'Hypothermia is the inability to maintain core body temperature.  Although far less common than is elevation in temperature, hypothermia (central temperature ? 35°C) is of considerable importance because it can represent a medical emergency.  Severe hypothermia is defined as a core temperature of &lt;28°C.', NULL, 309, 8, NULL, 150, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23269(496, '108-E', 'Tinnitus', 'Tinnitus is an awareness of sound near the head without an obvious external source.  It may involve one or both ears, be continuous or intermittent.  Although not usually related to serious medical problems, in some it may interfere with daily activities, affect quality of life, and in a very few be indicative of serious organic disease.', NULL, 309, 8, NULL, 151, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28908(496, '108-E', 'Tinnitus', 'Tinnitus is an awareness of sound near the head without an obvious external source.  It may involve one or both ears, be continuous or intermittent.  Although not usually related to serious medical problems, in some it may interfere with daily activities, affect quality of life, and in a very few be indicative of serious organic disease.', NULL, 309, 8, NULL, 151, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23270(497, '109-E', 'Trauma/accidents', 'Management of patients with traumatic injuries presents a variety of challenges.  They require evaluation in the emergency department for triage and prevention of further deterioration prior to transfer or discharge.  Early recognition and management of complications along with aggressive treatment of underlying medical conditions are necessary to minimise morbidity and mortality in this patient population.', NULL, 309, 8, NULL, 152, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28909(497, '109-E', 'Trauma/accidents', 'Management of patients with traumatic injuries presents a variety of challenges.  They require evaluation in the emergency department for triage and prevention of further deterioration prior to transfer or discharge.  Early recognition and management of complications along with aggressive treatment of underlying medical conditions are necessary to minimise morbidity and mortality in this patient population.', NULL, 309, 8, NULL, 152, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23271(498, '109-1-E', 'Abdominal Injuries ', 'The major causes of blunt trauma are motor vehicles, auto-pedestrian injuries, and motorcycle/all terrain vehicle injuries.  In children, bicycle injuries, falls, and child abuse also contribute.  Assessment of a patient with an abdominal injury is difficult.  As a consequence, important injuries tend to be missed.  Rupture of a hollow viscus or bleeding from a solid organ may produce few clinical signs.', NULL, 497, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28910(498, '109-1-E', 'Abdominal Injuries ', 'The major causes of blunt trauma are motor vehicles, auto-pedestrian injuries, and motorcycle/all terrain vehicle injuries.  In children, bicycle injuries, falls, and child abuse also contribute.  Assessment of a patient with an abdominal injury is difficult.  As a consequence, important injuries tend to be missed.  Rupture of a hollow viscus or bleeding from a solid organ may produce few clinical signs.', NULL, 497, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23272(499, '109-2-E', 'Bites, Animal/insects ', 'Since so many households include pets, animal bite wounds are common.  Dog and cat bites account for about 1% of emergency visits, the majority in children.  Some can be serious and lead to limb damage, and at times permanent disability.</p>\r\n<p>Insect bites in Canada most commonly cause a local inflammatory reaction that subsides within a few hours and is mostly a nuisance.  In contrast, mosquitoes can transmit infectious disease to more than 700 million people in other geographic areas of the world (e.g., malaria, yellow fever, dengue, encephalitis and filariasis among others), as well as in Canada.  Tick-borne illness is also common.  On the other hand, systemic reactions to insect bites are extremely rare compared with insect stings.  The most common insects associated with systemic allergic reactions were blackflies, deerflies, and horseflies.', NULL, 497, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28911(499, '109-2-E', 'Bites, Animal/insects ', 'Since so many households include pets, animal bite wounds are common.  Dog and cat bites account for about 1% of emergency visits, the majority in children.  Some can be serious and lead to limb damage, and at times permanent disability.</p>\r\n<p>Insect bites in Canada most commonly cause a local inflammatory reaction that subsides within a few hours and is mostly a nuisance.  In contrast, mosquitoes can transmit infectious disease to more than 700 million people in other geographic areas of the world (e.g., malaria, yellow fever, dengue, encephalitis and filariasis among others), as well as in Canada.  Tick-borne illness is also common.  On the other hand, systemic reactions to insect bites are extremely rare compared with insect stings.  The most common insects associated with systemic allergic reactions were blackflies, deerflies, and horseflies.', NULL, 497, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23273(500, '109-3-E', 'Bone/joint Injury', 'Major fractures are at times associated with other injuries, and priorities must be set for each patient.  For example, hemodynamic stability takes precedence over fracture management, but an open fracture should be managed as soon as possible.  On the other hand, management of many soft tissue injuries is facilitated by initial stabilization of bone or joint injury. Unexplained fractures in children should alert physicians to the possibility of abuse.', NULL, 497, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28912(500, '109-3-E', 'Bone/joint Injury', 'Major fractures are at times associated with other injuries, and priorities must be set for each patient.  For example, hemodynamic stability takes precedence over fracture management, but an open fracture should be managed as soon as possible.  On the other hand, management of many soft tissue injuries is facilitated by initial stabilization of bone or joint injury. Unexplained fractures in children should alert physicians to the possibility of abuse.', NULL, 497, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23274(501, '109-4-E', 'Chest Injuries ', 'Injury to the chest may be blunt (e.g., motor vehicle accident resulting in steering wheel blow to sternum, falls, explosions, crush injuries) or penetrating (knife/bullet).  In either instance, emergency management becomes extremely important to the eventual outcome.', NULL, 497, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28913(501, '109-4-E', 'Chest Injuries ', 'Injury to the chest may be blunt (e.g., motor vehicle accident resulting in steering wheel blow to sternum, falls, explosions, crush injuries) or penetrating (knife/bullet).  In either instance, emergency management becomes extremely important to the eventual outcome.', NULL, 497, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23275(502, '109-6-E', 'Drowning (near-drowning) ', 'Survival after suffocation by submersion in a liquid medium, including loss of consciousness, is defined as near drowning.  The incidence is uncertain, but likely it may occur several hundred times more frequently than drowning deaths (150,000/year worldwide).', NULL, 497, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28914(502, '109-6-E', 'Drowning (near-drowning) ', 'Survival after suffocation by submersion in a liquid medium, including loss of consciousness, is defined as near drowning.  The incidence is uncertain, but likely it may occur several hundred times more frequently than drowning deaths (150,000/year worldwide).', NULL, 497, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23276(503, '109-8-E', 'Facial Injuries ', 'Facial injuries are potentially life threatening because of possible damage to the airway and central nervous system.', NULL, 497, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28915(503, '109-8-E', 'Facial Injuries ', 'Facial injuries are potentially life threatening because of possible damage to the airway and central nervous system.', NULL, 497, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23277(504, '109-9-E', 'Hand/wrist Injuries ', 'Hand injuries are common problems presenting to emergency departments.  The ultimate function of the hand depends upon the quality of the initial care, the severity of the original injury and rehabilitation.', NULL, 497, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28916(504, '109-9-E', 'Hand/wrist Injuries ', 'Hand injuries are common problems presenting to emergency departments.  The ultimate function of the hand depends upon the quality of the initial care, the severity of the original injury and rehabilitation.', NULL, 497, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23278(505, '109-10-E', 'Head Trauma/brain Death/transplant Donations', 'Most head trauma is mild and not associated with brain injury or long-term sequelae. Improved outcome after head trauma depends upon preventing deterioration and secondary brain injury.  Serious intracranial injuries may remain undetected due to failure to obtain an indicated head CT.', NULL, 497, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28917(505, '109-10-E', 'Head Trauma/brain Death/transplant Donations', 'Most head trauma is mild and not associated with brain injury or long-term sequelae. Improved outcome after head trauma depends upon preventing deterioration and secondary brain injury.  Serious intracranial injuries may remain undetected due to failure to obtain an indicated head CT.', NULL, 497, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23279(506, '109-11-E', 'Nerve Injury ', 'Peripheral nerve injuries often occur as part of more extensive injuries and tend to go unrecognized.  Evaluation of these injuries is based on an accurate knowledge of the anatomy and function of the nerve(s) involved.', NULL, 497, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28918(506, '109-11-E', 'Nerve Injury ', 'Peripheral nerve injuries often occur as part of more extensive injuries and tend to go unrecognized.  Evaluation of these injuries is based on an accurate knowledge of the anatomy and function of the nerve(s) involved.', NULL, 497, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23280(507, '109-12-E', 'Skin Wounds/regional Anaesthesia', 'Skin and subcutaneous wounds tend to be superficial and can be repaired under local anesthesia.  Animal bite wounds are common and require special consideration.  Since so many households include pets, dog and cat bites account for about 1% of emergency visits, the majority in children.  Some can be serious and lead to limb damage, and at times permanent disability.', NULL, 497, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28919(507, '109-12-E', 'Skin Wounds/regional Anaesthesia', 'Skin and subcutaneous wounds tend to be superficial and can be repaired under local anesthesia.  Animal bite wounds are common and require special consideration.  Since so many households include pets, dog and cat bites account for about 1% of emergency visits, the majority in children.  Some can be serious and lead to limb damage, and at times permanent disability.', NULL, 497, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23281(508, '109-13-E', 'Spinal Trauma', 'Most spinal cord injuries are a result of car accidents, falls, sports-related trauma, or assault with weapons.  The average age at the time of spinal injury is approximately 35 years, and men are four times more likely to be injured than are women.  The sequelae of such events are dire in terms of effect on patient, family, and community.  Initial immobilization and maintenance of ventilation are of critical importance.', NULL, 497, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28920(508, '109-13-E', 'Spinal Trauma', 'Most spinal cord injuries are a result of car accidents, falls, sports-related trauma, or assault with weapons.  The average age at the time of spinal injury is approximately 35 years, and men are four times more likely to be injured than are women.  The sequelae of such events are dire in terms of effect on patient, family, and community.  Initial immobilization and maintenance of ventilation are of critical importance.', NULL, 497, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23282(509, '109-14-E', 'Urinary Tract Injuries ', 'Urinary tract injuries are usually closed rather than penetrating, and may affect the kidneys and/or the collecting system.', NULL, 497, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28921(509, '109-14-E', 'Urinary Tract Injuries ', 'Urinary tract injuries are usually closed rather than penetrating, and may affect the kidneys and/or the collecting system.', NULL, 497, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23283(510, '109-15-E', 'Vascular Injury ', 'Vascular injuries are becoming more common.  Hemorrhage may be occult and require a high index of suspicion (e.g., fracture in an adjacent bone).', NULL, 497, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28922(510, '109-15-E', 'Vascular Injury ', 'Vascular injuries are becoming more common.  Hemorrhage may be occult and require a high index of suspicion (e.g., fracture in an adjacent bone).', NULL, 497, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23284(511, '110-1-E', 'Dysuria And/or Pyuria ', 'Patients with urinary tract infections, especially the very young and very old, may present in an atypical manner.  Appropriate diagnosis and management may prevent significant morbidity.  Dysuria may mean discomfort/pain on micturition or difficulty with micturition.  Pain usually implies infection whereas difficulty is usually related to distal mechanical obstruction (e.g., prostatic).', NULL, 309, 8, NULL, 153, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28923(511, '110-1-E', 'Dysuria And/or Pyuria ', 'Patients with urinary tract infections, especially the very young and very old, may present in an atypical manner.  Appropriate diagnosis and management may prevent significant morbidity.  Dysuria may mean discomfort/pain on micturition or difficulty with micturition.  Pain usually implies infection whereas difficulty is usually related to distal mechanical obstruction (e.g., prostatic).', NULL, 309, 8, NULL, 153, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23285(512, '110-2-E', 'Polyuria/polydipsia', 'Urinary frequency, a common complaint, can be confused with polyuria, a less common, but important complaint.  Diabetes mellitus is a common disorder with morbidity and mortality that can be reduced by preventive measures.  Intensive glycemic control during pregnancy will reduce neonatal complications.', NULL, 309, 8, NULL, 154, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28924(512, '110-2-E', 'Polyuria/polydipsia', 'Urinary frequency, a common complaint, can be confused with polyuria, a less common, but important complaint.  Diabetes mellitus is a common disorder with morbidity and mortality that can be reduced by preventive measures.  Intensive glycemic control during pregnancy will reduce neonatal complications.', NULL, 309, 8, NULL, 154, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23286(513, '111-E', 'Urinary Obstruction/hesitancy/prostatic Cancer', 'Urinary tract obstruction is a relatively common problem.  The obstruction may be complete or incomplete, and unilateral or bilateral.  Thus, the consequences of the obstruction depend on its nature.', NULL, 309, 8, NULL, 155, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28925(513, '111-E', 'Urinary Obstruction/hesitancy/prostatic Cancer', 'Urinary tract obstruction is a relatively common problem.  The obstruction may be complete or incomplete, and unilateral or bilateral.  Thus, the consequences of the obstruction depend on its nature.', NULL, 309, 8, NULL, 155, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23287(514, '112-E', 'Vaginal Bleeding, Excessive/irregular/abnormal', 'Vaginal bleeding is considered abnormal when it occurs at an unexpected time (before menarche or after menopause) or when it varies from the norm in amount or pattern (urinary tract and bowel should be excluded as a source).  Amount or pattern is considered outside normal when it is associated with iron deficiency anemia, it lasts&gt;7days, flow is&gt;80ml/clots, or interval is&lt;24 days.', NULL, 309, 8, NULL, 156, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28926(514, '112-E', 'Vaginal Bleeding, Excessive/irregular/abnormal', 'Vaginal bleeding is considered abnormal when it occurs at an unexpected time (before menarche or after menopause) or when it varies from the norm in amount or pattern (urinary tract and bowel should be excluded as a source).  Amount or pattern is considered outside normal when it is associated with iron deficiency anemia, it lasts&gt;7days, flow is&gt;80ml/clots, or interval is&lt;24 days.', NULL, 309, 8, NULL, 156, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23288(515, '113-E', 'Vaginal Discharge/vulvar Itch/std ', 'Vaginal discharge, with or without pruritus, is a common problem seen in the physician\'s office.', NULL, 309, 8, NULL, 157, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28927(515, '113-E', 'Vaginal Discharge/vulvar Itch/std ', 'Vaginal discharge, with or without pruritus, is a common problem seen in the physician\'s office.', NULL, 309, 8, NULL, 157, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23289(516, '114-E', 'Violence, Family', 'There are a number of major psychiatric emergencies and social problems which physicians must be prepared to assess and manage.  Domestic violence is one of them, since it has both direct and indirect effects on the health of populations.  Intentional controlling or violent behavior (physical, sexual, or emotional abuse, economic control, or social isolation of the victim) by a person who is/was in an intimate relationship with the victim is domestic violence.  The victim lives in a state of constant fear, terrified about when the next episode of abuse will occur.  Despite this, abuse frequently remains hidden and undiagnosed because patients often conceal that they are in abusive relationships.  It is important for clinicians to seek the diagnosis in certain groups of patients.', NULL, 309, 8, NULL, 158, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28928(516, '114-E', 'Violence, Family', 'There are a number of major psychiatric emergencies and social problems which physicians must be prepared to assess and manage.  Domestic violence is one of them, since it has both direct and indirect effects on the health of populations.  Intentional controlling or violent behavior (physical, sexual, or emotional abuse, economic control, or social isolation of the victim) by a person who is/was in an intimate relationship with the victim is domestic violence.  The victim lives in a state of constant fear, terrified about when the next episode of abuse will occur.  Despite this, abuse frequently remains hidden and undiagnosed because patients often conceal that they are in abusive relationships.  It is important for clinicians to seek the diagnosis in certain groups of patients.', NULL, 309, 8, NULL, 158, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23290(517, '114-3-E', 'Adult Abuse/spouse Abuse ', 'The major problem in spouse abuse is wife abuse (some abuse of husbands has been reported).  It is the abuse of power in a relationship involving domination, coercion, intimidation, and the victimization of one person by another.  Ten percent of women in a relationship with a man have experienced abuse.  Of women presenting to a primary care clinic, almost 1/3 reported physical and verbal abuse.', NULL, 516, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28929(517, '114-3-E', 'Adult Abuse/spouse Abuse ', 'The major problem in spouse abuse is wife abuse (some abuse of husbands has been reported).  It is the abuse of power in a relationship involving domination, coercion, intimidation, and the victimization of one person by another.  Ten percent of women in a relationship with a man have experienced abuse.  Of women presenting to a primary care clinic, almost 1/3 reported physical and verbal abuse.', NULL, 516, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23291(518, '114-1-E', 'Child Abuse, Physical/emotional/sexual/neglect/self-induced ', 'Child abuse is intentional harm to a child by the caregiver.  It is part of the spectrum of family dysfunction and leads to significant morbidity and mortality (recently sexual attacks on children by groups of other children have increased).  Abuse causes physical and emotional trauma, and may present as neglect.  The possibility of abuse must be in the mind of all those involved in the care of children who have suffered traumatic injury or have psychological or social disturbances (e.g., aggressive behavior, stress disorder, depressive disorder, substance abuse, etc.).', NULL, 516, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28930(518, '114-1-E', 'Child Abuse, Physical/emotional/sexual/neglect/self-induced ', 'Child abuse is intentional harm to a child by the caregiver.  It is part of the spectrum of family dysfunction and leads to significant morbidity and mortality (recently sexual attacks on children by groups of other children have increased).  Abuse causes physical and emotional trauma, and may present as neglect.  The possibility of abuse must be in the mind of all those involved in the care of children who have suffered traumatic injury or have psychological or social disturbances (e.g., aggressive behavior, stress disorder, depressive disorder, substance abuse, etc.).', NULL, 516, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23292(519, '114-2-E', 'Elderly Abuse ', 'Abuse of the elderly may represent an act or omission that results in harm to the elderly person\'s health or welfare.  Although the incidence and prevalence in Canada has been difficult to quantitate, in one study 4 % of surveyed seniors report that they experienced abuse.  There are three categories of abuse: domestic, institutional, and self-neglect.', NULL, 516, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28931(519, '114-2-E', 'Elderly Abuse ', 'Abuse of the elderly may represent an act or omission that results in harm to the elderly person\'s health or welfare.  Although the incidence and prevalence in Canada has been difficult to quantitate, in one study 4 % of surveyed seniors report that they experienced abuse.  There are three categories of abuse: domestic, institutional, and self-neglect.', NULL, 516, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23293(520, '115-1-E', 'Acute Visual Disturbance/loss', 'Loss of vision is a frightening symptom that demands prompt attention; most patients require an urgent ophthalmologic opinion.', NULL, 309, 8, NULL, 159, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28932(520, '115-1-E', 'Acute Visual Disturbance/loss', 'Loss of vision is a frightening symptom that demands prompt attention; most patients require an urgent ophthalmologic opinion.', NULL, 309, 8, NULL, 159, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23294(521, '115-2-E', 'Chronic Visual Disturbance/loss ', 'Loss of vision is a frightening symptom that demands prompt attention on the part of the physician.', NULL, 309, 8, NULL, 160, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28933(521, '115-2-E', 'Chronic Visual Disturbance/loss ', 'Loss of vision is a frightening symptom that demands prompt attention on the part of the physician.', NULL, 309, 8, NULL, 160, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23295(522, '116-E', 'Vomiting/nausea ', 'Nausea may occur alone or along with vomiting (powerful ejection of gastric contents), dyspepsia, and other GI complaints.  As a cause of absenteeism from school or workplace, it is second only to the common cold.  When prolonged or severe, vomiting may be associated with disturbances of volume, water and electrolyte metabolism that may require correction prior to other specific treatment.', NULL, 309, 8, NULL, 161, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28934(522, '116-E', 'Vomiting/nausea ', 'Nausea may occur alone or along with vomiting (powerful ejection of gastric contents), dyspepsia, and other GI complaints.  As a cause of absenteeism from school or workplace, it is second only to the common cold.  When prolonged or severe, vomiting may be associated with disturbances of volume, water and electrolyte metabolism that may require correction prior to other specific treatment.', NULL, 309, 8, NULL, 161, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23296(523, '117-E', 'Weakness/paralysis/paresis/loss Of Motion', 'Many patients who complain of weakness are not objectively weak when muscle strength is formally tested.  A careful history and physical examination will permit the distinction between functional disease and true muscle weakness.', NULL, 309, 8, NULL, 162, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28935(523, '117-E', 'Weakness/paralysis/paresis/loss Of Motion', 'Many patients who complain of weakness are not objectively weak when muscle strength is formally tested.  A careful history and physical examination will permit the distinction between functional disease and true muscle weakness.', NULL, 309, 8, NULL, 162, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23297(524, '118-3-E', 'Weight (low) At Birth/intrauterine Growth Restriction ', 'Intrauterine growth restriction (IUGR) is often a manifestation of congenital infections, poor maternal nutrition, or maternal illness.  In other instances, the infant may be large for the gestational age.  There may be long-term sequelae for both.  Low birth weight is the most important risk factor for infant mortality.  It is also a significant determinant of infant and childhood morbidity, particularly neuro-developmental problems and learning disabilities.', NULL, 309, 8, NULL, 163, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28936(524, '118-3-E', 'Weight (low) At Birth/intrauterine Growth Restriction ', 'Intrauterine growth restriction (IUGR) is often a manifestation of congenital infections, poor maternal nutrition, or maternal illness.  In other instances, the infant may be large for the gestational age.  There may be long-term sequelae for both.  Low birth weight is the most important risk factor for infant mortality.  It is also a significant determinant of infant and childhood morbidity, particularly neuro-developmental problems and learning disabilities.', NULL, 309, 8, NULL, 163, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23298(525, '118-1-E', 'Weight Gain/obesity ', 'Obesity is a chronic disease that is increasing in prevalence. The percentage of the population with a body mass index of&gt;30 kg/m2 is approximately 15%.', NULL, 309, 8, NULL, 164, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28937(525, '118-1-E', 'Weight Gain/obesity ', 'Obesity is a chronic disease that is increasing in prevalence. The percentage of the population with a body mass index of&gt;30 kg/m2 is approximately 15%.', NULL, 309, 8, NULL, 164, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23299(526, '118-2-E', 'Weight Loss/eating Disorders/anorexia ', 'Although voluntary weight loss may be of no concern in an obese patient, it could be a manifestation of psychiatric illness.  Involuntary clinically significant weight loss (&gt;5% baseline body weight or 5 kg) is nearly always a sign of serious medical or psychiatric illness and should be investigated.', NULL, 309, 8, NULL, 165, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28938(526, '118-2-E', 'Weight Loss/eating Disorders/anorexia ', 'Although voluntary weight loss may be of no concern in an obese patient, it could be a manifestation of psychiatric illness.  Involuntary clinically significant weight loss (&gt;5% baseline body weight or 5 kg) is nearly always a sign of serious medical or psychiatric illness and should be investigated.', NULL, 309, 8, NULL, 165, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23300(527, '119-1-E', 'Lower Respiratory Tract Disorders ', 'Individuals with episodes of wheezing, breathlessness, chest tightness, and cough usually have limitation of airflow.  Frequently this limitation is reversible with treatment.  Without treatment it may be lethal.', NULL, 309, 8, NULL, 166, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28939(527, '119-1-E', 'Lower Respiratory Tract Disorders ', 'Individuals with episodes of wheezing, breathlessness, chest tightness, and cough usually have limitation of airflow.  Frequently this limitation is reversible with treatment.  Without treatment it may be lethal.', NULL, 309, 8, NULL, 166, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23301(528, '119-2-E', 'Upper Respiratory Tract Disorders ', 'Wheezing, a continuous musical sound&gt;1/4 seconds, is produced by vibration of the walls of airways narrowed almost to the point of closure.  It can originate from airways of any size, from large upper airways to intrathoracic small airways.  It can be either inspiratory or expiratory, unlike stridor (a noisy, crowing sound, usually inspiratory and resulting from disturbances in or adjacent to the larynx).', NULL, 309, 8, NULL, 167, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28940(528, '119-2-E', 'Upper Respiratory Tract Disorders ', 'Wheezing, a continuous musical sound&gt;1/4 seconds, is produced by vibration of the walls of airways narrowed almost to the point of closure.  It can originate from airways of any size, from large upper airways to intrathoracic small airways.  It can be either inspiratory or expiratory, unlike stridor (a noisy, crowing sound, usually inspiratory and resulting from disturbances in or adjacent to the larynx).', NULL, 309, 8, NULL, 167, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23302(529, '120-E', 'White Blood Cells, Abnormalities Of', 'Because abnormalities of white blood cells (WBCs) occur commonly in both asymptomatic as well as acutely ill patients, every physician will need to evaluate patients for this common problem.  Physicians also need to select medications to be prescribed mindful of the morbidity and mortality associated with drug-induced neutropenia and agranulocytosis.', NULL, 309, 8, NULL, 168, 0, 1, 0, 2, NULL, 0, 1271174178, 1),28941(529, '120-E', 'White Blood Cells, Abnormalities Of', 'Because abnormalities of white blood cells (WBCs) occur commonly in both asymptomatic as well as acutely ill patients, every physician will need to evaluate patients for this common problem.  Physicians also need to select medications to be prescribed mindful of the morbidity and mortality associated with drug-induced neutropenia and agranulocytosis.', NULL, 309, 8, NULL, 168, 0, 1, 0, 2, NULL, 0, 1271174178, 1),
23303(2328, '', 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', NULL, 0, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28942(2328, '', 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', NULL, 0, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23304(2329, 'aamc-pcrs-comp-c0100', '1 Patient Care', 'Provide patient-centered care that is compassionate, appropriate, and effective for the treatment of health problems and the promotion of health', NULL, 2328, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28943(2329, 'aamc-pcrs-comp-c0100', '1 Patient Care', 'Provide patient-centered care that is compassionate, appropriate, and effective for the treatment of health problems and the promotion of health', NULL, 2328, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23305(2330, 'aamc-pcrs-comp-c0200', '2 Knowledge for Practice', 'Demonstrate knowledge of established and evolving biomedical, clinical, epidemiological and social-behavioral sciences, as well as the application of this knowledge to patient care', NULL, 2328, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28944(2330, 'aamc-pcrs-comp-c0200', '2 Knowledge for Practice', 'Demonstrate knowledge of established and evolving biomedical, clinical, epidemiological and social-behavioral sciences, as well as the application of this knowledge to patient care', NULL, 2328, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23306(2331, 'aamc-pcrs-comp-c0300', '3 Practice-Based Learning and Improvement', 'Demonstrate the ability to investigate and evaluate oneâ??s care of patients, to appraise and assimilate scientific evidence, and to continuously improve patient care based on constant self-evaluation and life-long learning', NULL, 2328, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28945(2331, 'aamc-pcrs-comp-c0300', '3 Practice-Based Learning and Improvement', 'Demonstrate the ability to investigate and evaluate oneâ??s care of patients, to appraise and assimilate scientific evidence, and to continuously improve patient care based on constant self-evaluation and life-long learning', NULL, 2328, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23307(2332, 'aamc-pcrs-comp-c0400', '4 Interpersonal and Communication Skills', 'Demonstrate interpersonal and communication skills that result in the effective exchange of information and collaboration with patients, their families, and health professionals', NULL, 2328, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28946(2332, 'aamc-pcrs-comp-c0400', '4 Interpersonal and Communication Skills', 'Demonstrate interpersonal and communication skills that result in the effective exchange of information and collaboration with patients, their families, and health professionals', NULL, 2328, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23308(2333, 'aamc-pcrs-comp-c0500', '5 Professionalism', 'Demonstrate a commitment to carrying out professional responsibilities and an adherence to ethical principles', NULL, 2328, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28947(2333, 'aamc-pcrs-comp-c0500', '5 Professionalism', 'Demonstrate a commitment to carrying out professional responsibilities and an adherence to ethical principles', NULL, 2328, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23309(2334, 'aamc-pcrs-comp-c0600', '6 Systems-Based Practice', 'Demonstrate an awareness of and responsiveness to the larger context and system of health care, as well as the ability to call effectively on other resources in the system to provide optimal health care', NULL, 2328, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28948(2334, 'aamc-pcrs-comp-c0600', '6 Systems-Based Practice', 'Demonstrate an awareness of and responsiveness to the larger context and system of health care, as well as the ability to call effectively on other resources in the system to provide optimal health care', NULL, 2328, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23310(2335, 'aamc-pcrs-comp-c0700', '7 Interprofessional Collaboration', 'Demonstrate the ability to engage in an interprofessional team in a manner that optimizes safe, effective patient- and population-centered care', NULL, 2328, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28949(2335, 'aamc-pcrs-comp-c0700', '7 Interprofessional Collaboration', 'Demonstrate the ability to engage in an interprofessional team in a manner that optimizes safe, effective patient- and population-centered care', NULL, 2328, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23311(2336, 'aamc-pcrs-comp-c0800', '8 Personal and Professional Development', 'Demonstrate the qualities required to sustain lifelong personal and professional growth', NULL, 2328, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28950(2336, 'aamc-pcrs-comp-c0800', '8 Personal and Professional Development', 'Demonstrate the qualities required to sustain lifelong personal and professional growth', NULL, 2328, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23312(2337, 'aamc-pcrs-comp-c0101', '1.1', 'Perform all medical, diagnostic, and surgical procedures considered', NULL, 2329, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28951(2337, 'aamc-pcrs-comp-c0101', '1.1', 'Perform all medical, diagnostic, and surgical procedures considered', NULL, 2329, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23313(2338, 'aamc-pcrs-comp-c0102', '1.2', 'Gather essential and accurate information about patients and their conditions through history-taking, physical examination, and the use of laboratory data, imaging, and other tests', NULL, 2329, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28952(2338, 'aamc-pcrs-comp-c0102', '1.2', 'Gather essential and accurate information about patients and their conditions through history-taking, physical examination, and the use of laboratory data, imaging, and other tests', NULL, 2329, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23314(2339, 'aamc-pcrs-comp-c0103', '1.3', 'Organize and prioritize responsibilities to provide care that is safe, effective, and efficient', NULL, 2329, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28953(2339, 'aamc-pcrs-comp-c0103', '1.3', 'Organize and prioritize responsibilities to provide care that is safe, effective, and efficient', NULL, 2329, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23315(2340, 'aamc-pcrs-comp-c0104', '1.4', 'Interpret laboratory data, imaging studies, and other tests required for the area of practice', NULL, 2329, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28954(2340, 'aamc-pcrs-comp-c0104', '1.4', 'Interpret laboratory data, imaging studies, and other tests required for the area of practice', NULL, 2329, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23316(2341, 'aamc-pcrs-comp-c0105', '1.5', 'Make informed decisions about diagnostic and therapeutic interventions based on patient information and preferences, up-to-date scientific evidence, and clinical judgment', NULL, 2329, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28955(2341, 'aamc-pcrs-comp-c0105', '1.5', 'Make informed decisions about diagnostic and therapeutic interventions based on patient information and preferences, up-to-date scientific evidence, and clinical judgment', NULL, 2329, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23317(2342, 'aamc-pcrs-comp-c0106', '1.6', 'Develop and carry out patient management plans', NULL, 2329, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28956(2342, 'aamc-pcrs-comp-c0106', '1.6', 'Develop and carry out patient management plans', NULL, 2329, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23318(2343, 'aamc-pcrs-comp-c0107', '1.7', 'Counsel and educate patients and their families to empower them to participate in their care and enable shared decision making', NULL, 2329, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28957(2343, 'aamc-pcrs-comp-c0107', '1.7', 'Counsel and educate patients and their families to empower them to participate in their care and enable shared decision making', NULL, 2329, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23319(2344, 'aamc-pcrs-comp-c0108', '1.8', 'Provide appropriate referral of patients including ensuring continuity of care throughout transitions between providers or settings, and following up on patient progress and outcomes', NULL, 2329, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28958(2344, 'aamc-pcrs-comp-c0108', '1.8', 'Provide appropriate referral of patients including ensuring continuity of care throughout transitions between providers or settings, and following up on patient progress and outcomes', NULL, 2329, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23320(2345, 'aamc-pcrs-comp-c0109', '1.9', 'Provide health care services to patients, families, and communities aimed at preventing health problems or maintaining health', NULL, 2329, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28959(2345, 'aamc-pcrs-comp-c0109', '1.9', 'Provide health care services to patients, families, and communities aimed at preventing health problems or maintaining health', NULL, 2329, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23321(2346, 'aamc-pcrs-comp-c0110', '1.10', 'Provide appropriate role modeling', NULL, 2329, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28960(2346, 'aamc-pcrs-comp-c0110', '1.10', 'Provide appropriate role modeling', NULL, 2329, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23322(2347, 'aamc-pcrs-comp-c0111', '1.11', 'Perform supervisory responsibilities commensurate with one\'s roles, abilities, and qualifications', NULL, 2329, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28961(2347, 'aamc-pcrs-comp-c0111', '1.11', 'Perform supervisory responsibilities commensurate with one\'s roles, abilities, and qualifications', NULL, 2329, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23323(2348, 'aamc-pcrs-comp-c0199', '1.99', 'Other patient care', NULL, 2329, 9, NULL, 11, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28962(2348, 'aamc-pcrs-comp-c0199', '1.99', 'Other patient care', NULL, 2329, 9, NULL, 11, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23324(2349, 'aamc-pcrs-comp-c0201', '2.1', 'Demonstrate an investigatory and analytic approach to clinical situations', NULL, 2330, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28963(2349, 'aamc-pcrs-comp-c0201', '2.1', 'Demonstrate an investigatory and analytic approach to clinical situations', NULL, 2330, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23325(2350, 'aamc-pcrs-comp-c0202', '2.2', 'Apply established and emerging bio-physical scientific principles fundamental to health care for patients and populations', NULL, 2330, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28964(2350, 'aamc-pcrs-comp-c0202', '2.2', 'Apply established and emerging bio-physical scientific principles fundamental to health care for patients and populations', NULL, 2330, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23326(2351, 'aamc-pcrs-comp-c0203', '2.3', 'Apply established and emerging principles of clinical sciences to diagnostic and therapeutic decision-making, clinical problem-solving, and other aspects of evidence-based health care', NULL, 2330, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28965(2351, 'aamc-pcrs-comp-c0203', '2.3', 'Apply established and emerging principles of clinical sciences to diagnostic and therapeutic decision-making, clinical problem-solving, and other aspects of evidence-based health care', NULL, 2330, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23327(2352, 'aamc-pcrs-comp-c0204', '2.4', 'Apply principles of epidemiological sciences to the identification of health problems, risk factors, treatment strategies, resources, and disease prevention/health promotion efforts for patients and populations', NULL, 2330, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28966(2352, 'aamc-pcrs-comp-c0204', '2.4', 'Apply principles of epidemiological sciences to the identification of health problems, risk factors, treatment strategies, resources, and disease prevention/health promotion efforts for patients and populations', NULL, 2330, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23328(2353, 'aamc-pcrs-comp-c0205', '2.5', 'Apply principles of social-behavioral sciences to provision of patient care, including assessment of the impact of psychosocial and cultural influences on health, disease, care-seeking, care compliance, and barriers to and attitudes toward care', NULL, 2330, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28967(2353, 'aamc-pcrs-comp-c0205', '2.5', 'Apply principles of social-behavioral sciences to provision of patient care, including assessment of the impact of psychosocial and cultural influences on health, disease, care-seeking, care compliance, and barriers to and attitudes toward care', NULL, 2330, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23329(2354, 'aamc-pcrs-comp-c0206', '2.6', 'Contribute to the creation, dissemination, application, and translation of new health care knowledge and practices', NULL, 2330, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28968(2354, 'aamc-pcrs-comp-c0206', '2.6', 'Contribute to the creation, dissemination, application, and translation of new health care knowledge and practices', NULL, 2330, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23330(2355, 'aamc-pcrs-comp-c0299', '2.99', 'Other knowledge for practice', NULL, 2330, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28969(2355, 'aamc-pcrs-comp-c0299', '2.99', 'Other knowledge for practice', NULL, 2330, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23331(2356, 'aamc-pcrs-comp-c0301', '3.1', 'Identify strengths, deficiencies, and limits in one\'s knowledge and expertise', NULL, 2331, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28970(2356, 'aamc-pcrs-comp-c0301', '3.1', 'Identify strengths, deficiencies, and limits in one\'s knowledge and expertise', NULL, 2331, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23332(2357, 'aamc-pcrs-comp-c0302', '3.2', 'Set learning and improvement goals', NULL, 2331, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28971(2357, 'aamc-pcrs-comp-c0302', '3.2', 'Set learning and improvement goals', NULL, 2331, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23333(2358, 'aamc-pcrs-comp-c0303', '3.3', 'Identify and perform learning activities that address one\'s gaps in knowledge, skills, and/or attitudes', NULL, 2331, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28972(2358, 'aamc-pcrs-comp-c0303', '3.3', 'Identify and perform learning activities that address one\'s gaps in knowledge, skills, and/or attitudes', NULL, 2331, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23334(2359, 'aamc-pcrs-comp-c0304', '3.4', 'Systematically analyze practice using quality improvement methods, and implement changes with the goal of practice improvement', NULL, 2331, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28973(2359, 'aamc-pcrs-comp-c0304', '3.4', 'Systematically analyze practice using quality improvement methods, and implement changes with the goal of practice improvement', NULL, 2331, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23335(2360, 'aamc-pcrs-comp-c0305', '3.5', 'Incorporate feedback into daily practice', NULL, 2331, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28974(2360, 'aamc-pcrs-comp-c0305', '3.5', 'Incorporate feedback into daily practice', NULL, 2331, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23336(2361, 'aamc-pcrs-comp-c0306', '3.6', 'Locate, appraise, and assimilate evidence from scientific studies related to patients health problems', NULL, 2331, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28975(2361, 'aamc-pcrs-comp-c0306', '3.6', 'Locate, appraise, and assimilate evidence from scientific studies related to patients health problems', NULL, 2331, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23337(2362, 'aamc-pcrs-comp-c0307', '3.7', 'Use information technology to optimize learning', NULL, 2331, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28976(2362, 'aamc-pcrs-comp-c0307', '3.7', 'Use information technology to optimize learning', NULL, 2331, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23338(2363, 'aamc-pcrs-comp-c0308', '3.8', 'Participate in the education of patients, families, students, trainees, peers and other health professionals', NULL, 2331, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28977(2363, 'aamc-pcrs-comp-c0308', '3.8', 'Participate in the education of patients, families, students, trainees, peers and other health professionals', NULL, 2331, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23339(2364, 'aamc-pcrs-comp-c0309', '3.9', 'Obtain and utilize information about individual patients, populations of patients, or communities from which patients are drawn to improve care', NULL, 2331, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28978(2364, 'aamc-pcrs-comp-c0309', '3.9', 'Obtain and utilize information about individual patients, populations of patients, or communities from which patients are drawn to improve care', NULL, 2331, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23340(2365, 'aamc-pcrs-comp-c0310', '3.10', 'Continually identify, analyze, and implement new knowledge, guidelines, standards, technologies, products, or services that have been demonstrated to improve outcomes', NULL, 2331, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28979(2365, 'aamc-pcrs-comp-c0310', '3.10', 'Continually identify, analyze, and implement new knowledge, guidelines, standards, technologies, products, or services that have been demonstrated to improve outcomes', NULL, 2331, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23341(2366, 'aamc-pcrs-comp-c0399', '3.99', 'Other practice-based learning and improvement', NULL, 2331, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28980(2366, 'aamc-pcrs-comp-c0399', '3.99', 'Other practice-based learning and improvement', NULL, 2331, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23342(2367, 'aamc-pcrs-comp-c0401', '4.1', 'Communicate effectively with patients, families, and the public, as appropriate, across a broad range of socioeconomic and cultural backgrounds', NULL, 2332, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28981(2367, 'aamc-pcrs-comp-c0401', '4.1', 'Communicate effectively with patients, families, and the public, as appropriate, across a broad range of socioeconomic and cultural backgrounds', NULL, 2332, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23343(2368, 'aamc-pcrs-comp-c0402', '4.2', 'Communicate effectively with colleagues within one\'s profession or specialty, other health professionals, and health related agencies (see also 7.3)', NULL, 2332, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28982(2368, 'aamc-pcrs-comp-c0402', '4.2', 'Communicate effectively with colleagues within one\'s profession or specialty, other health professionals, and health related agencies (see also 7.3)', NULL, 2332, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23344(2369, 'aamc-pcrs-comp-c0403', '4.3', 'Work effectively with others as a member or leader of a health care team or other professional group (see also 7.4)', NULL, 2332, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28983(2369, 'aamc-pcrs-comp-c0403', '4.3', 'Work effectively with others as a member or leader of a health care team or other professional group (see also 7.4)', NULL, 2332, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23345(2370, 'aamc-pcrs-comp-c0404', '4.4', 'Act in a consultative role to other health professionals', NULL, 2332, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28984(2370, 'aamc-pcrs-comp-c0404', '4.4', 'Act in a consultative role to other health professionals', NULL, 2332, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23346(2371, 'aamc-pcrs-comp-c0405', '4.5', 'Maintain comprehensive, timely, and legible medical records', NULL, 2332, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28985(2371, 'aamc-pcrs-comp-c0405', '4.5', 'Maintain comprehensive, timely, and legible medical records', NULL, 2332, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23347(2372, 'aamc-pcrs-comp-c0406', '4.6', 'Demonstrate sensitivity, honesty, and compassion in difficult conversations, including those about death, end of life, adverse events, bad news, disclosure of errors, and other sensitive topics', NULL, 2332, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28986(2372, 'aamc-pcrs-comp-c0406', '4.6', 'Demonstrate sensitivity, honesty, and compassion in difficult conversations, including those about death, end of life, adverse events, bad news, disclosure of errors, and other sensitive topics', NULL, 2332, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23348(2373, 'aamc-pcrs-comp-c0407', '4.7', 'Demonstrate insight and understanding about emotions and human responses to emotions that allow one to develop and manage interpersonal interactions', NULL, 2332, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28987(2373, 'aamc-pcrs-comp-c0407', '4.7', 'Demonstrate insight and understanding about emotions and human responses to emotions that allow one to develop and manage interpersonal interactions', NULL, 2332, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23349(2374, 'aamc-pcrs-comp-c0499', '4.99', 'Other interpersonal and communication skills', NULL, 2332, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28988(2374, 'aamc-pcrs-comp-c0499', '4.99', 'Other interpersonal and communication skills', NULL, 2332, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23350(2375, 'aamc-pcrs-comp-c0501', '5.1', 'Demonstrate compassion, integrity, and respect for others', NULL, 2333, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28989(2375, 'aamc-pcrs-comp-c0501', '5.1', 'Demonstrate compassion, integrity, and respect for others', NULL, 2333, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23351(2376, 'aamc-pcrs-comp-c0502', '5.2', 'Demonstrate responsiveness to patient needs that supersedes self-interest', NULL, 2333, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28990(2376, 'aamc-pcrs-comp-c0502', '5.2', 'Demonstrate responsiveness to patient needs that supersedes self-interest', NULL, 2333, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23352(2377, 'aamc-pcrs-comp-c0503', '5.3', 'Demonstrate respect for patient privacy and autonomy', NULL, 2333, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28991(2377, 'aamc-pcrs-comp-c0503', '5.3', 'Demonstrate respect for patient privacy and autonomy', NULL, 2333, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23353(2378, 'aamc-pcrs-comp-c0504', '5.4', 'Demonstrate accountability to patients, society, and the profession', NULL, 2333, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28992(2378, 'aamc-pcrs-comp-c0504', '5.4', 'Demonstrate accountability to patients, society, and the profession', NULL, 2333, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23354(2379, 'aamc-pcrs-comp-c0505', '5.5', 'Demonstrate sensitivity and responsiveness to a diverse patient population, including but not limited to diversity in gender, age, culture, race, religion, disabilities, and sexual orientation', NULL, 2333, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28993(2379, 'aamc-pcrs-comp-c0505', '5.5', 'Demonstrate sensitivity and responsiveness to a diverse patient population, including but not limited to diversity in gender, age, culture, race, religion, disabilities, and sexual orientation', NULL, 2333, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23355(2380, 'aamc-pcrs-comp-c0506', '5.6', 'Demonstrate a commitment to ethical principles pertaining to provision or withholding of care, confidentiality, informed consent, and business practices, including compliance with relevant laws, policies, and regulations', NULL, 2333, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28994(2380, 'aamc-pcrs-comp-c0506', '5.6', 'Demonstrate a commitment to ethical principles pertaining to provision or withholding of care, confidentiality, informed consent, and business practices, including compliance with relevant laws, policies, and regulations', NULL, 2333, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23356(2381, 'aamc-pcrs-comp-c0599', '5.99', 'Other professionalism', NULL, 2333, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28995(2381, 'aamc-pcrs-comp-c0599', '5.99', 'Other professionalism', NULL, 2333, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23357(2382, 'aamc-pcrs-comp-c0601', '6.1', 'Work effectively in various health care delivery settings and systems relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28996(2382, 'aamc-pcrs-comp-c0601', '6.1', 'Work effectively in various health care delivery settings and systems relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23358(2383, 'aamc-pcrs-comp-c0602', '6.2', 'Coordinate patient care within the health care system relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28997(2383, 'aamc-pcrs-comp-c0602', '6.2', 'Coordinate patient care within the health care system relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23359(2384, 'aamc-pcrs-comp-c0603', '6.3', 'Incorporate considerations of cost awareness and risk-benefit analysis in patient and/or population-based care', NULL, 2334, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28998(2384, 'aamc-pcrs-comp-c0603', '6.3', 'Incorporate considerations of cost awareness and risk-benefit analysis in patient and/or population-based care', NULL, 2334, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23360(2385, 'aamc-pcrs-comp-c0604', '6.4', 'Advocate for quality patient care and optimal patient care systems', NULL, 2334, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),28999(2385, 'aamc-pcrs-comp-c0604', '6.4', 'Advocate for quality patient care and optimal patient care systems', NULL, 2334, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23361(2386, 'aamc-pcrs-comp-c0605', '6.5', 'Participate in identifying system errors and implementing potential systems solutions', NULL, 2334, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29000(2386, 'aamc-pcrs-comp-c0605', '6.5', 'Participate in identifying system errors and implementing potential systems solutions', NULL, 2334, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23362(2387, 'aamc-pcrs-comp-c0606', '6.6', 'Perform administrative and practice management responsibilities commensurate with ones role, abilities, and qualifications', NULL, 2334, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29001(2387, 'aamc-pcrs-comp-c0606', '6.6', 'Perform administrative and practice management responsibilities commensurate with ones role, abilities, and qualifications', NULL, 2334, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23363(2388, 'aamc-pcrs-comp-c0699', '6.99', 'Other systems-based practice', NULL, 2334, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29002(2388, 'aamc-pcrs-comp-c0699', '6.99', 'Other systems-based practice', NULL, 2334, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23364(2389, 'aamc-pcrs-comp-c0701', '7.1', 'Work with other health professionals to establish and maintain a climate of mutual respect, dignity, diversity, ethical integrity, and trust', NULL, 2335, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29003(2389, 'aamc-pcrs-comp-c0701', '7.1', 'Work with other health professionals to establish and maintain a climate of mutual respect, dignity, diversity, ethical integrity, and trust', NULL, 2335, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23365(2390, 'aamc-pcrs-comp-c0702', '7.2', 'Use the knowledge of ones own role and the roles of other health professionals to appropriately assess and address the health care needs of the patients and populations served', NULL, 2335, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29004(2390, 'aamc-pcrs-comp-c0702', '7.2', 'Use the knowledge of ones own role and the roles of other health professionals to appropriately assess and address the health care needs of the patients and populations served', NULL, 2335, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23366(2391, 'aamc-pcrs-comp-c0703', '7.3', 'Communicate with other health professionals in a responsive and responsible manner that supports the maintenance of health and the', NULL, 2335, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29005(2391, 'aamc-pcrs-comp-c0703', '7.3', 'Communicate with other health professionals in a responsive and responsible manner that supports the maintenance of health and the', NULL, 2335, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23367(2392, 'aamc-pcrs-comp-c0704', '7.4', 'Participate in different team roles to establish, develop, and continuously enhance interprofessional teams to provide patient- and population-centered care that is safe, timely, efficient, effective, and equitable', NULL, 2335, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29006(2392, 'aamc-pcrs-comp-c0704', '7.4', 'Participate in different team roles to establish, develop, and continuously enhance interprofessional teams to provide patient- and population-centered care that is safe, timely, efficient, effective, and equitable', NULL, 2335, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23368(2393, 'aamc-pcrs-comp-c0799', '7.99', 'Other interprofessional collaboration', NULL, 2335, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1);29007(2393, 'aamc-pcrs-comp-c0799', '7.99', 'Other interprofessional collaboration', NULL, 2335, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1);
23369INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES29008INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES
23370(2394, 'aamc-pcrs-comp-c0801', '8.1', 'Develop the ability to use self-awareness of knowledge, skills, and emotional limitations to engage in appropriate help-seeking behaviors', NULL, 2336, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29009(2394, 'aamc-pcrs-comp-c0801', '8.1', 'Develop the ability to use self-awareness of knowledge, skills, and emotional limitations to engage in appropriate help-seeking behaviors', NULL, 2336, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23371(2395, 'aamc-pcrs-comp-c0802', '8.2', 'Demonstrate healthy coping mechanisms to respond to stress', NULL, 2336, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29010(2395, 'aamc-pcrs-comp-c0802', '8.2', 'Demonstrate healthy coping mechanisms to respond to stress', NULL, 2336, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23372(2396, 'aamc-pcrs-comp-c0803', '8.3', 'Manage conflict between personal and professional responsibilities', NULL, 2336, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29011(2396, 'aamc-pcrs-comp-c0803', '8.3', 'Manage conflict between personal and professional responsibilities', NULL, 2336, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23373(2397, 'aamc-pcrs-comp-c0804', '8.4', 'Practice flexibility and maturity in adjusting to change with the capacity to alter one\'s behavior', NULL, 2336, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29012(2397, 'aamc-pcrs-comp-c0804', '8.4', 'Practice flexibility and maturity in adjusting to change with the capacity to alter one\'s behavior', NULL, 2336, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23374(2398, 'aamc-pcrs-comp-c0805', '8.5', 'Demonstrate trustworthiness that makes colleagues feel secure when one is responsible for the care of patients', NULL, 2336, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29013(2398, 'aamc-pcrs-comp-c0805', '8.5', 'Demonstrate trustworthiness that makes colleagues feel secure when one is responsible for the care of patients', NULL, 2336, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23375(2399, 'aamc-pcrs-comp-c0806', '8.6', 'Provide leadership skills that enhance team functioning, the learning environment, and/or the health care delivery system', NULL, 2336, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29014(2399, 'aamc-pcrs-comp-c0806', '8.6', 'Provide leadership skills that enhance team functioning, the learning environment, and/or the health care delivery system', NULL, 2336, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23376(2400, 'aamc-pcrs-comp-c0807', '8.7', 'Demonstrate self-confidence that puts patients, families, and members of the health care team at ease', NULL, 2336, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29015(2400, 'aamc-pcrs-comp-c0807', '8.7', 'Demonstrate self-confidence that puts patients, families, and members of the health care team at ease', NULL, 2336, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23377(2401, 'aamc-pcrs-comp-c0808', '8.8', 'Recognize that ambiguity is part of clinical health care and respond by utilizing appropriate resources in dealing with uncertainty', NULL, 2336, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29016(2401, 'aamc-pcrs-comp-c0808', '8.8', 'Recognize that ambiguity is part of clinical health care and respond by utilizing appropriate resources in dealing with uncertainty', NULL, 2336, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23378(2402, 'aamc-pcrs-comp-c0899', '8.99', 'Other personal and professional development', NULL, 2336, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),29017(2402, 'aamc-pcrs-comp-c0899', '8.99', 'Other personal and professional development', NULL, 2336, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1),
23379(2403, NULL, 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', NULL, 0, 10, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29018(2403, NULL, 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', NULL, 0, 10, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23380(2404, NULL, 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', NULL, 0, 11, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29019(2404, NULL, 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', NULL, 0, 11, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23381(2405, NULL, 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', NULL, 0, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29020(2405, NULL, 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', NULL, 0, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23382(2406, NULL, 'CanMEDS Milestones', 'CanMEDS Milestones', NULL, 0, 13, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29021(2406, NULL, 'CanMEDS Milestones', 'CanMEDS Milestones', NULL, 0, 13, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23383(2407, NULL, 'CanMEDS Roles', 'CanMEDS Roles', NULL, 0, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29022(2407, NULL, 'CanMEDS Roles', 'CanMEDS Roles', NULL, 0, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23384(2408, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system), both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2407, 14, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29023(2408, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system), both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2407, 14, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23385(2409, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2407, 14, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29024(2409, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2407, 14, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23386(2410, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2407, 14, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29025(2410, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2407, 14, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23387(2411, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2407, 14, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29026(2411, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2407, 14, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23388(2412, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2407, 14, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29027(2412, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2407, 14, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23389(2413, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2407, 14, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29028(2413, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2407, 14, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23390(2414, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2407, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29029(2414, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2407, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23391(2415, NULL, 'Royal College Stages', 'Royal College Stages', NULL, 0, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29030(2415, NULL, 'Royal College Stages', 'Royal College Stages', NULL, 0, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23392(2416, 'D', 'Transition to Discipline', '', NULL, 2415, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29031(2416, 'D', 'Transition to Discipline', '', NULL, 2415, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23393(2417, 'F', 'Foundations of Discipline', '', NULL, 2415, 15, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29032(2417, 'F', 'Foundations of Discipline', '', NULL, 2415, 15, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23394(2418, 'C', 'Core Discipline', '', NULL, 2415, 15, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29033(2418, 'C', 'Core Discipline', '', NULL, 2415, 15, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23395(2419, 'P', 'Transition to Practice', '', NULL, 2415, 15, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29034(2419, 'P', 'Transition to Practice', '', NULL, 2415, 15, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23396(2420, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29035(2420, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23397(2421, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2420, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29036(2421, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2420, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23398(2422, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2420, 16, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29037(2422, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2420, 16, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23399(2423, 'organ_system', 'Organ System', 'Organ System', NULL, 2420, 16, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29038(2423, 'organ_system', 'Organ System', 'Organ System', NULL, 2420, 16, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23400(2424, 'procedure', 'Procedure', 'Procedure', NULL, 2420, 16, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29039(2424, 'procedure', 'Procedure', 'Procedure', NULL, 2420, 16, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23401(2425, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2420, 16, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29040(2425, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2420, 16, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23402(2426, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2420, 16, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29041(2426, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2420, 16, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23403(2427, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2420, 16, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29042(2427, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2420, 16, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23404(2428, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2420, 16, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29043(2428, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2420, 16, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23405(2429, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2420, 16, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29044(2429, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2420, 16, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23406(2430, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2420, 16, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29045(2430, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2420, 16, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23407(2431, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2420, 16, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29046(2431, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2420, 16, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23408(2432, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2420, 16, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29047(2432, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2420, 16, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23409(2433, 'case_type', 'Case Type', 'Case Type', NULL, 2420, 16, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29048(2433, 'case_type', 'Case Type', 'Case Type', NULL, 2420, 16, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23410(2434, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 17, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29049(2434, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 17, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23411(2435, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 18, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29050(2435, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 18, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23412(2436, 'ME1', 'ME1', NULL, NULL, 2404, 11, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),29051(2436, 'ME1', 'ME1', NULL, NULL, 2404, 11, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),
23413(2437, 'ME2', 'ME2', NULL, NULL, 2404, 11, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),29052(2437, 'ME2', 'ME2', NULL, NULL, 2404, 11, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),
23414(2438, 'ME3', 'ME3', NULL, NULL, 2404, 11, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),29053(2438, 'ME3', 'ME3', NULL, NULL, 2404, 11, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),
23415(2439, 'ME4', 'ME4', NULL, NULL, 2404, 11, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1),29054(2439, 'ME4', 'ME4', NULL, NULL, 2404, 11, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1),
23416(2440, 'ME5', 'ME5', NULL, NULL, 2404, 11, NULL, 4, 0, 1, 0, 2, '', 0, 1685381586, 1),29055(2440, 'ME5', 'ME5', NULL, NULL, 2404, 11, NULL, 4, 0, 1, 0, 2, '', 0, 1685381586, 1),
23417(2441, 'CM1', 'CM1', NULL, NULL, 2404, 11, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1),29056(2441, 'CM1', 'CM1', NULL, NULL, 2404, 11, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1),
23418(2442, 'CM2', 'CM2', NULL, NULL, 2404, 11, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1),29057(2442, 'CM2', 'CM2', NULL, NULL, 2404, 11, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1),
23419(2443, 'CM3', 'CM3', NULL, NULL, 2404, 11, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1),29058(2443, 'CM3', 'CM3', NULL, NULL, 2404, 11, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1),
23420(2444, 'CM4', 'CM4', NULL, NULL, 2404, 11, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1),29059(2444, 'CM4', 'CM4', NULL, NULL, 2404, 11, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1),
23421(2445, 'CM5', 'CM5', NULL, NULL, 2404, 11, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1),29060(2445, 'CM5', 'CM5', NULL, NULL, 2404, 11, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1),
23422(2446, 'CL1', 'CL1', NULL, NULL, 2404, 11, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),29061(2446, 'CL1', 'CL1', NULL, NULL, 2404, 11, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),
23423(2447, 'CL2', 'CL2', NULL, NULL, 2404, 11, NULL, 11, 0, 1, 0, 2, '', 0, 1685381586, 1),29062(2447, 'CL2', 'CL2', NULL, NULL, 2404, 11, NULL, 11, 0, 1, 0, 2, '', 0, 1685381586, 1),
23424(2448, 'CL3', 'CL3', NULL, NULL, 2404, 11, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1),29063(2448, 'CL3', 'CL3', NULL, NULL, 2404, 11, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1),
23425(2449, 'CL4', 'CL4', NULL, NULL, 2404, 11, NULL, 13, 0, 1, 0, 2, '', 0, 1685381586, 1),29064(2449, 'CL4', 'CL4', NULL, NULL, 2404, 11, NULL, 13, 0, 1, 0, 2, '', 0, 1685381586, 1),
23426(2450, 'CL5', 'CL5', NULL, NULL, 2404, 11, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1),29065(2450, 'CL5', 'CL5', NULL, NULL, 2404, 11, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1),
23427(2451, 'LD1', 'LD1', NULL, NULL, 2404, 11, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1),29066(2451, 'LD1', 'LD1', NULL, NULL, 2404, 11, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1),
23428(2452, 'LD2', 'LD2', NULL, NULL, 2404, 11, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),29067(2452, 'LD2', 'LD2', NULL, NULL, 2404, 11, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),
23429(2453, 'LD3', 'LD3', NULL, NULL, 2404, 11, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1),29068(2453, 'LD3', 'LD3', NULL, NULL, 2404, 11, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1),
23430(2454, 'LD4', 'LD4', NULL, NULL, 2404, 11, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1),29069(2454, 'LD4', 'LD4', NULL, NULL, 2404, 11, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1),
23431(2455, 'LD5', 'LD5', NULL, NULL, 2404, 11, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1),29070(2455, 'LD5', 'LD5', NULL, NULL, 2404, 11, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1),
23432(2456, 'HA1', 'HA1', NULL, NULL, 2404, 11, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),29071(2456, 'HA1', 'HA1', NULL, NULL, 2404, 11, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),
23433(2457, 'HA2', 'HA2', NULL, NULL, 2404, 11, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),29072(2457, 'HA2', 'HA2', NULL, NULL, 2404, 11, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),
23434(2458, 'SC1', 'SC1', NULL, NULL, 2404, 11, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),29073(2458, 'SC1', 'SC1', NULL, NULL, 2404, 11, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),
23435(2459, 'SC2', 'SC2', NULL, NULL, 2404, 11, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),29074(2459, 'SC2', 'SC2', NULL, NULL, 2404, 11, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),
23436(2460, 'SC3', 'SC3', NULL, NULL, 2404, 11, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),29075(2460, 'SC3', 'SC3', NULL, NULL, 2404, 11, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),
23437(2461, 'SC4', 'SC4', NULL, NULL, 2404, 11, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1),29076(2461, 'SC4', 'SC4', NULL, NULL, 2404, 11, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1),
23438(2462, 'PR1', 'PR1', NULL, NULL, 2404, 11, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),29077(2462, 'PR1', 'PR1', NULL, NULL, 2404, 11, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),
23439(2463, 'PR2', 'PR2', NULL, NULL, 2404, 11, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1),29078(2463, 'PR2', 'PR2', NULL, NULL, 2404, 11, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1),
23440(2464, 'PR3', 'PR3', NULL, NULL, 2404, 11, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1),29079(2464, 'PR3', 'PR3', NULL, NULL, 2404, 11, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1),
23441(2465, 'PR4', 'PR4', NULL, NULL, 2404, 11, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1),29080(2465, 'PR4', 'PR4', NULL, NULL, 2404, 11, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1),
23442(2466, 'DOCC', 'Domains of Clinical Care', NULL, '', 0, 19, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),29081(2466, 'DOCC', 'Domains of Clinical Care', NULL, '', 0, 19, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),
23443(2467, 'EPA', 'Entrustable Professional Activity', NULL, '', 0, 20, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),29082(2467, 'EPA', 'Entrustable Professional Activity', NULL, '', 0, 20, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),
23444(2468, 'POE', 'Phases of Encounter', NULL, '', 0, 21, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),29083(2468, 'POE', 'Phases of Encounter', NULL, '', 0, 21, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0),
23445(2469, 'DOCC1', 'Care of Adults', NULL, NULL, 2466, 19, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29084(2469, 'DOCC1', 'Care of Adults', NULL, NULL, 2466, 19, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23446(2470, 'DOCC2', 'Maternity & Newborn', NULL, NULL, 2466, 19, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29085(2470, 'DOCC2', 'Maternity & Newborn', NULL, NULL, 2466, 19, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23447(2471, 'DOCC3', 'Children & Adolescents', NULL, NULL, 2466, 19, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29086(2471, 'DOCC3', 'Children & Adolescents', NULL, NULL, 2466, 19, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23448(2472, 'DOCC4', 'Care of the Elderly', NULL, NULL, 2466, 19, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29087(2472, 'DOCC4', 'Care of the Elderly', NULL, NULL, 2466, 19, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23449(2473, 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 2466, 19, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29088(2473, 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 2466, 19, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23450(2474, 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 2466, 19, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29089(2474, 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 2466, 19, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23451(2475, 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 2466, 19, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29090(2475, 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 2466, 19, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23452(2476, 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 2466, 19, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29091(2476, 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 2466, 19, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23453(2477, 'DOCC9', 'Physicianship', NULL, NULL, 2466, 19, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29092(2477, 'DOCC9', 'Physicianship', NULL, NULL, 2466, 19, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23454(2478, 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 2467, 20, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29093(2478, 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 2467, 20, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23455(2479, 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 2467, 20, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29094(2479, 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 2467, 20, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23456(2480, 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 2467, 20, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29095(2480, 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 2467, 20, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23457(2481, 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 2467, 20, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29096(2481, 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 2467, 20, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23458(2482, 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 2467, 20, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29097(2482, 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 2467, 20, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23459(2483, 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 2468, 21, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29098(2483, 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 2468, 21, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23460(2484, 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability  (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills;  incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 2468, 21, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29099(2484, 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability  (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills;  incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 2468, 21, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23461(2485, 'POE3', 'Physical Examination', 'Choice of maneuvers;  examination techniques; observation skills; interpretation; patient interaction.', NULL, 2468, 21, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29100(2485, 'POE3', 'Physical Examination', 'Choice of maneuvers;  examination techniques; observation skills; interpretation; patient interaction.', NULL, 2468, 21, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23462(2486, 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 2468, 21, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29101(2486, 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 2468, 21, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23463(2487, 'POE5', 'Investigation', 'Appropriateness,  resource awareness, patient centeredness', NULL, 2468, 21, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29102(2487, 'POE5', 'Investigation', 'Appropriateness,  resource awareness, patient centeredness', NULL, 2468, 21, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23464(2488, 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation;  technique; awareness of limitations; patient interaction; after care.', NULL, 2468, 21, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29103(2488, 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation;  technique; awareness of limitations; patient interaction; after care.', NULL, 2468, 21, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23465(2489, 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 2468, 21, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29104(2489, 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 2468, 21, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23466(2490, 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 2468, 21, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29105(2490, 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 2468, 21, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23467(2491, 'POE9', 'Referral', 'Appropriateness; timeliness;  communication', NULL, 2468, 21, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0),29106(2491, 'POE9', 'Referral', 'Appropriateness; timeliness;  communication', NULL, 2468, 21, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0),
23468(2492, NULL, 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2405, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29107(2492, NULL, 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2405, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23469(2493, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29108(2493, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23470(2494, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29109(2494, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23471(2495, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29110(2495, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23472(2496, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29111(2496, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23473(2497, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29112(2497, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23474(2505, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29113(2505, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23475(2526, 'ME1.1', 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2495, 24, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),29114(2526, 'ME1.1', 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2495, 24, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),
23476(2527, 'ME1.2', 'Integrate the CanMEDS Intrinsic Roles into their practice of medicine', NULL, NULL, 2495, 24, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),29115(2527, 'ME1.2', 'Integrate the CanMEDS Intrinsic Roles into their practice of medicine', NULL, NULL, 2495, 24, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),
23477(2528, 'ME1.3', 'Apply knowledge of the clinical and biomedical sciences relevant to their discipline', NULL, NULL, 2495, 24, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),29116(2528, 'ME1.3', 'Apply knowledge of the clinical and biomedical sciences relevant to their discipline', NULL, NULL, 2495, 24, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),
23478(2529, 'ME1.4', 'Perform appropriately timed clinical assessments with recommendations that are presented in an organized manner', NULL, NULL, 2495, 24, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1),29117(2529, 'ME1.4', 'Perform appropriately timed clinical assessments with recommendations that are presented in an organized manner', NULL, NULL, 2495, 24, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1),
23479(2530, 'ME1.5', 'Carry out professional duties in the face of multiple', 'competing demands', NULL, 0, 24, 24, 0, 4, 0, 1, 0, '2', 0, 0, 1685381586),29118(2530, 'ME1.5', 'Carry out professional duties in the face of multiple', 'competing demands', NULL, 0, 24, 24, 0, 4, 0, 1, 0, '2', 0, 0, 1685381586),
23480(2531, 'ME1.6', 'Recognize and respond to the complexity', 'uncertainty', 'and ambiguity inherent in medical practice', 0, 0, 2495, 24, 0, 5, 0, 1, '0', 2, 0, 0),29119(2531, 'ME1.6', 'Recognize and respond to the complexity', 'uncertainty', 'and ambiguity inherent in medical practice', 0, 0, 2495, 24, 0, 5, 0, 1, '0', 2, 0, 0),
23481(2532, 'ME2.1', 'Prioritize issues to be addressed in a patient encounter', NULL, NULL, 2495, 24, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1),29120(2532, 'ME2.1', 'Prioritize issues to be addressed in a patient encounter', NULL, NULL, 2495, 24, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1),
23482(2533, 'ME2.2', 'Elicit a history', 'perform a physical exam', 'select appropriate investigations', 0, 0, 0, 0, 0, 2495, 24, 0, '7', 0, 1, 0),29121(2533, 'ME2.2', 'Elicit a history', 'perform a physical exam', 'select appropriate investigations', 0, 0, 0, 0, 0, 2495, 24, 0, '7', 0, 1, 0),
23483(2534, 'ME2.3', 'Establish goals of care in collaboration with patients and their families', 'which may include slowing disease progression', 'treating symptoms', 0, 0, 0, 0, 0, 2495, 24, 0, '8', 0, 1, 0),29122(2534, 'ME2.3', 'Establish goals of care in collaboration with patients and their families', 'which may include slowing disease progression', 'treating symptoms', 0, 0, 0, 0, 0, 2495, 24, 0, '8', 0, 1, 0),
23484(2535, 'ME2.4', 'Establish a patient-centred management plan', NULL, NULL, 2495, 24, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1),29123(2535, 'ME2.4', 'Establish a patient-centred management plan', NULL, NULL, 2495, 24, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1),
23485(2536, 'ME3.1', 'Determine the most appropriate procedures and therapies', NULL, NULL, 2495, 24, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),29124(2536, 'ME3.1', 'Determine the most appropriate procedures and therapies', NULL, NULL, 2495, 24, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),
23486(2537, 'ME3.2', 'Obtain and document informed consent', 'explaining the risks and benefits of', 'and the rationale for', 0, 0, NULL, 2495, 24, 0, 11, 0, '1', 0, 1685381586, 0),29125(2537, 'ME3.2', 'Obtain and document informed consent', 'explaining the risks and benefits of', 'and the rationale for', 0, 0, NULL, 2495, 24, 0, 11, 0, '1', 0, 1685381586, 0),
23487(2538, 'ME3.3', 'Prioritize a procedure or therapy', 'taking into account clinical urgency and available resources', NULL, 0, 24, 24, 0, 12, 0, 1, 0, '2', 0, 0, 1685381586),29126(2538, 'ME3.3', 'Prioritize a procedure or therapy', 'taking into account clinical urgency and available resources', NULL, 0, 24, 24, 0, 12, 0, 1, 0, '2', 0, 0, 1685381586),
23488(2539, 'ME3.4', 'Perform a procedure in a skilful and safe manner', 'adapting to unanticipated findings or changing clinical circumstances', NULL, 0, 24, 24, 0, 13, 0, 1, 0, '2', 0, 0, 1685381586),29127(2539, 'ME3.4', 'Perform a procedure in a skilful and safe manner', 'adapting to unanticipated findings or changing clinical circumstances', NULL, 0, 24, 24, 0, 13, 0, 1, 0, '2', 0, 0, 1685381586),
23489(2540, 'ME4.1', 'Implement a patient-centred care plan that supports ongoing care', 'follow-up on investigations', 'response to treatment', 0, 0, NULL, 2495, 24, 0, 14, 0, '1', 0, 1685381586, 0),29128(2540, 'ME4.1', 'Implement a patient-centred care plan that supports ongoing care', 'follow-up on investigations', 'response to treatment', 0, 0, NULL, 2495, 24, 0, 14, 0, '1', 0, 1685381586, 0),
23490(2541, 'ME5.1', 'Recognize and respond to harm from health care delivery', 'including patient safety incidents', NULL, 0, 24, 24, 0, 15, 0, 1, 0, '2', 0, 0, 1685381586),29129(2541, 'ME5.1', 'Recognize and respond to harm from health care delivery', 'including patient safety incidents', NULL, 0, 24, 24, 0, 15, 0, 1, 0, '2', 0, 0, 1685381586),
23491(2542, 'ME5.2', 'Adopt strategies that promote patient safety and address human and system factors', NULL, NULL, 2495, 24, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),29130(2542, 'ME5.2', 'Adopt strategies that promote patient safety and address human and system factors', NULL, NULL, 2495, 24, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),
23492(2543, 'CM1.1', 'Communicate using a patient-centred approach that encourages patient trust and autonomy and is characterized by empathy', 'respect', 'and compassion', 0, 0, 2495, 24, 0, 17, 0, 1, '0', 2, 0, 0),29131(2543, 'CM1.1', 'Communicate using a patient-centred approach that encourages patient trust and autonomy and is characterized by empathy', 'respect', 'and compassion', 0, 0, 2495, 24, 0, 17, 0, 1, '0', 2, 0, 0),
23493(2544, 'CM1.2', 'Optimize the physical environment for patient comfort', 'dignity', 'privacy', 0, 0, NULL, 0, 127, 24, 0, 18, '0', 1, 0, 2),29132(2544, 'CM1.2', 'Optimize the physical environment for patient comfort', 'dignity', 'privacy', 0, 0, NULL, 0, 127, 24, 0, 18, '0', 1, 0, 2),
23494(2545, 'CM1.3', 'Recognize when the values', 'biases', 'or perspectives of patients', 0, 0, 0, 0, 0, 2495, 24, 0, '19', 0, 1, 0),29133(2545, 'CM1.3', 'Recognize when the values', 'biases', 'or perspectives of patients', 0, 0, 0, 0, 0, 2495, 24, 0, '19', 0, 1, 0),
23495(2546, 'CM1.4', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2495, 24, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),29134(2546, 'CM1.4', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2495, 24, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),
23496(2547, 'CM1.5', 'Manage disagreements and emotionally charged conversations', NULL, NULL, 2495, 24, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),29135(2547, 'CM1.5', 'Manage disagreements and emotionally charged conversations', NULL, NULL, 2495, 24, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),
23497(2548, 'CM1.6', 'Adapt to the unique needs and preferences of each patient and to his or her clinical condition and circumstances', NULL, NULL, 2495, 24, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),29136(2548, 'CM1.6', 'Adapt to the unique needs and preferences of each patient and to his or her clinical condition and circumstances', NULL, NULL, 2495, 24, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),
23498(2549, 'CM2.1', 'Use patient-centred interviewing skills to effectively gather relevant biomedical and psychosocial information', NULL, NULL, 2495, 24, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),29137(2549, 'CM2.1', 'Use patient-centred interviewing skills to effectively gather relevant biomedical and psychosocial information', NULL, NULL, 2495, 24, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),
23499(2550, 'CM2.2', 'Provide a clear structure for and manage the flow of an entire patient encounter', NULL, NULL, 2495, 24, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),29138(2550, 'CM2.2', 'Provide a clear structure for and manage the flow of an entire patient encounter', NULL, NULL, 2495, 24, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),
23500(2551, 'CM2.3', 'Seek and synthesize relevant information from other sources, including the patient\'s family', 'with the patient\'s consent', NULL, 0, 24, 24, 0, 25, 0, 1, 0, '2', 0, 0, 1685381586),29139(2551, 'CM2.3', 'Seek and synthesize relevant information from other sources, including the patient\'s family', 'with the patient\'s consent', NULL, 0, 24, 24, 0, 25, 0, 1, 0, '2', 0, 0, 1685381586),
23501(2552, 'CM3.1', 'Share information and explanations that are clear, accurate, and timely, while checking for patient and family understanding', NULL, NULL, 2495, 24, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),29140(2552, 'CM3.1', 'Share information and explanations that are clear, accurate, and timely, while checking for patient and family understanding', NULL, NULL, 2495, 24, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),
23502(2553, 'CM3.2', 'Disclose harmful patient safety incidents to patients and their families accurately and appropriately', NULL, NULL, 2495, 24, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1),29141(2553, 'CM3.2', 'Disclose harmful patient safety incidents to patients and their families accurately and appropriately', NULL, NULL, 2495, 24, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1),
23503(2554, 'CM4.1', 'Facilitate discussions with patients and their families in a way that is respectful, non-judgmental, and culturally safe', NULL, NULL, 2495, 24, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1),29142(2554, 'CM4.1', 'Facilitate discussions with patients and their families in a way that is respectful, non-judgmental, and culturally safe', NULL, NULL, 2495, 24, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1),
23504(2555, 'CM4.2', 'Assist patients and their families to identify, access, and make use of information and communication technologies to support their care and manage their health', NULL, NULL, 2495, 24, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1),29143(2555, 'CM4.2', 'Assist patients and their families to identify, access, and make use of information and communication technologies to support their care and manage their health', NULL, NULL, 2495, 24, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1),
23505(2556, 'CM4.3', 'Use communication skills and strategies that help patients and their families make informed decisions regarding their health', NULL, NULL, 2495, 24, NULL, 30, 0, 1, 0, 2, '', 0, 1685381586, 1),29144(2556, 'CM4.3', 'Use communication skills and strategies that help patients and their families make informed decisions regarding their health', NULL, NULL, 2495, 24, NULL, 30, 0, 1, 0, 2, '', 0, 1685381586, 1),
23506(2557, 'CM5.1', 'Document clinical encounters in an accurate, complete, timely, and accessible manner, in compliance with regulatory and legal requirements', NULL, NULL, 2495, 24, NULL, 31, 0, 1, 0, 2, '', 0, 1685381586, 1),29145(2557, 'CM5.1', 'Document clinical encounters in an accurate, complete, timely, and accessible manner, in compliance with regulatory and legal requirements', NULL, NULL, 2495, 24, NULL, 31, 0, 1, 0, 2, '', 0, 1685381586, 1),
23507(2558, 'CM5.2', 'Communicate effectively using a written health record, electronic medical record, or other digital technology', NULL, NULL, 2495, 24, NULL, 32, 0, 1, 0, 2, '', 0, 1685381586, 1),29146(2558, 'CM5.2', 'Communicate effectively using a written health record, electronic medical record, or other digital technology', NULL, NULL, 2495, 24, NULL, 32, 0, 1, 0, 2, '', 0, 1685381586, 1),
23508(2559, 'CM5.3', 'Share information with patients and others in a manner that respects patient privacy and confidentiality and enhances understanding', NULL, NULL, 2495, 24, NULL, 33, 0, 1, 0, 2, '', 0, 1685381586, 1),29147(2559, 'CM5.3', 'Share information with patients and others in a manner that respects patient privacy and confidentiality and enhances understanding', NULL, NULL, 2495, 24, NULL, 33, 0, 1, 0, 2, '', 0, 1685381586, 1),
23509(2560, 'CL1.1', 'Establish and maintain positive relationships with physicians and other colleagues in the health care professions to support relationship-centred collaborative care', NULL, NULL, 2495, 24, NULL, 34, 0, 1, 0, 2, '', 0, 1685381586, 1),29148(2560, 'CL1.1', 'Establish and maintain positive relationships with physicians and other colleagues in the health care professions to support relationship-centred collaborative care', NULL, NULL, 2495, 24, NULL, 34, 0, 1, 0, 2, '', 0, 1685381586, 1),
23510(2561, 'CL1.2', 'Negotiate overlapping and shared responsibilities with physicians and other colleagues in the health care professions in episodic and ongoing care', NULL, NULL, 2495, 24, NULL, 35, 0, 1, 0, 2, '', 0, 1685381586, 1),29149(2561, 'CL1.2', 'Negotiate overlapping and shared responsibilities with physicians and other colleagues in the health care professions in episodic and ongoing care', NULL, NULL, 2495, 24, NULL, 35, 0, 1, 0, 2, '', 0, 1685381586, 1),
23511(2562, 'CL1.3', 'Engage in respectful shared decision-making with physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 36, 0, 1, 0, 2, '', 0, 1685381586, 1),29150(2562, 'CL1.3', 'Engage in respectful shared decision-making with physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 36, 0, 1, 0, 2, '', 0, 1685381586, 1),
23512(2563, 'CL2.1', 'Show respect toward collaborators', NULL, NULL, 2495, 24, NULL, 37, 0, 1, 0, 2, '', 0, 1685381586, 1),29151(2563, 'CL2.1', 'Show respect toward collaborators', NULL, NULL, 2495, 24, NULL, 37, 0, 1, 0, 2, '', 0, 1685381586, 1),
23513(2564, 'CL2.2', 'Implement strategies to promote understanding, manage differences, and resolve conflicts in a manner that supports a collaborative culture', NULL, NULL, 2495, 24, NULL, 38, 0, 1, 0, 2, '', 0, 1685381586, 1),29152(2564, 'CL2.2', 'Implement strategies to promote understanding, manage differences, and resolve conflicts in a manner that supports a collaborative culture', NULL, NULL, 2495, 24, NULL, 38, 0, 1, 0, 2, '', 0, 1685381586, 1),
23514(2565, 'CL3.1', 'Determine when care should be transferred to another physician or health care professional', NULL, NULL, 2495, 24, NULL, 39, 0, 1, 0, 2, '', 0, 1685381586, 1),29153(2565, 'CL3.1', 'Determine when care should be transferred to another physician or health care professional', NULL, NULL, 2495, 24, NULL, 39, 0, 1, 0, 2, '', 0, 1685381586, 1),
23515(2566, 'CL3.2', 'Demonstrate safe handover of care, using both verbal and written communication, during a patient transition to a different health care professional, setting, or stage of care', NULL, NULL, 2495, 24, NULL, 40, 0, 1, 0, 2, '', 0, 1685381586, 1),29154(2566, 'CL3.2', 'Demonstrate safe handover of care, using both verbal and written communication, during a patient transition to a different health care professional, setting, or stage of care', NULL, NULL, 2495, 24, NULL, 40, 0, 1, 0, 2, '', 0, 1685381586, 1),
23516(2567, 'LD1.1', 'Apply the science of quality improvement to contribute to improving systems of patient care', NULL, NULL, 2495, 24, NULL, 41, 0, 1, 0, 2, '', 0, 1685381586, 1),29155(2567, 'LD1.1', 'Apply the science of quality improvement to contribute to improving systems of patient care', NULL, NULL, 2495, 24, NULL, 41, 0, 1, 0, 2, '', 0, 1685381586, 1),
23517(2568, 'LD1.2', 'Contribute to a culture that promotes patient safety', NULL, NULL, 2495, 24, NULL, 42, 0, 1, 0, 2, '', 0, 1685381586, 1),29156(2568, 'LD1.2', 'Contribute to a culture that promotes patient safety', NULL, NULL, 2495, 24, NULL, 42, 0, 1, 0, 2, '', 0, 1685381586, 1),
23518(2569, 'LD1.3', 'Analyze safety incidents to enhance systems of care', NULL, NULL, 2495, 24, NULL, 43, 0, 1, 0, 2, '', 0, 1685381586, 1),29157(2569, 'LD1.3', 'Analyze safety incidents to enhance systems of care', NULL, NULL, 2495, 24, NULL, 43, 0, 1, 0, 2, '', 0, 1685381586, 1),
23519(2570, 'LD1.4', 'Use health informatics to improve the quality of patient care and optimize patient safety', NULL, NULL, 2495, 24, NULL, 44, 0, 1, 0, 2, '', 0, 1685381586, 1),29158(2570, 'LD1.4', 'Use health informatics to improve the quality of patient care and optimize patient safety', NULL, NULL, 2495, 24, NULL, 44, 0, 1, 0, 2, '', 0, 1685381586, 1),
23520(2571, 'LD2.1', 'Allocate health care resources for optimal patient care', NULL, NULL, 2495, 24, NULL, 45, 0, 1, 0, 2, '', 0, 1685381586, 1),29159(2571, 'LD2.1', 'Allocate health care resources for optimal patient care', NULL, NULL, 2495, 24, NULL, 45, 0, 1, 0, 2, '', 0, 1685381586, 1),
23521(2572, 'LD2.2', 'Apply evidence and management processes to achieve cost-appropriate care', NULL, NULL, 2495, 24, NULL, 46, 0, 1, 0, 2, '', 0, 1685381586, 1),29160(2572, 'LD2.2', 'Apply evidence and management processes to achieve cost-appropriate care', NULL, NULL, 2495, 24, NULL, 46, 0, 1, 0, 2, '', 0, 1685381586, 1),
23522(2573, 'LD3.1', 'Demonstrate leadership skills to enhance health care', NULL, NULL, 2495, 24, NULL, 47, 0, 1, 0, 2, '', 0, 1685381586, 1),29161(2573, 'LD3.1', 'Demonstrate leadership skills to enhance health care', NULL, NULL, 2495, 24, NULL, 47, 0, 1, 0, 2, '', 0, 1685381586, 1),
23523(2574, 'LD3.2', 'Facilitate change in health care to enhance services and outcomes', NULL, NULL, 2495, 24, NULL, 48, 0, 1, 0, 2, '', 0, 1685381586, 1),29162(2574, 'LD3.2', 'Facilitate change in health care to enhance services and outcomes', NULL, NULL, 2495, 24, NULL, 48, 0, 1, 0, 2, '', 0, 1685381586, 1),
23524(2575, 'LD4.1', 'Set priorities and manage time to integrate practice and personal life', NULL, NULL, 2495, 24, NULL, 49, 0, 1, 0, 2, '', 0, 1685381586, 1),29163(2575, 'LD4.1', 'Set priorities and manage time to integrate practice and personal life', NULL, NULL, 2495, 24, NULL, 49, 0, 1, 0, 2, '', 0, 1685381586, 1),
23525(2576, 'LD4.2', 'Manage career planning, finances, and health human resources in a practice', NULL, NULL, 2495, 24, NULL, 50, 0, 1, 0, 2, '', 0, 1685381586, 1),29164(2576, 'LD4.2', 'Manage career planning, finances, and health human resources in a practice', NULL, NULL, 2495, 24, NULL, 50, 0, 1, 0, 2, '', 0, 1685381586, 1),
23526(2577, 'LD4.3', 'Implement processes to ensure personal practice improvement', NULL, NULL, 2495, 24, NULL, 51, 0, 1, 0, 2, '', 0, 1685381586, 1),29165(2577, 'LD4.3', 'Implement processes to ensure personal practice improvement', NULL, NULL, 2495, 24, NULL, 51, 0, 1, 0, 2, '', 0, 1685381586, 1),
23527(2578, 'HA1.1', 'Work with patients to address determinants of health that affect them and their access to needed health services or resources', NULL, NULL, 2495, 24, NULL, 52, 0, 1, 0, 2, '', 0, 1685381586, 1),29166(2578, 'HA1.1', 'Work with patients to address determinants of health that affect them and their access to needed health services or resources', NULL, NULL, 2495, 24, NULL, 52, 0, 1, 0, 2, '', 0, 1685381586, 1),
23528(2579, 'HA1.2', 'Work with patients and their families to increase opportunities to adopt healthy behaviours', NULL, NULL, 2495, 24, NULL, 53, 0, 1, 0, 2, '', 0, 1685381586, 1),29167(2579, 'HA1.2', 'Work with patients and their families to increase opportunities to adopt healthy behaviours', NULL, NULL, 2495, 24, NULL, 53, 0, 1, 0, 2, '', 0, 1685381586, 1),
23529(2580, 'HA1.3', 'Incorporate disease prevention, health promotion, and health surveillance into interactions with individual patients', NULL, NULL, 2495, 24, NULL, 54, 0, 1, 0, 2, '', 0, 1685381586, 1),29168(2580, 'HA1.3', 'Incorporate disease prevention, health promotion, and health surveillance into interactions with individual patients', NULL, NULL, 2495, 24, NULL, 54, 0, 1, 0, 2, '', 0, 1685381586, 1),
23530(2581, 'HA2.1', 'Work with a community or population to identify the determinants of health that affect them', NULL, NULL, 2495, 24, NULL, 55, 0, 1, 0, 2, '', 0, 1685381586, 1),29169(2581, 'HA2.1', 'Work with a community or population to identify the determinants of health that affect them', NULL, NULL, 2495, 24, NULL, 55, 0, 1, 0, 2, '', 0, 1685381586, 1),
23531(2582, 'HA2.2', 'Improve clinical practice by applying a process of continuous quality improvement to disease prevention, health promotion, and health surveillance activities', NULL, NULL, 2495, 24, NULL, 56, 0, 1, 0, 2, '', 0, 1685381586, 1),29170(2582, 'HA2.2', 'Improve clinical practice by applying a process of continuous quality improvement to disease prevention, health promotion, and health surveillance activities', NULL, NULL, 2495, 24, NULL, 56, 0, 1, 0, 2, '', 0, 1685381586, 1),
23532(2583, 'HA2.3', 'Contribute to a process to improve health in the community or population they serve', NULL, NULL, 2495, 24, NULL, 57, 0, 1, 0, 2, '', 0, 1685381586, 1),29171(2583, 'HA2.3', 'Contribute to a process to improve health in the community or population they serve', NULL, NULL, 2495, 24, NULL, 57, 0, 1, 0, 2, '', 0, 1685381586, 1),
23533(2584, 'SC1.1', 'Develop, implement, monitor, and revise a personal learning plan to enhance professional practice', NULL, NULL, 2495, 24, NULL, 58, 0, 1, 0, 2, '', 0, 1685381586, 1),29172(2584, 'SC1.1', 'Develop, implement, monitor, and revise a personal learning plan to enhance professional practice', NULL, NULL, 2495, 24, NULL, 58, 0, 1, 0, 2, '', 0, 1685381586, 1),
23534(2585, 'SC1.2', 'Identify opportunities for learning and improvement by regularly reflecting on and assessing their performance using various internal and external data sources', NULL, NULL, 2495, 24, NULL, 59, 0, 1, 0, 2, '', 0, 1685381586, 1),29173(2585, 'SC1.2', 'Identify opportunities for learning and improvement by regularly reflecting on and assessing their performance using various internal and external data sources', NULL, NULL, 2495, 24, NULL, 59, 0, 1, 0, 2, '', 0, 1685381586, 1),
23535(2586, 'SC1.3', 'Engage in collaborative learning to continuously improve personal practice and contribute to collective improvements in practice', NULL, NULL, 2495, 24, NULL, 60, 0, 1, 0, 2, '', 0, 1685381586, 1),29174(2586, 'SC1.3', 'Engage in collaborative learning to continuously improve personal practice and contribute to collective improvements in practice', NULL, NULL, 2495, 24, NULL, 60, 0, 1, 0, 2, '', 0, 1685381586, 1),
23536(2587, 'SC2.1', 'Recognize the influence of role-modelling and the impact of the formal, informal, and hidden curriculum on learners', NULL, NULL, 2495, 24, NULL, 61, 0, 1, 0, 2, '', 0, 1685381586, 1),29175(2587, 'SC2.1', 'Recognize the influence of role-modelling and the impact of the formal, informal, and hidden curriculum on learners', NULL, NULL, 2495, 24, NULL, 61, 0, 1, 0, 2, '', 0, 1685381586, 1),
23537(2588, 'SC2.2', 'Promote a safe learning environment', NULL, NULL, 2495, 24, NULL, 62, 0, 1, 0, 2, '', 0, 1685381586, 1),29176(2588, 'SC2.2', 'Promote a safe learning environment', NULL, NULL, 2495, 24, NULL, 62, 0, 1, 0, 2, '', 0, 1685381586, 1),
23538(2589, 'SC2.3', 'Ensure patient safety is maintained when learners are involved', NULL, NULL, 2495, 24, NULL, 63, 0, 1, 0, 2, '', 0, 1685381586, 1),29177(2589, 'SC2.3', 'Ensure patient safety is maintained when learners are involved', NULL, NULL, 2495, 24, NULL, 63, 0, 1, 0, 2, '', 0, 1685381586, 1),
23539(2590, 'SC2.4', 'Plan and deliver a learning activity', NULL, NULL, 2495, 24, NULL, 64, 0, 1, 0, 2, '', 0, 1685381586, 1),29178(2590, 'SC2.4', 'Plan and deliver a learning activity', NULL, NULL, 2495, 24, NULL, 64, 0, 1, 0, 2, '', 0, 1685381586, 1),
23540(2591, 'SC2.5', 'Provide feedback to enhance learning and performance', NULL, NULL, 2495, 24, NULL, 65, 0, 1, 0, 2, '', 0, 1685381586, 1),29179(2591, 'SC2.5', 'Provide feedback to enhance learning and performance', NULL, NULL, 2495, 24, NULL, 65, 0, 1, 0, 2, '', 0, 1685381586, 1),
23541(2592, 'SC2.6', 'Assess and evaluate learners, teachers, and programs in an educationally appropriate manner', NULL, NULL, 2495, 24, NULL, 66, 0, 1, 0, 2, '', 0, 1685381586, 1),29180(2592, 'SC2.6', 'Assess and evaluate learners, teachers, and programs in an educationally appropriate manner', NULL, NULL, 2495, 24, NULL, 66, 0, 1, 0, 2, '', 0, 1685381586, 1),
23542(2593, 'SC3.1', 'Recognize practice uncertainty and knowledge gaps in clinical and other professional encounters and generate focused questions that can address them', NULL, NULL, 2495, 24, NULL, 67, 0, 1, 0, 2, '', 0, 1685381586, 1),29181(2593, 'SC3.1', 'Recognize practice uncertainty and knowledge gaps in clinical and other professional encounters and generate focused questions that can address them', NULL, NULL, 2495, 24, NULL, 67, 0, 1, 0, 2, '', 0, 1685381586, 1),
23543(2594, 'SC3.2', 'Identify, select, and navigate pre-appraised resource', NULL, NULL, 2495, 24, NULL, 68, 0, 1, 0, 2, '', 0, 1685381586, 1),29182(2594, 'SC3.2', 'Identify, select, and navigate pre-appraised resource', NULL, NULL, 2495, 24, NULL, 68, 0, 1, 0, 2, '', 0, 1685381586, 1),
23544(2595, 'SC3.3', 'Critically evaluate the integrity, reliability, and applicability of health-related research and literature', NULL, NULL, 2495, 24, NULL, 69, 0, 1, 0, 2, '', 0, 1685381586, 1),29183(2595, 'SC3.3', 'Critically evaluate the integrity, reliability, and applicability of health-related research and literature', NULL, NULL, 2495, 24, NULL, 69, 0, 1, 0, 2, '', 0, 1685381586, 1),
23545(2596, 'SC3.4', 'Integrate evidence into decision-making in their practice', NULL, NULL, 2495, 24, NULL, 70, 0, 1, 0, 2, '', 0, 1685381586, 1),29184(2596, 'SC3.4', 'Integrate evidence into decision-making in their practice', NULL, NULL, 2495, 24, NULL, 70, 0, 1, 0, 2, '', 0, 1685381586, 1),
23546(2597, 'SC4.1', 'Demonstrate an understanding of the scientific principles of research and scholarly inquiry and the role of research evidence in health care', NULL, NULL, 2495, 24, NULL, 71, 0, 1, 0, 2, '', 0, 1685381586, 1),29185(2597, 'SC4.1', 'Demonstrate an understanding of the scientific principles of research and scholarly inquiry and the role of research evidence in health care', NULL, NULL, 2495, 24, NULL, 71, 0, 1, 0, 2, '', 0, 1685381586, 1),
23547(2598, 'SC4.2', 'Identify ethical principles for research and incorporate them into obtaining informed consent, considering potential harms and benefits, and considering vulnerable populations', NULL, NULL, 2495, 24, NULL, 72, 0, 1, 0, 2, '', 0, 1685381586, 1),29186(2598, 'SC4.2', 'Identify ethical principles for research and incorporate them into obtaining informed consent, considering potential harms and benefits, and considering vulnerable populations', NULL, NULL, 2495, 24, NULL, 72, 0, 1, 0, 2, '', 0, 1685381586, 1),
23548(2599, 'SC4.3', 'Contribute to the work of a research program', NULL, NULL, 2495, 24, NULL, 73, 0, 1, 0, 2, '', 0, 1685381586, 1),29187(2599, 'SC4.3', 'Contribute to the work of a research program', NULL, NULL, 2495, 24, NULL, 73, 0, 1, 0, 2, '', 0, 1685381586, 1),
23549(2600, 'SC4.4', 'Pose questions amenable to scholarly inquiry and select appropriate methods to address them', NULL, NULL, 2495, 24, NULL, 74, 0, 1, 0, 2, '', 0, 1685381586, 1),29188(2600, 'SC4.4', 'Pose questions amenable to scholarly inquiry and select appropriate methods to address them', NULL, NULL, 2495, 24, NULL, 74, 0, 1, 0, 2, '', 0, 1685381586, 1),
23550(2601, 'SC4.5', 'Summarize and communicate to professional and lay audiences, including patients and their families, the findings of relevant research and scholarly inquiry', NULL, NULL, 2495, 24, NULL, 75, 0, 1, 0, 2, '', 0, 1685381586, 1),29189(2601, 'SC4.5', 'Summarize and communicate to professional and lay audiences, including patients and their families, the findings of relevant research and scholarly inquiry', NULL, NULL, 2495, 24, NULL, 75, 0, 1, 0, 2, '', 0, 1685381586, 1),
23551(2602, 'PR1.1', 'Exhibit appropriate professional behaviours and relationships in all aspects of practice, demonstrating honesty, integrity, humility, commitment, compassion, respect, altruism, respect for diversity, and maintenance of confidentiality', NULL, NULL, 2495, 24, NULL, 76, 0, 1, 0, 2, '', 0, 1685381586, 1),29190(2602, 'PR1.1', 'Exhibit appropriate professional behaviours and relationships in all aspects of practice, demonstrating honesty, integrity, humility, commitment, compassion, respect, altruism, respect for diversity, and maintenance of confidentiality', NULL, NULL, 2495, 24, NULL, 76, 0, 1, 0, 2, '', 0, 1685381586, 1),
23552(2603, 'PR1.2', 'Demonstrate a commitment to excellence in all aspects of practice', NULL, NULL, 2495, 24, NULL, 77, 0, 1, 0, 2, '', 0, 1685381586, 1),29191(2603, 'PR1.2', 'Demonstrate a commitment to excellence in all aspects of practice', NULL, NULL, 2495, 24, NULL, 77, 0, 1, 0, 2, '', 0, 1685381586, 1),
23553(2604, 'PR1.3', 'Recognize and respond to ethical issues encountered in practice', NULL, NULL, 2495, 24, NULL, 78, 0, 1, 0, 2, '', 0, 1685381586, 1),29192(2604, 'PR1.3', 'Recognize and respond to ethical issues encountered in practice', NULL, NULL, 2495, 24, NULL, 78, 0, 1, 0, 2, '', 0, 1685381586, 1),
23554(2605, 'PR1.4', 'Recognize and manage conflicts of interest', NULL, NULL, 2495, 24, NULL, 79, 0, 1, 0, 2, '', 0, 1685381586, 1),29193(2605, 'PR1.4', 'Recognize and manage conflicts of interest', NULL, NULL, 2495, 24, NULL, 79, 0, 1, 0, 2, '', 0, 1685381586, 1),
23555(2606, 'PR1.5', 'Exhibit professional behaviours in the use of technology-enabled communication', NULL, NULL, 2495, 24, NULL, 80, 0, 1, 0, 2, '', 0, 1685381586, 1),29194(2606, 'PR1.5', 'Exhibit professional behaviours in the use of technology-enabled communication', NULL, NULL, 2495, 24, NULL, 80, 0, 1, 0, 2, '', 0, 1685381586, 1),
23556(2607, 'PR2.1', 'Demonstrate accountability to patients, society, and the profession by responding to societal expectations of physicians', NULL, NULL, 2495, 24, NULL, 81, 0, 1, 0, 2, '', 0, 1685381586, 1),29195(2607, 'PR2.1', 'Demonstrate accountability to patients, society, and the profession by responding to societal expectations of physicians', NULL, NULL, 2495, 24, NULL, 81, 0, 1, 0, 2, '', 0, 1685381586, 1),
23557(2608, 'PR2.2', 'Demonstrate a commitment to patient safety and quality improvement', NULL, NULL, 2495, 24, NULL, 82, 0, 1, 0, 2, '', 0, 1685381586, 1),29196(2608, 'PR2.2', 'Demonstrate a commitment to patient safety and quality improvement', NULL, NULL, 2495, 24, NULL, 82, 0, 1, 0, 2, '', 0, 1685381586, 1),
23558(2609, 'PR3.1', 'Fulfill and adhere to the professional and ethical codes, standards of practice, and laws governing practice', NULL, NULL, 2495, 24, NULL, 83, 0, 1, 0, 2, '', 0, 1685381586, 1),29197(2609, 'PR3.1', 'Fulfill and adhere to the professional and ethical codes, standards of practice, and laws governing practice', NULL, NULL, 2495, 24, NULL, 83, 0, 1, 0, 2, '', 0, 1685381586, 1),
23559(2610, 'PR3.2', 'Recognize and respond to unprofessional and unethical behaviours in physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 84, 0, 1, 0, 2, '', 0, 1685381586, 1),29198(2610, 'PR3.2', 'Recognize and respond to unprofessional and unethical behaviours in physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 84, 0, 1, 0, 2, '', 0, 1685381586, 1),
23560(2611, 'PR3.3', 'Participate in peer assessment and standard-setting', NULL, NULL, 2495, 24, NULL, 85, 0, 1, 0, 2, '', 0, 1685381586, 1),29199(2611, 'PR3.3', 'Participate in peer assessment and standard-setting', NULL, NULL, 2495, 24, NULL, 85, 0, 1, 0, 2, '', 0, 1685381586, 1),
23561(2612, 'PR4.1', 'Exhibit self-awareness and manage influences on personal well-being and professional performance', NULL, NULL, 2495, 24, NULL, 86, 0, 1, 0, 2, '', 0, 1685381586, 1),29200(2612, 'PR4.1', 'Exhibit self-awareness and manage influences on personal well-being and professional performance', NULL, NULL, 2495, 24, NULL, 86, 0, 1, 0, 2, '', 0, 1685381586, 1),
23562(2613, 'PR4.2', 'Manage personal and professional demands for a sustainable practice throughout the physician life cycle', NULL, NULL, 2495, 24, NULL, 87, 0, 1, 0, 2, '', 0, 1685381586, 1),29201(2613, 'PR4.2', 'Manage personal and professional demands for a sustainable practice throughout the physician life cycle', NULL, NULL, 2495, 24, NULL, 87, 0, 1, 0, 2, '', 0, 1685381586, 1),
23563(2614, 'PR4.3', 'Promote a culture that recognizes', 'supports', 'and responds effectively to colleagues in need', 0, 0, 2495, 24, 0, 88, 0, 1, '0', 2, 0, 0),29202(2614, 'PR4.3', 'Promote a culture that recognizes', 'supports', 'and responds effectively to colleagues in need', 0, 0, 2495, 24, 0, 88, 0, 1, '0', 2, 0, 0),
23564(2615, 'ME1', 'Practise medicine within their defined scope of practice and expertise', NULL, NULL, 2494, 23, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),29203(2615, 'ME1', 'Practise medicine within their defined scope of practice and expertise', NULL, NULL, 2494, 23, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1),
23565(2616, 'ME2', 'Perform a patient-centred clinical assessment and establish a management plan', NULL, NULL, 2494, 23, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),29204(2616, 'ME2', 'Perform a patient-centred clinical assessment and establish a management plan', NULL, NULL, 2494, 23, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1),
23566(2617, 'ME3', 'Plan and perform procedures and therapies for the purpose of assessment and/or management', NULL, NULL, 2494, 23, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),29205(2617, 'ME3', 'Plan and perform procedures and therapies for the purpose of assessment and/or management', NULL, NULL, 2494, 23, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1),
23567(2618, 'ME4', 'Establish plans for ongoing care and', 'when appropriate', 'timely consultation', 0, 0, 2494, 23, 0, 3, 0, 1, '0', 2, 0, 0),29206(2618, 'ME4', 'Establish plans for ongoing care and', 'when appropriate', 'timely consultation', 0, 0, 2494, 23, 0, 3, 0, 1, '0', 2, 0, 0),
23568(2619, 'ME5', 'Actively contribute', 'as an individual and as a member of a team providing care', 'to the continuous improvement of health care quality and patient safety', 0, 0, 2494, 23, 0, 4, 0, 1, '0', 2, 0, 0),29207(2619, 'ME5', 'Actively contribute', 'as an individual and as a member of a team providing care', 'to the continuous improvement of health care quality and patient safety', 0, 0, 2494, 23, 0, 4, 0, 1, '0', 2, 0, 0),
23569(2620, 'CM1', 'Establish professional therapeutic relationships with patients and their families', NULL, NULL, 2494, 23, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1),29208(2620, 'CM1', 'Establish professional therapeutic relationships with patients and their families', NULL, NULL, 2494, 23, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1),
23570(2621, 'CM2', 'Elicit and synthesize accurate and relevant information', 'incorporating the perspectives of patients and their families', NULL, 0, 24, 23, 0, 6, 0, 1, 0, '2', 0, 0, 1685381586),29209(2621, 'CM2', 'Elicit and synthesize accurate and relevant information', 'incorporating the perspectives of patients and their families', NULL, 0, 24, 23, 0, 6, 0, 1, 0, '2', 0, 0, 1685381586),
23571(2622, 'CM3', 'Share health care information and plans with patients and their families', NULL, NULL, 2494, 23, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1),29210(2622, 'CM3', 'Share health care information and plans with patients and their families', NULL, NULL, 2494, 23, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1),
23572(2623, 'CM4', 'Engage patients and their families in developing plans that reflect the patient\'s health care needs and goals', NULL, NULL, 2494, 23, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1),29211(2623, 'CM4', 'Engage patients and their families in developing plans that reflect the patient\'s health care needs and goals', NULL, NULL, 2494, 23, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1),
23573(2624, 'CM5', 'Document and share written and electronic information about the medical encounter to optimize clinical decision-making', 'patient safety', 'confidentiality', 0, 0, NULL, 2494, 23, 0, 9, 0, '1', 0, 1685381586, 0),29212(2624, 'CM5', 'Document and share written and electronic information about the medical encounter to optimize clinical decision-making', 'patient safety', 'confidentiality', 0, 0, NULL, 2494, 23, 0, 9, 0, '1', 0, 1685381586, 0),
23574(2625, 'CL1', 'Work effectively with physicians and other colleagues in the health care professions', NULL, NULL, 2494, 23, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),29213(2625, 'CL1', 'Work effectively with physicians and other colleagues in the health care professions', NULL, NULL, 2494, 23, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1),
23575(2626, 'CL2', 'Work with physicians and other colleagues in the health care professions to promote understanding', 'manage differences', 'and resolve conflicts', 0, 0, 2494, 23, 0, 11, 0, 1, '0', 2, 0, 0),29214(2626, 'CL2', 'Work with physicians and other colleagues in the health care professions to promote understanding', 'manage differences', 'and resolve conflicts', 0, 0, 2494, 23, 0, 11, 0, 1, '0', 2, 0, 0),
23576(2627, 'CL3', 'Hand over the care of a patient to another health care professional to facilitate continuity of safe patient care', NULL, NULL, 2494, 23, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1),29215(2627, 'CL3', 'Hand over the care of a patient to another health care professional to facilitate continuity of safe patient care', NULL, NULL, 2494, 23, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1),
23577(2628, 'LD1', 'Contribute to the improvement of health care delivery in teams', 'organizations', 'and systems', 0, 0, 2494, 23, 0, 13, 0, 1, '0', 2, 0, 0),29216(2628, 'LD1', 'Contribute to the improvement of health care delivery in teams', 'organizations', 'and systems', 0, 0, 2494, 23, 0, 13, 0, 1, '0', 2, 0, 0),
23578(2629, 'LD2', 'Engage in the stewardship of health care resources', NULL, NULL, 2494, 23, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1),29217(2629, 'LD2', 'Engage in the stewardship of health care resources', NULL, NULL, 2494, 23, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1),
23579(2630, 'LD3', 'Demonstrate leadership in professional practice', NULL, NULL, 2494, 23, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1),29218(2630, 'LD3', 'Demonstrate leadership in professional practice', NULL, NULL, 2494, 23, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1),
23580(2631, 'LD4', 'Manage their practice and career', NULL, NULL, 2494, 23, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),29219(2631, 'LD4', 'Manage their practice and career', NULL, NULL, 2494, 23, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1),
23581(2632, 'HA1', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2494, 23, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1),29220(2632, 'HA1', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2494, 23, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1),
23582(2633, 'HA2', 'Respond to the needs of the communities or populations they serve by advocating with them for system-level change in a socially accountable manner', NULL, NULL, 2494, 23, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1),29221(2633, 'HA2', 'Respond to the needs of the communities or populations they serve by advocating with them for system-level change in a socially accountable manner', NULL, NULL, 2494, 23, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1),
23583(2634, 'SC1', 'Engage in the continuous enhancement of their professional activities through ongoing learning', NULL, NULL, 2494, 23, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1),29222(2634, 'SC1', 'Engage in the continuous enhancement of their professional activities through ongoing learning', NULL, NULL, 2494, 23, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1),
23584(2635, 'SC2', 'Teach students, residents, the public, and other health care professionals', NULL, NULL, 2494, 23, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),29223(2635, 'SC2', 'Teach students, residents, the public, and other health care professionals', NULL, NULL, 2494, 23, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1),
23585(2636, 'SC3', 'Integrate best available evidence into practice', NULL, NULL, 2494, 23, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),29224(2636, 'SC3', 'Integrate best available evidence into practice', NULL, NULL, 2494, 23, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1),
23586(2637, 'SC4', 'Contribute to the creation and dissemination of knowledge and practices applicable to health', NULL, NULL, 2494, 23, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),29225(2637, 'SC4', 'Contribute to the creation and dissemination of knowledge and practices applicable to health', NULL, NULL, 2494, 23, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1),
23587(2638, 'PR1', 'Demonstrate a commitment to patients by applying best practices and adhering to high ethical standards', NULL, NULL, 2494, 23, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),29226(2638, 'PR1', 'Demonstrate a commitment to patients by applying best practices and adhering to high ethical standards', NULL, NULL, 2494, 23, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1),
23588(2639, 'PR2', 'Demonstrate a commitment to society by recognizing and responding to societal expectations in health care', NULL, NULL, 2494, 23, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),29227(2639, 'PR2', 'Demonstrate a commitment to society by recognizing and responding to societal expectations in health care', NULL, NULL, 2494, 23, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1),
23589(2640, 'PR3', 'Demonstrate a commitment to the profession by adhering to standards and participating in physician-led regulation', NULL, NULL, 2494, 23, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1),29228(2640, 'PR3', 'Demonstrate a commitment to the profession by adhering to standards and participating in physician-led regulation', NULL, NULL, 2494, 23, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1),
23590(2641, 'PR4', 'Demonstrate a commitment to physician health and well-being to foster optimal patient care', NULL, NULL, 2494, 23, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),29229(2641, 'PR4', 'Demonstrate a commitment to physician health and well-being to foster optimal patient care', NULL, NULL, 2494, 23, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1),
23591(2642, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29230(2642, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23592(2643, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29231(2643, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23593(2644, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29232(2644, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23594(2645, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29233(2645, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23595(2646, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29234(2646, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23596(2647, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system\n], both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2646, 26, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29235(2647, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system\n], both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2646, 26, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23597(2648, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2646, 26, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29236(2648, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2646, 26, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23598(2649, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2646, 26, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29237(2649, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2646, 26, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23599(2650, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2646, 26, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1);29238(2650, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2646, 26, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1);
23600INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES29239INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES
23601(2651, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2646, 26, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29240(2651, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2646, 26, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23602(2652, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2646, 26, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29241(2652, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2646, 26, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23603(2653, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2646, 26, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29242(2653, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2646, 26, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23604(2654, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),29243(2654, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1),
23605(2655, 'D', 'Transition to Discipline', '', NULL, 2654, 27, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29244(2655, 'D', 'Transition to Discipline', '', NULL, 2654, 27, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23606(2656, 'F', 'Foundations of Discipline', '', NULL, 2654, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29245(2656, 'F', 'Foundations of Discipline', '', NULL, 2654, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23607(2657, 'C', 'Core Discipline', '', NULL, 2654, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29246(2657, 'C', 'Core Discipline', '', NULL, 2654, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23608(2658, 'P', 'Transition to Practice', '', NULL, 2654, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29247(2658, 'P', 'Transition to Practice', '', NULL, 2654, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23609(2659, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29248(2659, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23610(2660, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2659, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29249(2660, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2659, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23611(2661, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2659, 28, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29250(2661, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2659, 28, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23612(2662, 'organ_system', 'Organ System', 'Organ System', NULL, 2659, 28, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29251(2662, 'organ_system', 'Organ System', 'Organ System', NULL, 2659, 28, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23613(2663, 'procedure', 'Procedure', 'Procedure', NULL, 2659, 28, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29252(2663, 'procedure', 'Procedure', 'Procedure', NULL, 2659, 28, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23614(2664, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2659, 28, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29253(2664, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2659, 28, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23615(2665, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2659, 28, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29254(2665, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2659, 28, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23616(2666, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2659, 28, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29255(2666, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2659, 28, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23617(2667, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2659, 28, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29256(2667, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2659, 28, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23618(2668, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2659, 28, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29257(2668, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2659, 28, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23619(2669, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2659, 28, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29258(2669, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2659, 28, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23620(2670, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2659, 28, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29259(2670, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2659, 28, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23621(2671, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2659, 28, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29260(2671, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2659, 28, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23622(2672, 'case_type', 'Case Type', 'Case Type', NULL, 2659, 28, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29261(2672, 'case_type', 'Case Type', 'Case Type', NULL, 2659, 28, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23623(2673, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 29, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29262(2673, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 29, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23624(2674, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 30, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29263(2674, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 30, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23625(2675, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 2505, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29264(2675, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 2505, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23626(2676, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 2505, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29265(2676, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 2505, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23627(2677, 'C', 'Core Discipline', 'Core Discipline', NULL, 2505, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29266(2677, 'C', 'Core Discipline', 'Core Discipline', NULL, 2505, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23628(2678, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 2505, 27, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29267(2678, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 2505, 27, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23629(2679, 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 2493, 22, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29268(2679, 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 2493, 22, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23630(2680, 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 2493, 22, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29269(2680, 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 2493, 22, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23631(2681, 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 2493, 22, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29270(2681, 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 2493, 22, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23632(2682, 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 2493, 22, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29271(2682, 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 2493, 22, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23633(2683, 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 2493, 22, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29272(2683, 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 2493, 22, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23634(2684, 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 2493, 22, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29273(2684, 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 2493, 22, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23635(2685, 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 2493, 22, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29274(2685, 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 2493, 22, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
23636(2686, 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 2493, 22, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),29275(2686, 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 2493, 22, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1),
n23637(2687, 'assessors_role', 'Response', 'Response', NULL, 2669, 29, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685381586, 1);n29276(2687, 'assessors_role', 'Response', 'Response', NULL, 2669, 29, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685381586, 1),
29277(2688, 'RIME', 'RIME', NULL, '', 0, 31, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387673, 0),
29278(2689, 'EPA', 'EPA', NULL, '', 0, 32, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387731, 0),
29279(2690, 'Functions', 'Functions', NULL, '', 0, 33, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387758, 0),
29280(2691, '1_REP', 'Reporter', 'Reporters can accurately and reliably gather clinical information on each of their patients', 'Reporters can accurately and reliably gather clinical information on each of their patients. Reporters can communicate clearly (both verbally and in writing) the clinical information they have obtained. Reporters are able to distinguish important information from unimportant information and are able to focus data collection and presentation on central issues. It is expected that all students will function as master Reporters (and be transitioning into beginning Interpreters) by the end of the clerkship.', 2688, 31, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29281(2692, '2_INT', 'Interpreter', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise. Interpreters are able to develop a differential diagnosis independently and to make a case for and against each of the important diagnoses under consideration for a patient', 2688, 31, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29282(2693, '3_MGR', 'Manager', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s)', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s). Managers are able to utilize their growing clinical judgment to decide when action needs to be taken. Managers can analyze the risk/benefit balance of specific diagnostic and therapeutic measures based on an individual patient', 2688, 31, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29283(2694, '4_EC', 'Enhanced Communicator', 'Enhanced communicators have mastered the fundamental skills described above', 'Enhanced communicators have mastered the fundamental skills described above. Enhanced communicators have the insight to define important questions to research in more depth, the drive to seek out the evidence behind clinical practice, and the skills to scrutinize the quality of this evidence. Enhanced communicators take a share in educating the rest of the team. The transition from Manager to Enhanced communicators is usually completed during Internship and Residency.', 2688, 31, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29284(2695, 'EPA1', 'Gather a history and perform a physical examination', '', '', 2689, 32, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29285(2696, 'EPA5', 'Document a clinical encounter in the patient record', '', '', 2689, 32, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29286(2697, 'EPA6', 'Provide an oral presentation of a clinical encounter', '', '', 2689, 32, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29287(2698, 'EPA2', 'Prioritize a differential diagnosis following a clinical encounter', '', '', 2689, 32, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29288(2699, 'EPA3A', 'Interpret common diagnostic and screening tests', '', '', 2689, 32, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29289(2700, 'EPA3B', 'Recommend common diagnostic and screening tests', '', '', 2689, 32, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29290(2701, 'EPA4', 'Enter and discuss orders and prescriptions', '', '', 2689, 32, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29291(2702, 'EPA7', 'Form clinical questions and retrieve evidence to advance patient care', '', '', 2689, 32, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29292(2703, 'EPA9', 'Collaborate as a member of an interprofessional team', '', '', 2689, 32, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29293(2704, 'EPA13', 'Identify system failures and contribute to a culture of safety and improvement', '', '', 2689, 32, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29294(2705, 'F1.1', 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, '', 2690, 33, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29295(2706, 'F1.2', 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, '', 2690, 33, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29296(2707, 'F1.3', 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, '', 2690, 33, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29297(2708, 'F1.4', 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, '', 2690, 33, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29298(2709, 'F1.5', 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, '', 2690, 33, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29299(2710, 'F1.6', 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, '', 2690, 33, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29300(2711, 'F1.7', 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, '', 2690, 33, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29301(2712, 'F1.8', 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, '', 2690, 33, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29302(2713, 'F1.9', 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, '', 2690, 33, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29303(2714, 'F1.10', 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, '', 2690, 33, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29304(2715, 'F1.11', 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, '', 2690, 33, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29305(2716, 'F1.12', 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, '', 2690, 33, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29306(2717, 'F2.1', 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, '', 2690, 33, NULL, 13, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29307(2718, 'F2.2', 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, '', 2690, 33, NULL, 14, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29308(2719, 'F2.3', 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, '', 2690, 33, NULL, 15, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29309(2720, 'F2.4', 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, '', 2690, 33, NULL, 16, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29310(2721, 'F2.5', 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, '', 2690, 33, NULL, 17, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29311(2722, 'F2.6', 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, '', 2690, 33, NULL, 18, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29312(2723, 'F3.1', 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, '', 2690, 33, NULL, 19, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29313(2724, 'F3.2', 'F3.2 Provide a rationale for the decision to order the test.', NULL, '', 2690, 33, NULL, 20, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29314(2725, 'F3.3', 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, '', 2690, 33, NULL, 21, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29315(2726, 'F3.4', 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, '', 2690, 33, NULL, 22, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29316(2727, 'F3.5', 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, '', 2690, 33, NULL, 23, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29317(2728, 'F3.6', 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, '', 2690, 33, NULL, 24, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29318(2729, 'F4.1', 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, '', 2690, 33, NULL, 25, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29319(2730, 'F4.2', 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, '', 2690, 33, NULL, 26, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29320(2731, 'F4.3', 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, '', 2690, 33, NULL, 27, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29321(2732, 'F4.4', 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, '', 2690, 33, NULL, 28, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29322(2733, 'F4.5', 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, '', 2690, 33, NULL, 29, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29323(2734, 'F4.6', 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, '', 2690, 33, NULL, 30, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29324(2735, 'F4.7', 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, '', 2690, 33, NULL, 31, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29325(2736, 'F5.1', 'F5.1 Filter, organize, and prioritize information.', NULL, '', 2690, 33, NULL, 32, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29326(2737, 'F5.2', 'F5.2 Synthesize information into a cogent narrative.', NULL, '', 2690, 33, NULL, 33, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29327(2738, 'F5.3', 'F5.3 Record a problem list, working and differential diagnosis and plan.', NULL, '', 2690, 33, NULL, 34, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29328(2739, 'F5.4', 'F5.4 Choose the information that requires emphasis in the documentation based on its purpose (e.g., Emergency Department visit, clinic visit, admission History and Physical Examination).', NULL, '', 2690, 33, NULL, 35, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29329(2740, 'F5.5', 'F5.5 Comply with requirements and regulations regarding documentation in the medical record.', NULL, '', 2690, 33, NULL, 36, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29330(2741, 'F5.6', 'F5.6 Verify the authenticity and origin of the information recorded in the documentation (e.g., avoids blind copying and pasting).', NULL, '', 2690, 33, NULL, 37, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29331(2742, 'F5.7', 'F5.7 Record documentation so that it is timely and legible.', NULL, '', 2690, 33, NULL, 38, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29332(2743, 'F5.8', 'F5.8 Accurately document the reasoning supporting the decision making in the clinical encounter for any reader (e.g., consultants, other health care professionals, patients and families, auditors).', NULL, '', 2690, 33, NULL, 39, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29333(2744, 'F5.9', 'F5.9 Document patient preferences to allow their incorporation into clinical decision making', NULL, '', 2690, 33, NULL, 40, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29334(2745, 'F6.1', 'F6.1 Present information that has been personally gathered or verified, acknowledging any areas of uncertainty.', NULL, '', 2690, 33, NULL, 41, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29335(2746, 'F6.2', 'F6.2 Provide an accurate, concise, and well-organized oral presentation.', NULL, '', 2690, 33, NULL, 42, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29336(2747, 'F6.3', 'F6.3 Adjust the oral presentation to meet the needs of the receiver of the information.', NULL, '', 2690, 33, NULL, 43, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29337(2748, 'F6.4', 'F6.4 Assure closed-loop communication between the presenter and receiver of the information to ensure that both parties have a shared understanding of the patient\'s condition and needs.', NULL, '', 2690, 33, NULL, 44, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29338(2749, 'F7.1', 'F7.1 Develop a well-formed, focused, pertinent clinical question based on clinical scenarios or real-time patient care.', NULL, '', 2690, 33, NULL, 45, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29339(2750, 'F7.2', 'F7.2 Demonstrate basic awareness and early skills in appraisal of both the sources and content of medical information using accepted criteria.', NULL, '', 2690, 33, NULL, 46, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29340(2751, 'F7.3', 'F7.3 Identify and demonstrate the use of information technology to access accurate and reliable online medical information.', NULL, '', 2690, 33, NULL, 47, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29341(2752, 'F7.4', 'F7.4 Demonstrate basic awareness and early skills in assessing applicability/generalizability of evidence and published studies to specific patients.', NULL, '', 2690, 33, NULL, 48, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29342(2753, 'F7.5', 'F7.5 Demonstrate curiosity, objectivity, and the use of scientific reasoning in acquisition of knowledge and application to patient care.', NULL, '', 2690, 33, NULL, 49, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29343(2754, 'F7.6', 'F7.6 Apply the primary findings of one\'s information search to an individual patient or panel of patients.', NULL, '', 2690, 33, NULL, 50, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29344(2755, 'F7.7', 'F7.7 Communicate one\'s findings to the health care team (including the patient/family).', NULL, '', 2690, 33, NULL, 51, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29345(2756, 'F7.8', 'F7.8 Close the loop through reflection on the process and the outcome for the patient.', NULL, '', 2690, 33, NULL, 52, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29346(2757, 'F9.1', 'F9.1 Identify team members\' roles and the responsibilities associated with each role.', NULL, '', 2690, 33, NULL, 53, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29347(2758, 'F9.2', 'F9.2 Establish and maintain a climate of mutual respect, dignity, integrity, and trust.', NULL, '', 2690, 33, NULL, 54, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29348(2759, 'F9.3', 'F9.3 Communicate with respect for and appreciation of team members and include them in all relevant information exchange.', NULL, '', 2690, 33, NULL, 55, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29349(2760, 'F9.4', 'F9.4 Use attentive listening skills when communicating with team members.', NULL, '', 2690, 33, NULL, 56, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29350(2761, 'F9.5', 'F9.5 Adjust communication content and style to align with team-member communication needs.', NULL, '', 2690, 33, NULL, 57, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29351(2762, 'F9.6', 'F9.6 Understand one\'s own roles and personal limits as an individual provider and seek help from the other members of the team to optimize health care delivery.', NULL, '', 2690, 33, NULL, 58, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29352(2763, 'F9.7', 'F9.7 Help team members in need.', NULL, '', 2690, 33, NULL, 59, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29353(2764, 'F9.8', 'F9.8 Prioritize team needs over personal needs in order to optimize delivery of care.', NULL, '', 2690, 33, NULL, 60, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29354(2765, 'F13.1', 'F13.1 Understand systems and their vulnerabilities.', NULL, '', 2690, 33, NULL, 61, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29355(2766, 'F13.2', 'F13.2 Identify actual and potential (\"near miss\") errors in care.', NULL, '', 2690, 33, NULL, 62, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29356(2767, 'F13.3', 'F13.3 \"Speak up\" in the face of real or potential errors.', NULL, '', 2690, 33, NULL, 63, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29357(2768, 'F13.4', 'F13.4 Use system mechanisms for reporting errors (e.g., event reporting systems, chain of command policies).', NULL, '', 2690, 33, NULL, 64, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29358(2769, 'F13.5', 'F13.5 Recognize the use of \"workarounds\" as an opportunity to improve the system.', NULL, '', 2690, 33, NULL, 65, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29359(2770, 'F13.6', 'F13.6 Participate in system improvement activities in the context of rotations or learning experiences (e.g., rapid-cycle change using plan-do-study-act cycles; root cause analyses; morbidity and mortality conferences; failure modes and eff', NULL, '', 2690, 33, NULL, 66, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29360(2771, 'F13.7', 'F13.7 Engage in daily safety habits (e.g., universal precautions, hand washing, time-outs).', NULL, '', 2690, 33, NULL, 67, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29361(2772, 'F13.8', 'F13.8 Admit one\'s own errors, reflect on one\'s contribution, and develop an improvement plan.', NULL, '', 2690, 33, NULL, 68, 0, 1, 0, 2, NULL, 0, 1685388432, 0),
29362(2773, 'patient_demographics', 'infant', '', NULL, 2431, 17, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685388998, 1),
29363(2774, 'patient_demographics', 'child', '', NULL, 2431, 17, NULL, 2, 0, 1, 0, 0, NULL, 0, 1685389007, 1),
29364(2775, 'patient_demographics', 'adult', '', NULL, 2431, 17, NULL, 3, 0, 1, 0, 0, NULL, 0, 1685389017, 1),
29365(2776, 'patient_demographics', 'elderly', '', NULL, 2431, 17, NULL, 4, 0, 1, 0, 0, NULL, 0, 1685389024, 1);
2363829366
23639-- --------------------------------------------------------29367-- --------------------------------------------------------
2364029368
23641--29369--
23642-- Table structure for table `global_lu_objective_sets`29370-- Table structure for table `global_lu_objective_sets`
23643--29371--
2364429372
23645CREATE TABLE `global_lu_objective_sets` (29373CREATE TABLE `global_lu_objective_sets` (
23646  `objective_set_id` int(12) NOT NULL,29374  `objective_set_id` int(12) NOT NULL,
23647  `code` varchar(24) DEFAULT NULL,29375  `code` varchar(24) DEFAULT NULL,
23648  `title` varchar(255) NOT NULL,29376  `title` varchar(255) NOT NULL,
23649  `description` text,29377  `description` text,
23650  `shortname` varchar(128) NOT NULL,29378  `shortname` varchar(128) NOT NULL,
23651  `start_date` bigint(64) DEFAULT NULL,29379  `start_date` bigint(64) DEFAULT NULL,
23652  `end_date` bigint(64) DEFAULT NULL,29380  `end_date` bigint(64) DEFAULT NULL,
23653  `standard` tinyint(1) DEFAULT '0',29381  `standard` tinyint(1) DEFAULT '0',
23654  `languages` text,29382  `languages` text,
23655  `requirements` text,29383  `requirements` text,
23656  `maximum_levels` int(2) DEFAULT '1',29384  `maximum_levels` int(2) DEFAULT '1',
23657  `short_method` text,29385  `short_method` text,
23658  `long_method` text,29386  `long_method` text,
23659  `created_date` bigint(64) NOT NULL,29387  `created_date` bigint(64) NOT NULL,
23660  `created_by` int(12) NOT NULL,29388  `created_by` int(12) NOT NULL,
23661  `updated_date` bigint(64) DEFAULT NULL,29389  `updated_date` bigint(64) DEFAULT NULL,
23662  `updated_by` int(12) DEFAULT NULL,29390  `updated_by` int(12) DEFAULT NULL,
23663  `deleted_date` bigint(64) DEFAULT NULL29391  `deleted_date` bigint(64) DEFAULT NULL
23664) ENGINE=InnoDB DEFAULT CHARSET=utf8;29392) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2366529393
23666--29394--
23667-- Dumping data for table `global_lu_objective_sets`29395-- Dumping data for table `global_lu_objective_sets`
23668--29396--
2366929397
23670INSERT INTO `global_lu_objective_sets` (`objective_set_id`, `code`, `title`, `description`, `shortname`, `start_date`, `end_date`, `standard`, `languages`, `requirements`, `maximum_levels`, `short_method`, `long_method`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES29398INSERT INTO `global_lu_objective_sets` (`objective_set_id`, `code`, `title`, `description`, `shortname`, `start_date`, `end_date`, `standard`, `languages`, `requirements`, `maximum_levels`, `short_method`, `long_method`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
23671(1, NULL, 'Entrustable Professional Activities', 'Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),29399(1, NULL, 'Entrustable Professional Activities', 'Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),
23672(2, NULL, 'Key Competencies', 'Key Competencies', 'kc', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),29400(2, NULL, 'Key Competencies', 'Key Competencies', 'kc', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),
23673(3, NULL, 'Enabling Competencies', 'Enabling Competencies', 'ec', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),29401(3, NULL, 'Enabling Competencies', 'Enabling Competencies', 'ec', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),
23674(4, NULL, 'Milestones', 'Milestones', 'milestone', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),29402(4, NULL, 'Milestones', 'Milestones', 'milestone', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507),
23675(5, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1510375503, 1, NULL, NULL, 1510375507),29403(5, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1510375503, 1, NULL, NULL, 1510375507),
23676(6, NULL, 'Curriculum Objectives', '', 'curriculumobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 4, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL),29404(6, NULL, 'Curriculum Objectives', '', 'curriculumobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 4, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL),
23677(7, NULL, 'Clinical Learning Objectives', NULL, 'clinicallearningobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL),29405(7, NULL, 'Clinical Learning Objectives', NULL, 'clinicallearningobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL),
23678(8, NULL, 'MCC Presentations', NULL, 'mccpresentations', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1265296358, 1, 1265296358, 1, NULL),29406(8, NULL, 'MCC Presentations', NULL, 'mccpresentations', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1265296358, 1, 1265296358, 1, NULL),
23679(9, NULL, 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', 'aamcphysiciancompetenciesreferenceset', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1391798786, 1, 1391798786, 1, NULL),29407(9, NULL, 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', 'aamcphysiciancompetenciesreferenceset', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1391798786, 1, 1391798786, 1, NULL),
23680(10, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29408(10, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23681(11, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29409(11, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23682(12, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29410(12, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23683(13, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29411(13, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23684(14, 'roles', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29412(14, 'roles', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23685(15, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29413(15, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23686(16, 'CV', 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29414(16, 'CV', 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23687(17, 'CVR', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29415(17, 'CVR', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23688(18, 'PA', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29416(18, 'PA', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23689(19, 'DOCC', 'Domains of Clinical Care', NULL, 'domainsofclinicalcar', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),29417(19, 'DOCC', 'Domains of Clinical Care', NULL, 'domainsofclinicalcar', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
23690(20, 'EPA', 'Entrustable Professional Activity', NULL, 'entrustableprofessio', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),29418(20, 'EPA', 'Entrustable Professional Activity', NULL, 'entrustableprofessio', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
23691(21, 'POE', 'Phases of Encounter', NULL, 'phasesofencounter', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),29419(21, 'POE', 'Phases of Encounter', NULL, 'phasesofencounter', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL),
23692(22, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29420(22, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23693(23, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29421(23, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23694(24, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29422(24, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23695(25, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29423(25, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23696(26, 'role', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29424(26, 'role', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23697(27, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29425(27, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23698(28, NULL, 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29426(28, NULL, 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
23699(29, 'CVR2', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),29427(29, 'CVR2', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
n23700(30, 'PA2', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL);n29428(30, 'PA2', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL),
29429(31, 'RIME', 'RIME', NULL, 'rime', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387673, 1, 1685469813, 1, NULL),
29430(32, 'EPA', 'EPA', NULL, 'epa', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387731, 1, 1685387731, 1, NULL),
29431(33, 'Functions', 'Functions', NULL, 'functions', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387758, 1, 1685387758, 1, NULL);
2370129432
23702-- --------------------------------------------------------29433-- --------------------------------------------------------
2370329434
23704--29435--
23705-- Table structure for table `global_lu_provinces`29436-- Table structure for table `global_lu_provinces`
23706--29437--
2370729438
23708CREATE TABLE `global_lu_provinces` (29439CREATE TABLE `global_lu_provinces` (
23709  `province_id` int(11) NOT NULL,29440  `province_id` int(11) NOT NULL,
23710  `country_id` int(11) NOT NULL,29441  `country_id` int(11) NOT NULL,
23711  `province` varchar(200) NOT NULL,29442  `province` varchar(200) NOT NULL,
23712  `abbreviation` varchar(200) NOT NULL29443  `abbreviation` varchar(200) NOT NULL
23713) ENGINE=InnoDB DEFAULT CHARSET=utf8;29444) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2371429445
23715--29446--
23716-- Dumping data for table `global_lu_provinces`29447-- Dumping data for table `global_lu_provinces`
23717--29448--
2371829449
23719INSERT INTO `global_lu_provinces` (`province_id`, `country_id`, `province`, `abbreviation`) VALUES29450INSERT INTO `global_lu_provinces` (`province_id`, `country_id`, `province`, `abbreviation`) VALUES
23720(1, 39, 'Alberta', 'AB'),29451(1, 39, 'Alberta', 'AB'),
23721(2, 39, 'British Columbia', 'BC'),29452(2, 39, 'British Columbia', 'BC'),
23722(3, 39, 'Manitoba', 'MB'),29453(3, 39, 'Manitoba', 'MB'),
23723(4, 39, 'New Brunswick', 'NB'),29454(4, 39, 'New Brunswick', 'NB'),
23724(5, 39, 'Newfoundland and Labrador', 'NL'),29455(5, 39, 'Newfoundland and Labrador', 'NL'),
23725(6, 39, 'Northwest Territories', 'NT'),29456(6, 39, 'Northwest Territories', 'NT'),
23726(7, 39, 'Nova Scotia', 'NS'),29457(7, 39, 'Nova Scotia', 'NS'),
23727(8, 39, 'Nunavut', 'NU'),29458(8, 39, 'Nunavut', 'NU'),
23728(9, 39, 'Ontario', 'ON'),29459(9, 39, 'Ontario', 'ON'),
23729(10, 39, 'Prince Edward Island', 'PE'),29460(10, 39, 'Prince Edward Island', 'PE'),
23730(11, 39, 'Quebec', 'QC'),29461(11, 39, 'Quebec', 'QC'),
23731(12, 39, 'Saskatchewan', 'SK'),29462(12, 39, 'Saskatchewan', 'SK'),
23732(13, 39, 'Yukon Territory', 'YT'),29463(13, 39, 'Yukon Territory', 'YT'),
23733(14, 227, 'Alabama', 'AL'),29464(14, 227, 'Alabama', 'AL'),
23734(15, 227, 'Alaska', 'AK'),29465(15, 227, 'Alaska', 'AK'),
23735(16, 227, 'Arizona', 'AZ'),29466(16, 227, 'Arizona', 'AZ'),
23736(17, 227, 'Arkansas', 'AR'),29467(17, 227, 'Arkansas', 'AR'),
23737(18, 227, 'California', 'CA'),29468(18, 227, 'California', 'CA'),
23738(19, 227, 'Colorado', 'CO'),29469(19, 227, 'Colorado', 'CO'),
23739(20, 227, 'Connecticut', 'CT'),29470(20, 227, 'Connecticut', 'CT'),
23740(21, 227, 'Delaware', 'DE'),29471(21, 227, 'Delaware', 'DE'),
23741(22, 227, 'Florida', 'FL'),29472(22, 227, 'Florida', 'FL'),
23742(23, 227, 'Georgia', 'GA'),29473(23, 227, 'Georgia', 'GA'),
23743(24, 227, 'Hawaii', 'HI'),29474(24, 227, 'Hawaii', 'HI'),
23744(25, 227, 'Idaho', 'ID'),29475(25, 227, 'Idaho', 'ID'),
23745(26, 227, 'Illinois', 'IL'),29476(26, 227, 'Illinois', 'IL'),
23746(27, 227, 'Indiana', 'IN'),29477(27, 227, 'Indiana', 'IN'),
23747(28, 227, 'Iowa', 'IA'),29478(28, 227, 'Iowa', 'IA'),
23748(29, 227, 'Kansas', 'KS'),29479(29, 227, 'Kansas', 'KS'),
23749(30, 227, 'Kentucky', 'KY'),29480(30, 227, 'Kentucky', 'KY'),
23750(31, 227, 'Louisiana', 'LA'),29481(31, 227, 'Louisiana', 'LA'),
23751(32, 227, 'Maine', 'ME'),29482(32, 227, 'Maine', 'ME'),
23752(33, 227, 'Maryland', 'MD'),29483(33, 227, 'Maryland', 'MD'),
23753(34, 227, 'Massachusetts', 'MA'),29484(34, 227, 'Massachusetts', 'MA'),
23754(35, 227, 'Michigan', 'MI'),29485(35, 227, 'Michigan', 'MI'),
23755(36, 227, 'Minnesota', 'MN'),29486(36, 227, 'Minnesota', 'MN'),
23756(37, 227, 'Mississippi', 'MS'),29487(37, 227, 'Mississippi', 'MS'),
23757(38, 227, 'Missouri', 'MO'),29488(38, 227, 'Missouri', 'MO'),
23758(39, 227, 'Montana', 'MT'),29489(39, 227, 'Montana', 'MT'),
23759(40, 227, 'Nebraska', 'NE'),29490(40, 227, 'Nebraska', 'NE'),
23760(41, 227, 'Nevada', 'NV'),29491(41, 227, 'Nevada', 'NV'),
23761(42, 227, 'New Hampshire', 'NH'),29492(42, 227, 'New Hampshire', 'NH'),
23762(43, 227, 'New Jersey', 'NJ'),29493(43, 227, 'New Jersey', 'NJ'),
23763(44, 227, 'New Mexico', 'NM'),29494(44, 227, 'New Mexico', 'NM'),
23764(45, 227, 'New York', 'NY'),29495(45, 227, 'New York', 'NY'),
23765(46, 227, 'North Carolina', 'NC'),29496(46, 227, 'North Carolina', 'NC'),
23766(47, 227, 'North Dakota', 'ND'),29497(47, 227, 'North Dakota', 'ND'),
23767(48, 227, 'Ohio', 'OH'),29498(48, 227, 'Ohio', 'OH'),
23768(49, 227, 'Oklahoma', 'OK'),29499(49, 227, 'Oklahoma', 'OK'),
23769(50, 227, 'Oregon', 'OR'),29500(50, 227, 'Oregon', 'OR'),
23770(51, 227, 'Pennsylvania', 'PA'),29501(51, 227, 'Pennsylvania', 'PA'),
23771(52, 227, 'Rhode Island', 'RI'),29502(52, 227, 'Rhode Island', 'RI'),
23772(53, 227, 'South Carolina', 'SC'),29503(53, 227, 'South Carolina', 'SC'),
23773(54, 227, 'South Dakota', 'SD'),29504(54, 227, 'South Dakota', 'SD'),
23774(55, 227, 'Tennessee', 'TN'),29505(55, 227, 'Tennessee', 'TN'),
23775(56, 227, 'Texas', 'TX'),29506(56, 227, 'Texas', 'TX'),
23776(57, 227, 'Utah', 'UT'),29507(57, 227, 'Utah', 'UT'),
23777(58, 227, 'Vermont', 'VT'),29508(58, 227, 'Vermont', 'VT'),
23778(59, 227, 'Virginia', 'VA'),29509(59, 227, 'Virginia', 'VA'),
23779(60, 227, 'Washington', 'WA'),29510(60, 227, 'Washington', 'WA'),
23780(61, 227, 'West Virginia', 'WV'),29511(61, 227, 'West Virginia', 'WV'),
23781(62, 227, 'Wisconsin', 'WI'),29512(62, 227, 'Wisconsin', 'WI'),
23782(63, 227, 'Wyoming', 'WY');29513(63, 227, 'Wyoming', 'WY');
2378329514
23784-- --------------------------------------------------------29515-- --------------------------------------------------------
2378529516
23786--29517--
23787-- Table structure for table `global_lu_publication_type`29518-- Table structure for table `global_lu_publication_type`
23788--29519--
2378929520
23790CREATE TABLE `global_lu_publication_type` (29521CREATE TABLE `global_lu_publication_type` (
23791  `type_id` int(11) NOT NULL DEFAULT '0',29522  `type_id` int(11) NOT NULL DEFAULT '0',
23792  `type_description` varchar(50) NOT NULL DEFAULT ''29523  `type_description` varchar(50) NOT NULL DEFAULT ''
23793) ENGINE=InnoDB DEFAULT CHARSET=utf8;29524) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2379429525
23795--29526--
23796-- Dumping data for table `global_lu_publication_type`29527-- Dumping data for table `global_lu_publication_type`
23797--29528--
2379829529
23799INSERT INTO `global_lu_publication_type` (`type_id`, `type_description`) VALUES29530INSERT INTO `global_lu_publication_type` (`type_id`, `type_description`) VALUES
23800(3, 'Chapter'),29531(3, 'Chapter'),
23801(6, 'Complete Book'),29532(6, 'Complete Book'),
23802(8, 'Editorial'),29533(8, 'Editorial'),
23803(7, 'Monograph'),29534(7, 'Monograph'),
23804(5, 'Non-Peer-Reviewed Abstract'),29535(5, 'Non-Peer-Reviewed Abstract'),
23805(2, 'Non-Peer-Reviewed Article'),29536(2, 'Non-Peer-Reviewed Article'),
23806(4, 'Peer-Reviewed Abstract'),29537(4, 'Peer-Reviewed Abstract'),
23807(1, 'Peer-Reviewed Article'),29538(1, 'Peer-Reviewed Article'),
23808(10, 'Poster Presentations'),29539(10, 'Poster Presentations'),
23809(9, 'Published Conference Proceeding'),29540(9, 'Published Conference Proceeding'),
23810(11, 'Technical Report');29541(11, 'Technical Report');
2381129542
23812-- --------------------------------------------------------29543-- --------------------------------------------------------
2381329544
23814--29545--
23815-- Table structure for table `global_lu_relationship_types`29546-- Table structure for table `global_lu_relationship_types`
23816--29547--
2381729548
23818CREATE TABLE `global_lu_relationship_types` (29549CREATE TABLE `global_lu_relationship_types` (
23819  `id` int(11) UNSIGNED NOT NULL,29550  `id` int(11) UNSIGNED NOT NULL,
23820  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,29551  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
23821  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,29552  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
23822  `active` tinyint(4) NOT NULL DEFAULT '1',29553  `active` tinyint(4) NOT NULL DEFAULT '1',
23823  `created_date` int(11) NOT NULL,29554  `created_date` int(11) NOT NULL,
23824  `created_by` int(11) NOT NULL,29555  `created_by` int(11) NOT NULL,
23825  `updated_date` int(11) DEFAULT NULL,29556  `updated_date` int(11) DEFAULT NULL,
23826  `updated_by` int(11) DEFAULT NULL,29557  `updated_by` int(11) DEFAULT NULL,
23827  `deleted_date` int(11) DEFAULT NULL29558  `deleted_date` int(11) DEFAULT NULL
23828) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;29559) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2382929560
23830--29561--
23831-- Dumping data for table `global_lu_relationship_types`29562-- Dumping data for table `global_lu_relationship_types`
23832--29563--
2383329564
23834INSERT INTO `global_lu_relationship_types` (`id`, `shortname`, `title`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES29565INSERT INTO `global_lu_relationship_types` (`id`, `shortname`, `title`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
23835(1, 'parent', 'Parent', 1, 1685381581, 1685381581, NULL, NULL, NULL),29566(1, 'parent', 'Parent', 1, 1685381581, 1685381581, NULL, NULL, NULL),
23836(2, 'child', 'Child', 0, 1685381581, 1685381581, NULL, NULL, NULL);29567(2, 'child', 'Child', 0, 1685381581, 1685381581, NULL, NULL, NULL);
2383729568
23838-- --------------------------------------------------------29569-- --------------------------------------------------------
2383929570
23840--29571--
23841-- Table structure for table `global_lu_resources`29572-- Table structure for table `global_lu_resources`
23842--29573--
2384329574
23844CREATE TABLE `global_lu_resources` (29575CREATE TABLE `global_lu_resources` (
23845  `resource_id` int(11) UNSIGNED NOT NULL,29576  `resource_id` int(11) UNSIGNED NOT NULL,
23846  `title` varchar(100) DEFAULT NULL,29577  `title` varchar(100) DEFAULT NULL,
23847  `slug` varchar(50) DEFAULT NULL,29578  `slug` varchar(50) DEFAULT NULL,
23848  `created_date` bigint(20) UNSIGNED NOT NULL,29579  `created_date` bigint(20) UNSIGNED NOT NULL,
23849  `created_by` int(12) UNSIGNED NOT NULL,29580  `created_by` int(12) UNSIGNED NOT NULL,
23850  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,29581  `updated_date` bigint(20) UNSIGNED DEFAULT NULL,
23851  `updated_by` int(12) UNSIGNED DEFAULT NULL,29582  `updated_by` int(12) UNSIGNED DEFAULT NULL,
23852  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL,29583  `deleted_date` bigint(20) UNSIGNED DEFAULT NULL,
23853  `deleted_by` int(12) UNSIGNED DEFAULT NULL29584  `deleted_by` int(12) UNSIGNED DEFAULT NULL
23854) ENGINE=InnoDB DEFAULT CHARSET=utf8;29585) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2385529586
23856--29587--
23857-- Dumping data for table `global_lu_resources`29588-- Dumping data for table `global_lu_resources`
23858--29589--
2385929590
23860INSERT INTO `global_lu_resources` (`resource_id`, `title`, `slug`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES29591INSERT INTO `global_lu_resources` (`resource_id`, `title`, `slug`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
23861(1, 'Projector', 'projector', 1533328316, 1, NULL, NULL, NULL, NULL),29592(1, 'Projector', 'projector', 1533328316, 1, NULL, NULL, NULL, NULL),
23862(2, 'Television', 'television', 1533328316, 1, NULL, NULL, NULL, NULL),29593(2, 'Television', 'television', 1533328316, 1, NULL, NULL, NULL, NULL),
23863(3, 'Computer', 'computer', 1533328316, 1, NULL, NULL, NULL, NULL),29594(3, 'Computer', 'computer', 1533328316, 1, NULL, NULL, NULL, NULL),
23864(4, 'Capture', 'capture', 1533328316, 1, NULL, NULL, NULL, NULL);29595(4, 'Capture', 'capture', 1533328316, 1, NULL, NULL, NULL, NULL);
2386529596
23866-- --------------------------------------------------------29597-- --------------------------------------------------------
2386729598
23868--29599--
23869-- Table structure for table `global_lu_roles`29600-- Table structure for table `global_lu_roles`
23870--29601--
2387129602
23872CREATE TABLE `global_lu_roles` (29603CREATE TABLE `global_lu_roles` (
23873  `role_id` int(11) NOT NULL DEFAULT '0',29604  `role_id` int(11) NOT NULL DEFAULT '0',
23874  `role_description` varchar(50) NOT NULL DEFAULT ''29605  `role_description` varchar(50) NOT NULL DEFAULT ''
23875) ENGINE=InnoDB DEFAULT CHARSET=utf8;29606) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2387629607
23877--29608--
23878-- Dumping data for table `global_lu_roles`29609-- Dumping data for table `global_lu_roles`
23879--29610--
2388029611
23881INSERT INTO `global_lu_roles` (`role_id`, `role_description`) VALUES29612INSERT INTO `global_lu_roles` (`role_id`, `role_description`) VALUES
23882(4, 'Co-Editor'),29613(4, 'Co-Editor'),
23883(6, 'Co-Lead'),29614(6, 'Co-Lead'),
23884(2, 'Contributing Author'),29615(2, 'Contributing Author'),
23885(3, 'Editor'),29616(3, 'Editor'),
23886(1, 'Lead Author'),29617(1, 'Lead Author'),
23887(5, 'Senior Author');29618(5, 'Senior Author');
2388829619
23889-- --------------------------------------------------------29620-- --------------------------------------------------------
2389029621
23891--29622--
23892-- Table structure for table `global_lu_rooms`29623-- Table structure for table `global_lu_rooms`
23893--29624--
2389429625
23895CREATE TABLE `global_lu_rooms` (29626CREATE TABLE `global_lu_rooms` (
23896  `room_id` int(11) UNSIGNED NOT NULL,29627  `room_id` int(11) UNSIGNED NOT NULL,
23897  `building_id` int(11) UNSIGNED NOT NULL,29628  `building_id` int(11) UNSIGNED NOT NULL,
23898  `uuid` varchar(36) DEFAULT NULL,29629  `uuid` varchar(36) DEFAULT NULL,
23899  `room_number` varchar(20) NOT NULL DEFAULT '',29630  `room_number` varchar(20) NOT NULL DEFAULT '',
23900  `room_name` varchar(100) DEFAULT NULL,29631  `room_name` varchar(100) DEFAULT NULL,
23901  `room_description` varchar(255) DEFAULT NULL,29632  `room_description` varchar(255) DEFAULT NULL,
23902  `room_phone_number` varchar(30) DEFAULT NULL,29633  `room_phone_number` varchar(30) DEFAULT NULL,
23903  `room_max_occupancy` int(4) NOT NULL DEFAULT '0',29634  `room_max_occupancy` int(4) NOT NULL DEFAULT '0',
23904  `selected_media_source_id` int(11) DEFAULT NULL,29635  `selected_media_source_id` int(11) DEFAULT NULL,
23905  `capture_prefix` varchar(50) DEFAULT NULL,29636  `capture_prefix` varchar(50) DEFAULT NULL,
23906  `capture_device` varchar(50) DEFAULT NULL,29637  `capture_device` varchar(50) DEFAULT NULL,
23907  `capture_address` varchar(50) DEFAULT NULL,29638  `capture_address` varchar(50) DEFAULT NULL,
23908  `capture_channel` tinyint(3) DEFAULT NULL,29639  `capture_channel` tinyint(3) DEFAULT NULL,
23909  `created_date` bigint(64) NOT NULL,29640  `created_date` bigint(64) NOT NULL,
23910  `created_by` int(11) NOT NULL,29641  `created_by` int(11) NOT NULL,
23911  `updated_date` bigint(64) NOT NULL,29642  `updated_date` bigint(64) NOT NULL,
23912  `updated_by` int(11) NOT NULL,29643  `updated_by` int(11) NOT NULL,
23913  `deleted_date` bigint(64) DEFAULT NULL,29644  `deleted_date` bigint(64) DEFAULT NULL,
23914  `floor` varchar(20) DEFAULT NULL29645  `floor` varchar(20) DEFAULT NULL
23915) ENGINE=InnoDB DEFAULT CHARSET=utf8;29646) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2391629647
23917--29648--
23918-- Dumping data for table `global_lu_rooms`29649-- Dumping data for table `global_lu_rooms`
23919--29650--
2392029651
23921INSERT INTO `global_lu_rooms` (`room_id`, `building_id`, `uuid`, `room_number`, `room_name`, `room_description`, `room_phone_number`, `room_max_occupancy`, `selected_media_source_id`, `capture_prefix`, `capture_device`, `capture_address`, `capture_channel`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `floor`) VALUES29652INSERT INTO `global_lu_rooms` (`room_id`, `building_id`, `uuid`, `room_number`, `room_name`, `room_description`, `room_phone_number`, `room_max_occupancy`, `selected_media_source_id`, `capture_prefix`, `capture_device`, `capture_address`, `capture_channel`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `floor`) VALUES
23922(1, 3, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '123', 'Lecture Capture Room', 'A room for capturing lectures.', '6135551234', 12, NULL, 'test', 'test', 'test', 1, 1685381586, 1, 1685381586, 1, NULL, '1'),29653(1, 3, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '123', 'Lecture Capture Room', 'A room for capturing lectures.', '6135551234', 12, NULL, 'test', 'test', 'test', 1, 1685381586, 1, 1685381586, 1, NULL, '1'),
23923(2, 4, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '111', 'Room 1', 'some description', '123213', 12, NULL, NULL, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL, '1');29654(2, 4, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '111', 'Room 1', 'some description', '123213', 12, NULL, NULL, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL, '1');
2392429655
23925-- --------------------------------------------------------29656-- --------------------------------------------------------
2392629657
23927--29658--
23928-- Table structure for table `global_lu_room_resources`29659-- Table structure for table `global_lu_room_resources`
23929--29660--
2393029661
23931CREATE TABLE `global_lu_room_resources` (29662CREATE TABLE `global_lu_room_resources` (
23932  `id` int(11) NOT NULL,29663  `id` int(11) NOT NULL,
23933  `room_id` int(11) UNSIGNED NOT NULL,29664  `room_id` int(11) UNSIGNED NOT NULL,
23934  `resource_id` int(11) UNSIGNED NOT NULL29665  `resource_id` int(11) UNSIGNED NOT NULL
23935) ENGINE=InnoDB DEFAULT CHARSET=utf8;29666) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2393629667
23937--29668--
23938-- Dumping data for table `global_lu_room_resources`29669-- Dumping data for table `global_lu_room_resources`
23939--29670--
2394029671
23941INSERT INTO `global_lu_room_resources` (`id`, `room_id`, `resource_id`) VALUES29672INSERT INTO `global_lu_room_resources` (`id`, `room_id`, `resource_id`) VALUES
23942(1, 1, 4);29673(1, 1, 4);
2394329674
23944-- --------------------------------------------------------29675-- --------------------------------------------------------
2394529676
23946--29677--
23947-- Table structure for table `global_lu_schools`29678-- Table structure for table `global_lu_schools`
23948--29679--
2394929680
23950CREATE TABLE `global_lu_schools` (29681CREATE TABLE `global_lu_schools` (
23951  `schools_id` int(11) NOT NULL,29682  `schools_id` int(11) NOT NULL,
23952  `school_title` varchar(250) NOT NULL29683  `school_title` varchar(250) NOT NULL
23953) ENGINE=InnoDB DEFAULT CHARSET=utf8;29684) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2395429685
23955--29686--
23956-- Dumping data for table `global_lu_schools`29687-- Dumping data for table `global_lu_schools`
23957--29688--
2395829689
23959INSERT INTO `global_lu_schools` (`schools_id`, `school_title`) VALUES29690INSERT INTO `global_lu_schools` (`schools_id`, `school_title`) VALUES
23960(1, 'University of Alberta'),29691(1, 'University of Alberta'),
23961(2, 'University of British Columbia'),29692(2, 'University of British Columbia'),
23962(3, 'University of Calgary'),29693(3, 'University of Calgary'),
23963(4, 'Dalhousie University'),29694(4, 'Dalhousie University'),
23964(5, 'Laval University'),29695(5, 'Laval University'),
23965(6, 'University of Manitoba'),29696(6, 'University of Manitoba'),
23966(7, 'McGill University'),29697(7, 'McGill University'),
23967(8, 'McMaster University'),29698(8, 'McMaster University'),
23968(9, 'Memorial University of Newfoundland'),29699(9, 'Memorial University of Newfoundland'),
23969(10, 'Universite de Montreal'),29700(10, 'Universite de Montreal'),
23970(11, 'Northern Ontario School of Medicine'),29701(11, 'Northern Ontario School of Medicine'),
23971(12, 'University of Ottawa'),29702(12, 'University of Ottawa'),
23972(13, 'Queen\'s University'),29703(13, 'Queen\'s University'),
23973(14, 'University of Saskatchewan'),29704(14, 'University of Saskatchewan'),
23974(15, 'Universite de Sherbrooke'),29705(15, 'Universite de Sherbrooke'),
23975(16, 'University of Toronto'),29706(16, 'University of Toronto'),
23976(17, 'University of Western Ontario');29707(17, 'University of Western Ontario');
2397729708
23978-- --------------------------------------------------------29709-- --------------------------------------------------------
2397929710
23980--29711--
23981-- Table structure for table `global_lu_sites`29712-- Table structure for table `global_lu_sites`
23982--29713--
2398329714
23984CREATE TABLE `global_lu_sites` (29715CREATE TABLE `global_lu_sites` (
23985  `site_id` int(11) UNSIGNED NOT NULL,29716  `site_id` int(11) UNSIGNED NOT NULL,
23986  `site_code` varchar(16) DEFAULT NULL,29717  `site_code` varchar(16) DEFAULT NULL,
23987  `site_name` varchar(128) NOT NULL DEFAULT '',29718  `site_name` varchar(128) NOT NULL DEFAULT '',
23988  `site_address1` varchar(128) NOT NULL DEFAULT '',29719  `site_address1` varchar(128) NOT NULL DEFAULT '',
23989  `site_address2` varchar(128) DEFAULT NULL,29720  `site_address2` varchar(128) DEFAULT NULL,
23990  `site_city` varchar(64) NOT NULL DEFAULT '',29721  `site_city` varchar(64) NOT NULL DEFAULT '',
23991  `site_province_id` int(11) UNSIGNED DEFAULT NULL,29722  `site_province_id` int(11) UNSIGNED DEFAULT NULL,
23992  `site_country_id` int(11) UNSIGNED NOT NULL,29723  `site_country_id` int(11) UNSIGNED NOT NULL,
23993  `site_postcode` varchar(16) NOT NULL DEFAULT '',29724  `site_postcode` varchar(16) NOT NULL DEFAULT '',
23994  `site_description` varchar(75) DEFAULT NULL,29725  `site_description` varchar(75) DEFAULT NULL,
23995  `site_phone_number` varchar(30) DEFAULT NULL,29726  `site_phone_number` varchar(30) DEFAULT NULL,
23996  `site_fax_number` varchar(30) DEFAULT NULL,29727  `site_fax_number` varchar(30) DEFAULT NULL,
23997  `site_accommodations` tinyint(1) NOT NULL DEFAULT '0',29728  `site_accommodations` tinyint(1) NOT NULL DEFAULT '0',
23998  `visible` tinyint(1) NOT NULL DEFAULT '0',29729  `visible` tinyint(1) NOT NULL DEFAULT '0',
23999  `created_date` bigint(64) NOT NULL,29730  `created_date` bigint(64) NOT NULL,
24000  `created_by` int(11) NOT NULL,29731  `created_by` int(11) NOT NULL,
24001  `updated_date` bigint(64) NOT NULL,29732  `updated_date` bigint(64) NOT NULL,
24002  `updated_by` int(11) NOT NULL,29733  `updated_by` int(11) NOT NULL,
24003  `deleted_date` bigint(64) DEFAULT NULL29734  `deleted_date` bigint(64) DEFAULT NULL
24004) ENGINE=InnoDB DEFAULT CHARSET=utf8;29735) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2400529736
24006--29737--
24007-- Dumping data for table `global_lu_sites`29738-- Dumping data for table `global_lu_sites`
24008--29739--
2400929740
24010INSERT INTO `global_lu_sites` (`site_id`, `site_code`, `site_name`, `site_address1`, `site_address2`, `site_city`, `site_province_id`, `site_country_id`, `site_postcode`, `site_description`, `site_phone_number`, `site_fax_number`, `site_accommodations`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES29741INSERT INTO `global_lu_sites` (`site_id`, `site_code`, `site_name`, `site_address1`, `site_address2`, `site_city`, `site_province_id`, `site_country_id`, `site_postcode`, `site_description`, `site_phone_number`, `site_fax_number`, `site_accommodations`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
24011(1, 'YU', 'Your University', 'University Avenue', '', 'Kingston', 0, 39, 'K7L3N6', NULL, NULL, NULL, 0, 0, 1521522163, 0, 1521522163, 0, NULL),29742(1, 'YU', 'Your University', 'University Avenue', '', 'Kingston', 0, 39, 'K7L3N6', NULL, NULL, NULL, 0, 0, 1521522163, 0, 1521522163, 0, NULL),
24012(2, 'TS-1', 'Test Site 1', '234 Main St', NULL, 'Kingston', 9, 39, 'K7K7K7', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),29743(2, 'TS-1', 'Test Site 1', '234 Main St', NULL, 'Kingston', 9, 39, 'K7K7K7', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),
24013(3, 'TS2-1', 'Test Site 2', '456 Second St', NULL, 'Ottawa', 9, 39, 'K4K 4K4', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),29744(3, 'TS2-1', 'Test Site 2', '456 Second St', NULL, 'Ottawa', 9, 39, 'K4K 4K4', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),
24014(4, '1509 Location', '1509 Location', '1509 Location', '', '1509 Location', 9, 39, '1509 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),29745(4, '1509 Location', '1509 Location', '1509 Location', '', '1509 Location', 9, 39, '1509 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),
24015(5, '0505 Location', 'Five Location', '0505 Location', '', '0505 Location', 9, 39, '0505 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),29746(5, '0505 Location', 'Five Location', '0505 Location', '', '0505 Location', 9, 39, '0505 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL),
24016(6, 'DEL', 'Deleted Location', '123 Deleted street', '', 'Kingston', 9, 39, 'K1K 1K1', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, 1685381586);29747(6, 'DEL', 'Deleted Location', '123 Deleted street', '', 'Kingston', 9, 39, 'K1K 1K1', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, 1685381586);
2401729748
24018-- --------------------------------------------------------29749-- --------------------------------------------------------
2401929750
24020--29751--
24021-- Table structure for table `global_lu_sites_organisation`29752-- Table structure for table `global_lu_sites_organisation`
24022--29753--
2402329754
24024CREATE TABLE `global_lu_sites_organisation` (29755CREATE TABLE `global_lu_sites_organisation` (
24025  `site_id` int(11) UNSIGNED NOT NULL,29756  `site_id` int(11) UNSIGNED NOT NULL,
24026  `organisation_id` int(11) UNSIGNED NOT NULL29757  `organisation_id` int(11) UNSIGNED NOT NULL
24027) ENGINE=InnoDB DEFAULT CHARSET=utf8;29758) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2402829759
24029--29760--
24030-- Dumping data for table `global_lu_sites_organisation`29761-- Dumping data for table `global_lu_sites_organisation`
24031--29762--
2403229763
24033INSERT INTO `global_lu_sites_organisation` (`site_id`, `organisation_id`) VALUES29764INSERT INTO `global_lu_sites_organisation` (`site_id`, `organisation_id`) VALUES
24034(1, 1),29765(1, 1),
24035(2, 2),29766(2, 2),
24036(3, 1),29767(3, 1),
24037(4, 1),29768(4, 1),
24038(5, 1);29769(5, 1);
2403929770
24040-- --------------------------------------------------------29771-- --------------------------------------------------------
2404129772
24042--29773--
24043-- Table structure for table `global_lu_timezone`29774-- Table structure for table `global_lu_timezone`
24044--29775--
2404529776
24046CREATE TABLE `global_lu_timezone` (29777CREATE TABLE `global_lu_timezone` (
24047  `timezone_id` int(11) UNSIGNED NOT NULL,29778  `timezone_id` int(11) UNSIGNED NOT NULL,
24048  `timezone_code` varchar(32) NOT NULL,29779  `timezone_code` varchar(32) NOT NULL,
24049  `timezone_abbreviation` varchar(32) NOT NULL,29780  `timezone_abbreviation` varchar(32) NOT NULL,
24050  `timezone_name` varchar(100) NOT NULL29781  `timezone_name` varchar(100) NOT NULL
24051) ENGINE=InnoDB DEFAULT CHARSET=latin1;29782) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2405229783
24053--29784--
24054-- Dumping data for table `global_lu_timezone`29785-- Dumping data for table `global_lu_timezone`
24055--29786--
2405629787
24057INSERT INTO `global_lu_timezone` (`timezone_id`, `timezone_code`, `timezone_abbreviation`, `timezone_name`) VALUES29788INSERT INTO `global_lu_timezone` (`timezone_id`, `timezone_code`, `timezone_abbreviation`, `timezone_name`) VALUES
24058(1, 'Pacific/Midway', '', 'Midway Island'),29789(1, 'Pacific/Midway', '', 'Midway Island'),
24059(2, 'US/Samoa', '', 'Samoa'),29790(2, 'US/Samoa', '', 'Samoa'),
24060(3, 'US/Hawaii', '', 'Hawaii'),29791(3, 'US/Hawaii', '', 'Hawaii'),
24061(4, 'US/Alaska', '', 'Alaska'),29792(4, 'US/Alaska', '', 'Alaska'),
24062(5, 'US/Pacific', '', 'Pacific Time (US & Canada)'),29793(5, 'US/Pacific', '', 'Pacific Time (US & Canada)'),
24063(6, 'America/Tijuana', '', 'Tijuana'),29794(6, 'America/Tijuana', '', 'Tijuana'),
24064(7, 'US/Arizona', '', 'Arizona'),29795(7, 'US/Arizona', '', 'Arizona'),
24065(8, 'US/Mountain', '', 'Mountain Time (US & Canada)'),29796(8, 'US/Mountain', '', 'Mountain Time (US & Canada)'),
24066(9, 'America/Chihuahua', '', 'Chihuahua'),29797(9, 'America/Chihuahua', '', 'Chihuahua'),
24067(10, 'America/Mazatlan', '', 'Mazatlan'),29798(10, 'America/Mazatlan', '', 'Mazatlan'),
24068(11, 'America/Mexico_City', '', 'Mexico City'),29799(11, 'America/Mexico_City', '', 'Mexico City'),
24069(12, 'America/Monterrey', '', 'Monterrey'),29800(12, 'America/Monterrey', '', 'Monterrey'),
24070(13, 'Canada/Saskatchewan', '', 'Saskatchewan'),29801(13, 'Canada/Saskatchewan', '', 'Saskatchewan'),
24071(14, 'US/Central', '', 'Central Time (US & Canada)'),29802(14, 'US/Central', '', 'Central Time (US & Canada)'),
24072(15, 'US/Eastern', '', 'Eastern Time (US & Canada)'),29803(15, 'US/Eastern', '', 'Eastern Time (US & Canada)'),
24073(16, 'US/East-Indiana', '', 'Indiana (East)'),29804(16, 'US/East-Indiana', '', 'Indiana (East)'),
24074(17, 'America/Bogota', '', 'Bogota'),29805(17, 'America/Bogota', '', 'Bogota'),
24075(18, 'America/Lima', '', 'Lima'),29806(18, 'America/Lima', '', 'Lima'),
24076(19, 'America/Caracas', '', 'Caracas'),29807(19, 'America/Caracas', '', 'Caracas'),
24077(20, 'Canada/Atlantic', '', 'Atlantic Time (Canada)'),29808(20, 'Canada/Atlantic', '', 'Atlantic Time (Canada)'),
24078(21, 'America/La_Paz', '', 'La Paz'),29809(21, 'America/La_Paz', '', 'La Paz'),
24079(22, 'America/Santiago', '', 'Santiago'),29810(22, 'America/Santiago', '', 'Santiago'),
24080(23, 'Canada/Newfoundland', '', 'Newfoundland'),29811(23, 'Canada/Newfoundland', '', 'Newfoundland'),
24081(24, 'America/Buenos_Aires', '', 'Buenos Aires'),29812(24, 'America/Buenos_Aires', '', 'Buenos Aires'),
24082(25, 'Greenland', '', 'Greenland'),29813(25, 'Greenland', '', 'Greenland'),
24083(26, 'Atlantic/Stanley', '', 'Stanley'),29814(26, 'Atlantic/Stanley', '', 'Stanley'),
24084(27, 'Atlantic/Azores', '', 'Azores'),29815(27, 'Atlantic/Azores', '', 'Azores'),
24085(28, 'Atlantic/Cape_Verde', '', 'Cape Verde Is.'),29816(28, 'Atlantic/Cape_Verde', '', 'Cape Verde Is.'),
24086(29, 'Africa/Casablanca', '', 'Casablanca'),29817(29, 'Africa/Casablanca', '', 'Casablanca'),
24087(30, 'Europe/Dublin', '', 'Dublin'),29818(30, 'Europe/Dublin', '', 'Dublin'),
24088(31, 'Europe/Lisbon', '', 'Lisbon'),29819(31, 'Europe/Lisbon', '', 'Lisbon'),
24089(32, 'Europe/London', '', 'London'),29820(32, 'Europe/London', '', 'London'),
24090(33, 'Africa/Monrovia', '', 'ia'),29821(33, 'Africa/Monrovia', '', 'ia'),
24091(34, 'Europe/Amsterdam', '', 'Amsterdam'),29822(34, 'Europe/Amsterdam', '', 'Amsterdam'),
24092(35, 'Europe/Belgrade', '', 'Belgrade'),29823(35, 'Europe/Belgrade', '', 'Belgrade'),
24093(36, 'Europe/Berlin', '', 'Berlin'),29824(36, 'Europe/Berlin', '', 'Berlin'),
24094(37, 'Europe/Bratislava', '', 'Bratislava'),29825(37, 'Europe/Bratislava', '', 'Bratislava'),
24095(38, 'Europe/Brussels', '', 'Brussels'),29826(38, 'Europe/Brussels', '', 'Brussels'),
24096(39, 'Europe/Budapest', '', 'Budapest'),29827(39, 'Europe/Budapest', '', 'Budapest'),
24097(40, 'Europe/Copenhagen', '', 'Copenhagen'),29828(40, 'Europe/Copenhagen', '', 'Copenhagen'),
24098(41, 'Europe/Ljubljana', '', 'Ljubljana'),29829(41, 'Europe/Ljubljana', '', 'Ljubljana'),
24099(42, 'Europe/Madrid', '', 'Madrid'),29830(42, 'Europe/Madrid', '', 'Madrid'),
24100(43, 'Europe/Paris', '', 'Paris'),29831(43, 'Europe/Paris', '', 'Paris'),
24101(44, 'Europe/Prague', '', 'Prague'),29832(44, 'Europe/Prague', '', 'Prague'),
24102(45, 'Europe/Rome', '', 'Rome'),29833(45, 'Europe/Rome', '', 'Rome'),
24103(46, 'Europe/Sarajevo', '', 'Sarajevo'),29834(46, 'Europe/Sarajevo', '', 'Sarajevo'),
24104(47, 'Europe/Skopje', '', 'Skopje'),29835(47, 'Europe/Skopje', '', 'Skopje'),
24105(48, 'Europe/Stockholm', '', 'Stockholm'),29836(48, 'Europe/Stockholm', '', 'Stockholm'),
24106(49, 'Europe/Vienna', '', 'Vienna'),29837(49, 'Europe/Vienna', '', 'Vienna'),
24107(50, 'Europe/Warsaw', '', 'Warsaw'),29838(50, 'Europe/Warsaw', '', 'Warsaw'),
24108(51, 'Europe/Zagreb', '', 'Zagreb'),29839(51, 'Europe/Zagreb', '', 'Zagreb'),
24109(52, 'Europe/Athens', '', 'Athens'),29840(52, 'Europe/Athens', '', 'Athens'),
24110(53, 'Europe/Bucharest', '', 'Bucharest'),29841(53, 'Europe/Bucharest', '', 'Bucharest'),
24111(54, 'Africa/Cairo', '', 'Cairo'),29842(54, 'Africa/Cairo', '', 'Cairo'),
24112(55, 'Africa/Harare', '', 'Harare'),29843(55, 'Africa/Harare', '', 'Harare'),
24113(56, 'Europe/Helsinki', '', 'Helsinki'),29844(56, 'Europe/Helsinki', '', 'Helsinki'),
24114(57, 'Europe/Istanbul', '', 'Istanbul'),29845(57, 'Europe/Istanbul', '', 'Istanbul'),
24115(58, 'Asia/Jerusalem', '', 'Jerusalem'),29846(58, 'Asia/Jerusalem', '', 'Jerusalem'),
24116(59, 'Europe/Kiev', '', 'Kyiv'),29847(59, 'Europe/Kiev', '', 'Kyiv'),
24117(60, 'Europe/Minsk', '', 'Minsk'),29848(60, 'Europe/Minsk', '', 'Minsk'),
24118(61, 'Europe/Riga', '', 'Riga'),29849(61, 'Europe/Riga', '', 'Riga'),
24119(62, 'Europe/Sofia', '', 'Sofia'),29850(62, 'Europe/Sofia', '', 'Sofia'),
24120(63, 'Europe/Tallinn', '', 'Tallinn'),29851(63, 'Europe/Tallinn', '', 'Tallinn'),
24121(64, 'Europe/Vilnius', '', 'Vilnius'),29852(64, 'Europe/Vilnius', '', 'Vilnius'),
24122(65, 'Asia/Baghdad', '', 'Baghdad'),29853(65, 'Asia/Baghdad', '', 'Baghdad'),
24123(66, 'Asia/Kuwait', '', 'Kuwait'),29854(66, 'Asia/Kuwait', '', 'Kuwait'),
24124(67, 'Africa/Nairobi', '', 'Nairobi'),29855(67, 'Africa/Nairobi', '', 'Nairobi'),
24125(68, 'Asia/Riyadh', '', 'Riyadh'),29856(68, 'Asia/Riyadh', '', 'Riyadh'),
24126(69, 'Europe/Moscow', '', 'Moscow'),29857(69, 'Europe/Moscow', '', 'Moscow'),
24127(70, 'Asia/Tehran', '', 'Tehran'),29858(70, 'Asia/Tehran', '', 'Tehran'),
24128(71, 'Asia/Baku', '', 'Baku'),29859(71, 'Asia/Baku', '', 'Baku'),
24129(72, 'Europe/Volgograd', '', 'Volgograd'),29860(72, 'Europe/Volgograd', '', 'Volgograd'),
24130(73, 'Asia/Muscat', '', 'Muscat'),29861(73, 'Asia/Muscat', '', 'Muscat'),
24131(74, 'Asia/Tbilisi', '', 'Tbilisi'),29862(74, 'Asia/Tbilisi', '', 'Tbilisi'),
24132(75, 'Asia/Yerevan', '', 'Yerevan'),29863(75, 'Asia/Yerevan', '', 'Yerevan'),
24133(76, 'Asia/Kabul', '', 'Kabul'),29864(76, 'Asia/Kabul', '', 'Kabul'),
24134(77, 'Asia/Karachi', '', 'Karachi'),29865(77, 'Asia/Karachi', '', 'Karachi'),
24135(78, 'Asia/Tashkent', '', 'Tashkent'),29866(78, 'Asia/Tashkent', '', 'Tashkent'),
24136(79, 'Asia/Kolkata', '', 'Kolkata'),29867(79, 'Asia/Kolkata', '', 'Kolkata'),
24137(80, 'Asia/Kathmandu', '', 'Kathmandu'),29868(80, 'Asia/Kathmandu', '', 'Kathmandu'),
24138(81, 'Asia/Yekaterinburg', '', 'Ekaterinburg'),29869(81, 'Asia/Yekaterinburg', '', 'Ekaterinburg'),
24139(82, 'Asia/Almaty', '', 'Almaty'),29870(82, 'Asia/Almaty', '', 'Almaty'),
24140(83, 'Asia/Dhaka', '', 'Dhaka'),29871(83, 'Asia/Dhaka', '', 'Dhaka'),
24141(84, 'Asia/Novosibirsk', '', 'Novosibirsk'),29872(84, 'Asia/Novosibirsk', '', 'Novosibirsk'),
24142(85, 'Asia/Bangkok', '', 'Bangkok'),29873(85, 'Asia/Bangkok', '', 'Bangkok'),
24143(86, 'Asia/Jakarta', '', 'Jakarta'),29874(86, 'Asia/Jakarta', '', 'Jakarta'),
24144(87, 'Asia/Krasnoyarsk', '', 'Krasnoyarsk'),29875(87, 'Asia/Krasnoyarsk', '', 'Krasnoyarsk'),
24145(88, 'Asia/Chongqing', '', 'Chongqing'),29876(88, 'Asia/Chongqing', '', 'Chongqing'),
24146(89, 'Asia/Hong_Kong', '', 'Hong Kong'),29877(89, 'Asia/Hong_Kong', '', 'Hong Kong'),
24147(90, 'Asia/Kuala_Lumpur', '', 'Kuala Lumpur'),29878(90, 'Asia/Kuala_Lumpur', '', 'Kuala Lumpur'),
24148(91, 'Australia/Perth', '', 'Perth'),29879(91, 'Australia/Perth', '', 'Perth'),
24149(92, 'Asia/Singapore', '', 'Singapore'),29880(92, 'Asia/Singapore', '', 'Singapore'),
24150(93, 'Asia/Taipei', '', 'Taipei'),29881(93, 'Asia/Taipei', '', 'Taipei'),
24151(94, 'Asia/Ulaanbaatar', '', 'Ulaan Bataar'),29882(94, 'Asia/Ulaanbaatar', '', 'Ulaan Bataar'),
24152(95, 'Asia/Urumqi', '', 'Urumqi'),29883(95, 'Asia/Urumqi', '', 'Urumqi'),
24153(96, 'Asia/Irkutsk', '', 'Irkutsk'),29884(96, 'Asia/Irkutsk', '', 'Irkutsk'),
24154(97, 'Asia/Seoul', '', 'Seoul'),29885(97, 'Asia/Seoul', '', 'Seoul'),
24155(98, 'Asia/Tokyo', '', 'Tokyo'),29886(98, 'Asia/Tokyo', '', 'Tokyo'),
24156(99, 'Australia/Adelaide', '', 'Adelaide'),29887(99, 'Australia/Adelaide', '', 'Adelaide'),
24157(100, 'Australia/Darwin', '', 'Darwin'),29888(100, 'Australia/Darwin', '', 'Darwin'),
24158(101, 'Asia/Yakutsk', '', 'Yakutsk'),29889(101, 'Asia/Yakutsk', '', 'Yakutsk'),
24159(102, 'Australia/Brisbane', '', 'Brisbane'),29890(102, 'Australia/Brisbane', '', 'Brisbane'),
24160(103, 'Australia/Canberra', '', 'Canberra'),29891(103, 'Australia/Canberra', '', 'Canberra'),
24161(104, 'Pacific/Guam', '', 'Guam'),29892(104, 'Pacific/Guam', '', 'Guam'),
24162(105, 'Australia/Hobart', '', 'Hobart'),29893(105, 'Australia/Hobart', '', 'Hobart'),
24163(106, 'Australia/Melbourne', '', 'Melbourne'),29894(106, 'Australia/Melbourne', '', 'Melbourne'),
24164(107, 'Pacific/Port_Moresby', '', 'Port Moresby'),29895(107, 'Pacific/Port_Moresby', '', 'Port Moresby'),
24165(108, 'Australia/Sydney', '', 'Sydney'),29896(108, 'Australia/Sydney', '', 'Sydney'),
24166(109, 'Asia/Vladivostok', '', 'Vladivostok'),29897(109, 'Asia/Vladivostok', '', 'Vladivostok'),
24167(110, 'Asia/Magadan', '', 'Magadan'),29898(110, 'Asia/Magadan', '', 'Magadan'),
24168(111, 'Pacific/Auckland', '', 'Auckland'),29899(111, 'Pacific/Auckland', '', 'Auckland'),
24169(112, 'Pacific/Fiji', '', 'Fiji');29900(112, 'Pacific/Fiji', '', 'Fiji');
2417029901
24171-- --------------------------------------------------------29902-- --------------------------------------------------------
2417229903
24173--29904--
24174-- Table structure for table `global_modules`29905-- Table structure for table `global_modules`
24175--29906--
2417629907
24177CREATE TABLE `global_modules` (29908CREATE TABLE `global_modules` (
24178  `gmodules_id` varchar(36) NOT NULL,29909  `gmodules_id` varchar(36) NOT NULL,
24179  `module` varchar(45) DEFAULT NULL,29910  `module` varchar(45) DEFAULT NULL,
24180  `title` varchar(50) NOT NULL29911  `title` varchar(50) NOT NULL
24181) ENGINE=InnoDB DEFAULT CHARSET=utf8;29912) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2418229913
24183--29914--
24184-- Dumping data for table `global_modules`29915-- Dumping data for table `global_modules`
24185--29916--
2418629917
24187INSERT INTO `global_modules` (`gmodules_id`, `module`, `title`) VALUES29918INSERT INTO `global_modules` (`gmodules_id`, `module`, `title`) VALUES
24188('1393041922', 'metavalues', 'Users Metadata'),29919('1393041922', 'metavalues', 'Users Metadata'),
24189('1498247419', 'clinicalexperience', 'Clinical Experience'),29920('1498247419', 'clinicalexperience', 'Clinical Experience'),
24190('2879558128', 'documentrequests', 'Document Requests'),29921('2879558128', 'documentrequests', 'Document Requests'),
24191('3088786031', 'portfolios', 'Portfolios'),29922('3088786031', 'portfolios', 'Portfolios'),
24192('3994401377', 'messages', 'Messages');29923('3994401377', 'messages', 'Messages');
2419329924
24194-- --------------------------------------------------------29925-- --------------------------------------------------------
2419529926
24196--29927--
24197-- Table structure for table `global_objective_note`29928-- Table structure for table `global_objective_note`
24198--29929--
2419929930
24200CREATE TABLE `global_objective_note` (29931CREATE TABLE `global_objective_note` (
24201  `global_objective_note_id` int(12) NOT NULL,29932  `global_objective_note_id` int(12) NOT NULL,
24202  `objective_id` int(12) NOT NULL,29933  `objective_id` int(12) NOT NULL,
24203  `global_objective_note` varchar(600) NOT NULL,29934  `global_objective_note` varchar(600) NOT NULL,
24204  `updated_date` bigint(20) NOT NULL,29935  `updated_date` bigint(20) NOT NULL,
24205  `updated_by` int(11) NOT NULL29936  `updated_by` int(11) NOT NULL
24206) ENGINE=InnoDB DEFAULT CHARSET=latin1;29937) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2420729938
24208-- --------------------------------------------------------29939-- --------------------------------------------------------
2420929940
24210--29941--
24211-- Table structure for table `global_priority_levels`29942-- Table structure for table `global_priority_levels`
24212--29943--
2421329944
24214CREATE TABLE `global_priority_levels` (29945CREATE TABLE `global_priority_levels` (
24215  `gplevels_id` int(11) NOT NULL,29946  `gplevels_id` int(11) NOT NULL,
24216  `priority_level` varchar(45) NOT NULL,29947  `priority_level` varchar(45) NOT NULL,
24217  `priority` int(11) NOT NULL,29948  `priority` int(11) NOT NULL,
24218  `css_class` varchar(45) NOT NULL,29949  `css_class` varchar(45) NOT NULL,
24219  `icon` varchar(45) NOT NULL29950  `icon` varchar(45) NOT NULL
24220) ENGINE=InnoDB DEFAULT CHARSET=utf8;29951) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2422129952
24222--29953--
24223-- Dumping data for table `global_priority_levels`29954-- Dumping data for table `global_priority_levels`
24224--29955--
2422529956
24226INSERT INTO `global_priority_levels` (`gplevels_id`, `priority_level`, `priority`, `css_class`, `icon`) VALUES29957INSERT INTO `global_priority_levels` (`gplevels_id`, `priority_level`, `priority`, `css_class`, `icon`) VALUES
24227(1, 'standard', 1, '', ''),29958(1, 'standard', 1, '', ''),
24228(2, 'urgent', 2, '', ''),29959(2, 'urgent', 2, '', ''),
24229(3, 'immediate', 3, '', '');29960(3, 'immediate', 3, '', '');
2423029961
24231-- --------------------------------------------------------29962-- --------------------------------------------------------
2423229963
24233--29964--
24234-- Table structure for table `gradebook_assessment_audience`29965-- Table structure for table `gradebook_assessment_audience`
24235--29966--
2423629967
24237CREATE TABLE `gradebook_assessment_audience` (29968CREATE TABLE `gradebook_assessment_audience` (
24238  `gaaudience_id` int(12) UNSIGNED NOT NULL,29969  `gaaudience_id` int(12) UNSIGNED NOT NULL,
24239  `assessment_id` int(10) NOT NULL,29970  `assessment_id` int(10) NOT NULL,
24240  `entity_type` enum('caudience_id','cgroup_id','proxy_id') NOT NULL,29971  `entity_type` enum('caudience_id','cgroup_id','proxy_id') NOT NULL,
24241  `entity_value` int(11) NOT NULL,29972  `entity_value` int(11) NOT NULL,
24242  `is_group` tinyint(1) DEFAULT NULL29973  `is_group` tinyint(1) DEFAULT NULL
24243) ENGINE=InnoDB DEFAULT CHARSET=utf8;29974) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2424429975
24245--29976--
24246-- Dumping data for table `gradebook_assessment_audience`29977-- Dumping data for table `gradebook_assessment_audience`
24247--29978--
2424829979
24249INSERT INTO `gradebook_assessment_audience` (`gaaudience_id`, `assessment_id`, `entity_type`, `entity_value`, `is_group`) VALUES29980INSERT INTO `gradebook_assessment_audience` (`gaaudience_id`, `assessment_id`, `entity_type`, `entity_value`, `is_group`) VALUES
24250(1, 12, 'caudience_id', 2, NULL),29981(1, 12, 'caudience_id', 2, NULL),
24251(2, 13, 'caudience_id', 3, NULL),29982(2, 13, 'caudience_id', 3, NULL),
24252(3, 15, 'cgroup_id', 3, NULL),29983(3, 15, 'cgroup_id', 3, NULL),
24253(4, 15, 'cgroup_id', 4, NULL),29984(4, 15, 'cgroup_id', 4, NULL),
24254(5, 12, 'caudience_id', 26, NULL),29985(5, 12, 'caudience_id', 26, NULL),
24255(6, 17, 'cgroup_id', 3, NULL);29986(6, 17, 'cgroup_id', 3, NULL);
2425629987
24257-- --------------------------------------------------------29988-- --------------------------------------------------------
2425829989
24259--29990--
24260-- Table structure for table `gradebook_assessment_discussions`29991-- Table structure for table `gradebook_assessment_discussions`
24261--29992--
2426229993
24263CREATE TABLE `gradebook_assessment_discussions` (29994CREATE TABLE `gradebook_assessment_discussions` (
24264  `gadiscussion_id` int(12) UNSIGNED NOT NULL,29995  `gadiscussion_id` int(12) UNSIGNED NOT NULL,
24265  `assessment_id` int(10) NOT NULL,29996  `assessment_id` int(10) NOT NULL,
24266  `cdiscussion_id` int(12) NOT NULL,29997  `cdiscussion_id` int(12) NOT NULL,
24267  `created_by` int(12) NOT NULL,29998  `created_by` int(12) NOT NULL,
24268  `created_date` bigint(64) NOT NULL,29999  `created_date` bigint(64) NOT NULL,
24269  `updated_by` int(12) DEFAULT NULL,30000  `updated_by` int(12) DEFAULT NULL,
24270  `updated_date` bigint(64) DEFAULT NULL,30001  `updated_date` bigint(64) DEFAULT NULL,
24271  `deleted_date` bigint(64) DEFAULT NULL30002  `deleted_date` bigint(64) DEFAULT NULL
24272) ENGINE=InnoDB DEFAULT CHARSET=utf8;30003) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2427330004
24274-- --------------------------------------------------------30005-- --------------------------------------------------------
2427530006
24276--30007--
24277-- Table structure for table `gradebook_assessment_form_elements`30008-- Table structure for table `gradebook_assessment_form_elements`
24278--30009--
2427930010
24280CREATE TABLE `gradebook_assessment_form_elements` (30011CREATE TABLE `gradebook_assessment_form_elements` (
24281  `gafelement_id` int(11) UNSIGNED NOT NULL,30012  `gafelement_id` int(11) UNSIGNED NOT NULL,
24282  `assessment_id` int(10) UNSIGNED DEFAULT NULL,30013  `assessment_id` int(10) UNSIGNED DEFAULT NULL,
24283  `afelement_id` int(11) UNSIGNED DEFAULT NULL,30014  `afelement_id` int(11) UNSIGNED DEFAULT NULL,
24284  `weight` float DEFAULT NULL30015  `weight` float DEFAULT NULL
24285) ENGINE=InnoDB DEFAULT CHARSET=latin1;30016) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2428630017
24287--30018--
24288-- Dumping data for table `gradebook_assessment_form_elements`30019-- Dumping data for table `gradebook_assessment_form_elements`
24289--30020--
2429030021
24291INSERT INTO `gradebook_assessment_form_elements` (`gafelement_id`, `assessment_id`, `afelement_id`, `weight`) VALUES30022INSERT INTO `gradebook_assessment_form_elements` (`gafelement_id`, `assessment_id`, `afelement_id`, `weight`) VALUES
24292(1, 1, 1, 100),30023(1, 1, 1, 100),
24293(2, 17, 20, 100);30024(2, 17, 20, 100);
2429430025
24295-- --------------------------------------------------------30026-- --------------------------------------------------------
2429630027
24297--30028--
24298-- Table structure for table `gradebook_assessment_item_responses`30029-- Table structure for table `gradebook_assessment_item_responses`
24299--30030--
2430030031
24301CREATE TABLE `gradebook_assessment_item_responses` (30032CREATE TABLE `gradebook_assessment_item_responses` (
24302  `gairesponse_id` int(11) UNSIGNED NOT NULL,30033  `gairesponse_id` int(11) UNSIGNED NOT NULL,
24303  `assessment_id` int(11) UNSIGNED DEFAULT NULL,30034  `assessment_id` int(11) UNSIGNED DEFAULT NULL,
24304  `iresponse_id` int(11) UNSIGNED DEFAULT NULL,30035  `iresponse_id` int(11) UNSIGNED DEFAULT NULL,
24305  `score` float DEFAULT NULL30036  `score` float DEFAULT NULL
24306) ENGINE=InnoDB DEFAULT CHARSET=latin1;30037) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2430730038
24308--30039--
24309-- Dumping data for table `gradebook_assessment_item_responses`30040-- Dumping data for table `gradebook_assessment_item_responses`
24310--30041--
2431130042
24312INSERT INTO `gradebook_assessment_item_responses` (`gairesponse_id`, `assessment_id`, `iresponse_id`, `score`) VALUES30043INSERT INTO `gradebook_assessment_item_responses` (`gairesponse_id`, `assessment_id`, `iresponse_id`, `score`) VALUES
24313(1, 1, 1, 1),30044(1, 1, 1, 1),
24314(2, 1, 2, 2),30045(2, 1, 2, 2),
24315(3, 17, 33, 1),30046(3, 17, 33, 1),
24316(4, 17, 34, 2);30047(4, 17, 34, 2);
2431730048
24318-- --------------------------------------------------------30049-- --------------------------------------------------------
2431930050
24320--30051--
24321-- Table structure for table `gradebook_files`30052-- Table structure for table `gradebook_files`
24322--30053--
2432330054
24324CREATE TABLE `gradebook_files` (30055CREATE TABLE `gradebook_files` (
24325  `id` int(12) UNSIGNED NOT NULL,30056  `id` int(12) UNSIGNED NOT NULL,
24326  `gradebook_file_folder_id` int(11) UNSIGNED NOT NULL,30057  `gradebook_file_folder_id` int(11) UNSIGNED NOT NULL,
24327  `user_data_id` int(12) UNSIGNED NOT NULL,30058  `user_data_id` int(12) UNSIGNED NOT NULL,
24328  `mime_type` varchar(255) NOT NULL,30059  `mime_type` varchar(255) NOT NULL,
24329  `file_size` varchar(32) NOT NULL,30060  `file_size` varchar(32) NOT NULL,
24330  `file_name` varchar(255) NOT NULL,30061  `file_name` varchar(255) NOT NULL,
24331  `release_date` bigint(64) DEFAULT NULL,30062  `release_date` bigint(64) DEFAULT NULL,
24332  `release_until` bigint(64) DEFAULT NULL,30063  `release_until` bigint(64) DEFAULT NULL,
24333  `updated_date` bigint(64) NOT NULL DEFAULT '0',30064  `updated_date` bigint(64) NOT NULL DEFAULT '0',
24334  `updated_by` int(12) UNSIGNED NOT NULL DEFAULT '0',30065  `updated_by` int(12) UNSIGNED NOT NULL DEFAULT '0',
24335  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1'30066  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1'
24336) ENGINE=InnoDB DEFAULT CHARSET=utf8;30067) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2433730068
24338-- --------------------------------------------------------30069-- --------------------------------------------------------
2433930070
24340--30071--
24341-- Table structure for table `gradebook_file_folders`30072-- Table structure for table `gradebook_file_folders`
24342--30073--
2434330074
24344CREATE TABLE `gradebook_file_folders` (30075CREATE TABLE `gradebook_file_folders` (
24345  `id` int(11) UNSIGNED NOT NULL,30076  `id` int(11) UNSIGNED NOT NULL,
24346  `name` varchar(64) NOT NULL,30077  `name` varchar(64) NOT NULL,
24347  `course_id` int(11) DEFAULT NULL,30078  `course_id` int(11) DEFAULT NULL,
24348  `cperiod_id` int(11) DEFAULT NULL COMMENT 'fk of curriculum_periods',30079  `cperiod_id` int(11) DEFAULT NULL COMMENT 'fk of curriculum_periods',
24349  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',30080  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
24350  `created_date` bigint(64) NOT NULL,30081  `created_date` bigint(64) NOT NULL,
24351  `created_by` int(11) NOT NULL,30082  `created_by` int(11) NOT NULL,
24352  `updated_date` bigint(64) NOT NULL,30083  `updated_date` bigint(64) NOT NULL,
24353  `updated_by` int(11) NOT NULL,30084  `updated_by` int(11) NOT NULL,
24354  `release_date` bigint(64) NOT NULL DEFAULT '0',30085  `release_date` bigint(64) NOT NULL DEFAULT '0',
24355  `release_until` bigint(64) NOT NULL DEFAULT '0'30086  `release_until` bigint(64) NOT NULL DEFAULT '0'
24356) ENGINE=InnoDB DEFAULT CHARSET=utf8;30087) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2435730088
24358-- --------------------------------------------------------30089-- --------------------------------------------------------
2435930090
24360--30091--
24361-- Table structure for table `gradebook_grade_adjustments`30092-- Table structure for table `gradebook_grade_adjustments`
24362--30093--
2436330094
24364CREATE TABLE `gradebook_grade_adjustments` (30095CREATE TABLE `gradebook_grade_adjustments` (
24365  `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL,30096  `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL,
24366  `course_id` int(11) NOT NULL,30097  `course_id` int(11) NOT NULL,
24367  `cperiod_id` int(11) NOT NULL,30098  `cperiod_id` int(11) NOT NULL,
24368  `proxy_id` int(11) NOT NULL,30099  `proxy_id` int(11) NOT NULL,
24369  `adjusted_grade` float DEFAULT NULL,30100  `adjusted_grade` float DEFAULT NULL,
24370  `created_by` int(11) NOT NULL,30101  `created_by` int(11) NOT NULL,
24371  `created_date` bigint(64) NOT NULL,30102  `created_date` bigint(64) NOT NULL,
24372  `updated_by` int(11) DEFAULT NULL,30103  `updated_by` int(11) DEFAULT NULL,
24373  `updated_date` bigint(64) DEFAULT NULL,30104  `updated_date` bigint(64) DEFAULT NULL,
24374  `deleted_date` bigint(64) DEFAULT NULL30105  `deleted_date` bigint(64) DEFAULT NULL
24375) ENGINE=InnoDB DEFAULT CHARSET=utf8;30106) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2437630107
24377-- --------------------------------------------------------30108-- --------------------------------------------------------
2437830109
24379--30110--
24380-- Table structure for table `gradebook_spreadsheet_comments`30111-- Table structure for table `gradebook_spreadsheet_comments`
24381--30112--
2438230113
24383CREATE TABLE `gradebook_spreadsheet_comments` (30114CREATE TABLE `gradebook_spreadsheet_comments` (
24384  `gscomment_id` int(11) UNSIGNED NOT NULL,30115  `gscomment_id` int(11) UNSIGNED NOT NULL,
24385  `course_id` int(10) UNSIGNED DEFAULT NULL,30116  `course_id` int(10) UNSIGNED DEFAULT NULL,
24386  `cperiod_id` int(11) DEFAULT NULL,30117  `cperiod_id` int(11) DEFAULT NULL,
24387  `proxy_id` int(11) DEFAULT NULL,30118  `proxy_id` int(11) DEFAULT NULL,
24388  `comment` text,30119  `comment` text,
24389  `created_by` int(11) DEFAULT NULL,30120  `created_by` int(11) DEFAULT NULL,
24390  `created_date` bigint(64) DEFAULT NULL,30121  `created_date` bigint(64) DEFAULT NULL,
24391  `updated_by` int(11) DEFAULT NULL,30122  `updated_by` int(11) DEFAULT NULL,
24392  `updated_date` bigint(64) DEFAULT NULL,30123  `updated_date` bigint(64) DEFAULT NULL,
24393  `active` tinyint(1) NOT NULL DEFAULT '1'30124  `active` tinyint(1) NOT NULL DEFAULT '1'
24394) ENGINE=InnoDB DEFAULT CHARSET=latin1;30125) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2439530126
24396-- --------------------------------------------------------30127-- --------------------------------------------------------
2439730128
24398--30129--
24399-- Table structure for table `groups`30130-- Table structure for table `groups`
24400--30131--
2440130132
24402CREATE TABLE `groups` (30133CREATE TABLE `groups` (
24403  `group_id` int(12) NOT NULL,30134  `group_id` int(12) NOT NULL,
24404  `group_name` varchar(255) NOT NULL,30135  `group_name` varchar(255) NOT NULL,
24405  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',30136  `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list',
24406  `group_value` int(12) DEFAULT NULL,30137  `group_value` int(12) DEFAULT NULL,
24407  `parent_id` int(12) DEFAULT NULL,30138  `parent_id` int(12) DEFAULT NULL,
24408  `start_date` bigint(64) DEFAULT NULL,30139  `start_date` bigint(64) DEFAULT NULL,
24409  `expire_date` bigint(64) DEFAULT NULL,30140  `expire_date` bigint(64) DEFAULT NULL,
24410  `group_active` int(1) NOT NULL DEFAULT '1',30141  `group_active` int(1) NOT NULL DEFAULT '1',
24411  `created_date` bigint(64) NOT NULL,30142  `created_date` bigint(64) NOT NULL,
24412  `created_by` int(11) NOT NULL,30143  `created_by` int(11) NOT NULL,
24413  `updated_date` bigint(64) NOT NULL,30144  `updated_date` bigint(64) NOT NULL,
24414  `updated_by` int(12) NOT NULL30145  `updated_by` int(12) NOT NULL
24415) ENGINE=InnoDB DEFAULT CHARSET=utf8;30146) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2441630147
24417--30148--
24418-- Dumping data for table `groups`30149-- Dumping data for table `groups`
24419--30150--
2442030151
24421INSERT INTO `groups` (`group_id`, `group_name`, `group_type`, `group_value`, `parent_id`, `start_date`, `expire_date`, `group_active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES30152INSERT INTO `groups` (`group_id`, `group_name`, `group_type`, `group_value`, `parent_id`, `start_date`, `expire_date`, `group_active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
24422(1, 'Class of 2020', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30153(1, 'Class of 2020', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24423(2, 'Class of 2021', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30154(2, 'Class of 2021', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24424(3, 'Class of 2022', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30155(3, 'Class of 2022', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24425(4, 'Class of 2023', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30156(4, 'Class of 2023', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24426(5, 'Class of 2024', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30157(5, 'Class of 2024', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24427(6, 'Class of 2025', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30158(6, 'Class of 2025', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24428(7, 'Class of 2026', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),30159(7, 'Class of 2026', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1),
24429(8, 'cohort 1', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1),30160(8, 'cohort 1', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1),
24430(9, 'new cohort', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1),30161(9, 'new cohort', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1),
24431(10, 'Cohort without members', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1);30162(10, 'Cohort without members', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1);
2443230163
24433-- --------------------------------------------------------30164-- --------------------------------------------------------
2443430165
24435--30166--
24436-- Table structure for table `group_members`30167-- Table structure for table `group_members`
24437--30168--
2443830169
24439CREATE TABLE `group_members` (30170CREATE TABLE `group_members` (
24440  `gmember_id` int(12) NOT NULL,30171  `gmember_id` int(12) NOT NULL,
24441  `group_id` int(12) NOT NULL DEFAULT '0',30172  `group_id` int(12) NOT NULL DEFAULT '0',
24442  `proxy_id` int(12) NOT NULL DEFAULT '0',30173  `proxy_id` int(12) NOT NULL DEFAULT '0',
24443  `start_date` bigint(64) NOT NULL DEFAULT '0',30174  `start_date` bigint(64) NOT NULL DEFAULT '0',
24444  `finish_date` bigint(64) NOT NULL DEFAULT '0',30175  `finish_date` bigint(64) NOT NULL DEFAULT '0',
24445  `member_active` int(1) NOT NULL DEFAULT '1',30176  `member_active` int(1) NOT NULL DEFAULT '1',
24446  `entrada_only` int(1) DEFAULT '0',30177  `entrada_only` int(1) DEFAULT '0',
24447  `created_date` bigint(64) NOT NULL,30178  `created_date` bigint(64) NOT NULL,
24448  `created_by` int(11) NOT NULL,30179  `created_by` int(11) NOT NULL,
24449  `updated_date` bigint(64) NOT NULL DEFAULT '0',30180  `updated_date` bigint(64) NOT NULL DEFAULT '0',
24450  `updated_by` int(12) NOT NULL DEFAULT '0'30181  `updated_by` int(12) NOT NULL DEFAULT '0'
24451) ENGINE=InnoDB DEFAULT CHARSET=utf8;30182) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2445230183
24453--30184--
24454-- Dumping data for table `group_members`30185-- Dumping data for table `group_members`
24455--30186--
2445630187
24457INSERT INTO `group_members` (`gmember_id`, `group_id`, `proxy_id`, `start_date`, `finish_date`, `member_active`, `entrada_only`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES30188INSERT INTO `group_members` (`gmember_id`, `group_id`, `proxy_id`, `start_date`, `finish_date`, `member_active`, `entrada_only`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
24458(1, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 0),30189(1, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 0),
24459(2, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 1),30190(2, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 1),
24460(3, 4, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30191(3, 4, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24461(4, 4, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30192(4, 4, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24462(5, 4, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30193(5, 4, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24463(6, 5, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30194(6, 5, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24464(7, 5, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30195(7, 5, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24465(8, 5, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30196(8, 5, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24466(9, 6, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30197(9, 6, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24467(10, 6, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30198(10, 6, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24468(11, 6, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30199(11, 6, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24469(12, 7, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30200(12, 7, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24470(13, 7, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30201(13, 7, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24471(14, 7, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30202(14, 7, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24472(17, 6, 10, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30203(17, 6, 10, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24473(18, 5, 11, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30204(18, 5, 11, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24474(19, 5, 12, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30205(19, 5, 12, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24475(20, 2, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30206(20, 2, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24476(21, 3, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30207(21, 3, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24477(22, 8, 14, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),30208(22, 8, 14, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1),
24478(23, 7, 15, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1);30209(23, 7, 15, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1);
2447930210
24480-- --------------------------------------------------------30211-- --------------------------------------------------------
2448130212
24482--30213--
24483-- Table structure for table `group_organisations`30214-- Table structure for table `group_organisations`
24484--30215--
2448530216
24486CREATE TABLE `group_organisations` (30217CREATE TABLE `group_organisations` (
24487  `gorganisation_id` int(11) NOT NULL,30218  `gorganisation_id` int(11) NOT NULL,
24488  `group_id` int(11) NOT NULL,30219  `group_id` int(11) NOT NULL,
24489  `organisation_id` int(11) NOT NULL,30220  `organisation_id` int(11) NOT NULL,
24490  `created_date` bigint(64) NOT NULL,30221  `created_date` bigint(64) NOT NULL,
24491  `created_by` int(11) NOT NULL,30222  `created_by` int(11) NOT NULL,
24492  `updated_date` bigint(64) NOT NULL,30223  `updated_date` bigint(64) NOT NULL,
24493  `updated_by` int(11) NOT NULL30224  `updated_by` int(11) NOT NULL
24494) ENGINE=InnoDB DEFAULT CHARSET=utf8;30225) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2449530226
24496--30227--
24497-- Dumping data for table `group_organisations`30228-- Dumping data for table `group_organisations`
24498--30229--
2449930230
24500INSERT INTO `group_organisations` (`gorganisation_id`, `group_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES30231INSERT INTO `group_organisations` (`gorganisation_id`, `group_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES
24501(1, 1, 1, 0, 0, 1449685604, 1),30232(1, 1, 1, 0, 0, 1449685604, 1),
24502(2, 2, 1, 0, 0, 1449685604, 1),30233(2, 2, 1, 0, 0, 1449685604, 1),
24503(3, 3, 1, 0, 0, 1449685604, 1),30234(3, 3, 1, 0, 0, 1449685604, 1),
24504(4, 4, 1, 0, 0, 1449685604, 1),30235(4, 4, 1, 0, 0, 1449685604, 1),
24505(5, 5, 1, 0, 0, 1449685604, 1),30236(5, 5, 1, 0, 0, 1449685604, 1),
24506(6, 8, 2, 1685381586, 1, 1685381586, 1),30237(6, 8, 2, 1685381586, 1, 1685381586, 1),
24507(7, 9, 2, 1685381586, 1, 1685381586, 1),30238(7, 9, 2, 1685381586, 1, 1685381586, 1),
24508(8, 10, 1, 1685381586, 1, 1685381586, 1);30239(8, 10, 1, 1685381586, 1, 1685381586, 1);
2450930240
24510-- --------------------------------------------------------30241-- --------------------------------------------------------
2451130242
24512--30243--
24513-- Table structure for table `instructor_linked_objectives`30244-- Table structure for table `instructor_linked_objectives`
24514--30245--
2451530246
24516CREATE TABLE `instructor_linked_objectives` (30247CREATE TABLE `instructor_linked_objectives` (
24517  `ilobjective_id` int(12) UNSIGNED NOT NULL,30248  `ilobjective_id` int(12) UNSIGNED NOT NULL,
24518  `proxy_id` int(12) UNSIGNED NOT NULL,30249  `proxy_id` int(12) UNSIGNED NOT NULL,
24519  `objective_id` int(12) UNSIGNED NOT NULL,30250  `objective_id` int(12) UNSIGNED NOT NULL,
24520  `target_objective_id` int(12) UNSIGNED NOT NULL,30251  `target_objective_id` int(12) UNSIGNED NOT NULL,
24521  `active` tinyint(1) DEFAULT '1',30252  `active` tinyint(1) DEFAULT '1',
24522  `updated_date` bigint(64) DEFAULT NULL,30253  `updated_date` bigint(64) DEFAULT NULL,
24523  `updated_by` int(12) UNSIGNED DEFAULT NULL30254  `updated_by` int(12) UNSIGNED DEFAULT NULL
24524) ENGINE=InnoDB DEFAULT CHARSET=utf8;30255) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2452530256
24526-- --------------------------------------------------------30257-- --------------------------------------------------------
2452730258
24528--30259--
24529-- Table structure for table `jobs`30260-- Table structure for table `jobs`
24530--30261--
2453130262
24532CREATE TABLE `jobs` (30263CREATE TABLE `jobs` (
24533  `id` bigint(20) NOT NULL,30264  `id` bigint(20) NOT NULL,
24534  `queue` varchar(100) DEFAULT NULL,30265  `queue` varchar(100) DEFAULT NULL,
24535  `payload` longtext,30266  `payload` longtext,
24536  `attempts` tinyint(3) UNSIGNED DEFAULT NULL,30267  `attempts` tinyint(3) UNSIGNED DEFAULT NULL,
24537  `reserved_at` int(10) UNSIGNED DEFAULT NULL,30268  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
24538  `available_at` int(10) UNSIGNED DEFAULT NULL,30269  `available_at` int(10) UNSIGNED DEFAULT NULL,
24539  `created_at` int(10) UNSIGNED DEFAULT NULL30270  `created_at` int(10) UNSIGNED DEFAULT NULL
24540) ENGINE=InnoDB DEFAULT CHARSET=latin1;30271) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2454130272
24542-- --------------------------------------------------------30273-- --------------------------------------------------------
2454330274
24544--30275--
24545-- Table structure for table `jobs_failed`30276-- Table structure for table `jobs_failed`
24546--30277--
2454730278
24548CREATE TABLE `jobs_failed` (30279CREATE TABLE `jobs_failed` (
24549  `id` bigint(20) NOT NULL,30280  `id` bigint(20) NOT NULL,
24550  `connection` text,30281  `connection` text,
24551  `queue` text,30282  `queue` text,
24552  `payload` longtext,30283  `payload` longtext,
24553  `exception` longtext,30284  `exception` longtext,
24554  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP30285  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
24555) ENGINE=InnoDB DEFAULT CHARSET=latin1;30286) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2455630287
24557-- --------------------------------------------------------30288-- --------------------------------------------------------
2455830289
24559--30290--
24560-- Table structure for table `language`30291-- Table structure for table `language`
24561--30292--
2456230293
24563CREATE TABLE `language` (30294CREATE TABLE `language` (
24564  `language_id` int(12) NOT NULL,30295  `language_id` int(12) NOT NULL,
24565  `iso_6391_code` varchar(2) NOT NULL30296  `iso_6391_code` varchar(2) NOT NULL
24566) ENGINE=InnoDB DEFAULT CHARSET=latin1;30297) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2456730298
24568--30299--
24569-- Dumping data for table `language`30300-- Dumping data for table `language`
24570--30301--
2457130302
24572INSERT INTO `language` (`language_id`, `iso_6391_code`) VALUES30303INSERT INTO `language` (`language_id`, `iso_6391_code`) VALUES
24573(1, 'en'),30304(1, 'en'),
24574(2, 'fr');30305(2, 'fr');
2457530306
24576-- --------------------------------------------------------30307-- --------------------------------------------------------
2457730308
24578--30309--
24579-- Table structure for table `learner_explorer_assessments`30310-- Table structure for table `learner_explorer_assessments`
24580--30311--
2458130312
24582CREATE TABLE `learner_explorer_assessments` (30313CREATE TABLE `learner_explorer_assessments` (
24583  `learner_explorer_id` int(11) UNSIGNED NOT NULL,30314  `learner_explorer_id` int(11) UNSIGNED NOT NULL,
24584  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,30315  `cperiod_id` int(10) UNSIGNED DEFAULT NULL,
24585  `course_id` int(10) UNSIGNED DEFAULT NULL,30316  `course_id` int(10) UNSIGNED DEFAULT NULL,
24586  `assessment_id` int(11) UNSIGNED NOT NULL,30317  `assessment_id` int(11) UNSIGNED NOT NULL,
24587  `value` varchar(10) DEFAULT NULL,30318  `value` varchar(10) DEFAULT NULL,
24588  `updated_date` bigint(64) NOT NULL30319  `updated_date` bigint(64) NOT NULL
24589) ENGINE=InnoDB DEFAULT CHARSET=utf8;30320) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2459030321
24591-- --------------------------------------------------------30322-- --------------------------------------------------------
2459230323
24593--30324--
24594-- Table structure for table `learner_level_organisation`30325-- Table structure for table `learner_level_organisation`
24595--30326--
2459630327
24597CREATE TABLE `learner_level_organisation` (30328CREATE TABLE `learner_level_organisation` (
24598  `level_org_id` int(12) UNSIGNED NOT NULL,30329  `level_org_id` int(12) UNSIGNED NOT NULL,
24599  `organisation_id` int(12) UNSIGNED NOT NULL,30330  `organisation_id` int(12) UNSIGNED NOT NULL,
24600  `level_id` int(11) UNSIGNED NOT NULL,30331  `level_id` int(11) UNSIGNED NOT NULL,
24601  `order` int(2) NOT NULL,30332  `order` int(2) NOT NULL,
24602  `created_date` bigint(64) UNSIGNED NOT NULL,30333  `created_date` bigint(64) UNSIGNED NOT NULL,
24603  `created_by` int(11) UNSIGNED NOT NULL,30334  `created_by` int(11) UNSIGNED NOT NULL,
24604  `updated_date` bigint(64) UNSIGNED NOT NULL,30335  `updated_date` bigint(64) UNSIGNED NOT NULL,
24605  `updated_by` int(11) UNSIGNED NOT NULL,30336  `updated_by` int(11) UNSIGNED NOT NULL,
24606  `deleted_date` bigint(64) UNSIGNED NOT NULL,30337  `deleted_date` bigint(64) UNSIGNED NOT NULL,
24607  `deleted_by` int(11) UNSIGNED NOT NULL30338  `deleted_by` int(11) UNSIGNED NOT NULL
24608) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;30339) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2460930340
24610--30341--
24611-- Dumping data for table `learner_level_organisation`30342-- Dumping data for table `learner_level_organisation`
24612--30343--
2461330344
24614INSERT INTO `learner_level_organisation` (`level_org_id`, `organisation_id`, `level_id`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES30345INSERT INTO `learner_level_organisation` (`level_org_id`, `organisation_id`, `level_id`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
24615(1, 1, 1, 1, 1483714897, 1, 1483714897, 1, 0, 0),30346(1, 1, 1, 1, 1483714897, 1, 1483714897, 1, 0, 0),
24616(2, 1, 2, 2, 1483714897, 1, 1483714897, 1, 0, 0),30347(2, 1, 2, 2, 1483714897, 1, 1483714897, 1, 0, 0),
24617(3, 1, 3, 3, 1483714897, 1, 1483714897, 1, 0, 0),30348(3, 1, 3, 3, 1483714897, 1, 1483714897, 1, 0, 0),
24618(4, 1, 4, 4, 1483714897, 1, 1483714897, 1, 0, 0),30349(4, 1, 4, 4, 1483714897, 1, 1483714897, 1, 0, 0),
24619(5, 1, 5, 5, 1483714897, 1, 1483714897, 1, 0, 0),30350(5, 1, 5, 5, 1483714897, 1, 1483714897, 1, 0, 0),
24620(6, 1, 6, 6, 1483714897, 1, 1483714897, 1, 0, 0);30351(6, 1, 6, 6, 1483714897, 1, 1483714897, 1, 0, 0);
2462130352
24622-- --------------------------------------------------------30353-- --------------------------------------------------------
2462330354
24624--30355--
24625-- Table structure for table `learner_status_organisation`30356-- Table structure for table `learner_status_organisation`
24626--30357--
2462730358
24628CREATE TABLE `learner_status_organisation` (30359CREATE TABLE `learner_status_organisation` (
24629  `status_org_id` int(12) UNSIGNED NOT NULL,30360  `status_org_id` int(12) UNSIGNED NOT NULL,
24630  `organisation_id` int(12) UNSIGNED NOT NULL,30361  `organisation_id` int(12) UNSIGNED NOT NULL,
24631  `status_id` int(11) UNSIGNED NOT NULL,30362  `status_id` int(11) UNSIGNED NOT NULL,
24632  `created_date` bigint(64) UNSIGNED NOT NULL,30363  `created_date` bigint(64) UNSIGNED NOT NULL,
24633  `created_by` int(11) UNSIGNED NOT NULL,30364  `created_by` int(11) UNSIGNED NOT NULL,
24634  `updated_date` bigint(64) UNSIGNED NOT NULL,30365  `updated_date` bigint(64) UNSIGNED NOT NULL,
24635  `updated_by` int(11) UNSIGNED NOT NULL,30366  `updated_by` int(11) UNSIGNED NOT NULL,
24636  `deleted_date` bigint(64) UNSIGNED NOT NULL,30367  `deleted_date` bigint(64) UNSIGNED NOT NULL,
24637  `deleted_by` int(11) UNSIGNED NOT NULL30368  `deleted_by` int(11) UNSIGNED NOT NULL
24638) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;30369) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2463930370
24640-- --------------------------------------------------------30371-- --------------------------------------------------------
2464130372
24642--30373--
24643-- Table structure for table `learning_objects`30374-- Table structure for table `learning_objects`
24644--30375--
2464530376
24646CREATE TABLE `learning_objects` (30377CREATE TABLE `learning_objects` (
24647  `learning_object_id` int(12) NOT NULL,30378  `learning_object_id` int(12) NOT NULL,
24648  `title` varchar(255) NOT NULL DEFAULT '',30379  `title` varchar(255) NOT NULL DEFAULT '',
24649  `description` text,30380  `description` text,
24650  `primary_usage` varchar(255) DEFAULT NULL,30381  `primary_usage` varchar(255) DEFAULT NULL,
24651  `tool` varchar(255) DEFAULT NULL,30382  `tool` varchar(255) DEFAULT NULL,
24652  `object_type` enum('link','tincan','scorm') NOT NULL DEFAULT 'link',30383  `object_type` enum('link','tincan','scorm') NOT NULL DEFAULT 'link',
24653  `url` text NOT NULL,30384  `url` text NOT NULL,
24654  `filename` varchar(255) DEFAULT NULL,30385  `filename` varchar(255) DEFAULT NULL,
24655  `filename_hashed` varchar(255) DEFAULT NULL,30386  `filename_hashed` varchar(255) DEFAULT NULL,
24656  `screenshot_filename` varchar(255) NOT NULL DEFAULT '',30387  `screenshot_filename` varchar(255) NOT NULL DEFAULT '',
24657  `viewable_start` bigint(64) DEFAULT NULL,30388  `viewable_start` bigint(64) DEFAULT NULL,
24658  `viewable_end` bigint(64) DEFAULT NULL,30389  `viewable_end` bigint(64) DEFAULT NULL,
24659  `created_date` bigint(64) DEFAULT NULL,30390  `created_date` bigint(64) DEFAULT NULL,
24660  `created_by` int(11) DEFAULT NULL,30391  `created_by` int(11) DEFAULT NULL,
24661  `updated_date` bigint(64) DEFAULT NULL,30392  `updated_date` bigint(64) DEFAULT NULL,
24662  `updated_by` int(11) DEFAULT NULL,30393  `updated_by` int(11) DEFAULT NULL,
24663  `deleted_date` bigint(64) DEFAULT NULL30394  `deleted_date` bigint(64) DEFAULT NULL
24664) ENGINE=InnoDB DEFAULT CHARSET=utf8;30395) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2466530396
24666--30397--
24667-- Dumping data for table `learning_objects`30398-- Dumping data for table `learning_objects`
24668--30399--
2466930400
24670INSERT INTO `learning_objects` (`learning_object_id`, `title`, `description`, `primary_usage`, `tool`, `object_type`, `url`, `filename`, `filename_hashed`, `screenshot_filename`, `viewable_start`, `viewable_end`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES30401INSERT INTO `learning_objects` (`learning_object_id`, `title`, `description`, `primary_usage`, `tool`, `object_type`, `url`, `filename`, `filename_hashed`, `screenshot_filename`, `viewable_start`, `viewable_end`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
24671(1, 'Test Learning Object', NULL, NULL, NULL, 'scorm', '', 'Introduction to Epidemiology #1.1.2.zip', 'dc84ab4f030f32cc85ec382dd0bfdfdf4f5a46adc304b17efccc46c0daac5e27', '', 1659548880, NULL, 1659548925, 1, 1659548925, 1, NULL);30402(1, 'Test Learning Object', NULL, NULL, NULL, 'scorm', '', 'Introduction to Epidemiology #1.1.2.zip', 'dc84ab4f030f32cc85ec382dd0bfdfdf4f5a46adc304b17efccc46c0daac5e27', '', 1659548880, NULL, 1659548925, 1, 1659548925, 1, NULL);
2467230403
24673-- --------------------------------------------------------30404-- --------------------------------------------------------
2467430405
24675--30406--
24676-- Table structure for table `learning_objects_progress`30407-- Table structure for table `learning_objects_progress`
24677--30408--
2467830409
24679CREATE TABLE `learning_objects_progress` (30410CREATE TABLE `learning_objects_progress` (
24680  `learning_objects_progress_id` int(12) NOT NULL,30411  `learning_objects_progress_id` int(12) NOT NULL,
24681  `proxy_id` int(11) NOT NULL DEFAULT '0',30412  `proxy_id` int(11) NOT NULL DEFAULT '0',
24682  `learning_objects_activity_id` varchar(255) NOT NULL,30413  `learning_objects_activity_id` varchar(255) NOT NULL,
24683  `learning_objects_state_id` varchar(255) NOT NULL,30414  `learning_objects_state_id` varchar(255) NOT NULL,
24684  `data` text NOT NULL,30415  `data` text NOT NULL,
24685  `created_date` bigint(64) NOT NULL DEFAULT '0'30416  `created_date` bigint(64) NOT NULL DEFAULT '0'
24686) ENGINE=InnoDB DEFAULT CHARSET=utf8;30417) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2468730418
24688-- --------------------------------------------------------30419-- --------------------------------------------------------
2468930420
24690--30421--
24691-- Table structure for table `learning_object_authors`30422-- Table structure for table `learning_object_authors`
24692--30423--
2469330424
24694CREATE TABLE `learning_object_authors` (30425CREATE TABLE `learning_object_authors` (
24695  `id` int(12) NOT NULL,30426  `id` int(12) NOT NULL,
24696  `author_id` int(12) NOT NULL COMMENT 'This value is either entrada_auth.user_data.id if auth_type is Internal, entrada.lo_external_authors.eauthor_id if auth_type is External.',30427  `author_id` int(12) NOT NULL COMMENT 'This value is either entrada_auth.user_data.id if auth_type is Internal, entrada.lo_external_authors.eauthor_id if auth_type is External.',
24697  `author_type` enum('Internal','External') NOT NULL DEFAULT 'Internal',30428  `author_type` enum('Internal','External') NOT NULL DEFAULT 'Internal',
24698  `learning_object_id` int(12) NOT NULL30429  `learning_object_id` int(12) NOT NULL
24699) ENGINE=InnoDB DEFAULT CHARSET=utf8;30430) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2470030431
24701--30432--
24702-- Dumping data for table `learning_object_authors`30433-- Dumping data for table `learning_object_authors`
24703--30434--
2470430435
24705INSERT INTO `learning_object_authors` (`id`, `author_id`, `author_type`, `learning_object_id`) VALUES30436INSERT INTO `learning_object_authors` (`id`, `author_id`, `author_type`, `learning_object_id`) VALUES
24706(1, 1, 'Internal', 1);30437(1, 1, 'Internal', 1);
2470730438
24708-- --------------------------------------------------------30439-- --------------------------------------------------------
2470930440
24710--30441--
24711-- Table structure for table `learning_object_external_authors`30442-- Table structure for table `learning_object_external_authors`
24712--30443--
2471330444
24714CREATE TABLE `learning_object_external_authors` (30445CREATE TABLE `learning_object_external_authors` (
24715  `eauthor_id` int(12) NOT NULL,30446  `eauthor_id` int(12) NOT NULL,
24716  `firstname` varchar(255) NOT NULL DEFAULT '',30447  `firstname` varchar(255) NOT NULL DEFAULT '',
24717  `lastname` varchar(255) NOT NULL DEFAULT '',30448  `lastname` varchar(255) NOT NULL DEFAULT '',
24718  `email` varchar(255) NOT NULL DEFAULT '',30449  `email` varchar(255) NOT NULL DEFAULT '',
24719  `created_date` int(11) NOT NULL,30450  `created_date` int(11) NOT NULL,
24720  `created_by` int(11) NOT NULL,30451  `created_by` int(11) NOT NULL,
24721  `updated_date` int(11) NOT NULL,30452  `updated_date` int(11) NOT NULL,
24722  `updated_by` int(11) NOT NULL,30453  `updated_by` int(11) NOT NULL,
24723  `deleted_date` int(11) DEFAULT NULL30454  `deleted_date` int(11) DEFAULT NULL
24724) ENGINE=InnoDB DEFAULT CHARSET=utf8;30455) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2472530456
24726-- --------------------------------------------------------30457-- --------------------------------------------------------
2472730458
24728--30459--
24729-- Table structure for table `learning_object_files`30460-- Table structure for table `learning_object_files`
24730--30461--
2473130462
24732CREATE TABLE `learning_object_files` (30463CREATE TABLE `learning_object_files` (
24733  `lo_file_id` int(11) UNSIGNED NOT NULL,30464  `lo_file_id` int(11) UNSIGNED NOT NULL,
24734  `filename` varchar(255) NOT NULL DEFAULT '',30465  `filename` varchar(255) NOT NULL DEFAULT '',
24735  `filesize` int(11) NOT NULL,30466  `filesize` int(11) NOT NULL,
24736  `mime_type` varchar(32) NOT NULL,30467  `mime_type` varchar(32) NOT NULL,
24737  `description` varchar(255) DEFAULT '',30468  `description` varchar(255) DEFAULT '',
24738  `proxy_id` int(11) NOT NULL,30469  `proxy_id` int(11) NOT NULL,
24739  `public` tinyint(1) NOT NULL DEFAULT '0',30470  `public` tinyint(1) NOT NULL DEFAULT '0',
24740  `updated_date` int(11) NOT NULL,30471  `updated_date` int(11) NOT NULL,
24741  `updated_by` int(11) NOT NULL,30472  `updated_by` int(11) NOT NULL,
24742  `active` tinyint(1) NOT NULL DEFAULT '1'30473  `active` tinyint(1) NOT NULL DEFAULT '1'
24743) ENGINE=InnoDB DEFAULT CHARSET=utf8;30474) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2474430475
24745-- --------------------------------------------------------30476-- --------------------------------------------------------
2474630477
24747--30478--
24748-- Table structure for table `learning_object_file_permissions`30479-- Table structure for table `learning_object_file_permissions`
24749--30480--
2475030481
24751CREATE TABLE `learning_object_file_permissions` (30482CREATE TABLE `learning_object_file_permissions` (
24752  `lo_file_permission_id` int(11) UNSIGNED NOT NULL,30483  `lo_file_permission_id` int(11) UNSIGNED NOT NULL,
24753  `lo_file_id` int(11) NOT NULL,30484  `lo_file_id` int(11) NOT NULL,
24754  `proxy_id` int(11) DEFAULT NULL,30485  `proxy_id` int(11) DEFAULT NULL,
24755  `permission` enum('read','write','delete') NOT NULL DEFAULT 'read',30486  `permission` enum('read','write','delete') NOT NULL DEFAULT 'read',
24756  `updated_date` int(11) NOT NULL,30487  `updated_date` int(11) NOT NULL,
24757  `updated_by` int(11) NOT NULL,30488  `updated_by` int(11) NOT NULL,
24758  `active` tinyint(1) NOT NULL DEFAULT '1'30489  `active` tinyint(1) NOT NULL DEFAULT '1'
24759) ENGINE=InnoDB DEFAULT CHARSET=utf8;30490) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2476030491
24761-- --------------------------------------------------------30492-- --------------------------------------------------------
2476230493
24763--30494--
24764-- Table structure for table `learning_object_file_tags`30495-- Table structure for table `learning_object_file_tags`
24765--30496--
2476630497
24767CREATE TABLE `learning_object_file_tags` (30498CREATE TABLE `learning_object_file_tags` (
24768  `lo_file_tag_id` int(11) UNSIGNED NOT NULL,30499  `lo_file_tag_id` int(11) UNSIGNED NOT NULL,
24769  `lo_file_id` int(11) NOT NULL,30500  `lo_file_id` int(11) NOT NULL,
24770  `tag` varchar(255) NOT NULL DEFAULT '',30501  `tag` varchar(255) NOT NULL DEFAULT '',
24771  `updated_date` int(11) NOT NULL,30502  `updated_date` int(11) NOT NULL,
24772  `updated_by` int(11) NOT NULL,30503  `updated_by` int(11) NOT NULL,
24773  `active` tinyint(11) NOT NULL DEFAULT '1'30504  `active` tinyint(11) NOT NULL DEFAULT '1'
24774) ENGINE=InnoDB DEFAULT CHARSET=utf8;30505) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2477530506
24776-- --------------------------------------------------------30507-- --------------------------------------------------------
2477730508
24778--30509--
24779-- Table structure for table `learning_object_objectives`30510-- Table structure for table `learning_object_objectives`
24780--30511--
2478130512
24782CREATE TABLE `learning_object_objectives` (30513CREATE TABLE `learning_object_objectives` (
24783  `loobjective_id` int(11) UNSIGNED NOT NULL,30514  `loobjective_id` int(11) UNSIGNED NOT NULL,
24784  `objective_id` int(11) UNSIGNED NOT NULL,30515  `objective_id` int(11) UNSIGNED NOT NULL,
24785  `learning_object_id` int(11) UNSIGNED NOT NULL,30516  `learning_object_id` int(11) UNSIGNED NOT NULL,
24786  `objective_metadata` text COLLATE utf8_unicode_ci,30517  `objective_metadata` text COLLATE utf8_unicode_ci,
24787  `created_date` int(11) UNSIGNED NOT NULL,30518  `created_date` int(11) UNSIGNED NOT NULL,
24788  `created_by` int(11) UNSIGNED NOT NULL,30519  `created_by` int(11) UNSIGNED NOT NULL,
24789  `updated_date` int(11) UNSIGNED DEFAULT NULL,30520  `updated_date` int(11) UNSIGNED DEFAULT NULL,
24790  `updated_by` int(11) UNSIGNED DEFAULT NULL,30521  `updated_by` int(11) UNSIGNED DEFAULT NULL,
24791  `deleted_date` int(11) UNSIGNED DEFAULT NULL30522  `deleted_date` int(11) UNSIGNED DEFAULT NULL
24792) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;30523) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2479330524
24794-- --------------------------------------------------------30525-- --------------------------------------------------------
2479530526
24796--30527--
24797-- Table structure for table `learning_object_organisation`30528-- Table structure for table `learning_object_organisation`
24798--30529--
2479930530
24800CREATE TABLE `learning_object_organisation` (30531CREATE TABLE `learning_object_organisation` (
24801  `learning_object_id` int(11) UNSIGNED NOT NULL,30532  `learning_object_id` int(11) UNSIGNED NOT NULL,
24802  `organisation_id` int(11) UNSIGNED NOT NULL30533  `organisation_id` int(11) UNSIGNED NOT NULL
24803) ENGINE=InnoDB DEFAULT CHARSET=utf8;30534) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2480430535
24805--30536--
24806-- Dumping data for table `learning_object_organisation`30537-- Dumping data for table `learning_object_organisation`
24807--30538--
2480830539
24809INSERT INTO `learning_object_organisation` (`learning_object_id`, `organisation_id`) VALUES30540INSERT INTO `learning_object_organisation` (`learning_object_id`, `organisation_id`) VALUES
24810(1, 1);30541(1, 1);
2481130542
24812-- --------------------------------------------------------30543-- --------------------------------------------------------
2481330544
24814--30545--
24815-- Table structure for table `learning_object_statements`30546-- Table structure for table `learning_object_statements`
24816--30547--
2481730548
24818CREATE TABLE `learning_object_statements` (30549CREATE TABLE `learning_object_statements` (
24819  `lor_statement_id` int(12) UNSIGNED NOT NULL,30550  `lor_statement_id` int(12) UNSIGNED NOT NULL,
24820  `proxy_id` int(11) UNSIGNED NOT NULL,30551  `proxy_id` int(11) UNSIGNED NOT NULL,
24821  `module_id` int(10) UNSIGNED DEFAULT NULL,30552  `module_id` int(10) UNSIGNED DEFAULT NULL,
24822  `target_type` enum('module','event') DEFAULT NULL,30553  `target_type` enum('module','event') DEFAULT NULL,
24823  `target_id` int(12) UNSIGNED DEFAULT NULL,30554  `target_id` int(12) UNSIGNED DEFAULT NULL,
24824  `statement_datetime` int(11) UNSIGNED NOT NULL,30555  `statement_datetime` int(11) UNSIGNED NOT NULL,
24825  `verb` char(150) NOT NULL,30556  `verb` char(150) NOT NULL,
24826  `object` char(255) NOT NULL,30557  `object` char(255) NOT NULL,
24827  `object_definition` char(255) NOT NULL,30558  `object_definition` char(255) NOT NULL,
24828  `context` char(255) DEFAULT NULL,30559  `context` char(255) DEFAULT NULL,
24829  `result` char(255) DEFAULT NULL,30560  `result` char(255) DEFAULT NULL,
24830  `response` char(255) DEFAULT NULL,30561  `response` char(255) DEFAULT NULL,
24831  `duration` char(100) DEFAULT NULL,30562  `duration` char(100) DEFAULT NULL,
24832  `success` tinyint(1) DEFAULT NULL,30563  `success` tinyint(1) DEFAULT NULL,
24833  `score_scaled` float(12,5) DEFAULT NULL,30564  `score_scaled` float(12,5) DEFAULT NULL,
24834  `score_raw` float(12,5) DEFAULT NULL,30565  `score_raw` float(12,5) DEFAULT NULL,
24835  `score_min` float(12,5) DEFAULT NULL,30566  `score_min` float(12,5) DEFAULT NULL,
24836  `score_max` float(12,5) DEFAULT NULL30567  `score_max` float(12,5) DEFAULT NULL
24837) ENGINE=InnoDB DEFAULT CHARSET=utf8;30568) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2483830569
24839-- --------------------------------------------------------30570-- --------------------------------------------------------
2484030571
24841--30572--
24842-- Table structure for table `linked_objectives`30573-- Table structure for table `linked_objectives`
24843--30574--
2484430575
24845CREATE TABLE `linked_objectives` (30576CREATE TABLE `linked_objectives` (
24846  `linked_objective_id` int(12) UNSIGNED NOT NULL,30577  `linked_objective_id` int(12) UNSIGNED NOT NULL,
24847  `version_id` int(11) UNSIGNED DEFAULT NULL,30578  `version_id` int(11) UNSIGNED DEFAULT NULL,
24848  `objective_id` int(12) NOT NULL,30579  `objective_id` int(12) NOT NULL,
24849  `target_objective_id` int(12) NOT NULL,30580  `target_objective_id` int(12) NOT NULL,
24850  `active` tinyint(1) NOT NULL DEFAULT '1'30581  `active` tinyint(1) NOT NULL DEFAULT '1'
24851) ENGINE=InnoDB DEFAULT CHARSET=utf8;30582) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2485230583
24853--30584--
24854-- Dumping data for table `linked_objectives`30585-- Dumping data for table `linked_objectives`
24855--30586--
2485630587
24857INSERT INTO `linked_objectives` (`linked_objective_id`, `version_id`, `objective_id`, `target_objective_id`, `active`) VALUES30588INSERT INTO `linked_objectives` (`linked_objective_id`, `version_id`, `objective_id`, `target_objective_id`, `active`) VALUES
24858(5, NULL, 2337, 2, 1),30589(5, NULL, 2337, 2, 1),
24859(6, NULL, 2337, 3, 1),30590(6, NULL, 2337, 3, 1),
24860(7, NULL, 2337, 4, 1),30591(7, NULL, 2337, 4, 1),
24861(8, NULL, 2349, 5, 1),30592(8, NULL, 2349, 5, 1),
24862(9, NULL, 2349, 6, 1),30593(9, NULL, 2349, 6, 1),
24863(10, NULL, 2349, 7, 1),30594(10, NULL, 2349, 7, 1),
24864(11, NULL, 2356, 8, 1),30595(11, NULL, 2356, 8, 1),
24865(12, NULL, 2356, 7, 1),30596(12, NULL, 2356, 7, 1),
24866(13, NULL, 2356, 6, 1),30597(13, NULL, 2356, 6, 1),
24867(14, NULL, 2367, 2, 1),30598(14, NULL, 2367, 2, 1),
24868(15, NULL, 2367, 4, 1),30599(15, NULL, 2367, 4, 1),
24869(16, NULL, 2367, 7, 1),30600(16, NULL, 2367, 7, 1),
24870(17, NULL, 2367, 6, 1),30601(17, NULL, 2367, 6, 1),
24871(18, NULL, 2367, 8, 1),30602(18, NULL, 2367, 8, 1),
24872(19, NULL, 2375, 2, 1),30603(19, NULL, 2375, 2, 1),
24873(20, NULL, 2375, 6, 1),30604(20, NULL, 2375, 6, 1),
24874(21, NULL, 2375, 4, 1),30605(21, NULL, 2375, 4, 1),
24875(22, NULL, 2375, 7, 1),30606(22, NULL, 2375, 7, 1),
24876(23, NULL, 2382, 2, 1),30607(23, NULL, 2382, 2, 1),
24877(24, NULL, 2382, 3, 1),30608(24, NULL, 2382, 3, 1),
24878(25, NULL, 2382, 4, 1),30609(25, NULL, 2382, 4, 1),
24879(26, NULL, 2382, 5, 1),30610(26, NULL, 2382, 5, 1),
24880(27, NULL, 2382, 6, 1),30611(27, NULL, 2382, 6, 1),
24881(28, NULL, 2382, 7, 1),30612(28, NULL, 2382, 7, 1),
24882(29, NULL, 2382, 8, 1),30613(29, NULL, 2382, 8, 1),
24883(30, NULL, 2389, 3, 1),30614(30, NULL, 2389, 3, 1),
24884(31, NULL, 2389, 6, 1),30615(31, NULL, 2389, 6, 1),
24885(32, NULL, 2389, 4, 1),30616(32, NULL, 2389, 4, 1),
24886(33, NULL, 2394, 2, 1),30617(33, NULL, 2394, 2, 1),
24887(34, NULL, 2394, 3, 1),30618(34, NULL, 2394, 3, 1),
24888(35, NULL, 2394, 4, 1),30619(35, NULL, 2394, 4, 1),
24889(36, NULL, 2394, 5, 1),30620(36, NULL, 2394, 5, 1),
24890(37, NULL, 2394, 6, 1),30621(37, NULL, 2394, 6, 1),
24891(38, NULL, 2394, 7, 1),30622(38, NULL, 2394, 7, 1),
24892(39, NULL, 2394, 8, 1),30623(39, NULL, 2394, 8, 1),
24893(40, NULL, 2394, 13, 1),30624(40, NULL, 2394, 13, 1),
24894(41, NULL, 2394, 14, 1),30625(41, NULL, 2394, 14, 1),
24895(42, NULL, 2394, 36, 1),30626(42, NULL, 2394, 36, 1),
24896(43, NULL, 2394, 37, 1),30627(43, NULL, 2394, 37, 1),
24897(44, NULL, 2394, 38, 1),30628(44, NULL, 2394, 38, 1),
24898(45, NULL, 2394, 113, 1),30629(45, NULL, 2394, 113, 1),
24899(46, NULL, 2394, 114, 1);30630(46, NULL, 2394, 114, 1);
2490030631
24901-- --------------------------------------------------------30632-- --------------------------------------------------------
2490230633
24903--30634--
24904-- Table structure for table `linked_tag_sets`30635-- Table structure for table `linked_tag_sets`
24905--30636--
2490630637
24907CREATE TABLE `linked_tag_sets` (30638CREATE TABLE `linked_tag_sets` (
24908  `linked_tag_set_id` int(12) UNSIGNED NOT NULL,30639  `linked_tag_set_id` int(12) UNSIGNED NOT NULL,
24909  `organisation_id` int(12) UNSIGNED NOT NULL,30640  `organisation_id` int(12) UNSIGNED NOT NULL,
24910  `type` enum('event','course_unit','course') DEFAULT NULL,30641  `type` enum('event','course_unit','course') DEFAULT NULL,
24911  `objective_id` int(12) NOT NULL,30642  `objective_id` int(12) NOT NULL,
24912  `target_objective_id` int(12) DEFAULT NULL,30643  `target_objective_id` int(12) DEFAULT NULL,
24913  `created_date` bigint(64) DEFAULT NULL,30644  `created_date` bigint(64) DEFAULT NULL,
24914  `created_by` int(12) UNSIGNED DEFAULT NULL,30645  `created_by` int(12) UNSIGNED DEFAULT NULL,
24915  `updated_date` bigint(64) DEFAULT NULL,30646  `updated_date` bigint(64) DEFAULT NULL,
24916  `updated_by` int(12) UNSIGNED DEFAULT NULL,30647  `updated_by` int(12) UNSIGNED DEFAULT NULL,
24917  `deleted_date` bigint(64) DEFAULT NULL30648  `deleted_date` bigint(64) DEFAULT NULL
24918) ENGINE=InnoDB DEFAULT CHARSET=utf8;30649) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2491930650
24920-- --------------------------------------------------------30651-- --------------------------------------------------------
2492130652
24922--30653--
24923-- Table structure for table `logbook_course_sites`30654-- Table structure for table `logbook_course_sites`
24924--30655--
2492530656
24926CREATE TABLE `logbook_course_sites` (30657CREATE TABLE `logbook_course_sites` (
24927  `id` int(11) UNSIGNED NOT NULL,30658  `id` int(11) UNSIGNED NOT NULL,
24928  `site_id` int(11) UNSIGNED NOT NULL,30659  `site_id` int(11) UNSIGNED NOT NULL,
24929  `course_id` int(12) UNSIGNED NOT NULL,30660  `course_id` int(12) UNSIGNED NOT NULL,
24930  `updated_at` bigint(64) NOT NULL,30661  `updated_at` bigint(64) NOT NULL,
24931  `created_at` bigint(64) NOT NULL30662  `created_at` bigint(64) NOT NULL
24932) ENGINE=InnoDB DEFAULT CHARSET=utf8;30663) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2493330664
24934-- --------------------------------------------------------30665-- --------------------------------------------------------
2493530666
24936--30667--
24937-- Table structure for table `logbook_entries`30668-- Table structure for table `logbook_entries`
24938--30669--
2493930670
24940CREATE TABLE `logbook_entries` (30671CREATE TABLE `logbook_entries` (
24941  `lentry_id` int(12) UNSIGNED NOT NULL,30672  `lentry_id` int(12) UNSIGNED NOT NULL,
24942  `proxy_id` int(12) UNSIGNED NOT NULL,30673  `proxy_id` int(12) UNSIGNED NOT NULL,
24943  `clinical_event_id` int(11) UNSIGNED DEFAULT NULL,30674  `clinical_event_id` int(11) UNSIGNED DEFAULT NULL,
24944  `encounter_date` int(12) NOT NULL,30675  `encounter_date` int(12) NOT NULL,
24945  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',30676  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',
24946  `patient_info` varchar(30) DEFAULT NULL,30677  `patient_info` varchar(30) DEFAULT NULL,
24947  `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0',30678  `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
24948  `gender` varchar(1) NOT NULL DEFAULT '0',30679  `gender` varchar(1) NOT NULL DEFAULT '0',
24949  `course_id` int(12) UNSIGNED NOT NULL DEFAULT '0',30680  `course_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
24950  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',30681  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
24951  `lsite_id` int(11) UNSIGNED DEFAULT NULL,30682  `lsite_id` int(11) UNSIGNED DEFAULT NULL,
24952  `observer_proxy_id` int(12) UNSIGNED DEFAULT NULL,30683  `observer_proxy_id` int(12) UNSIGNED DEFAULT NULL,
24953  `observer_proxy_type` varchar(32) DEFAULT 'internal',30684  `observer_proxy_type` varchar(32) DEFAULT 'internal',
24954  `lenvironment_id` int(12) UNSIGNED DEFAULT NULL,30685  `lenvironment_id` int(12) UNSIGNED DEFAULT NULL,
24955  `comments` text,30686  `comments` text,
24956  `reflection` text,30687  `reflection` text,
24957  `created_date` bigint(64) NOT NULL,30688  `created_date` bigint(64) NOT NULL,
24958  `created_by` int(12) NOT NULL,30689  `created_by` int(12) NOT NULL,
24959  `updated_by` int(12) NOT NULL,30690  `updated_by` int(12) NOT NULL,
24960  `deleted_date` bigint(64) DEFAULT NULL,30691  `deleted_date` bigint(64) DEFAULT NULL,
24961  `minutes_tracked` int(11) DEFAULT NULL30692  `minutes_tracked` int(11) DEFAULT NULL
24962) ENGINE=InnoDB DEFAULT CHARSET=utf8;30693) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2496330694
24964-- --------------------------------------------------------30695-- --------------------------------------------------------
2496530696
24966--30697--
24967-- Table structure for table `logbook_entry_objectives`30698-- Table structure for table `logbook_entry_objectives`
24968--30699--
2496930700
24970CREATE TABLE `logbook_entry_objectives` (30701CREATE TABLE `logbook_entry_objectives` (
24971  `leobjective_id` int(12) UNSIGNED NOT NULL,30702  `leobjective_id` int(12) UNSIGNED NOT NULL,
24972  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',30703  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
24973  `lobjective_id` int(12) UNSIGNED NOT NULL,30704  `lobjective_id` int(12) UNSIGNED NOT NULL,
24974  `lrole_id` int(12) UNSIGNED DEFAULT NULL,30705  `lrole_id` int(12) UNSIGNED DEFAULT NULL,
24975  `updated_by` int(11) NOT NULL,30706  `updated_by` int(11) NOT NULL,
24976  `updated_date` int(11) DEFAULT NULL,30707  `updated_date` int(11) DEFAULT NULL,
24977  `created_date` bigint(64) NOT NULL,30708  `created_date` bigint(64) NOT NULL,
24978  `created_by` int(12) NOT NULL,30709  `created_by` int(12) NOT NULL,
24979  `deleted_date` bigint(64) DEFAULT NULL30710  `deleted_date` bigint(64) DEFAULT NULL
24980) ENGINE=InnoDB DEFAULT CHARSET=utf8;30711) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2498130712
24982-- --------------------------------------------------------30713-- --------------------------------------------------------
2498330714
24984--30715--
24985-- Table structure for table `logbook_lu_ageranges`30716-- Table structure for table `logbook_lu_ageranges`
24986--30717--
2498730718
24988CREATE TABLE `logbook_lu_ageranges` (30719CREATE TABLE `logbook_lu_ageranges` (
24989  `agerange_id` int(12) UNSIGNED NOT NULL,30720  `agerange_id` int(12) UNSIGNED NOT NULL,
24990  `agerange` varchar(8) DEFAULT NULL,30721  `agerange` varchar(8) DEFAULT NULL,
24991  `agerange_active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1'30722  `agerange_active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1'
24992) ENGINE=InnoDB DEFAULT CHARSET=utf8;30723) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2499330724
24994--30725--
24995-- Dumping data for table `logbook_lu_ageranges`30726-- Dumping data for table `logbook_lu_ageranges`
24996--30727--
2499730728
24998INSERT INTO `logbook_lu_ageranges` (`agerange_id`, `agerange`, `agerange_active`) VALUES30729INSERT INTO `logbook_lu_ageranges` (`agerange_id`, `agerange`, `agerange_active`) VALUES
24999(1, '< 1', 1),30730(1, '< 1', 1),
25000(2, '1 - 4', 1),30731(2, '1 - 4', 1),
25001(3, '5 - 12', 1),30732(3, '5 - 12', 1),
25002(4, '13 - 19', 1),30733(4, '13 - 19', 1),
25003(5, '20 - 64', 1),30734(5, '20 - 64', 1),
25004(6, '65 - 74', 1),30735(6, '65 - 74', 1),
25005(7, '75+', 1);30736(7, '75+', 1);
2500630737
25007-- --------------------------------------------------------30738-- --------------------------------------------------------
2500830739
25009--30740--
25010-- Table structure for table `logbook_lu_environments`30741-- Table structure for table `logbook_lu_environments`
25011--30742--
2501230743
25013CREATE TABLE `logbook_lu_environments` (30744CREATE TABLE `logbook_lu_environments` (
25014  `lenvironment_id` int(12) UNSIGNED NOT NULL,30745  `lenvironment_id` int(12) UNSIGNED NOT NULL,
25015  `environment_name` varchar(64) NOT NULL,30746  `environment_name` varchar(64) NOT NULL,
25016  `environment_description` varchar(255) DEFAULT NULL,30747  `environment_description` varchar(255) DEFAULT NULL,
25017  `created_date` bigint(64) NOT NULL,30748  `created_date` bigint(64) NOT NULL,
25018  `created_by` int(12) NOT NULL,30749  `created_by` int(12) NOT NULL,
25019  `updated_date` bigint(64) NOT NULL,30750  `updated_date` bigint(64) NOT NULL,
25020  `updated_by` int(12) NOT NULL,30751  `updated_by` int(12) NOT NULL,
25021  `deleted_date` bigint(64) DEFAULT NULL30752  `deleted_date` bigint(64) DEFAULT NULL
25022) ENGINE=InnoDB DEFAULT CHARSET=utf8;30753) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2502330754
25024--30755--
25025-- Dumping data for table `logbook_lu_environments`30756-- Dumping data for table `logbook_lu_environments`
25026--30757--
2502730758
25028INSERT INTO `logbook_lu_environments` (`lenvironment_id`, `environment_name`, `environment_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES30759INSERT INTO `logbook_lu_environments` (`lenvironment_id`, `environment_name`, `environment_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
25029(1, 'Clinic', NULL, 1533328316, 1, 1533328316, 1, NULL),30760(1, 'Clinic', NULL, 1533328316, 1, 1533328316, 1, NULL),
25030(2, 'Ward', NULL, 1533328316, 1, 1533328316, 1, NULL),30761(2, 'Ward', NULL, 1533328316, 1, 1533328316, 1, NULL),
25031(3, 'Emergency', NULL, 1533328316, 1, 1533328316, 1, NULL),30762(3, 'Emergency', NULL, 1533328316, 1, 1533328316, 1, NULL),
25032(4, 'ICU', NULL, 1533328316, 1, 1533328316, 1, NULL),30763(4, 'ICU', NULL, 1533328316, 1, 1533328316, 1, NULL),
25033(5, 'Private Office', NULL, 1533328316, 1, 1533328316, 1, NULL),30764(5, 'Private Office', NULL, 1533328316, 1, 1533328316, 1, NULL),
25034(6, 'OR', NULL, 1533328316, 1, 1533328316, 1, NULL),30765(6, 'OR', NULL, 1533328316, 1, 1533328316, 1, NULL),
25035(7, 'NICU', NULL, 1533328316, 1, 1533328316, 1, NULL),30766(7, 'NICU', NULL, 1533328316, 1, 1533328316, 1, NULL),
25036(8, 'Nursing Home', NULL, 1533328316, 1, 1533328316, 1, NULL),30767(8, 'Nursing Home', NULL, 1533328316, 1, 1533328316, 1, NULL),
25037(9, 'Community Site', NULL, 1533328316, 1, 1533328316, 1, NULL),30768(9, 'Community Site', NULL, 1533328316, 1, 1533328316, 1, NULL),
25038(10, 'Computer Interactive Case', NULL, 1533328316, 1, 1533328316, 1, NULL),30769(10, 'Computer Interactive Case', NULL, 1533328316, 1, 1533328316, 1, NULL),
25039(11, 'Other (provide details in additional comments field)', NULL, 1533328316, 1, 1533328316, 1, NULL);30770(11, 'Other (provide details in additional comments field)', NULL, 1533328316, 1, 1533328316, 1, NULL);
2504030771
25041-- --------------------------------------------------------30772-- --------------------------------------------------------
2504230773
25043--30774--
25044-- Table structure for table `logbook_lu_locations`30775-- Table structure for table `logbook_lu_locations`
25045--30776--
2504630777
25047CREATE TABLE `logbook_lu_locations` (30778CREATE TABLE `logbook_lu_locations` (
25048  `llocation_id` int(12) UNSIGNED NOT NULL,30779  `llocation_id` int(12) UNSIGNED NOT NULL,
25049  `location` varchar(64) DEFAULT NULL,30780  `location` varchar(64) DEFAULT NULL,
25050  `location_active` tinyint(1) NOT NULL DEFAULT '1'30781  `location_active` tinyint(1) NOT NULL DEFAULT '1'
25051) ENGINE=InnoDB DEFAULT CHARSET=utf8;30782) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2505230783
25053--30784--
25054-- Dumping data for table `logbook_lu_locations`30785-- Dumping data for table `logbook_lu_locations`
25055--30786--
2505630787
25057INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`, `location_active`) VALUES30788INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`, `location_active`) VALUES
25058(1, 'Clinic', 1),30789(1, 'Clinic', 1),
25059(2, 'Ward', 1),30790(2, 'Ward', 1),
25060(3, 'Emergency', 1),30791(3, 'Emergency', 1),
25061(4, 'ICU', 1),30792(4, 'ICU', 1),
25062(5, 'Private Office', 1),30793(5, 'Private Office', 1),
25063(6, 'OR', 1),30794(6, 'OR', 1),
25064(7, 'NICU', 1),30795(7, 'NICU', 1),
25065(8, 'Nursing Home', 1),30796(8, 'Nursing Home', 1),
25066(9, 'Community Site', 1),30797(9, 'Community Site', 1),
25067(10, 'Computer Interactive Case', 1),30798(10, 'Computer Interactive Case', 1),
25068(11, 'Other (provide details in additional comments field)', 1);30799(11, 'Other (provide details in additional comments field)', 1);
2506930800
25070-- --------------------------------------------------------30801-- --------------------------------------------------------
2507130802
25072--30803--
25073-- Table structure for table `logbook_lu_roles`30804-- Table structure for table `logbook_lu_roles`
25074--30805--
2507530806
25076CREATE TABLE `logbook_lu_roles` (30807CREATE TABLE `logbook_lu_roles` (
25077  `lrole_id` int(12) UNSIGNED NOT NULL,30808  `lrole_id` int(12) UNSIGNED NOT NULL,
25078  `role_name` varchar(64) NOT NULL,30809  `role_name` varchar(64) NOT NULL,
25079  `role_description` varchar(255) DEFAULT NULL,30810  `role_description` varchar(255) DEFAULT NULL,
25080  `created_date` bigint(64) NOT NULL,30811  `created_date` bigint(64) NOT NULL,
25081  `created_by` int(12) NOT NULL,30812  `created_by` int(12) NOT NULL,
25082  `updated_date` bigint(64) NOT NULL,30813  `updated_date` bigint(64) NOT NULL,
25083  `updated_by` int(12) NOT NULL,30814  `updated_by` int(12) NOT NULL,
25084  `deleted_date` bigint(64) DEFAULT NULL30815  `deleted_date` bigint(64) DEFAULT NULL
25085) ENGINE=InnoDB DEFAULT CHARSET=utf8;30816) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2508630817
25087--30818--
25088-- Dumping data for table `logbook_lu_roles`30819-- Dumping data for table `logbook_lu_roles`
25089--30820--
2509030821
25091INSERT INTO `logbook_lu_roles` (`lrole_id`, `role_name`, `role_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES30822INSERT INTO `logbook_lu_roles` (`lrole_id`, `role_name`, `role_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
25092(1, 'Observed', 'Participation Level: Observed', 1533328316, 1, 1533328316, 1, NULL),30823(1, 'Observed', 'Participation Level: Observed', 1533328316, 1, 1533328316, 1, NULL),
25093(2, 'Performed with help', 'Participation Level: Performed with help', 1533328316, 1, 1533328316, 1, NULL),30824(2, 'Performed with help', 'Participation Level: Performed with help', 1533328316, 1, 1533328316, 1, NULL),
25094(3, 'Performed independently', 'Participation Level: Performed independently', 1533328316, 1, 1533328316, 1, NULL);30825(3, 'Performed independently', 'Participation Level: Performed independently', 1533328316, 1, 1533328316, 1, NULL);
2509530826
25096-- --------------------------------------------------------30827-- --------------------------------------------------------
2509730828
25098--30829--
25099-- Table structure for table `logbook_lu_sites`30830-- Table structure for table `logbook_lu_sites`
25100--30831--
2510130832
25102CREATE TABLE `logbook_lu_sites` (30833CREATE TABLE `logbook_lu_sites` (
25103  `lsite_id` int(11) NOT NULL,30834  `lsite_id` int(11) NOT NULL,
25104  `site_name` varchar(64) NOT NULL,30835  `site_name` varchar(64) NOT NULL,
25105  `site_active` tinyint(1) NOT NULL DEFAULT '1'30836  `site_active` tinyint(1) NOT NULL DEFAULT '1'
25106) ENGINE=InnoDB DEFAULT CHARSET=utf8;30837) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2510730838
25108--30839--
25109-- Dumping data for table `logbook_lu_sites`30840-- Dumping data for table `logbook_lu_sites`
25110--30841--
2511130842
25112INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_name`, `site_active`) VALUES30843INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_name`, `site_active`) VALUES
25113(1, 'Brockville General Hospital', 1),30844(1, 'Brockville General Hospital', 1),
25114(2, 'Brockville Pyschiatric Hospital', 1),30845(2, 'Brockville Pyschiatric Hospital', 1),
25115(3, 'Hotel Dieu Hospital (Kingston)', 1),30846(3, 'Hotel Dieu Hospital (Kingston)', 1),
25116(4, 'Kingston General Hospital', 1),30847(4, 'Kingston General Hospital', 1),
25117(5, 'Lakeridge Health', 1),30848(5, 'Lakeridge Health', 1),
25118(6, 'Markam Stouffville Hospital', 1),30849(6, 'Markam Stouffville Hospital', 1),
25119(7, 'Perth Family Health Team', 1),30850(7, 'Perth Family Health Team', 1),
25120(8, 'Perth/Smiths Falls District Hospital', 1),30851(8, 'Perth/Smiths Falls District Hospital', 1),
25121(9, 'Peterborough Regional Health Centre', 1),30852(9, 'Peterborough Regional Health Centre', 1),
25122(10, 'Providence Care Centre', 1),30853(10, 'Providence Care Centre', 1),
25123(11, 'Quinte Health Care', 1),30854(11, 'Quinte Health Care', 1),
25124(12, 'Weenebayko General Hospital', 1),30855(12, 'Weenebayko General Hospital', 1),
25125(13, 'Other (provide details in additional comments field)', 1);30856(13, 'Other (provide details in additional comments field)', 1);
2512630857
25127-- --------------------------------------------------------30858-- --------------------------------------------------------
2512830859
25129--30860--
25130-- Table structure for table `logbook_objectives`30861-- Table structure for table `logbook_objectives`
25131--30862--
2513230863
25133CREATE TABLE `logbook_objectives` (30864CREATE TABLE `logbook_objectives` (
25134  `lobjective_id` int(12) UNSIGNED NOT NULL,30865  `lobjective_id` int(12) UNSIGNED NOT NULL,
25135  `objective_id` int(12) UNSIGNED NOT NULL,30866  `objective_id` int(12) UNSIGNED NOT NULL,
25136  `course_id` int(12) UNSIGNED NOT NULL,30867  `course_id` int(12) UNSIGNED NOT NULL,
25137  `cperiod_id` int(11) DEFAULT NULL,30868  `cperiod_id` int(11) DEFAULT NULL,
25138  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30869  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25139  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30870  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25140  `require_reflection` tinyint(1) NOT NULL DEFAULT '0',30871  `require_reflection` tinyint(1) NOT NULL DEFAULT '0',
25141  `require_comments` tinyint(1) NOT NULL DEFAULT '0',30872  `require_comments` tinyint(1) NOT NULL DEFAULT '0',
25142  `require_patient_info` tinyint(1) NOT NULL DEFAULT '0',30873  `require_patient_info` tinyint(1) NOT NULL DEFAULT '0',
25143  `require_environment` tinyint(1) NOT NULL DEFAULT '0',30874  `require_environment` tinyint(1) NOT NULL DEFAULT '0',
25144  `require_observer` tinyint(1) NOT NULL DEFAULT '0',30875  `require_observer` tinyint(1) NOT NULL DEFAULT '0',
25145  `require_role` tinyint(1) NOT NULL DEFAULT '0',30876  `require_role` tinyint(1) NOT NULL DEFAULT '0',
25146  `active` tinyint(1) DEFAULT '1',30877  `active` tinyint(1) DEFAULT '1',
25147  `created_date` bigint(64) NOT NULL,30878  `created_date` bigint(64) NOT NULL,
25148  `created_by` int(12) NOT NULL,30879  `created_by` int(12) NOT NULL,
25149  `updated_date` bigint(64) NOT NULL,30880  `updated_date` bigint(64) NOT NULL,
25150  `updated_by` int(12) NOT NULL,30881  `updated_by` int(12) NOT NULL,
25151  `deleted_date` bigint(64) DEFAULT NULL,30882  `deleted_date` bigint(64) DEFAULT NULL,
25152  `require_time_tracking` bit(1) NOT NULL DEFAULT b'0',30883  `require_time_tracking` bit(1) NOT NULL DEFAULT b'0',
25153  `time_tracking_minimum` int(11) NOT NULL DEFAULT '0'30884  `time_tracking_minimum` int(11) NOT NULL DEFAULT '0'
25154) ENGINE=InnoDB DEFAULT CHARSET=utf8;30885) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2515530886
25156--30887--
25157-- Dumping data for table `logbook_objectives`30888-- Dumping data for table `logbook_objectives`
25158--30889--
2515930890
25160INSERT INTO `logbook_objectives` (`lobjective_id`, `objective_id`, `course_id`, `cperiod_id`, `minimum_required`, `maximum_required`, `require_reflection`, `require_comments`, `require_patient_info`, `require_environment`, `require_observer`, `require_role`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `require_time_tracking`, `time_tracking_minimum`) VALUES30891INSERT INTO `logbook_objectives` (`lobjective_id`, `objective_id`, `course_id`, `cperiod_id`, `minimum_required`, `maximum_required`, `require_reflection`, `require_comments`, `require_patient_info`, `require_environment`, `require_observer`, `require_role`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `require_time_tracking`, `time_tracking_minimum`) VALUES
25161(1, 303, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30892(1, 303, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25162(2, 300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30893(2, 300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25163(3, 299, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30894(3, 299, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25164(4, 296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30895(4, 296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25165(5, 295, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30896(5, 295, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25166(6, 294, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30897(6, 294, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25167(7, 296, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30898(7, 296, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25168(8, 295, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30899(8, 295, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25169(9, 294, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30900(9, 294, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25170(10, 291, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30901(10, 291, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25171(11, 290, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30902(11, 290, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25172(12, 292, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),30903(12, 292, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0),
25173(13, 296, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0);30904(13, 296, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0);
2517430905
25175-- --------------------------------------------------------30906-- --------------------------------------------------------
2517630907
25177--30908--
25178-- Table structure for table `logbook_objective_environments`30909-- Table structure for table `logbook_objective_environments`
25179--30910--
2518030911
25181CREATE TABLE `logbook_objective_environments` (30912CREATE TABLE `logbook_objective_environments` (
25182  `loenvironment_id` int(12) UNSIGNED NOT NULL,30913  `loenvironment_id` int(12) UNSIGNED NOT NULL,
25183  `lobjective_id` int(12) UNSIGNED NOT NULL,30914  `lobjective_id` int(12) UNSIGNED NOT NULL,
25184  `lenvironment_id` int(12) UNSIGNED NOT NULL,30915  `lenvironment_id` int(12) UNSIGNED NOT NULL,
25185  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30916  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25186  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30917  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25187  `created_date` bigint(64) NOT NULL,30918  `created_date` bigint(64) NOT NULL,
25188  `created_by` int(12) NOT NULL,30919  `created_by` int(12) NOT NULL,
25189  `updated_date` bigint(64) NOT NULL,30920  `updated_date` bigint(64) NOT NULL,
25190  `updated_by` int(12) NOT NULL,30921  `updated_by` int(12) NOT NULL,
25191  `deleted_date` bigint(64) DEFAULT NULL30922  `deleted_date` bigint(64) DEFAULT NULL
25192) ENGINE=InnoDB DEFAULT CHARSET=utf8;30923) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2519330924
25194-- --------------------------------------------------------30925-- --------------------------------------------------------
2519530926
25196--30927--
25197-- Table structure for table `logbook_objective_roles`30928-- Table structure for table `logbook_objective_roles`
25198--30929--
2519930930
25200CREATE TABLE `logbook_objective_roles` (30931CREATE TABLE `logbook_objective_roles` (
25201  `lorole_id` int(12) UNSIGNED NOT NULL,30932  `lorole_id` int(12) UNSIGNED NOT NULL,
25202  `lobjective_id` int(12) UNSIGNED NOT NULL,30933  `lobjective_id` int(12) UNSIGNED NOT NULL,
25203  `lrole_id` int(12) UNSIGNED NOT NULL,30934  `lrole_id` int(12) UNSIGNED NOT NULL,
25204  `label` varchar(64) DEFAULT NULL,30935  `label` varchar(64) DEFAULT NULL,
25205  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30936  `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25206  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',30937  `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0',
25207  `created_date` bigint(64) NOT NULL,30938  `created_date` bigint(64) NOT NULL,
25208  `created_by` int(12) NOT NULL,30939  `created_by` int(12) NOT NULL,
25209  `updated_date` bigint(64) NOT NULL,30940  `updated_date` bigint(64) NOT NULL,
25210  `updated_by` int(12) NOT NULL,30941  `updated_by` int(12) NOT NULL,
25211  `deleted_date` bigint(64) DEFAULT NULL30942  `deleted_date` bigint(64) DEFAULT NULL
25212) ENGINE=InnoDB DEFAULT CHARSET=utf8;30943) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2521330944
25214-- --------------------------------------------------------30945-- --------------------------------------------------------
2521530946
25216--30947--
25217-- Table structure for table `lotteries`30948-- Table structure for table `lotteries`
25218--30949--
2521930950
25220CREATE TABLE `lotteries` (30951CREATE TABLE `lotteries` (
25221  `lottery_id` int(12) NOT NULL,30952  `lottery_id` int(12) NOT NULL,
25222  `cperiod_id` int(12) NOT NULL,30953  `cperiod_id` int(12) NOT NULL,
25223  `schedule_draft_id` int(11) UNSIGNED NOT NULL,30954  `schedule_draft_id` int(11) UNSIGNED NOT NULL,
25224  `title` varchar(45) DEFAULT NULL,30955  `title` varchar(45) DEFAULT NULL,
25225  `available_on` bigint(64) DEFAULT NULL,30956  `available_on` bigint(64) DEFAULT NULL,
25226  `created_date` bigint(64) DEFAULT NULL,30957  `created_date` bigint(64) DEFAULT NULL,
25227  `updated_date` bigint(64) DEFAULT NULL,30958  `updated_date` bigint(64) DEFAULT NULL,
25228  `deleted_date` bigint(64) DEFAULT NULL,30959  `deleted_date` bigint(64) DEFAULT NULL,
25229  `status` enum('draft','published') NOT NULL DEFAULT 'draft',30960  `status` enum('draft','published') NOT NULL DEFAULT 'draft',
25230  `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',30961  `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
25231  `created_by` int(12) UNSIGNED DEFAULT NULL,30962  `created_by` int(12) UNSIGNED DEFAULT NULL,
25232  `updated_by` int(12) UNSIGNED DEFAULT NULL30963  `updated_by` int(12) UNSIGNED DEFAULT NULL
25233) ENGINE=InnoDB DEFAULT CHARSET=latin1;30964) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2523430965
25235--30966--
25236-- Dumping data for table `lotteries`30967-- Dumping data for table `lotteries`
25237--30968--
2523830969
25239INSERT INTO `lotteries` (`lottery_id`, `cperiod_id`, `schedule_draft_id`, `title`, `available_on`, `created_date`, `updated_date`, `deleted_date`, `status`, `visible`, `created_by`, `updated_by`) VALUES30970INSERT INTO `lotteries` (`lottery_id`, `cperiod_id`, `schedule_draft_id`, `title`, `available_on`, `created_date`, `updated_date`, `deleted_date`, `status`, `visible`, `created_by`, `updated_by`) VALUES
25240(1, 3, 4, 'Test Lottery 1', 1685381586, 1685381586, 1685381586, NULL, 'draft', 0, 1, 1),30971(1, 3, 4, 'Test Lottery 1', 1685381586, 1685381586, 1685381586, NULL, 'draft', 0, 1, 1),
25241(2, 3, 4, 'Test Lottery 2', 1685381587, 1685381587, 1685381587, NULL, 'draft', 1, 1, 1),30972(2, 3, 4, 'Test Lottery 2', 1685381587, 1685381587, 1685381587, NULL, 'draft', 1, 1, 1),
25242(3, 3, 4, 'Test Lottery 3', 1685381588, 1685381588, 1685381588, NULL, 'draft', 0, 1, 1),30973(3, 3, 4, 'Test Lottery 3', 1685381588, 1685381588, 1685381588, NULL, 'draft', 0, 1, 1),
25243(4, 3, 4, 'Test Lottery 4', 1685385186, 1685381589, 1685381589, NULL, 'draft', 1, 1, 1),30974(4, 3, 4, 'Test Lottery 4', 1685385186, 1685381589, 1685381589, NULL, 'draft', 1, 1, 1),
25244(5, 3, 1, 'Test Lottery 5', 1685385186, 1685381590, 1685381590, NULL, 'draft', 1, 1, 1),30975(5, 3, 1, 'Test Lottery 5', 1685385186, 1685381590, 1685381590, NULL, 'draft', 1, 1, 1),
25245(6, 3, 4, 'Test Lottery 6', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1),30976(6, 3, 4, 'Test Lottery 6', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1),
25246(7, 3, 4, 'Test Lottery 7', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1),30977(7, 3, 4, 'Test Lottery 7', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1),
25247(9, 34, 6, 'Simple Test Lottery 9', 1685381586, 1685381586, 1685381586, NULL, 'draft', 1, 1, 1),30978(9, 34, 6, 'Simple Test Lottery 9', 1685381586, 1685381586, 1685381586, NULL, 'draft', 1, 1, 1),
25248(11, 33, 5, 'Test Lottery 8', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1);30979(11, 33, 5, 'Test Lottery 8', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1);
2524930980
25250-- --------------------------------------------------------30981-- --------------------------------------------------------
2525130982
25252--30983--
25253-- Table structure for table `lottery_exclusions`30984-- Table structure for table `lottery_exclusions`
25254--30985--
2525530986
25256CREATE TABLE `lottery_exclusions` (30987CREATE TABLE `lottery_exclusions` (
25257  `lottery_exclusion_id` int(10) UNSIGNED NOT NULL,30988  `lottery_exclusion_id` int(10) UNSIGNED NOT NULL,
25258  `proxy_id` int(12) UNSIGNED NOT NULL,30989  `proxy_id` int(12) UNSIGNED NOT NULL,
25259  `exclusion_type` enum('opt-out','exclusion') NOT NULL,30990  `exclusion_type` enum('opt-out','exclusion') NOT NULL,
25260  `resource_type` enum('lottery_id','stage_id','schedule_id') NOT NULL,30991  `resource_type` enum('lottery_id','stage_id','schedule_id') NOT NULL,
25261  `resource_id` int(10) UNSIGNED NOT NULL,30992  `resource_id` int(10) UNSIGNED NOT NULL,
25262  `created_by` int(10) UNSIGNED NOT NULL,30993  `created_by` int(10) UNSIGNED NOT NULL,
25263  `created_date` bigint(64) UNSIGNED NOT NULL,30994  `created_date` bigint(64) UNSIGNED NOT NULL,
25264  `updated_by` int(10) UNSIGNED DEFAULT NULL,30995  `updated_by` int(10) UNSIGNED DEFAULT NULL,
25265  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,30996  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
25266  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL30997  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
25267) ENGINE=InnoDB DEFAULT CHARSET=latin1;30998) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2526830999
25269--31000--
25270-- Dumping data for table `lottery_exclusions`31001-- Dumping data for table `lottery_exclusions`
25271--31002--
2527231003
25273INSERT INTO `lottery_exclusions` (`lottery_exclusion_id`, `proxy_id`, `exclusion_type`, `resource_type`, `resource_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES31004INSERT INTO `lottery_exclusions` (`lottery_exclusion_id`, `proxy_id`, `exclusion_type`, `resource_type`, `resource_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES
25274(1, 4, 'exclusion', 'lottery_id', 4, 4, 1685381586, 4, 1685381586, NULL),31005(1, 4, 'exclusion', 'lottery_id', 4, 4, 1685381586, 4, 1685381586, NULL),
25275(2, 2, 'opt-out', 'schedule_id', 80, 2, 1685381586, 2, 1685381586, NULL);31006(2, 2, 'opt-out', 'schedule_id', 80, 2, 1685381586, 2, 1685381586, NULL);
2527631007
25277-- --------------------------------------------------------31008-- --------------------------------------------------------
2527831009
25279--31010--
25280-- Table structure for table `lottery_job_submissions`31011-- Table structure for table `lottery_job_submissions`
25281--31012--
2528231013
25283CREATE TABLE `lottery_job_submissions` (31014CREATE TABLE `lottery_job_submissions` (
25284  `submission_id` int(12) NOT NULL,31015  `submission_id` int(12) NOT NULL,
25285  `submission_type` varchar(50) DEFAULT NULL,31016  `submission_type` varchar(50) DEFAULT NULL,
25286  `entity_type` varchar(50) DEFAULT NULL,31017  `entity_type` varchar(50) DEFAULT NULL,
25287  `entity_id` int(12) NOT NULL,31018  `entity_id` int(12) NOT NULL,
25288  `submitted_by` int(12) DEFAULT NULL,31019  `submitted_by` int(12) DEFAULT NULL,
25289  `status` varchar(25) DEFAULT NULL,31020  `status` varchar(25) DEFAULT NULL,
25290  `executed_date` bigint(64) DEFAULT NULL,31021  `executed_date` bigint(64) DEFAULT NULL,
25291  `finished_date` bigint(64) DEFAULT NULL,31022  `finished_date` bigint(64) DEFAULT NULL,
25292  `message` text31023  `message` text
25293) ENGINE=InnoDB DEFAULT CHARSET=latin1;31024) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2529431025
25295-- --------------------------------------------------------31026-- --------------------------------------------------------
2529631027
25297--31028--
25298-- Table structure for table `lottery_learner_rankings`31029-- Table structure for table `lottery_learner_rankings`
25299--31030--
2530031031
25301CREATE TABLE `lottery_learner_rankings` (31032CREATE TABLE `lottery_learner_rankings` (
25302  `ranking_id` int(12) NOT NULL,31033  `ranking_id` int(12) NOT NULL,
25303  `option_id` int(12) NOT NULL,31034  `option_id` int(12) NOT NULL,
25304  `stage_id` int(12) NOT NULL,31035  `stage_id` int(12) NOT NULL,
25305  `phase_id` int(12) NOT NULL,31036  `phase_id` int(12) NOT NULL,
25306  `proxy_id` int(11) NOT NULL,31037  `proxy_id` int(11) NOT NULL,
25307  `rank` int(3) NOT NULL,31038  `rank` int(3) NOT NULL,
25308  `created_date` bigint(64) DEFAULT NULL,31039  `created_date` bigint(64) DEFAULT NULL,
25309  `updated_date` bigint(64) DEFAULT NULL31040  `updated_date` bigint(64) DEFAULT NULL
25310) ENGINE=InnoDB DEFAULT CHARSET=latin1;31041) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2531131042
25312-- --------------------------------------------------------31043-- --------------------------------------------------------
2531331044
25314--31045--
25315-- Table structure for table `lottery_rotation_options`31046-- Table structure for table `lottery_rotation_options`
25316--31047--
2531731048
25318CREATE TABLE `lottery_rotation_options` (31049CREATE TABLE `lottery_rotation_options` (
25319  `option_id` int(12) NOT NULL,31050  `option_id` int(12) NOT NULL,
25320  `option_no` varchar(128) DEFAULT NULL,31051  `option_no` varchar(128) DEFAULT NULL,
25321  `stage_id` int(12) NOT NULL,31052  `stage_id` int(12) NOT NULL,
25322  `created_date` bigint(64) DEFAULT NULL,31053  `created_date` bigint(64) DEFAULT NULL,
25323  `updated_date` bigint(64) DEFAULT NULL,31054  `updated_date` bigint(64) DEFAULT NULL,
25324  `deleted_date` bigint(64) DEFAULT NULL31055  `deleted_date` bigint(64) DEFAULT NULL
25325) ENGINE=InnoDB DEFAULT CHARSET=latin1;31056) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2532631057
25327--31058--
25328-- Dumping data for table `lottery_rotation_options`31059-- Dumping data for table `lottery_rotation_options`
25329--31060--
2533031061
25331INSERT INTO `lottery_rotation_options` (`option_id`, `option_no`, `stage_id`, `created_date`, `updated_date`, `deleted_date`) VALUES31062INSERT INTO `lottery_rotation_options` (`option_id`, `option_no`, `stage_id`, `created_date`, `updated_date`, `deleted_date`) VALUES
25332(1, '1', 1, 1685381586, 1685381586, NULL),31063(1, '1', 1, 1685381586, 1685381586, NULL),
25333(2, '2', 1, 1685381586, 1685381586, NULL),31064(2, '2', 1, 1685381586, 1685381586, NULL),
25334(3, '3', 1, 1685381586, 1685381586, NULL),31065(3, '3', 1, 1685381586, 1685381586, NULL),
25335(4, '4', 1, 1685381586, 1685381586, NULL),31066(4, '4', 1, 1685381586, 1685381586, NULL),
25336(5, '5', 1, 1685381586, 1685381586, NULL),31067(5, '5', 1, 1685381586, 1685381586, NULL),
25337(6, '6', 1, 1685381586, 1685381586, NULL),31068(6, '6', 1, 1685381586, 1685381586, NULL),
25338(21, '1', 4, 1685381586, 1685381586, NULL),31069(21, '1', 4, 1685381586, 1685381586, NULL),
25339(22, '2', 4, 1685381586, 1685381586, NULL),31070(22, '2', 4, 1685381586, 1685381586, NULL),
25340(23, '3', 4, 1685381586, 1685381586, NULL),31071(23, '3', 4, 1685381586, 1685381586, NULL),
25341(24, '4', 4, 1685381586, 1685381586, NULL),31072(24, '4', 4, 1685381586, 1685381586, NULL),
25342(25, '5', 4, 1685381586, 1685381586, NULL),31073(25, '5', 4, 1685381586, 1685381586, NULL),
25343(26, '6', 4, 1685381586, 1685381586, NULL),31074(26, '6', 4, 1685381586, 1685381586, NULL),
25344(27, '1', 7, 1685381586, 1685381586, NULL),31075(27, '1', 7, 1685381586, 1685381586, NULL),
25345(28, '2', 7, 1685381586, 1685381586, NULL),31076(28, '2', 7, 1685381586, 1685381586, NULL),
25346(29, '3', 7, 1685381586, 1685381586, NULL),31077(29, '3', 7, 1685381586, 1685381586, NULL),
25347(30, '4', 7, 1685381586, 1685381586, NULL),31078(30, '4', 7, 1685381586, 1685381586, NULL),
25348(31, '5', 7, 1685381586, 1685381586, NULL),31079(31, '5', 7, 1685381586, 1685381586, NULL),
25349(32, '6', 7, 1685381586, 1685381586, NULL),31080(32, '6', 7, 1685381586, 1685381586, NULL),
25350(33, '1', 9, 1685381586, 1685381586, NULL),31081(33, '1', 9, 1685381586, 1685381586, NULL),
25351(34, '2', 9, 1685381586, 1685381586, NULL),31082(34, '2', 9, 1685381586, 1685381586, NULL),
25352(35, '3', 9, 1685381586, 1685381586, NULL),31083(35, '3', 9, 1685381586, 1685381586, NULL),
25353(36, '4', 9, 1685381586, 1685381586, NULL),31084(36, '4', 9, 1685381586, 1685381586, NULL),
25354(37, '5', 9, 1685381586, 1685381586, NULL),31085(37, '5', 9, 1685381586, 1685381586, NULL),
25355(38, '6', 9, 1685381586, 1685381586, NULL),31086(38, '6', 9, 1685381586, 1685381586, NULL),
25356(39, '1', 12, 1685381586, 1685381586, NULL),31087(39, '1', 12, 1685381586, 1685381586, NULL),
25357(40, '2', 12, 1685381586, 1685381586, NULL),31088(40, '2', 12, 1685381586, 1685381586, NULL),
25358(41, '3', 12, 1685381586, 1685381586, NULL),31089(41, '3', 12, 1685381586, 1685381586, NULL),
25359(42, '4', 12, 1685381586, 1685381586, NULL),31090(42, '4', 12, 1685381586, 1685381586, NULL),
25360(43, '5', 12, 1685381586, 1685381586, NULL),31091(43, '5', 12, 1685381586, 1685381586, NULL),
25361(44, '6', 12, 1685381586, 1685381586, NULL),31092(44, '6', 12, 1685381586, 1685381586, NULL),
25362(45, '7', 12, 1685381586, 1685381586, NULL),31093(45, '7', 12, 1685381586, 1685381586, NULL),
25363(46, '8', 12, 1685381586, 1685381586, NULL),31094(46, '8', 12, 1685381586, 1685381586, NULL),
25364(47, '9', 12, 1685381586, 1685381586, NULL),31095(47, '9', 12, 1685381586, 1685381586, NULL),
25365(48, '10', 12, 1685381586, 1685381586, NULL),31096(48, '10', 12, 1685381586, 1685381586, NULL),
25366(49, '11', 12, 1685381586, 1685381586, NULL),31097(49, '11', 12, 1685381586, 1685381586, NULL),
25367(50, '12', 12, 1685381586, 1685381586, NULL),31098(50, '12', 12, 1685381586, 1685381586, NULL),
25368(51, '13', 12, 1685381586, 1685381586, NULL),31099(51, '13', 12, 1685381586, 1685381586, NULL),
25369(52, '14', 12, 1685381586, 1685381586, NULL),31100(52, '14', 12, 1685381586, 1685381586, NULL),
25370(53, 'OPTION 1', 17, 1685381586, 1685381586, NULL),31101(53, 'OPTION 1', 17, 1685381586, 1685381586, NULL),
25371(54, 'OPTION 2', 17, 1685381586, 1685381586, NULL),31102(54, 'OPTION 2', 17, 1685381586, 1685381586, NULL),
25372(55, 'OPTION 3', 17, 1685381586, 1685381586, NULL),31103(55, 'OPTION 3', 17, 1685381586, 1685381586, NULL),
25373(56, 'OPTION 4', 17, 1685381586, 1685381586, NULL),31104(56, 'OPTION 4', 17, 1685381586, 1685381586, NULL),
25374(57, 'OPTION 5', 17, 1685381586, 1685381586, NULL),31105(57, 'OPTION 5', 17, 1685381586, 1685381586, NULL),
25375(58, 'OPTION 6', 17, 1685381586, 1685381586, NULL),31106(58, 'OPTION 6', 17, 1685381586, 1685381586, NULL),
25376(59, 'OPTION 1', 14, 1685381586, 1685381586, NULL),31107(59, 'OPTION 1', 14, 1685381586, 1685381586, NULL),
25377(60, 'OPTION 2', 14, 1685381586, 1685381586, NULL),31108(60, 'OPTION 2', 14, 1685381586, 1685381586, NULL),
25378(61, 'OPTION 3', 14, 1685381586, 1685381586, NULL),31109(61, 'OPTION 3', 14, 1685381586, 1685381586, NULL),
25379(62, '15', 18, 1685381586, 1685381586, NULL),31110(62, '15', 18, 1685381586, 1685381586, NULL),
25380(63, '16', 18, 1685381586, 1685381586, NULL),31111(63, '16', 18, 1685381586, 1685381586, NULL),
25381(64, '17', 18, 1685381586, 1685381586, NULL),31112(64, '17', 18, 1685381586, 1685381586, NULL),
25382(65, '18', 18, 1685381586, 1685381586, NULL);31113(65, '18', 18, 1685381586, 1685381586, NULL);
2538331114
25384-- --------------------------------------------------------31115-- --------------------------------------------------------
2538531116
25386--31117--
25387-- Table structure for table `lottery_rotation_options_block_swap_requests`31118-- Table structure for table `lottery_rotation_options_block_swap_requests`
25388--31119--
2538931120
25390CREATE TABLE `lottery_rotation_options_block_swap_requests` (31121CREATE TABLE `lottery_rotation_options_block_swap_requests` (
25391  `lrobs_request_id` int(11) UNSIGNED NOT NULL,31122  `lrobs_request_id` int(11) UNSIGNED NOT NULL,
25392  `block_id` int(11) UNSIGNED NOT NULL,31123  `block_id` int(11) UNSIGNED NOT NULL,
25393  `requested_slot_id` int(11) UNSIGNED NOT NULL,31124  `requested_slot_id` int(11) UNSIGNED NOT NULL,
25394  `proxy_id` int(11) NOT NULL,31125  `proxy_id` int(11) NOT NULL,
25395  `status` enum('pending','accepted','cancelled') NOT NULL,31126  `status` enum('pending','accepted','cancelled') NOT NULL,
25396  `accepted_by` int(11) DEFAULT NULL,31127  `accepted_by` int(11) DEFAULT NULL,
25397  `accepted_date` bigint(64) DEFAULT NULL,31128  `accepted_date` bigint(64) DEFAULT NULL,
25398  `created_date` bigint(64) NOT NULL,31129  `created_date` bigint(64) NOT NULL,
25399  `created_by` int(11) NOT NULL,31130  `created_by` int(11) NOT NULL,
25400  `updated_date` bigint(64) NOT NULL,31131  `updated_date` bigint(64) NOT NULL,
25401  `updated_by` int(11) NOT NULL,31132  `updated_by` int(11) NOT NULL,
25402  `deleted_date` bigint(64) DEFAULT NULL31133  `deleted_date` bigint(64) DEFAULT NULL
25403) ENGINE=InnoDB DEFAULT CHARSET=latin1;31134) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2540431135
25405--31136--
25406-- Dumping data for table `lottery_rotation_options_block_swap_requests`31137-- Dumping data for table `lottery_rotation_options_block_swap_requests`
25407--31138--
2540831139
25409INSERT INTO `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`, `block_id`, `requested_slot_id`, `proxy_id`, `status`, `accepted_by`, `accepted_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES31140INSERT INTO `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`, `block_id`, `requested_slot_id`, `proxy_id`, `status`, `accepted_by`, `accepted_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
25410(1, 79, 35, 2, 'pending', NULL, NULL, 1685381586, 1, 1685381586, 2, NULL),31141(1, 79, 35, 2, 'pending', NULL, NULL, 1685381586, 1, 1685381586, 2, NULL),
25411(2, 85, 31, 2, 'cancelled', NULL, NULL, 1685381586, 1, 1685381586, 2, 1685381586),31142(2, 85, 31, 2, 'cancelled', NULL, NULL, 1685381586, 1, 1685381586, 2, 1685381586),
25412(3, 79, 35, 2, 'accepted', 3, 1685381586, 1685381586, 1, 1685381586, 2, NULL),31143(3, 79, 35, 2, 'accepted', 3, 1685381586, 1685381586, 1, 1685381586, 2, NULL),
25413(4, 79, 35, 4, 'pending', NULL, NULL, 1685381586, 4, 1685381586, 4, NULL),31144(4, 79, 35, 4, 'pending', NULL, NULL, 1685381586, 4, 1685381586, 4, NULL),
25414(5, 80, 33, 3, 'pending', NULL, NULL, 1685381586, 3, 1685381586, 3, NULL);31145(5, 80, 33, 3, 'pending', NULL, NULL, 1685381586, 3, 1685381586, 3, NULL);
2541531146
25416-- --------------------------------------------------------31147-- --------------------------------------------------------
2541731148
25418--31149--
25419-- Table structure for table `lottery_rotation_options_block_swap_request_denials`31150-- Table structure for table `lottery_rotation_options_block_swap_request_denials`
25420--31151--
2542131152
25422CREATE TABLE `lottery_rotation_options_block_swap_request_denials` (31153CREATE TABLE `lottery_rotation_options_block_swap_request_denials` (
25423  `lrobsr_denial_id` int(12) UNSIGNED NOT NULL,31154  `lrobsr_denial_id` int(12) UNSIGNED NOT NULL,
25424  `lrobs_request_id` int(12) UNSIGNED DEFAULT NULL,31155  `lrobs_request_id` int(12) UNSIGNED DEFAULT NULL,
25425  `proxy_id` int(12) UNSIGNED DEFAULT NULL,31156  `proxy_id` int(12) UNSIGNED DEFAULT NULL,
25426  `created_date` bigint(64) DEFAULT NULL31157  `created_date` bigint(64) DEFAULT NULL
25427) ENGINE=InnoDB DEFAULT CHARSET=latin1;31158) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2542831159
25429--31160--
25430-- Dumping data for table `lottery_rotation_options_block_swap_request_denials`31161-- Dumping data for table `lottery_rotation_options_block_swap_request_denials`
25431--31162--
2543231163
25433INSERT INTO `lottery_rotation_options_block_swap_request_denials` (`lrobsr_denial_id`, `lrobs_request_id`, `proxy_id`, `created_date`) VALUES31164INSERT INTO `lottery_rotation_options_block_swap_request_denials` (`lrobsr_denial_id`, `lrobs_request_id`, `proxy_id`, `created_date`) VALUES
25434(1, 4, 3, 1685381586);31165(1, 4, 3, 1685381586);
2543531166
25436-- --------------------------------------------------------31167-- --------------------------------------------------------
2543731168
25438--31169--
25439-- Table structure for table `lottery_rotation_options_swap_requests`31170-- Table structure for table `lottery_rotation_options_swap_requests`
25440--31171--
2544131172
25442CREATE TABLE `lottery_rotation_options_swap_requests` (31173CREATE TABLE `lottery_rotation_options_swap_requests` (
25443  `lros_request_id` int(11) UNSIGNED NOT NULL,31174  `lros_request_id` int(11) UNSIGNED NOT NULL,
25444  `rotation_options_id` int(11) NOT NULL,31175  `rotation_options_id` int(11) NOT NULL,
25445  `requested_rotation_options_id` int(11) NOT NULL,31176  `requested_rotation_options_id` int(11) NOT NULL,
25446  `proxy_id` int(11) NOT NULL,31177  `proxy_id` int(11) NOT NULL,
25447  `status` enum('pending','accepted','cancelled') NOT NULL,31178  `status` enum('pending','accepted','cancelled') NOT NULL,
25448  `created_date` bigint(64) NOT NULL,31179  `created_date` bigint(64) NOT NULL,
25449  `updated_date` bigint(64) NOT NULL,31180  `updated_date` bigint(64) NOT NULL,
25450  `deleted_date` bigint(64) DEFAULT NULL,31181  `deleted_date` bigint(64) DEFAULT NULL,
25451  `created_by` int(11) NOT NULL,31182  `created_by` int(11) NOT NULL,
25452  `updated_by` int(11) NOT NULL,31183  `updated_by` int(11) NOT NULL,
25453  `accepted_by` int(11) DEFAULT NULL,31184  `accepted_by` int(11) DEFAULT NULL,
25454  `accepted_date` bigint(64) DEFAULT NULL31185  `accepted_date` bigint(64) DEFAULT NULL
25455) ENGINE=InnoDB DEFAULT CHARSET=utf8;31186) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2545631187
25457--31188--
25458-- Dumping data for table `lottery_rotation_options_swap_requests`31189-- Dumping data for table `lottery_rotation_options_swap_requests`
25459--31190--
2546031191
25461INSERT INTO `lottery_rotation_options_swap_requests` (`lros_request_id`, `rotation_options_id`, `requested_rotation_options_id`, `proxy_id`, `status`, `created_date`, `updated_date`, `deleted_date`, `created_by`, `updated_by`, `accepted_by`, `accepted_date`) VALUES31192INSERT INTO `lottery_rotation_options_swap_requests` (`lros_request_id`, `rotation_options_id`, `requested_rotation_options_id`, `proxy_id`, `status`, `created_date`, `updated_date`, `deleted_date`, `created_by`, `updated_by`, `accepted_by`, `accepted_date`) VALUES
25462(1, 27, 28, 2, 'pending', 1685381586, 1685381586, NULL, 2, 2, NULL, NULL),31193(1, 27, 28, 2, 'pending', 1685381586, 1685381586, NULL, 2, 2, NULL, NULL),
25463(2, 31, 28, 3, 'pending', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL),31194(2, 31, 28, 3, 'pending', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL),
25464(3, 31, 28, 3, 'accepted', 1685381586, 1685381586, NULL, 3, 3, 4, 1685381586),31195(3, 31, 28, 3, 'accepted', 1685381586, 1685381586, NULL, 3, 3, 4, 1685381586),
25465(4, 31, 28, 3, 'pending', 1685381586, 1685381586, 1685381586, 3, 3, NULL, NULL),31196(4, 31, 28, 3, 'pending', 1685381586, 1685381586, 1685381586, 3, 3, NULL, NULL),
25466(5, 31, 28, 3, 'cancelled', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL);31197(5, 31, 28, 3, 'cancelled', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL);
2546731198
25468-- --------------------------------------------------------31199-- --------------------------------------------------------
2546931200
25470--31201--
25471-- Table structure for table `lottery_rotation_options_swap_request_denials`31202-- Table structure for table `lottery_rotation_options_swap_request_denials`
25472--31203--
2547331204
25474CREATE TABLE `lottery_rotation_options_swap_request_denials` (31205CREATE TABLE `lottery_rotation_options_swap_request_denials` (
25475  `lrosr_denial_id` int(11) NOT NULL,31206  `lrosr_denial_id` int(11) NOT NULL,
25476  `lros_request_id` int(11) DEFAULT NULL,31207  `lros_request_id` int(11) DEFAULT NULL,
25477  `proxy_id` int(11) DEFAULT NULL,31208  `proxy_id` int(11) DEFAULT NULL,
25478  `created_date` bigint(64) DEFAULT NULL31209  `created_date` bigint(64) DEFAULT NULL
25479) ENGINE=InnoDB DEFAULT CHARSET=utf8;31210) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2548031211
25481-- --------------------------------------------------------31212-- --------------------------------------------------------
2548231213
25483--31214--
25484-- Table structure for table `lottery_rotation_option_slots`31215-- Table structure for table `lottery_rotation_option_slots`
25485--31216--
2548631217
25487CREATE TABLE `lottery_rotation_option_slots` (31218CREATE TABLE `lottery_rotation_option_slots` (
25488  `option_slot_id` int(12) UNSIGNED NOT NULL,31219  `option_slot_id` int(12) UNSIGNED NOT NULL,
25489  `option_id` int(12) NOT NULL,31220  `option_id` int(12) NOT NULL,
25490  `slot_id` int(11) UNSIGNED NOT NULL31221  `slot_id` int(11) UNSIGNED NOT NULL
25491) ENGINE=InnoDB DEFAULT CHARSET=latin1;31222) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2549231223
25493--31224--
25494-- Dumping data for table `lottery_rotation_option_slots`31225-- Dumping data for table `lottery_rotation_option_slots`
25495--31226--
2549631227
25497INSERT INTO `lottery_rotation_option_slots` (`option_slot_id`, `option_id`, `slot_id`) VALUES31228INSERT INTO `lottery_rotation_option_slots` (`option_slot_id`, `option_id`, `slot_id`) VALUES
25498(55, 1, 26),31229(55, 1, 26),
25499(56, 1, 30),31230(56, 1, 30),
25500(57, 1, 34),31231(57, 1, 34),
25501(58, 2, 26),31232(58, 2, 26),
25502(60, 2, 31),31233(60, 2, 31),
25503(59, 2, 33),31234(59, 2, 33),
25504(62, 3, 27),31235(62, 3, 27),
25505(61, 3, 29),31236(61, 3, 29),
25506(63, 3, 34),31237(63, 3, 34),
25507(64, 4, 29),31238(64, 4, 29),
25508(66, 4, 31),31239(66, 4, 31),
25509(65, 4, 33),31240(65, 4, 33),
25510(69, 5, 28),31241(69, 5, 28),
25511(68, 5, 30),31242(68, 5, 30),
25512(67, 5, 32),31243(67, 5, 32),
25513(71, 6, 27),31244(71, 6, 27),
25514(72, 6, 31),31245(72, 6, 31),
25515(70, 6, 32),31246(70, 6, 32),
25516(1, 21, 26),31247(1, 21, 26),
25517(2, 21, 30),31248(2, 21, 30),
25518(3, 21, 34),31249(3, 21, 34),
25519(4, 22, 26),31250(4, 22, 26),
25520(6, 22, 31),31251(6, 22, 31),
25521(5, 22, 33),31252(5, 22, 33),
25522(8, 23, 27),31253(8, 23, 27),
25523(7, 23, 29),31254(7, 23, 29),
25524(9, 23, 34),31255(9, 23, 34),
25525(10, 24, 29),31256(10, 24, 29),
25526(12, 24, 31),31257(12, 24, 31),
25527(11, 24, 33),31258(11, 24, 33),
25528(15, 25, 28),31259(15, 25, 28),
25529(14, 25, 30),31260(14, 25, 30),
25530(13, 25, 32),31261(13, 25, 32),
25531(17, 26, 27),31262(17, 26, 27),
25532(18, 26, 31),31263(18, 26, 31),
25533(16, 26, 32),31264(16, 26, 32),
25534(20, 27, 30),31265(20, 27, 30),
25535(21, 27, 34),31266(21, 27, 34),
25536(19, 27, 35),31267(19, 27, 35),
25537(22, 28, 26),31268(22, 28, 26),
25538(24, 28, 31),31269(24, 28, 31),
25539(23, 28, 33),31270(23, 28, 33),
25540(26, 29, 27),31271(26, 29, 27),
25541(25, 29, 29),31272(25, 29, 29),
25542(27, 29, 34),31273(27, 29, 34),
25543(28, 30, 29),31274(28, 30, 29),
25544(30, 30, 31),31275(30, 30, 31),
25545(29, 30, 33),31276(29, 30, 33),
25546(33, 31, 28),31277(33, 31, 28),
25547(32, 31, 30),31278(32, 31, 30),
25548(31, 31, 32),31279(31, 31, 32),
25549(35, 32, 27),31280(35, 32, 27),
25550(36, 32, 31),31281(36, 32, 31),
25551(34, 32, 32),31282(34, 32, 32),
25552(37, 33, 26),31283(37, 33, 26),
25553(38, 33, 30),31284(38, 33, 30),
25554(39, 33, 34),31285(39, 33, 34),
25555(40, 34, 26),31286(40, 34, 26),
25556(42, 34, 31),31287(42, 34, 31),
25557(41, 34, 33),31288(41, 34, 33),
25558(44, 35, 27),31289(44, 35, 27),
25559(43, 35, 29),31290(43, 35, 29),
25560(45, 35, 34),31291(45, 35, 34),
25561(48, 36, 28),31292(48, 36, 28),
25562(46, 36, 29),31293(46, 36, 29),
25563(47, 36, 33),31294(47, 36, 33),
25564(50, 37, 27),31295(50, 37, 27),
25565(51, 37, 31),31296(51, 37, 31),
25566(49, 37, 32),31297(49, 37, 32),
25567(54, 38, 28),31298(54, 38, 28),
25568(53, 38, 30),31299(53, 38, 30),
25569(52, 38, 32),31300(52, 38, 32),
25570(73, 39, 26),31301(73, 39, 26),
25571(74, 39, 30),31302(74, 39, 30),
25572(75, 39, 34),31303(75, 39, 34),
25573(76, 40, 26),31304(76, 40, 26),
25574(78, 40, 31),31305(78, 40, 31),
25575(77, 40, 33),31306(77, 40, 33),
25576(80, 41, 27),31307(80, 41, 27),
25577(79, 41, 29),31308(79, 41, 29),
25578(81, 41, 34),31309(81, 41, 34),
25579(82, 42, 29),31310(82, 42, 29),
25580(84, 42, 31),31311(84, 42, 31),
25581(83, 42, 33),31312(83, 42, 33),
25582(87, 43, 28),31313(87, 43, 28),
25583(86, 43, 30),31314(86, 43, 30),
25584(85, 43, 32),31315(85, 43, 32),
25585(89, 44, 27),31316(89, 44, 27),
25586(90, 44, 31),31317(90, 44, 31),
25587(88, 44, 32),31318(88, 44, 32),
25588(91, 45, 36),31319(91, 45, 36),
25589(94, 45, 39),31320(94, 45, 39),
25590(92, 45, 43),31321(92, 45, 43),
25591(95, 45, 46),31322(95, 45, 46),
25592(93, 45, 50),31323(93, 45, 50),
25593(96, 45, 53),31324(96, 45, 53),
25594(99, 46, 38),31325(99, 46, 38),
25595(102, 46, 41),31326(102, 46, 41),
25596(97, 46, 42),31327(97, 46, 42),
25597(100, 46, 45),31328(100, 46, 45),
25598(98, 46, 49),31329(98, 46, 49),
25599(101, 46, 52),31330(101, 46, 52),
25600(104, 47, 37),31331(104, 47, 37),
25601(107, 47, 40),31332(107, 47, 40),
25602(105, 47, 44),31333(105, 47, 44),
25603(108, 47, 47),31334(108, 47, 47),
25604(103, 47, 48),31335(103, 47, 48),
25605(106, 47, 51),31336(106, 47, 51),
25606(109, 48, 36),31337(109, 48, 36),
25607(112, 48, 39),31338(112, 48, 39),
25608(111, 48, 44),31339(111, 48, 44),
25609(114, 48, 47),31340(114, 48, 47),
25610(110, 48, 49),31341(110, 48, 49),
25611(113, 48, 52),31342(113, 48, 52),
25612(119, 49, 40),31343(119, 49, 40),
25613(120, 49, 41),31344(120, 49, 41),
25614(115, 49, 42),31345(115, 49, 42),
25615(116, 49, 43),31346(116, 49, 43),
25616(117, 49, 50),31347(117, 49, 50),
25617(118, 49, 51),31348(118, 49, 51),
25618(125, 50, 40),31349(125, 50, 40),
25619(126, 50, 41),31350(126, 50, 41),
25620(123, 50, 44),31351(123, 50, 44),
25621(124, 50, 45),31352(124, 50, 45),
25622(121, 50, 48),31353(121, 50, 48),
25623(122, 50, 49),31354(122, 50, 49),
25624(128, 51, 37),31355(128, 51, 37),
25625(130, 51, 39),31356(130, 51, 39),
25626(129, 51, 44),31357(129, 51, 44),
25627(132, 51, 47),31358(132, 51, 47),
25628(127, 51, 48),31359(127, 51, 48),
25629(131, 51, 52),31360(131, 51, 52),
25630(135, 52, 38),31361(135, 52, 38),
25631(136, 52, 39),31362(136, 52, 39),
25632(134, 52, 43),31363(134, 52, 43),
25633(137, 52, 46),31364(137, 52, 46),
25634(133, 52, 48),31365(133, 52, 48),
25635(138, 52, 53),31366(138, 52, 53),
25636(140, 53, 27),31367(140, 53, 27),
25637(139, 53, 29),31368(139, 53, 29),
25638(141, 53, 34),31369(141, 53, 34),
25639(142, 54, 26),31370(142, 54, 26),
25640(144, 54, 31),31371(144, 54, 31),
25641(143, 54, 33),31372(143, 54, 33),
25642(146, 55, 30),31373(146, 55, 30),
25643(147, 55, 34),31374(147, 55, 34),
25644(145, 55, 35),31375(145, 55, 35),
25645(148, 56, 29),31376(148, 56, 29),
25646(150, 56, 31),31377(150, 56, 31),
25647(149, 56, 33),31378(149, 56, 33),
25648(152, 57, 27),31379(152, 57, 27),
25649(153, 57, 31),31380(153, 57, 31),
25650(151, 57, 32),31381(151, 57, 32),
25651(156, 58, 28),31382(156, 58, 28),
25652(155, 58, 30),31383(155, 58, 30),
25653(154, 58, 32),31384(154, 58, 32),
25654(157, 59, 54),31385(157, 59, 54),
25655(158, 59, 57),31386(158, 59, 57),
25656(159, 60, 54),31387(159, 60, 54),
25657(160, 60, 59),31388(160, 60, 59),
25658(162, 61, 55),31389(162, 61, 55),
25659(161, 61, 56),31390(161, 61, 56),
25660(163, 62, 60),31391(163, 62, 60),
25661(164, 63, 61),31392(164, 63, 61),
25662(165, 64, 62),31393(165, 64, 62),
25663(166, 65, 63);31394(166, 65, 63);
2566431395
25665-- --------------------------------------------------------31396-- --------------------------------------------------------
2566631397
25667--31398--
25668-- Table structure for table `lottery_schedules`31399-- Table structure for table `lottery_schedules`
25669--31400--
2567031401
25671CREATE TABLE `lottery_schedules` (31402CREATE TABLE `lottery_schedules` (
25672  `schedule_id` int(12) NOT NULL,31403  `schedule_id` int(12) NOT NULL,
25673  `schedulable_type` varchar(100) DEFAULT NULL,31404  `schedulable_type` varchar(100) DEFAULT NULL,
25674  `schedulable_id` int(12) DEFAULT NULL,31405  `schedulable_id` int(12) DEFAULT NULL,
25675  `status` varchar(25) DEFAULT NULL31406  `status` varchar(25) DEFAULT NULL
25676) ENGINE=InnoDB DEFAULT CHARSET=latin1;31407) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2567731408
25678--31409--
25679-- Dumping data for table `lottery_schedules`31410-- Dumping data for table `lottery_schedules`
25680--31411--
2568131412
25682INSERT INTO `lottery_schedules` (`schedule_id`, `schedulable_type`, `schedulable_id`, `status`) VALUES31413INSERT INTO `lottery_schedules` (`schedule_id`, `schedulable_type`, `schedulable_id`, `status`) VALUES
25683(1, 'lottery', 1, NULL),31414(1, 'lottery', 1, NULL),
25684(2, 'lottery', 2, NULL),31415(2, 'lottery', 2, NULL),
25685(3, 'lottery', 3, NULL),31416(3, 'lottery', 3, NULL),
25686(4, 'lottery', 4, NULL),31417(4, 'lottery', 4, NULL),
25687(5, 'variation', 1, NULL),31418(5, 'variation', 1, NULL),
25688(6, 'variation', 2, 'merged'),31419(6, 'variation', 2, 'merged'),
25689(7, 'variation', 3, NULL),31420(7, 'variation', 3, NULL),
25690(8, 'variation', 4, NULL),31421(8, 'variation', 4, NULL),
25691(9, 'variation', 5, NULL),31422(9, 'variation', 5, NULL),
25692(10, 'lottery', 6, NULL),31423(10, 'lottery', 6, NULL),
25693(11, 'variation', 6, NULL),31424(11, 'variation', 6, NULL),
25694(12, 'variation', 7, 'merged'),31425(12, 'variation', 7, 'merged'),
25695(13, 'variation', 8, NULL),31426(13, 'variation', 8, NULL),
25696(14, 'variation', 9, NULL),31427(14, 'variation', 9, NULL),
25697(15, 'variation', 10, NULL),31428(15, 'variation', 10, NULL),
25698(17, 'variation', 11, 'merged'),31429(17, 'variation', 11, 'merged'),
25699(18, 'variation', 12, NULL),31430(18, 'variation', 12, NULL),
25700(19, 'variation', 13, NULL),31431(19, 'variation', 13, NULL),
25701(20, 'variation', 14, NULL),31432(20, 'variation', 14, NULL),
25702(21, 'variation', 15, NULL),31433(21, 'variation', 15, NULL),
25703(22, 'lottery', 11, NULL),31434(22, 'lottery', 11, NULL),
25704(23, 'variation', 16, 'merged'),31435(23, 'variation', 16, 'merged'),
25705(24, 'variation', 17, NULL),31436(24, 'variation', 17, NULL),
25706(25, 'variation', 18, NULL),31437(25, 'variation', 18, NULL),
25707(26, 'variation', 19, NULL),31438(26, 'variation', 19, NULL),
25708(27, 'variation', 20, NULL),31439(27, 'variation', 20, NULL),
25709(28, 'lottery', 7, NULL),31440(28, 'lottery', 7, NULL),
25710(29, 'variation', 21, NULL),31441(29, 'variation', 21, NULL),
25711(30, 'variation', 22, 'merged'),31442(30, 'variation', 22, 'merged'),
25712(31, 'variation', 23, NULL),31443(31, 'variation', 23, NULL),
25713(32, 'variation', 24, NULL),31444(32, 'variation', 24, NULL),
25714(33, 'variation', 25, NULL),31445(33, 'variation', 25, NULL),
25715(34, 'lottery', 9, NULL),31446(34, 'lottery', 9, NULL),
25716(35, 'variation', 26, 'merged');31447(35, 'variation', 26, 'merged');
2571731448
25718-- --------------------------------------------------------31449-- --------------------------------------------------------
2571931450
25720--31451--
25721-- Table structure for table `lottery_schedule_audiences`31452-- Table structure for table `lottery_schedule_audiences`
25722--31453--
2572331454
25724CREATE TABLE `lottery_schedule_audiences` (31455CREATE TABLE `lottery_schedule_audiences` (
25725  `audience_id` int(12) NOT NULL,31456  `audience_id` int(12) NOT NULL,
25726  `schedule_id` int(12) NOT NULL,31457  `schedule_id` int(12) NOT NULL,
25727  `slot_id` int(11) UNSIGNED NOT NULL,31458  `slot_id` int(11) UNSIGNED NOT NULL,
25728  `location_id` int(12) UNSIGNED DEFAULT NULL,31459  `location_id` int(12) UNSIGNED DEFAULT NULL,
25729  `proxy_id` int(12) NOT NULL31460  `proxy_id` int(12) NOT NULL
25730) ENGINE=InnoDB DEFAULT CHARSET=latin1;31461) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2573131462
25732--31463--
25733-- Dumping data for table `lottery_schedule_audiences`31464-- Dumping data for table `lottery_schedule_audiences`
25734--31465--
2573531466
25736INSERT INTO `lottery_schedule_audiences` (`audience_id`, `schedule_id`, `slot_id`, `location_id`, `proxy_id`) VALUES31467INSERT INTO `lottery_schedule_audiences` (`audience_id`, `schedule_id`, `slot_id`, `location_id`, `proxy_id`) VALUES
25737(1, 1, 35, NULL, 2),31468(1, 1, 35, NULL, 2),
25738(2, 5, 35, NULL, 2),31469(2, 5, 35, NULL, 2),
25739(3, 5, 30, NULL, 2),31470(3, 5, 30, NULL, 2),
25740(4, 5, 34, NULL, 2),31471(4, 5, 34, NULL, 2),
25741(5, 5, 35, NULL, 3),31472(5, 5, 35, NULL, 3),
25742(6, 5, 30, NULL, 3),31473(6, 5, 30, NULL, 3),
25743(7, 5, 34, NULL, 3),31474(7, 5, 34, NULL, 3),
25744(8, 5, 26, NULL, 4),31475(8, 5, 26, NULL, 4),
25745(9, 5, 31, NULL, 4),31476(9, 5, 31, NULL, 4),
25746(10, 5, 33, NULL, 4),31477(10, 5, 33, NULL, 4),
25747(11, 6, 35, NULL, 2),31478(11, 6, 35, NULL, 2),
25748(12, 6, 30, NULL, 2),31479(12, 6, 30, NULL, 2),
25749(13, 6, 34, NULL, 2),31480(13, 6, 34, NULL, 2),
25750(14, 6, 35, NULL, 3),31481(14, 6, 35, NULL, 3),
25751(15, 6, 30, NULL, 3),31482(15, 6, 30, NULL, 3),
25752(16, 6, 34, NULL, 3),31483(16, 6, 34, NULL, 3),
25753(17, 6, 26, NULL, 4),31484(17, 6, 26, NULL, 4),
25754(18, 6, 31, NULL, 4),31485(18, 6, 31, NULL, 4),
25755(19, 6, 33, NULL, 4),31486(19, 6, 33, NULL, 4),
25756(20, 7, 35, NULL, 2),31487(20, 7, 35, NULL, 2),
25757(21, 7, 30, NULL, 2),31488(21, 7, 30, NULL, 2),
25758(22, 7, 34, NULL, 2),31489(22, 7, 34, NULL, 2),
25759(23, 7, 35, NULL, 3),31490(23, 7, 35, NULL, 3),
25760(24, 7, 30, NULL, 3),31491(24, 7, 30, NULL, 3),
25761(25, 7, 34, NULL, 3),31492(25, 7, 34, NULL, 3),
25762(26, 7, 26, NULL, 4),31493(26, 7, 26, NULL, 4),
25763(27, 7, 31, NULL, 4),31494(27, 7, 31, NULL, 4),
25764(28, 7, 33, NULL, 4),31495(28, 7, 33, NULL, 4),
25765(29, 8, 35, NULL, 2),31496(29, 8, 35, NULL, 2),
25766(30, 8, 30, NULL, 2),31497(30, 8, 30, NULL, 2),
25767(31, 8, 34, NULL, 2),31498(31, 8, 34, NULL, 2),
25768(32, 8, 35, NULL, 3),31499(32, 8, 35, NULL, 3),
25769(33, 8, 30, NULL, 3),31500(33, 8, 30, NULL, 3),
25770(34, 8, 34, NULL, 3),31501(34, 8, 34, NULL, 3),
25771(35, 8, 26, NULL, 4),31502(35, 8, 26, NULL, 4),
25772(36, 8, 31, NULL, 4),31503(36, 8, 31, NULL, 4),
25773(37, 8, 33, NULL, 4),31504(37, 8, 33, NULL, 4),
25774(38, 9, 35, NULL, 2),31505(38, 9, 35, NULL, 2),
25775(39, 9, 30, NULL, 2),31506(39, 9, 30, NULL, 2),
25776(40, 9, 34, NULL, 2),31507(40, 9, 34, NULL, 2),
25777(41, 9, 35, NULL, 3),31508(41, 9, 35, NULL, 3),
25778(42, 9, 30, NULL, 3),31509(42, 9, 30, NULL, 3),
25779(43, 9, 34, NULL, 3),31510(43, 9, 34, NULL, 3),
25780(44, 9, 26, NULL, 4),31511(44, 9, 26, NULL, 4),
25781(45, 9, 31, NULL, 4),31512(45, 9, 31, NULL, 4),
25782(46, 9, 33, NULL, 4),31513(46, 9, 33, NULL, 4),
25783(47, 2, 35, NULL, 2),31514(47, 2, 35, NULL, 2),
25784(48, 2, 30, NULL, 2),31515(48, 2, 30, NULL, 2),
25785(49, 2, 34, NULL, 2),31516(49, 2, 34, NULL, 2),
25786(50, 2, 35, NULL, 3),31517(50, 2, 35, NULL, 3),
25787(51, 2, 30, NULL, 3),31518(51, 2, 30, NULL, 3),
25788(52, 2, 34, NULL, 3),31519(52, 2, 34, NULL, 3),
25789(53, 2, 26, NULL, 4),31520(53, 2, 26, NULL, 4),
25790(54, 2, 31, NULL, 4),31521(54, 2, 31, NULL, 4),
25791(55, 2, 33, NULL, 4),31522(55, 2, 33, NULL, 4),
25792(57, 11, 35, NULL, 2),31523(57, 11, 35, NULL, 2),
25793(58, 11, 30, NULL, 2),31524(58, 11, 30, NULL, 2),
25794(59, 11, 34, NULL, 2),31525(59, 11, 34, NULL, 2),
25795(60, 11, 35, NULL, 3),31526(60, 11, 35, NULL, 3),
25796(61, 11, 30, NULL, 3),31527(61, 11, 30, NULL, 3),
25797(62, 11, 34, NULL, 3),31528(62, 11, 34, NULL, 3),
25798(63, 11, 26, NULL, 4),31529(63, 11, 26, NULL, 4),
25799(64, 11, 31, NULL, 4),31530(64, 11, 31, NULL, 4),
25800(65, 11, 33, NULL, 4),31531(65, 11, 33, NULL, 4),
25801(66, 12, 35, NULL, 2),31532(66, 12, 35, NULL, 2),
25802(67, 12, 30, NULL, 2),31533(67, 12, 30, NULL, 2),
25803(68, 12, 34, NULL, 2),31534(68, 12, 34, NULL, 2),
25804(69, 12, 35, NULL, 3),31535(69, 12, 35, NULL, 3),
25805(70, 12, 30, NULL, 3),31536(70, 12, 30, NULL, 3),
25806(71, 12, 34, NULL, 3),31537(71, 12, 34, NULL, 3),
25807(72, 12, 26, NULL, 4),31538(72, 12, 26, NULL, 4),
25808(73, 12, 31, NULL, 4),31539(73, 12, 31, NULL, 4),
25809(74, 12, 33, NULL, 4),31540(74, 12, 33, NULL, 4),
25810(75, 13, 35, NULL, 2),31541(75, 13, 35, NULL, 2),
25811(76, 13, 30, NULL, 2),31542(76, 13, 30, NULL, 2),
25812(77, 13, 34, NULL, 2),31543(77, 13, 34, NULL, 2),
25813(78, 13, 35, NULL, 3),31544(78, 13, 35, NULL, 3),
25814(79, 13, 30, NULL, 3),31545(79, 13, 30, NULL, 3),
25815(80, 13, 34, NULL, 3),31546(80, 13, 34, NULL, 3),
25816(81, 13, 26, NULL, 4),31547(81, 13, 26, NULL, 4),
25817(82, 13, 31, NULL, 4),31548(82, 13, 31, NULL, 4),
25818(83, 13, 33, NULL, 4),31549(83, 13, 33, NULL, 4),
25819(84, 14, 35, NULL, 2),31550(84, 14, 35, NULL, 2),
25820(85, 14, 30, NULL, 2),31551(85, 14, 30, NULL, 2),
25821(86, 14, 34, NULL, 2),31552(86, 14, 34, NULL, 2),
25822(87, 14, 35, NULL, 3),31553(87, 14, 35, NULL, 3),
25823(88, 14, 30, NULL, 3),31554(88, 14, 30, NULL, 3),
25824(89, 14, 34, NULL, 3),31555(89, 14, 34, NULL, 3),
25825(90, 14, 26, NULL, 4),31556(90, 14, 26, NULL, 4),
25826(91, 14, 31, NULL, 4),31557(91, 14, 31, NULL, 4),
25827(92, 14, 33, NULL, 4),31558(92, 14, 33, NULL, 4),
25828(93, 15, 35, NULL, 2),31559(93, 15, 35, NULL, 2),
25829(94, 15, 30, NULL, 2),31560(94, 15, 30, NULL, 2),
25830(95, 15, 34, NULL, 2),31561(95, 15, 34, NULL, 2),
25831(96, 15, 35, NULL, 3),31562(96, 15, 35, NULL, 3),
25832(97, 15, 30, NULL, 3),31563(97, 15, 30, NULL, 3),
25833(98, 15, 34, NULL, 3),31564(98, 15, 34, NULL, 3),
25834(99, 15, 26, NULL, 4),31565(99, 15, 26, NULL, 4),
25835(100, 15, 31, NULL, 4),31566(100, 15, 31, NULL, 4),
25836(101, 15, 33, NULL, 4),31567(101, 15, 33, NULL, 4),
25837(102, 10, 35, NULL, 2),31568(102, 10, 35, NULL, 2),
25838(103, 10, 30, NULL, 2),31569(103, 10, 30, NULL, 2),
25839(104, 10, 34, NULL, 2),31570(104, 10, 34, NULL, 2),
25840(105, 10, 35, NULL, 3),31571(105, 10, 35, NULL, 3),
25841(106, 10, 30, NULL, 3),31572(106, 10, 30, NULL, 3),
25842(107, 10, 34, NULL, 3),31573(107, 10, 34, NULL, 3),
25843(108, 10, 26, NULL, 4),31574(108, 10, 26, NULL, 4),
25844(109, 10, 31, NULL, 4),31575(109, 10, 31, NULL, 4),
25845(110, 10, 33, NULL, 4),31576(110, 10, 33, NULL, 4),
25846(111, 17, 35, 1, 2),31577(111, 17, 35, 1, 2),
25847(112, 17, 30, NULL, 2),31578(112, 17, 30, NULL, 2),
25848(113, 17, 34, NULL, 2),31579(113, 17, 34, NULL, 2),
25849(114, 17, 35, 1, 3),31580(114, 17, 35, 1, 3),
25850(115, 17, 30, NULL, 3),31581(115, 17, 30, NULL, 3),
25851(116, 17, 34, NULL, 3),31582(116, 17, 34, NULL, 3),
25852(117, 17, 26, 1, 4),31583(117, 17, 26, 1, 4),
25853(118, 17, 31, NULL, 4),31584(118, 17, 31, NULL, 4),
25854(119, 17, 33, NULL, 4),31585(119, 17, 33, NULL, 4),
25855(120, 18, 35, 1, 2),31586(120, 18, 35, 1, 2),
25856(121, 18, 30, NULL, 2),31587(121, 18, 30, NULL, 2),
25857(122, 18, 34, NULL, 2),31588(122, 18, 34, NULL, 2),
25858(123, 18, 35, 1, 3),31589(123, 18, 35, 1, 3),
25859(124, 18, 30, NULL, 3),31590(124, 18, 30, NULL, 3),
25860(125, 18, 34, NULL, 3),31591(125, 18, 34, NULL, 3),
25861(126, 18, 26, 1, 4),31592(126, 18, 26, 1, 4),
25862(127, 18, 31, NULL, 4),31593(127, 18, 31, NULL, 4),
25863(128, 18, 33, NULL, 4),31594(128, 18, 33, NULL, 4),
25864(129, 19, 35, 1, 2),31595(129, 19, 35, 1, 2),
25865(130, 19, 30, NULL, 2),31596(130, 19, 30, NULL, 2),
25866(131, 19, 34, NULL, 2),31597(131, 19, 34, NULL, 2),
25867(132, 19, 35, 1, 3),31598(132, 19, 35, 1, 3),
25868(133, 19, 30, NULL, 3),31599(133, 19, 30, NULL, 3),
25869(134, 19, 34, NULL, 3),31600(134, 19, 34, NULL, 3),
25870(135, 19, 26, 1, 4),31601(135, 19, 26, 1, 4),
25871(136, 19, 31, NULL, 4),31602(136, 19, 31, NULL, 4),
25872(137, 19, 33, NULL, 4),31603(137, 19, 33, NULL, 4),
25873(138, 20, 35, 1, 2),31604(138, 20, 35, 1, 2),
25874(139, 20, 30, NULL, 2),31605(139, 20, 30, NULL, 2),
25875(140, 20, 34, NULL, 2),31606(140, 20, 34, NULL, 2),
25876(141, 20, 35, 1, 3),31607(141, 20, 35, 1, 3),
25877(142, 20, 30, NULL, 3),31608(142, 20, 30, NULL, 3),
25878(143, 20, 34, NULL, 3),31609(143, 20, 34, NULL, 3),
25879(144, 20, 26, 1, 4),31610(144, 20, 26, 1, 4),
25880(145, 20, 31, NULL, 4),31611(145, 20, 31, NULL, 4),
25881(146, 20, 33, NULL, 4),31612(146, 20, 33, NULL, 4),
25882(147, 21, 35, 1, 2),31613(147, 21, 35, 1, 2),
25883(148, 21, 30, NULL, 2),31614(148, 21, 30, NULL, 2),
25884(149, 21, 34, NULL, 2),31615(149, 21, 34, NULL, 2),
25885(150, 21, 35, 1, 3),31616(150, 21, 35, 1, 3),
25886(151, 21, 30, NULL, 3),31617(151, 21, 30, NULL, 3),
25887(152, 21, 34, NULL, 3),31618(152, 21, 34, NULL, 3),
25888(153, 21, 26, 1, 4),31619(153, 21, 26, 1, 4),
25889(154, 21, 31, NULL, 4),31620(154, 21, 31, NULL, 4),
25890(155, 21, 33, NULL, 4),31621(155, 21, 33, NULL, 4),
25891(156, 4, 35, 1, 2),31622(156, 4, 35, 1, 2),
25892(157, 4, 30, NULL, 2),31623(157, 4, 30, NULL, 2),
25893(158, 4, 34, NULL, 2),31624(158, 4, 34, NULL, 2),
25894(159, 4, 32, NULL, 3),31625(159, 4, 32, NULL, 3),
25895(160, 4, 30, NULL, 3),31626(160, 4, 30, NULL, 3),
25896(161, 4, 28, 1, 3),31627(161, 4, 28, 1, 3),
25897(162, 4, 26, 1, 4),31628(162, 4, 26, 1, 4),
25898(163, 4, 31, NULL, 4),31629(163, 4, 31, NULL, 4),
25899(164, 4, 33, NULL, 4),31630(164, 4, 33, NULL, 4),
25900(166, 29, 26, NULL, 2),31631(166, 29, 26, NULL, 2),
25901(167, 29, 31, NULL, 2),31632(167, 29, 31, NULL, 2),
25902(168, 29, 33, NULL, 2),31633(168, 29, 33, NULL, 2),
25903(169, 29, 30, NULL, 3),31634(169, 29, 30, NULL, 3),
25904(170, 29, 34, NULL, 3),31635(170, 29, 34, NULL, 3),
25905(171, 29, 35, 1, 3),31636(171, 29, 35, 1, 3),
25906(172, 29, 30, NULL, 4),31637(172, 29, 30, NULL, 4),
25907(173, 29, 34, NULL, 4),31638(173, 29, 34, NULL, 4),
25908(174, 29, 35, 1, 4),31639(174, 29, 35, 1, 4),
25909(175, 29, 27, NULL, 11),31640(175, 29, 27, NULL, 11),
25910(176, 29, 29, NULL, 11),31641(176, 29, 29, NULL, 11),
25911(177, 29, 34, NULL, 11),31642(177, 29, 34, NULL, 11),
25912(178, 29, 26, 1, 12),31643(178, 29, 26, 1, 12),
25913(179, 29, 31, NULL, 12),31644(179, 29, 31, NULL, 12),
25914(180, 29, 33, NULL, 12),31645(180, 29, 33, NULL, 12),
25915(181, 30, 26, NULL, 2),31646(181, 30, 26, NULL, 2),
25916(182, 30, 31, NULL, 2),31647(182, 30, 31, NULL, 2),
25917(183, 30, 33, NULL, 2),31648(183, 30, 33, NULL, 2),
25918(184, 30, 30, NULL, 3),31649(184, 30, 30, NULL, 3),
25919(185, 30, 34, NULL, 3),31650(185, 30, 34, NULL, 3),
25920(186, 30, 35, 1, 3),31651(186, 30, 35, 1, 3),
25921(187, 30, 30, NULL, 4),31652(187, 30, 30, NULL, 4),
25922(188, 30, 34, NULL, 4),31653(188, 30, 34, NULL, 4),
25923(189, 30, 35, 1, 4),31654(189, 30, 35, 1, 4),
25924(190, 30, 27, NULL, 11),31655(190, 30, 27, NULL, 11),
25925(191, 30, 29, NULL, 11),31656(191, 30, 29, NULL, 11),
25926(192, 30, 34, NULL, 11),31657(192, 30, 34, NULL, 11),
25927(193, 30, 26, 1, 12),31658(193, 30, 26, 1, 12),
25928(194, 30, 31, NULL, 12),31659(194, 30, 31, NULL, 12),
25929(195, 30, 33, NULL, 12),31660(195, 30, 33, NULL, 12),
25930(196, 31, 26, NULL, 2),31661(196, 31, 26, NULL, 2),
25931(197, 31, 31, NULL, 2),31662(197, 31, 31, NULL, 2),
25932(198, 31, 33, NULL, 2),31663(198, 31, 33, NULL, 2),
25933(199, 31, 30, NULL, 3),31664(199, 31, 30, NULL, 3),
25934(200, 31, 34, NULL, 3),31665(200, 31, 34, NULL, 3),
25935(201, 31, 35, 1, 3),31666(201, 31, 35, 1, 3),
25936(202, 31, 30, NULL, 4),31667(202, 31, 30, NULL, 4),
25937(203, 31, 34, NULL, 4),31668(203, 31, 34, NULL, 4),
25938(204, 31, 35, 1, 4),31669(204, 31, 35, 1, 4),
25939(205, 31, 27, NULL, 12),31670(205, 31, 27, NULL, 12),
25940(206, 31, 29, NULL, 12),31671(206, 31, 29, NULL, 12),
25941(207, 31, 34, NULL, 12),31672(207, 31, 34, NULL, 12),
25942(208, 31, 26, 1, 11),31673(208, 31, 26, 1, 11),
25943(209, 31, 31, NULL, 11),31674(209, 31, 31, NULL, 11),
25944(210, 31, 33, NULL, 11),31675(210, 31, 33, NULL, 11),
25945(211, 32, 26, NULL, 2),31676(211, 32, 26, NULL, 2),
25946(212, 32, 31, NULL, 2),31677(212, 32, 31, NULL, 2),
25947(213, 32, 33, NULL, 2),31678(213, 32, 33, NULL, 2),
25948(214, 32, 30, NULL, 3),31679(214, 32, 30, NULL, 3),
25949(215, 32, 34, NULL, 3),31680(215, 32, 34, NULL, 3),
25950(216, 32, 35, 1, 3),31681(216, 32, 35, 1, 3),
25951(217, 32, 30, NULL, 4),31682(217, 32, 30, NULL, 4),
25952(218, 32, 34, NULL, 4),31683(218, 32, 34, NULL, 4),
25953(219, 32, 35, 1, 4),31684(219, 32, 35, 1, 4),
25954(220, 32, 27, NULL, 12),31685(220, 32, 27, NULL, 12),
25955(221, 32, 29, NULL, 12),31686(221, 32, 29, NULL, 12),
25956(222, 32, 34, NULL, 12),31687(222, 32, 34, NULL, 12),
25957(223, 32, 26, 1, 11),31688(223, 32, 26, 1, 11),
25958(224, 32, 31, NULL, 11),31689(224, 32, 31, NULL, 11),
25959(225, 32, 33, NULL, 11),31690(225, 32, 33, NULL, 11),
25960(226, 33, 26, NULL, 2),31691(226, 33, 26, NULL, 2),
25961(227, 33, 31, NULL, 2),31692(227, 33, 31, NULL, 2),
25962(228, 33, 33, NULL, 2),31693(228, 33, 33, NULL, 2),
25963(229, 33, 30, NULL, 3),31694(229, 33, 30, NULL, 3),
25964(230, 33, 34, NULL, 3),31695(230, 33, 34, NULL, 3),
25965(231, 33, 35, 1, 3),31696(231, 33, 35, 1, 3),
25966(232, 33, 30, NULL, 4),31697(232, 33, 30, NULL, 4),
25967(233, 33, 34, NULL, 4),31698(233, 33, 34, NULL, 4),
25968(234, 33, 35, 1, 4),31699(234, 33, 35, 1, 4),
25969(235, 33, 27, NULL, 12),31700(235, 33, 27, NULL, 12),
25970(236, 33, 29, NULL, 12),31701(236, 33, 29, NULL, 12),
25971(237, 33, 34, NULL, 12),31702(237, 33, 34, NULL, 12),
25972(238, 33, 26, 1, 11),31703(238, 33, 26, 1, 11),
25973(239, 33, 31, NULL, 11),31704(239, 33, 31, NULL, 11),
25974(240, 33, 33, NULL, 11),31705(240, 33, 33, NULL, 11),
25975(241, 28, 26, NULL, 2),31706(241, 28, 26, NULL, 2),
25976(242, 28, 31, NULL, 2),31707(242, 28, 31, NULL, 2),
25977(243, 28, 33, NULL, 2),31708(243, 28, 33, NULL, 2),
25978(244, 28, 30, NULL, 3),31709(244, 28, 30, NULL, 3),
25979(245, 28, 34, NULL, 3),31710(245, 28, 34, NULL, 3),
25980(246, 28, 35, 1, 3),31711(246, 28, 35, 1, 3),
25981(247, 28, 30, NULL, 4),31712(247, 28, 30, NULL, 4),
25982(248, 28, 34, NULL, 4),31713(248, 28, 34, NULL, 4),
25983(249, 28, 35, 1, 4),31714(249, 28, 35, 1, 4),
25984(250, 28, 27, NULL, 11),31715(250, 28, 27, NULL, 11),
25985(251, 28, 29, NULL, 11),31716(251, 28, 29, NULL, 11),
25986(252, 28, 34, NULL, 11),31717(252, 28, 34, NULL, 11),
25987(253, 28, 26, 1, 12),31718(253, 28, 26, 1, 12),
25988(254, 28, 31, NULL, 12),31719(254, 28, 31, NULL, 12),
25989(255, 28, 33, NULL, 12),31720(255, 28, 33, NULL, 12),
25990(256, 23, 54, NULL, 2),31721(256, 23, 54, NULL, 2),
25991(257, 23, 57, NULL, 2),31722(257, 23, 57, NULL, 2),
25992(258, 23, 54, NULL, 3),31723(258, 23, 54, NULL, 3),
25993(259, 23, 57, NULL, 3),31724(259, 23, 57, NULL, 3),
25994(260, 23, 55, NULL, 4),31725(260, 23, 55, NULL, 4),
25995(261, 23, 56, NULL, 4),31726(261, 23, 56, NULL, 4),
25996(262, 24, 54, NULL, 3),31727(262, 24, 54, NULL, 3),
25997(263, 24, 57, NULL, 3),31728(263, 24, 57, NULL, 3),
25998(264, 24, 54, NULL, 2),31729(264, 24, 54, NULL, 2),
25999(265, 24, 57, NULL, 2),31730(265, 24, 57, NULL, 2),
26000(266, 24, 55, NULL, 4),31731(266, 24, 55, NULL, 4),
26001(267, 24, 56, NULL, 4),31732(267, 24, 56, NULL, 4),
26002(268, 25, 54, NULL, 2),31733(268, 25, 54, NULL, 2),
26003(269, 25, 57, NULL, 2),31734(269, 25, 57, NULL, 2),
26004(270, 25, 54, NULL, 3),31735(270, 25, 54, NULL, 3),
26005(271, 25, 57, NULL, 3),31736(271, 25, 57, NULL, 3),
26006(272, 25, 55, NULL, 4),31737(272, 25, 55, NULL, 4),
26007(273, 25, 56, NULL, 4),31738(273, 25, 56, NULL, 4),
26008(274, 26, 54, NULL, 2),31739(274, 26, 54, NULL, 2),
26009(275, 26, 57, NULL, 2),31740(275, 26, 57, NULL, 2),
26010(276, 26, 54, NULL, 3),31741(276, 26, 54, NULL, 3),
26011(277, 26, 57, NULL, 3),31742(277, 26, 57, NULL, 3),
26012(278, 26, 55, NULL, 4),31743(278, 26, 55, NULL, 4),
26013(279, 26, 56, NULL, 4),31744(279, 26, 56, NULL, 4),
26014(280, 27, 54, NULL, 2),31745(280, 27, 54, NULL, 2),
26015(281, 27, 57, NULL, 2),31746(281, 27, 57, NULL, 2),
26016(282, 27, 54, NULL, 3),31747(282, 27, 54, NULL, 3),
26017(283, 27, 57, NULL, 3),31748(283, 27, 57, NULL, 3),
26018(284, 27, 55, NULL, 4),31749(284, 27, 55, NULL, 4),
26019(285, 27, 56, NULL, 4),31750(285, 27, 56, NULL, 4),
26020(286, 22, 54, NULL, 2),31751(286, 22, 54, NULL, 2),
26021(287, 22, 57, NULL, 2),31752(287, 22, 57, NULL, 2),
26022(288, 22, 54, NULL, 3),31753(288, 22, 54, NULL, 3),
26023(289, 22, 57, NULL, 3),31754(289, 22, 57, NULL, 3),
26024(290, 22, 55, NULL, 4),31755(290, 22, 55, NULL, 4),
26025(291, 22, 56, NULL, 4),31756(291, 22, 56, NULL, 4),
26026(292, 35, 60, NULL, 2),31757(292, 35, 60, NULL, 2),
26027(293, 35, 61, NULL, 3),31758(293, 35, 61, NULL, 3),
26028(294, 35, 62, NULL, 4),31759(294, 35, 62, NULL, 4),
26029(295, 34, 60, NULL, 2),31760(295, 34, 60, NULL, 2),
26030(296, 34, 61, NULL, 3),31761(296, 34, 61, NULL, 3),
26031(297, 34, 62, NULL, 4);31762(297, 34, 62, NULL, 4);
2603231763
26033-- --------------------------------------------------------31764-- --------------------------------------------------------
2603431765
26035--31766--
26036-- Table structure for table `lottery_schedule_variations`31767-- Table structure for table `lottery_schedule_variations`
26037--31768--
2603831769
26039CREATE TABLE `lottery_schedule_variations` (31770CREATE TABLE `lottery_schedule_variations` (
26040  `variation_id` int(12) NOT NULL,31771  `variation_id` int(12) NOT NULL,
26041  `stage_id` int(12) NOT NULL,31772  `stage_id` int(12) NOT NULL,
26042  `status` varchar(25) DEFAULT NULL31773  `status` varchar(25) DEFAULT NULL
26043) ENGINE=InnoDB DEFAULT CHARSET=latin1;31774) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2604431775
26045--31776--
26046-- Dumping data for table `lottery_schedule_variations`31777-- Dumping data for table `lottery_schedule_variations`
26047--31778--
2604831779
26049INSERT INTO `lottery_schedule_variations` (`variation_id`, `stage_id`, `status`) VALUES31780INSERT INTO `lottery_schedule_variations` (`variation_id`, `stage_id`, `status`) VALUES
26050(1, 4, 'success'),31781(1, 4, 'success'),
26051(2, 4, 'success'),31782(2, 4, 'success'),
26052(3, 4, 'success'),31783(3, 4, 'success'),
26053(4, 4, 'success'),31784(4, 4, 'success'),
26054(5, 4, 'success'),31785(5, 4, 'success'),
26055(6, 9, 'success'),31786(6, 9, 'success'),
26056(7, 9, 'success'),31787(7, 9, 'success'),
26057(8, 9, 'success'),31788(8, 9, 'success'),
26058(9, 9, 'success'),31789(9, 9, 'success'),
26059(10, 9, 'success'),31790(10, 9, 'success'),
26060(11, 7, 'success'),31791(11, 7, 'success'),
26061(12, 7, 'success'),31792(12, 7, 'success'),
26062(13, 7, 'success'),31793(13, 7, 'success'),
26063(14, 7, 'success'),31794(14, 7, 'success'),
26064(15, 7, 'success'),31795(15, 7, 'success'),
26065(16, 14, 'success'),31796(16, 14, 'success'),
26066(17, 14, 'success'),31797(17, 14, 'success'),
26067(18, 14, 'success'),31798(18, 14, 'success'),
26068(19, 14, 'success'),31799(19, 14, 'success'),
26069(20, 14, 'success'),31800(20, 14, 'success'),
26070(21, 17, 'success'),31801(21, 17, 'success'),
26071(22, 17, 'success'),31802(22, 17, 'success'),
26072(23, 17, 'success'),31803(23, 17, 'success'),
26073(24, 17, 'success'),31804(24, 17, 'success'),
26074(25, 17, 'success'),31805(25, 17, 'success'),
26075(26, 18, 'success');31806(26, 18, 'success');
2607631807
26077-- --------------------------------------------------------31808-- --------------------------------------------------------
2607831809
26079--31810--
26080-- Table structure for table `lottery_schedule_variation_statistics`31811-- Table structure for table `lottery_schedule_variation_statistics`
26081--31812--
2608231813
26083CREATE TABLE `lottery_schedule_variation_statistics` (31814CREATE TABLE `lottery_schedule_variation_statistics` (
26084  `statistic_id` int(12) NOT NULL,31815  `statistic_id` int(12) NOT NULL,
26085  `variation_id` int(12) NOT NULL,31816  `variation_id` int(12) NOT NULL,
26086  `proxy_id` int(12) NOT NULL,31817  `proxy_id` int(12) NOT NULL,
26087  `option_id` int(12) DEFAULT NULL,31818  `option_id` int(12) DEFAULT NULL,
26088  `rank_assigned` int(3) DEFAULT NULL31819  `rank_assigned` int(3) DEFAULT NULL
26089) ENGINE=InnoDB DEFAULT CHARSET=latin1;31820) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2609031821
26091--31822--
26092-- Dumping data for table `lottery_schedule_variation_statistics`31823-- Dumping data for table `lottery_schedule_variation_statistics`
26093--31824--
2609431825
26095INSERT INTO `lottery_schedule_variation_statistics` (`statistic_id`, `variation_id`, `proxy_id`, `option_id`, `rank_assigned`) VALUES31826INSERT INTO `lottery_schedule_variation_statistics` (`statistic_id`, `variation_id`, `proxy_id`, `option_id`, `rank_assigned`) VALUES
26096(1, 1, 2, 21, NULL),31827(1, 1, 2, 21, NULL),
26097(2, 1, 3, 21, NULL),31828(2, 1, 3, 21, NULL),
26098(3, 1, 4, 22, NULL),31829(3, 1, 4, 22, NULL),
26099(4, 2, 2, 21, NULL),31830(4, 2, 2, 21, NULL),
26100(5, 2, 3, 21, NULL),31831(5, 2, 3, 21, NULL),
26101(6, 2, 4, 22, NULL),31832(6, 2, 4, 22, NULL),
26102(7, 3, 2, 21, NULL),31833(7, 3, 2, 21, NULL),
26103(8, 3, 3, 21, NULL),31834(8, 3, 3, 21, NULL),
26104(9, 3, 4, 22, NULL),31835(9, 3, 4, 22, NULL),
26105(10, 4, 2, 21, NULL),31836(10, 4, 2, 21, NULL),
26106(11, 4, 3, 21, NULL),31837(11, 4, 3, 21, NULL),
26107(12, 4, 4, 22, NULL),31838(12, 4, 4, 22, NULL),
26108(13, 5, 2, 21, NULL),31839(13, 5, 2, 21, NULL),
26109(14, 5, 3, 21, NULL),31840(14, 5, 3, 21, NULL),
26110(15, 5, 4, 22, NULL),31841(15, 5, 4, 22, NULL),
26111(16, 6, 2, 33, NULL),31842(16, 6, 2, 33, NULL),
26112(17, 6, 3, 33, NULL),31843(17, 6, 3, 33, NULL),
26113(18, 6, 4, 34, NULL),31844(18, 6, 4, 34, NULL),
26114(19, 7, 2, 33, NULL),31845(19, 7, 2, 33, NULL),
26115(20, 7, 3, 33, NULL),31846(20, 7, 3, 33, NULL),
26116(21, 7, 4, 34, NULL),31847(21, 7, 4, 34, NULL),
26117(22, 8, 2, 33, NULL),31848(22, 8, 2, 33, NULL),
26118(23, 8, 3, 33, NULL),31849(23, 8, 3, 33, NULL),
26119(24, 8, 4, 34, NULL),31850(24, 8, 4, 34, NULL),
26120(25, 9, 2, 33, NULL),31851(25, 9, 2, 33, NULL),
26121(26, 9, 3, 33, NULL),31852(26, 9, 3, 33, NULL),
26122(27, 9, 4, 34, NULL),31853(27, 9, 4, 34, NULL),
26123(28, 10, 2, 33, NULL),31854(28, 10, 2, 33, NULL),
26124(29, 10, 3, 33, NULL),31855(29, 10, 3, 33, NULL),
26125(30, 10, 4, 34, NULL),31856(30, 10, 4, 34, NULL),
26126(31, 11, 2, 27, NULL),31857(31, 11, 2, 27, NULL),
26127(32, 11, 3, 27, NULL),31858(32, 11, 3, 27, NULL),
26128(33, 11, 4, 28, NULL),31859(33, 11, 4, 28, NULL),
26129(34, 12, 2, 27, NULL),31860(34, 12, 2, 27, NULL),
26130(35, 12, 3, 27, NULL),31861(35, 12, 3, 27, NULL),
26131(36, 12, 4, 28, NULL),31862(36, 12, 4, 28, NULL),
26132(37, 13, 2, 27, NULL),31863(37, 13, 2, 27, NULL),
26133(38, 13, 3, 27, NULL),31864(38, 13, 3, 27, NULL),
26134(39, 13, 4, 28, NULL),31865(39, 13, 4, 28, NULL),
26135(40, 14, 2, 27, NULL),31866(40, 14, 2, 27, NULL),
26136(41, 14, 3, 27, NULL),31867(41, 14, 3, 27, NULL),
26137(42, 14, 4, 28, NULL),31868(42, 14, 4, 28, NULL),
26138(43, 15, 2, 27, NULL),31869(43, 15, 2, 27, NULL),
26139(44, 15, 3, 27, NULL),31870(44, 15, 3, 27, NULL),
26140(45, 15, 4, 28, NULL),31871(45, 15, 4, 28, NULL),
26141(46, 21, 2, 54, 1),31872(46, 21, 2, 54, 1),
26142(47, 21, 3, 55, NULL),31873(47, 21, 3, 55, NULL),
26143(48, 21, 4, 55, NULL),31874(48, 21, 4, 55, NULL),
26144(49, 21, 11, 53, NULL),31875(49, 21, 11, 53, NULL),
26145(50, 21, 12, 54, NULL),31876(50, 21, 12, 54, NULL),
26146(51, 22, 2, 54, 1),31877(51, 22, 2, 54, 1),
26147(52, 22, 3, 55, NULL),31878(52, 22, 3, 55, NULL),
26148(53, 22, 4, 55, NULL),31879(53, 22, 4, 55, NULL),
26149(54, 22, 11, 53, NULL),31880(54, 22, 11, 53, NULL),
26150(55, 22, 12, 54, NULL),31881(55, 22, 12, 54, NULL),
26151(56, 23, 2, 54, 1),31882(56, 23, 2, 54, 1),
26152(57, 23, 3, 55, NULL),31883(57, 23, 3, 55, NULL),
26153(58, 23, 4, 55, NULL),31884(58, 23, 4, 55, NULL),
26154(59, 23, 12, 53, NULL),31885(59, 23, 12, 53, NULL),
26155(60, 23, 11, 54, NULL),31886(60, 23, 11, 54, NULL),
26156(61, 24, 2, 54, 1),31887(61, 24, 2, 54, 1),
26157(62, 24, 3, 55, NULL),31888(62, 24, 3, 55, NULL),
26158(63, 24, 4, 55, NULL),31889(63, 24, 4, 55, NULL),
26159(64, 24, 12, 53, NULL),31890(64, 24, 12, 53, NULL),
26160(65, 24, 11, 54, NULL),31891(65, 24, 11, 54, NULL),
26161(66, 25, 2, 54, 1),31892(66, 25, 2, 54, 1),
26162(67, 25, 3, 55, NULL),31893(67, 25, 3, 55, NULL),
26163(68, 25, 4, 55, NULL),31894(68, 25, 4, 55, NULL),
26164(69, 25, 12, 53, NULL),31895(69, 25, 12, 53, NULL),
26165(70, 25, 11, 54, NULL),31896(70, 25, 11, 54, NULL),
26166(71, 16, 2, 59, 1),31897(71, 16, 2, 59, 1),
26167(72, 16, 3, 59, 1),31898(72, 16, 3, 59, 1),
26168(73, 16, 4, 61, 1),31899(73, 16, 4, 61, 1),
26169(74, 17, 3, 59, 1),31900(74, 17, 3, 59, 1),
26170(75, 17, 2, 59, 1),31901(75, 17, 2, 59, 1),
26171(76, 17, 4, 61, 1),31902(76, 17, 4, 61, 1),
26172(77, 18, 2, 59, 1),31903(77, 18, 2, 59, 1),
26173(78, 18, 3, 59, 1),31904(78, 18, 3, 59, 1),
26174(79, 18, 4, 61, 1),31905(79, 18, 4, 61, 1),
26175(80, 19, 2, 59, 1),31906(80, 19, 2, 59, 1),
26176(81, 19, 3, 59, 1),31907(81, 19, 3, 59, 1),
26177(82, 19, 4, 61, 1),31908(82, 19, 4, 61, 1),
26178(83, 20, 2, 59, 1),31909(83, 20, 2, 59, 1),
26179(84, 20, 3, 59, 1),31910(84, 20, 3, 59, 1),
26180(85, 20, 4, 61, 1),31911(85, 20, 4, 61, 1),
26181(86, 26, 2, 62, NULL),31912(86, 26, 2, 62, NULL),
26182(87, 26, 3, 63, NULL),31913(87, 26, 3, 63, NULL),
26183(88, 26, 4, 64, NULL);31914(88, 26, 4, 64, NULL);
2618431915
26185-- --------------------------------------------------------31916-- --------------------------------------------------------
2618631917
26187--31918--
26188-- Table structure for table `lottery_schedule_workspace`31919-- Table structure for table `lottery_schedule_workspace`
26189--31920--
2619031921
26191CREATE TABLE `lottery_schedule_workspace` (31922CREATE TABLE `lottery_schedule_workspace` (
26192  `id` int(10) NOT NULL,31923  `id` int(10) NOT NULL,
26193  `block_id` int(11) UNSIGNED NOT NULL,31924  `block_id` int(11) UNSIGNED NOT NULL,
26194  `slot_id` int(11) UNSIGNED NOT NULL,31925  `slot_id` int(11) UNSIGNED NOT NULL,
26195  `location_id` int(12) UNSIGNED DEFAULT NULL,31926  `location_id` int(12) UNSIGNED DEFAULT NULL,
26196  `proxy_id` int(11) NOT NULL,31927  `proxy_id` int(11) NOT NULL,
26197  `stage_id` int(11) NOT NULL,31928  `stage_id` int(11) NOT NULL,
26198  `option_id` int(11) NOT NULL,31929  `option_id` int(11) NOT NULL,
26199  `variation_id` int(11) DEFAULT NULL,31930  `variation_id` int(11) DEFAULT NULL,
26200  `rank_assigned` int(11) DEFAULT NULL,31931  `rank_assigned` int(11) DEFAULT NULL,
26201  `created_date` bigint(64) DEFAULT NULL,31932  `created_date` bigint(64) DEFAULT NULL,
26202  `updated_date` bigint(64) DEFAULT NULL,31933  `updated_date` bigint(64) DEFAULT NULL,
26203  `deleted_date` bigint(64) DEFAULT NULL,31934  `deleted_date` bigint(64) DEFAULT NULL,
26204  `created_by` int(11) DEFAULT NULL,31935  `created_by` int(11) DEFAULT NULL,
26205  `updated_by` int(11) DEFAULT NULL31936  `updated_by` int(11) DEFAULT NULL
26206) ENGINE=InnoDB DEFAULT CHARSET=latin1;31937) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2620731938
26208-- --------------------------------------------------------31939-- --------------------------------------------------------
2620931940
26210--31941--
26211-- Table structure for table `lottery_stages`31942-- Table structure for table `lottery_stages`
26212--31943--
2621331944
26214CREATE TABLE `lottery_stages` (31945CREATE TABLE `lottery_stages` (
26215  `stage_id` int(12) NOT NULL,31946  `stage_id` int(12) NOT NULL,
26216  `lottery_id` int(12) NOT NULL,31947  `lottery_id` int(12) NOT NULL,
26217  `action` varchar(20) NOT NULL,31948  `action` varchar(20) NOT NULL,
26218  `target_type` varchar(15) DEFAULT NULL,31949  `target_type` varchar(15) DEFAULT NULL,
26219  `notes` text,31950  `notes` text,
26220  `status` varchar(50) DEFAULT NULL,31951  `status` varchar(50) DEFAULT NULL,
26221  `uploaded_options` longtext,31952  `uploaded_options` longtext,
26222  `created_date` bigint(64) DEFAULT NULL,31953  `created_date` bigint(64) DEFAULT NULL,
26223  `updated_date` bigint(64) DEFAULT NULL,31954  `updated_date` bigint(64) DEFAULT NULL,
26224  `deleted_date` bigint(64) DEFAULT NULL31955  `deleted_date` bigint(64) DEFAULT NULL
26225) ENGINE=InnoDB DEFAULT CHARSET=latin1;31956) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2622631957
26227--31958--
26228-- Dumping data for table `lottery_stages`31959-- Dumping data for table `lottery_stages`
26229--31960--
2623031961
26231INSERT INTO `lottery_stages` (`stage_id`, `lottery_id`, `action`, `target_type`, `notes`, `status`, `uploaded_options`, `created_date`, `updated_date`, `deleted_date`) VALUES31962INSERT INTO `lottery_stages` (`stage_id`, `lottery_id`, `action`, `target_type`, `notes`, `status`, `uploaded_options`, `created_date`, `updated_date`, `deleted_date`) VALUES
26232(1, 1, 'rank', 'tracks', NULL, 'open', NULL, 1685381586, 1685381586, NULL),31963(1, 1, 'rank', 'tracks', NULL, 'open', NULL, 1685381586, 1685381586, NULL),
26233(2, 1, 'swap', 'tracks', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL),31964(2, 1, 'swap', 'tracks', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL),
26234(3, 1, 'swap', 'rotations', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),31965(3, 1, 'swap', 'rotations', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),
26235(4, 2, 'rank', 'tracks', NULL, 'merged', NULL, 1685381586, 1685381586, NULL),31966(4, 2, 'rank', 'tracks', NULL, 'merged', NULL, 1685381586, 1685381586, NULL),
26236(5, 2, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),31967(5, 2, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),
26237(6, 2, 'swap', 'rotations', NULL, 'not-started', NULL, 1685381586, 1685381586, NULL),31968(6, 2, 'swap', 'rotations', NULL, 'not-started', NULL, 1685381586, 1685381586, NULL),
26238(7, 4, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),31969(7, 4, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),
26239(8, 1, 'rank', 'tracks', 'Learners rank schedule options', 'missing-configs', NULL, 1685381586, 1685381586, NULL),31970(8, 1, 'rank', 'tracks', 'Learners rank schedule options', 'missing-configs', NULL, 1685381586, 1685381586, NULL),
26240(9, 6, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),31971(9, 6, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),
26241(10, 6, 'swap', 'rotations', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL),31972(10, 6, 'swap', 'rotations', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL),
26242(11, 4, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL),31973(11, 4, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL),
26243(12, 5, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),31974(12, 5, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),
26244(13, 3, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),31975(13, 3, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),
26245(14, 11, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),31976(14, 11, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),
26246(15, 11, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),31977(15, 11, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL),
26247(16, 11, 'swap', 'rotations', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL),31978(16, 11, 'swap', 'rotations', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL),
26248(17, 7, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),31979(17, 7, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),
26249(18, 9, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),31980(18, 9, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL),
26250(19, 9, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL);31981(19, 9, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL);
2625131982
26252-- --------------------------------------------------------31983-- --------------------------------------------------------
2625331984
26254--31985--
26255-- Table structure for table `lottery_stage_phases`31986-- Table structure for table `lottery_stage_phases`
26256--31987--
2625731988
26258CREATE TABLE `lottery_stage_phases` (31989CREATE TABLE `lottery_stage_phases` (
26259  `phase_id` int(12) NOT NULL,31990  `phase_id` int(12) NOT NULL,
26260  `stage_id` int(12) NOT NULL,31991  `stage_id` int(12) NOT NULL,
26261  `is_primary` tinyint(1) DEFAULT '0',31992  `is_primary` tinyint(1) DEFAULT '0',
26262  `open_date` bigint(64) DEFAULT NULL,31993  `open_date` bigint(64) DEFAULT NULL,
26263  `close_date` bigint(64) DEFAULT NULL,31994  `close_date` bigint(64) DEFAULT NULL,
26264  `created_date` bigint(64) DEFAULT NULL,31995  `created_date` bigint(64) DEFAULT NULL,
26265  `updated_date` bigint(64) DEFAULT NULL,31996  `updated_date` bigint(64) DEFAULT NULL,
26266  `deleted_date` bigint(64) DEFAULT NULL31997  `deleted_date` bigint(64) DEFAULT NULL
26267) ENGINE=InnoDB DEFAULT CHARSET=latin1;31998) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2626831999
26269--32000--
26270-- Dumping data for table `lottery_stage_phases`32001-- Dumping data for table `lottery_stage_phases`
26271--32002--
2627232003
26273INSERT INTO `lottery_stage_phases` (`phase_id`, `stage_id`, `is_primary`, `open_date`, `close_date`, `created_date`, `updated_date`, `deleted_date`) VALUES32004INSERT INTO `lottery_stage_phases` (`phase_id`, `stage_id`, `is_primary`, `open_date`, `close_date`, `created_date`, `updated_date`, `deleted_date`) VALUES
26274(1, 1, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32005(1, 1, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26275(2, 2, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32006(2, 2, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26276(3, 3, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32007(3, 3, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26277(4, 4, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32008(4, 4, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26278(5, 5, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32009(5, 5, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26279(6, 6, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32010(6, 6, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26280(7, 7, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32011(7, 7, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26281(8, 9, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32012(8, 9, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26282(9, 10, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32013(9, 10, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26283(10, 11, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32014(10, 11, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26284(11, 14, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32015(11, 14, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26285(12, 15, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32016(12, 15, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26286(13, 16, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),32017(13, 16, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL),
26287(14, 17, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL);32018(14, 17, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL);
2628832019
26289-- --------------------------------------------------------32020-- --------------------------------------------------------
2629032021
26291--32022--
26292-- Table structure for table `lrs_history`32023-- Table structure for table `lrs_history`
26293--32024--
2629432025
26295CREATE TABLE `lrs_history` (32026CREATE TABLE `lrs_history` (
26296  `id` int(11) UNSIGNED NOT NULL,32027  `id` int(11) UNSIGNED NOT NULL,
26297  `type` varchar(43) NOT NULL DEFAULT '',32028  `type` varchar(43) NOT NULL DEFAULT '',
26298  `run_last` bigint(64) NOT NULL32029  `run_last` bigint(64) NOT NULL
26299) ENGINE=InnoDB DEFAULT CHARSET=utf8;32030) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2630032031
26301-- --------------------------------------------------------32032-- --------------------------------------------------------
2630232033
26303--32034--
26304-- Table structure for table `lti_consumers`32035-- Table structure for table `lti_consumers`
26305--32036--
2630632037
26307CREATE TABLE `lti_consumers` (32038CREATE TABLE `lti_consumers` (
26308  `id` int(11) UNSIGNED NOT NULL,32039  `id` int(11) UNSIGNED NOT NULL,
26309  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,32040  `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
26310  `lti_provider_id` int(11) DEFAULT NULL,32041  `lti_provider_id` int(11) DEFAULT NULL,
26311  `lti_access_method_id` int(11) NOT NULL,32042  `lti_access_method_id` int(11) NOT NULL,
26312  `additional_lti_parameters` text COLLATE utf8_unicode_ci,32043  `additional_lti_parameters` text COLLATE utf8_unicode_ci,
26313  `context_type` enum('none','community','course','event') COLLATE utf8_unicode_ci DEFAULT 'none',32044  `context_type` enum('none','community','course','event') COLLATE utf8_unicode_ci DEFAULT 'none',
26314  `context_value` int(11) DEFAULT NULL,32045  `context_value` int(11) DEFAULT NULL,
26315  `context_timeframe` enum('during','pre','post','none') COLLATE utf8_unicode_ci DEFAULT 'none',32046  `context_timeframe` enum('during','pre','post','none') COLLATE utf8_unicode_ci DEFAULT 'none',
26316  `associated_record_id` int(11) DEFAULT NULL,32047  `associated_record_id` int(11) DEFAULT NULL,
26317  `associated_record_type` enum('communities','cbl_schedule','curriculum_periods','course_iterations','courses','events') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'courses',32048  `associated_record_type` enum('communities','cbl_schedule','curriculum_periods','course_iterations','courses','events') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'courses',
26318  `required` tinyint(4) DEFAULT NULL,32049  `required` tinyint(4) DEFAULT NULL,
26319  `valid_from` int(11) DEFAULT NULL,32050  `valid_from` int(11) DEFAULT NULL,
26320  `valid_until` int(11) DEFAULT NULL,32051  `valid_until` int(11) DEFAULT NULL,
26321  `notes` text COLLATE utf8_unicode_ci,32052  `notes` text COLLATE utf8_unicode_ci,
26322  `forward_link` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,32053  `forward_link` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
26323  `release_date` int(11) DEFAULT NULL,32054  `release_date` int(11) DEFAULT NULL,
26324  `release_until` int(11) DEFAULT NULL,32055  `release_until` int(11) DEFAULT NULL,
26325  `created_date` int(11) NOT NULL,32056  `created_date` int(11) NOT NULL,
26326  `created_by` int(11) NOT NULL,32057  `created_by` int(11) NOT NULL,
26327  `updated_date` int(11) DEFAULT NULL,32058  `updated_date` int(11) DEFAULT NULL,
26328  `updated_by` int(11) DEFAULT NULL,32059  `updated_by` int(11) DEFAULT NULL,
26329  `deleted_date` int(11) DEFAULT NULL32060  `deleted_date` int(11) DEFAULT NULL
26330) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32061) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2633132062
26332-- --------------------------------------------------------32063-- --------------------------------------------------------
2633332064
26334--32065--
26335-- Table structure for table `lti_lu_access_methods`32066-- Table structure for table `lti_lu_access_methods`
26336--32067--
2633732068
26338CREATE TABLE `lti_lu_access_methods` (32069CREATE TABLE `lti_lu_access_methods` (
26339  `id` int(11) UNSIGNED NOT NULL,32070  `id` int(11) UNSIGNED NOT NULL,
26340  `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',32071  `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
26341  `active` tinyint(4) NOT NULL DEFAULT '1'32072  `active` tinyint(4) NOT NULL DEFAULT '1'
26342) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32073) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2634332074
26344--32075--
26345-- Dumping data for table `lti_lu_access_methods`32076-- Dumping data for table `lti_lu_access_methods`
26346--32077--
2634732078
26348INSERT INTO `lti_lu_access_methods` (`id`, `shortname`, `active`) VALUES32079INSERT INTO `lti_lu_access_methods` (`id`, `shortname`, `active`) VALUES
26349(1, 'iframe', 1),32080(1, 'iframe', 1),
26350(2, 'new_window', 1);32081(2, 'new_window', 1);
2635132082
26352-- --------------------------------------------------------32083-- --------------------------------------------------------
2635332084
26354--32085--
26355-- Table structure for table `lti_lu_categories`32086-- Table structure for table `lti_lu_categories`
26356--32087--
2635732088
26358CREATE TABLE `lti_lu_categories` (32089CREATE TABLE `lti_lu_categories` (
26359  `id` int(12) UNSIGNED NOT NULL,32090  `id` int(12) UNSIGNED NOT NULL,
26360  `shortname` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',32091  `shortname` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
26361  `active` tinyint(4) NOT NULL DEFAULT '1'32092  `active` tinyint(4) NOT NULL DEFAULT '1'
26362) ENGINE=InnoDB DEFAULT CHARSET=utf8;32093) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2636332094
26364--32095--
26365-- Dumping data for table `lti_lu_categories`32096-- Dumping data for table `lti_lu_categories`
26366--32097--
2636732098
26368INSERT INTO `lti_lu_categories` (`id`, `shortname`, `active`) VALUES32099INSERT INTO `lti_lu_categories` (`id`, `shortname`, `active`) VALUES
26369(1, 'none', 1),32100(1, 'none', 1),
26370(2, 'podcast', 1);32101(2, 'podcast', 1);
2637132102
26372-- --------------------------------------------------------32103-- --------------------------------------------------------
2637332104
26374--32105--
26375-- Table structure for table `lti_lu_provider_types`32106-- Table structure for table `lti_lu_provider_types`
26376--32107--
2637732108
26378CREATE TABLE `lti_lu_provider_types` (32109CREATE TABLE `lti_lu_provider_types` (
26379  `id` int(11) UNSIGNED NOT NULL,32110  `id` int(11) UNSIGNED NOT NULL,
26380  `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',32111  `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
26381  `active` tinyint(4) NOT NULL DEFAULT '1'32112  `active` tinyint(4) NOT NULL DEFAULT '1'
26382) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32113) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2638332114
26384--32115--
26385-- Dumping data for table `lti_lu_provider_types`32116-- Dumping data for table `lti_lu_provider_types`
26386--32117--
2638732118
26388INSERT INTO `lti_lu_provider_types` (`id`, `shortname`, `active`) VALUES32119INSERT INTO `lti_lu_provider_types` (`id`, `shortname`, `active`) VALUES
26389(1, 'index', 1),32120(1, 'index', 1),
26390(2, 'module', 1);32121(2, 'module', 1);
2639132122
26392-- --------------------------------------------------------32123-- --------------------------------------------------------
2639332124
26394--32125--
26395-- Table structure for table `lti_providers`32126-- Table structure for table `lti_providers`
26396--32127--
2639732128
26398CREATE TABLE `lti_providers` (32129CREATE TABLE `lti_providers` (
26399  `id` int(12) UNSIGNED NOT NULL,32130  `id` int(12) UNSIGNED NOT NULL,
26400  `launch_url` text NOT NULL,32131  `launch_url` text NOT NULL,
26401  `lti_key` varchar(300) NOT NULL,32132  `lti_key` varchar(300) NOT NULL,
26402  `shared_secret` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',32133  `shared_secret` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
26403  `lti_parameters` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,32134  `lti_parameters` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
26404  `title` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,32135  `title` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
26405  `launch_presentation_width` varchar(300) DEFAULT NULL,32136  `launch_presentation_width` varchar(300) DEFAULT NULL,
26406  `launch_presentation_height` varchar(300) DEFAULT NULL,32137  `launch_presentation_height` varchar(300) DEFAULT NULL,
26407  `launch_presentation_css_url` varchar(300) DEFAULT NULL,32138  `launch_presentation_css_url` varchar(300) DEFAULT NULL,
26408  `lti_category_id` int(11) DEFAULT NULL,32139  `lti_category_id` int(11) DEFAULT NULL,
26409  `lti_provider_type_id` int(11) DEFAULT NULL,32140  `lti_provider_type_id` int(11) DEFAULT NULL,
26410  `created_date` int(11) NOT NULL,32141  `created_date` int(11) NOT NULL,
26411  `created_by` int(11) NOT NULL,32142  `created_by` int(11) NOT NULL,
26412  `updated_date` bigint(64) NOT NULL,32143  `updated_date` bigint(64) NOT NULL,
26413  `updated_by` int(12) NOT NULL,32144  `updated_by` int(12) NOT NULL,
26414  `deleted_date` bigint(64) DEFAULT NULL32145  `deleted_date` bigint(64) DEFAULT NULL
26415) ENGINE=InnoDB DEFAULT CHARSET=utf8;32146) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2641632147
26417-- --------------------------------------------------------32148-- --------------------------------------------------------
2641832149
26419--32150--
26420-- Table structure for table `lti_provider_organisation`32151-- Table structure for table `lti_provider_organisation`
26421--32152--
2642232153
26423CREATE TABLE `lti_provider_organisation` (32154CREATE TABLE `lti_provider_organisation` (
26424  `id` int(11) UNSIGNED NOT NULL,32155  `id` int(11) UNSIGNED NOT NULL,
26425  `organisation_id` int(11) NOT NULL,32156  `organisation_id` int(11) NOT NULL,
26426  `lti_provider_id` int(11) NOT NULL32157  `lti_provider_id` int(11) NOT NULL
26427) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32158) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2642832159
26429-- --------------------------------------------------------32160-- --------------------------------------------------------
2643032161
26431--32162--
26432-- Table structure for table `map_assessments_meta`32163-- Table structure for table `map_assessments_meta`
26433--32164--
2643432165
26435CREATE TABLE `map_assessments_meta` (32166CREATE TABLE `map_assessments_meta` (
26436  `map_assessments_meta_id` int(11) UNSIGNED NOT NULL,32167  `map_assessments_meta_id` int(11) UNSIGNED NOT NULL,
26437  `fk_assessment_method_id` int(11) NOT NULL,32168  `fk_assessment_method_id` int(11) NOT NULL,
26438  `fk_assessments_meta_id` int(11) NOT NULL,32169  `fk_assessments_meta_id` int(11) NOT NULL,
26439  `updated_date` bigint(64) NOT NULL,32170  `updated_date` bigint(64) NOT NULL,
26440  `updated_by` int(11) NOT NULL32171  `updated_by` int(11) NOT NULL
26441) ENGINE=InnoDB DEFAULT CHARSET=utf8;32172) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2644232173
26443-- --------------------------------------------------------32174-- --------------------------------------------------------
2644432175
26445--32176--
26446-- Table structure for table `map_events_eventtypes`32177-- Table structure for table `map_events_eventtypes`
26447--32178--
2644832179
26449CREATE TABLE `map_events_eventtypes` (32180CREATE TABLE `map_events_eventtypes` (
26450  `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL,32181  `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL,
26451  `fk_instructional_method_id` int(11) NOT NULL,32182  `fk_instructional_method_id` int(11) NOT NULL,
26452  `fk_eventtype_id` int(11) NOT NULL,32183  `fk_eventtype_id` int(11) NOT NULL,
26453  `updated_date` bigint(64) NOT NULL,32184  `updated_date` bigint(64) NOT NULL,
26454  `updated_by` int(11) NOT NULL32185  `updated_by` int(11) NOT NULL
26455) ENGINE=InnoDB DEFAULT CHARSET=utf8;32186) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2645632187
26457-- --------------------------------------------------------32188-- --------------------------------------------------------
2645832189
26459--32190--
26460-- Table structure for table `map_event_resources`32191-- Table structure for table `map_event_resources`
26461--32192--
2646232193
26463CREATE TABLE `map_event_resources` (32194CREATE TABLE `map_event_resources` (
26464  `map_event_resources_id` int(11) UNSIGNED NOT NULL,32195  `map_event_resources_id` int(11) UNSIGNED NOT NULL,
26465  `fk_medbiq_resource_id` int(11) DEFAULT NULL,32196  `fk_medbiq_resource_id` int(11) DEFAULT NULL,
26466  `fk_resource_id` int(11) NOT NULL,32197  `fk_resource_id` int(11) NOT NULL,
26467  `updated_date` bigint(64) NOT NULL,32198  `updated_date` bigint(64) NOT NULL,
26468  `updated_by` int(11) NOT NULL32199  `updated_by` int(11) NOT NULL
26469) ENGINE=InnoDB DEFAULT CHARSET=utf8;32200) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2647032201
26471-- --------------------------------------------------------32202-- --------------------------------------------------------
2647232203
26473--32204--
26474-- Table structure for table `medbiq_assessment_methods`32205-- Table structure for table `medbiq_assessment_methods`
26475--32206--
2647632207
26477CREATE TABLE `medbiq_assessment_methods` (32208CREATE TABLE `medbiq_assessment_methods` (
26478  `assessment_method_id` int(11) UNSIGNED NOT NULL,32209  `assessment_method_id` int(11) UNSIGNED NOT NULL,
26479  `code` varchar(10) DEFAULT NULL,32210  `code` varchar(10) DEFAULT NULL,
26480  `assessment_method` varchar(250) NOT NULL DEFAULT '',32211  `assessment_method` varchar(250) NOT NULL DEFAULT '',
26481  `assessment_method_description` text,32212  `assessment_method_description` text,
26482  `active` int(1) NOT NULL DEFAULT '1',32213  `active` int(1) NOT NULL DEFAULT '1',
26483  `updated_date` bigint(64) NOT NULL,32214  `updated_date` bigint(64) NOT NULL,
26484  `updated_by` int(11) NOT NULL32215  `updated_by` int(11) NOT NULL
26485) ENGINE=InnoDB DEFAULT CHARSET=utf8;32216) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2648632217
26487--32218--
26488-- Dumping data for table `medbiq_assessment_methods`32219-- Dumping data for table `medbiq_assessment_methods`
26489--32220--
2649032221
26491INSERT INTO `medbiq_assessment_methods` (`assessment_method_id`, `code`, `assessment_method`, `assessment_method_description`, `active`, `updated_date`, `updated_by`) VALUES32222INSERT INTO `medbiq_assessment_methods` (`assessment_method_id`, `code`, `assessment_method`, `assessment_method_description`, `active`, `updated_date`, `updated_by`) VALUES
26492(1, 'AM001', 'Clinical Documentation Review', 'The review and assessment of clinical notes and logs kept by learners as part of practical training in the clinical setting (Bowen & Smith, 2010; Irby, 1995)', 1, 0, 0),32223(1, 'AM001', 'Clinical Documentation Review', 'The review and assessment of clinical notes and logs kept by learners as part of practical training in the clinical setting (Bowen & Smith, 2010; Irby, 1995)', 1, 0, 0),
26493(2, 'AM002', 'Clinical Performance Rating/Checklist', 'A non-narrative assessment tool (checklist, Likert-type scale, other instrument) used to note completion or\rachievement of learning tasks (MacRae, Vu, Graham, Word-Sims, Colliver, & Robbs, 1995; Turnbull, Gray, & MacFadyen, 1998) also see ?Direct Observations or Performance Audits,? Institute for International Medical Education, 2002)', 1, 0, 0),32224(2, 'AM002', 'Clinical Performance Rating/Checklist', 'A non-narrative assessment tool (checklist, Likert-type scale, other instrument) used to note completion or\rachievement of learning tasks (MacRae, Vu, Graham, Word-Sims, Colliver, & Robbs, 1995; Turnbull, Gray, & MacFadyen, 1998) also see ?Direct Observations or Performance Audits,? Institute for International Medical Education, 2002)', 1, 0, 0),
26494(3, 'AM003', 'Exam - Institutionally Developed, Clinical Performance', 'Practical performance-based examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011) (Includes observation of learner or small group by instructor)', 1, 0, 0),32225(3, 'AM003', 'Exam - Institutionally Developed, Clinical Performance', 'Practical performance-based examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011) (Includes observation of learner or small group by instructor)', 1, 0, 0),
26495(4, 'AM004', 'Exam - Institutionally Developed, Written/Computer-based', 'Examination utilizing various written question-and-answer formats (multiple-choice, short answer, essay, etc.) which may assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning (Cooke, Irby, & O?Brien, 2010b; LCME, 2011)', 1, 0, 0),32226(4, 'AM004', 'Exam - Institutionally Developed, Written/Computer-based', 'Examination utilizing various written question-and-answer formats (multiple-choice, short answer, essay, etc.) which may assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning (Cooke, Irby, & O?Brien, 2010b; LCME, 2011)', 1, 0, 0),
26496(5, 'AM005', 'Exam - Institutionally Developed, Oral', 'Verbal examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011)', 1, 0, 0),32227(5, 'AM005', 'Exam - Institutionally Developed, Oral', 'Verbal examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011)', 1, 0, 0),
26497(6, 'AM006', 'Exam - Licensure, Clinical Performance', 'Practical, performance-based examination developed by a professional licensing body to assess clinical skills such as problem solving, clinical reasoning, decision making, and communication, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a written/computer-based component (MCC, 2011a & 2011c; NBOME, 2010b; USMLE, n.d.); may also be used by schools to assess learners? achievement of certain curricular objectives', 1, 0, 0),32228(6, 'AM006', 'Exam - Licensure, Clinical Performance', 'Practical, performance-based examination developed by a professional licensing body to assess clinical skills such as problem solving, clinical reasoning, decision making, and communication, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a written/computer-based component (MCC, 2011a & 2011c; NBOME, 2010b; USMLE, n.d.); may also be used by schools to assess learners? achievement of certain curricular objectives', 1, 0, 0),
26498(7, 'AM007', 'Exam - Licensure, Written/Computer-based', 'Standardized written examination administered to assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a clinical performance component (MCC, 2011a & 2011b; NBOME, 2010b; USMLE, n.d.); may also be used by schools or learners themselves to assess achievement of certain curricular objectives', 1, 0, 0),32229(7, 'AM007', 'Exam - Licensure, Written/Computer-based', 'Standardized written examination administered to assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a clinical performance component (MCC, 2011a & 2011b; NBOME, 2010b; USMLE, n.d.); may also be used by schools or learners themselves to assess achievement of certain curricular objectives', 1, 0, 0),
26499(8, 'AM008', 'Exam - Nationally Normed/Standardized, Subject', 'Standardized written examination administered to assess learners? achievement of nationally established educational expectations for various levels of training and/or specialized subject area(s) (e.g., NBME Subject or ?Shelf? Exam) (NBME, 2011; NBOME, 2010a)', 1, 0, 0),32230(8, 'AM008', 'Exam - Nationally Normed/Standardized, Subject', 'Standardized written examination administered to assess learners? achievement of nationally established educational expectations for various levels of training and/or specialized subject area(s) (e.g., NBME Subject or ?Shelf? Exam) (NBME, 2011; NBOME, 2010a)', 1, 0, 0),
26500(9, 'AM009', 'Multisource Assessment', 'A formal assessment of performance by supervisors, peers, patients, and coworkers (Bowen & Smith, 2010; Institute for International Medical Education, 2002) (Also see Peer Assessment)', 1, 0, 0),32231(9, 'AM009', 'Multisource Assessment', 'A formal assessment of performance by supervisors, peers, patients, and coworkers (Bowen & Smith, 2010; Institute for International Medical Education, 2002) (Also see Peer Assessment)', 1, 0, 0),
26501(10, 'AM010', 'Narrative Assessment', 'An instructor\'s or observer\'s written subjective assessment of a learner\'s work or performance (Mennin, McConnell, & Anderson, 1997); May Include: Comments within larger assessment; Observation of learner or small group by instructor', 1, 0, 0),32232(10, 'AM010', 'Narrative Assessment', 'An instructor\'s or observer\'s written subjective assessment of a learner\'s work or performance (Mennin, McConnell, & Anderson, 1997); May Include: Comments within larger assessment; Observation of learner or small group by instructor', 1, 0, 0),
26502(11, 'AM011', 'Oral Patient Presentation', 'The presentation of clinical case (patient) findings, history and physical, differential diagnosis, treatment plan, etc., by a learner to an instructor or small group, and subsequent discussion with the instructor and/or small group for the purposes of learner demonstrating skills in clinical reasoning, problem-solving, etc.\r(Wiener, 1974)', 1, 0, 0),32233(11, 'AM011', 'Oral Patient Presentation', 'The presentation of clinical case (patient) findings, history and physical, differential diagnosis, treatment plan, etc., by a learner to an instructor or small group, and subsequent discussion with the instructor and/or small group for the purposes of learner demonstrating skills in clinical reasoning, problem-solving, etc.\r(Wiener, 1974)', 1, 0, 0),
26503(12, 'AM012', 'Participation', 'Sharing or taking part in an activity (Education Resources Information Center, 1966b)', 1, 0, 0),32234(12, 'AM012', 'Participation', 'Sharing or taking part in an activity (Education Resources Information Center, 1966b)', 1, 0, 0),
26504(13, 'AM013', 'Peer Assessment', 'The concurrent or retrospective review by learners of the quality and efficiency of practices or services ordered or performed by fellow learners (based on MeSH Scope Note for \"Peer Review, Health Care,\" U.S. National Library of Medicine, 1992)', 1, 0, 0),32235(13, 'AM013', 'Peer Assessment', 'The concurrent or retrospective review by learners of the quality and efficiency of practices or services ordered or performed by fellow learners (based on MeSH Scope Note for \"Peer Review, Health Care,\" U.S. National Library of Medicine, 1992)', 1, 0, 0),
26505(14, 'AM014', 'Portfolio-Based Assessment', 'Review of a learner\'s achievement of agreed-upon academic objectives or completion of a negotiated set of learning activities, based on a learner portfolio (Institute for International Medical Education, 2002) (\"a systematic collection of a student\'s work samples, records of observation, test results, etc., over a period of time\"? Education Resources Information Center, 1994)', 1, 0, 0),32236(14, 'AM014', 'Portfolio-Based Assessment', 'Review of a learner\'s achievement of agreed-upon academic objectives or completion of a negotiated set of learning activities, based on a learner portfolio (Institute for International Medical Education, 2002) (\"a systematic collection of a student\'s work samples, records of observation, test results, etc., over a period of time\"? Education Resources Information Center, 1994)', 1, 0, 0),
26506(15, 'AM015', 'Practical (Lab)', 'Learner engagement in hands-on or simulated exercises in which they collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 0, 1588743484, 1),32237(15, 'AM015', 'Practical (Lab)', 'Learner engagement in hands-on or simulated exercises in which they collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 0, 1588743484, 1),
26507(16, 'AM016', 'Research or Project Assessment', 'Assessment of activities and outcomes (e.g., posters, presentations, reports, etc.) of a project in which the learner participated or conducted research (Dyrbye, Davidson, & Cook, 2008)', 1, 0, 0),32238(16, 'AM016', 'Research or Project Assessment', 'Assessment of activities and outcomes (e.g., posters, presentations, reports, etc.) of a project in which the learner participated or conducted research (Dyrbye, Davidson, & Cook, 2008)', 1, 0, 0),
26508(17, 'AM017', 'Self-Assessment', 'The process of evaluating one?s own deficiencies, achievements, behavior or professional performance and competencies (Institute for International Medical Education, 2002); Assessment completed by the learner to reflect and critically assess his/her own performance against a set of established criteria (Gordon, 1991) (NOTE: Does not refer to NBME Self-Assessment)', 1, 0, 0),32239(17, 'AM017', 'Self-Assessment', 'The process of evaluating one?s own deficiencies, achievements, behavior or professional performance and competencies (Institute for International Medical Education, 2002); Assessment completed by the learner to reflect and critically assess his/her own performance against a set of established criteria (Gordon, 1991) (NOTE: Does not refer to NBME Self-Assessment)', 1, 0, 0),
26509(18, 'AM018', 'Stimulated Recall', 'The use of various stimuli (e.g., written records, audio tapes, video tapes) to re-activate the experience of a learner during a learning activity or clinical encounter in order to reflect on task performance, reasoning, decision-making, interpersonal skills, personal thoughts and feelings, etc. (Barrows, 2000)', 1, 0, 0),32240(18, 'AM018', 'Stimulated Recall', 'The use of various stimuli (e.g., written records, audio tapes, video tapes) to re-activate the experience of a learner during a learning activity or clinical encounter in order to reflect on task performance, reasoning, decision-making, interpersonal skills, personal thoughts and feelings, etc. (Barrows, 2000)', 1, 0, 0),
26510(19, 'AM019', 'Exam - Institutionally Developed, Laboratory Practical (Lab)', 'Examination activities that use hands-on or simulated exercises in which students collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena.', 1, 1588743484, 1);32241(19, 'AM019', 'Exam - Institutionally Developed, Laboratory Practical (Lab)', 'Examination activities that use hands-on or simulated exercises in which students collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena.', 1, 1588743484, 1);
2651132242
26512-- --------------------------------------------------------32243-- --------------------------------------------------------
2651332244
26514--32245--
26515-- Table structure for table `medbiq_instructional_methods`32246-- Table structure for table `medbiq_instructional_methods`
26516--32247--
2651732248
26518CREATE TABLE `medbiq_instructional_methods` (32249CREATE TABLE `medbiq_instructional_methods` (
26519  `instructional_method_id` int(11) UNSIGNED NOT NULL,32250  `instructional_method_id` int(11) UNSIGNED NOT NULL,
26520  `code` varchar(10) DEFAULT NULL,32251  `code` varchar(10) DEFAULT NULL,
26521  `instructional_method` varchar(250) NOT NULL DEFAULT '',32252  `instructional_method` varchar(250) NOT NULL DEFAULT '',
26522  `instructional_method_description` text,32253  `instructional_method_description` text,
26523  `active` int(1) NOT NULL DEFAULT '1',32254  `active` int(1) NOT NULL DEFAULT '1',
26524  `updated_date` bigint(64) NOT NULL,32255  `updated_date` bigint(64) NOT NULL,
26525  `updated_by` int(11) NOT NULL32256  `updated_by` int(11) NOT NULL
26526) ENGINE=InnoDB DEFAULT CHARSET=utf8;32257) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2652732258
26528--32259--
26529-- Dumping data for table `medbiq_instructional_methods`32260-- Dumping data for table `medbiq_instructional_methods`
26530--32261--
2653132262
26532INSERT INTO `medbiq_instructional_methods` (`instructional_method_id`, `code`, `instructional_method`, `instructional_method_description`, `active`, `updated_date`, `updated_by`) VALUES32263INSERT INTO `medbiq_instructional_methods` (`instructional_method_id`, `code`, `instructional_method`, `instructional_method_description`, `active`, `updated_date`, `updated_by`) VALUES
26533(1, 'IM001', 'Case-Based Instruction/Learning', 'The use of patient cases (actual or theoretical) to stimulate discussion, questioning, problem solving, and reasoning on issues pertaining to the basic sciences and clinical disciplines (Anderson, 2010)', 1, 0, 0),32264(1, 'IM001', 'Case-Based Instruction/Learning', 'The use of patient cases (actual or theoretical) to stimulate discussion, questioning, problem solving, and reasoning on issues pertaining to the basic sciences and clinical disciplines (Anderson, 2010)', 1, 0, 0),
26534(2, 'IM002', 'Clinical Experience - Ambulatory', 'Practical experience(s) in patient care and health-related services carried out in an ambulatory/outpatient\rsetting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0),32265(2, 'IM002', 'Clinical Experience - Ambulatory', 'Practical experience(s) in patient care and health-related services carried out in an ambulatory/outpatient\rsetting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0),
26535(3, 'IM003', 'Clinical Experience - Inpatient', 'Practical experience(s) in patient care and health-related services carried out in an inpatient setting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0),32266(3, 'IM003', 'Clinical Experience - Inpatient', 'Practical experience(s) in patient care and health-related services carried out in an inpatient setting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0),
26536(4, 'IM004', 'Concept Mapping', 'Technique [that] allows learners to organize and represent knowledge in an explicit interconnected network. Linkages between concepts are explored to make apparent connections that are not usually seen. Concept mapping also encourages the asking of questions about relationships between concepts that may not have been presented in traditional courses, standard texts, and teaching materials. It shifts the focus of learning away from rote acquisition of information to visualizing the underlying concepts that provide the cognitive\rframework of what the learner already knows, to facilitate the acquisition of new knowledge (Weiss & Levinson, 2000, citing Novak & Gowin, 1984)', 1, 0, 0),32267(4, 'IM004', 'Concept Mapping', 'Technique [that] allows learners to organize and represent knowledge in an explicit interconnected network. Linkages between concepts are explored to make apparent connections that are not usually seen. Concept mapping also encourages the asking of questions about relationships between concepts that may not have been presented in traditional courses, standard texts, and teaching materials. It shifts the focus of learning away from rote acquisition of information to visualizing the underlying concepts that provide the cognitive\rframework of what the learner already knows, to facilitate the acquisition of new knowledge (Weiss & Levinson, 2000, citing Novak & Gowin, 1984)', 1, 0, 0),
26537(5, 'IM005', 'Conference', NULL, 1, 0, 0),32268(5, 'IM005', 'Conference', NULL, 1, 0, 0),
26538(6, 'IM006', 'Demonstration', 'A description, performance, or explanation of a process, illustrated by examples, observable action, specimens, etc. (Dictionary.com, n.d.)', 1, 0, 0),32269(6, 'IM006', 'Demonstration', 'A description, performance, or explanation of a process, illustrated by examples, observable action, specimens, etc. (Dictionary.com, n.d.)', 1, 0, 0),
26539(7, 'IM007', 'Discussion, Large Group (>13)', 'An exchange (oral or written) of opinions, observations, or ideas among a Large Group [more than 12\rparticipants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0),32270(7, 'IM007', 'Discussion, Large Group (>13)', 'An exchange (oral or written) of opinions, observations, or ideas among a Large Group [more than 12\rparticipants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0),
26540(8, 'IM008', 'Discussion, Small Group (<12)', 'An exchange (oral or written) of opinions, observations, or ideas among a Small Group [12 or fewer participants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0),32271(8, 'IM008', 'Discussion, Small Group (<12)', 'An exchange (oral or written) of opinions, observations, or ideas among a Small Group [12 or fewer participants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0),
26541(9, 'IM009', 'Games', 'Individual or group games that have cognitive, social, behavioral, and/or emotional, etc., dimensions which are related to educational objectives (Education Resources Information Center, 1966a)', 1, 0, 0),32272(9, 'IM009', 'Games', 'Individual or group games that have cognitive, social, behavioral, and/or emotional, etc., dimensions which are related to educational objectives (Education Resources Information Center, 1966a)', 1, 0, 0),
26542(10, 'IM010', 'Independent Learning', 'Instructor-/ or mentor-guided learning activities to be performed by the learner outside of formal educational settings (classroom, lab, clinic) (Bowen & Smith, 2010); Dedicated time on learner schedules to prepare for specific learning activities, e.g., case discussions, TBL, PBL, clinical activities, research project(s)', 1, 0, 0),32273(10, 'IM010', 'Independent Learning', 'Instructor-/ or mentor-guided learning activities to be performed by the learner outside of formal educational settings (classroom, lab, clinic) (Bowen & Smith, 2010); Dedicated time on learner schedules to prepare for specific learning activities, e.g., case discussions, TBL, PBL, clinical activities, research project(s)', 1, 0, 0),
26543(11, 'IM011', 'Journal Club', 'A forum in which participants discuss recent research papers from field literature in order to develop\rcritical reading skills (comprehension, analysis, and critique) (Cooke, Irby, & O\'Brien, 2010a; Mann & O\'Neill, 2010; Woods & Winkel, 1982)', 1, 0, 0),32274(11, 'IM011', 'Journal Club', 'A forum in which participants discuss recent research papers from field literature in order to develop\rcritical reading skills (comprehension, analysis, and critique) (Cooke, Irby, & O\'Brien, 2010a; Mann & O\'Neill, 2010; Woods & Winkel, 1982)', 1, 0, 0),
26544(12, 'IM012', 'Laboratory', 'Hands-on or simulated exercises in which learners collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 1, 0, 0),32275(12, 'IM012', 'Laboratory', 'Hands-on or simulated exercises in which learners collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 1, 0, 0),
26545(13, 'IM013', 'Lecture', 'An instruction or verbal discourse by a speaker before a large group of learners (Institute for International Medical Education, 2002)', 1, 0, 0),32276(13, 'IM013', 'Lecture', 'An instruction or verbal discourse by a speaker before a large group of learners (Institute for International Medical Education, 2002)', 1, 0, 0),
26546(14, 'IM014', 'Mentorship', 'The provision of guidance, direction and support by senior professionals to learners or more junior professionals (U.S. National Library of Medicine, 1987)', 1, 0, 0),32277(14, 'IM014', 'Mentorship', 'The provision of guidance, direction and support by senior professionals to learners or more junior professionals (U.S. National Library of Medicine, 1987)', 1, 0, 0),
26547(15, 'IM015', 'Patient Presentation - Faculty', 'A presentation by faculty of patient findings, history and physical, differential diagnosis, treatment plan,\retc. (Wiener, 1974)', 1, 0, 0),32278(15, 'IM015', 'Patient Presentation - Faculty', 'A presentation by faculty of patient findings, history and physical, differential diagnosis, treatment plan,\retc. (Wiener, 1974)', 1, 0, 0),
26548(16, 'IM016', 'Patient Presentation - Learner', 'A presentation by a learner or learners to faculty, resident(s), and/or other learners of patient findings, history and physical, differential diagnosis, treatment plan, etc. (Wiener, 1974)', 1, 0, 0),32279(16, 'IM016', 'Patient Presentation - Learner', 'A presentation by a learner or learners to faculty, resident(s), and/or other learners of patient findings, history and physical, differential diagnosis, treatment plan, etc. (Wiener, 1974)', 1, 0, 0),
26549(17, 'IM017', 'Peer Teaching', 'Learner-to-learner instruction for the mutual learning experience of both \"teacher\" and \"learner\" may be \"peer-to-peer\" (same training level) or \"near-peer\" (higher-level learner teaching lower-level learner)\r(Soriano et al., 2010)', 1, 0, 0),32280(17, 'IM017', 'Peer Teaching', 'Learner-to-learner instruction for the mutual learning experience of both \"teacher\" and \"learner\" may be \"peer-to-peer\" (same training level) or \"near-peer\" (higher-level learner teaching lower-level learner)\r(Soriano et al., 2010)', 1, 0, 0),
26550(18, 'IM018', 'Preceptorship', 'Practical experience in medical and health-related services wherein the professionally-trained learner works\runder the supervision of an established professional in the particular field (U. S. National Library of Medicine, 1974)', 1, 0, 0),32281(18, 'IM018', 'Preceptorship', 'Practical experience in medical and health-related services wherein the professionally-trained learner works\runder the supervision of an established professional in the particular field (U. S. National Library of Medicine, 1974)', 1, 0, 0),
26551(19, 'IM019', 'Problem-Based Learning (PBL)', 'The use of carefully selected and designed patient cases that demand from the learner acquisition of critical\rknowledge, problem solving proficiency, self-directed learning strategies, and team participation skills as those needed in professional practice (Eshach & Bitterman, 2003; see also Major & Palmer, 2001; Cooke, Irby, & O\'Brien, 2010b;\rBarrows & Tamblyn, 1980)', 1, 0, 0),32282(19, 'IM019', 'Problem-Based Learning (PBL)', 'The use of carefully selected and designed patient cases that demand from the learner acquisition of critical\rknowledge, problem solving proficiency, self-directed learning strategies, and team participation skills as those needed in professional practice (Eshach & Bitterman, 2003; see also Major & Palmer, 2001; Cooke, Irby, & O\'Brien, 2010b;\rBarrows & Tamblyn, 1980)', 1, 0, 0),
26552(20, 'IM020', 'Reflection', 'Examination by the learner of his/her personal experiences of a learning event, including the cognitive, emotional, and affective aspects; the use of these past experiences in combination with objective information\rto inform present clinical decision-making and problem-solving (Mann, Gordon, & MacLeod, 2009; Mann & O\'Neill, 2010)', 1, 0, 0),32283(20, 'IM020', 'Reflection', 'Examination by the learner of his/her personal experiences of a learning event, including the cognitive, emotional, and affective aspects; the use of these past experiences in combination with objective information\rto inform present clinical decision-making and problem-solving (Mann, Gordon, & MacLeod, 2009; Mann & O\'Neill, 2010)', 1, 0, 0),
26553(21, 'IM021', 'Research', 'Short-term or sustained participation in research', 1, 0, 0),32284(21, 'IM021', 'Research', 'Short-term or sustained participation in research', 1, 0, 0),
26554(22, 'IM022', 'Role Play/Dramatization', 'The adopting or performing the role or activities of another individual', 1, 0, 0),32285(22, 'IM022', 'Role Play/Dramatization', 'The adopting or performing the role or activities of another individual', 1, 0, 0),
26555(23, 'IM023', 'Self-Directed Learning', 'Learners taking the initiative for their own learning: diagnosing needs, formulating goals, identifying resources, implementing appropriate activities, and evaluating outcomes (Garrison, 1997; Spencer & Jordan, 1999)', 1, 0, 0),32286(23, 'IM023', 'Self-Directed Learning', 'Learners taking the initiative for their own learning: diagnosing needs, formulating goals, identifying resources, implementing appropriate activities, and evaluating outcomes (Garrison, 1997; Spencer & Jordan, 1999)', 1, 0, 0),
26556(24, 'IM024', 'Service Learning Activity', 'A structured learning experience that combines community service with preparation and reflection (LCME, 2011)', 1, 0, 0),32287(24, 'IM024', 'Service Learning Activity', 'A structured learning experience that combines community service with preparation and reflection (LCME, 2011)', 1, 0, 0),
26557(25, 'IM025', 'Simulation', 'A method used to replace or amplify real patient encounters with scenarios designed to replicate real health care situations, using lifelike mannequins, physical models, standardized patients, or computers (Passiment,\rSacks, & Huang, 2011)', 1, 0, 0),32288(25, 'IM025', 'Simulation', 'A method used to replace or amplify real patient encounters with scenarios designed to replicate real health care situations, using lifelike mannequins, physical models, standardized patients, or computers (Passiment,\rSacks, & Huang, 2011)', 1, 0, 0),
26558(26, 'IM026', 'Team-Based Learning (TBL)', 'A form of collaborative learning that follows a specific sequence of individual work, group work and immediate feedback; engages learners in learning activities within a small group that works independently in classes with high learner-faculty ratios (Anderson, 2010; Team-Based Learning Collaborative, n.d.; Thompson, Schneider, Haidet, Perkowski, & Richards, 2007)', 1, 0, 0),32289(26, 'IM026', 'Team-Based Learning (TBL)', 'A form of collaborative learning that follows a specific sequence of individual work, group work and immediate feedback; engages learners in learning activities within a small group that works independently in classes with high learner-faculty ratios (Anderson, 2010; Team-Based Learning Collaborative, n.d.; Thompson, Schneider, Haidet, Perkowski, & Richards, 2007)', 1, 0, 0),
26559(27, 'IM027', 'Team-Building', 'Workshops, sessions, and/or activities contributing to the development of teamwork skills, often as a foundation for group work in learning (PBL, TBL, etc.) and practice (interprofessional/-disciplinary, etc.)\r(Morrison, Goldfarb, & Lanken, 2010)', 1, 0, 0),32290(27, 'IM027', 'Team-Building', 'Workshops, sessions, and/or activities contributing to the development of teamwork skills, often as a foundation for group work in learning (PBL, TBL, etc.) and practice (interprofessional/-disciplinary, etc.)\r(Morrison, Goldfarb, & Lanken, 2010)', 1, 0, 0),
26560(28, 'IM028', 'Tutorial', 'Instruction provided to a learner or small group of learners by direct interaction with an instructor (Education\rResources Information Center, 1966c)', 1, 0, 0),32291(28, 'IM028', 'Tutorial', 'Instruction provided to a learner or small group of learners by direct interaction with an instructor (Education\rResources Information Center, 1966c)', 1, 0, 0),
26561(29, 'IM029', 'Ward Rounds', 'An instructional session conducted in an actual clinical setting, using real patients or patient cases to demonstrate procedures or clinical skills, illustrate clinical reasoning and problem-solving, or stimulate discussion and analytical thinking among a group of learners (Bowen & Smith, 2010; Wiener, 1974)', 1, 0, 0),32292(29, 'IM029', 'Ward Rounds', 'An instructional session conducted in an actual clinical setting, using real patients or patient cases to demonstrate procedures or clinical skills, illustrate clinical reasoning and problem-solving, or stimulate discussion and analytical thinking among a group of learners (Bowen & Smith, 2010; Wiener, 1974)', 1, 0, 0),
26562(30, 'IM030', 'Workshop', 'A brief intensive educational program for a relatively small group of people that focuses especially on techniques and skills related to a specific topic (U. S. National Library of Medicine, 2011)', 1, 0, 0);32293(30, 'IM030', 'Workshop', 'A brief intensive educational program for a relatively small group of people that focuses especially on techniques and skills related to a specific topic (U. S. National Library of Medicine, 2011)', 1, 0, 0);
2656332294
26564-- --------------------------------------------------------32295-- --------------------------------------------------------
2656532296
26566--32297--
26567-- Table structure for table `medbiq_resources`32298-- Table structure for table `medbiq_resources`
26568--32299--
2656932300
26570CREATE TABLE `medbiq_resources` (32301CREATE TABLE `medbiq_resources` (
26571  `resource_id` int(11) UNSIGNED NOT NULL,32302  `resource_id` int(11) UNSIGNED NOT NULL,
26572  `code` varchar(10) DEFAULT NULL,32303  `code` varchar(10) DEFAULT NULL,
26573  `resource` varchar(250) NOT NULL DEFAULT '',32304  `resource` varchar(250) NOT NULL DEFAULT '',
26574  `resource_description` text,32305  `resource_description` text,
26575  `active` int(1) NOT NULL DEFAULT '1',32306  `active` int(1) NOT NULL DEFAULT '1',
26576  `updated_date` bigint(64) NOT NULL,32307  `updated_date` bigint(64) NOT NULL,
26577  `updated_by` int(11) NOT NULL32308  `updated_by` int(11) NOT NULL
26578) ENGINE=InnoDB DEFAULT CHARSET=utf8;32309) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2657932310
26580--32311--
26581-- Dumping data for table `medbiq_resources`32312-- Dumping data for table `medbiq_resources`
26582--32313--
2658332314
26584INSERT INTO `medbiq_resources` (`resource_id`, `code`, `resource`, `resource_description`, `active`, `updated_date`, `updated_by`) VALUES32315INSERT INTO `medbiq_resources` (`resource_id`, `code`, `resource`, `resource_description`, `active`, `updated_date`, `updated_by`) VALUES
26585(1, 'RE002', 'Audience Response System', 'An electronic communication system that allows groups of people to vote on a topic or answer a question. Each person has a remote control (\"clicker\") with which selections can be made; Typically, the results are\rinstantly made available to the participants via a graph displayed on the projector. (Group on Information Resources, 2011; Stoddard & Piquette, 2010)', 1, 0, 0),32316(1, 'RE002', 'Audience Response System', 'An electronic communication system that allows groups of people to vote on a topic or answer a question. Each person has a remote control (\"clicker\") with which selections can be made; Typically, the results are\rinstantly made available to the participants via a graph displayed on the projector. (Group on Information Resources, 2011; Stoddard & Piquette, 2010)', 1, 0, 0),
26586(2, 'RE003', 'Audio', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using auditory delivery (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0),32317(2, 'RE003', 'Audio', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using auditory delivery (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0),
26587(3, 'RE004', 'Cadaver', 'A human body preserved post-mortem and \"used...to study anatomy, identify disease sites, determine causes of death, and provide tissue to repair a defect in a living human being\" (MedicineNet.com, 2004)', 1, 0, 0),32318(3, 'RE004', 'Cadaver', 'A human body preserved post-mortem and \"used...to study anatomy, identify disease sites, determine causes of death, and provide tissue to repair a defect in a living human being\" (MedicineNet.com, 2004)', 1, 0, 0),
26588(4, 'RE005', 'Clinical Case', 'The application and elaboration of concepts introduced in lecture, reading assignments, independent study, and other learning activities to real patient or case scenarios in order to promote knowledge retrieval in similar clinical situations at a later time (Euliano, 2001)', 1, 0, 0),32319(4, 'RE005', 'Clinical Case', 'The application and elaboration of concepts introduced in lecture, reading assignments, independent study, and other learning activities to real patient or case scenarios in order to promote knowledge retrieval in similar clinical situations at a later time (Euliano, 2001)', 1, 0, 0),
26589(5, 'RE006', 'Distance Learning - Asynchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, and which \"does not occur in real time or involve simultaneous interaction on the part of participants. It is intermittent and generally characterized by a significant time delay or interval between sending and receiving or responding to messages\" (Education Resources Information Center, 1983; 2008a)', 1, 0, 0),32320(5, 'RE006', 'Distance Learning - Asynchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, and which \"does not occur in real time or involve simultaneous interaction on the part of participants. It is intermittent and generally characterized by a significant time delay or interval between sending and receiving or responding to messages\" (Education Resources Information Center, 1983; 2008a)', 1, 0, 0),
26590(6, 'RE007', 'Distance Learning - Synchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, \"in real time, characterized by concurrent exchanges between participants. Interaction is simultaneous without a meaningful time delay between sending a message and receiving or responding to it. Occurs in electronic (e.g., interactive videoconferencing) and non-electronic environments (e.g., telephone conversations)\" (Education Resources Information Center, 1983; 2008c)', 1, 0, 0),32321(6, 'RE007', 'Distance Learning - Synchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, \"in real time, characterized by concurrent exchanges between participants. Interaction is simultaneous without a meaningful time delay between sending a message and receiving or responding to it. Occurs in electronic (e.g., interactive videoconferencing) and non-electronic environments (e.g., telephone conversations)\" (Education Resources Information Center, 1983; 2008c)', 1, 0, 0),
26591(7, 'RE008', 'Educational Technology', 'Mobile or desktop technology (hardware or software) used for instruction/learning through audiovisual (A/V), multimedia, web-based, or online modalities (Group on Information Resources, 2011); Sometimes includes dedicated space (see Virtual/Computerized Lab)', 1, 0, 0),32322(7, 'RE008', 'Educational Technology', 'Mobile or desktop technology (hardware or software) used for instruction/learning through audiovisual (A/V), multimedia, web-based, or online modalities (Group on Information Resources, 2011); Sometimes includes dedicated space (see Virtual/Computerized Lab)', 1, 0, 0),
26592(8, 'RE009', 'Electronic Health/Medical Record (EHR/EMR)', 'An individual patient\'s medical record in digital format...usually accessed on a computer, often over a network...[M]ay be made up of electronic medical records (EMRs) from many locations and/or sources. An Electronic Medical Record (EMR) may be an inpatient or outpatient medical record in digital format that may or may not be linked to or part of a larger EHR (Group on Information Resources, 2011)', 1, 0, 0),32323(8, 'RE009', 'Electronic Health/Medical Record (EHR/EMR)', 'An individual patient\'s medical record in digital format...usually accessed on a computer, often over a network...[M]ay be made up of electronic medical records (EMRs) from many locations and/or sources. An Electronic Medical Record (EMR) may be an inpatient or outpatient medical record in digital format that may or may not be linked to or part of a larger EHR (Group on Information Resources, 2011)', 1, 0, 0),
26593(9, 'RE010', 'Film/Video', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using visual recordings (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0),32324(9, 'RE010', 'Film/Video', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using visual recordings (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0),
26594(10, 'RE011', 'Key Feature', 'An element specific to a clinical case or problem that demands the use of particular clinical skills in order to achieve the problem\'s successful resolution; Typically presented as written exam questions, as in the Canadian Qualifying Examination in Medicine (Page & Bordage, 1995; Page, Bordage, & Allen, 1995)', 1, 0, 0),32325(10, 'RE011', 'Key Feature', 'An element specific to a clinical case or problem that demands the use of particular clinical skills in order to achieve the problem\'s successful resolution; Typically presented as written exam questions, as in the Canadian Qualifying Examination in Medicine (Page & Bordage, 1995; Page, Bordage, & Allen, 1995)', 1, 0, 0),
26595(11, 'RE012', 'Mannequin', 'A life-size model of the human body that mimics various anatomical functions to teach skills and procedures in health education; may be low-fidelity (having limited or no electronic inputs) or high-fidelity\r(connected to a computer that allows the robot to respond dynamically to user input) (Group on Information Resources, 2011; Passiment, Sacks, & Huang, 2011)', 1, 0, 0),32326(11, 'RE012', 'Mannequin', 'A life-size model of the human body that mimics various anatomical functions to teach skills and procedures in health education; may be low-fidelity (having limited or no electronic inputs) or high-fidelity\r(connected to a computer that allows the robot to respond dynamically to user input) (Group on Information Resources, 2011; Passiment, Sacks, & Huang, 2011)', 1, 0, 0),
26596(12, 'RE017', 'Plastinated Specimens', 'Organic material preserved by replacing water and fat in tissue with silicone, resulting in \"anatomical specimens [that] are safer to use, more pleasant to use, and are much more durable and have a much longer shelf life\" (University of Michigan Plastination Lab, n.d.); See also: Wet Lab', 1, 0, 0),32327(12, 'RE017', 'Plastinated Specimens', 'Organic material preserved by replacing water and fat in tissue with silicone, resulting in \"anatomical specimens [that] are safer to use, more pleasant to use, and are much more durable and have a much longer shelf life\" (University of Michigan Plastination Lab, n.d.); See also: Wet Lab', 1, 0, 0),
26597(13, 'RE018', 'Written or Visual Media (or Digital Equivalent)', 'Reference materials produced or selected by faculty to augment course teaching and learning', 1, 0, 0),32328(13, 'RE018', 'Written or Visual Media (or Digital Equivalent)', 'Reference materials produced or selected by faculty to augment course teaching and learning', 1, 0, 0),
26598(14, 'RE015', 'Patient - Receiving Clinical Care', 'An actual clinical patient', 1, 0, 0),32329(14, 'RE015', 'Patient - Receiving Clinical Care', 'An actual clinical patient', 1, 0, 0),
26599(15, 'RE020', 'Searchable Electronic Database', 'A collection of information organized in such a way that a computer program can quickly select desired pieces of data (Webopedia, n.d.)', 1, 0, 0),32330(15, 'RE020', 'Searchable Electronic Database', 'A collection of information organized in such a way that a computer program can quickly select desired pieces of data (Webopedia, n.d.)', 1, 0, 0),
26600(16, 'RE021', 'Standardized/Simulated Patient (SP)', 'Individual trained to portray a patient with a specific condition in a realistic, standardized and repeatable way (where portrayal/presentation varies based only on learner performance) (ASPE, 2011)', 1, 0, 0),32331(16, 'RE021', 'Standardized/Simulated Patient (SP)', 'Individual trained to portray a patient with a specific condition in a realistic, standardized and repeatable way (where portrayal/presentation varies based only on learner performance) (ASPE, 2011)', 1, 0, 0),
26601(17, 'RE022', 'Task Trainer', 'A physical model that simulates a subset of physiologic function to include normal and abnormal anatomy (Passiment, Sacks, & Huang, 2011); Such models which provide just the key elements of the task or skill being learned (CISL, 2011)', 1, 0, 0),32332(17, 'RE022', 'Task Trainer', 'A physical model that simulates a subset of physiologic function to include normal and abnormal anatomy (Passiment, Sacks, & Huang, 2011); Such models which provide just the key elements of the task or skill being learned (CISL, 2011)', 1, 0, 0),
26602(18, 'RE024', 'Virtual Patient', 'An interactive computer simulation of real-life clinical scenarios for the purpose of medical training, education, or assessment (Smothers, Azan, & Ellaway, 2010)', 1, 0, 0),32333(18, 'RE024', 'Virtual Patient', 'An interactive computer simulation of real-life clinical scenarios for the purpose of medical training, education, or assessment (Smothers, Azan, & Ellaway, 2010)', 1, 0, 0),
26603(19, 'RE025', 'Virtual/Computerized Laboratory', 'A practical learning environment in which technology- and computer-based simulations allow learners to engage in computer-assisted instruction while being able to ask and answer questions and also engage in discussion of content (Cooke, Irby, & O\'Brien, 2010a); also, to learn through experience by performing medical tasks, especially high-risk ones, in a safe environment (Uniformed Services University, 2011)', 1, 0, 0),32334(19, 'RE025', 'Virtual/Computerized Laboratory', 'A practical learning environment in which technology- and computer-based simulations allow learners to engage in computer-assisted instruction while being able to ask and answer questions and also engage in discussion of content (Cooke, Irby, & O\'Brien, 2010a); also, to learn through experience by performing medical tasks, especially high-risk ones, in a safe environment (Uniformed Services University, 2011)', 1, 0, 0),
26604(20, 'RE026', 'Wet Laboratory', 'Facilities outfitted with specialized equipment* and bench space or adjustable, flexible desktop space for working with solutions or biological materials (\"C.1 Wet Laboratories,\" 2006; Stanford University School of Medicine, 2007;\rWBDG Staff, 2010) *Often includes sinks, chemical fume hoods, biosafety cabinets, and piped services such as deionized or RO water, lab cold and hot water, lab waste/vents, carbon dioxide, vacuum, compressed air, eyewash, safety showers, natural gas, telephone, LAN, and power (\"C.1 Wet Laboratories,\" 2006)', 1, 0, 0),32335(20, 'RE026', 'Wet Laboratory', 'Facilities outfitted with specialized equipment* and bench space or adjustable, flexible desktop space for working with solutions or biological materials (\"C.1 Wet Laboratories,\" 2006; Stanford University School of Medicine, 2007;\rWBDG Staff, 2010) *Often includes sinks, chemical fume hoods, biosafety cabinets, and piped services such as deionized or RO water, lab cold and hot water, lab waste/vents, carbon dioxide, vacuum, compressed air, eyewash, safety showers, natural gas, telephone, LAN, and power (\"C.1 Wet Laboratories,\" 2006)', 1, 0, 0),
26605(21, 'RE001', 'Animation', '', 1, 0, 0),32336(21, 'RE001', 'Animation', '', 1, 0, 0),
26606(22, 'RE013', 'Medical Images', '', 1, 0, 0),32337(22, 'RE013', 'Medical Images', '', 1, 0, 0),
26607(23, 'RE014', 'Mobile Application', '', 1, 0, 0),32338(23, 'RE014', 'Mobile Application', '', 1, 0, 0),
26608(24, 'RE019', 'Scenario', '', 1, 0, 0),32339(24, 'RE019', 'Scenario', '', 1, 0, 0),
26609(25, 'RE023', 'Ultrasound', '', 1, 0, 0),32340(25, 'RE023', 'Ultrasound', '', 1, 0, 0),
26610(26, NULL, 'Virtual Reality', '', 1, 0, 0),32341(26, NULL, 'Virtual Reality', '', 1, 0, 0),
26611(27, 'RE016', 'Patient - Teaching', '', 1, 0, 0);32342(27, 'RE016', 'Patient - Teaching', '', 1, 0, 0);
2661232343
26613-- --------------------------------------------------------32344-- --------------------------------------------------------
2661432345
26615--32346--
26616-- Table structure for table `media`32347-- Table structure for table `media`
26617--32348--
2661832349
26619CREATE TABLE `media` (32350CREATE TABLE `media` (
26620  `id` int(11) NOT NULL,32351  `id` int(11) NOT NULL,
26621  `media_source_id` int(11) NOT NULL,32352  `media_source_id` int(11) NOT NULL,
26622  `name` text,32353  `name` text,
26623  `created_date` int(11) NOT NULL,32354  `created_date` int(11) NOT NULL,
26624  `created_by` int(11) NOT NULL,32355  `created_by` int(11) NOT NULL,
26625  `updated_date` int(11) DEFAULT NULL,32356  `updated_date` int(11) DEFAULT NULL,
26626  `updated_by` int(11) DEFAULT NULL,32357  `updated_by` int(11) DEFAULT NULL,
26627  `deleted_date` int(11) DEFAULT NULL32358  `deleted_date` int(11) DEFAULT NULL
26628) ENGINE=InnoDB DEFAULT CHARSET=utf8;32359) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2662932360
26630-- --------------------------------------------------------32361-- --------------------------------------------------------
2663132362
26632--32363--
26633-- Table structure for table `media_lu_source_entity_types`32364-- Table structure for table `media_lu_source_entity_types`
26634--32365--
2663532366
26636CREATE TABLE `media_lu_source_entity_types` (32367CREATE TABLE `media_lu_source_entity_types` (
26637  `id` int(11) NOT NULL,32368  `id` int(11) NOT NULL,
26638  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',32369  `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
26639  `name` text COLLATE utf8_unicode_ci,32370  `name` text COLLATE utf8_unicode_ci,
26640  `active` tinyint(4) NOT NULL DEFAULT '1'32371  `active` tinyint(4) NOT NULL DEFAULT '1'
26641) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32372) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2664232373
26643--32374--
26644-- Dumping data for table `media_lu_source_entity_types`32375-- Dumping data for table `media_lu_source_entity_types`
26645--32376--
2664632377
26647INSERT INTO `media_lu_source_entity_types` (`id`, `shortname`, `name`, `active`) VALUES32378INSERT INTO `media_lu_source_entity_types` (`id`, `shortname`, `name`, `active`) VALUES
26648(1, 'localhost', 'Local Video', 1),32379(1, 'localhost', 'Local Video', 1),
26649(2, 'mediasite', 'Mediasite', 1),32380(2, 'mediasite', 'Mediasite', 1),
26650(3, 'panopto', 'Panopto', 0);32381(3, 'panopto', 'Panopto', 0);
2665132382
26652-- --------------------------------------------------------32383-- --------------------------------------------------------
2665332384
26654--32385--
26655-- Table structure for table `media_lu_source_property_types`32386-- Table structure for table `media_lu_source_property_types`
26656--32387--
2665732388
26658CREATE TABLE `media_lu_source_property_types` (32389CREATE TABLE `media_lu_source_property_types` (
26659  `id` int(11) NOT NULL,32390  `id` int(11) NOT NULL,
26660  `shortname` varchar(128) NOT NULL,32391  `shortname` varchar(128) NOT NULL,
26661  `active` tinyint(4) NOT NULL DEFAULT '1'32392  `active` tinyint(4) NOT NULL DEFAULT '1'
26662) ENGINE=InnoDB DEFAULT CHARSET=utf8;32393) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2666332394
26664--32395--
26665-- Dumping data for table `media_lu_source_property_types`32396-- Dumping data for table `media_lu_source_property_types`
26666--32397--
2666732398
26668INSERT INTO `media_lu_source_property_types` (`id`, `shortname`, `active`) VALUES32399INSERT INTO `media_lu_source_property_types` (`id`, `shortname`, `active`) VALUES
26669(1, 'request_header', 1),32400(1, 'request_header', 1),
26670(2, 'api_key', 1),32401(2, 'api_key', 1),
26671(3, 'authorization_header', 1),32402(3, 'authorization_header', 1),
26672(4, 'primitive', 1),32403(4, 'primitive', 1),
26673(5, 'filename', 1),32404(5, 'filename', 1),
26674(6, 'uri', 1),32405(6, 'uri', 1),
26675(7, 'source_title', 1),32406(7, 'source_title', 1),
26676(8, 'source_description', 1),32407(8, 'source_description', 1),
26677(9, 'recording_title', 1),32408(9, 'recording_title', 1),
26678(10, 'recording_description', 1),32409(10, 'recording_description', 1),
26679(11, 'playback_uri', 1),32410(11, 'playback_uri', 1),
26680(12, 'api_uri', 1),32411(12, 'api_uri', 1),
26681(13, 'release_date', 1),32412(13, 'release_date', 1),
26682(14, 'release_until', 1),32413(14, 'release_until', 1),
26683(15, 'recorder_id', 1),32414(15, 'recorder_id', 1),
26684(16, 'player_id', 1),32415(16, 'player_id', 1),
26685(17, 'schedule_template_id', 1),32416(17, 'schedule_template_id', 1),
26686(18, 'folder_id', 1),32417(18, 'folder_id', 1),
26687(19, 'timezone_id', 1),32418(19, 'timezone_id', 1),
26688(20, 'recording_time_offset', 1),32419(20, 'recording_time_offset', 1),
26689(21, 'api_search_uri', 1),32420(21, 'api_search_uri', 1),
26690(22, 'admin_username', 1),32421(22, 'admin_username', 1),
26691(23, 'timeframe', 1),32422(23, 'timeframe', 1),
26692(24, 'auth_uri', 1),32423(24, 'auth_uri', 1),
26693(25, 'grant_type', 1),32424(25, 'grant_type', 1),
26694(26, 'scope', 1),32425(26, 'scope', 1),
26695(27, 'expiry_date', 1),32426(27, 'expiry_date', 1),
26696(28, 'access_token', 1),32427(28, 'access_token', 1),
26697(29, 'username', 1),32428(29, 'username', 1),
26698(30, 'password', 1);32429(30, 'password', 1);
2669932430
26700-- --------------------------------------------------------32431-- --------------------------------------------------------
2670132432
26702--32433--
26703-- Table structure for table `media_lu_types`32434-- Table structure for table `media_lu_types`
26704--32435--
2670532436
26706CREATE TABLE `media_lu_types` (32437CREATE TABLE `media_lu_types` (
26707  `id` int(11) NOT NULL,32438  `id` int(11) NOT NULL,
26708  `shortname` varchar(128) NOT NULL,32439  `shortname` varchar(128) NOT NULL,
26709  `active` tinyint(4) NOT NULL DEFAULT '1'32440  `active` tinyint(4) NOT NULL DEFAULT '1'
26710) ENGINE=InnoDB DEFAULT CHARSET=utf8;32441) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2671132442
26712--32443--
26713-- Dumping data for table `media_lu_types`32444-- Dumping data for table `media_lu_types`
26714--32445--
2671532446
26716INSERT INTO `media_lu_types` (`id`, `shortname`, `active`) VALUES32447INSERT INTO `media_lu_types` (`id`, `shortname`, `active`) VALUES
26717(1, 'video', 1),32448(1, 'video', 1),
26718(2, 'audio', 1),32449(2, 'audio', 1),
26719(3, 'video-stream', 1),32450(3, 'video-stream', 1),
26720(4, 'image', 1),32451(4, 'image', 1),
26721(5, 'capture-device', 1);32452(5, 'capture-device', 1);
2672232453
26723-- --------------------------------------------------------32454-- --------------------------------------------------------
2672432455
26725--32456--
26726-- Table structure for table `media_properties`32457-- Table structure for table `media_properties`
26727--32458--
2672832459
26729CREATE TABLE `media_properties` (32460CREATE TABLE `media_properties` (
26730  `id` int(11) NOT NULL,32461  `id` int(11) NOT NULL,
26731  `media_id` int(11) NOT NULL,32462  `media_id` int(11) NOT NULL,
26732  `media_source_property_type_id` int(11) NOT NULL,32463  `media_source_property_type_id` int(11) NOT NULL,
26733  `name` text,32464  `name` text,
26734  `value` text,32465  `value` text,
26735  `created_date` int(11) NOT NULL,32466  `created_date` int(11) NOT NULL,
26736  `created_by` int(11) NOT NULL,32467  `created_by` int(11) NOT NULL,
26737  `updated_date` int(11) DEFAULT NULL,32468  `updated_date` int(11) DEFAULT NULL,
26738  `updated_by` int(11) DEFAULT NULL,32469  `updated_by` int(11) DEFAULT NULL,
26739  `deleted_date` int(11) DEFAULT NULL32470  `deleted_date` int(11) DEFAULT NULL
26740) ENGINE=InnoDB DEFAULT CHARSET=utf8;32471) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2674132472
26742-- --------------------------------------------------------32473-- --------------------------------------------------------
2674332474
26744--32475--
26745-- Table structure for table `media_sources`32476-- Table structure for table `media_sources`
26746--32477--
2674732478
26748CREATE TABLE `media_sources` (32479CREATE TABLE `media_sources` (
26749  `id` int(11) NOT NULL,32480  `id` int(11) NOT NULL,
26750  `name` text NOT NULL,32481  `name` text NOT NULL,
26751  `media_source_entity_type_id` int(11) NOT NULL,32482  `media_source_entity_type_id` int(11) NOT NULL,
26752  `organisation_id` int(11) NOT NULL,32483  `organisation_id` int(11) NOT NULL,
26753  `visible` int(4) NOT NULL DEFAULT '1',32484  `visible` int(4) NOT NULL DEFAULT '1',
26754  `created_date` int(11) NOT NULL,32485  `created_date` int(11) NOT NULL,
26755  `created_by` int(11) NOT NULL,32486  `created_by` int(11) NOT NULL,
26756  `updated_date` int(11) DEFAULT NULL,32487  `updated_date` int(11) DEFAULT NULL,
26757  `updated_by` int(11) DEFAULT NULL,32488  `updated_by` int(11) DEFAULT NULL,
26758  `deleted_date` int(11) DEFAULT NULL32489  `deleted_date` int(11) DEFAULT NULL
26759) ENGINE=InnoDB DEFAULT CHARSET=utf8;32490) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2676032491
26761-- --------------------------------------------------------32492-- --------------------------------------------------------
2676232493
26763--32494--
26764-- Table structure for table `media_source_entity_properties`32495-- Table structure for table `media_source_entity_properties`
26765--32496--
2676632497
26767CREATE TABLE `media_source_entity_properties` (32498CREATE TABLE `media_source_entity_properties` (
26768  `id` int(11) UNSIGNED NOT NULL,32499  `id` int(11) UNSIGNED NOT NULL,
26769  `media_source_entity_type_id` int(11) NOT NULL,32500  `media_source_entity_type_id` int(11) NOT NULL,
26770  `media_source_property_type_id` int(11) NOT NULL,32501  `media_source_property_type_id` int(11) NOT NULL,
26771  `optional` tinyint(4) NOT NULL DEFAULT '0',32502  `optional` tinyint(4) NOT NULL DEFAULT '0',
26772  `order` int(11) DEFAULT NULL,32503  `order` int(11) DEFAULT NULL,
26773  `meta` tinyint(4) NOT NULL DEFAULT '0',32504  `meta` tinyint(4) NOT NULL DEFAULT '0',
26774  `type` enum('text','int','bool') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',32505  `type` enum('text','int','bool') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text',
26775  `compound` tinyint(4) DEFAULT '0',32506  `compound` tinyint(4) DEFAULT '0',
26776  `delimiter` varchar(38) COLLATE utf8_unicode_ci DEFAULT NULL32507  `delimiter` varchar(38) COLLATE utf8_unicode_ci DEFAULT NULL
26777) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32508) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2677832509
26779--32510--
26780-- Dumping data for table `media_source_entity_properties`32511-- Dumping data for table `media_source_entity_properties`
26781--32512--
2678232513
26783INSERT INTO `media_source_entity_properties` (`id`, `media_source_entity_type_id`, `media_source_property_type_id`, `optional`, `order`, `meta`, `type`, `compound`, `delimiter`) VALUES32514INSERT INTO `media_source_entity_properties` (`id`, `media_source_entity_type_id`, `media_source_property_type_id`, `optional`, `order`, `meta`, `type`, `compound`, `delimiter`) VALUES
26784(1, 1, 1, 1, 1, 0, 'text', 0, NULL),32515(1, 1, 1, 1, 1, 0, 'text', 0, NULL),
26785(2, 2, 8, 1, 1, 1, 'text', 0, NULL),32516(2, 2, 8, 1, 1, 1, 'text', 0, NULL),
26786(3, 2, 12, 0, 2, 1, 'text', 0, NULL),32517(3, 2, 12, 0, 2, 1, 'text', 0, NULL),
26787(4, 2, 21, 0, 3, 1, 'text', 0, NULL),32518(4, 2, 21, 0, 3, 1, 'text', 0, NULL),
26788(5, 2, 2, 0, 4, 1, 'text', 1, ': '),32519(5, 2, 2, 0, 4, 1, 'text', 1, ': '),
26789(6, 2, 3, 0, 5, 1, 'text', 1, ': '),32520(6, 2, 3, 0, 5, 1, 'text', 1, ': '),
26790(7, 2, 15, 0, 6, 1, 'text', 0, NULL),32521(7, 2, 15, 0, 6, 1, 'text', 0, NULL),
26791(8, 2, 16, 0, 7, 1, 'text', 0, NULL),32522(8, 2, 16, 0, 7, 1, 'text', 0, NULL),
26792(9, 2, 17, 0, 8, 1, 'text', 0, NULL),32523(9, 2, 17, 0, 8, 1, 'text', 0, NULL),
26793(10, 2, 18, 0, 9, 1, 'text', 0, NULL),32524(10, 2, 18, 0, 9, 1, 'text', 0, NULL),
26794(11, 2, 20, 1, 10, 1, 'text', 0, NULL),32525(11, 2, 20, 1, 10, 1, 'text', 0, NULL),
26795(12, 2, 10, 1, 11, 0, 'text', 0, NULL),32526(12, 2, 10, 1, 11, 0, 'text', 0, NULL),
26796(13, 2, 11, 0, 12, 0, 'text', 0, NULL),32527(13, 2, 11, 0, 12, 0, 'text', 0, NULL),
26797(14, 2, 13, 0, 13, 0, 'int', 0, NULL),32528(14, 2, 13, 0, 13, 0, 'int', 0, NULL),
26798(15, 2, 14, 0, 14, 0, 'int', 0, NULL),32529(15, 2, 14, 0, 14, 0, 'int', 0, NULL),
26799(16, 2, 23, 1, 15, 0, 'text', 0, NULL),32530(16, 2, 23, 1, 15, 0, 'text', 0, NULL),
26800(17, 3, 8, 1, 1, 1, 'text', 0, NULL),32531(17, 3, 8, 1, 1, 1, 'text', 0, NULL),
26801(18, 3, 12, 0, 2, 1, 'text', 0, NULL),32532(18, 3, 12, 0, 2, 1, 'text', 0, NULL),
26802(19, 3, 2, 0, 3, 1, 'text', 1, ': '),32533(19, 3, 2, 0, 3, 1, 'text', 1, ': '),
26803(20, 3, 3, 0, 4, 1, 'text', 1, ': '),32534(20, 3, 3, 0, 4, 1, 'text', 1, ': '),
26804(21, 3, 15, 0, 5, 1, 'text', 0, NULL),32535(21, 3, 15, 0, 5, 1, 'text', 0, NULL),
26805(22, 3, 18, 0, 6, 1, 'text', 0, NULL),32536(22, 3, 18, 0, 6, 1, 'text', 0, NULL),
26806(23, 3, 20, 1, 7, 1, 'text', 0, NULL),32537(23, 3, 20, 1, 7, 1, 'text', 0, NULL),
26807(24, 3, 10, 1, 8, 0, 'text', 0, NULL),32538(24, 3, 10, 1, 8, 0, 'text', 0, NULL),
26808(25, 3, 11, 0, 9, 0, 'text', 0, NULL),32539(25, 3, 11, 0, 9, 0, 'text', 0, NULL),
26809(26, 3, 13, 0, 10, 0, 'int', 0, NULL),32540(26, 3, 13, 0, 10, 0, 'int', 0, NULL),
26810(27, 3, 14, 0, 11, 0, 'int', 0, NULL),32541(27, 3, 14, 0, 11, 0, 'int', 0, NULL),
26811(28, 3, 23, 1, 12, 0, 'text', 0, NULL),32542(28, 3, 23, 1, 12, 0, 'text', 0, NULL),
26812(29, 3, 24, 0, 13, 1, 'text', 0, NULL),32543(29, 3, 24, 0, 13, 1, 'text', 0, NULL),
26813(30, 3, 25, 0, 14, 1, 'text', 0, NULL),32544(30, 3, 25, 0, 14, 1, 'text', 0, NULL),
26814(31, 3, 26, 0, 15, 1, 'text', 0, NULL),32545(31, 3, 26, 0, 15, 1, 'text', 0, NULL),
26815(32, 3, 27, 1, 16, 1, 'text', 0, NULL),32546(32, 3, 27, 1, 16, 1, 'text', 0, NULL),
26816(33, 3, 28, 1, 17, 1, 'text', 0, NULL),32547(33, 3, 28, 1, 17, 1, 'text', 0, NULL),
26817(34, 3, 29, 1, 18, 1, 'text', 0, NULL),32548(34, 3, 29, 1, 18, 1, 'text', 0, NULL),
26818(35, 3, 30, 1, 19, 1, 'text', 0, NULL);32549(35, 3, 30, 1, 19, 1, 'text', 0, NULL);
2681932550
26820-- --------------------------------------------------------32551-- --------------------------------------------------------
2682132552
26822--32553--
26823-- Table structure for table `media_source_properties`32554-- Table structure for table `media_source_properties`
26824--32555--
2682532556
26826CREATE TABLE `media_source_properties` (32557CREATE TABLE `media_source_properties` (
26827  `id` int(11) UNSIGNED NOT NULL,32558  `id` int(11) UNSIGNED NOT NULL,
26828  `media_source_id` int(11) NOT NULL,32559  `media_source_id` int(11) NOT NULL,
26829  `media_source_property_type_id` int(11) NOT NULL,32560  `media_source_property_type_id` int(11) NOT NULL,
26830  `name` varchar(256) COLLATE utf8_unicode_ci DEFAULT '',32561  `name` varchar(256) COLLATE utf8_unicode_ci DEFAULT '',
26831  `value` text COLLATE utf8_unicode_ci NOT NULL,32562  `value` text COLLATE utf8_unicode_ci NOT NULL,
26832  `created_date` int(11) NOT NULL,32563  `created_date` int(11) NOT NULL,
26833  `created_by` int(11) NOT NULL,32564  `created_by` int(11) NOT NULL,
26834  `updated_date` int(11) DEFAULT NULL,32565  `updated_date` int(11) DEFAULT NULL,
26835  `updated_by` int(11) DEFAULT NULL,32566  `updated_by` int(11) DEFAULT NULL,
26836  `deleted_date` int(11) DEFAULT NULL32567  `deleted_date` int(11) DEFAULT NULL
26837) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32568) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2683832569
26839-- --------------------------------------------------------32570-- --------------------------------------------------------
2684032571
26841--32572--
26842-- Table structure for table `media_source_transactions`32573-- Table structure for table `media_source_transactions`
26843--32574--
2684432575
26845CREATE TABLE `media_source_transactions` (32576CREATE TABLE `media_source_transactions` (
26846  `id` int(11) UNSIGNED NOT NULL,32577  `id` int(11) UNSIGNED NOT NULL,
26847  `media_source_id` int(11) NOT NULL,32578  `media_source_id` int(11) NOT NULL,
26848  `media_id` int(11) DEFAULT NULL,32579  `media_id` int(11) DEFAULT NULL,
26849  `context` text COLLATE utf8_unicode_ci,32580  `context` text COLLATE utf8_unicode_ci,
26850  `response` text COLLATE utf8_unicode_ci,32581  `response` text COLLATE utf8_unicode_ci,
26851  `created_date` int(11) NOT NULL,32582  `created_date` int(11) NOT NULL,
26852  `created_by` int(11) NOT NULL,32583  `created_by` int(11) NOT NULL,
26853  `updated_date` int(11) DEFAULT NULL,32584  `updated_date` int(11) DEFAULT NULL,
26854  `updated_by` int(11) DEFAULT NULL,32585  `updated_by` int(11) DEFAULT NULL,
26855  `deleted_date` int(11) DEFAULT NULL32586  `deleted_date` int(11) DEFAULT NULL
26856) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32587) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2685732588
26858-- --------------------------------------------------------32589-- --------------------------------------------------------
2685932590
26860--32591--
26861-- Table structure for table `media_sync`32592-- Table structure for table `media_sync`
26862--32593--
2686332594
26864CREATE TABLE `media_sync` (32595CREATE TABLE `media_sync` (
26865  `id` int(11) UNSIGNED NOT NULL,32596  `id` int(11) UNSIGNED NOT NULL,
26866  `media_source_id` int(11) NOT NULL,32597  `media_source_id` int(11) NOT NULL,
26867  `media_id` int(11) DEFAULT NULL,32598  `media_id` int(11) DEFAULT NULL,
26868  `sync_type` enum('event') COLLATE utf8_unicode_ci DEFAULT 'event',32599  `sync_type` enum('event') COLLATE utf8_unicode_ci DEFAULT 'event',
26869  `sync_value` int(11) DEFAULT NULL,32600  `sync_value` int(11) DEFAULT NULL,
26870  `sync_state` enum('pending','complete','cancelled','failed','incomplete','deleted') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'pending',32601  `sync_state` enum('pending','complete','cancelled','failed','incomplete','deleted') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'pending',
26871  `sync_attempts` int(11) NOT NULL DEFAULT '0',32602  `sync_attempts` int(11) NOT NULL DEFAULT '0',
26872  `primary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT '',32603  `primary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT '',
26873  `secondary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,32604  `secondary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
26874  `external_context` text COLLATE utf8_unicode_ci,32605  `external_context` text COLLATE utf8_unicode_ci,
26875  `start_date` int(11) DEFAULT NULL,32606  `start_date` int(11) DEFAULT NULL,
26876  `end_date` int(11) DEFAULT NULL,32607  `end_date` int(11) DEFAULT NULL,
26877  `created_date` int(11) NOT NULL,32608  `created_date` int(11) NOT NULL,
26878  `created_by` int(11) NOT NULL,32609  `created_by` int(11) NOT NULL,
26879  `updated_date` int(11) DEFAULT NULL,32610  `updated_date` int(11) DEFAULT NULL,
26880  `updated_by` int(11) DEFAULT NULL,32611  `updated_by` int(11) DEFAULT NULL,
26881  `deleted_date` int(11) DEFAULT NULL32612  `deleted_date` int(11) DEFAULT NULL
26882) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;32613) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2688332614
26884-- --------------------------------------------------------32615-- --------------------------------------------------------
2688532616
26886--32617--
26887-- Table structure for table `messages_additional_viewers`32618-- Table structure for table `messages_additional_viewers`
26888--32619--
2688932620
26890CREATE TABLE `messages_additional_viewers` (32621CREATE TABLE `messages_additional_viewers` (
26891  `maviewers_id` varchar(36) NOT NULL,32622  `maviewers_id` varchar(36) NOT NULL,
26892  `mmheaders_id` varchar(36) NOT NULL,32623  `mmheaders_id` varchar(36) NOT NULL,
26893  `emappings_id` varchar(36) NOT NULL,32624  `emappings_id` varchar(36) NOT NULL,
26894  `is_read_only` tinyint(4) DEFAULT '0',32625  `is_read_only` tinyint(4) DEFAULT '0',
26895  `deleted_date` bigint(64) DEFAULT NULL,32626  `deleted_date` bigint(64) DEFAULT NULL,
26896  `deleted_by` int(10) UNSIGNED DEFAULT NULL32627  `deleted_by` int(10) UNSIGNED DEFAULT NULL
26897) ENGINE=InnoDB DEFAULT CHARSET=utf8;32628) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2689832629
26899--32630--
26900-- Dumping data for table `messages_additional_viewers`32631-- Dumping data for table `messages_additional_viewers`
26901--32632--
2690232633
26903INSERT INTO `messages_additional_viewers` (`maviewers_id`, `mmheaders_id`, `emappings_id`, `is_read_only`, `deleted_date`, `deleted_by`) VALUES32634INSERT INTO `messages_additional_viewers` (`maviewers_id`, `mmheaders_id`, `emappings_id`, `is_read_only`, `deleted_date`, `deleted_by`) VALUES
26904('6F443C32-E48E-FAB6-BE21-292967C2C2E3', '0468CA1E-430D-0D9C-502D-FFB897480753', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL),32635('6F443C32-E48E-FAB6-BE21-292967C2C2E3', '0468CA1E-430D-0D9C-502D-FFB897480753', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL),
26905('931BFDB7-89E6-A4DE-B076-634160705A96', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL),32636('931BFDB7-89E6-A4DE-B076-634160705A96', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL),
26906('aaaa6c68-05d8-4c6f-b354-aee896481032', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL),32637('aaaa6c68-05d8-4c6f-b354-aee896481032', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL),
26907('db4287a4-adad-481b-8f8b-a4649babf58f', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL);32638('db4287a4-adad-481b-8f8b-a4649babf58f', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL);
2690832639
26909-- --------------------------------------------------------32640-- --------------------------------------------------------
2691032641
26911--32642--
26912-- Table structure for table `messages_constraints`32643-- Table structure for table `messages_constraints`
26913--32644--
2691432645
26915CREATE TABLE `messages_constraints` (32646CREATE TABLE `messages_constraints` (
26916  `mconstraints_id` varchar(36) NOT NULL,32647  `mconstraints_id` varchar(36) NOT NULL,
26917  `mmheaders_id` varchar(36) NOT NULL,32648  `mmheaders_id` varchar(36) NOT NULL,
26918  `constraints` json NOT NULL32649  `constraints` json NOT NULL
26919) ENGINE=InnoDB DEFAULT CHARSET=utf8;32650) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2692032651
26921--32652--
26922-- Dumping data for table `messages_constraints`32653-- Dumping data for table `messages_constraints`
26923--32654--
2692432655
26925INSERT INTO `messages_constraints` (`mconstraints_id`, `mmheaders_id`, `constraints`) VALUES32656INSERT INTO `messages_constraints` (`mconstraints_id`, `mmheaders_id`, `constraints`) VALUES
26926('F7C66665-689D-8478-2854-8E298DA156F8', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', '{\"maxUploads\": 3, \"minUploads\": 2, \"isMandatory\": 1}');32657('F7C66665-689D-8478-2854-8E298DA156F8', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', '{\"maxUploads\": 3, \"minUploads\": 2, \"isMandatory\": 1}');
2692732658
26928-- --------------------------------------------------------32659-- --------------------------------------------------------
2692932660
26930--32661--
26931-- Table structure for table `messages_events_optouts`32662-- Table structure for table `messages_events_optouts`
26932--32663--
2693332664
26934CREATE TABLE `messages_events_optouts` (32665CREATE TABLE `messages_events_optouts` (
26935  `meoptouts_id` int(11) NOT NULL,32666  `meoptouts_id` int(11) NOT NULL,
26936  `proxy_id` int(11) NOT NULL,32667  `proxy_id` int(11) NOT NULL,
26937  `gmodules_id` varchar(36) NOT NULL,32668  `gmodules_id` varchar(36) NOT NULL,
26938  `event_code` varchar(45) NOT NULL,32669  `event_code` varchar(45) NOT NULL,
26939  `mtypes_id` int(11) NOT NULL DEFAULT '0'32670  `mtypes_id` int(11) NOT NULL DEFAULT '0'
26940) ENGINE=InnoDB DEFAULT CHARSET=latin1;32671) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2694132672
26942-- --------------------------------------------------------32673-- --------------------------------------------------------
2694332674
26944--32675--
26945-- Table structure for table `messages_forms`32676-- Table structure for table `messages_forms`
26946--32677--
2694732678
26948CREATE TABLE `messages_forms` (32679CREATE TABLE `messages_forms` (
26949  `mforms_id` varchar(36) NOT NULL,32680  `mforms_id` varchar(36) NOT NULL,
26950  `mmessages_id` varchar(36) NOT NULL,32681  `mmessages_id` varchar(36) NOT NULL,
26951  `form_id` int(11) DEFAULT NULL32682  `form_id` int(11) DEFAULT NULL
26952) ENGINE=InnoDB DEFAULT CHARSET=utf8;32683) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2695332684
26954-- --------------------------------------------------------32685-- --------------------------------------------------------
2695532686
26956--32687--
26957-- Table structure for table `messages_messages`32688-- Table structure for table `messages_messages`
26958--32689--
2695932690
26960CREATE TABLE `messages_messages` (32691CREATE TABLE `messages_messages` (
26961  `mmessages_id` varchar(36) NOT NULL,32692  `mmessages_id` varchar(36) NOT NULL,
26962  `mmheaders_id` varchar(36) NOT NULL,32693  `mmheaders_id` varchar(36) NOT NULL,
26963  `message` varchar(1000) NOT NULL,32694  `message` varchar(1000) NOT NULL,
26964  `emappings_id` varchar(36) NOT NULL,32695  `emappings_id` varchar(36) NOT NULL,
26965  `mstatuses_id` int(11) NOT NULL,32696  `mstatuses_id` int(11) NOT NULL,
26966  `mtypes_id` int(11) NOT NULL DEFAULT '1',32697  `mtypes_id` int(11) NOT NULL DEFAULT '1',
26967  `recipients_overridden` tinyint(4) NOT NULL DEFAULT '0',32698  `recipients_overridden` tinyint(4) NOT NULL DEFAULT '0',
26968  `created_date` bigint(64) NOT NULL,32699  `created_date` bigint(64) NOT NULL,
26969  `created_by` int(10) UNSIGNED NOT NULL32700  `created_by` int(10) UNSIGNED NOT NULL
26970) ENGINE=InnoDB DEFAULT CHARSET=utf8;32701) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2697132702
26972--32703--
26973-- Dumping data for table `messages_messages`32704-- Dumping data for table `messages_messages`
26974--32705--
2697532706
26976INSERT INTO `messages_messages` (`mmessages_id`, `mmheaders_id`, `message`, `emappings_id`, `mstatuses_id`, `mtypes_id`, `recipients_overridden`, `created_date`, `created_by`) VALUES32707INSERT INTO `messages_messages` (`mmessages_id`, `mmheaders_id`, `message`, `emappings_id`, `mstatuses_id`, `mtypes_id`, `recipients_overridden`, `created_date`, `created_by`) VALUES
26977('02061850-E0BF-4CF0-E250-FF07172169C0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'This should be the latest submission for this document request.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2),32708('02061850-E0BF-4CF0-E250-FF07172169C0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'This should be the latest submission for this document request.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2),
26978('0A2A1BA0-0FEC-1703-1FF6-92386B1739B2', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1684776786, 2),32709('0A2A1BA0-0FEC-1703-1FF6-92386B1739B2', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1684776786, 2),
26979('0F9C01F4-1974-112F-38B8-2DE6A5F859ED', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Please submit document 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682962386, 1),32710('0F9C01F4-1974-112F-38B8-2DE6A5F859ED', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Please submit document 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682962386, 1),
26980('107D8CC9-288C-B3CA-7D0D-9E45DDB37110', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Please submit document 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1679333586, 1),32711('107D8CC9-288C-B3CA-7D0D-9E45DDB37110', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Please submit document 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1679333586, 1),
26981('1A214199-CEFB-1285-21BA-2256C63A1AF5', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'details for this submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32712('1A214199-CEFB-1285-21BA-2256C63A1AF5', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'details for this submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
26982('1A214199-CEFB-1285-21BA-2256C63A1AF6', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi Mike and John, this is a test message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381585, 1),32713('1A214199-CEFB-1285-21BA-2256C63A1AF6', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi Mike and John, this is a test message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381585, 1),
26983('1A2A1BB1-0AAA-1703-1FF6-12286A1739B0', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1684776786, 2),32714('1A2A1BB1-0AAA-1703-1FF6-12286A1739B0', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1684776786, 2),
26984('1A2A1LA0-1FEC-6708-0FF5-92386B1739A0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'The status for this submission can\'t be change since it\'s not the latest.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1684776786, 2),32715('1A2A1LA0-1FEC-6708-0FF5-92386B1739A0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'The status for this submission can\'t be change since it\'s not the latest.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1684776786, 2),
26985('1A821431-AEFA-1111-11AA-9996C63A1AB2', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Hi. this is John again. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4),32716('1A821431-AEFA-1111-11AA-9996C63A1AB2', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Hi. this is John again. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4),
26986('1B115111-CEFB-1185-21BA-2296C63A1AF1', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381586, 2),32717('1B115111-CEFB-1185-21BA-2296C63A1AF1', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381586, 2),
26987('1B62950E-0664-A616-4875-18C3044B8FAE', '8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'this is the message for portfolios 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381581, 1),32718('1B62950E-0664-A616-4875-18C3044B8FAE', '8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'this is the message for portfolios 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381581, 1),
26988('1BCBFCD8-5E2A-1C65-A495-AD111E54A851', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Please submit document 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1679938386, 1),32719('1BCBFCD8-5E2A-1C65-A495-AD111E54A851', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Please submit document 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1679938386, 1),
26989('1DADB714-CDC6-E4A8-D6DC-59A45A908356', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response for new messages module', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381576, 1),32720('1DADB714-CDC6-E4A8-D6DC-59A45A908356', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response for new messages module', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381576, 1),
26990('1DE750C2-9FCE-8AEB-C222-4CB0CD9EDF50', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime also', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685381586, 0),32721('1DE750C2-9FCE-8AEB-C222-4CB0CD9EDF50', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime also', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685381586, 0),
26991('1F4C04F4-1224-412F-38B1-2DE6F5F859AA', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Submission - has resubmission requested status', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1679333586, 2),32722('1F4C04F4-1224-412F-38B1-2DE6F5F859AA', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Submission - has resubmission requested status', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1679333586, 2),
26992('1F722432-AEFB-1185-21BA-1196C63A1AF6', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Please submit your attachment.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685341986, 1),32723('1F722432-AEFB-1185-21BA-1196C63A1AF6', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Please submit your attachment.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685341986, 1),
26993('1F9C04F4-4974-012F-38B1-2DE6F5F859EE', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Please submit document 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1683567186, 1),32724('1F9C04F4-4974-012F-38B1-2DE6F5F859EE', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Please submit document 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1683567186, 1),
26994('1F9C04F4-4974-112F-38B1-1DE6F5F859AA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Please submit document 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1681752786, 1),32725('1F9C04F4-4974-112F-38B1-1DE6F5F859AA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Please submit document 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1681752786, 1),
26995('1F9C11F4-4974-552F-38B1-1DE6F5F859AA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Please submit document 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1684171986, 1),32726('1F9C11F4-4974-552F-38B1-1DE6F5F859AA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Please submit document 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1684171986, 1),
26996('1FEFDAD4-29DB-9C50-9F50-B44BD00581B2', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the message for documentrequests', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381585, 1),32727('1FEFDAD4-29DB-9C50-9F50-B44BD00581B2', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the message for documentrequests', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381585, 1),
26997('1G2A1LA9-2FEC-4708-1FF5-56386A1739A6', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'This submissions is gonna be changed to approved.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2),32728('1G2A1LA9-2FEC-4708-1FF5-56386A1739A6', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'This submissions is gonna be changed to approved.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2),
26998('1G2A1LA9-2FEC-6708-8FF5-12386B1739A2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'This submissions is gonna be changed to resubmission requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2),32729('1G2A1LA9-2FEC-6708-8FF5-12386B1739A2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'This submissions is gonna be changed to resubmission requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2),
26999('22561850-E1BF-4CF0-E252-FF97172169C9', '385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'This is the body of the learner comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0),32730('22561850-E1BF-4CF0-E252-FF97172169C9', '385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'This is the body of the learner comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0),
27000('2B222431-CEFB-5585-22BA-2222C63A1AF2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2),32731('2B222431-CEFB-5585-22BA-2222C63A1AF2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2),
27001('2BCBFCD8-5E2A-1C65-A495-AD999E54A854', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Please submit document 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1680543186, 1),32732('2BCBFCD8-5E2A-1C65-A495-AD999E54A854', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Please submit document 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1680543186, 1),
27002('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD821', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this a document request for pagination 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32733('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD821', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this a document request for pagination 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27003('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD822', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this a document request for pagination 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32734('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD822', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this a document request for pagination 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27004('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD823', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this a document request for pagination 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32735('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD823', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this a document request for pagination 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27005('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD824', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this a document request for pagination 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32736('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD824', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this a document request for pagination 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27006('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD825', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this a document request for pagination 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32737('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD825', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this a document request for pagination 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27007('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD826', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this a document request for pagination 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32738('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD826', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this a document request for pagination 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27008('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD827', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this a document request for pagination 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32739('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD827', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this a document request for pagination 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27009('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD828', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this a document request for pagination 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32740('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD828', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this a document request for pagination 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27010('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD829', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this a document request for pagination 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32741('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD829', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this a document request for pagination 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27011('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this a document request for pagination 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32742('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this a document request for pagination 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27012('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this a document request for pagination 11', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32743('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this a document request for pagination 11', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27013('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this a document request for pagination 12', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32744('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this a document request for pagination 12', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27014('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this a document request for pagination 13', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32745('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this a document request for pagination 13', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27015('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this a document request for pagination 14', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32746('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this a document request for pagination 14', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27016('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this a document request for pagination 15', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32747('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this a document request for pagination 15', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27017('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD831', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this a document request for pagination 16', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32748('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD831', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this a document request for pagination 16', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27018('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD832', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this a document request for pagination 17', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32749('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD832', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this a document request for pagination 17', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27019('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD833', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this a document request for pagination 18', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32750('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD833', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this a document request for pagination 18', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27020('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD834', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this a document request for pagination 19', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32751('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD834', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this a document request for pagination 19', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27021('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD835', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this a document request for pagination 20', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32752('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD835', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this a document request for pagination 20', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27022('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD836', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this a document request for pagination 21', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32753('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD836', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this a document request for pagination 21', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27023('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD837', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this a document request for pagination 22', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32754('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD837', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this a document request for pagination 22', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27024('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD838', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this a document request for pagination 23', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32755('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD838', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this a document request for pagination 23', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27025('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD839', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this a document request for pagination 24', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32756('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD839', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this a document request for pagination 24', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27026('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this a document request for pagination 25', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32757('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this a document request for pagination 25', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27027('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this a document request for pagination 26', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32758('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this a document request for pagination 26', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27028('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this a document request for pagination 27', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32759('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this a document request for pagination 27', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27029('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this a document request for pagination 28', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32760('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this a document request for pagination 28', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27030('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this a document request for pagination 29', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32761('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this a document request for pagination 29', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27031('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this a document request for pagination 30', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32762('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this a document request for pagination 30', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27032('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD841', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this a document request for pagination 31', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32763('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD841', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this a document request for pagination 31', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27033('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD842', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this a document request for pagination 32', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32764('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD842', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this a document request for pagination 32', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27034('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD843', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this a document request for pagination 33', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32765('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD843', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this a document request for pagination 33', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27035('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD844', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this a document request for pagination 34', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32766('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD844', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this a document request for pagination 34', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27036('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD845', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this a document request for pagination 35', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32767('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD845', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this a document request for pagination 35', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27037('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD846', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this a document request for pagination 36', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32768('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD846', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this a document request for pagination 36', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27038('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD847', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this a document request for pagination 37', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32769('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD847', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this a document request for pagination 37', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27039('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD848', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this a document request for pagination 38', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32770('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD848', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this a document request for pagination 38', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27040('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD849', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this a document request for pagination 39', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32771('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD849', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this a document request for pagination 39', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27041('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this a document request for pagination 40', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32772('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this a document request for pagination 40', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27042('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this a document request for pagination 41', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32773('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this a document request for pagination 41', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27043('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this a document request for pagination 42', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32774('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this a document request for pagination 42', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27044('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this a document request for pagination 43', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32775('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this a document request for pagination 43', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27045('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this a document request for pagination 44', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32776('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this a document request for pagination 44', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27046('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this a document request for pagination 45', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32777('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this a document request for pagination 45', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27047('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD851', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this a document request for pagination 46', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32778('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD851', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this a document request for pagination 46', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27048('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD852', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this a document request for pagination 47', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32779('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD852', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this a document request for pagination 47', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27049('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD853', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this a document request for pagination 48', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32780('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD853', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this a document request for pagination 48', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27050('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD854', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this a document request for pagination 49', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32781('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD854', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this a document request for pagination 49', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27051('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD855', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this a document request for pagination 50', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32782('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD855', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this a document request for pagination 50', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27052('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD856', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this a document request for pagination 51', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32783('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD856', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this a document request for pagination 51', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27053('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD857', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this a document request for pagination 52', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32784('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD857', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this a document request for pagination 52', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27054('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD858', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this a document request for pagination 53', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32785('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD858', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this a document request for pagination 53', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27055('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD859', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this a document request for pagination 54', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32786('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD859', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this a document request for pagination 54', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27056('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this a document request for pagination 55', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32787('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this a document request for pagination 55', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27057('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this a document request for pagination 56', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32788('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this a document request for pagination 56', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27058('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this a document request for pagination 57', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32789('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this a document request for pagination 57', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27059('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this a document request for pagination 58', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32790('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this a document request for pagination 58', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27060('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this a document request for pagination 59', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32791('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this a document request for pagination 59', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27061('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this a document request for pagination 60', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32792('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this a document request for pagination 60', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27062('2F4C04F4-1224-412F-38B1-2DE6F5F859BB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Submission - pending review', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1681752786, 2),32793('2F4C04F4-1224-412F-38B1-2DE6F5F859BB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Submission - pending review', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1681752786, 2),
27063('2F9C04F4-1274-412F-38B1-2DE6F5F859FE', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Please submit document 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682357586, 1),32794('2F9C04F4-1274-412F-38B1-2DE6F5F859FE', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Please submit document 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682357586, 1),
27064('2T914491-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone. Here is an example of what I am looking for.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685345586, 1),32795('2T914491-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone. Here is an example of what I am looking for.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685345586, 1),
27065('35505290-82B5-B3DD-F1DC-361426C989C5', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Submission - used to trigger duplicate submission error', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1680543186, 2),32796('35505290-82B5-B3DD-F1DC-361426C989C5', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Submission - used to trigger duplicate submission error', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1680543186, 2),
27066('3B06298F-730C-339B-5906-9B8E98305304', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable document request message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 5, 1, 0, 1685381586, 1),32797('3B06298F-730C-339B-5906-9B8E98305304', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable document request message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 5, 1, 0, 1685381586, 1),
27067('3E1E86C3-A52B-EE42-1932-138B3D372508', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'this is the message for portfolios 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381580, 1),32798('3E1E86C3-A52B-EE42-1932-138B3D372508', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'this is the message for portfolios 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381580, 1),
27068('3EDC2548-9FFE-1FAF-97A2-256877F91645', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this an updatable document request', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32799('3EDC2548-9FFE-1FAF-97A2-256877F91645', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this an updatable document request', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27069('3F715432-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. Michael again. Resubmitting this as requested.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685379846, 3),32800('3F715432-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. Michael again. Resubmitting this as requested.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685379846, 3),
27070('41f0854e-08bc-42b4-b01a-37c12ca048a4', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 4, 2, 0, 1685381586, 1),32801('41f0854e-08bc-42b4-b01a-37c12ca048a4', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 4, 2, 0, 1685381586, 1),
27071('4995C871-2F52-AF68-7D87-560E9BB7C59A', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is the original message test1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1),32802('4995C871-2F52-AF68-7D87-560E9BB7C59A', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is the original message test1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1),
27072('49C0925B-483C-7430-3181-7838940B8BE9', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is the message for portfolios 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381577, 1),32803('49C0925B-483C-7430-3181-7838940B8BE9', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is the message for portfolios 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381577, 1),
27073('4A4FF130-2EB5-F4D9-857A-B15EE6320DD0', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1685381586, 0),32804('4A4FF130-2EB5-F4D9-857A-B15EE6320DD0', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1685381586, 0),
27074('4B725431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. this is John. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4),32805('4B725431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. this is John. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4),
27075('5A214431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1684776786, 1),32806('5A214431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1684776786, 1),
27076('5F9A1DA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'seeking clarification on document request', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 0, 1685338386, 2),32807('5F9A1DA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'seeking clarification on document request', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 0, 1685338386, 2),
27077('5F9A1DA3-1FEC-4708-8FF5-50386C5739F4', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi, this is Mike-dawg. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 2, 2, 0, 1685381586, 3),32808('5F9A1DA3-1FEC-4708-8FF5-50386C5739F4', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi, this is Mike-dawg. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 2, 2, 0, 1685381586, 3),
27078('68ABFF19-2FDE-7577-FDFD-A13B849428A6', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'this is the message for portfolios 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381585, 1),32809('68ABFF19-2FDE-7577-FDFD-A13B849428A6', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'this is the message for portfolios 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381585, 1),
27079('6G2A1LA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Jane. Here\'s my submission.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2),32810('6G2A1LA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Jane. Here\'s my submission.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2),
27080('7B7332E3-B888-40F2-A490-16710B6ABB99', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Backup Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381585, 2),32811('7B7332E3-B888-40F2-A490-16710B6ABB99', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Backup Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381585, 2),
27081('82030342-B911-2569-7CBE-3D287D16E7CF', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1 for resubmission', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 1, 0, 1685381583, 1),32812('82030342-B911-2569-7CBE-3D287D16E7CF', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1 for resubmission', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 1, 0, 1685381583, 1),
27082('82061890-E9BF-9CF0-E999-FF07172169B1', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2),32813('82061890-E9BF-9CF0-E999-FF07172169B1', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2),
27083('831D799C-F68D-7818-908F-29DD04657961', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'test msg with constraints', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 1),32814('831D799C-F68D-7818-908F-29DD04657961', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'test msg with constraints', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 1),
27084('8a36f925-5e86-4a3d-90b0-3b596bc5d882', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381579, 1),32815('8a36f925-5e86-4a3d-90b0-3b596bc5d882', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381579, 1),
27085('8F9C04F4-4974-412F-38B1-2DE6F5F859AD', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Please submit document 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1681147986, 1),32816('8F9C04F4-4974-412F-38B1-2DE6F5F859AD', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Please submit document 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1681147986, 1),
27086('9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Admin to Jane', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1685381582, 1),32817('9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Admin to Jane', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1685381582, 1),
27087('9A214999-CEFB-5585-21BA-2296C63A1AF0', '9998CA1E-990D-0D9C-502D-FFB897480999', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),32818('9A214999-CEFB-5585-21BA-2296C63A1AF0', '9998CA1E-990D-0D9C-502D-FFB897480999', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1),
27088('9B725421-AEJB-5885-11HA-2293C63L1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Submitting on behalf of Michael Student', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685380686, 18),32819('9B725421-AEJB-5885-11HA-2293C63L1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Submitting on behalf of Michael Student', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685380686, 18),
27089('9BE640D9-3481-90EC-D454-C368D4575B2F', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Please submit document 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1678728786, 1),32820('9BE640D9-3481-90EC-D454-C368D4575B2F', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Please submit document 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1678728786, 1),
27090('9CE717FE-2803-26B6-5B7F-2B8508BD27ED', '577D8FEC-9D63-D409-00DD-738D7C20BE79', 'this is the message for portfolios 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381578, 1),32821('9CE717FE-2803-26B6-5B7F-2B8508BD27ED', '577D8FEC-9D63-D409-00DD-738D7C20BE79', 'this is the message for portfolios 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381578, 1),
27091('AA1F0A11-A1BE-2A9B-25BF-EB2DB29405B5', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0),32822('AA1F0A11-A1BE-2A9B-25BF-EB2DB29405B5', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0),
27092('AA3F0A40-A2BE-6A9B-25BF-EB7DB29905B5', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0),32823('AA3F0A40-A2BE-6A9B-25BF-EB7DB29905B5', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0),
27093('AB1B8D0F-B53F-C3C8-B14C-BC34D234E51B', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381586, 1),32824('AB1B8D0F-B53F-C3C8-B14C-BC34D234E51B', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381586, 1),
27094('B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1, 1, 0, 1685381581, 1),32825('B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1, 1, 0, 1685381581, 1),
27095('B323453A-AEFC-1234-31BU-3196C83A1LF1', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'Hi everyone, submit your document request. Some admins will be added in case I wont be able to review those docs. ', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1),32826('B323453A-AEFC-1234-31BU-3196C83A1LF1', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'Hi everyone, submit your document request. Some admins will be added in case I wont be able to review those docs. ', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1),
27096('B323453A-AEFC-1234-31BU-3196C83A1LF2', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'Hi everyone, submit your document request. Some admins were added to review this document request.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1),32827('B323453A-AEFC-1234-31BU-3196C83A1LF2', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'Hi everyone, submit your document request. Some admins were added to review this document request.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1),
27097('B9B72594-B726-C40C-A9B2-8BCF9A4AFAE2', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'this is the message for portfolios 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381583, 1),32828('B9B72594-B726-C40C-A9B2-8BCF9A4AFAE2', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'this is the message for portfolios 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381583, 1),
27098('C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hello. Jane again. Resubmitting as requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1685370786, 2),32829('C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hello. Jane again. Resubmitting as requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1685370786, 2),
27099('C2CF091E-411B-1292-7F6D-B41EC5A84111', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'this is the message for portfolios 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381584, 1),32830('C2CF091E-411B-1292-7F6D-B41EC5A84111', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'this is the message for portfolios 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381584, 1),
27100('c3b10ba4-a61a-4bed-b080-a834f6c61b42', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '303E82E5-437A-525C-8184-D95C513777A0', 1, 2, 0, 1685381586, 1),32831('c3b10ba4-a61a-4bed-b080-a834f6c61b42', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '303E82E5-437A-525C-8184-D95C513777A0', 1, 2, 0, 1685381586, 1),
27101('C41D9B44-6E0D-EBC3-81E5-5918BBF398D5', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1685381586, 1),32832('C41D9B44-6E0D-EBC3-81E5-5918BBF398D5', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1685381586, 1),
27102('CC1B8D0F-A53F-C0C8-B04C-BC04D234E51A', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1),32833('CC1B8D0F-A53F-C0C8-B04C-BC04D234E51A', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1),
27103('D1667D3D-AABB-E913-63F5-FAED2A009E0D', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this a submission request with overdue 2 overdue users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1669919902, 0),32834('D1667D3D-AABB-E913-63F5-FAED2A009E0D', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this a submission request with overdue 2 overdue users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1669919902, 0),
27104('D203B645-08BF-542F-4B0A-76A37402ADA3', 'E91F7236-2813-957E-53A0-066B18232846', 'this is the message for portfolios 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381582, 1),32835('D203B645-08BF-542F-4B0A-76A37402ADA3', 'E91F7236-2813-957E-53A0-066B18232846', 'this is the message for portfolios 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381582, 1),
27105('DD990EAB-94F0-41BD-970C-36276F8F3730', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381583, 2),32836('DD990EAB-94F0-41BD-970C-36276F8F3730', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381583, 2),
27106('E0249DC9-0E8E-D68C-E4C3-B8D6DB0F081C', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission request with overdue 2 ontime users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 0),32837('E0249DC9-0E8E-D68C-E4C3-B8D6DB0F081C', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission request with overdue 2 ontime users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 0),
27107('E8E1AE06-B6BA-1F20-3325-563A4EA2779A', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '[2] [Test Lottery 2] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1),32838('E8E1AE06-B6BA-1F20-3325-563A4EA2779A', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '[2] [Test Lottery 2] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1),
27108('E8E1AE06-B6BA-1F20-3325-563A4EA2779B', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '[4] [Test Lottery 4] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1),32839('E8E1AE06-B6BA-1F20-3325-563A4EA2779B', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '[4] [Test Lottery 4] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1),
27109('E8E1AE06-B6BA-1F20-3325-563A4EA2779C', '384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification, should not be listed', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1679333586, 1),32840('E8E1AE06-B6BA-1F20-3325-563A4EA2779C', '384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification, should not be listed', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1679333586, 1),
27110('EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Backup Admin to Jane', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 1, 1685381584, 18),32841('EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Backup Admin to Jane', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 1, 1685381584, 18),
27111('f4241dfa-17a9-4125-ae32-ab88c6dc77b4', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Michael. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685341986, 3),32842('f4241dfa-17a9-4125-ae32-ab88c6dc77b4', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Michael. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685341986, 3),
27112('FB3F0F40-B2DE-6A9D-25CF-EC7DA29905B5', '7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0),32843('FB3F0F40-B2DE-6A9D-25CF-EC7DA29905B5', '7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0),
27113('J321453P-CEFB-4585-21BU-2196C83A1LF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone, I will be handling submissions for this assessment going forward while Mr. Adminson is away. Please see attached document.', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 0, 1685381166, 18);32844('J321453P-CEFB-4585-21BU-2196C83A1LF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone, I will be handling submissions for this assessment going forward while Mr. Adminson is away. Please see attached document.', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 0, 1685381166, 18);
2711432845
27115-- --------------------------------------------------------32846-- --------------------------------------------------------
2711632847
27117--32848--
27118-- Table structure for table `messages_messages_views`32849-- Table structure for table `messages_messages_views`
27119--32850--
2712032851
27121CREATE TABLE `messages_messages_views` (32852CREATE TABLE `messages_messages_views` (
27122  `mmviews_id` varchar(36) NOT NULL,32853  `mmviews_id` varchar(36) NOT NULL,
27123  `mmessages_id` varchar(36) NOT NULL,32854  `mmessages_id` varchar(36) NOT NULL,
27124  `mrecipients_id` varchar(36) NOT NULL,32855  `mrecipients_id` varchar(36) NOT NULL,
27125  `date_viewed` bigint(64) NOT NULL32856  `date_viewed` bigint(64) NOT NULL
27126) ENGINE=InnoDB DEFAULT CHARSET=utf8;32857) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2712732858
27128--32859--
27129-- Dumping data for table `messages_messages_views`32860-- Dumping data for table `messages_messages_views`
27130--32861--
2713132862
27132INSERT INTO `messages_messages_views` (`mmviews_id`, `mmessages_id`, `mrecipients_id`, `date_viewed`) VALUES32863INSERT INTO `messages_messages_views` (`mmviews_id`, `mmessages_id`, `mrecipients_id`, `date_viewed`) VALUES
27133('a8b37b58-f1ae-43a1-8195-263fe9d996d7', 'B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586),32864('a8b37b58-f1ae-43a1-8195-263fe9d996d7', 'B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586),
27134('b0334ba1-fd1c-43b4-ab86-71e0058aa3d4', '4301626D-ADB2-70A1-0087-9642E6F5A6EE', '969C0B74-2576-B654-64B4-F6CBD999D86D', 1685381586),32865('b0334ba1-fd1c-43b4-ab86-71e0058aa3d4', '4301626D-ADB2-70A1-0087-9642E6F5A6EE', '969C0B74-2576-B654-64B4-F6CBD999D86D', 1685381586),
27135('b5d8e954-7f6f-4dfe-bbb9-8b9b98a044f9', '49C0925B-483C-7430-3181-7838940B8BE9', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586);32866('b5d8e954-7f6f-4dfe-bbb9-8b9b98a044f9', '49C0925B-483C-7430-3181-7838940B8BE9', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586);
2713632867
27137-- --------------------------------------------------------32868-- --------------------------------------------------------
2713832869
27139--32870--
27140-- Table structure for table `messages_message_headers`32871-- Table structure for table `messages_message_headers`
27141--32872--
2714232873
27143CREATE TABLE `messages_message_headers` (32874CREATE TABLE `messages_message_headers` (
27144  `mmheaders_id` varchar(36) NOT NULL,32875  `mmheaders_id` varchar(36) NOT NULL,
27145  `subject` varchar(250) NOT NULL,32876  `subject` varchar(250) NOT NULL,
27146  `gmodules_id` varchar(36) NOT NULL,32877  `gmodules_id` varchar(36) NOT NULL,
27147  `emappings_id` varchar(36) NOT NULL,32878  `emappings_id` varchar(36) NOT NULL,
27148  `module_item_id` int(10) UNSIGNED DEFAULT NULL,32879  `module_item_id` int(10) UNSIGNED DEFAULT NULL,
27149  `mtypes_id` int(11) NOT NULL,32880  `mtypes_id` int(11) NOT NULL,
27150  `gplevels_id` int(11) NOT NULL,32881  `gplevels_id` int(11) NOT NULL,
27151  `mrtypes_id` int(11) DEFAULT NULL,32882  `mrtypes_id` int(11) DEFAULT NULL,
27152  `mrqtypes_id` int(11) DEFAULT NULL,32883  `mrqtypes_id` int(11) DEFAULT NULL,
27153  `attributes` json DEFAULT NULL,32884  `attributes` json DEFAULT NULL,
27154  `allow_responses` tinyint(4) NOT NULL,32885  `allow_responses` tinyint(4) NOT NULL,
27155  `is_global` tinyint(4) NOT NULL,32886  `is_global` tinyint(4) NOT NULL,
27156  `due_date` bigint(64) DEFAULT NULL,32887  `due_date` bigint(64) DEFAULT NULL,
27157  `created_date` bigint(64) NOT NULL DEFAULT '0',32888  `created_date` bigint(64) NOT NULL DEFAULT '0',
27158  `created_by` int(10) UNSIGNED NOT NULL,32889  `created_by` int(10) UNSIGNED NOT NULL,
27159  `deleted_date` bigint(64) DEFAULT NULL,32890  `deleted_date` bigint(64) DEFAULT NULL,
27160  `deleted_by` int(10) UNSIGNED DEFAULT NULL32891  `deleted_by` int(10) UNSIGNED DEFAULT NULL
27161) ENGINE=InnoDB DEFAULT CHARSET=utf8;32892) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2716232893
27163--32894--
27164-- Dumping data for table `messages_message_headers`32895-- Dumping data for table `messages_message_headers`
27165--32896--
2716632897
27167INSERT INTO `messages_message_headers` (`mmheaders_id`, `subject`, `gmodules_id`, `emappings_id`, `module_item_id`, `mtypes_id`, `gplevels_id`, `mrtypes_id`, `mrqtypes_id`, `attributes`, `allow_responses`, `is_global`, `due_date`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES32898INSERT INTO `messages_message_headers` (`mmheaders_id`, `subject`, `gmodules_id`, `emappings_id`, `module_item_id`, `mtypes_id`, `gplevels_id`, `mrtypes_id`, `mrqtypes_id`, `attributes`, `allow_responses`, `is_global`, `due_date`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
27168('0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Document Request 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1682357586, 1, NULL, NULL),32899('0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Document Request 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1682357586, 1, NULL, NULL),
27169('011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Document Request 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1678728786, 1, NULL, NULL),32900('011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Document Request 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1678728786, 1, NULL, NULL),
27170('0468CA1E-430D-0D9C-502D-FFB897480753', 'document request with multiple responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, 1685986386, 1684776786, 1, NULL, NULL),32901('0468CA1E-430D-0D9C-502D-FFB897480753', 'document request with multiple responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, 1685986386, 1684776786, 1, NULL, NULL),
27171('0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'Entry request ten - no responses allowed', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381585, 1, NULL, NULL),32902('0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'Entry request ten - no responses allowed', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381585, 1, NULL, NULL),
27172('1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Document Request 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681752786, 1, NULL, NULL),32903('1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Document Request 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681752786, 1, NULL, NULL),
27173('1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 2, 2, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL),32904('1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 2, 2, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL),
27174('1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'document request with multiple recipients', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),32905('1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'document request with multiple recipients', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),
27175('1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'document request  - delete backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),32906('1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'document request  - delete backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),
27176('266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this is an overdue submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381587, 1685381586, 0, NULL, NULL),32907('266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this is an overdue submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381587, 1685381586, 0, NULL, NULL),
27177('2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL),32908('2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL),
27178('3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Document Request 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1684171986, 1, NULL, NULL),32909('3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Document Request 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1684171986, 1, NULL, NULL),
27179('384702CC-9E7C-4D97-D24E-3F041C24D40A', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/2/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL),32910('384702CC-9E7C-4D97-D24E-3F041C24D40A', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/2/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL),
27180('384702CC-9E7C-4D97-D24E-3F041C24D40B', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL),32911('384702CC-9E7C-4D97-D24E-3F041C24D40B', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL),
27181('384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1679333586, 1, NULL, NULL),32912('384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1679333586, 1, NULL, NULL),
27182('385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'Test learner comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"learner\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL),32913('385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'Test learner comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"learner\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL),
27183('3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'document request with an attachment to be overwritten', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),32914('3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'document request with an attachment to be overwritten', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),
27184('41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Document Request 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679333586, 1, NULL, NULL),32915('41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Document Request 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679333586, 1, NULL, NULL),
27185('4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this is an updateable document request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, NULL, 1, 1, 1685986386, 1685381586, 0, NULL, NULL),32916('4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this is an updateable document request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, NULL, 1, 1, 1685986386, 1685381586, 0, NULL, NULL),
27186('577D8FEC-9D63-D409-00DD-738D7C20BE79', 'Entry request three', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381578, 1, NULL, NULL),32917('577D8FEC-9D63-D409-00DD-738D7C20BE79', 'Entry request three', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381578, 1, NULL, NULL),
27187('6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Document Request 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1682962386, 1, NULL, NULL),32918('6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Document Request 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1682962386, 1, NULL, NULL),
27188('6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Document Request 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1683567186, 1, NULL, NULL),32919('6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Document Request 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1683567186, 1, NULL, NULL),
27189('62688D0A-8AB5-1251-1FB6-12C357735D89', 'Document Request 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679938386, 1, NULL, NULL),32920('62688D0A-8AB5-1251-1FB6-12C357735D89', 'Document Request 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679938386, 1, NULL, NULL),
27190('7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'Test internal comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"internal\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL),32921('7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'Test internal comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"internal\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL),
27191('7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Document Request 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1680543186, 1, NULL, NULL),32922('7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Document Request 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1680543186, 1, NULL, NULL),
27192('8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Document Request 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681147986, 1, NULL, NULL),32923('8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Document Request 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681147986, 1, NULL, NULL),
27193('8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'Entry request four', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 0, 1685986386, 1685381579, 1, NULL, NULL),32924('8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'Entry request four', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 0, 1685986386, 1685381579, 1, NULL, NULL),
27194('8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'Entry request six', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381581, 1, NULL, NULL),32925('8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'Entry request six', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381581, 1, NULL, NULL),
27195('8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'document request to be updated with backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),32926('8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'document request to be updated with backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL),
27196('8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'Entry request nine', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381584, 1, NULL, NULL),32927('8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'Entry request nine', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381584, 1, NULL, NULL),
27197('97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the subject for documentrequests', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL),32928('97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the subject for documentrequests', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL),
27198('97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Mike and John Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL),32929('97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Mike and John Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL),
27199('982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL),32930('982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL),
27200('9998CA1E-990D-0D9C-502D-FFB897480999', 'document request, accepts responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685986386, 0, NULL, NULL),32931('9998CA1E-990D-0D9C-502D-FFB897480999', 'document request, accepts responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685986386, 0, NULL, NULL),
27201('AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32932('AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27202('AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32933('AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27203('B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'Entry request one', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381576, 1, NULL, NULL),32934('B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'Entry request one', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381576, 1, NULL, NULL),
27204('BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'Header subject', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL),32935('BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'Header subject', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL),
27205('CAC7130F-7532-8BA5-1E8E-13D12365D475', 'Entry request two', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381577, 1, NULL, NULL),32936('CAC7130F-7532-8BA5-1E8E-13D12365D475', 'Entry request two', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381577, 1, NULL, NULL),
27206('DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'PHPUnit Test with constraints', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, NULL, 1685381586, 0, NULL, NULL),32937('DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'PHPUnit Test with constraints', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, NULL, 1685381586, 0, NULL, NULL),
27207('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this is a document request for pagination 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32938('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this is a document request for pagination 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27208('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this is a document request for pagination 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32939('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this is a document request for pagination 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27209('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this is a document request for pagination 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32940('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this is a document request for pagination 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27210('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this is a document request for pagination 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32941('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this is a document request for pagination 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27211('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this is a document request for pagination 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32942('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this is a document request for pagination 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27212('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this is a document request for pagination 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32943('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this is a document request for pagination 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27213('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this is a document request for pagination 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32944('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this is a document request for pagination 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27214('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this is a document request for pagination 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32945('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this is a document request for pagination 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27215('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this is a document request for pagination 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32946('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this is a document request for pagination 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27216('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this is a document request for pagination 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32947('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this is a document request for pagination 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27217('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this is a document request for pagination 11', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32948('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this is a document request for pagination 11', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27218('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this is a document request for pagination 12', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32949('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this is a document request for pagination 12', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27219('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this is a document request for pagination 13', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32950('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this is a document request for pagination 13', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27220('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this is a document request for pagination 14', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32951('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this is a document request for pagination 14', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27221('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this is a document request for pagination 15', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32952('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this is a document request for pagination 15', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27222('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this is a document request for pagination 16', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32953('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this is a document request for pagination 16', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27223('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this is a document request for pagination 17', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32954('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this is a document request for pagination 17', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27224('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this is a document request for pagination 18', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32955('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this is a document request for pagination 18', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27225('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this is a document request for pagination 19', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32956('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this is a document request for pagination 19', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27226('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this is a document request for pagination 20', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32957('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this is a document request for pagination 20', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27227('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this is a document request for pagination 21', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32958('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this is a document request for pagination 21', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27228('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this is a document request for pagination 22', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32959('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this is a document request for pagination 22', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27229('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this is a document request for pagination 23', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32960('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this is a document request for pagination 23', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27230('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this is a document request for pagination 24', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32961('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this is a document request for pagination 24', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27231('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this is a document request for pagination 25', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32962('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this is a document request for pagination 25', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27232('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this is a document request for pagination 26', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32963('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this is a document request for pagination 26', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27233('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this is a document request for pagination 27', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32964('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this is a document request for pagination 27', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27234('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this is a document request for pagination 28', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32965('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this is a document request for pagination 28', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27235('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this is a document request for pagination 29', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32966('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this is a document request for pagination 29', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27236('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this is a document request for pagination 30', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32967('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this is a document request for pagination 30', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27237('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this is a document request for pagination 31', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32968('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this is a document request for pagination 31', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27238('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this is a document request for pagination 32', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32969('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this is a document request for pagination 32', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27239('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this is a document request for pagination 33', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32970('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this is a document request for pagination 33', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27240('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this is a document request for pagination 34', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32971('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this is a document request for pagination 34', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27241('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this is a document request for pagination 35', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32972('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this is a document request for pagination 35', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27242('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this is a document request for pagination 36', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32973('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this is a document request for pagination 36', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27243('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this is a document request for pagination 37', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32974('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this is a document request for pagination 37', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27244('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this is a document request for pagination 38', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32975('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this is a document request for pagination 38', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27245('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this is a document request for pagination 39', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32976('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this is a document request for pagination 39', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27246('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this is a document request for pagination 40', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32977('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this is a document request for pagination 40', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27247('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this is a document request for pagination 41', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32978('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this is a document request for pagination 41', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27248('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this is a document request for pagination 42', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32979('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this is a document request for pagination 42', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27249('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this is a document request for pagination 43', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32980('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this is a document request for pagination 43', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27250('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this is a document request for pagination 44', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32981('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this is a document request for pagination 44', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27251('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this is a document request for pagination 45', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32982('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this is a document request for pagination 45', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27252('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this is a document request for pagination 46', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32983('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this is a document request for pagination 46', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27253('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this is a document request for pagination 47', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32984('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this is a document request for pagination 47', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27254('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this is a document request for pagination 48', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32985('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this is a document request for pagination 48', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27255('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this is a document request for pagination 49', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32986('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this is a document request for pagination 49', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27256('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this is a document request for pagination 50', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32987('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this is a document request for pagination 50', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27257('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this is a document request for pagination 51', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32988('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this is a document request for pagination 51', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27258('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this is a document request for pagination 52', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32989('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this is a document request for pagination 52', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27259('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this is a document request for pagination 53', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32990('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this is a document request for pagination 53', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27260('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this is a document request for pagination 54', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32991('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this is a document request for pagination 54', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27261('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this is a document request for pagination 55', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32992('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this is a document request for pagination 55', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27262('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this is a document request for pagination 56', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32993('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this is a document request for pagination 56', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27263('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this is a document request for pagination 57', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32994('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this is a document request for pagination 57', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27264('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this is a document request for pagination 58', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32995('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this is a document request for pagination 58', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27265('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this is a document request for pagination 59', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32996('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this is a document request for pagination 59', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27266('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this is a document request for pagination 60', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32997('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this is a document request for pagination 60', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27267('E91F7236-2813-957E-53A0-066B18232846', 'Entry request seven', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381582, 1, NULL, NULL),32998('E91F7236-2813-957E-53A0-066B18232846', 'Entry request seven', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381582, 1, NULL, NULL),
27268('EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),32999('EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27269('F502B30C-324A-9A86-230F-BD7025AFEE36', 'Entry request five', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381580, 1, NULL, NULL),33000('F502B30C-324A-9A86-230F-BD7025AFEE36', 'Entry request five', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381580, 1, NULL, NULL),
27270('FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'Entry request eight', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381583, 1, NULL, NULL),33001('FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'Entry request eight', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381583, 1, NULL, NULL),
27271('FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),33002('FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL),
27272('FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this is an ontime submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381588, 1685381586, 0, NULL, NULL);33003('FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this is an ontime submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381588, 1685381586, 0, NULL, NULL);
2727333004
27274-- --------------------------------------------------------33005-- --------------------------------------------------------
2727533006
27276--33007--
27277-- Table structure for table `messages_overridden_recipients`33008-- Table structure for table `messages_overridden_recipients`
27278--33009--
2727933010
27280CREATE TABLE `messages_overridden_recipients` (33011CREATE TABLE `messages_overridden_recipients` (
27281  `morecipient_id` int(10) UNSIGNED NOT NULL,33012  `morecipient_id` int(10) UNSIGNED NOT NULL,
27282  `mmessages_id` varchar(36) NOT NULL,33013  `mmessages_id` varchar(36) NOT NULL,
27283  `emappings_id` varchar(36) NOT NULL,33014  `emappings_id` varchar(36) NOT NULL,
27284  `created_date` bigint(64) NOT NULL,33015  `created_date` bigint(64) NOT NULL,
27285  `created_by` int(10) UNSIGNED NOT NULL,33016  `created_by` int(10) UNSIGNED NOT NULL,
27286  `deleted_date` bigint(64) DEFAULT NULL,33017  `deleted_date` bigint(64) DEFAULT NULL,
27287  `deleted_by` int(10) UNSIGNED DEFAULT NULL33018  `deleted_by` int(10) UNSIGNED DEFAULT NULL
27288) ENGINE=InnoDB DEFAULT CHARSET=utf8;33019) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2728933020
27290--33021--
27291-- Dumping data for table `messages_overridden_recipients`33022-- Dumping data for table `messages_overridden_recipients`
27292--33023--
2729333024
27294INSERT INTO `messages_overridden_recipients` (`morecipient_id`, `mmessages_id`, `emappings_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES33025INSERT INTO `messages_overridden_recipients` (`morecipient_id`, `mmessages_id`, `emappings_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
27295(1, '9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381582, 1, NULL, NULL),33026(1, '9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381582, 1, NULL, NULL),
27296(2, 'DD990EAB-94F0-41BD-970C-36276F8F3730', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1685381583, 1, NULL, NULL),33027(2, 'DD990EAB-94F0-41BD-970C-36276F8F3730', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1685381583, 1, NULL, NULL),
27297(3, 'EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381584, 1, NULL, NULL),33028(3, 'EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381584, 1, NULL, NULL),
27298(4, '7B7332E3-B888-40F2-A490-16710B6ABB99', '9AB064C3-D941-3FA0-740C-2072920F49E1', 1685381585, 1, NULL, NULL);33029(4, '7B7332E3-B888-40F2-A490-16710B6ABB99', '9AB064C3-D941-3FA0-740C-2072920F49E1', 1685381585, 1, NULL, NULL);
2729933030
27300-- --------------------------------------------------------33031-- --------------------------------------------------------
2730133032
27302--33033--
27303-- Table structure for table `messages_recipients`33034-- Table structure for table `messages_recipients`
27304--33035--
2730533036
27306CREATE TABLE `messages_recipients` (33037CREATE TABLE `messages_recipients` (
27307  `mrecipients_id` varchar(36) NOT NULL,33038  `mrecipients_id` varchar(36) NOT NULL,
27308  `mmheaders_id` varchar(36) NOT NULL,33039  `mmheaders_id` varchar(36) NOT NULL,
27309  `emappings_id` varchar(36) NOT NULL33040  `emappings_id` varchar(36) NOT NULL
27310) ENGINE=InnoDB DEFAULT CHARSET=utf8;33041) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2731133042
27312--33043--
27313-- Dumping data for table `messages_recipients`33044-- Dumping data for table `messages_recipients`
27314--33045--
2731533046
27316INSERT INTO `messages_recipients` (`mrecipients_id`, `mmheaders_id`, `emappings_id`) VALUES33047INSERT INTO `messages_recipients` (`mrecipients_id`, `mmheaders_id`, `emappings_id`) VALUES
27317('03D3642A-8A62-81C2-F8C4-5C903D0FB573', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33048('03D3642A-8A62-81C2-F8C4-5C903D0FB573', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27318('03D3642A-8A62-81C2-F8C4-5C903D0FB574', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33049('03D3642A-8A62-81C2-F8C4-5C903D0FB574', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27319('03D3642A-8A62-81C2-F8C4-5C903D0FB575', '384702CC-9E7C-4D97-D24E-3F041C24D40C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33050('03D3642A-8A62-81C2-F8C4-5C903D0FB575', '384702CC-9E7C-4D97-D24E-3F041C24D40C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27320('0acaa0f6-b0fd-166a-b2e4-a3a6b5d3c401', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33051('0acaa0f6-b0fd-166a-b2e4-a3a6b5d3c401', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27321('0C046BE8-9DEE-44BD-866E-67F487C0EA51', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33052('0C046BE8-9DEE-44BD-866E-67F487C0EA51', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27322('0C046BE8-9DEE-44BD-866E-67F487C0EA52', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33053('0C046BE8-9DEE-44BD-866E-67F487C0EA52', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27323('0C046BE8-9DEE-44BD-866E-67F487C0EA53', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33054('0C046BE8-9DEE-44BD-866E-67F487C0EA53', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27324('0C046BE8-9DEE-44BD-866E-67F487C0EA54', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33055('0C046BE8-9DEE-44BD-866E-67F487C0EA54', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27325('0C046BE8-9DEE-44BD-866E-67F487C0EA55', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33056('0C046BE8-9DEE-44BD-866E-67F487C0EA55', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27326('0C046BE8-9DEE-44BD-866E-67F487C0EA56', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33057('0C046BE8-9DEE-44BD-866E-67F487C0EA56', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27327('0C046BE8-9DEE-44BD-866E-67F487C0EA57', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33058('0C046BE8-9DEE-44BD-866E-67F487C0EA57', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27328('0C046BE8-9DEE-44BD-866E-67F487C0EA58', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33059('0C046BE8-9DEE-44BD-866E-67F487C0EA58', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27329('0C046BE8-9DEE-44BD-866E-67F487C0EA59', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33060('0C046BE8-9DEE-44BD-866E-67F487C0EA59', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27330('0C046BE8-9DEE-44BD-866E-67F487C0EA5A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33061('0C046BE8-9DEE-44BD-866E-67F487C0EA5A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27331('0C046BE8-9DEE-44BD-866E-67F487C0EA5B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33062('0C046BE8-9DEE-44BD-866E-67F487C0EA5B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27332('0C046BE8-9DEE-44BD-866E-67F487C0EA5C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33063('0C046BE8-9DEE-44BD-866E-67F487C0EA5C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27333('0C046BE8-9DEE-44BD-866E-67F487C0EA5D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33064('0C046BE8-9DEE-44BD-866E-67F487C0EA5D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27334('0C046BE8-9DEE-44BD-866E-67F487C0EA5E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33065('0C046BE8-9DEE-44BD-866E-67F487C0EA5E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27335('0C046BE8-9DEE-44BD-866E-67F487C0EA5F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33066('0C046BE8-9DEE-44BD-866E-67F487C0EA5F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27336('0C046BE8-9DEE-44BD-866E-67F487C0EA61', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33067('0C046BE8-9DEE-44BD-866E-67F487C0EA61', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27337('0C046BE8-9DEE-44BD-866E-67F487C0EA62', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33068('0C046BE8-9DEE-44BD-866E-67F487C0EA62', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27338('0C046BE8-9DEE-44BD-866E-67F487C0EA63', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33069('0C046BE8-9DEE-44BD-866E-67F487C0EA63', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27339('0C046BE8-9DEE-44BD-866E-67F487C0EA64', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33070('0C046BE8-9DEE-44BD-866E-67F487C0EA64', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27340('0C046BE8-9DEE-44BD-866E-67F487C0EA65', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33071('0C046BE8-9DEE-44BD-866E-67F487C0EA65', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27341('0C046BE8-9DEE-44BD-866E-67F487C0EA66', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33072('0C046BE8-9DEE-44BD-866E-67F487C0EA66', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27342('0C046BE8-9DEE-44BD-866E-67F487C0EA67', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33073('0C046BE8-9DEE-44BD-866E-67F487C0EA67', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27343('0C046BE8-9DEE-44BD-866E-67F487C0EA68', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33074('0C046BE8-9DEE-44BD-866E-67F487C0EA68', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27344('0C046BE8-9DEE-44BD-866E-67F487C0EA69', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33075('0C046BE8-9DEE-44BD-866E-67F487C0EA69', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27345('0C046BE8-9DEE-44BD-866E-67F487C0EA6A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33076('0C046BE8-9DEE-44BD-866E-67F487C0EA6A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27346('0C046BE8-9DEE-44BD-866E-67F487C0EA6B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33077('0C046BE8-9DEE-44BD-866E-67F487C0EA6B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27347('0C046BE8-9DEE-44BD-866E-67F487C0EA6C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33078('0C046BE8-9DEE-44BD-866E-67F487C0EA6C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27348('0C046BE8-9DEE-44BD-866E-67F487C0EA6D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33079('0C046BE8-9DEE-44BD-866E-67F487C0EA6D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27349('0C046BE8-9DEE-44BD-866E-67F487C0EA6E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33080('0C046BE8-9DEE-44BD-866E-67F487C0EA6E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27350('0C046BE8-9DEE-44BD-866E-67F487C0EA6F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33081('0C046BE8-9DEE-44BD-866E-67F487C0EA6F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27351('0C046BE8-9DEE-44BD-866E-67F487C0EA71', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33082('0C046BE8-9DEE-44BD-866E-67F487C0EA71', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27352('0C046BE8-9DEE-44BD-866E-67F487C0EA72', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33083('0C046BE8-9DEE-44BD-866E-67F487C0EA72', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27353('0C046BE8-9DEE-44BD-866E-67F487C0EA73', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33084('0C046BE8-9DEE-44BD-866E-67F487C0EA73', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27354('0C046BE8-9DEE-44BD-866E-67F487C0EA74', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33085('0C046BE8-9DEE-44BD-866E-67F487C0EA74', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27355('0C046BE8-9DEE-44BD-866E-67F487C0EA75', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33086('0C046BE8-9DEE-44BD-866E-67F487C0EA75', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27356('0C046BE8-9DEE-44BD-866E-67F487C0EA76', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33087('0C046BE8-9DEE-44BD-866E-67F487C0EA76', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27357('0C046BE8-9DEE-44BD-866E-67F487C0EA77', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33088('0C046BE8-9DEE-44BD-866E-67F487C0EA77', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27358('0C046BE8-9DEE-44BD-866E-67F487C0EA78', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33089('0C046BE8-9DEE-44BD-866E-67F487C0EA78', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27359('0C046BE8-9DEE-44BD-866E-67F487C0EA79', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33090('0C046BE8-9DEE-44BD-866E-67F487C0EA79', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27360('0C046BE8-9DEE-44BD-866E-67F487C0EA7A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33091('0C046BE8-9DEE-44BD-866E-67F487C0EA7A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27361('0C046BE8-9DEE-44BD-866E-67F487C0EA7B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33092('0C046BE8-9DEE-44BD-866E-67F487C0EA7B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27362('0C046BE8-9DEE-44BD-866E-67F487C0EA7C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33093('0C046BE8-9DEE-44BD-866E-67F487C0EA7C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27363('0C046BE8-9DEE-44BD-866E-67F487C0EA7D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33094('0C046BE8-9DEE-44BD-866E-67F487C0EA7D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27364('0C046BE8-9DEE-44BD-866E-67F487C0EA7E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33095('0C046BE8-9DEE-44BD-866E-67F487C0EA7E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27365('0C046BE8-9DEE-44BD-866E-67F487C0EA7F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33096('0C046BE8-9DEE-44BD-866E-67F487C0EA7F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27366('0C046BE8-9DEE-44BD-866E-67F487C0EA81', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33097('0C046BE8-9DEE-44BD-866E-67F487C0EA81', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27367('0C046BE8-9DEE-44BD-866E-67F487C0EA82', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33098('0C046BE8-9DEE-44BD-866E-67F487C0EA82', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27368('0C046BE8-9DEE-44BD-866E-67F487C0EA83', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33099('0C046BE8-9DEE-44BD-866E-67F487C0EA83', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27369('0C046BE8-9DEE-44BD-866E-67F487C0EA84', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33100('0C046BE8-9DEE-44BD-866E-67F487C0EA84', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27370('0C046BE8-9DEE-44BD-866E-67F487C0EA85', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33101('0C046BE8-9DEE-44BD-866E-67F487C0EA85', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27371('0C046BE8-9DEE-44BD-866E-67F487C0EA86', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33102('0C046BE8-9DEE-44BD-866E-67F487C0EA86', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27372('0C046BE8-9DEE-44BD-866E-67F487C0EA87', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33103('0C046BE8-9DEE-44BD-866E-67F487C0EA87', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27373('0C046BE8-9DEE-44BD-866E-67F487C0EA88', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33104('0C046BE8-9DEE-44BD-866E-67F487C0EA88', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27374('0C046BE8-9DEE-44BD-866E-67F487C0EA89', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33105('0C046BE8-9DEE-44BD-866E-67F487C0EA89', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27375('0C046BE8-9DEE-44BD-866E-67F487C0EA8A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33106('0C046BE8-9DEE-44BD-866E-67F487C0EA8A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27376('0C046BE8-9DEE-44BD-866E-67F487C0EA8B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33107('0C046BE8-9DEE-44BD-866E-67F487C0EA8B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27377('0C046BE8-9DEE-44BD-866E-67F487C0EA8C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33108('0C046BE8-9DEE-44BD-866E-67F487C0EA8C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27378('0C046BE8-9DEE-44BD-866E-67F487C0EA8D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33109('0C046BE8-9DEE-44BD-866E-67F487C0EA8D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27379('0C046BE8-9DEE-44BD-866E-67F487C0EA8E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33110('0C046BE8-9DEE-44BD-866E-67F487C0EA8E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27380('0C046BE8-9DEE-44BD-866E-67F487C0EA8F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33111('0C046BE8-9DEE-44BD-866E-67F487C0EA8F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27381('1115193D-C3DF-ABAD-F18D-16478B6BDCAA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33112('1115193D-C3DF-ABAD-F18D-16478B6BDCAA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27382('1115193D-C3DF-ABAD-F18D-16478B6BDCAB', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '303E82E5-437A-525C-8184-D95C513777A0'),33113('1115193D-C3DF-ABAD-F18D-16478B6BDCAB', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '303E82E5-437A-525C-8184-D95C513777A0'),
27383('1267B8D6-F02B-5F8E-861D-A59AC651191D', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),33114('1267B8D6-F02B-5F8E-861D-A59AC651191D', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),
27384('129100DD-DD63-63B8-1EF2-DD3A867F1E81', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33115('129100DD-DD63-63B8-1EF2-DD3A867F1E81', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27385('1485193D-C3DF-AAAD-F18D-16478B6BDCAA', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33116('1485193D-C3DF-AAAD-F18D-16478B6BDCAA', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27386('1485193D-C3DF-ABAD-F18D-16478B6BDCAA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33117('1485193D-C3DF-ABAD-F18D-16478B6BDCAA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27387('1485193D-C3DF-ABAD-F18D-16478B6BDCAB', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '303E82E5-437A-525C-8184-D95C513777A0'),33118('1485193D-C3DF-ABAD-F18D-16478B6BDCAB', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '303E82E5-437A-525C-8184-D95C513777A0'),
27388('1485193D-C3DF-BBAD-F18D-16478B6BDCAB', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '303E82E5-437A-525C-8184-D95C513777A0'),33119('1485193D-C3DF-BBAD-F18D-16478B6BDCAB', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '303E82E5-437A-525C-8184-D95C513777A0'),
27389('15BEEE0C-8058-51D8-B923-691E39B36E6D', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '73EE562F-972A-1D73-C296-575748A37392'),33120('15BEEE0C-8058-51D8-B923-691E39B36E6D', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '73EE562F-972A-1D73-C296-575748A37392'),
27390('1acab0f5-c0fd-422a-a2e4-b3a6b5d3c403', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33121('1acab0f5-c0fd-422a-a2e4-b3a6b5d3c403', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27391('1B289E8C-3EA9-92D7-0297-11AAA1CCE45A', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33122('1B289E8C-3EA9-92D7-0297-11AAA1CCE45A', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27392('1B289E8C-3EA9-92D7-0297-11AAA1CCE45B', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33123('1B289E8C-3EA9-92D7-0297-11AAA1CCE45B', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27393('1B289E8C-3EA9-92D7-0297-11AAA1CCE45C', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D'),33124('1B289E8C-3EA9-92D7-0297-11AAA1CCE45C', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D'),
27394('1B289E8C-3EA9-92D7-0297-11AAA1CCE45D', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),33125('1B289E8C-3EA9-92D7-0297-11AAA1CCE45D', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),
27395('1B389E8C-3EA9-92D7-0297-73AAA1CCE19A', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33126('1B389E8C-3EA9-92D7-0297-73AAA1CCE19A', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27396('210FEC86-71D2-BF4C-9B32-105C5E2180D8', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),33127('210FEC86-71D2-BF4C-9B32-105C5E2180D8', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),
27397('2291DEB1-D495-13E7-9017-6001A208256B', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33128('2291DEB1-D495-13E7-9017-6001A208256B', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27398('2291DEB1-D495-13E7-9017-6001A208256C', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33129('2291DEB1-D495-13E7-9017-6001A208256C', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27399('25533DB8-92B9-6123-65A4-E3CEC5E7E76F', 'E91F7236-2813-957E-53A0-066B18232846', '73EE562F-972A-1D73-C296-575748A37392'),33130('25533DB8-92B9-6123-65A4-E3CEC5E7E76F', 'E91F7236-2813-957E-53A0-066B18232846', '73EE562F-972A-1D73-C296-575748A37392'),
27400('26416F00-5A04-B12A-ADE1-090FD1ABF4F7', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', '303E82E5-437A-525C-8184-D95C513777A0'),33131('26416F00-5A04-B12A-ADE1-090FD1ABF4F7', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', '303E82E5-437A-525C-8184-D95C513777A0'),
27401('2A389E8C-3EA9-92D7-0297-73AAA1CCE45B', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33132('2A389E8C-3EA9-92D7-0297-73AAA1CCE45B', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27402('3DEBD413-73F8-80D2-7C8E-3CD97BD049C7', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', '303E82E5-437A-525C-8184-D95C513777A0'),33133('3DEBD413-73F8-80D2-7C8E-3CD97BD049C7', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', '303E82E5-437A-525C-8184-D95C513777A0'),
27403('4DFBA412-71F8-81D2-7P8E-2CA97BH049C8', '0468CA1E-430D-0D9C-502D-FFB897480753', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),33134('4DFBA412-71F8-81D2-7P8E-2CA97BH049C8', '0468CA1E-430D-0D9C-502D-FFB897480753', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),
27404('4DFBA412-73F8-80D2-7C8E-3CD97BD049C7', '0468CA1E-430D-0D9C-502D-FFB897480753', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33135('4DFBA412-73F8-80D2-7C8E-3CD97BD049C7', '0468CA1E-430D-0D9C-502D-FFB897480753', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27405('56cc92e3-e7e2-4614-9a22-a6d3d77cf4b3', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33136('56cc92e3-e7e2-4614-9a22-a6d3d77cf4b3', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27406('58FC6A36-F50B-CB47-55B9-EB582FC4CB54', 'E91F7236-2813-957E-53A0-066B18232846', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),33137('58FC6A36-F50B-CB47-55B9-EB582FC4CB54', 'E91F7236-2813-957E-53A0-066B18232846', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),
27407('5FF12737-A018-58CE-19C3-03692507EBAC', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33138('5FF12737-A018-58CE-19C3-03692507EBAC', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27408('612E3BED-E655-1218-2C37-CEAD5DA6497B', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33139('612E3BED-E655-1218-2C37-CEAD5DA6497B', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27409('6B1A5142-C149-1615-6024-601157C1FB52', 'E91F7236-2813-957E-53A0-066B18232846', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),33140('6B1A5142-C149-1615-6024-601157C1FB52', 'E91F7236-2813-957E-53A0-066B18232846', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),
27410('6B535B6B-5790-1733-8200-8A9A60BD9BD8', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33141('6B535B6B-5790-1733-8200-8A9A60BD9BD8', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27411('7661990A-1141-2B0B-1B49-86D297A942EF', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),33142('7661990A-1141-2B0B-1B49-86D297A942EF', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),
27412('7907becc-4b92-4c50-88a0-df2822cd643d', '0468CA1E-430D-0D9C-502D-FFB897480753', '303E82E5-437A-525C-8184-D95C513777A0'),33143('7907becc-4b92-4c50-88a0-df2822cd643d', '0468CA1E-430D-0D9C-502D-FFB897480753', '303E82E5-437A-525C-8184-D95C513777A0'),
27413('7b9b8378-377b-4e9e-b210-62c7535e59b2', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33144('7b9b8378-377b-4e9e-b210-62c7535e59b2', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27414('7c18db3f-e0f2-49f8-896b-bb32de38f9f8', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33145('7c18db3f-e0f2-49f8-896b-bb32de38f9f8', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27415('83DDDC7E-D725-1BDB-0580-ABEF49087B78', '62688D0A-8AB5-1251-1FB6-12C357735D89', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33146('83DDDC7E-D725-1BDB-0580-ABEF49087B78', '62688D0A-8AB5-1251-1FB6-12C357735D89', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27416('83DDDC7E-D725-1BDB-0580-ABEF49087B7B', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33147('83DDDC7E-D725-1BDB-0580-ABEF49087B7B', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27417('8A389E8C-3EA9-92D7-0297-73ABC1CCE19F', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33148('8A389E8C-3EA9-92D7-0297-73ABC1CCE19F', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27418('8A389E8C-3EA9-92D7-0297-73DDD1CCE19F', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33149('8A389E8C-3EA9-92D7-0297-73DDD1CCE19F', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27419('92CD670E-BB90-7CA3-D36A-6BCDAEED923C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'E2003BBA-7F3D-C634-48BC-DDA4174B4956'),33150('92CD670E-BB90-7CA3-D36A-6BCDAEED923C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'E2003BBA-7F3D-C634-48BC-DDA4174B4956'),
27420('945C1C8C-C750-EDA7-E7E2-FF249DCF84A1', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33151('945C1C8C-C750-EDA7-E7E2-FF249DCF84A1', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27421('9485193D-C3DF-ABAD-F18D-00478B6BDCAA', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33152('9485193D-C3DF-ABAD-F18D-00478B6BDCAA', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27422('9485193D-C3DF-ABAD-F18D-00478B6BDCAB', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '303E82E5-437A-525C-8184-D95C513777A0'),33153('9485193D-C3DF-ABAD-F18D-00478B6BDCAB', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '303E82E5-437A-525C-8184-D95C513777A0'),
27423('9485193D-C3DF-ABAD-F18D-16478B6BDCAB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33154('9485193D-C3DF-ABAD-F18D-16478B6BDCAB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27424('9485193D-C3DF-ABAD-F18D-16478B6BDCAE', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33155('9485193D-C3DF-ABAD-F18D-16478B6BDCAE', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27425('9485193D-C3DF-ABAD-F18D-23478B6BDCAA', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33156('9485193D-C3DF-ABAD-F18D-23478B6BDCAA', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27426('9485193D-C3DF-ABAD-F18D-23478B6BDCAB', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '303E82E5-437A-525C-8184-D95C513777A0'),33157('9485193D-C3DF-ABAD-F18D-23478B6BDCAB', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '303E82E5-437A-525C-8184-D95C513777A0'),
27427('969C0B74-2576-B654-64B4-F6CBD999D86D', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),33158('969C0B74-2576-B654-64B4-F6CBD999D86D', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),
27428('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c403', '9998CA1E-990D-0D9C-502D-FFB897480999', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33159('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c403', '9998CA1E-990D-0D9C-502D-FFB897480999', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27429('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c404', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '303E82E5-437A-525C-8184-D95C513777A0'),33160('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c404', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '303E82E5-437A-525C-8184-D95C513777A0'),
27430('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c405', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33161('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c405', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27431('9cbafc97-8307-4f1d-babf-d7362554dbd6', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33162('9cbafc97-8307-4f1d-babf-d7362554dbd6', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27432('A164D283-7998-D1CC-9B75-24114946F899', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33163('A164D283-7998-D1CC-9B75-24114946F899', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27433('A164D283-7998-D1CC-9B75-24114946F89B', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33164('A164D283-7998-D1CC-9B75-24114946F89B', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27434('a1a22c9b-344a-4556-86a1-51a23aac13b4', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33165('a1a22c9b-344a-4556-86a1-51a23aac13b4', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27435('A2AAECDB-A03B-1621-D493-6FE0925C61EA', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),33166('A2AAECDB-A03B-1621-D493-6FE0925C61EA', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'),
27436('A4716F91-5969-4B44-A975-B860DAE181BC', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),33167('A4716F91-5969-4B44-A975-B860DAE181BC', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'),
27437('AF57525B-B65B-FDE6-60BA-F86176DA2FE1', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '303E82E5-437A-525C-8184-D95C513777A0'),33168('AF57525B-B65B-FDE6-60BA-F86176DA2FE1', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '303E82E5-437A-525C-8184-D95C513777A0'),
27438('B1EB4395-B097-75A1-602B-0C8BD274E69C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', '90CB4591-B3FE-6713-A9A4-640C8624BF65'),33169('B1EB4395-B097-75A1-602B-0C8BD274E69C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', '90CB4591-B3FE-6713-A9A4-640C8624BF65'),
27439('B456D56E-47C2-4895-41A8-4D426D0E2AC9', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33170('B456D56E-47C2-4895-41A8-4D426D0E2AC9', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27440('B4EFC0F1-6F7B-5C6B-D014-8E2BE08DCE66', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33171('B4EFC0F1-6F7B-5C6B-D014-8E2BE08DCE66', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27441('D0DC1252-61DE-9A5C-5937-5D4DD2442B83', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '303E82E5-437A-525C-8184-D95C513777A0'),33172('D0DC1252-61DE-9A5C-5937-5D4DD2442B83', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '303E82E5-437A-525C-8184-D95C513777A0'),
27442('d1d22c9b-344f-4556-86c1-51d23cac13b4', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),33173('d1d22c9b-344f-4556-86c1-51d23cac13b4', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'),
27443('d5d28c9b-754f-4521-86c1-51d00cac13b4', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33174('d5d28c9b-754f-4521-86c1-51d00cac13b4', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27444('d88c512a-69f8-4a37-a05b-d60113d9c258', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33175('d88c512a-69f8-4a37-a05b-d60113d9c258', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27445('dddd2ae0-fe76-4eba-9fa9-aebc28b48a48', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', '303E82E5-437A-525C-8184-D95C513777A0'),33176('dddd2ae0-fe76-4eba-9fa9-aebc28b48a48', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', '303E82E5-437A-525C-8184-D95C513777A0'),
27446('E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),33177('E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'),
27447('EC3FB050-7F12-D1EB-F0A2-6F2C623B332D', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),33178('EC3FB050-7F12-D1EB-F0A2-6F2C623B332D', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'),
27448('f85fe64e-2bb8-4faf-9fab-4cf88292f2c0', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),33179('f85fe64e-2bb8-4faf-9fab-4cf88292f2c0', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'),
27449('fb537534-754f-42a9-b643-7e5821965da7', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', '303E82E5-437A-525C-8184-D95C513777A0'),33180('fb537534-754f-42a9-b643-7e5821965da7', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', '303E82E5-437A-525C-8184-D95C513777A0'),
27450('FF90ADF8-6910-2B89-C378-DA0AD719519C', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '73EE562F-972A-1D73-C296-575748A37392');33181('FF90ADF8-6910-2B89-C378-DA0AD719519C', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '73EE562F-972A-1D73-C296-575748A37392');
2745133182
27452-- --------------------------------------------------------33183-- --------------------------------------------------------
2745333184
27454--33185--
27455-- Table structure for table `messages_recipient_groups`33186-- Table structure for table `messages_recipient_groups`
27456--33187--
2745733188
27458CREATE TABLE `messages_recipient_groups` (33189CREATE TABLE `messages_recipient_groups` (
27459  `mrgroups_id` varchar(36) NOT NULL,33190  `mrgroups_id` varchar(36) NOT NULL,
27460  `mmheaders_id` varchar(36) NOT NULL,33191  `mmheaders_id` varchar(36) NOT NULL,
27461  `group_id` int(11) NOT NULL,33192  `group_id` int(11) NOT NULL,
27462  `created_date` bigint(64) NOT NULL DEFAULT '0',33193  `created_date` bigint(64) NOT NULL DEFAULT '0',
27463  `created_by` int(10) UNSIGNED NOT NULL,33194  `created_by` int(10) UNSIGNED NOT NULL,
27464  `deleted_date` bigint(64) DEFAULT NULL,33195  `deleted_date` bigint(64) DEFAULT NULL,
27465  `deleted_by` int(10) UNSIGNED DEFAULT NULL33196  `deleted_by` int(10) UNSIGNED DEFAULT NULL
27466) ENGINE=InnoDB DEFAULT CHARSET=utf8;33197) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2746733198
27468--33199--
27469-- Dumping data for table `messages_recipient_groups`33200-- Dumping data for table `messages_recipient_groups`
27470--33201--
2747133202
27472INSERT INTO `messages_recipient_groups` (`mrgroups_id`, `mmheaders_id`, `group_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES33203INSERT INTO `messages_recipient_groups` (`mrgroups_id`, `mmheaders_id`, `group_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
27473('B2A4CAA7-1387-8115-1B41-AC3B102A3429', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 1, 1685381586, 1, NULL, NULL);33204('B2A4CAA7-1387-8115-1B41-AC3B102A3429', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 1, 1685381586, 1, NULL, NULL);
2747433205
27475-- --------------------------------------------------------33206-- --------------------------------------------------------
2747633207
27477--33208--
27478-- Table structure for table `messages_recipient_types`33209-- Table structure for table `messages_recipient_types`
27479--33210--
2748033211
27481CREATE TABLE `messages_recipient_types` (33212CREATE TABLE `messages_recipient_types` (
27482  `mrtypes_id` int(11) NOT NULL,33213  `mrtypes_id` int(11) NOT NULL,
27483  `name` varchar(45) NOT NULL33214  `name` varchar(45) NOT NULL
27484) ENGINE=InnoDB DEFAULT CHARSET=utf8;33215) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2748533216
27486--33217--
27487-- Dumping data for table `messages_recipient_types`33218-- Dumping data for table `messages_recipient_types`
27488--33219--
2748933220
27490INSERT INTO `messages_recipient_types` (`mrtypes_id`, `name`) VALUES33221INSERT INTO `messages_recipient_types` (`mrtypes_id`, `name`) VALUES
27491(1, 'Learner'),33222(1, 'Learner'),
27492(2, 'Cohort');33223(2, 'Cohort');
2749333224
27494-- --------------------------------------------------------33225-- --------------------------------------------------------
2749533226
27496--33227--
27497-- Table structure for table `messages_requested_by`33228-- Table structure for table `messages_requested_by`
27498--33229--
2749933230
27500CREATE TABLE `messages_requested_by` (33231CREATE TABLE `messages_requested_by` (
27501  `mrby_id` varchar(36) NOT NULL,33232  `mrby_id` varchar(36) NOT NULL,
27502  `entity_mapping_id` varchar(36) NOT NULL,33233  `entity_mapping_id` varchar(36) NOT NULL,
27503  `mmheaders_id` varchar(36) NOT NULL33234  `mmheaders_id` varchar(36) NOT NULL
27504) ENGINE=InnoDB DEFAULT CHARSET=utf8;33235) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2750533236
27506--33237--
27507-- Dumping data for table `messages_requested_by`33238-- Dumping data for table `messages_requested_by`
27508--33239--
2750933240
27510INSERT INTO `messages_requested_by` (`mrby_id`, `entity_mapping_id`, `mmheaders_id`) VALUES33241INSERT INTO `messages_requested_by` (`mrby_id`, `entity_mapping_id`, `mmheaders_id`) VALUES
27511('2C435D6A-1124-CD8D-1349-21D0E18E1EBE', '73EE562F-972A-1D73-C296-575748A37392', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C');33242('2C435D6A-1124-CD8D-1349-21D0E18E1EBE', '73EE562F-972A-1D73-C296-575748A37392', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C');
2751233243
27513-- --------------------------------------------------------33244-- --------------------------------------------------------
2751433245
27515--33246--
27516-- Table structure for table `messages_request_types`33247-- Table structure for table `messages_request_types`
27517--33248--
2751833249
27519CREATE TABLE `messages_request_types` (33250CREATE TABLE `messages_request_types` (
27520  `mrqtypes_id` int(11) NOT NULL,33251  `mrqtypes_id` int(11) NOT NULL,
27521  `name` varchar(45) NOT NULL33252  `name` varchar(45) NOT NULL
27522) ENGINE=InnoDB DEFAULT CHARSET=latin1;33253) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2752333254
27524--33255--
27525-- Dumping data for table `messages_request_types`33256-- Dumping data for table `messages_request_types`
27526--33257--
2752733258
27528INSERT INTO `messages_request_types` (`mrqtypes_id`, `name`) VALUES33259INSERT INTO `messages_request_types` (`mrqtypes_id`, `name`) VALUES
27529(1, 'Generic'),33260(1, 'Generic'),
27530(2, 'Institutional'),33261(2, 'Institutional'),
27531(3, 'Required for Rotation');33262(3, 'Required for Rotation');
2753233263
27533-- --------------------------------------------------------33264-- --------------------------------------------------------
2753433265
27535--33266--
27536-- Table structure for table `messages_statuses`33267-- Table structure for table `messages_statuses`
27537--33268--
2753833269
27539CREATE TABLE `messages_statuses` (33270CREATE TABLE `messages_statuses` (
27540  `mstatuses_id` int(11) NOT NULL,33271  `mstatuses_id` int(11) NOT NULL,
27541  `gmodules_id` varchar(36) NOT NULL,33272  `gmodules_id` varchar(36) NOT NULL,
27542  `name` varchar(45) NOT NULL,33273  `name` varchar(45) NOT NULL,
27543  `is_default` tinyint(4) NOT NULL DEFAULT '0',33274  `is_default` tinyint(4) NOT NULL DEFAULT '0',
27544  `is_global` tinyint(4) NOT NULL33275  `is_global` tinyint(4) NOT NULL
27545) ENGINE=InnoDB DEFAULT CHARSET=utf8;33276) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2754633277
27547--33278--
27548-- Dumping data for table `messages_statuses`33279-- Dumping data for table `messages_statuses`
27549--33280--
2755033281
27551INSERT INTO `messages_statuses` (`mstatuses_id`, `gmodules_id`, `name`, `is_default`, `is_global`) VALUES33282INSERT INTO `messages_statuses` (`mstatuses_id`, `gmodules_id`, `name`, `is_default`, `is_global`) VALUES
27552(1, '3088786031', 'Not Submitted', 1, 1),33283(1, '3088786031', 'Not Submitted', 1, 1),
27553(2, '3088786031', 'Pending Review', 0, 1),33284(2, '3088786031', 'Pending Review', 0, 1),
27554(3, '3088786031', 'Re-Submission Requested', 0, 1),33285(3, '3088786031', 'Re-Submission Requested', 0, 1),
27555(4, '3088786031', 'Reviewed', 0, 0),33286(4, '3088786031', 'Reviewed', 0, 0),
27556(5, '2879558128', 'Approved', 0, 0),33287(5, '2879558128', 'Approved', 0, 0),
27557(6, '2879558128', 'Deleted', 0, 1);33288(6, '2879558128', 'Deleted', 0, 1);
2755833289
27559-- --------------------------------------------------------33290-- --------------------------------------------------------
2756033291
27561--33292--
27562-- Table structure for table `messages_templates`33293-- Table structure for table `messages_templates`
27563--33294--
2756433295
27565CREATE TABLE `messages_templates` (33296CREATE TABLE `messages_templates` (
27566  `mtemplates_id` int(11) UNSIGNED NOT NULL,33297  `mtemplates_id` int(11) UNSIGNED NOT NULL,
27567  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',33298  `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
27568  `title` varchar(200) NOT NULL,33299  `title` varchar(200) NOT NULL,
27569  `description` mediumtext,33300  `description` mediumtext,
27570  `created_date` bigint(64) NOT NULL,33301  `created_date` bigint(64) NOT NULL,
27571  `created_by` varchar(36) NOT NULL,33302  `created_by` varchar(36) NOT NULL,
27572  `updated_date` bigint(64) NOT NULL,33303  `updated_date` bigint(64) NOT NULL,
27573  `updated_by` varchar(36) NOT NULL,33304  `updated_by` varchar(36) NOT NULL,
27574  `deleted_date` bigint(64) DEFAULT NULL33305  `deleted_date` bigint(64) DEFAULT NULL
27575) ENGINE=InnoDB DEFAULT CHARSET=latin1;33306) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2757633307
27577--33308--
27578-- Dumping data for table `messages_templates`33309-- Dumping data for table `messages_templates`
27579--33310--
2758033311
27581INSERT INTO `messages_templates` (`mtemplates_id`, `active`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES33312INSERT INTO `messages_templates` (`mtemplates_id`, `active`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
27582(1, 1, 'Lottery schedule variation successful', 'Template for successful lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL),33313(1, 1, 'Lottery schedule variation successful', 'Template for successful lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL),
27583(2, 2, 'Lottery schedule variation failed', 'Template for failed lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL),33314(2, 2, 'Lottery schedule variation failed', 'Template for failed lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL),
27584(3, 1, 'Document Request Created', 'A New Document Request has been Created', 1685381582, '1', 1685381582, '1', NULL),33315(3, 1, 'Document Request Created', 'A New Document Request has been Created', 1685381582, '1', 1685381582, '1', NULL),
27585(4, 1, 'Document Request Response Created', 'A Document is Ready for Review', 1685381582, '1', 1685381582, '1', NULL),33316(4, 1, 'Document Request Response Created', 'A Document is Ready for Review', 1685381582, '1', 1685381582, '1', NULL),
27586(5, 1, 'Admin Proxy Upload Notification', 'A Document has been uploaded by an admin on user\'s behalf', 1685381582, '1', 1685381582, '1', NULL),33317(5, 1, 'Admin Proxy Upload Notification', 'A Document has been uploaded by an admin on user\'s behalf', 1685381582, '1', 1685381582, '1', NULL),
27587(6, 1, 'Deletion Document Request Notification', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', 1685381582, '1', 1685381582, '1', NULL),33318(6, 1, 'Deletion Document Request Notification', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', 1685381582, '1', 1685381582, '1', NULL),
27588(7, 1, 'A Resubmission has been Requested', 'Document Request Status is Updated to Resubmission Requested', 1685381582, '1', 1685381582, '1', NULL),33319(7, 1, 'A Resubmission has been Requested', 'Document Request Status is Updated to Resubmission Requested', 1685381582, '1', 1685381582, '1', NULL),
27589(8, 1, 'A Document Submission has been Approved', 'Document Submission has been Approved', 1685381582, '1', 1685381582, '1', NULL),33320(8, 1, 'A Document Submission has been Approved', 'Document Submission has been Approved', 1685381582, '1', 1685381582, '1', NULL),
27590(9, 1, 'A Document Request Due Date just changed', 'The due date for :requestName has changed to :newDueDate', 1685381582, '1', 1685381582, '1', NULL),33321(9, 1, 'A Document Request Due Date just changed', 'The due date for :requestName has changed to :newDueDate', 1685381582, '1', 1685381582, '1', NULL),
27591(10, 1, 'An agreement will expire', 'An agreement is about to expire', 1685381582, '1', 1685381582, '1', NULL),33322(10, 1, 'An agreement will expire', 'An agreement is about to expire', 1685381582, '1', 1685381582, '1', NULL),
27592(11, 1, 'User\'s metadata will expire', 'A user metadata is about to expire', 1685381582, '1', 1685381582, '1', NULL);33323(11, 1, 'User\'s metadata will expire', 'A user metadata is about to expire', 1685381582, '1', 1685381582, '1', NULL);
2759333324
27594-- --------------------------------------------------------33325-- --------------------------------------------------------
2759533326
27596--33327--
27597-- Table structure for table `messages_templates_i18n`33328-- Table structure for table `messages_templates_i18n`
27598--33329--
2759933330
27600CREATE TABLE `messages_templates_i18n` (33331CREATE TABLE `messages_templates_i18n` (
27601  `language_key` varchar(10) NOT NULL,33332  `language_key` varchar(10) NOT NULL,
27602  `mtemplates_id` int(11) UNSIGNED NOT NULL,33333  `mtemplates_id` int(11) UNSIGNED NOT NULL,
27603  `subject` varchar(250) NOT NULL,33334  `subject` varchar(250) NOT NULL,
27604  `message` varchar(1000) NOT NULL33335  `message` varchar(1000) NOT NULL
27605) ENGINE=InnoDB DEFAULT CHARSET=latin1;33336) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2760633337
27607--33338--
27608-- Dumping data for table `messages_templates_i18n`33339-- Dumping data for table `messages_templates_i18n`
27609--33340--
2761033341
27611INSERT INTO `messages_templates_i18n` (`language_key`, `mtemplates_id`, `subject`, `message`) VALUES33342INSERT INTO `messages_templates_i18n` (`language_key`, `mtemplates_id`, `subject`, `message`) VALUES
27612('en_us', 1, 'Variations Generated Successfully', '[:lotteryId] [:lotteryTitle] Variations Generated Successfully'),33343('en_us', 1, 'Variations Generated Successfully', '[:lotteryId] [:lotteryTitle] Variations Generated Successfully'),
27613('en_us', 2, 'Variations Failed to Generate', '[:lotteryId] [:lotteryTitle] Variations Failed to Generate'),33344('en_us', 2, 'Variations Failed to Generate', '[:lotteryId] [:lotteryTitle] Variations Failed to Generate'),
27614('en_us', 3, 'A New Document Request has been Created', ':requestName has been assigned to you.'),33345('en_us', 3, 'A New Document Request has been Created', ':requestName has been assigned to you.'),
27615('en_us', 4, 'A Document is Ready for Review', ':learnerName has made a new :requestName submission.'),33346('en_us', 4, 'A Document is Ready for Review', ':learnerName has made a new :requestName submission.'),
27616('en_us', 5, 'A Document has been uploaded on your behalf', 'A file for :requestName has been uploaded on your behalf and approved.'),33347('en_us', 5, 'A Document has been uploaded on your behalf', 'A file for :requestName has been uploaded on your behalf and approved.'),
27617('en_us', 6, ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.'),33348('en_us', 6, ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.'),
27618('en_us', 7, 'A Resubmission has been Requested', 'A new file submission has been requested for :requestName.'),33349('en_us', 7, 'A Resubmission has been Requested', 'A new file submission has been requested for :requestName.'),
27619('en_us', 8, 'A Document Submission has been Approved', 'Your submission to :requestName has been approved.'),33350('en_us', 8, 'A Document Submission has been Approved', 'Your submission to :requestName has been approved.'),
27620('en_us', 9, 'The due date for :requestName has changed to :newDueDate', 'The due date for :requestName has changed to :newDueDate'),33351('en_us', 9, 'The due date for :requestName has changed to :newDueDate', 'The due date for :requestName has changed to :newDueDate'),
27621('en_us', 10, 'An agreement is about to expire', 'Agreement for :itemName will expire in :expDays days.'),33352('en_us', 10, 'An agreement is about to expire', 'Agreement for :itemName will expire in :expDays days.'),
27622('en_us', 11, 'User\'s metadata will expire', ':metaLabel for :fullName will expire in :expDays days.'),33353('en_us', 11, 'User\'s metadata will expire', ':metaLabel for :fullName will expire in :expDays days.'),
27623('fr_ca', 1, 'Variations générées avec succès', '[:lotteryId] [:lotteryTitle] Variations générées avec succès'),33354('fr_ca', 1, 'Variations générées avec succès', '[:lotteryId] [:lotteryTitle] Variations générées avec succès'),
27624('fr_ca', 2, 'Échec de la génération des variantes', '[:lotteryId] [:lotteryTitle] Échec de la génération des variantes'),33355('fr_ca', 2, 'Échec de la génération des variantes', '[:lotteryId] [:lotteryTitle] Échec de la génération des variantes'),
27625('fr_ca', 3, 'Une nouvelle demande de document a été créée', ':requestName vous a été attribué.'),33356('fr_ca', 3, 'Une nouvelle demande de document a été créée', ':requestName vous a été attribué.'),
27626('fr_ca', 4, 'Un document est prêt pour la révision', ':learnerName a fait une nouvelle soumission pour :requestName.'),33357('fr_ca', 4, 'Un document est prêt pour la révision', ':learnerName a fait une nouvelle soumission pour :requestName.'),
27627('fr_ca', 5, 'Un document a été téléchargé en votre nom', 'Un fichier pour :requestName a été téléchargé en votre nom et approuvé.'),33358('fr_ca', 5, 'Un document a été téléchargé en votre nom', 'Un fichier pour :requestName a été téléchargé en votre nom et approuvé.'),
27628('fr_ca', 6, '', ''),33359('fr_ca', 6, '', ''),
27629('fr_ca', 7, 'Une nouvelle soumission a été demandée', 'Une nouvelle soumission de fichier a été demandée pour :requestName.'),33360('fr_ca', 7, 'Une nouvelle soumission a été demandée', 'Une nouvelle soumission de fichier a été demandée pour :requestName.'),
27630('fr_ca', 8, 'Une soumission de document a été approuvée', 'Votre soumission à :requestName a été approuvée.'),33361('fr_ca', 8, 'Une soumission de document a été approuvée', 'Votre soumission à :requestName a été approuvée.'),
27631('fr_ca', 9, '', ''),33362('fr_ca', 9, '', ''),
27632('fr_ca', 10, '', ''),33363('fr_ca', 10, '', ''),
27633('fr_ca', 11, '', ''),33364('fr_ca', 11, '', ''),
27634('zh_cn', 1, '', ''),33365('zh_cn', 1, '', ''),
27635('zh_cn', 2, '', ''),33366('zh_cn', 2, '', ''),
27636('zh_cn', 3, '', ''),33367('zh_cn', 3, '', ''),
27637('zh_cn', 4, '', ''),33368('zh_cn', 4, '', ''),
27638('zh_cn', 5, '', ''),33369('zh_cn', 5, '', ''),
27639('zh_cn', 6, '', ''),33370('zh_cn', 6, '', ''),
27640('zh_cn', 7, '', ''),33371('zh_cn', 7, '', ''),
27641('zh_cn', 8, '', ''),33372('zh_cn', 8, '', ''),
27642('zh_cn', 9, '', ''),33373('zh_cn', 9, '', ''),
27643('zh_cn', 10, '', ''),33374('zh_cn', 10, '', ''),
27644('zh_cn', 11, '', '');33375('zh_cn', 11, '', '');
2764533376
27646-- --------------------------------------------------------33377-- --------------------------------------------------------
2764733378
27648--33379--
27649-- Table structure for table `messages_template_settings`33380-- Table structure for table `messages_template_settings`
27650--33381--
2765133382
27652CREATE TABLE `messages_template_settings` (33383CREATE TABLE `messages_template_settings` (
27653  `mtsettings_id` int(11) UNSIGNED NOT NULL,33384  `mtsettings_id` int(11) UNSIGNED NOT NULL,
27654  `mtemplates_id` int(11) UNSIGNED NOT NULL,33385  `mtemplates_id` int(11) UNSIGNED NOT NULL,
27655  `gmodules_id` varchar(36) NOT NULL,33386  `gmodules_id` varchar(36) NOT NULL,
27656  `event_code` varchar(45) NOT NULL,33387  `event_code` varchar(45) NOT NULL,
27657  `mtypes_id` int(11) UNSIGNED NOT NULL,33388  `mtypes_id` int(11) UNSIGNED NOT NULL,
27658  `audience_type` varchar(200) DEFAULT NULL,33389  `audience_type` varchar(200) DEFAULT NULL,
27659  `audience_value` varchar(200) DEFAULT NULL,33390  `audience_value` varchar(200) DEFAULT NULL,
27660  `created_date` bigint(64) NOT NULL,33391  `created_date` bigint(64) NOT NULL,
27661  `created_by` int(11) NOT NULL,33392  `created_by` int(11) NOT NULL,
27662  `updated_date` bigint(64) NOT NULL,33393  `updated_date` bigint(64) NOT NULL,
27663  `updated_by` int(11) NOT NULL,33394  `updated_by` int(11) NOT NULL,
27664  `deleted_date` bigint(64) DEFAULT NULL33395  `deleted_date` bigint(64) DEFAULT NULL
27665) ENGINE=InnoDB DEFAULT CHARSET=latin1;33396) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2766633397
27667--33398--
27668-- Dumping data for table `messages_template_settings`33399-- Dumping data for table `messages_template_settings`
27669--33400--
2767033401
27671INSERT INTO `messages_template_settings` (`mtsettings_id`, `mtemplates_id`, `gmodules_id`, `event_code`, `mtypes_id`, `audience_type`, `audience_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES33402INSERT INTO `messages_template_settings` (`mtsettings_id`, `mtemplates_id`, `gmodules_id`, `event_code`, `mtypes_id`, `audience_type`, `audience_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
27672(1, 1, '1498247419', '1000', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33403(1, 1, '1498247419', '1000', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27673(2, 1, '1498247419', '1000', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),33404(2, 1, '1498247419', '1000', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),
27674(3, 2, '1498247419', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33405(3, 2, '1498247419', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27675(4, 2, '1498247419', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),33406(4, 2, '1498247419', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),
27676(5, 3, '2879558128', '1000', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),33407(5, 3, '2879558128', '1000', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),
27677(6, 4, '2879558128', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33408(6, 4, '2879558128', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27678(7, 4, '2879558128', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),33409(7, 4, '2879558128', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),
27679(8, 5, '2879558128', '1020', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),33410(8, 5, '2879558128', '1020', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),
27680(9, 6, '2879558128', '1030', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),33411(9, 6, '2879558128', '1030', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),
27681(10, 7, '2879558128', '1040', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),33412(10, 7, '2879558128', '1040', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),
27682(11, 8, '2879558128', '1050', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),33413(11, 8, '2879558128', '1050', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL),
27683(12, 9, '2879558128', '1060', 5, 'group:role', 'student:student', 1685381582, 1, 1685381582, 1, NULL),33414(12, 9, '2879558128', '1060', 5, 'group:role', 'student:student', 1685381582, 1, 1685381582, 1, NULL),
27684(13, 10, '1498247419', '1020', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33415(13, 10, '1498247419', '1020', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27685(14, 10, '1498247419', '1020', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),33416(14, 10, '1498247419', '1020', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),
27686(15, 10, '1498247419', '1030', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33417(15, 10, '1498247419', '1030', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27687(16, 10, '1498247419', '1030', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),33418(16, 10, '1498247419', '1030', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL),
27688(17, 11, '1393041922', '1000', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),33419(17, 11, '1393041922', '1000', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL),
27689(18, 11, '1393041922', '1000', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL);33420(18, 11, '1393041922', '1000', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL);
2769033421
27691-- --------------------------------------------------------33422-- --------------------------------------------------------
2769233423
27693--33424--
27694-- Table structure for table `messages_types`33425-- Table structure for table `messages_types`
27695--33426--
2769633427
27697CREATE TABLE `messages_types` (33428CREATE TABLE `messages_types` (
27698  `mtypes_id` int(11) NOT NULL,33429  `mtypes_id` int(11) NOT NULL,
27699  `type` varchar(45) NOT NULL33430  `type` varchar(45) NOT NULL
27700) ENGINE=InnoDB DEFAULT CHARSET=utf8;33431) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2770133432
27702--33433--
27703-- Dumping data for table `messages_types`33434-- Dumping data for table `messages_types`
27704--33435--
2770533436
27706INSERT INTO `messages_types` (`mtypes_id`, `type`) VALUES33437INSERT INTO `messages_types` (`mtypes_id`, `type`) VALUES
27707(1, 'Message'),33438(1, 'Message'),
27708(2, 'Submission'),33439(2, 'Submission'),
27709(3, 'Comment'),33440(3, 'Comment'),
27710(4, 'Reminder'),33441(4, 'Reminder'),
27711(5, 'Notification'),33442(5, 'Notification'),
27712(6, 'Exception');33443(6, 'Exception');
2771333444
27714-- --------------------------------------------------------33445-- --------------------------------------------------------
2771533446
27716--33447--
27717-- Table structure for table `meta_types`33448-- Table structure for table `meta_types`
27718--33449--
2771933450
27720CREATE TABLE `meta_types` (33451CREATE TABLE `meta_types` (
27721  `meta_type_id` int(10) UNSIGNED NOT NULL,33452  `meta_type_id` int(10) UNSIGNED NOT NULL,
27722  `label` varchar(255) NOT NULL,33453  `label` varchar(255) NOT NULL,
27723  `description` text NOT NULL,33454  `description` text NOT NULL,
27724  `parent_type_id` int(10) UNSIGNED DEFAULT NULL,33455  `parent_type_id` int(10) UNSIGNED DEFAULT NULL,
27725  `restricted` tinyint(1) NOT NULL DEFAULT '1'33456  `restricted` tinyint(1) NOT NULL DEFAULT '1'
27726) ENGINE=InnoDB DEFAULT CHARSET=utf8;33457) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2772733458
27728--33459--
27729-- Dumping data for table `meta_types`33460-- Dumping data for table `meta_types`
27730--33461--
2773133462
27732INSERT INTO `meta_types` (`meta_type_id`, `label`, `description`, `parent_type_id`, `restricted`) VALUES33463INSERT INTO `meta_types` (`meta_type_id`, `label`, `description`, `parent_type_id`, `restricted`) VALUES
27733(1, 'N95 Mask Fit', 'Make, Model, and size definition of required N95 masks.', NULL, 1),33464(1, 'N95 Mask Fit', 'Make, Model, and size definition of required N95 masks.', NULL, 1),
27734(2, 'Police Record Check', 'Police Record Checks to verify background as clear of events which could prevent placement in hospitals or clinics.', NULL, 1),33465(2, 'Police Record Check', 'Police Record Checks to verify background as clear of events which could prevent placement in hospitals or clinics.', NULL, 1),
27735(3, 'Full', 'Full record check. Due to differences in how police departments handle reporting of background checks, vulnerable sector screening (VSS) is a separate type of record', 2, 1),33466(3, 'Full', 'Full record check. Due to differences in how police departments handle reporting of background checks, vulnerable sector screening (VSS) is a separate type of record', 2, 1),
27736(4, 'Vulnerable Sector Screening', 'Required for placement in hospitals or clinics. May be included in full police record checks or may be a separate document.', 2, 1),33467(4, 'Vulnerable Sector Screening', 'Required for placement in hospitals or clinics. May be included in full police record checks or may be a separate document.', 2, 1),
27737(5, 'Assertion', 'Yearly or bi-yearly assertion that prior police background checks remain valid.', 2, 1),33468(5, 'Assertion', 'Yearly or bi-yearly assertion that prior police background checks remain valid.', 2, 1),
27738(6, 'Immunization/Health Check', '', NULL, 1),33469(6, 'Immunization/Health Check', '', NULL, 1),
27739(7, 'Hepatitis B', '', 6, 1),33470(7, 'Hepatitis B', '', 6, 1),
27740(8, 'Tuberculosis', '', 6, 1),33471(8, 'Tuberculosis', '', 6, 1),
27741(9, 'Measles', '', 6, 1),33472(9, 'Measles', '', 6, 1),
27742(10, 'Mumps', '', 6, 1),33473(10, 'Mumps', '', 6, 1),
27743(11, 'Rubella', '', 6, 1),33474(11, 'Rubella', '', 6, 1),
27744(12, 'Tetanus/Diptheria', '', 6, 1),33475(12, 'Tetanus/Diptheria', '', 6, 1),
27745(13, 'Polio', '', 6, 1),33476(13, 'Polio', '', 6, 1),
27746(14, 'Varicella', '', 6, 1),33477(14, 'Varicella', '', 6, 1),
27747(15, 'Pertussis', '', 6, 1),33478(15, 'Pertussis', '', 6, 1),
27748(16, 'Influenza', 'Each student is required to obtain an annual influenza immunization. The Ontario government provides the influenza vaccine free to all citizens during the flu season. Students will be required to follow Public Health guidelines put forward for health care professionals. Thia immunization must be received by December 1st each academic year and documentation forwarded to the UGME office by the student', 6, 1),33479(16, 'Influenza', 'Each student is required to obtain an annual influenza immunization. The Ontario government provides the influenza vaccine free to all citizens during the flu season. Students will be required to follow Public Health guidelines put forward for health care professionals. Thia immunization must be received by December 1st each academic year and documentation forwarded to the UGME office by the student', 6, 1),
27749(17, 'Hepatitis C', '', 6, 1),33480(17, 'Hepatitis C', '', 6, 1),
27750(18, 'HIV', '', 6, 1),33481(18, 'HIV', '', 6, 1),
27751(19, 'Cardiac Life Support', '', NULL, 1),33482(19, 'Cardiac Life Support', '', NULL, 1),
27752(20, 'Basic', '', 19, 1),33483(20, 'Basic', '', 19, 1),
27753(21, 'Advanced', '', 19, 1),33484(21, 'Advanced', '', 19, 1),
27754(22, 'Instructors Restricted', '', NULL, 1),33485(22, 'Instructors Restricted', '', NULL, 1),
27755(23, 'Instructor Public Viewable', '', NULL, 0),33486(23, 'Instructor Public Viewable', '', NULL, 0),
27756(24, 'Institution ID', '', 23, 0),33487(24, 'Institution ID', '', 23, 0),
27757(25, 'Vendor ID', '', 22, 1),33488(25, 'Vendor ID', '', 22, 1),
27758(26, 'Board Certified', '', 23, 0),33489(26, 'Board Certified', '', 23, 0),
27759(27, 'Med. Licence Expiration Date', '', 22, 1),33490(27, 'Med. Licence Expiration Date', '', 22, 1),
27760(28, 'Liability Insurance Date', '', 22, 1);33491(28, 'Liability Insurance Date', '', 22, 1);
2776133492
27762-- --------------------------------------------------------33493-- --------------------------------------------------------
2776333494
27764--33495--
27765-- Table structure for table `meta_type_relations`33496-- Table structure for table `meta_type_relations`
27766--33497--
2776733498
27768CREATE TABLE `meta_type_relations` (33499CREATE TABLE `meta_type_relations` (
27769  `meta_data_relation_id` int(11) NOT NULL,33500  `meta_data_relation_id` int(11) NOT NULL,
27770  `meta_type_id` int(10) UNSIGNED DEFAULT NULL,33501  `meta_type_id` int(10) UNSIGNED DEFAULT NULL,
27771  `entity_type` varchar(63) NOT NULL,33502  `entity_type` varchar(63) NOT NULL,
27772  `entity_value` varchar(63) NOT NULL33503  `entity_value` varchar(63) NOT NULL
27773) ENGINE=InnoDB DEFAULT CHARSET=utf8;33504) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2777433505
27775--33506--
27776-- Dumping data for table `meta_type_relations`33507-- Dumping data for table `meta_type_relations`
27777--33508--
2777833509
27779INSERT INTO `meta_type_relations` (`meta_data_relation_id`, `meta_type_id`, `entity_type`, `entity_value`) VALUES33510INSERT INTO `meta_type_relations` (`meta_data_relation_id`, `meta_type_id`, `entity_type`, `entity_value`) VALUES
27780(1, 1, 'organisation:group', '1:student'),33511(1, 1, 'organisation:group', '1:student'),
27781(3, 3, 'organisation:group', '1:student'),33512(3, 3, 'organisation:group', '1:student'),
27782(4, 4, 'organisation:group', '1:student'),33513(4, 4, 'organisation:group', '1:student'),
27783(5, 5, 'organisation:group', '1:student'),33514(5, 5, 'organisation:group', '1:student'),
27784(2, 7, 'organisation:group', '1:student'),33515(2, 7, 'organisation:group', '1:student'),
27785(6, 8, 'organisation:group', '1:student'),33516(6, 8, 'organisation:group', '1:student'),
27786(7, 9, 'organisation:group', '1:student'),33517(7, 9, 'organisation:group', '1:student'),
27787(8, 10, 'organisation:group', '1:student'),33518(8, 10, 'organisation:group', '1:student'),
27788(9, 11, 'organisation:group', '1:student'),33519(9, 11, 'organisation:group', '1:student'),
27789(10, 12, 'organisation:group', '1:student'),33520(10, 12, 'organisation:group', '1:student'),
27790(11, 13, 'organisation:group', '1:student'),33521(11, 13, 'organisation:group', '1:student'),
27791(12, 14, 'organisation:group', '1:student'),33522(12, 14, 'organisation:group', '1:student'),
27792(13, 15, 'organisation:group', '1:student'),33523(13, 15, 'organisation:group', '1:student'),
27793(14, 16, 'organisation:group', '1:student'),33524(14, 16, 'organisation:group', '1:student'),
27794(15, 17, 'organisation:group', '1:student'),33525(15, 17, 'organisation:group', '1:student'),
27795(16, 18, 'organisation:group', '1:student'),33526(16, 18, 'organisation:group', '1:student'),
27796(17, 20, 'organisation:group', '1:student'),33527(17, 20, 'organisation:group', '1:student'),
27797(18, 21, 'organisation:group', '1:student'),33528(18, 21, 'organisation:group', '1:student'),
27798(19, 27, 'organisation:group', '1:faculty');33529(19, 27, 'organisation:group', '1:faculty');
2779933530
27800-- --------------------------------------------------------33531-- --------------------------------------------------------
2780133532
27802--33533--
27803-- Table structure for table `meta_values`33534-- Table structure for table `meta_values`
27804--33535--
2780533536
27806CREATE TABLE `meta_values` (33537CREATE TABLE `meta_values` (
27807  `meta_value_id` int(10) UNSIGNED NOT NULL,33538  `meta_value_id` int(10) UNSIGNED NOT NULL,
27808  `meta_type_id` int(10) UNSIGNED NOT NULL,33539  `meta_type_id` int(10) UNSIGNED NOT NULL,
27809  `proxy_id` int(10) UNSIGNED NOT NULL,33540  `proxy_id` int(10) UNSIGNED NOT NULL,
27810  `data_value` varchar(255) NOT NULL,33541  `data_value` varchar(255) NOT NULL,
27811  `value_notes` text NOT NULL,33542  `value_notes` text NOT NULL,
27812  `effective_date` bigint(20) DEFAULT NULL,33543  `effective_date` bigint(20) DEFAULT NULL,
27813  `expiry_date` bigint(20) DEFAULT NULL33544  `expiry_date` bigint(20) DEFAULT NULL
27814) ENGINE=InnoDB DEFAULT CHARSET=utf8;33545) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2781533546
27816--33547--
27817-- Dumping data for table `meta_values`33548-- Dumping data for table `meta_values`
27818--33549--
2781933550
27820INSERT INTO `meta_values` (`meta_value_id`, `meta_type_id`, `proxy_id`, `data_value`, `value_notes`, `effective_date`, `expiry_date`) VALUES33551INSERT INTO `meta_values` (`meta_value_id`, `meta_type_id`, `proxy_id`, `data_value`, `value_notes`, `effective_date`, `expiry_date`) VALUES
27821(1, 24, 7, '123456789', '', NULL, NULL),33552(1, 24, 7, '123456789', '', NULL, NULL),
27822(2, 25, 7, 'AB123456', '', NULL, NULL),33553(2, 25, 7, 'AB123456', '', NULL, NULL),
27823(3, 26, 7, 'Yes', '', NULL, NULL),33554(3, 26, 7, 'Yes', '', NULL, NULL),
27824(4, 27, 7, '', '', NULL, 1700933585),33555(4, 27, 7, '', '', NULL, 1700933585),
27825(5, 28, 7, '', '', 1682789585, NULL),33556(5, 28, 7, '', '', 1682789585, NULL),
27826(6, 25, 9, 'AB654321', '', NULL, NULL),33557(6, 25, 9, 'AB654321', '', NULL, NULL),
27827(7, 26, 5, 'No', '', NULL, NULL);33558(7, 26, 5, 'No', '', NULL, NULL);
2782833559
27829-- --------------------------------------------------------33560-- --------------------------------------------------------
2783033561
27831--33562--
27832-- Table structure for table `migrations`33563-- Table structure for table `migrations`
27833--33564--
2783433565
27835CREATE TABLE `migrations` (33566CREATE TABLE `migrations` (
27836  `migration` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,33567  `migration` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
27837  `batch` int(11) NOT NULL,33568  `batch` int(11) NOT NULL,
27838  `success` int(4) NOT NULL DEFAULT '0',33569  `success` int(4) NOT NULL DEFAULT '0',
27839  `fail` int(4) NOT NULL DEFAULT '0',33570  `fail` int(4) NOT NULL DEFAULT '0',
27840  `updated_date` bigint(64) NOT NULL33571  `updated_date` bigint(64) NOT NULL
27841) ENGINE=InnoDB DEFAULT CHARSET=utf8;33572) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2784233573
27843--33574--
27844-- Dumping data for table `migrations`33575-- Dumping data for table `migrations`
27845--33576--
2784633577
27847INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES33578INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES
27848('2015_01_28_143720_556', 1, 0, 0, 1450108251),33579('2015_01_28_143720_556', 1, 0, 0, 1450108251),
27849('2015_01_28_154313_558', 1, 48, 0, 1483495901),33580('2015_01_28_154313_558', 1, 48, 0, 1483495901),
27850('2015_02_06_141230_501', 1, 14, 0, 1464582935),33581('2015_02_06_141230_501', 1, 14, 0, 1464582935),
27851('2015_02_10_162530_501', 1, 4, 0, 1464582935),33582('2015_02_10_162530_501', 1, 4, 0, 1464582935),
27852('2015_02_13_100237_558', 1, 1, 0, 1483495901),33583('2015_02_13_100237_558', 1, 1, 0, 1483495901),
27853('2015_02_20_103041_560', 1, 2, 0, 1483495901),33584('2015_02_20_103041_560', 1, 2, 0, 1483495901),
27854('2015_02_20_130446_558', 1, 4, 0, 1483495901),33585('2015_02_20_130446_558', 1, 4, 0, 1483495901),
27855('2015_02_24_083616_558', 1, 0, 0, 1483495902),33586('2015_02_24_083616_558', 1, 0, 0, 1483495902),
27856('2015_02_24_124946_558', 1, 1, 0, 1483495902),33587('2015_02_24_124946_558', 1, 1, 0, 1483495902),
27857('2015_02_24_142830_558', 1, 3, 0, 1483495902),33588('2015_02_24_142830_558', 1, 3, 0, 1483495902),
27858('2015_02_24_160446_558', 1, 6, 0, 1483495902),33589('2015_02_24_160446_558', 1, 6, 0, 1483495902),
27859('2015_02_25_160706_558', 1, 1, 0, 1483495902),33590('2015_02_25_160706_558', 1, 1, 0, 1483495902),
27860('2015_02_25_161433_558', 1, 2, 0, 1483495902),33591('2015_02_25_161433_558', 1, 2, 0, 1483495902),
27861('2015_02_25_194020_558', 1, 1, 0, 1483495902),33592('2015_02_25_194020_558', 1, 1, 0, 1483495902),
27862('2015_02_25_200000_558', 1, 1, 0, 1483495902),33593('2015_02_25_200000_558', 1, 1, 0, 1483495902),
27863('2015_02_26_094149_558', 1, 3, 0, 1483495902),33594('2015_02_26_094149_558', 1, 3, 0, 1483495902),
27864('2015_02_26_143839_558', 1, 9, 0, 1483495902),33595('2015_02_26_143839_558', 1, 9, 0, 1483495902),
27865('2015_02_26_173341_558', 1, 1, 0, 1483495902),33596('2015_02_26_173341_558', 1, 1, 0, 1483495902),
27866('2015_02_26_191105_558', 1, 1, 0, 1483495902),33597('2015_02_26_191105_558', 1, 1, 0, 1483495902),
27867('2015_03_03_131415_558', 1, 1, 0, 1483495902),33598('2015_03_03_131415_558', 1, 1, 0, 1483495902),
27868('2015_03_03_141256_558', 1, 2, 0, 1483495902),33599('2015_03_03_141256_558', 1, 2, 0, 1483495902),
27869('2015_04_10_145114_558', 1, 1, 0, 1483495902),33600('2015_04_10_145114_558', 1, 1, 0, 1483495902),
27870('2015_04_23_213148_701', 1, 2, 0, 1464582935),33601('2015_04_23_213148_701', 1, 2, 0, 1464582935),
27871('2015_05_15_130638_558', 1, 3, 0, 1483495902),33602('2015_05_15_130638_558', 1, 3, 0, 1483495902),
27872('2015_05_20_125455_558', 1, 1, 0, 1483495902),33603('2015_05_20_125455_558', 1, 1, 0, 1483495902),
27873('2015_05_22_093608_558', 1, 1, 0, 1483495902),33604('2015_05_22_093608_558', 1, 1, 0, 1483495902),
27874('2015_05_22_105753_558', 1, 1, 0, 1483495902),33605('2015_05_22_105753_558', 1, 1, 0, 1483495902),
27875('2015_05_27_141448_558', 1, 1, 0, 1483495902),33606('2015_05_27_141448_558', 1, 1, 0, 1483495902),
27876('2015_06_25_162521_558', 1, 1, 0, 1483495902),33607('2015_06_25_162521_558', 1, 1, 0, 1483495902),
27877('2015_06_26_103137_558', 1, 2, 0, 1483495902),33608('2015_06_26_103137_558', 1, 2, 0, 1483495902),
27878('2015_06_30_132039_558', 1, 1, 0, 1483495902),33609('2015_06_30_132039_558', 1, 1, 0, 1483495902),
27879('2015_07_07_112833_558', 1, 3, 0, 1483495902),33610('2015_07_07_112833_558', 1, 3, 0, 1483495902),
27880('2015_07_15_134443_558', 1, 1, 0, 1483495902),33611('2015_07_15_134443_558', 1, 1, 0, 1483495902),
27881('2015_07_27_085651_558', 1, 4, 0, 1483495902),33612('2015_07_27_085651_558', 1, 4, 0, 1483495902),
27882('2015_07_27_110335_558', 1, 4, 0, 1483495902),33613('2015_07_27_110335_558', 1, 4, 0, 1483495902),
27883('2015_07_27_123307_558', 1, 1, 0, 1483495902),33614('2015_07_27_123307_558', 1, 1, 0, 1483495902),
27884('2015_08_07_134306_558', 1, 8, 0, 1483495902),33615('2015_08_07_134306_558', 1, 8, 0, 1483495902),
27885('2015_08_12_120043_558', 1, 3, 0, 1483495902),33616('2015_08_12_120043_558', 1, 3, 0, 1483495902),
27886('2015_08_12_145426_558', 1, 2, 0, 1483495902),33617('2015_08_12_145426_558', 1, 2, 0, 1483495902),
27887('2015_08_25_100105_558', 1, 1, 0, 1483495902),33618('2015_08_25_100105_558', 1, 1, 0, 1483495902),
27888('2015_08_27_131116_558', 1, 1, 0, 1483495902),33619('2015_08_27_131116_558', 1, 1, 0, 1483495902),
27889('2015_09_01_134859_558', 1, 1, 0, 1483495902),33620('2015_09_01_134859_558', 1, 1, 0, 1483495902),
27890('2015_09_03_094219_558', 1, 1, 0, 1483495902),33621('2015_09_03_094219_558', 1, 1, 0, 1483495902),
27891('2015_09_08_105058_558', 1, 2, 0, 1483495902),33622('2015_09_08_105058_558', 1, 2, 0, 1483495902),
27892('2015_09_10_090232_573', 1, 2, 0, 1483495902),33623('2015_09_10_090232_573', 1, 2, 0, 1483495902),
27893('2015_09_11_104429_558', 1, 1, 0, 1483495902),33624('2015_09_11_104429_558', 1, 1, 0, 1483495902),
27894('2015_09_16_142818_558', 1, 3, 0, 1483495902),33625('2015_09_16_142818_558', 1, 3, 0, 1483495902),
27895('2015_09_29_101115_558', 1, 2, 0, 1483495902),33626('2015_09_29_101115_558', 1, 2, 0, 1483495902),
27896('2015_10_02_144459_558', 1, 2, 0, 1483495902),33627('2015_10_02_144459_558', 1, 2, 0, 1483495902),
27897('2015_10_05_115238_571', 1, 1, 0, 1450108251),33628('2015_10_05_115238_571', 1, 1, 0, 1450108251),
27898('2015_10_07_140708_607', 1, 1, 0, 1450108251),33629('2015_10_07_140708_607', 1, 1, 0, 1450108251),
27899('2015_10_08_114141_558', 1, 1, 0, 1483495902),33630('2015_10_08_114141_558', 1, 1, 0, 1483495902),
27900('2015_10_15_105816_558', 1, 3, 0, 1483495902),33631('2015_10_15_105816_558', 1, 3, 0, 1483495902),
27901('2015_11_02_143612_445', 1, 3, 0, 1464582935),33632('2015_11_02_143612_445', 1, 3, 0, 1464582935),
27902('2015_11_09_114101_211', 1, 3, 0, 1450108251),33633('2015_11_09_114101_211', 1, 3, 0, 1450108251),
27903('2015_11_18_091429_558', 1, 9, 0, 1483495903),33634('2015_11_18_091429_558', 1, 9, 0, 1483495903),
27904('2015_11_18_133543_558', 1, 1, 0, 1483495903),33635('2015_11_18_133543_558', 1, 1, 0, 1483495903),
27905('2015_11_19_141523_555', 1, 1, 0, 1450108251),33636('2015_11_19_141523_555', 1, 1, 0, 1450108251),
27906('2015_11_30_105832_558', 1, 1, 0, 1483495903),33637('2015_11_30_105832_558', 1, 1, 0, 1483495903),
27907('2015_12_03_100956_558', 1, 1, 0, 1483495903),33638('2015_12_03_100956_558', 1, 1, 0, 1483495903),
27908('2015_12_10_104135_558', 1, 1, 0, 1483495903),33639('2015_12_10_104135_558', 1, 1, 0, 1483495903),
27909('2015_12_14_100257_655', 1, 0, 0, 1450108251),33640('2015_12_14_100257_655', 1, 0, 0, 1450108251),
27910('2015_12_23_000231_648', 1, 2, 0, 1464582935),33641('2015_12_23_000231_648', 1, 2, 0, 1464582935),
27911('2016_01_14_104922_558', 1, 1, 0, 1483495903),33642('2016_01_14_104922_558', 1, 1, 0, 1483495903),
27912('2016_01_14_163721_658', 1, 250, 0, 1464582935),33643('2016_01_14_163721_658', 1, 250, 0, 1464582935),
27913('2016_01_20_121723_558', 1, 3, 0, 1483495903),33644('2016_01_20_121723_558', 1, 3, 0, 1483495903),
27914('2016_01_21_143258_558', 1, 1, 0, 1483495903),33645('2016_01_21_143258_558', 1, 1, 0, 1483495903),
27915('2016_01_22_091315_558', 1, 1, 0, 1483495903),33646('2016_01_22_091315_558', 1, 1, 0, 1483495903),
27916('2016_01_28_111745_558', 1, 0, 0, 1483495903),33647('2016_01_28_111745_558', 1, 0, 0, 1483495903),
27917('2016_01_29_151435_666', 1, 3, 0, 1464582936),33648('2016_01_29_151435_666', 1, 3, 0, 1464582936),
27918('2016_01_30_124831_502', 1, 4, 0, 1492431737),33649('2016_01_30_124831_502', 1, 4, 0, 1492431737),
27919('2016_02_03_145049_558', 1, 1, 0, 1483495903),33650('2016_02_03_145049_558', 1, 1, 0, 1483495903),
27920('2016_03_01_093559_558', 1, 2, 0, 1483495903),33651('2016_03_01_093559_558', 1, 2, 0, 1483495903),
27921('2016_03_03_140754_670', 1, 2, 0, 1510375498),33652('2016_03_03_140754_670', 1, 2, 0, 1510375498),
27922('2016_03_07_104809_558', 1, 1, 0, 1483495903),33653('2016_03_07_104809_558', 1, 1, 0, 1483495903),
27923('2016_03_10_124616_686', 1, 1, 0, 1464582936),33654('2016_03_10_124616_686', 1, 1, 0, 1464582936),
27924('2016_03_18_130654_670', 1, 1, 0, 1510375499),33655('2016_03_18_130654_670', 1, 1, 0, 1510375499),
27925('2016_03_23_225930_706', 1, 1, 0, 1464582936),33656('2016_03_23_225930_706', 1, 1, 0, 1464582936),
27926('2016_03_28_194377_640', 1, 4, 0, 1500348839),33657('2016_03_28_194377_640', 1, 4, 0, 1500348839),
27927('2016_03_28_202227_707', 1, 1, 0, 1464582936),33658('2016_03_28_202227_707', 1, 1, 0, 1464582936),
27928('2016_03_28_211819_726', 1, 3, 0, 1464582936),33659('2016_03_28_211819_726', 1, 3, 0, 1464582936),
27929('2016_03_29_113528_696', 1, 3, 0, 1464582936),33660('2016_03_29_113528_696', 1, 3, 0, 1464582936),
27930('2016_04_05_094031_558', 1, 2, 0, 1483495903),33661('2016_04_05_094031_558', 1, 2, 0, 1483495903),
27931('2016_04_05_105040_745', 1, 3, 0, 1464582936),33662('2016_04_05_105040_745', 1, 3, 0, 1464582936),
27932('2016_04_05_145610_747', 1, 3, 0, 1464582936),33663('2016_04_05_145610_747', 1, 3, 0, 1464582936),
27933('2016_04_07_164823_695', 1, 1, 0, 1483495903),33664('2016_04_07_164823_695', 1, 1, 0, 1483495903),
27934('2016_04_08_093542_762', 1, 3, 0, 1483495903),33665('2016_04_08_093542_762', 1, 3, 0, 1483495903),
27935('2016_04_08_163323_744', 1, 5, 0, 1483495903),33666('2016_04_08_163323_744', 1, 5, 0, 1483495903),
27936('2016_04_22_113127_780', 1, 2, 0, 1483495903),33667('2016_04_22_113127_780', 1, 2, 0, 1483495903),
27937('2016_04_28_111323_29', 1, 5, 0, 1483495903),33668('2016_04_28_111323_29', 1, 5, 0, 1483495903),
27938('2016_05_02_152214_695', 1, 14, 0, 1483495903),33669('2016_05_02_152214_695', 1, 14, 0, 1483495903),
27939('2016_05_05_145709_695', 1, 2, 0, 1483495903),33670('2016_05_05_145709_695', 1, 2, 0, 1483495903),
27940('2016_05_06_094958_695', 1, 1, 0, 1483495903),33671('2016_05_06_094958_695', 1, 1, 0, 1483495903),
27941('2016_05_06_100718_695', 1, 1, 0, 1483495903),33672('2016_05_06_100718_695', 1, 1, 0, 1483495903),
27942('2016_05_06_133104_695', 1, 1, 0, 1483495903),33673('2016_05_06_133104_695', 1, 1, 0, 1483495903),
27943('2016_05_09_095058_806', 1, 1, 0, 1483495903),33674('2016_05_09_095058_806', 1, 1, 0, 1483495903),
27944('2016_05_09_145312_793', 1, 1, 0, 1483495903),33675('2016_05_09_145312_793', 1, 1, 0, 1483495903),
27945('2016_05_10_085657_558', 1, 3, 0, 1483495903),33676('2016_05_10_085657_558', 1, 3, 0, 1483495903),
27946('2016_05_13_145916_695', 1, 3, 0, 1483495903),33677('2016_05_13_145916_695', 1, 3, 0, 1483495903),
27947('2016_05_20_084021_841', 1, 1, 0, 1483495903),33678('2016_05_20_084021_841', 1, 1, 0, 1483495903),
27948('2016_05_24_102734_558', 1, 1, 0, 1483495903),33679('2016_05_24_102734_558', 1, 1, 0, 1483495903),
27949('2016_05_24_105810_695', 1, 1, 0, 1483495903),33680('2016_05_24_105810_695', 1, 1, 0, 1483495903),
27950('2016_05_26_132210_558', 1, 2, 0, 1483495903),33681('2016_05_26_132210_558', 1, 2, 0, 1483495903),
27951('2016_05_29_235550_857', 1, 2, 0, 1464582936),33682('2016_05_29_235550_857', 1, 2, 0, 1464582936),
27952('2016_05_30_095337_695', 1, 1, 0, 1483495903),33683('2016_05_30_095337_695', 1, 1, 0, 1483495903),
27953('2016_05_31_133812_558', 1, 1, 0, 1483495903),33684('2016_05_31_133812_558', 1, 1, 0, 1483495903),
27954('2016_06_06_114233_885', 1, 3, 0, 1483495903),33685('2016_06_06_114233_885', 1, 3, 0, 1483495903),
27955('2016_06_08_165817_902', 1, 5, 0, 1510375499),33686('2016_06_08_165817_902', 1, 5, 0, 1510375499),
27956('2016_06_09_150429_889', 1, 2, 0, 1483495903),33687('2016_06_09_150429_889', 1, 2, 0, 1483495903),
27957('2016_06_09_152346_901', 1, 4, 0, 1483495904),33688('2016_06_09_152346_901', 1, 4, 0, 1483495904),
27958('2016_06_10_121603_902', 1, 1, 0, 1510375499),33689('2016_06_10_121603_902', 1, 1, 0, 1510375499),
27959('2016_06_10_182935_900', 1, 29, 0, 1492431737),33690('2016_06_10_182935_900', 1, 29, 0, 1492431737),
27960('2016_06_10_201813_900', 1, 2, 0, 1492431737),33691('2016_06_10_201813_900', 1, 2, 0, 1492431737),
27961('2016_06_10_203558_900', 1, 1, 0, 1492431737),33692('2016_06_10_203558_900', 1, 1, 0, 1492431737),
27962('2016_06_13_083546_883', 1, 1, 0, 1483495904),33693('2016_06_13_083546_883', 1, 1, 0, 1483495904),
27963('2016_06_13_114418_810', 1, 1, 0, 1483495904),33694('2016_06_13_114418_810', 1, 1, 0, 1483495904),
27964('2016_06_14_100522_914', 1, 1, 0, 1483495904),33695('2016_06_14_100522_914', 1, 1, 0, 1483495904),
27965('2016_06_14_102557_923', 1, 1, 0, 1483495904),33696('2016_06_14_102557_923', 1, 1, 0, 1483495904),
27966('2016_06_16_115300_932', 1, 1, 0, 1483495904),33697('2016_06_16_115300_932', 1, 1, 0, 1483495904),
27967('2016_06_17_131437_558', 1, 3, 0, 1483495904),33698('2016_06_17_131437_558', 1, 3, 0, 1483495904),
27968('2016_06_21_162705_957', 1, 1, 0, 1483495904),33699('2016_06_21_162705_957', 1, 1, 0, 1483495904),
27969('2016_06_27_090833_949', 1, 1, 0, 1483495904),33700('2016_06_27_090833_949', 1, 1, 0, 1483495904),
27970('2016_06_30_100114_971', 1, 1, 0, 1483495904),33701('2016_06_30_100114_971', 1, 1, 0, 1483495904),
27971('2016_07_04_141351_695', 1, 1, 0, 1483495904),33702('2016_07_04_141351_695', 1, 1, 0, 1483495904),
27972('2016_07_04_163356_695', 1, 1, 0, 1483495904),33703('2016_07_04_163356_695', 1, 1, 0, 1483495904),
27973('2016_07_04_164821_695', 1, 1, 0, 1483495904),33704('2016_07_04_164821_695', 1, 1, 0, 1483495904),
27974('2016_07_06_125605_994', 1, 1, 0, 1483495904),33705('2016_07_06_125605_994', 1, 1, 0, 1483495904),
27975('2016_07_06_172924_000', 1, 1, 0, 1510375499),33706('2016_07_06_172924_000', 1, 1, 0, 1510375499),
27976('2016_07_11_085528_942', 1, 4, 0, 1483495904),33707('2016_07_11_085528_942', 1, 4, 0, 1483495904),
27977('2016_07_11_141024_558', 1, 3, 0, 1483495904),33708('2016_07_11_141024_558', 1, 3, 0, 1483495904),
27978('2016_07_12_182633_900', 1, 2, 0, 1492431737),33709('2016_07_12_182633_900', 1, 2, 0, 1492431737),
27979('2016_07_13_162523_900', 1, 0, 0, 1492431737),33710('2016_07_13_162523_900', 1, 0, 0, 1492431737),
27980('2016_07_18_161953_175', 1, 1, 0, 1492431737),33711('2016_07_18_161953_175', 1, 1, 0, 1492431737),
27981('2016_07_18_163204_175', 1, 0, 0, 1492431737),33712('2016_07_18_163204_175', 1, 0, 0, 1492431737),
27982('2016_07_18_185148_175', 1, 1, 0, 1492431737),33713('2016_07_18_185148_175', 1, 1, 0, 1492431737),
27983('2016_07_19_164804_1023', 1, 1, 0, 1510375499),33714('2016_07_19_164804_1023', 1, 1, 0, 1510375499),
27984('2016_07_21_102058_1443', 1, 1, 0, 1492431737),33715('2016_07_21_102058_1443', 1, 1, 0, 1492431737),
27985('2016_07_22_132727_1023', 1, 1, 0, 1510375499),33716('2016_07_22_132727_1023', 1, 1, 0, 1510375499),
27986('2016_07_25_092223_1040', 1, 1, 0, 1483495904),33717('2016_07_25_092223_1040', 1, 1, 0, 1483495904),
27987('2016_07_25_093116_1028', 1, 1, 0, 1483495904),33718('2016_07_25_093116_1028', 1, 1, 0, 1483495904),
27988('2016_07_27_142633_1023', 1, 2, 0, 1510375499),33719('2016_07_27_142633_1023', 1, 2, 0, 1510375499),
27989('2016_08_02_150657_1023', 1, 1, 0, 1510375499),33720('2016_08_02_150657_1023', 1, 1, 0, 1510375499),
27990('2016_08_02_162650_1023', 1, 1, 0, 1510375499),33721('2016_08_02_162650_1023', 1, 1, 0, 1510375499),
27991('2016_08_04_124811_1023', 1, 1, 0, 1510375499),33722('2016_08_04_124811_1023', 1, 1, 0, 1510375499),
27992('2016_08_04_173453_1023', 1, 1, 0, 1510375499),33723('2016_08_04_173453_1023', 1, 1, 0, 1510375499),
27993('2016_08_05_172223_1023', 1, 1, 0, 1510375499),33724('2016_08_05_172223_1023', 1, 1, 0, 1510375499),
27994('2016_08_05_185507_1023', 1, 1, 0, 1510375499),33725('2016_08_05_185507_1023', 1, 1, 0, 1510375499),
27995('2016_08_07_002215_1060', 1, 1, 0, 1492431737),33726('2016_08_07_002215_1060', 1, 1, 0, 1492431737),
27996('2016_08_07_002634_1060', 1, 1, 0, 1492431737),33727('2016_08_07_002634_1060', 1, 1, 0, 1492431737),
27997('2016_08_08_140019_1023', 1, 1, 0, 1510375499),33728('2016_08_08_140019_1023', 1, 1, 0, 1510375499),
27998('2016_08_09_152643_1023', 1, 1, 0, 1510375499),33729('2016_08_09_152643_1023', 1, 1, 0, 1510375499),
27999('2016_08_12_132048_558', 1, 3, 0, 1483495904),33730('2016_08_12_132048_558', 1, 3, 0, 1483495904),
28000('2016_08_16_151741_1072', 1, 1, 0, 1510375499),33731('2016_08_16_151741_1072', 1, 1, 0, 1510375499),
28001('2016_08_16_171553_1098', 1, 1, 0, 1483495904),33732('2016_08_16_171553_1098', 1, 1, 0, 1483495904),
28002('2016_08_22_153916_1529', 1, 1, 0, 1492431737),33733('2016_08_22_153916_1529', 1, 1, 0, 1492431737),
28003('2016_08_24_155228_1072', 1, 1, 0, 1510375499),33734('2016_08_24_155228_1072', 1, 1, 0, 1510375499),
28004('2016_08_24_155601_1072', 1, 1, 0, 1510375499),33735('2016_08_24_155601_1072', 1, 1, 0, 1510375499),
28005('2016_08_25_083636_1087', 1, 3, 0, 1483495904),33736('2016_08_25_083636_1087', 1, 3, 0, 1483495904),
28006('2016_08_25_093740_558', 1, 1, 0, 1483495904),33737('2016_08_25_093740_558', 1, 1, 0, 1483495904),
28007('2016_08_25_101403_1541', 1, 0, 0, 1492431738),33738('2016_08_25_101403_1541', 1, 0, 0, 1492431738),
28008('2016_08_25_111933_1081', 1, 1, 0, 1483495904),33739('2016_08_25_111933_1081', 1, 1, 0, 1483495904),
28009('2016_08_26_143049_1090', 1, 1, 0, 1483495904),33740('2016_08_26_143049_1090', 1, 1, 0, 1483495904),
28010('2016_09_01_091420_1110', 1, 1, 0, 1483495904),33741('2016_09_01_091420_1110', 1, 1, 0, 1483495904),
28011('2016_09_01_214358_1547', 1, 1, 0, 1492431738),33742('2016_09_01_214358_1547', 1, 1, 0, 1492431738),
28012('2016_09_06_143101_1101', 1, 2, 0, 1483495904),33743('2016_09_06_143101_1101', 1, 2, 0, 1483495904),
28013('2016_09_06_184418_1072', 1, 1, 0, 1510375499),33744('2016_09_06_184418_1072', 1, 1, 0, 1510375499),
28014('2016_09_07_192943_1548', 1, 1, 0, 1492431738),33745('2016_09_07_192943_1548', 1, 1, 0, 1492431738),
28015('2016_09_13_121207_358', 1, 1, 0, 1483495904),33746('2016_09_13_121207_358', 1, 1, 0, 1483495904),
28016('2016_09_13_122218_1118', 1, 1, 0, 1483495904),33747('2016_09_13_122218_1118', 1, 1, 0, 1483495904),
28017('2016_09_16_083715_1004', 1, 2, 0, 1483495904),33748('2016_09_16_083715_1004', 1, 2, 0, 1483495904),
28018('2016_09_18_124637_1573', 1, 2, 0, 1492431738),33749('2016_09_18_124637_1573', 1, 2, 0, 1492431738),
28019('2016_09_19_155932_1330', 1, 2, 0, 1492431738),33750('2016_09_19_155932_1330', 1, 2, 0, 1492431738),
28020('2016_09_19_183432_1573', 1, 3, 0, 1492431738),33751('2016_09_19_183432_1573', 1, 3, 0, 1492431738),
28021('2016_09_21_110533_494', 1, 2, 0, 1500348839),33752('2016_09_21_110533_494', 1, 2, 0, 1500348839),
28022('2016_10_05_085608_1184', 1, 2, 0, 1483495904),33753('2016_10_05_085608_1184', 1, 2, 0, 1483495904),
28023('2016_10_05_100952_558', 1, 5, 0, 1483495904),33754('2016_10_05_100952_558', 1, 5, 0, 1483495904),
28024('2016_10_14_102857_1583', 1, 1, 0, 1492431738),33755('2016_10_14_102857_1583', 1, 1, 0, 1492431738),
28025('2016_10_14_104207_1583', 1, 0, 0, 1492431738),33756('2016_10_14_104207_1583', 1, 0, 0, 1492431738),
28026('2016_10_14_152629_558', 1, 1, 0, 1483495904),33757('2016_10_14_152629_558', 1, 1, 0, 1483495904),
28027('2016_10_14_153051_558', 1, 1, 0, 1483495904),33758('2016_10_14_153051_558', 1, 1, 0, 1483495904),
28028('2016_10_15_111346_1605', 1, 3, 0, 1492431738),33759('2016_10_15_111346_1605', 1, 3, 0, 1492431738),
28029('2016_10_17_185451_1605', 1, 1, 0, 1492431738),33760('2016_10_17_185451_1605', 1, 1, 0, 1492431738),
28030('2016_10_19_100101_502', 1, 1, 0, 1492431738),33761('2016_10_19_100101_502', 1, 1, 0, 1492431738),
28031('2016_10_20_145751_1126', 1, 1, 0, 1483495904),33762('2016_10_20_145751_1126', 1, 1, 0, 1483495904),
28032('2016_10_24_183148_1182', 1, 0, 0, 1510375499),33763('2016_10_24_183148_1182', 1, 0, 0, 1510375499),
28033('2016_10_28_150043_558', 1, 1, 0, 1492431738),33764('2016_10_28_150043_558', 1, 1, 0, 1492431738),
28034('2016_11_03_123219_1031', 1, 2, 0, 1483495904),33765('2016_11_03_123219_1031', 1, 2, 0, 1483495904),
28035('2016_11_04_095730_1306', 1, 3, 0, 1483495904),33766('2016_11_04_095730_1306', 1, 3, 0, 1483495904),
28036('2016_11_06_103801_1082', 1, 6, 0, 1510375500),33767('2016_11_06_103801_1082', 1, 6, 0, 1510375500),
28037('2016_11_11_085655_1354', 1, 1, 0, 1483495904),33768('2016_11_11_085655_1354', 1, 1, 0, 1483495904),
28038('2016_11_15_172222_532', 1, 2, 0, 1483495904),33769('2016_11_15_172222_532', 1, 2, 0, 1483495904),
28039('2016_11_16_215252_1633', 1, 1, 0, 1492431738),33770('2016_11_16_215252_1633', 1, 1, 0, 1492431738),
28040('2016_11_18_150018_1391', 1, 1, 0, 1510375500),33771('2016_11_18_150018_1391', 1, 1, 0, 1510375500),
28041('2016_11_23_121842_1342', 1, 2, 0, 1483495905),33772('2016_11_23_121842_1342', 1, 2, 0, 1483495905),
28042('2016_11_23_170858_558', 1, 14, 0, 1510375500),33773('2016_11_23_170858_558', 1, 14, 0, 1510375500),
28043('2016_11_28_102729_1426', 1, 1, 0, 1483495905),33774('2016_11_28_102729_1426', 1, 1, 0, 1483495905),
28044('2016_12_06_163749_1391', 1, 1, 0, 1510375500),33775('2016_12_06_163749_1391', 1, 1, 0, 1510375500),
28045('2016_12_07_115513_558', 1, 1, 0, 1483495905),33776('2016_12_07_115513_558', 1, 1, 0, 1483495905),
28046('2016_12_08_114447_1466', 1, 4, 0, 1567088376),33777('2016_12_08_114447_1466', 1, 4, 0, 1567088376),
28047('2016_12_09_135100_1466', 1, 0, 0, 1567088376),33778('2016_12_09_135100_1466', 1, 0, 0, 1567088376),
28048('2016_12_09_212941_1466', 1, 1, 0, 1567088376),33779('2016_12_09_212941_1466', 1, 1, 0, 1567088376),
28049('2016_12_09_224953_1466', 1, 3, 0, 1567088376),33780('2016_12_09_224953_1466', 1, 3, 0, 1567088376),
28050('2016_12_09_230706_1466', 1, 3, 0, 1567088377),33781('2016_12_09_230706_1466', 1, 3, 0, 1567088377),
28051('2016_12_09_231314_1466', 1, 0, 0, 1567088377),33782('2016_12_09_231314_1466', 1, 0, 0, 1567088377),
28052('2016_12_10_134623_1466', 1, 0, 0, 1567088377),33783('2016_12_10_134623_1466', 1, 0, 0, 1567088377),
28053('2016_12_11_220602_1466', 1, 3, 0, 1567088377),33784('2016_12_11_220602_1466', 1, 3, 0, 1567088377),
28054('2016_12_11_223901_1466', 1, 4, 0, 1567088377),33785('2016_12_11_223901_1466', 1, 4, 0, 1567088377),
28055('2016_12_13_105226_1466', 1, 0, 0, 1567088377),33786('2016_12_13_105226_1466', 1, 0, 0, 1567088377),
28056('2016_12_14_083255_1466', 1, 1, 0, 1567088377),33787('2016_12_14_083255_1466', 1, 1, 0, 1567088377),
28057('2016_12_14_184932_1466', 1, 1, 0, 1567088377),33788('2016_12_14_184932_1466', 1, 1, 0, 1567088377),
28058('2017_01_03_124412_1506', 1, 1, 0, 1492431738),33789('2017_01_03_124412_1506', 1, 1, 0, 1492431738),
28059('2017_01_03_201034_1508', 1, 2, 0, 1483495905),33790('2017_01_03_201034_1508', 1, 2, 0, 1483495905),
28060('2017_01_04_095257_1292', 1, 9, 0, 1492431738),33791('2017_01_04_095257_1292', 1, 9, 0, 1492431738),
28061('2017_01_11_093418_558', 1, 2, 0, 1510375500),33792('2017_01_11_093418_558', 1, 2, 0, 1510375500),
28062('2017_01_16_081101_558', 1, 2, 0, 1510375500),33793('2017_01_16_081101_558', 1, 2, 0, 1510375500),
28063('2017_01_16_154551_558', 1, 5, 0, 1510375500),33794('2017_01_16_154551_558', 1, 5, 0, 1510375500),
28064('2017_01_18_131738_558', 1, 13, 0, 1510375501),33795('2017_01_18_131738_558', 1, 13, 0, 1510375501),
28065('2017_01_25_103134_1700', 1, 0, 0, 1492431738),33796('2017_01_25_103134_1700', 1, 0, 0, 1492431738),
28066('2017_01_26_114159_558', 1, 1, 0, 1510375501),33797('2017_01_26_114159_558', 1, 1, 0, 1510375501),
28067('2017_01_31_081059_558', 1, 1, 0, 1492431738),33798('2017_01_31_081059_558', 1, 1, 0, 1492431738),
28068('2017_01_31_154701_558', 1, 1, 0, 1510375501),33799('2017_01_31_154701_558', 1, 1, 0, 1510375501),
28069('2017_02_03_101938_558', 1, 4, 0, 1510375501),33800('2017_02_03_101938_558', 1, 4, 0, 1510375501),
28070('2017_02_03_133221_558', 1, 1, 0, 1492431738),33801('2017_02_03_133221_558', 1, 1, 0, 1492431738),
28071('2017_02_03_215956_units', 1, 0, 0, 1510375501),33802('2017_02_03_215956_units', 1, 0, 0, 1510375501),
28072('2017_02_09_102028_558', 1, 0, 0, 1492431738),33803('2017_02_09_102028_558', 1, 0, 0, 1492431738),
28073('2017_02_09_145025_558', 1, 1, 0, 1492431738),33804('2017_02_09_145025_558', 1, 1, 0, 1492431738),
28074('2017_02_10_135318_558', 1, 1, 0, 1492431738),33805('2017_02_10_135318_558', 1, 1, 0, 1492431738),
28075('2017_02_13_092722_558', 1, 1, 0, 1510375501),33806('2017_02_13_092722_558', 1, 1, 0, 1510375501),
28076('2017_02_14_021253_1618', 1, 1, 0, 1492431738),33807('2017_02_14_021253_1618', 1, 1, 0, 1492431738),
28077('2017_02_15_133254_1594', 1, 1, 0, 1492431738),33808('2017_02_15_133254_1594', 1, 1, 0, 1492431738),
28078('2017_02_16_100856_558', 1, 1, 0, 1510375501),33809('2017_02_16_100856_558', 1, 1, 0, 1510375501),
28079('2017_02_17_095629_1622', 1, 1, 0, 1492431738),33810('2017_02_17_095629_1622', 1, 1, 0, 1492431738),
28080('2017_02_17_150147_1646', 1, 3, 0, 1500348839),33811('2017_02_17_150147_1646', 1, 3, 0, 1500348839),
28081('2017_02_23_100009_558', 1, 8, 0, 1492431738),33812('2017_02_23_100009_558', 1, 8, 0, 1492431738),
28082('2017_02_23_103108_558', 1, 4, 0, 1510375501),33813('2017_02_23_103108_558', 1, 4, 0, 1510375501),
28083('2017_02_27_095212_1606', 1, 1, 0, 1521522163),33814('2017_02_27_095212_1606', 1, 1, 0, 1521522163),
28084('2017_02_27_112704_558', 1, 2, 0, 1510375501),33815('2017_02_27_112704_558', 1, 2, 0, 1510375501),
28085('2017_02_27_140733_1606', 1, 0, 0, 1521522163),33816('2017_02_27_140733_1606', 1, 0, 0, 1521522163),
28086('2017_02_28_213416_1606', 1, 0, 0, 1521522163),33817('2017_02_28_213416_1606', 1, 0, 0, 1521522163),
28087('2017_03_01_123517_558', 1, 2, 0, 1510375501),33818('2017_03_01_123517_558', 1, 2, 0, 1510375501),
28088('2017_03_01_161920_900', 1, 3, 0, 1492431738),33819('2017_03_01_161920_900', 1, 3, 0, 1492431738),
28089('2017_03_02_133337_558', 1, 9, 0, 1510375501),33820('2017_03_02_133337_558', 1, 9, 0, 1510375501),
28090('2017_03_06_095940_558', 1, 2, 0, 1510375502),33821('2017_03_06_095940_558', 1, 2, 0, 1510375502),
28091('2017_03_07_152626_558', 1, 3, 0, 1510375502),33822('2017_03_07_152626_558', 1, 3, 0, 1510375502),
28092('2017_03_08_152522_558', 1, 4, 0, 1510375502),33823('2017_03_08_152522_558', 1, 4, 0, 1510375502),
28093('2017_03_09_123944_558', 1, 1, 0, 1510375502),33824('2017_03_09_123944_558', 1, 1, 0, 1510375502),
28094('2017_03_09_124107_1679', 1, 1, 0, 1492431738),33825('2017_03_09_124107_1679', 1, 1, 0, 1492431738),
28095('2017_03_13_093227_558', 1, 3, 0, 1510375502),33826('2017_03_13_093227_558', 1, 3, 0, 1510375502),
28096('2017_03_13_094539_558', 1, 1, 0, 1510375502),33827('2017_03_13_094539_558', 1, 1, 0, 1510375502),
28097('2017_03_13_132425_1692', 1, 1, 0, 1492431738),33828('2017_03_13_132425_1692', 1, 1, 0, 1492431738),
28098('2017_03_14_143617_900', 1, 1, 0, 1492431739),33829('2017_03_14_143617_900', 1, 1, 0, 1492431739),
28099('2017_03_14_151620_1695', 1, 1, 0, 1492431739),33830('2017_03_14_151620_1695', 1, 1, 0, 1492431739),
28100('2017_03_16_104744_558', 1, 8, 0, 1510375502),33831('2017_03_16_104744_558', 1, 8, 0, 1510375502),
28101('2017_03_16_135210_558', 1, 4, 0, 1510375502),33832('2017_03_16_135210_558', 1, 4, 0, 1510375502),
28102('2017_03_17_152438_558', 1, 12, 0, 1510375503),33833('2017_03_17_152438_558', 1, 12, 0, 1510375503),
28103('2017_03_20_085128_558', 1, 3, 0, 1510375503),33834('2017_03_20_085128_558', 1, 3, 0, 1510375503),
28104('2017_03_21_141211_558', 1, 1, 0, 1510375503),33835('2017_03_21_141211_558', 1, 1, 0, 1510375503),
28105('2017_03_24_094203_558', 1, 2, 0, 1510375503),33836('2017_03_24_094203_558', 1, 2, 0, 1510375503),
28106('2017_03_24_102101_558', 1, 1, 0, 1510375503),33837('2017_03_24_102101_558', 1, 1, 0, 1510375503),
28107('2017_03_27_212435_1155', 1, 2, 0, 1492431739),33838('2017_03_27_212435_1155', 1, 2, 0, 1492431739),
28108('2017_03_28_103552_558', 1, 1, 0, 1510375503),33839('2017_03_28_103552_558', 1, 1, 0, 1510375503),
28109('2017_03_28_162020_1693', 1, 1, 0, 1492431739),33840('2017_03_28_162020_1693', 1, 1, 0, 1492431739),
28110('2017_03_28_162825_1693', 1, 1, 0, 1492431739),33841('2017_03_28_162825_1693', 1, 1, 0, 1492431739),
28111('2017_03_31_094258_900', 1, 3, 0, 1492431739),33842('2017_03_31_094258_900', 1, 3, 0, 1492431739),
28112('2017_04_03_155026_558', 1, 1, 0, 1510375503),33843('2017_04_03_155026_558', 1, 1, 0, 1510375503),
28113('2017_04_04_130332_558', 1, 1, 0, 1510375503),33844('2017_04_04_130332_558', 1, 1, 0, 1510375503),
28114('2017_04_05_123631_1764', 1, 1, 0, 1492431739),33845('2017_04_05_123631_1764', 1, 1, 0, 1492431739),
28115('2017_04_07_112731_1807', 1, 1, 0, 1492431739),33846('2017_04_07_112731_1807', 1, 1, 0, 1492431739),
28116('2017_04_07_143522_1381', 1, 1, 0, 1510375503),33847('2017_04_07_143522_1381', 1, 1, 0, 1510375503),
28117('2017_04_07_145011_558', 1, 4, 0, 1510375503),33848('2017_04_07_145011_558', 1, 4, 0, 1510375503),
28118('2017_04_12_110900_558', 1, 1, 0, 1510375503),33849('2017_04_12_110900_558', 1, 1, 0, 1510375503),
28119('2017_04_17_081350_1805', 1, 2, 0, 1492431739),33850('2017_04_17_081350_1805', 1, 2, 0, 1492431739),
28120('2017_04_19_120521_1764', 1, 1, 0, 1567088377),33851('2017_04_19_120521_1764', 1, 1, 0, 1567088377),
28121('2017_04_19_120605_1764', 1, 1, 0, 1567088377),33852('2017_04_19_120605_1764', 1, 1, 0, 1567088377),
28122('2017_04_19_120611_1764', 1, 1, 0, 1567088377),33853('2017_04_19_120611_1764', 1, 1, 0, 1567088377),
28123('2017_04_19_135311_1381', 1, 1, 0, 1510375503),33854('2017_04_19_135311_1381', 1, 1, 0, 1510375503),
28124('2017_04_20_092417_558', 1, 1, 0, 1510375503),33855('2017_04_20_092417_558', 1, 1, 0, 1510375503),
28125('2017_04_20_112808_558', 1, 1, 0, 1510375503),33856('2017_04_20_112808_558', 1, 1, 0, 1510375503),
28126('2017_04_21_090045_558', 1, 1, 0, 1510375503),33857('2017_04_21_090045_558', 1, 1, 0, 1510375503),
28127('2017_04_24_173650_1855', 1, 1, 0, 1500348839),33858('2017_04_24_173650_1855', 1, 1, 0, 1500348839),
28128('2017_04_25_082919_558', 1, 1, 0, 1510375503),33859('2017_04_25_082919_558', 1, 1, 0, 1510375503),
28129('2017_04_25_140512_558', 1, 1, 0, 1510375503),33860('2017_04_25_140512_558', 1, 1, 0, 1510375503),
28130('2017_04_26_094144_558', 1, 9, 0, 1510375504),33861('2017_04_26_094144_558', 1, 9, 0, 1510375504),
28131('2017_04_26_152826_494', 1, 1, 0, 1500348839),33862('2017_04_26_152826_494', 1, 1, 0, 1500348839),
28132('2017_04_27_085017_558', 1, 2, 0, 1510375504),33863('2017_04_27_085017_558', 1, 2, 0, 1510375504),
28133('2017_04_27_095507_558', 1, 1, 0, 1510375504),33864('2017_04_27_095507_558', 1, 1, 0, 1510375504),
28134('2017_04_27_144954_558', 1, 1, 0, 1510375504),33865('2017_04_27_144954_558', 1, 1, 0, 1510375504),
28135('2017_05_01_120247_1896', 1, 3, 0, 1500348839),33866('2017_05_01_120247_1896', 1, 3, 0, 1500348839),
28136('2017_05_05_095904_558', 1, 2, 0, 1510375504),33867('2017_05_05_095904_558', 1, 2, 0, 1510375504),
28137('2017_05_05_105255_1855', 1, 1, 0, 1500348839),33868('2017_05_05_105255_1855', 1, 1, 0, 1500348839),
28138('2017_05_05_112829_1855', 1, 3, 0, 1500348839),33869('2017_05_05_112829_1855', 1, 3, 0, 1500348839),
28139('2017_05_09_155431_1099', 1, 6, 0, 1500348839),33870('2017_05_09_155431_1099', 1, 6, 0, 1500348839),
28140('2017_05_10_141501_1855', 1, 1, 0, 1500348839),33871('2017_05_10_141501_1855', 1, 1, 0, 1500348839),
28141('2017_05_15_130941_1917', 1, 1, 0, 1500348839),33872('2017_05_15_130941_1917', 1, 1, 0, 1500348839),
28142('2017_05_16_085408_1699', 1, 1, 0, 1500348839),33873('2017_05_16_085408_1699', 1, 1, 0, 1500348839),
28143('2017_05_16_095210_1781', 1, 2, 0, 1521522163),33874('2017_05_16_095210_1781', 1, 2, 0, 1521522163),
28144('2017_05_16_145557_558', 1, 5, 0, 1510375504),33875('2017_05_16_145557_558', 1, 5, 0, 1510375504),
28145('2017_05_17_104914_558', 1, 3, 0, 1510375504),33876('2017_05_17_104914_558', 1, 3, 0, 1510375504),
28146('2017_05_17_105328_558', 1, 1, 0, 1510375504),33877('2017_05_17_105328_558', 1, 1, 0, 1510375504),
28147('2017_05_18_144912_558', 1, 3, 0, 1510375504),33878('2017_05_18_144912_558', 1, 3, 0, 1510375504),
28148('2017_05_23_105137_558', 1, 1, 0, 1510375504),33879('2017_05_23_105137_558', 1, 1, 0, 1510375504),
28149('2017_05_25_142831_558', 1, 1, 0, 1510375504),33880('2017_05_25_142831_558', 1, 1, 0, 1510375504),
28150('2017_05_29_104331_558', 1, 1, 0, 1510375504),33881('2017_05_29_104331_558', 1, 1, 0, 1510375504),
28151('2017_05_31_153320_1957', 1, 1, 0, 1500348839),33882('2017_05_31_153320_1957', 1, 1, 0, 1500348839),
28152('2017_06_01_113027_558', 1, 3, 0, 1510375504),33883('2017_06_01_113027_558', 1, 3, 0, 1510375504),
28153('2017_06_02_093520_558', 1, 3, 0, 1510375505),33884('2017_06_02_093520_558', 1, 3, 0, 1510375505),
28154('2017_06_03_101951_1791', 1, 1, 0, 1521522163),33885('2017_06_03_101951_1791', 1, 1, 0, 1521522163),
28155('2017_06_03_115641_1791', 1, 1, 0, 1521522163),33886('2017_06_03_115641_1791', 1, 1, 0, 1521522163),
28156('2017_06_05_205130_1791', 1, 1, 0, 1521522163),33887('2017_06_05_205130_1791', 1, 1, 0, 1521522163),
28157('2017_06_05_211842_1791', 1, 2, 0, 1521522163),33888('2017_06_05_211842_1791', 1, 2, 0, 1521522163),
28158('2017_06_06_093810_1850', 1, 24, 0, 1510375505),33889('2017_06_06_093810_1850', 1, 24, 0, 1510375505),
28159('2017_06_06_125950_1981', 1, 3, 0, 1500348839),33890('2017_06_06_125950_1981', 1, 3, 0, 1500348839),
28160('2017_06_07_103838_1988', 1, 1, 0, 1500348840),33891('2017_06_07_103838_1988', 1, 1, 0, 1500348840),
28161('2017_06_07_124324_1791', 1, 1, 0, 1521522163),33892('2017_06_07_124324_1791', 1, 1, 0, 1521522163),
28162('2017_06_09_141256_558', 1, 3, 0, 1510375505),33893('2017_06_09_141256_558', 1, 3, 0, 1510375505),
28163('2017_06_12_085412_1850', 1, 5, 0, 1510375505),33894('2017_06_12_085412_1850', 1, 5, 0, 1510375505),
28164('2017_06_12_112448_558', 1, 1, 0, 1510375505),33895('2017_06_12_112448_558', 1, 1, 0, 1510375505),
28165('2017_06_13_190540_1928', 1, 2, 0, 1500348840),33896('2017_06_13_190540_1928', 1, 2, 0, 1500348840),
28166('2017_06_15_113638_558', 1, 2, 0, 1510375506),33897('2017_06_15_113638_558', 1, 2, 0, 1510375506),
28167('2017_06_15_143816_1779', 1, 1, 0, 1500348840),33898('2017_06_15_143816_1779', 1, 1, 0, 1500348840),
28168('2017_06_16_161308_558', 1, 1, 0, 1510375506),33899('2017_06_16_161308_558', 1, 1, 0, 1510375506),
28169('2017_06_20_140212_2041', 1, 2, 0, 1500348840),33900('2017_06_20_140212_2041', 1, 2, 0, 1500348840),
28170('2017_06_20_140332_2041', 1, 1, 0, 1500348840),33901('2017_06_20_140332_2041', 1, 1, 0, 1500348840),
28171('2017_06_22_090031_558', 1, 1, 0, 1510375506),33902('2017_06_22_090031_558', 1, 1, 0, 1510375506),
28172('2017_06_29_145530_558', 1, 1, 0, 1510375506),33903('2017_06_29_145530_558', 1, 1, 0, 1510375506),
28173('2017_06_29_154727_2082', 1, 1, 0, 1500348840),33904('2017_06_29_154727_2082', 1, 1, 0, 1500348840),
28174('2017_06_30_091900_558', 1, 6, 0, 1510375506),33905('2017_06_30_091900_558', 1, 6, 0, 1510375506),
28175('2017_07_07_091424_2105', 1, 0, 0, 1500348840),33906('2017_07_07_091424_2105', 1, 0, 0, 1500348840),
28176('2017_07_11_113433_558', 1, 1, 0, 1510375506),33907('2017_07_11_113433_558', 1, 1, 0, 1510375506),
28177('2017_07_11_184003_1482', 1, 2, 0, 1510375506),33908('2017_07_11_184003_1482', 1, 2, 0, 1510375506),
28178('2017_07_12_101353_558', 1, 7, 0, 1510375506),33909('2017_07_12_101353_558', 1, 7, 0, 1510375506),
28179('2017_07_12_154650_2122', 1, 1, 0, 1510375506),33910('2017_07_12_154650_2122', 1, 1, 0, 1510375506),
28180('2017_07_17_203832_191', 1, 4, 0, 1521522163),33911('2017_07_17_203832_191', 1, 4, 0, 1521522163),
28181('2017_07_17_225402_2151', 1, 2, 0, 1500348840),33912('2017_07_17_225402_2151', 1, 2, 0, 1500348840),
28182('2017_07_18_105302_2108', 1, 1, 0, 1510375506),33913('2017_07_18_105302_2108', 1, 1, 0, 1510375506),
28183('2017_07_18_124834_558', 1, 3, 0, 1510375506),33914('2017_07_18_124834_558', 1, 3, 0, 1510375506),
28184('2017_07_18_134945_558', 1, 1, 0, 1510375506),33915('2017_07_18_134945_558', 1, 1, 0, 1510375506),
28185('2017_07_20_111114_1850', 1, 1, 0, 1510375506),33916('2017_07_20_111114_1850', 1, 1, 0, 1510375506),
28186('2017_07_24_183958_2178', 1, 2, 0, 1510375506),33917('2017_07_24_183958_2178', 1, 2, 0, 1510375506),
28187('2017_07_25_141505_558', 1, 1, 0, 1510375506),33918('2017_07_25_141505_558', 1, 1, 0, 1510375506),
28188('2017_07_28_115956_558', 1, 1, 0, 1510375506),33919('2017_07_28_115956_558', 1, 1, 0, 1510375506),
28189('2017_08_02_130152_558', 1, 2, 0, 1510375506),33920('2017_08_02_130152_558', 1, 2, 0, 1510375506),
28190('2017_08_08_103125_558', 1, 1, 0, 1510375506),33921('2017_08_08_103125_558', 1, 1, 0, 1510375506),
28191('2017_08_08_135144_558', 1, 2, 0, 1510375507),33922('2017_08_08_135144_558', 1, 2, 0, 1510375507),
28192('2017_08_09_123058_1955', 1, 6, 0, 1510375507),33923('2017_08_09_123058_1955', 1, 6, 0, 1510375507),
28193('2017_08_09_155747_1955', 1, 1, 0, 1510375507),33924('2017_08_09_155747_1955', 1, 1, 0, 1510375507),
28194('2017_08_16_100159_1955', 1, 3, 0, 1510375508),33925('2017_08_16_100159_1955', 1, 3, 0, 1510375508),
28195('2017_08_29_100605_558', 1, 1, 0, 1510375508),33926('2017_08_29_100605_558', 1, 1, 0, 1510375508),
28196('2017_09_05_084508_558', 1, 1, 0, 1510375508),33927('2017_09_05_084508_558', 1, 1, 0, 1510375508),
28197('2017_09_05_093949_558', 1, 1, 0, 1510375508),33928('2017_09_05_093949_558', 1, 1, 0, 1510375508),
28198('2017_09_05_094150_558', 1, 1, 0, 1510375508),33929('2017_09_05_094150_558', 1, 1, 0, 1510375508),
28199('2017_09_07_085754_2029', 1, 4, 0, 1510375508),33930('2017_09_07_085754_2029', 1, 4, 0, 1510375508),
28200('2017_09_13_130012_1939', 1, 1, 0, 1521522163),33931('2017_09_13_130012_1939', 1, 1, 0, 1521522163),
28201('2017_09_13_130415_1939', 1, 1, 0, 1521522163),33932('2017_09_13_130415_1939', 1, 1, 0, 1521522163),
28202('2017_09_14_143027_1955', 1, 1, 0, 1510375508),33933('2017_09_14_143027_1955', 1, 1, 0, 1510375508),
28203('2017_09_18_134331_558', 1, 0, 0, 1510375508),33934('2017_09_18_134331_558', 1, 0, 0, 1510375508),
28204('2017_09_22_110736_558', 1, 1, 0, 1510375508),33935('2017_09_22_110736_558', 1, 1, 0, 1510375508),
28205('2017_09_22_151148_558', 1, 2, 0, 1510375508),33936('2017_09_22_151148_558', 1, 2, 0, 1510375508),
28206('2017_09_25_143258_2338', 1, 1, 0, 1521522163),33937('2017_09_25_143258_2338', 1, 1, 0, 1521522163),
28207('2017_09_26_122639_2338', 1, 1, 0, 1521522163),33938('2017_09_26_122639_2338', 1, 1, 0, 1521522163),
28208('2017_09_28_114432_558', 1, 1, 0, 1510375508),33939('2017_09_28_114432_558', 1, 1, 0, 1510375508),
28209('2017_10_03_111249_558', 1, 1, 0, 1510375508),33940('2017_10_03_111249_558', 1, 1, 0, 1510375508),
28210('2017_10_03_112606_2350', 1, 1, 0, 1510375508),33941('2017_10_03_112606_2350', 1, 1, 0, 1510375508),
28211('2017_10_10_115902_558', 1, 1, 0, 1510375508),33942('2017_10_10_115902_558', 1, 1, 0, 1510375508),
28212('2017_10_17_155454_558', 1, 1, 0, 1521522163),33943('2017_10_17_155454_558', 1, 1, 0, 1521522163),
28213('2017_10_19_130551_558', 1, 4, 0, 1510375508),33944('2017_10_19_130551_558', 1, 4, 0, 1510375508),
28214('2017_10_24_125559_2388', 1, 2, 0, 1510375508),33945('2017_10_24_125559_2388', 1, 2, 0, 1510375508),
28215('2017_10_26_095137_2398', 1, 2, 0, 1510375508),33946('2017_10_26_095137_2398', 1, 2, 0, 1510375508),
28216('2017_10_26_164845_2406', 1, 1, 0, 1521522163),33947('2017_10_26_164845_2406', 1, 1, 0, 1521522163),
28217('2017_10_31_130445_1946', 1, 1, 0, 1510375509),33948('2017_10_31_130445_1946', 1, 1, 0, 1510375509),
28218('2017_10_31_150445_1946', 1, 1, 0, 1510375509),33949('2017_10_31_150445_1946', 1, 1, 0, 1510375509),
28219('2017_11_01_143730_558', 1, 1, 0, 1510375509),33950('2017_11_01_143730_558', 1, 1, 0, 1510375509),
28220('2017_11_03_100712_2430', 1, 1, 0, 1510375509),33951('2017_11_03_100712_2430', 1, 1, 0, 1510375509),
28221('2017_11_08_085227_2444', 1, 6, 0, 1510375509),33952('2017_11_08_085227_2444', 1, 6, 0, 1510375509),
28222('2017_11_08_120827_558', 1, 1, 0, 1510375509),33953('2017_11_08_120827_558', 1, 1, 0, 1510375509),
28223('2017_11_10_232247_2429', 1, 2, 0, 1510375509),33954('2017_11_10_232247_2429', 1, 2, 0, 1510375509),
28224('2017_11_15_135043_2466', 1, 100, 0, 1556670354),33955('2017_11_15_135043_2466', 1, 100, 0, 1556670354),
28225('2017_11_16_095123_558', 1, 2, 0, 1511726333),33956('2017_11_16_095123_558', 1, 2, 0, 1511726333),
28226('2017_11_26_145640_2509', 1, 2, 0, 1511726333),33957('2017_11_26_145640_2509', 1, 2, 0, 1511726333),
28227('2017_11_29_092935_2520', 1, 1, 0, 1521522163),33958('2017_11_29_092935_2520', 1, 1, 0, 1521522163),
28228('2017_12_01_111151_789', 1, 20, 0, 1533328309),33959('2017_12_01_111151_789', 1, 20, 0, 1533328309),
28229('2017_12_01_131926_789', 1, 270, 0, 1533328313),33960('2017_12_01_131926_789', 1, 270, 0, 1533328313),
28230('2017_12_01_132225_789', 1, 24, 0, 1533328314),33961('2017_12_01_132225_789', 1, 24, 0, 1533328314),
28231('2017_12_01_134429_789', 1, 54, 0, 1533328314),33962('2017_12_01_134429_789', 1, 54, 0, 1533328314),
28232('2017_12_04_102257_558', 1, 1, 0, 1521522163),33963('2017_12_04_102257_558', 1, 1, 0, 1521522163),
28233('2017_12_05_122229_2550', 1, 1, 0, 1521496137),33964('2017_12_05_122229_2550', 1, 1, 0, 1521496137),
28234('2017_12_10_130453_2550', 1, 1, 0, 1521496137),33965('2017_12_10_130453_2550', 1, 1, 0, 1521496137),
28235('2017_12_12_114856_2507', 1, 12, 0, 1521522163),33966('2017_12_12_114856_2507', 1, 12, 0, 1521522163),
28236('2017_12_18_085231_558', 1, 1, 0, 1521522163),33967('2017_12_18_085231_558', 1, 1, 0, 1521522163),
28237('2017_12_20_143137_2567', 1, 3, 0, 1521522163),33968('2017_12_20_143137_2567', 1, 3, 0, 1521522163),
28238('2018_01_03_125914_558', 1, 5, 0, 1521522163),33969('2018_01_03_125914_558', 1, 5, 0, 1521522163),
28239('2018_01_17_135956_558', 1, 1, 0, 1521522163),33970('2018_01_17_135956_558', 1, 1, 0, 1521522163),
28240('2018_01_23_130934_558', 1, 1, 0, 1521522163),33971('2018_01_23_130934_558', 1, 1, 0, 1521522163),
28241('2018_01_23_151834_2678', 1, 1, 0, 1521496137),33972('2018_01_23_151834_2678', 1, 1, 0, 1521496137),
28242('2018_01_26_135653_2678', 1, 1, 0, 1521496137),33973('2018_01_26_135653_2678', 1, 1, 0, 1521496137),
28243('2018_01_28_161014_2678', 1, 1, 0, 1521496137),33974('2018_01_28_161014_2678', 1, 1, 0, 1521496137),
28244('2018_01_31_092020_558', 1, 1, 0, 1521522163),33975('2018_01_31_092020_558', 1, 1, 0, 1521522163),
28245('2018_02_06_094310_2507', 1, 1, 0, 1521522163),33976('2018_02_06_094310_2507', 1, 1, 0, 1521522163),
28246('2018_02_07_141333_2507', 1, 2, 0, 1521522163),33977('2018_02_07_141333_2507', 1, 2, 0, 1521522163),
28247('2018_02_12_093535_2507', 1, 2, 0, 1521522163),33978('2018_02_12_093535_2507', 1, 2, 0, 1521522163),
28248('2018_02_12_095404_2507', 1, 1, 0, 1521522163),33979('2018_02_12_095404_2507', 1, 1, 0, 1521522163),
28249('2018_02_14_121300_2507', 1, 2, 0, 1521522163),33980('2018_02_14_121300_2507', 1, 2, 0, 1521522163),
28250('2018_02_14_175622_1569', 1, 2, 0, 1521522163),33981('2018_02_14_175622_1569', 1, 2, 0, 1521522163),
28251('2018_02_15_020201_925', 1, 6, 0, 1521522164),33982('2018_02_15_020201_925', 1, 6, 0, 1521522164),
28252('2018_02_16_144234_1539', 1, 1, 0, 1521522164),33983('2018_02_16_144234_1539', 1, 1, 0, 1521522164),
28253('2018_02_20_105831_2507', 1, 1, 0, 1521522164),33984('2018_02_20_105831_2507', 1, 1, 0, 1521522164),
28254('2018_02_20_122533_558', 1, 9, 0, 1521522164),33985('2018_02_20_122533_558', 1, 9, 0, 1521522164),
28255('2018_02_21_123318_1980', 1, 1, 0, 1533328314),33986('2018_02_21_123318_1980', 1, 1, 0, 1533328314),
28256('2018_02_21_142251_558', 1, 1, 0, 1521522164),33987('2018_02_21_142251_558', 1, 1, 0, 1521522164),
28257('2018_02_22_111038_2482', 1, 3, 0, 1533328315),33988('2018_02_22_111038_2482', 1, 3, 0, 1533328315),
28258('2018_02_23_145621_ME113', 1, 2, 0, 1533328315),33989('2018_02_23_145621_ME113', 1, 2, 0, 1533328315),
28259('2018_03_01_153919_558', 1, 2, 0, 1533328315),33990('2018_03_01_153919_558', 1, 2, 0, 1533328315),
28260('2018_03_07_113443_558', 1, 2, 0, 1521522164),33991('2018_03_07_113443_558', 1, 2, 0, 1521522164),
28261('2018_03_09_205633_2865', 1, 1, 0, 1521522164),33992('2018_03_09_205633_2865', 1, 1, 0, 1521522164),
28262('2018_03_13_120303_558', 1, 1, 0, 1533328315),33993('2018_03_13_120303_558', 1, 1, 0, 1533328315),
28263('2018_03_18_211752_2507', 1, 1, 0, 1521522164),33994('2018_03_18_211752_2507', 1, 1, 0, 1521522164),
28264('2018_03_19_133603_2943', 1, 2, 0, 1521840810),33995('2018_03_19_133603_2943', 1, 2, 0, 1521840810),
28265('2018_03_19_174726_2894', 1, 2, 0, 1521496137),33996('2018_03_19_174726_2894', 1, 2, 0, 1521496137),
28266('2018_03_19_201452_2941', 1, 1, 0, 1521840810),33997('2018_03_19_201452_2941', 1, 1, 0, 1521840810),
28267('2018_03_20_005112_2899', 1, 2, 0, 1521522164),33998('2018_03_20_005112_2899', 1, 2, 0, 1521522164),
28268('2018_03_23_125903_2893', 1, 21, 0, 1533328315),33999('2018_03_23_125903_2893', 1, 21, 0, 1533328315),
28269('2018_03_27_113819_2893', 1, 1, 0, 1533328315),34000('2018_03_27_113819_2893', 1, 1, 0, 1533328315),
28270('2018_03_27_121928_2893', 1, 4, 0, 1533328315),34001('2018_03_27_121928_2893', 1, 4, 0, 1533328315),
28271('2018_04_03_094813_558', 1, 1, 0, 1542424584),34002('2018_04_03_094813_558', 1, 1, 0, 1542424584),
28272('2018_04_03_153412_2893', 1, 5, 0, 1533328315),34003('2018_04_03_153412_2893', 1, 5, 0, 1533328315),
28273('2018_04_09_153634_558', 1, 1, 0, 1533328315),34004('2018_04_09_153634_558', 1, 1, 0, 1533328315),
28274('2018_04_12_105355_558', 1, 10, 0, 1533328315),34005('2018_04_12_105355_558', 1, 10, 0, 1533328315),
28275('2018_04_12_143246_2893', 1, 39, 0, 1533328315),34006('2018_04_12_143246_2893', 1, 39, 0, 1533328315),
28276('2018_04_13_103406_3027', 1, 1, 0, 1533328315),34007('2018_04_13_103406_3027', 1, 1, 0, 1533328315),
28277('2018_04_13_151309_2893', 1, 9, 0, 1533328315),34008('2018_04_13_151309_2893', 1, 9, 0, 1533328315),
28278('2018_04_13_155454_558', 1, 0, 0, 1533328315),34009('2018_04_13_155454_558', 1, 0, 0, 1533328315),
28279('2018_04_17_154011_ME_6', 1, 2, 0, 1533328316),34010('2018_04_17_154011_ME_6', 1, 2, 0, 1533328316),
28280('2018_04_18_161128_2893', 1, 1, 0, 1533328316),34011('2018_04_18_161128_2893', 1, 1, 0, 1533328316),
28281('2018_04_19_111004_2484', 1, 24, 0, 1533328316),34012('2018_04_19_111004_2484', 1, 24, 0, 1533328316),
28282('2018_04_20_155454_558', 1, 1, 0, 1533328316),34013('2018_04_20_155454_558', 1, 1, 0, 1533328316),
28283('2018_04_21_233456_ME113', 1, 0, 0, 1533328316),34014('2018_04_21_233456_ME113', 1, 0, 0, 1533328316),
28284('2018_04_23_153834_ME10', 1, 1, 0, 1533328316),34015('2018_04_23_153834_ME10', 1, 1, 0, 1533328316),
28285('2018_04_25_091055_ME11', 1, 15, 0, 1542424584),34016('2018_04_25_091055_ME11', 1, 15, 0, 1542424584),
28286('2018_04_25_140031_3077', 1, 1, 0, 1533328316),34017('2018_04_25_140031_3077', 1, 1, 0, 1533328316),
28287('2018_04_25_143437_3077', 1, 0, 0, 1533328316),34018('2018_04_25_143437_3077', 1, 0, 0, 1533328316),
28288('2018_04_25_155454_558', 1, 0, 0, 1533328316),34019('2018_04_25_155454_558', 1, 0, 0, 1533328316),
28289('2018_04_26_071426_3074', 1, 1, 0, 1533328316),34020('2018_04_26_071426_3074', 1, 1, 0, 1533328316),
28290('2018_04_26_111738_3089', 1, 1, 0, 1533328316),34021('2018_04_26_111738_3089', 1, 1, 0, 1533328316),
28291('2018_05_14_140744_ME42', 1, 5, 0, 1533328316),34022('2018_05_14_140744_ME42', 1, 5, 0, 1533328316),
28292('2018_05_23_155229_ME_75', 1, 2, 0, 1542424584),34023('2018_05_23_155229_ME_75', 1, 2, 0, 1542424584),
28293('2018_05_28_150701_ME109', 1, 10, 0, 1533328316),34024('2018_05_28_150701_ME109', 1, 10, 0, 1533328316),
28294('2018_05_30_082721_ME128', 1, 0, 0, 1533328316),34025('2018_05_30_082721_ME128', 1, 0, 0, 1533328316),
28295('2018_06_06_161323_2893', 1, 0, 0, 1533328316),34026('2018_06_06_161323_2893', 1, 0, 0, 1533328316),
28296('2018_06_07_114302_2893', 1, 9, 0, 1533328316),34027('2018_06_07_114302_2893', 1, 9, 0, 1533328316),
28297('2018_06_11_131436_116', 1, 3, 0, 1588743482),34028('2018_06_11_131436_116', 1, 3, 0, 1588743482),
28298('2018_06_11_131436_ME116', 1, 0, 0, 1599626412),34029('2018_06_11_131436_ME116', 1, 0, 0, 1599626412),
28299('2018_06_11_132051_116', 1, 2, 0, 1588743482),34030('2018_06_11_132051_116', 1, 2, 0, 1588743482),
28300('2018_06_11_132051_ME116', 1, 0, 0, 1599626412),34031('2018_06_11_132051_ME116', 1, 0, 0, 1599626412),
28301('2018_06_19_175638_3157', 1, 1, 0, 1556670354),34032('2018_06_19_175638_3157', 1, 1, 0, 1556670354),
28302('2018_06_25_104331_ME24', 1, 3, 0, 1533328316),34033('2018_06_25_104331_ME24', 1, 3, 0, 1533328316),
28303('2018_06_25_152244_ME205', 1, 2, 0, 1556670354),34034('2018_06_25_152244_ME205', 1, 2, 0, 1556670354),
28304('2018_06_25_195601_3146', 1, 1, 0, 1556670354),34035('2018_06_25_195601_3146', 1, 1, 0, 1556670354),
28305('2018_06_27_205731_UM4', 1, 5, 0, 1588743482),34036('2018_06_27_205731_UM4', 1, 5, 0, 1588743482),
28306('2018_06_28_151951_UM4', 1, 1, 0, 1588743482),34037('2018_06_28_151951_UM4', 1, 1, 0, 1588743482),
28307('2018_07_05_105057_ME147', 1, 1, 0, 1533328316),34038('2018_07_05_105057_ME147', 1, 1, 0, 1533328316),
28308('2018_07_10_120219_ME186', 1, 7, 0, 1533328316),34039('2018_07_10_120219_ME186', 1, 7, 0, 1533328316),
28309('2018_07_11_140401_ME326', 1, 1, 0, 1533328316),34040('2018_07_11_140401_ME326', 1, 1, 0, 1533328316),
28310('2018_07_12_083835_ME315', 1, 5, 0, 1533328316),34041('2018_07_12_083835_ME315', 1, 5, 0, 1533328316),
28311('2018_07_13_085313_ME314', 1, 4, 0, 1533328316),34042('2018_07_13_085313_ME314', 1, 4, 0, 1533328316),
28312('2018_07_13_125028_ME327', 1, 1, 0, 1533328316),34043('2018_07_13_125028_ME327', 1, 1, 0, 1533328316),
28313('2018_07_13_153613_ME113', 1, 1, 0, 1533328316),34044('2018_07_13_153613_ME113', 1, 1, 0, 1533328316),
28314('2018_07_16_135939_ME319', 1, 1, 0, 1533328316),34045('2018_07_16_135939_ME319', 1, 1, 0, 1533328316),
28315('2018_07_17_101227_ME323', 1, 2, 0, 1533328316),34046('2018_07_17_101227_ME323', 1, 2, 0, 1533328316),
28316('2018_07_17_150539_UM4', 1, 5, 0, 1588743482),34047('2018_07_17_150539_UM4', 1, 5, 0, 1588743482),
28317('2018_07_17_161830_3146', 1, 1, 0, 1556670354),34048('2018_07_17_161830_3146', 1, 1, 0, 1556670354),
28318('2018_07_18_025720_ME168', 1, 2, 0, 1542424585),34049('2018_07_18_025720_ME168', 1, 2, 0, 1542424585),
28319('2018_07_23_082637_ME38', 1, 1, 0, 1533328317),34050('2018_07_23_082637_ME38', 1, 1, 0, 1533328317),
28320('2018_07_23_101949_ME363', 1, 2, 0, 1533328317),34051('2018_07_23_101949_ME363', 1, 2, 0, 1533328317),
28321('2018_07_23_161930_ME306', 1, 0, 0, 1533328317),34052('2018_07_23_161930_ME306', 1, 0, 0, 1533328317),
28322('2018_07_25_091301_ME38', 1, 1, 0, 1533328317),34053('2018_07_25_091301_ME38', 1, 1, 0, 1533328317),
28323('2018_07_25_162445_ME113', 1, 3, 0, 1533328317),34054('2018_07_25_162445_ME113', 1, 3, 0, 1533328317),
28324('2018_07_31_110511_ME113', 1, 2, 0, 1533328317),34055('2018_07_31_110511_ME113', 1, 2, 0, 1533328317),
28325('2018_07_31_141842_ME427', 1, 1, 0, 1588743482),34056('2018_07_31_141842_ME427', 1, 1, 0, 1588743482),
28326('2018_08_01_143312_ME113', 1, 1, 0, 1533328317),34057('2018_08_01_143312_ME113', 1, 1, 0, 1533328317),
28327('2018_08_01_162413_ME113', 1, 1, 0, 1533328317),34058('2018_08_01_162413_ME113', 1, 1, 0, 1533328317),
28328('2018_08_02_124214_ME463', 1, 1, 0, 1556670354),34059('2018_08_02_124214_ME463', 1, 1, 0, 1556670354),
28329('2018_08_02_150157_ME464', 1, 1, 0, 1576865082),34060('2018_08_02_150157_ME464', 1, 1, 0, 1576865082),
28330('2018_08_03_104338_ME333', 1, 1, 0, 1542424585),34061('2018_08_03_104338_ME333', 1, 1, 0, 1542424585),
28331('2018_08_03_124151_ME458', 1, 2, 0, 1533328317),34062('2018_08_03_124151_ME458', 1, 2, 0, 1533328317),
28332('2018_08_09_104840_ME499', 1, 1, 0, 1556670354),34063('2018_08_09_104840_ME499', 1, 1, 0, 1556670354),
28333('2018_08_10_093502_ME530', 1, 1, 0, 1542424585),34064('2018_08_10_093502_ME530', 1, 1, 0, 1542424585),
28334('2018_08_13_102549_ME54', 1, 2, 0, 1542424585),34065('2018_08_13_102549_ME54', 1, 2, 0, 1542424585),
28335('2018_08_15_113455_ME270ME348', 1, 4, 0, 1567088377),34066('2018_08_15_113455_ME270ME348', 1, 4, 0, 1567088377),
28336('2018_08_20_131604_ME595', 1, 1, 0, 1542424585),34067('2018_08_20_131604_ME595', 1, 1, 0, 1542424585),
28337('2018_08_20_155707_ME530', 1, 0, 0, 1542424585),34068('2018_08_20_155707_ME530', 1, 0, 0, 1542424585),
28338('2018_08_22_130956_ME605', 1, 2, 0, 1542424585),34069('2018_08_22_130956_ME605', 1, 2, 0, 1542424585),
28339('2018_08_24_152417_ME505', 1, 6, 0, 1542424585),34070('2018_08_24_152417_ME505', 1, 6, 0, 1542424585),
28340('2018_08_27_154832_ME626', 1, 1, 0, 1556670354),34071('2018_08_27_154832_ME626', 1, 1, 0, 1556670354),
28341('2018_08_28_132835_ME629', 1, 1, 0, 1556670354),34072('2018_08_28_132835_ME629', 1, 1, 0, 1556670354),
28342('2018_08_28_135417_ME86', 1, 4, 0, 1542424585),34073('2018_08_28_135417_ME86', 1, 4, 0, 1542424585),
28343('2018_09_07_145643_ME999', 1, 3, 0, 1576865083),34074('2018_09_07_145643_ME999', 1, 3, 0, 1576865083),
28344('2018_09_07_152722_ME45', 1, 2, 0, 1542424585),34075('2018_09_07_152722_ME45', 1, 2, 0, 1542424585),
28345('2018_09_11_113526_ME35', 1, 1, 0, 1556670355),34076('2018_09_11_113526_ME35', 1, 1, 0, 1556670355),
28346('2018_09_12_131607_ME672', 1, 2, 0, 1576865083),34077('2018_09_12_131607_ME672', 1, 2, 0, 1576865083),
28347('2018_09_13_142723_ME750', 1, 1, 0, 1576865083),34078('2018_09_13_142723_ME750', 1, 1, 0, 1576865083),
28348('2018_09_13_163621_ME709', 1, 1, 0, 1556670355),34079('2018_09_13_163621_ME709', 1, 1, 0, 1556670355),
28349('2018_09_15_074213_ME717', 1, 1, 0, 1608242224),34080('2018_09_15_074213_ME717', 1, 1, 0, 1608242224),
28350('2018_09_18_142250_ME722', 1, 5, 0, 1542424585),34081('2018_09_18_142250_ME722', 1, 5, 0, 1542424585),
28351('2018_09_19_102205_ME4', 1, 1, 0, 1542424585),34082('2018_09_19_102205_ME4', 1, 1, 0, 1542424585),
28352('2018_09_19_152830_ME725', 1, 4, 0, 1556670355),34083('2018_09_19_152830_ME725', 1, 4, 0, 1556670355),
28353('2018_09_21_090738_ME726', 1, 2, 0, 1542424585),34084('2018_09_21_090738_ME726', 1, 2, 0, 1542424585),
28354('2018_09_24_143134_ME697', 1, 1, 0, 1567088377),34085('2018_09_24_143134_ME697', 1, 1, 0, 1567088377),
28355('2018_09_25_105334_ME737', 1, 2, 0, 1567087067),34086('2018_09_25_105334_ME737', 1, 2, 0, 1567087067),
28356('2018_10_01_143524_ME87', 1, 2, 0, 1542424585),34087('2018_10_01_143524_ME87', 1, 2, 0, 1542424585),
28357('2018_10_03_114235_ME753', 1, 4, 0, 1542424585),34088('2018_10_03_114235_ME753', 1, 4, 0, 1542424585),
28358('2018_10_12_153130_ME787', 1, 9, 0, 1685381580),34089('2018_10_12_153130_ME787', 1, 9, 0, 1685381580),
28359('2018_10_15_150453_ME785', 1, 3, 0, 1588743483),34090('2018_10_15_150453_ME785', 1, 3, 0, 1588743483),
28360('2018_10_16_112430_ME796', 1, 1, 0, 1556670355),34091('2018_10_16_112430_ME796', 1, 1, 0, 1556670355),
28361('2018_10_18_143859_ME818', 1, 2, 0, 1542424585),34092('2018_10_18_143859_ME818', 1, 2, 0, 1542424585),
28362('2018_10_25_085041_ME854', 1, 2, 0, 1556670355),34093('2018_10_25_085041_ME854', 1, 2, 0, 1556670355),
28363('2018_10_25_142900_ME685', 1, 1, 0, 1542424585),34094('2018_10_25_142900_ME685', 1, 1, 0, 1542424585),
28364('2018_10_25_152224_ME857', 1, 1, 0, 1542424585),34095('2018_10_25_152224_ME857', 1, 1, 0, 1542424585),
28365('2018_10_26_165914_ME742', 1, 4, 0, 1542424585),34096('2018_10_26_165914_ME742', 1, 4, 0, 1542424585),
28366('2018_10_30_085912_ME11', 1, 5, 0, 1542424585),34097('2018_10_30_085912_ME11', 1, 5, 0, 1542424585),
28367('2018_10_30_090022_ME1682', 1, 1, 0, 1556658286),34098('2018_10_30_090022_ME1682', 1, 1, 0, 1556658286),
28368('2018_10_30_115352_ME520', 1, 1, 0, 1542424585),34099('2018_10_30_115352_ME520', 1, 1, 0, 1542424585),
28369('2018_10_31_104743_ME561', 1, 1, 0, 1542424585),34100('2018_10_31_104743_ME561', 1, 1, 0, 1542424585),
28370('2018_10_31_124914_ME561', 1, 1, 0, 1542424585),34101('2018_10_31_124914_ME561', 1, 1, 0, 1542424585),
28371('2018_10_31_125724_ME561', 1, 1, 0, 1542424585),34102('2018_10_31_125724_ME561', 1, 1, 0, 1542424585),
28372('2018_11_01_113501_ME591', 1, 1, 0, 1542424585),34103('2018_11_01_113501_ME591', 1, 1, 0, 1542424585),
28373('2018_11_01_113846_ME591', 1, 1, 0, 1542424585),34104('2018_11_01_113846_ME591', 1, 1, 0, 1542424585),
28374('2018_11_01_114103_ME591', 1, 1, 0, 1542424585),34105('2018_11_01_114103_ME591', 1, 1, 0, 1542424585),
28375('2018_11_01_114751_ME591', 1, 1, 0, 1542424585),34106('2018_11_01_114751_ME591', 1, 1, 0, 1542424585),
28376('2018_11_01_115013_ME591', 1, 1, 0, 1542424585),34107('2018_11_01_115013_ME591', 1, 1, 0, 1542424585),
28377('2018_11_01_115342_ME591', 1, 1, 0, 1542424585),34108('2018_11_01_115342_ME591', 1, 1, 0, 1542424585),
28378('2018_11_01_115717_ME591', 1, 1, 0, 1542424585),34109('2018_11_01_115717_ME591', 1, 1, 0, 1542424585),
28379('2018_11_01_115953_ME591', 1, 1, 0, 1542424585),34110('2018_11_01_115953_ME591', 1, 1, 0, 1542424585),
28380('2018_11_01_120127_ME591', 1, 1, 0, 1542424585),34111('2018_11_01_120127_ME591', 1, 1, 0, 1542424585),
28381('2018_11_01_120237_ME591', 1, 1, 0, 1542424585),34112('2018_11_01_120237_ME591', 1, 1, 0, 1542424585),
28382('2018_11_01_120409_ME591', 1, 1, 0, 1542424585),34113('2018_11_01_120409_ME591', 1, 1, 0, 1542424585),
28383('2018_11_01_120528_ME591', 1, 1, 0, 1542424585),34114('2018_11_01_120528_ME591', 1, 1, 0, 1542424585),
28384('2018_11_01_120846_ME591', 1, 1, 0, 1542424585),34115('2018_11_01_120846_ME591', 1, 1, 0, 1542424585),
28385('2018_11_01_121536_ME591', 1, 1, 0, 1542424585),34116('2018_11_01_121536_ME591', 1, 1, 0, 1542424585),
28386('2018_11_01_122047_ME591', 1, 1, 0, 1542424585),34117('2018_11_01_122047_ME591', 1, 1, 0, 1542424585),
28387('2018_11_01_122346_ME591', 1, 1, 0, 1542424586),34118('2018_11_01_122346_ME591', 1, 1, 0, 1542424586),
28388('2018_11_07_135757_ME23', 1, 0, 0, 1556670355),34119('2018_11_07_135757_ME23', 1, 0, 0, 1556670355),
28389('2018_11_09_111349_ME733', 1, 3, 0, 1556670355),34120('2018_11_09_111349_ME733', 1, 3, 0, 1556670355),
28390('2018_11_09_141233_921', 1, 1, 0, 1556670355),34121('2018_11_09_141233_921', 1, 1, 0, 1556670355),
28391('2018_11_16_131644_ME823', 1, 1, 0, 1556670355),34122('2018_11_16_131644_ME823', 1, 1, 0, 1556670355),
28392('2018_11_16_211707_ME487', 1, 1, 0, 1542424586),34123('2018_11_16_211707_ME487', 1, 1, 0, 1542424586),
28393('2018_11_16_212351_ME993', 1, 2, 0, 1542424586),34124('2018_11_16_212351_ME993', 1, 2, 0, 1542424586),
28394('2018_11_19_113832_ME999', 1, 2, 0, 1556670355),34125('2018_11_19_113832_ME999', 1, 2, 0, 1556670355),
28395('2018_11_19_164114_ME1014', 1, 4, 0, 1543249079),34126('2018_11_19_164114_ME1014', 1, 4, 0, 1543249079),
28396('2018_11_27_112311_ME1043', 1, 6, 0, 1576865083),34127('2018_11_27_112311_ME1043', 1, 6, 0, 1576865083),
28397('2018_11_28_091708_ME1048', 1, 2, 0, 1556670355),34128('2018_11_28_091708_ME1048', 1, 2, 0, 1556670355),
28398('2018_11_28_110401_ME1048', 1, 4, 0, 1556670355),34129('2018_11_28_110401_ME1048', 1, 4, 0, 1556670355),
28399('2018_11_30_092043_ME486', 1, 1, 0, 1556670355),34130('2018_11_30_092043_ME486', 1, 1, 0, 1556670355),
28400('2018_12_03_105701_ME367', 1, 0, 0, 1556670355),34131('2018_12_03_105701_ME367', 1, 0, 0, 1556670355),
28401('2018_12_05_143015_ME1061', 1, 1, 0, 1556670355),34132('2018_12_05_143015_ME1061', 1, 1, 0, 1556670355),
28402('2018_12_06_094118_ME1028', 1, 6, 0, 1556670355),34133('2018_12_06_094118_ME1028', 1, 6, 0, 1556670355),
28403('2018_12_10_110632_ME1090', 1, 1, 0, 1546636848),34134('2018_12_10_110632_ME1090', 1, 1, 0, 1546636848),
28404('2018_12_13_140951_ME1025', 1, 1, 0, 1556658286),34135('2018_12_13_140951_ME1025', 1, 1, 0, 1556658286),
28405('2018_12_17_110756_ME812', 1, 1, 0, 1556670355),34136('2018_12_17_110756_ME812', 1, 1, 0, 1556670355),
28406('2018_12_20_132110_ME1422', 1, 4, 0, 1556670355),34137('2018_12_20_132110_ME1422', 1, 4, 0, 1556670355),
28407('2018_12_29_171028_UM4', 1, 2, 0, 1588743483),34138('2018_12_29_171028_UM4', 1, 2, 0, 1588743483),
28408('2019_01_04_145442_ME1135', 1, 2, 0, 1546632193),34139('2019_01_04_145442_ME1135', 1, 2, 0, 1546632193),
28409('2019_01_07_133832_ME1137', 1, 2, 0, 1556670355),34140('2019_01_07_133832_ME1137', 1, 2, 0, 1556670355),
28410('2019_01_09_094445_ME1149', 1, 1, 0, 1556658286),34141('2019_01_09_094445_ME1149', 1, 1, 0, 1556658286),
28411('2019_01_10_135325_ME1048', 1, 3, 0, 1556670355),34142('2019_01_10_135325_ME1048', 1, 3, 0, 1556670355),
28412('2019_01_10_141603_ME1152', 1, 2, 0, 1567087067),34143('2019_01_10_141603_ME1152', 1, 2, 0, 1567087067),
28413('2019_01_15_094401_ME1160', 1, 1, 0, 1608242224),34144('2019_01_15_094401_ME1160', 1, 1, 0, 1608242224),
28414('2019_01_19_170620_UM4', 1, 1, 0, 1588743483),34145('2019_01_19_170620_UM4', 1, 1, 0, 1588743483),
28415('2019_01_21_162209_ME1188', 1, 1, 0, 1567088377),34146('2019_01_21_162209_ME1188', 1, 1, 0, 1567088377),
28416('2019_01_23_210156_ME1043', 1, 4, 0, 1576865083),34147('2019_01_23_210156_ME1043', 1, 4, 0, 1576865083),
28417('2019_01_25_085913_ME1203', 1, 1, 0, 1556670355),34148('2019_01_25_085913_ME1203', 1, 1, 0, 1556670355),
28418('2019_01_29_141614_ME1193', 1, 1, 0, 1556670355),34149('2019_01_29_141614_ME1193', 1, 1, 0, 1556670355),
28419('2019_02_01_093859_ME1073', 1, 1, 0, 1556670355),34150('2019_02_01_093859_ME1073', 1, 1, 0, 1556670355),
28420('2019_02_08_151255_ME1165', 1, 1, 0, 1608242224),34151('2019_02_08_151255_ME1165', 1, 1, 0, 1608242224),
28421('2019_02_12_112734_ME35', 1, 1, 0, 1556670356),34152('2019_02_12_112734_ME35', 1, 1, 0, 1556670356),
28422('2019_02_13_164408_ME1364', 1, 13, 0, 1556670356),34153('2019_02_13_164408_ME1364', 1, 13, 0, 1556670356),
28423('2019_02_22_101240_ME1437', 1, 9, 0, 1556670356),34154('2019_02_22_101240_ME1437', 1, 9, 0, 1556670356),
28424('2019_02_26_104008_ME1441', 1, 3, 0, 1556670356),34155('2019_02_26_104008_ME1441', 1, 3, 0, 1556670356),
28425('2019_02_27_093943_ME83', 1, 0, 0, 1556670356),34156('2019_02_27_093943_ME83', 1, 0, 0, 1556670356),
28426('2019_02_27_135315_ME1448', 1, 1, 0, 1576865083),34157('2019_02_27_135315_ME1448', 1, 1, 0, 1576865083),
28427('2019_03_06_115350_ME1043', 1, 1, 0, 1576865083),34158('2019_03_06_115350_ME1043', 1, 1, 0, 1576865083),
28428('2019_03_11_110007_ME1471', 1, 2, 0, 1556670356),34159('2019_03_11_110007_ME1471', 1, 2, 0, 1556670356),
28429('2019_03_13_124916_ME1490', 1, 3, 0, 1556670356),34160('2019_03_13_124916_ME1490', 1, 3, 0, 1556670356),
28430('2019_03_13_132849_ME1490', 1, 2, 0, 1567087067),34161('2019_03_13_132849_ME1490', 1, 2, 0, 1567087067),
28431('2019_03_15_114947_ME1074', 1, 1, 0, 1556670356),34162('2019_03_15_114947_ME1074', 1, 1, 0, 1556670356),
28432('2019_03_20_110512_ME1516', 1, 5, 0, 1556670356),34163('2019_03_20_110512_ME1516', 1, 5, 0, 1556670356),
28433('2019_03_20_111208_ME1361', 1, 5, 0, 1576865083),34164('2019_03_20_111208_ME1361', 1, 5, 0, 1576865083),
28434('2019_03_27_140519_ME1336', 1, 1, 0, 1556670356),34165('2019_03_27_140519_ME1336', 1, 1, 0, 1556670356),
28435('2019_03_28_104103_ME1416', 1, 1, 0, 1556670356),34166('2019_03_28_104103_ME1416', 1, 1, 0, 1556670356),
28436('2019_04_02_132717_ME1565', 1, 35, 0, 1556670356),34167('2019_04_02_132717_ME1565', 1, 35, 0, 1556670356),
28437('2019_04_03_111544_ME1554', 1, 7, 0, 1576865083),34168('2019_04_03_111544_ME1554', 1, 7, 0, 1576865083),
28438('2019_04_03_143127_ME1402', 1, 30, 0, 1556670356),34169('2019_04_03_143127_ME1402', 1, 30, 0, 1556670356),
28439('2019_04_04_112436_ME834', 1, 4, 0, 1556670356),34170('2019_04_04_112436_ME834', 1, 4, 0, 1556670356),
28440('2019_04_08_112206_ME1578', 1, 5, 0, 1556670357),34171('2019_04_08_112206_ME1578', 1, 5, 0, 1556670357),
28441('2019_04_08_141656_ME1361', 1, 14, 0, 1576865084),34172('2019_04_08_141656_ME1361', 1, 14, 0, 1576865084),
28442('2019_04_15_120900_ME1603', 1, 2, 0, 1576865084),34173('2019_04_15_120900_ME1603', 1, 2, 0, 1576865084),
28443('2019_04_15_123428_ME1601', 1, 6, 0, 1567087067),34174('2019_04_15_123428_ME1601', 1, 6, 0, 1567087067),
28444('2019_04_17_083547_ME1216', 1, 25, 0, 1588743483),34175('2019_04_17_083547_ME1216', 1, 25, 0, 1588743483),
28445('2019_04_17_131513_ME1216', 1, 1, 0, 1588743483),34176('2019_04_17_131513_ME1216', 1, 1, 0, 1588743483),
28446('2019_04_18_161219_ME1336', 1, 1, 0, 1556670357),34177('2019_04_18_161219_ME1336', 1, 1, 0, 1556670357),
28447('2019_04_19_162045_ME1632', 1, 4, 0, 1567087067),34178('2019_04_19_162045_ME1632', 1, 4, 0, 1567087067),
28448('2019_04_23_103525_ME1642', 1, 0, 0, 1567087067),34179('2019_04_23_103525_ME1642', 1, 0, 0, 1567087067),
28449('2019_04_29_084428_ME1681', 1, 1, 0, 1556670357),34180('2019_04_29_084428_ME1681', 1, 1, 0, 1556670357),
28450('2019_04_29_104109_ME1683', 1, 0, 0, 1556670357),34181('2019_04_29_104109_ME1683', 1, 0, 0, 1556670357),
28451('2019_04_29_112240_ME1683', 1, 3, 0, 1556670357),34182('2019_04_29_112240_ME1683', 1, 3, 0, 1556670357),
28452('2019_04_29_141057_ME1568', 1, 1, 0, 1556658286),34183('2019_04_29_141057_ME1568', 1, 1, 0, 1556658286),
28453('2019_04_30_110909_ME1612', 1, 1, 0, 1567088377),34184('2019_04_30_110909_ME1612', 1, 1, 0, 1567088377),
28454('2019_04_30_162442_ME1163', 1, 2, 0, 1556658286),34185('2019_04_30_162442_ME1163', 1, 2, 0, 1556658286),
28455('2019_04_30_191809_ME525', 1, 1, 0, 1556670357),34186('2019_04_30_191809_ME525', 1, 1, 0, 1556670357),
28456('2019_04_30_201838_ME1164', 1, 2, 0, 1556670357),34187('2019_04_30_201838_ME1164', 1, 2, 0, 1556670357),
28457('2019_05_06_150206_ME1741', 1, 1, 0, 1557513606),34188('2019_05_06_150206_ME1741', 1, 1, 0, 1557513606),
28458('2019_05_09_101000_ME1603', 1, 1, 0, 1576865084),34189('2019_05_09_101000_ME1603', 1, 1, 0, 1576865084),
28459('2019_05_13_143813_ME1779', 1, 1, 0, 1558025290),34190('2019_05_13_143813_ME1779', 1, 1, 0, 1558025290),
28460('2019_05_14_095449_ME1784', 1, 1, 0, 1558025290),34191('2019_05_14_095449_ME1784', 1, 1, 0, 1558025290),
28461('2019_05_16_112302_ME1579', 1, 2, 0, 1567088377),34192('2019_05_16_112302_ME1579', 1, 2, 0, 1567088377),
28462('2019_05_23_141656_ME1361', 1, 9, 0, 1576865084),34193('2019_05_23_141656_ME1361', 1, 9, 0, 1576865084),
28463('2019_06_03_093024_ME1861', 1, 1, 0, 1608242224),34194('2019_06_03_093024_ME1861', 1, 1, 0, 1608242224),
28464('2019_06_04_144817_ME1860', 1, 1, 0, 1567087067),34195('2019_06_04_144817_ME1860', 1, 1, 0, 1567087067),
28465('2019_06_10_103210_ME1878', 1, 3, 0, 1567087067),34196('2019_06_10_103210_ME1878', 1, 3, 0, 1567087067),
28466('2019_06_12_121651_ME1923', 1, 1, 0, 1588743483),34197('2019_06_12_121651_ME1923', 1, 1, 0, 1588743483),
28467('2019_06_21_143155_ME1935', 1, 6, 0, 1576865084),34198('2019_06_21_143155_ME1935', 1, 6, 0, 1576865084),
28468('2019_06_24_093436_ME1920', 1, 1, 0, 1588743483),34199('2019_06_24_093436_ME1920', 1, 1, 0, 1588743483),
28469('2019_06_24_114256_ME1904', 1, 3, 0, 1567088377),34200('2019_06_24_114256_ME1904', 1, 3, 0, 1567088377),
28470('2019_06_24_123219_ME1920', 1, 1, 0, 1588743483),34201('2019_06_24_123219_ME1920', 1, 1, 0, 1588743483),
28471('2019_06_27_103732_ME1935', 1, 3, 0, 1576865084),34202('2019_06_27_103732_ME1935', 1, 3, 0, 1576865084),
28472('2019_06_28_102523_ME1969', 1, 4, 0, 1576865084),34203('2019_06_28_102523_ME1969', 1, 4, 0, 1576865084),
28473('2019_06_28_143637_ME1967', 1, 0, 0, 1567087067),34204('2019_06_28_143637_ME1967', 1, 0, 0, 1567087067),
28474('2019_06_28_144450_ME2786', 1, 1, 0, 1588743484),34205('2019_06_28_144450_ME2786', 1, 1, 0, 1588743484),
28475('2019_07_02_144310_ME1960', 1, 1, 0, 1567087067),34206('2019_07_02_144310_ME1960', 1, 1, 0, 1567087067),
28476('2019_07_03_120520_ME761', 1, 30, 0, 1567088378),34207('2019_07_03_120520_ME761', 1, 30, 0, 1567088378),
28477('2019_07_04_143428_ME1987', 1, 1, 0, 1567088378),34208('2019_07_04_143428_ME1987', 1, 1, 0, 1567088378),
28478('2019_07_11_135423_ME2014', 1, 1, 0, 1567087067),34209('2019_07_11_135423_ME2014', 1, 1, 0, 1567087067),
28479('2019_07_17_091029_ME1692', 1, 6, 0, 1588743484),34210('2019_07_17_091029_ME1692', 1, 6, 0, 1588743484),
28480('2019_07_17_121329_ME2032', 1, 1, 0, 1576865084),34211('2019_07_17_121329_ME2032', 1, 1, 0, 1576865084),
28481('2019_07_17_154254_ME2033', 1, 1, 0, 1576851454),34212('2019_07_17_154254_ME2033', 1, 1, 0, 1576851454),
28482('2019_07_18_093946_ME2034', 1, 1, 0, 1567088378),34213('2019_07_18_093946_ME2034', 1, 1, 0, 1567088378),
28483('2019_07_19_112141_ME1935', 1, 4, 0, 1576865084),34214('2019_07_19_112141_ME1935', 1, 4, 0, 1576865084),
28484('2019_07_21_100329_ME2039', 1, 1, 0, 1685381580),34215('2019_07_21_100329_ME2039', 1, 1, 0, 1685381580),
28485('2019_07_25_082257_ME2042', 1, 2, 0, 1685381580),34216('2019_07_25_082257_ME2042', 1, 2, 0, 1685381580),
28486('2019_07_30_144255_ME2055', 1, 1, 0, 1567088378),34217('2019_07_30_144255_ME2055', 1, 1, 0, 1567088378),
28487('2019_08_01_150127_ME1999', 1, 4, 0, 1567088378),34218('2019_08_01_150127_ME1999', 1, 4, 0, 1567088378),
28488('2019_08_02_142038_2061', 1, 0, 0, 1685381580),34219('2019_08_02_142038_2061', 1, 0, 0, 1685381580),
28489('2019_08_06_105205_ME2066', 1, 1, 0, 1685381580),34220('2019_08_06_105205_ME2066', 1, 1, 0, 1685381580),
28490('2019_08_07_095728_ME2072', 1, 1, 0, 1599626412),34221('2019_08_07_095728_ME2072', 1, 1, 0, 1599626412),
28491('2019_08_08_094446_ME1940', 1, 2, 0, 1588743484),34222('2019_08_08_094446_ME1940', 1, 2, 0, 1588743484),
28492('2019_08_08_133701_ME1974', 1, 1, 0, 1567088378),34223('2019_08_08_133701_ME1974', 1, 1, 0, 1567088378),
28493('2019_08_08_134530_ME2073', 1, 1, 0, 1685381580),34224('2019_08_08_134530_ME2073', 1, 1, 0, 1685381580),
28494('2019_08_08_160544_ME2070', 1, 4, 0, 1619472142),34225('2019_08_08_160544_ME2070', 1, 4, 0, 1619472142),
28495('2019_08_09_152605_ME2052', 1, 1, 0, 1567087067),34226('2019_08_09_152605_ME2052', 1, 1, 0, 1567087067),
28496('2019_08_13_100446_ME2081', 1, 1, 0, 1576865084),34227('2019_08_13_100446_ME2081', 1, 1, 0, 1576865084),
28497('2019_08_16_075445_ME2038', 1, 1, 0, 1685381580),34228('2019_08_16_075445_ME2038', 1, 1, 0, 1685381580),
28498('2019_08_19_104613_ME2095', 1, 1, 0, 1685381580),34229('2019_08_19_104613_ME2095', 1, 1, 0, 1685381580),
28499('2019_08_20_104707_ME2286', 1, 2, 0, 1588743484),34230('2019_08_20_104707_ME2286', 1, 2, 0, 1588743484),
28500('2019_08_20_112641_ME2286', 1, 1, 0, 1588743484),34231('2019_08_20_112641_ME2286', 1, 1, 0, 1588743484),
28501('2019_08_22_174258_ME2286', 1, 1, 0, 1588743484),34232('2019_08_22_174258_ME2286', 1, 1, 0, 1588743484),
28502('2019_08_29_082333_ME2105', 1, 2, 0, 1567087067),34233('2019_08_29_082333_ME2105', 1, 2, 0, 1567087067),
28503('2019_08_29_095418_ME2106', 1, 2, 0, 1567087067),34234('2019_08_29_095418_ME2106', 1, 2, 0, 1567087067),
28504('2019_08_29_101810_ME2107', 1, 2, 0, 1567088378),34235('2019_08_29_101810_ME2107', 1, 2, 0, 1567088378),
28505('2019_08_29_103948_ME2134', 1, 1, 0, 1608242224),34236('2019_08_29_103948_ME2134', 1, 1, 0, 1608242224),
28506('2019_09_03_154359_ME2286', 1, 1, 0, 1588743484),34237('2019_09_03_154359_ME2286', 1, 1, 0, 1588743484),
28507('2019_09_04_214825_ME2286', 1, 0, 0, 1588743484),34238('2019_09_04_214825_ME2286', 1, 0, 0, 1588743484),
28508('2019_09_05_135401_APP73', 1, 1, 0, 1576851454),34239('2019_09_05_135401_APP73', 1, 1, 0, 1576851454),
28509('2019_09_05_194331_ME2286', 1, 0, 0, 1588743484),34240('2019_09_05_194331_ME2286', 1, 0, 0, 1588743484),
28510('2019_09_11_112733_ME2160', 1, 1, 0, 1588743484),34241('2019_09_11_112733_ME2160', 1, 1, 0, 1588743484),
28511('2019_09_17_131803_ME2195', 1, 1, 0, 1588743484),34242('2019_09_17_131803_ME2195', 1, 1, 0, 1588743484),
28512('2019_09_17_143810_ME2195', 1, 1, 0, 1588743484),34243('2019_09_17_143810_ME2195', 1, 1, 0, 1588743484),
28513('2019_09_19_111334_2203', 1, 1, 0, 1576851454),34244('2019_09_19_111334_2203', 1, 1, 0, 1576851454),
28514('2019_09_19_111334_ME2203', 1, 0, 0, 1576865084),34245('2019_09_19_111334_ME2203', 1, 0, 0, 1576865084),
28515('2019_09_26_150655_ME2206', 1, 1, 0, 1576865084),34246('2019_09_26_150655_ME2206', 1, 1, 0, 1576865084),
28516('2019_09_30_201735_ME2210', 1, 1, 0, 1599626412),34247('2019_09_30_201735_ME2210', 1, 1, 0, 1599626412),
28517('2019_10_02_094141_ME2233', 1, 6, 0, 1576865084),34248('2019_10_02_094141_ME2233', 1, 6, 0, 1576865084),
28518('2019_10_03_154110_ME2230', 1, 1, 0, 1576851454),34249('2019_10_03_154110_ME2230', 1, 1, 0, 1576851454),
28519('2019_10_04_160659_ME1924', 1, 1, 0, 1588743484),34250('2019_10_04_160659_ME1924', 1, 1, 0, 1588743484),
28520('2019_10_07_125302_ME2258', 1, 1, 0, 1588743484),34251('2019_10_07_125302_ME2258', 1, 1, 0, 1588743484),
28521('2019_10_07_135305_ME2208', 1, 1, 0, 1576851454),34252('2019_10_07_135305_ME2208', 1, 1, 0, 1576851454),
28522('2019_10_09_102119_ME2264', 1, 21, 0, 1619472143),34253('2019_10_09_102119_ME2264', 1, 21, 0, 1619472143),
28523('2019_10_18_163854_ME2204', 1, 7, 0, 1685381580),34254('2019_10_18_163854_ME2204', 1, 7, 0, 1685381580),
28524('2019_10_22_174639_ME2294', 1, 3, 0, 1619472143),34255('2019_10_22_174639_ME2294', 1, 3, 0, 1619472143),
28525('2019_10_25_165316_ME2294', 1, 1, 0, 1619472143),34256('2019_10_25_165316_ME2294', 1, 1, 0, 1619472143),
28526('2019_10_28_085342_ME2195', 1, 2, 0, 1588743484),34257('2019_10_28_085342_ME2195', 1, 2, 0, 1588743484),
28527('2019_11_13_120352_ME1043', 1, 3, 0, 1576865085),34258('2019_11_13_120352_ME1043', 1, 3, 0, 1576865085),
28528('2019_11_14_095736_ME2384', 1, 3, 0, 1576851454),34259('2019_11_14_095736_ME2384', 1, 3, 0, 1576851454),
28529('2019_11_15_115929_ME2366', 1, 3, 0, 1599626412),34260('2019_11_15_115929_ME2366', 1, 3, 0, 1599626412),
28530('2019_11_21_111242_ME2431', 1, 2, 0, 1588743484),34261('2019_11_21_111242_ME2431', 1, 2, 0, 1588743484),
28531('2019_11_22_152357_ME2444', 1, 0, 0, 1608242224),34262('2019_11_22_152357_ME2444', 1, 0, 0, 1608242224),
28532('2019_11_25_100538_ME2445', 1, 1, 0, 1588743484),34263('2019_11_25_100538_ME2445', 1, 1, 0, 1588743484),
28533('2019_11_29_105631_ME2487', 1, 9, 0, 1576865085),34264('2019_11_29_105631_ME2487', 1, 9, 0, 1576865085),
28534('2019_12_10_133432_ME2524', 1, 1, 0, 1576851454),34265('2019_12_10_133432_ME2524', 1, 1, 0, 1576851454),
28535('2019_12_10_134755_ME662', 1, 1, 0, 1576865085),34266('2019_12_10_134755_ME662', 1, 1, 0, 1576865085),
28536('2019_12_11_113113_ME2525', 1, 3, 0, 1576865085),34267('2019_12_11_113113_ME2525', 1, 3, 0, 1576865085),
28537('2019_12_11_132902_ME2533', 1, 1, 0, 1576865085),34268('2019_12_11_132902_ME2533', 1, 1, 0, 1576865085),
28538('2019_12_11_151649_ME2537', 1, 17, 0, 1608242224),34269('2019_12_11_151649_ME2537', 1, 17, 0, 1608242224),
28539('2019_12_16_104116_ME2424', 1, 2, 0, 1588743485),34270('2019_12_16_104116_ME2424', 1, 2, 0, 1588743485),
28540('2019_12_18_143939_ME2569', 1, 1, 0, 1576865085),34271('2019_12_18_143939_ME2569', 1, 1, 0, 1576865085),
28541('2019_12_18_151206_ME662', 1, 1, 0, 1576865085),34272('2019_12_18_151206_ME662', 1, 1, 0, 1576865085),
28542('2019_12_20_091634_ME2563', 1, 2, 0, 1576851454),34273('2019_12_20_091634_ME2563', 1, 2, 0, 1576851454),
28543('2019_12_20_092510_ME2564', 1, 2, 0, 1576865085),34274('2019_12_20_092510_ME2564', 1, 2, 0, 1576865085),
28544('2019_12_23_093846_ME2327', 1, 7, 0, 1599626412),34275('2019_12_23_093846_ME2327', 1, 7, 0, 1599626412),
28545('2020_01_06_161558_2588', 1, 2, 0, 1588743485),34276('2020_01_06_161558_2588', 1, 2, 0, 1588743485),
28546('2020_01_06_161558_ME2588', 1, 2, 0, 1599626412),34277('2020_01_06_161558_ME2588', 1, 2, 0, 1599626412),
28547('2020_01_08_115302_ME2608', 1, 1, 0, 1599626412),34278('2020_01_08_115302_ME2608', 1, 1, 0, 1599626412),
28548('2020_01_14_115651_ME2301', 1, 1, 0, 1685381580),34279('2020_01_14_115651_ME2301', 1, 1, 0, 1685381580),
28549('2020_01_15_120822_ME2623', 1, 1, 0, 1588743485),34280('2020_01_15_120822_ME2623', 1, 1, 0, 1588743485),
28550('2020_01_15_124610_ME2653', 1, 1, 0, 1599626412),34281('2020_01_15_124610_ME2653', 1, 1, 0, 1599626412),
28551('2020_01_22_114050_ME1634', 1, 1, 0, 1588743485),34282('2020_01_22_114050_ME1634', 1, 1, 0, 1588743485),
28552('2020_01_23_112327_ME2693', 1, 8, 0, 1588743485),34283('2020_01_23_112327_ME2693', 1, 8, 0, 1588743485),
28553('2020_01_23_123004_ME2160', 1, 1, 0, 1588743485),34284('2020_01_23_123004_ME2160', 1, 1, 0, 1588743485),
28554('2020_01_23_125313_ME2160', 1, 1, 0, 1588743485),34285('2020_01_23_125313_ME2160', 1, 1, 0, 1588743485),
28555('2020_01_23_135737_ME2160', 1, 1, 0, 1588743485),34286('2020_01_23_135737_ME2160', 1, 1, 0, 1588743485),
28556('2020_01_23_160439_ME2677', 1, 1, 0, 1599626412),34287('2020_01_23_160439_ME2677', 1, 1, 0, 1599626412),
28557('2020_01_29_091235_ME2965', 1, 3, 0, 1588743485),34288('2020_01_29_091235_ME2965', 1, 3, 0, 1588743485),
28558('2020_01_29_120750_ME2740', 1, 0, 0, 1588743485),34289('2020_01_29_120750_ME2740', 1, 0, 0, 1588743485),
28559('2020_01_31_141459_ME2760', 1, 1, 0, 1608242224),34290('2020_01_31_141459_ME2760', 1, 1, 0, 1608242224),
28560('2020_02_05_115704_ME2693', 1, 1, 0, 1588743485),34291('2020_02_05_115704_ME2693', 1, 1, 0, 1588743485),
28561('2020_02_07_095043_ME2750', 1, 2, 0, 1588743486),34292('2020_02_07_095043_ME2750', 1, 2, 0, 1588743486),
28562('2020_02_10_12101880_ME2807', 1, 1, 0, 1599626412),34293('2020_02_10_12101880_ME2807', 1, 1, 0, 1599626412),
28563('2020_02_11_094247_ME2795', 1, 1, 0, 1588743486),34294('2020_02_11_094247_ME2795', 1, 1, 0, 1588743486),
28564('2020_02_11_142443_ME2810', 1, 1, 0, 1588743486),34295('2020_02_11_142443_ME2810', 1, 1, 0, 1588743486),
28565('2020_02_12_124612_ME2807', 1, 3, 0, 1599626412),34296('2020_02_12_124612_ME2807', 1, 3, 0, 1599626412),
28566('2020_02_13_145834_ME1939', 1, 2, 0, 1608242224),34297('2020_02_13_145834_ME1939', 1, 2, 0, 1608242224),
28567('2020_02_18_084514_ME2789', 1, 1, 0, 1685381580),34298('2020_02_18_084514_ME2789', 1, 1, 0, 1685381580),
28568('2020_02_18_100809_ME2835', 1, 4, 0, 1599626412),34299('2020_02_18_100809_ME2835', 1, 4, 0, 1599626412),
28569('2020_02_20_104207_ME2806', 1, 2, 0, 1588743486),34300('2020_02_20_104207_ME2806', 1, 2, 0, 1588743486),
28570('2020_02_24_100000_ME2787', 1, 1, 0, 1588743486),34301('2020_02_24_100000_ME2787', 1, 1, 0, 1588743486),
28571('2020_02_25_153317_ME2755', 1, 2, 0, 1588743486),34302('2020_02_25_153317_ME2755', 1, 2, 0, 1588743486),
28572('2020_02_28_005902_ME2872', 1, 2, 0, 1588743486),34303('2020_02_28_005902_ME2872', 1, 2, 0, 1588743486),
28573('2020_03_02_114256_ME1934', 1, 1, 0, 1599626412),34304('2020_03_02_114256_ME1934', 1, 1, 0, 1599626412),
28574('2020_03_06_152120_ME2905', 1, 1, 0, 1588743486),34305('2020_03_06_152120_ME2905', 1, 1, 0, 1588743486),
28575('2020_03_06_153617_ME2905', 1, 2, 0, 1588743486),34306('2020_03_06_153617_ME2905', 1, 2, 0, 1588743486),
28576('2020_03_10_133650_ME2869', 1, 1, 0, 1588743486),34307('2020_03_10_133650_ME2869', 1, 1, 0, 1588743486),
28577('2020_03_11_121356_ME2905', 1, 1, 0, 1588743486),34308('2020_03_11_121356_ME2905', 1, 1, 0, 1588743486),
28578('2020_03_11_125127_ME2905', 1, 1, 0, 1588743486),34309('2020_03_11_125127_ME2905', 1, 1, 0, 1588743486),
28579('2020_03_11_125614_ME2905', 1, 1, 0, 1588743486),34310('2020_03_11_125614_ME2905', 1, 1, 0, 1588743486),
28580('2020_03_11_171958_ME2681', 1, 3, 0, 1599626412),34311('2020_03_11_171958_ME2681', 1, 3, 0, 1599626412),
28581('2020_03_12_143102_ME2905', 1, 1, 0, 1588743486),34312('2020_03_12_143102_ME2905', 1, 1, 0, 1588743486),
28582('2020_03_13_123438_ME2846', 1, 3, 0, 1588743486),34313('2020_03_13_123438_ME2846', 1, 3, 0, 1588743486),
28583('2020_03_15_114544_ME2884', 1, 1, 0, 1685381580),34314('2020_03_15_114544_ME2884', 1, 1, 0, 1685381580),
28584('2020_03_16_100847_ME2753', 1, 2, 0, 1588743486),34315('2020_03_16_100847_ME2753', 1, 2, 0, 1588743486),
28585('2020_03_16_115703_ME2754', 1, 2, 0, 1588743486),34316('2020_03_16_115703_ME2754', 1, 2, 0, 1588743486),
28586('2020_03_16_133556_ME2751', 1, 1, 0, 1588743486),34317('2020_03_16_133556_ME2751', 1, 1, 0, 1588743486),
28587('2020_03_18_111838_ME2956', 1, 3, 0, 1619472143),34318('2020_03_18_111838_ME2956', 1, 3, 0, 1619472143),
28588('2020_03_20_141923_ME83', 1, 1, 0, 1588743486),34319('2020_03_20_141923_ME83', 1, 1, 0, 1588743486),
28589('2020_03_20_145012_ME2983', 1, 0, 0, 1588743486),34320('2020_03_20_145012_ME2983', 1, 0, 0, 1588743486),
28590('2020_03_24_122435_ME3005', 1, 2, 0, 1599626412),34321('2020_03_24_122435_ME3005', 1, 2, 0, 1599626412),
28591('2020_03_24_125424_ME2998', 1, 2, 0, 1599626412),34322('2020_03_24_125424_ME2998', 1, 2, 0, 1599626412),
28592('2020_03_24_131156_ME2996', 1, 3, 0, 1599626412),34323('2020_03_24_131156_ME2996', 1, 3, 0, 1599626412),
28593('2020_03_24_132854_ME2997', 1, 1, 0, 1599626412),34324('2020_03_24_132854_ME2997', 1, 1, 0, 1599626412),
28594('2020_03_24_143635_ME3010', 1, 2, 0, 1599626412),34325('2020_03_24_143635_ME3010', 1, 2, 0, 1599626412),
28595('2020_03_24_223905_ME3008', 1, 1, 0, 1599626412),34326('2020_03_24_223905_ME3008', 1, 1, 0, 1599626412),
28596('2020_03_25_014350_ME2999', 1, 2, 0, 1608242224),34327('2020_03_25_014350_ME2999', 1, 2, 0, 1608242224),
28597('2020_03_25_163948_ME2905', 1, 2, 0, 1588743486),34328('2020_03_25_163948_ME2905', 1, 2, 0, 1588743486),
28598('2020_03_30_150902_ME2722', 1, 2, 0, 1588743486),34329('2020_03_30_150902_ME2722', 1, 2, 0, 1588743486),
28599('2020_03_31_154513_ME2932', 1, 1, 0, 1685381580),34330('2020_03_31_154513_ME2932', 1, 1, 0, 1685381580),
28600('2020_04_08_112344_ME2935', 1, 0, 0, 1588743486),34331('2020_04_08_112344_ME2935', 1, 0, 0, 1588743486),
28601('2020_04_09_165153_3072', 1, 3, 0, 1685381580),34332('2020_04_09_165153_3072', 1, 3, 0, 1685381580),
28602('2020_04_15_154914_ME2879', 1, 0, 0, 1588743486),34333('2020_04_15_154914_ME2879', 1, 0, 0, 1588743486),
28603('2020_04_16_094603_ME2808', 1, 3, 0, 1588743487),34334('2020_04_16_094603_ME2808', 1, 3, 0, 1588743487),
28604('2020_04_17_132853_ME33', 1, 1, 0, 1588743487),34335('2020_04_17_132853_ME33', 1, 1, 0, 1588743487),
28605('2020_04_20_162057_ME3043', 1, 2, 0, 1599626412),34336('2020_04_20_162057_ME3043', 1, 2, 0, 1599626412),
28606('2020_04_22_105106_ME3144', 1, 1, 0, 1619472143),34337('2020_04_22_105106_ME3144', 1, 1, 0, 1619472143),
28607('2020_04_22_105352_ME2936', 1, 1, 0, 1588743487),34338('2020_04_22_105352_ME2936', 1, 1, 0, 1588743487),
28608('2020_04_22_154040_ME3105', 1, 2, 0, 1685381580),34339('2020_04_22_154040_ME3105', 1, 2, 0, 1685381580),
28609('2020_04_24_143021_ME3123', 1, 0, 0, 1588743487),34340('2020_04_24_143021_ME3123', 1, 0, 0, 1588743487),
28610('2020_04_27_110501_ME3147', 1, 1, 0, 1630594155),34341('2020_04_27_110501_ME3147', 1, 1, 0, 1630594155),
28611('2020_04_27_123418_ME3176', 1, 1, 0, 1588743487),34342('2020_04_27_123418_ME3176', 1, 1, 0, 1588743487),
28612('2020_04_27_151637_ME3157', 1, 1, 0, 1599626412),34343('2020_04_27_151637_ME3157', 1, 1, 0, 1599626412),
28613('2020_04_28_135344_ME3217', 1, 1, 0, 1599626412),34344('2020_04_28_135344_ME3217', 1, 1, 0, 1599626412),
28614('2020_04_28_142024_ME3188', 1, 1, 0, 1599626412),34345('2020_04_28_142024_ME3188', 1, 1, 0, 1599626412),
28615('2020_05_04_103734_ME3214', 1, 1, 0, 1599626412),34346('2020_05_04_103734_ME3214', 1, 1, 0, 1599626412),
28616('2020_05_05_084112_ME3171', 1, 1, 0, 1608242224),34347('2020_05_05_084112_ME3171', 1, 1, 0, 1608242224),
28617('2020_05_05_104518_ME3149', 1, 7, 0, 1619472143),34348('2020_05_05_104518_ME3149', 1, 7, 0, 1619472143),
28618('2020_05_05_114043_ME3229', 1, 1, 0, 1599626412),34349('2020_05_05_114043_ME3229', 1, 1, 0, 1599626412),
28619('2020_05_05_222922_ME3067', 1, 1, 0, 1589480553),34350('2020_05_05_222922_ME3067', 1, 1, 0, 1589480553),
28620('2020_05_06_001510_ME2830', 1, 2, 0, 1588743487),34351('2020_05_06_001510_ME2830', 1, 2, 0, 1588743487),
28621('2020_05_06_004549_ME2831', 1, 2, 0, 1588743487),34352('2020_05_06_004549_ME2831', 1, 2, 0, 1588743487),
28622('2020_05_06_012156_ME2832', 1, 2, 0, 1588743487),34353('2020_05_06_012156_ME2832', 1, 2, 0, 1588743487),
28623('2020_05_06_012858_ME2833', 1, 2, 0, 1588743487),34354('2020_05_06_012858_ME2833', 1, 2, 0, 1588743487),
28624('2020_05_10_090857_ME3196', 1, 1, 0, 1599626412),34355('2020_05_10_090857_ME3196', 1, 1, 0, 1599626412),
28625('2020_05_14_175950_3233', 1, 3, 0, 1608242224),34356('2020_05_14_175950_3233', 1, 3, 0, 1608242224),
28626('2020_05_15_141824_ME3012', 1, 1, 0, 1599626412),34357('2020_05_15_141824_ME3012', 1, 1, 0, 1599626412),
28627('2020_05_17_115639_GR3021', 1, 3, 0, 1608242224),34358('2020_05_17_115639_GR3021', 1, 3, 0, 1608242224),
28628('2020_05_17_121151_GR3021', 1, 3, 0, 1608242224),34359('2020_05_17_121151_GR3021', 1, 3, 0, 1608242224),
28629('2020_05_17_123802_GR3021', 1, 9, 0, 1608242224),34360('2020_05_17_123802_GR3021', 1, 9, 0, 1608242224),
28630('2020_05_19_092108_BHSC186', 1, 3, 0, 1685381580),34361('2020_05_19_092108_BHSC186', 1, 3, 0, 1685381580),
28631('2020_05_19_144940_ME3343', 1, 1, 0, 1599626412),34362('2020_05_19_144940_ME3343', 1, 1, 0, 1599626412),
28632('2020_05_25_221139_ME3277', 1, 1, 0, 1599626412),34363('2020_05_25_221139_ME3277', 1, 1, 0, 1599626412),
28633('2020_05_26_155029_ME3233', 1, 5, 0, 1608242224),34364('2020_05_26_155029_ME3233', 1, 5, 0, 1608242224),
28634('2020_05_27_061022_ME3337', 1, 1, 0, 1599626412),34365('2020_05_27_061022_ME3337', 1, 1, 0, 1599626412),
28635('2020_05_27_182005_ME2982', 1, 2, 0, 1608242225),34366('2020_05_27_182005_ME2982', 1, 2, 0, 1608242225),
28636('2020_06_01_102113_ME813', 1, 4, 0, 1608242225),34367('2020_06_01_102113_ME813', 1, 4, 0, 1608242225),
28637('2020_06_01_142242_ME3277', 1, 1, 0, 1599626412),34368('2020_06_01_142242_ME3277', 1, 1, 0, 1599626412),
28638('2020_06_02_155513_ME3393', 1, 1, 0, 1608242225),34369('2020_06_02_155513_ME3393', 1, 1, 0, 1608242225),
28639('2020_06_14_133110_2679', 1, 1, 0, 1685381580),34370('2020_06_14_133110_2679', 1, 1, 0, 1685381580),
28640('2020_06_15_110725_545', 1, 1, 0, 1685381580),34371('2020_06_15_110725_545', 1, 1, 0, 1685381580),
28641('2020_06_15_113212_ME3446', 1, 1, 0, 1599626412),34372('2020_06_15_113212_ME3446', 1, 1, 0, 1599626412),
28642('2020_06_16_105136_ME2966', 1, 1, 0, 1599626412),34373('2020_06_16_105136_ME2966', 1, 1, 0, 1599626412),
28643('2020_06_28_152707_ME3515', 1, 1, 0, 1599626412),34374('2020_06_28_152707_ME3515', 1, 1, 0, 1599626412),
28644('2020_06_28_161304_ME3516', 1, 1, 0, 1608242225),34375('2020_06_28_161304_ME3516', 1, 1, 0, 1608242225),
28645('2020_06_28_165659_ME3518', 1, 1, 0, 1608242225),34376('2020_06_28_165659_ME3518', 1, 1, 0, 1608242225),
28646('2020_07_07_141022_ME3354', 1, 1, 0, 1599626412),34377('2020_07_07_141022_ME3354', 1, 1, 0, 1599626412),
28647('2020_07_09_145420_ME3279', 1, 1, 0, 1599626412),34378('2020_07_09_145420_ME3279', 1, 1, 0, 1599626412),
28648('2020_07_09_223705_ME3280', 1, 1, 0, 1599626412),34379('2020_07_09_223705_ME3280', 1, 1, 0, 1599626412),
28649('2020_07_14_112427_ME3273', 1, 1, 0, 1599626412),34380('2020_07_14_112427_ME3273', 1, 1, 0, 1599626412),
28650('2020_07_14_132907_ME2192', 1, 3, 0, 1619472143),34381('2020_07_14_132907_ME2192', 1, 3, 0, 1619472143),
28651('2020_07_16_103637_3591', 1, 1, 0, 1685381580),34382('2020_07_16_103637_3591', 1, 1, 0, 1685381580),
28652('2020_07_16_115544_GR3070', 1, 2, 0, 1599626412),34383('2020_07_16_115544_GR3070', 1, 2, 0, 1599626412),
28653('2020_07_17_144812_ME3537', 1, 1, 0, 1599626412),34384('2020_07_17_144812_ME3537', 1, 1, 0, 1599626412),
28654('2020_07_21_120000_ME2903', 1, 4, 0, 1599626412),34385('2020_07_21_120000_ME2903', 1, 4, 0, 1599626412),
28655('2020_07_29_145057_ME3670', 1, 2, 0, 1599626412),34386('2020_07_29_145057_ME3670', 1, 2, 0, 1599626412),
28656('2020_07_29_145057_ME3708', 1, 1, 0, 1608242225),34387('2020_07_29_145057_ME3708', 1, 1, 0, 1608242225),
28657('2020_07_29_145741_ME3270', 1, 3, 0, 1599626412),34388('2020_07_29_145741_ME3270', 1, 3, 0, 1599626412),
28658('2020_08_05_115226_ME3396', 1, 2, 0, 1608242225),34389('2020_08_05_115226_ME3396', 1, 2, 0, 1608242225),
28659('2020_08_06_023436_ME3672', 1, 1, 0, 1599626412),34390('2020_08_06_023436_ME3672', 1, 1, 0, 1599626412),
28660('2020_08_07_104245_ME3589', 1, 4, 0, 1685381580),34391('2020_08_07_104245_ME3589', 1, 4, 0, 1685381580),
28661('2020_08_07_141639_ME3589', 1, 2, 0, 1685381580),34392('2020_08_07_141639_ME3589', 1, 2, 0, 1685381580),
28662('2020_08_11_194452_ME3168', 1, 1, 0, 1630594155),34393('2020_08_11_194452_ME3168', 1, 1, 0, 1630594155),
28663('2020_08_12_110254_ME3272', 1, 2, 0, 1599626412),34394('2020_08_12_110254_ME3272', 1, 2, 0, 1599626412),
28664('2020_08_13_152936_ME3539', 1, 3, 0, 1619472143),34395('2020_08_13_152936_ME3539', 1, 3, 0, 1619472143),
28665('2020_08_13_155247_ME3589', 1, 1, 0, 1685381580),34396('2020_08_13_155247_ME3589', 1, 1, 0, 1685381580),
28666('2020_08_14_105719_ME3272', 1, 1, 0, 1599626412),34397('2020_08_14_105719_ME3272', 1, 1, 0, 1599626412),
28667('2020_08_19_183223_ME3274', 1, 2, 0, 1599626412),34398('2020_08_19_183223_ME3274', 1, 2, 0, 1599626412),
28668('2020_08_20_121529_ME3784', 1, 1, 0, 1608242225),34399('2020_08_20_121529_ME3784', 1, 1, 0, 1608242225),
28669('2020_08_21_093015_ME2903', 1, 3, 0, 1599626412),34400('2020_08_21_093015_ME2903', 1, 3, 0, 1599626412),
28670('2020_08_21_145057_ME3709', 1, 2, 0, 1608242225),34401('2020_08_21_145057_ME3709', 1, 2, 0, 1608242225),
28671('2020_08_26_160833_ME3307', 1, 2, 0, 1599626413),34402('2020_08_26_160833_ME3307', 1, 2, 0, 1599626413),
28672('2020_08_26_162506_ME3308', 1, 2, 0, 1599626413),34403('2020_08_26_162506_ME3308', 1, 2, 0, 1599626413),
28673('2020_08_26_170033_ME3309', 1, 2, 0, 1599626413),34404('2020_08_26_170033_ME3309', 1, 2, 0, 1599626413),
28674('2020_08_26_202622_ME3635', 1, 1, 0, 1685381580),34405('2020_08_26_202622_ME3635', 1, 1, 0, 1685381580),
28675('2020_08_27_091826_ME3639', 1, 8, 0, 1685381580),34406('2020_08_27_091826_ME3639', 1, 8, 0, 1685381580),
28676('2020_08_28_133908_ME3118', 1, 1, 0, 1619472143),34407('2020_08_28_133908_ME3118', 1, 1, 0, 1619472143),
28677('2020_09_01_095528_ME3850', 1, 1, 0, 1599626413),34408('2020_09_01_095528_ME3850', 1, 1, 0, 1599626413),
28678('2020_09_01_131255_ME3855', 1, 2, 0, 1599626413),34409('2020_09_01_131255_ME3855', 1, 2, 0, 1599626413),
28679('2020_09_01_145758_ME3635', 1, 1, 0, 1685381580),34410('2020_09_01_145758_ME3635', 1, 1, 0, 1685381580),
28680('2020_09_04_124003_ME3885', 1, 0, 0, 1599626413),34411('2020_09_04_124003_ME3885', 1, 0, 0, 1599626413),
28681('2020_09_04_150059_ME3876', 1, 2, 0, 1599626413),34412('2020_09_04_150059_ME3876', 1, 2, 0, 1599626413),
28682('2020_09_09_003807_ME3310', 1, 2, 0, 1599626413),34413('2020_09_09_003807_ME3310', 1, 2, 0, 1599626413),
28683('2020_09_09_164052_ME3643', 1, 1, 0, 1608242225),34414('2020_09_09_164052_ME3643', 1, 1, 0, 1608242225),
28684('2020_09_09_164455_ME3904', 1, 1, 0, 1608242225),34415('2020_09_09_164455_ME3904', 1, 1, 0, 1608242225),
28685('2020_09_10_105210_ME3335', 1, 1, 0, 1608242225),34416('2020_09_10_105210_ME3335', 1, 1, 0, 1608242225),
28686('2020_09_16_125440_ME3906', 1, 1, 0, 1619472143),34417('2020_09_16_125440_ME3906', 1, 1, 0, 1619472143),
28687('2020_09_22_145057_ME3965', 1, 2, 0, 1685381580),34418('2020_09_22_145057_ME3965', 1, 2, 0, 1685381580),
28688('2020_09_24_100347_ME3993', 1, 1, 0, 1608242225),34419('2020_09_24_100347_ME3993', 1, 1, 0, 1608242225),
28689('2020_09_24_152148_ME3962', 1, 2, 0, 1619472143),34420('2020_09_24_152148_ME3962', 1, 2, 0, 1619472143),
28690('2020_09_24_160097_ME3985', 1, 1, 0, 1608242225),34421('2020_09_24_160097_ME3985', 1, 1, 0, 1608242225),
28691('2020_09_28_003807_ME2398', 1, 2, 0, 1619472144),34422('2020_09_28_003807_ME2398', 1, 2, 0, 1619472144),
28692('2020_09_30_224329_GR2936', 1, 1, 0, 1619472144),34423('2020_09_30_224329_GR2936', 1, 1, 0, 1619472144),
28693('2020_10_01_122503_ME3494', 1, 1, 0, 1608242225),34424('2020_10_01_122503_ME3494', 1, 1, 0, 1608242225),
28694('2020_10_02_133859_ME4017', 1, 1, 0, 1608242225),34425('2020_10_02_133859_ME4017', 1, 1, 0, 1608242225),
28695('2020_10_02_145523_ME3494', 1, 1, 0, 1608242225),34426('2020_10_02_145523_ME3494', 1, 1, 0, 1608242225),
28696('2020_10_08_141953_ME4067', 1, 9, 0, 1685381580),34427('2020_10_08_141953_ME4067', 1, 9, 0, 1685381580),
28697('2020_10_28_133358_ME813', 1, 0, 0, 1608242225),34428('2020_10_28_133358_ME813', 1, 0, 0, 1608242225),
28698('2020_11_03_152637_ME2793', 1, 1, 0, 1608242225),34429('2020_11_03_152637_ME2793', 1, 1, 0, 1608242225),
28699('2020_11_10_131228_ME717', 1, 1, 0, 1608242225),34430('2020_11_10_131228_ME717', 1, 1, 0, 1608242225),
28700('2020_11_10_152314_ME4191', 1, 1, 0, 1608242225),34431('2020_11_10_152314_ME4191', 1, 1, 0, 1608242225),
28701('2020_11_11_000358_ME3878', 1, 1, 0, 1608242225),34432('2020_11_11_000358_ME3878', 1, 1, 0, 1608242225),
28702('2020_11_12_141914_ME4064', 1, 1, 0, 1608242225),34433('2020_11_12_141914_ME4064', 1, 1, 0, 1608242225),
28703('2020_11_16_115055_ME4206', 1, 1, 0, 1685381580),34434('2020_11_16_115055_ME4206', 1, 1, 0, 1685381580),
28704('2020_11_17_140222_ME4083', 1, 2, 0, 1608242225),34435('2020_11_17_140222_ME4083', 1, 2, 0, 1608242225),
28705('2020_11_17_172957_ME4194', 1, 1, 0, 1619472144),34436('2020_11_17_172957_ME4194', 1, 1, 0, 1619472144),
28706('2020_11_18_000000_ME2170', 1, 13, 0, 1619472144),34437('2020_11_18_000000_ME2170', 1, 13, 0, 1619472144),
28707('2020_11_20_144652_ME4194', 1, 1, 0, 1619472144),34438('2020_11_20_144652_ME4194', 1, 1, 0, 1619472144),
28708('2020_11_27_123915_ME4005', 1, 0, 0, 1608242225),34439('2020_11_27_123915_ME4005', 1, 0, 0, 1608242225),
28709('2020_12_01_114052_ME4264', 1, 1, 0, 1619472144),34440('2020_12_01_114052_ME4264', 1, 1, 0, 1619472144),
28710('2020_12_09_140844_ME4224', 1, 2, 0, 1630594155),34441('2020_12_09_140844_ME4224', 1, 2, 0, 1630594155),
28711('2020_12_10_143812_ME4298', 1, 1, 0, 1619472144),34442('2020_12_10_143812_ME4298', 1, 1, 0, 1619472144),
28712('2020_12_14_114637_ME4308', 1, 1, 0, 1685381580),34443('2020_12_14_114637_ME4308', 1, 1, 0, 1685381580),
28713('2020_12_17_115713_ME4237', 1, 1, 0, 1685381580),34444('2020_12_17_115713_ME4237', 1, 1, 0, 1685381580),
28714('2020_12_17_122238_ME3924', 1, 2, 0, 1608242225),34445('2020_12_17_122238_ME3924', 1, 2, 0, 1608242225),
28715('2020_12_17_125339_ME3925', 1, 2, 0, 1608242225),34446('2020_12_17_125339_ME3925', 1, 2, 0, 1608242225),
28716('2020_12_17_150506_ME3926', 1, 2, 0, 1608242225),34447('2020_12_17_150506_ME3926', 1, 2, 0, 1608242225),
28717('2020_12_17_151637_ME3927', 1, 2, 0, 1608242225),34448('2020_12_17_151637_ME3927', 1, 2, 0, 1608242225),
28718('2021_01_02_222112_ME4014', 1, 1, 0, 1619472144),34449('2021_01_02_222112_ME4014', 1, 1, 0, 1619472144),
28719('2021_01_06_014526_ME4014', 1, 0, 0, 1619472144),34450('2021_01_06_014526_ME4014', 1, 0, 0, 1619472144),
28720('2021_01_06_161413_ME4337', 1, 0, 0, 1630594155),34451('2021_01_06_161413_ME4337', 1, 0, 0, 1630594155),
28721('2021_01_10_235622_ME4015', 1, 1, 0, 1619472144),34452('2021_01_10_235622_ME4015', 1, 1, 0, 1619472144),
28722('2021_01_14_014718_ME4015', 1, 1, 0, 1619472144),34453('2021_01_14_014718_ME4015', 1, 1, 0, 1619472144),
28723('2021_01_19_134758_ME4543', 1, 1, 0, 1619472144),34454('2021_01_19_134758_ME4543', 1, 1, 0, 1619472144),
28724('2021_01_22_102708_ME4419', 1, 3, 0, 1685381580),34455('2021_01_22_102708_ME4419', 1, 3, 0, 1685381580),
28725('2021_01_24_153046_ME4559', 1, 1, 0, 1619472144),34456('2021_01_24_153046_ME4559', 1, 1, 0, 1619472144),
28726('2021_02_02_144038_ME3286', 1, 1, 0, 1685381580),34457('2021_02_02_144038_ME3286', 1, 1, 0, 1685381580),
28727('2021_02_03_145343_ME2170', 1, 1, 0, 1619472144),34458('2021_02_03_145343_ME2170', 1, 1, 0, 1619472144),
28728('2021_02_04_022428_ME3733', 1, 1, 0, 1685381580),34459('2021_02_04_022428_ME3733', 1, 1, 0, 1685381580),
28729('2021_02_04_065449_ME4060', 1, 4, 0, 1630594155),34460('2021_02_04_065449_ME4060', 1, 4, 0, 1630594155),
28730('2021_02_04_162856_ME3428', 1, 1, 0, 1619472144),34461('2021_02_04_162856_ME3428', 1, 1, 0, 1619472144),
28731('2021_02_05_151028_ME4609', 1, 1, 0, 1685381580),34462('2021_02_05_151028_ME4609', 1, 1, 0, 1685381580),
28732('2021_02_08_120000_ME4628', 1, 12, 0, 1619472144),34463('2021_02_08_120000_ME4628', 1, 12, 0, 1619472144),
28733('2021_02_10_121802_ME3661', 1, 1, 0, 1685381580),34464('2021_02_10_121802_ME3661', 1, 1, 0, 1685381580),
28734('2021_02_16_091122_ME4200', 1, 1, 0, 1619472144),34465('2021_02_16_091122_ME4200', 1, 1, 0, 1619472144),
28735('2021_02_17_100717_ME4224', 1, 5, 0, 1630594155),34466('2021_02_17_100717_ME4224', 1, 5, 0, 1630594155),
28736('2021_02_17_110559_ME3682', 1, 1, 0, 1619472144),34467('2021_02_17_110559_ME3682', 1, 1, 0, 1619472144),
28737('2021_02_18_151534_ME4067', 1, 1, 0, 1685381580),34468('2021_02_18_151534_ME4067', 1, 1, 0, 1685381580),
28738('2021_02_19_221251_ME3902', 1, 1, 0, 1685381580),34469('2021_02_19_221251_ME3902', 1, 1, 0, 1685381580),
28739('2021_02_24_032814_ME4391', 1, 1, 0, 1685381580),34470('2021_02_24_032814_ME4391', 1, 1, 0, 1685381580),
28740('2021_02_26_111048_ME4240', 1, 12, 0, 1685381580),34471('2021_02_26_111048_ME4240', 1, 12, 0, 1685381580),
28741('2021_03_10_152815_ME4779', 1, 1, 0, 1619472145),34472('2021_03_10_152815_ME4779', 1, 1, 0, 1619472145),
28742('2021_03_11_134738_ME4777', 1, 1, 0, 1619472145),34473('2021_03_11_134738_ME4777', 1, 1, 0, 1619472145),
28743('2021_03_12_095440_ME4298', 1, 1, 0, 1619472145),34474('2021_03_12_095440_ME4298', 1, 1, 0, 1619472145),
28744('2021_03_12_130220_ME4778', 1, 3, 0, 1619472145),34475('2021_03_12_130220_ME4778', 1, 3, 0, 1619472145),
28745('2021_03_15_142119_ME4779', 1, 0, 0, 1619472145),34476('2021_03_15_142119_ME4779', 1, 0, 0, 1619472145),
28746('2021_03_15_142138_ME4298', 1, 2, 0, 1619472145),34477('2021_03_15_142138_ME4298', 1, 2, 0, 1619472145),
28747('2021_03_22_114500_ME4125', 1, 1, 0, 1619472145),34478('2021_03_22_114500_ME4125', 1, 1, 0, 1619472145),
28748('2021_03_24_103002_ME4722', 1, 1, 0, 1685381580),34479('2021_03_24_103002_ME4722', 1, 1, 0, 1685381580),
28749('2021_03_25_140159_uCalMigrate', 1, 1, 0, 1685381580),34480('2021_03_25_140159_uCalMigrate', 1, 1, 0, 1685381580),
28750('2021_03_26_094506_ME4821', 1, 1, 0, 1619472145),34481('2021_03_26_094506_ME4821', 1, 1, 0, 1619472145),
28751('2021_03_31_082628_ME3048', 1, 107, 0, 1685381581),34482('2021_03_31_082628_ME3048', 1, 107, 0, 1685381581),
28752('2021_04_08_111457_ME3089', 1, 4, 0, 1619472145),34483('2021_04_08_111457_ME3089', 1, 4, 0, 1619472145),
28753('2021_04_09_112657_ME4885', 1, 8, 0, 1630594155),34484('2021_04_09_112657_ME4885', 1, 8, 0, 1630594155),
28754('2021_04_09_152144_ME4902', 1, 1, 0, 1685381581),34485('2021_04_09_152144_ME4902', 1, 1, 0, 1685381581),
28755('2021_04_13_161219_uCalMigrate', 1, 1, 0, 1685381581),34486('2021_04_13_161219_uCalMigrate', 1, 1, 0, 1685381581),
28756('2021_04_14_093522_ME4926', 1, 1, 0, 1685381581),34487('2021_04_14_093522_ME4926', 1, 1, 0, 1685381581),
28757('2021_04_15_100001_ME2679', 1, 34, 0, 1685381581),34488('2021_04_15_100001_ME2679', 1, 34, 0, 1685381581),
28758('2021_04_15_100002_ME2679', 1, 9, 0, 1685381581),34489('2021_04_15_100002_ME2679', 1, 9, 0, 1685381581),
28759('2021_04_15_100003_ME2679', 1, 1, 0, 1685381581),34490('2021_04_15_100003_ME2679', 1, 1, 0, 1685381581),
28760('2021_04_15_100004_ME2679', 1, 2, 0, 1685381581),34491('2021_04_15_100004_ME2679', 1, 2, 0, 1685381581),
28761('2021_04_15_100005_ME2679', 1, 10, 0, 1685381581),34492('2021_04_15_100005_ME2679', 1, 10, 0, 1685381581),
28762('2021_04_15_143922_ME4557', 1, 1, 0, 1619472145),34493('2021_04_15_143922_ME4557', 1, 1, 0, 1619472145),
28763('2021_04_20_110638_ME4858', 1, 1, 0, 1619472145),34494('2021_04_20_110638_ME4858', 1, 1, 0, 1619472145),
28764('2021_04_20_112319_ME4824', 1, 1, 0, 1619472145),34495('2021_04_20_112319_ME4824', 1, 1, 0, 1619472145),
28765('2021_04_26_124205_ME4963', 1, 2, 0, 1619472145),34496('2021_04_26_124205_ME4963', 1, 2, 0, 1619472145),
28766('2021_04_26_131459_ME4964', 1, 2, 0, 1619472145),34497('2021_04_26_131459_ME4964', 1, 2, 0, 1619472145),
28767('2021_04_26_143256_ME4965', 1, 2, 0, 1619472145),34498('2021_04_26_143256_ME4965', 1, 2, 0, 1619472145),
28768('2021_04_26_152811_ME4966', 1, 2, 0, 1619472145),34499('2021_04_26_152811_ME4966', 1, 2, 0, 1619472145),
28769('2021_04_29_170515_ME2679', 1, 0, 0, 1685381581),34500('2021_04_29_170515_ME2679', 1, 0, 0, 1685381581),
28770('2021_04_30_162037_ME2679', 1, 1, 0, 1685381581),34501('2021_04_30_162037_ME2679', 1, 1, 0, 1685381581),
28771('2021_05_11_145453_ME5043', 1, 1, 0, 1630594155),34502('2021_05_11_145453_ME5043', 1, 1, 0, 1630594155),
28772('2021_05_11_145601_ME4894', 1, 1, 0, 1685381581),34503('2021_05_11_145601_ME4894', 1, 1, 0, 1685381581),
28773('2021_05_11_153244_ME5072', 1, 1, 0, 1630594155),34504('2021_05_11_153244_ME5072', 1, 1, 0, 1630594155),
28774('2021_05_17_141422_ME2679', 1, 1, 0, 1685381581),34505('2021_05_17_141422_ME2679', 1, 1, 0, 1685381581),
28775('2021_05_18_153911_ME2679', 1, 0, 0, 1685381581),34506('2021_05_18_153911_ME2679', 1, 0, 0, 1685381581),
28776('2021_05_31_152031_ME5058', 1, 1, 0, 1630594155),34507('2021_05_31_152031_ME5058', 1, 1, 0, 1630594155),
28777('2021_05_31_155158_ME5105', 1, 1, 0, 1630594155),34508('2021_05_31_155158_ME5105', 1, 1, 0, 1630594155),
28778('2021_05_31_221452_ME2679', 1, 5, 0, 1685381581),34509('2021_05_31_221452_ME2679', 1, 5, 0, 1685381581),
28779('2021_06_02_084355_ME3048', 1, 22, 0, 1685381581),34510('2021_06_02_084355_ME3048', 1, 22, 0, 1685381581),
28780('2021_06_02_174148_ME2679', 1, 1, 0, 1685381581),34511('2021_06_02_174148_ME2679', 1, 1, 0, 1685381581),
28781('2021_06_04_013435_ME5014', 1, 1, 0, 1630594155),34512('2021_06_04_013435_ME5014', 1, 1, 0, 1630594155),
28782('2021_06_04_120747_ME5043', 1, 1, 0, 1630594155),34513('2021_06_04_120747_ME5043', 1, 1, 0, 1630594155),
28783('2021_06_07_072317_ME5039', 1, 1, 0, 1685381581),34514('2021_06_07_072317_ME5039', 1, 1, 0, 1685381581),
28784('2021_06_07_113407_ME5128', 1, 0, 0, 1630594155),34515('2021_06_07_113407_ME5128', 1, 0, 0, 1630594155),
28785('2021_06_07_133525_ME5043', 1, 2, 0, 1630594155),34516('2021_06_07_133525_ME5043', 1, 2, 0, 1630594155),
28786('2021_06_10_105124_ME2679', 1, 2, 0, 1685381581),34517('2021_06_10_105124_ME2679', 1, 2, 0, 1685381581),
28787('2021_06_10_161304_ME5136', 1, 1, 0, 1685381581),34518('2021_06_10_161304_ME5136', 1, 1, 0, 1685381581),
28788('2021_06_14_111120_ME5044', 1, 1, 0, 1630594155),34519('2021_06_14_111120_ME5044', 1, 1, 0, 1630594155),
28789('2021_06_14_140047_ME5044', 1, 1, 0, 1630594155),34520('2021_06_14_140047_ME5044', 1, 1, 0, 1630594155),
28790('2021_06_14_152609_ME5044', 1, 1, 0, 1630594155),34521('2021_06_14_152609_ME5044', 1, 1, 0, 1630594155),
28791('2021_06_15_184700_ME5044', 1, 1, 0, 1630594155),34522('2021_06_15_184700_ME5044', 1, 1, 0, 1630594155),
28792('2021_06_16_083815_ME5155', 1, 1, 0, 1630594155),34523('2021_06_16_083815_ME5155', 1, 1, 0, 1630594155),
28793('2021_06_16_100634_ME5182', 1, 1, 0, 1685381581),34524('2021_06_16_100634_ME5182', 1, 1, 0, 1685381581),
28794('2021_06_17_133126_ME2679', 1, 1, 0, 1685381581),34525('2021_06_17_133126_ME2679', 1, 1, 0, 1685381581),
28795('2021_06_21_103033_ME5044', 1, 1, 0, 1630594155),34526('2021_06_21_103033_ME5044', 1, 1, 0, 1630594155),
28796('2021_06_22_101238_uCalMigrate', 1, 1, 0, 1685381581),34527('2021_06_22_101238_uCalMigrate', 1, 1, 0, 1685381581),
28797('2021_06_23_220834_ME5014', 1, 1, 0, 1630594155),34528('2021_06_23_220834_ME5014', 1, 1, 0, 1630594155),
28798('2021_06_23_220947_ME5014', 1, 1, 0, 1630594155),34529('2021_06_23_220947_ME5014', 1, 1, 0, 1630594155),
28799('2021_06_23_220952_ME5014', 1, 1, 0, 1630594155),34530('2021_06_23_220952_ME5014', 1, 1, 0, 1630594155),
28800('2021_06_24_153556_ME4623', 1, 1, 0, 1630594155),34531('2021_06_24_153556_ME4623', 1, 1, 0, 1630594155),
28801('2021_06_24_153847_ME4623', 1, 1, 0, 1630594155),34532('2021_06_24_153847_ME4623', 1, 1, 0, 1630594155),
28802('2021_06_24_162801_ME4626', 1, 1, 0, 1630594155),34533('2021_06_24_162801_ME4626', 1, 1, 0, 1630594155),
28803('2021_07_06_221209_ME5014', 1, 2, 0, 1630594155),34534('2021_07_06_221209_ME5014', 1, 2, 0, 1630594155),
28804('2021_07_19_005213_ME5014', 1, 1, 0, 1630594155),34535('2021_07_19_005213_ME5014', 1, 1, 0, 1630594155),
28805('2021_07_19_101226_ME2679', 1, 1, 0, 1685381581),34536('2021_07_19_101226_ME2679', 1, 1, 0, 1685381581),
28806('2021_07_26_205158_ME5156', 1, 1, 0, 1685381581),34537('2021_07_26_205158_ME5156', 1, 1, 0, 1685381581),
28807('2021_07_28_101808_ME5213', 1, 1, 0, 1630594155),34538('2021_07_28_101808_ME5213', 1, 1, 0, 1630594155),
28808('2021_07_28_113407_ME5295', 1, 7, 0, 1630594155),34539('2021_07_28_113407_ME5295', 1, 7, 0, 1630594155),
28809('2021_08_13_065754_ME5351', 1, 116, 0, 1630594155),34540('2021_08_13_065754_ME5351', 1, 116, 0, 1630594155),
28810('2021_08_30_124210_ME5374', 1, 2, 0, 1630594155),34541('2021_08_30_124210_ME5374', 1, 2, 0, 1630594155),
28811('2021_08_30_124443_ME5375', 1, 2, 0, 1630594155),34542('2021_08_30_124443_ME5375', 1, 2, 0, 1630594155),
28812('2021_08_30_124745_ME5376', 1, 2, 0, 1630594155),34543('2021_08_30_124745_ME5376', 1, 2, 0, 1630594155),
28813('2021_08_30_125040_ME5377', 1, 2, 0, 1630594155),34544('2021_08_30_125040_ME5377', 1, 2, 0, 1630594155),
28814('2021_09_01_234824_ME5442', 1, 1, 0, 1685381581),34545('2021_09_01_234824_ME5442', 1, 1, 0, 1685381581),
28815('2021_09_15_135328_ME5469', 1, 1, 0, 1685381581),34546('2021_09_15_135328_ME5469', 1, 1, 0, 1685381581),
28816('2021_09_15_145935_ME5469', 1, 1, 0, 1685381581),34547('2021_09_15_145935_ME5469', 1, 1, 0, 1685381581),
28817('2021_09_17_134255_ME5595', 1, 2, 0, 1685381581),34548('2021_09_17_134255_ME5595', 1, 2, 0, 1685381581),
28818('2021_09_20_101648_ME4934', 1, 1, 0, 1685381581),34549('2021_09_20_101648_ME4934', 1, 1, 0, 1685381581),
28819('2021_09_23_140523_ME5597', 1, 1, 0, 1685381581),34550('2021_09_23_140523_ME5597', 1, 1, 0, 1685381581),
28820('2021_09_30_110328_ME5640', 1, 1, 0, 1685381581),34551('2021_09_30_110328_ME5640', 1, 1, 0, 1685381581),
28821('2021_10_01_095157_ME5388', 1, 6, 0, 1685381581),34552('2021_10_01_095157_ME5388', 1, 6, 0, 1685381581),
28822('2021_10_12_135838_ME2098', 1, 1, 0, 1685381581),34553('2021_10_12_135838_ME2098', 1, 1, 0, 1685381581),
28823('2021_10_14_954628_ME5651', 1, 1, 0, 1685381581),34554('2021_10_14_954628_ME5651', 1, 1, 0, 1685381581),
28824('2021_10_22_112818_ME5808', 1, 27, 0, 1685381581),34555('2021_10_22_112818_ME5808', 1, 27, 0, 1685381581),
28825('2021_10_22_143241_ME5492', 1, 1, 0, 1685381581),34556('2021_10_22_143241_ME5492', 1, 1, 0, 1685381581),
28826('2021_10_22_587432_ME5718', 1, 2, 0, 1685381581),34557('2021_10_22_587432_ME5718', 1, 2, 0, 1685381581),
28827('2021_10_28_134143_ME5492', 1, 1, 0, 1685381581),34558('2021_10_28_134143_ME5492', 1, 1, 0, 1685381581),
28828('2021_10_28_170131_ME5492', 1, 2, 0, 1685381581),34559('2021_10_28_170131_ME5492', 1, 2, 0, 1685381581),
28829('2021_10_29_145354_ME5836', 1, 0, 0, 1685381581),34560('2021_10_29_145354_ME5836', 1, 0, 0, 1685381581),
28830('2021_11_03_094840_ME4617', 1, 4, 0, 1685381581),34561('2021_11_03_094840_ME4617', 1, 4, 0, 1685381581),
28831('2021_11_08_144033_ME5864', 1, 0, 0, 1685381581),34562('2021_11_08_144033_ME5864', 1, 0, 0, 1685381581),
28832('2021_11_10_092504_ME5875', 1, 1, 0, 1685381581),34563('2021_11_10_092504_ME5875', 1, 1, 0, 1685381581),
28833('2021_11_12_143440_ME5726', 1, 4, 0, 1685381581),34564('2021_11_12_143440_ME5726', 1, 4, 0, 1685381581),
28834('2021_11_23_182903_OPS245', 1, 1, 0, 1685381581),34565('2021_11_23_182903_OPS245', 1, 1, 0, 1685381581),
28835('2021_12_09_110031_OPS475', 1, 1, 0, 1685381581),34566('2021_12_09_110031_OPS475', 1, 1, 0, 1685381581),
28836('2021_12_10_141906_ME5973', 1, 34, 0, 1685381581),34567('2021_12_10_141906_ME5973', 1, 34, 0, 1685381581),
28837('2021_12_10_161914_OPS486', 1, 1, 0, 1685381581),34568('2021_12_10_161914_OPS486', 1, 1, 0, 1685381581),
28838('2021_12_21_111242_ME5958', 1, 1, 0, 1685381581),34569('2021_12_21_111242_ME5958', 1, 1, 0, 1685381581),
28839('2022_01_20_163006_OPS683', 1, 0, 0, 1685381581),34570('2022_01_20_163006_OPS683', 1, 0, 0, 1685381581),
28840('2022_01_21_128847_OPS680', 1, 1, 0, 1685381581),34571('2022_01_21_128847_OPS680', 1, 1, 0, 1685381581),
28841('2022_02_01_214346_OPS727', 1, 0, 0, 1685381581),34572('2022_02_01_214346_OPS727', 1, 0, 0, 1685381581),
28842('2022_02_07_163939_ME3589', 1, 2, 0, 1685381581),34573('2022_02_07_163939_ME3589', 1, 2, 0, 1685381581),
28843('2022_02_09_143202_ME5818', 1, 1, 0, 1685381581),34574('2022_02_09_143202_ME5818', 1, 1, 0, 1685381581),
28844('2022_02_11_112324_ME6026', 1, 1, 0, 1685381581),34575('2022_02_11_112324_ME6026', 1, 1, 0, 1685381581),
28845('2022_02_14_145016_ME6023', 1, 2, 0, 1685381581),34576('2022_02_14_145016_ME6023', 1, 2, 0, 1685381581),
28846('2022_02_15_142738_ME6217', 1, 1, 0, 1685381581),34577('2022_02_15_142738_ME6217', 1, 1, 0, 1685381581),
28847('2022_02_16_122325_ME6215', 1, 1, 0, 1685381581),34578('2022_02_16_122325_ME6215', 1, 1, 0, 1685381581),
28848('2022_02_22_110002_ME5817', 1, 1, 0, 1685381581),34579('2022_02_22_110002_ME5817', 1, 1, 0, 1685381581),
28849('2022_02_22_160616_ME6218', 1, 1, 0, 1685381581),34580('2022_02_22_160616_ME6218', 1, 1, 0, 1685381581),
28850('2022_02_28_115007_ME5981', 1, 1, 0, 1685381581),34581('2022_02_28_115007_ME5981', 1, 1, 0, 1685381581),
28851('2022_02_28_463856_OPS893', 1, 1, 0, 1685381581),34582('2022_02_28_463856_OPS893', 1, 1, 0, 1685381581),
28852('2022_03_03_125901_ME5830', 1, 1, 0, 1685381581),34583('2022_03_03_125901_ME5830', 1, 1, 0, 1685381581),
28853('2022_03_06_115762_ME6577', 1, 53, 0, 1685381581),34584('2022_03_06_115762_ME6577', 1, 53, 0, 1685381581),
28854('2022_03_07_123949_ME6313', 1, 2, 0, 1685381581),34585('2022_03_07_123949_ME6313', 1, 2, 0, 1685381581),
28855('2022_03_08_113209_ME6339', 1, 5, 0, 1685381581),34586('2022_03_08_113209_ME6339', 1, 5, 0, 1685381581),
28856('2022_03_09_142219_ME6609', 1, 2, 0, 1685381581),34587('2022_03_09_142219_ME6609', 1, 2, 0, 1685381581),
28857('2022_03_09_154433_ME6610', 1, 2, 0, 1685381581),34588('2022_03_09_154433_ME6610', 1, 2, 0, 1685381581),
28858('2022_03_10_101716_ME6616', 1, 2, 0, 1685381581),34589('2022_03_10_101716_ME6616', 1, 2, 0, 1685381581),
28859('2022_03_14_144926_ME5830', 1, 1, 0, 1685381581),34590('2022_03_14_144926_ME5830', 1, 1, 0, 1685381581),
28860('2022_03_15_163475_OPS1026', 1, 1, 0, 1685381581),34591('2022_03_15_163475_OPS1026', 1, 1, 0, 1685381581),
28861('2022_03_24_141419_ME6784', 1, 1, 0, 1685381581),34592('2022_03_24_141419_ME6784', 1, 1, 0, 1685381581),
28862('2022_03_30_155050_ME6557', 1, 1, 0, 1685381581),34593('2022_03_30_155050_ME6557', 1, 1, 0, 1685381581),
28863('2022_03_31_094029_ME6528', 1, 1, 0, 1685381581),34594('2022_03_31_094029_ME6528', 1, 1, 0, 1685381581),
28864('2022_04_04_143542_OPS566', 1, 9, 0, 1685381581),34595('2022_04_04_143542_OPS566', 1, 9, 0, 1685381581),
28865('2022_04_05_174946_ME6762', 1, 1, 0, 1685381581),34596('2022_04_05_174946_ME6762', 1, 1, 0, 1685381581),
28866('2022_04_07_204708_OPS1051', 1, 1, 0, 1685381581),34597('2022_04_07_204708_OPS1051', 1, 1, 0, 1685381581),
28867('2022_04_13_105939_ME6991', 1, 2, 0, 1685381581),34598('2022_04_13_105939_ME6991', 1, 2, 0, 1685381581),
28868('2022_04_13_210900_ME7003', 1, 4, 0, 1685381581),34599('2022_04_13_210900_ME7003', 1, 4, 0, 1685381581),
28869('2022_04_19_142556_ME6762', 1, 1, 0, 1685381581),34600('2022_04_19_142556_ME6762', 1, 1, 0, 1685381581),
28870('2022_04_22_145303_OPS1148', 1, 3, 0, 1685381581),34601('2022_04_22_145303_OPS1148', 1, 3, 0, 1685381581),
28871('2022_04_27_104201_OPS1219', 1, 0, 0, 1685381581),34602('2022_04_27_104201_OPS1219', 1, 0, 0, 1685381581),
28872('2022_05_06_145137_ME5492', 1, 1, 0, 1685381581),34603('2022_05_06_145137_ME5492', 1, 1, 0, 1685381581),
28873('2022_05_11_105440_ME6822', 1, 1, 0, 1685381581),34604('2022_05_11_105440_ME6822', 1, 1, 0, 1685381581),
28874('2022_05_13_104122_ME7164', 1, 3, 0, 1685381581),34605('2022_05_13_104122_ME7164', 1, 3, 0, 1685381581),
28875('2022_05_24_119302_OPS1373', 1, 9, 0, 1685381581),34606('2022_05_24_119302_OPS1373', 1, 9, 0, 1685381581),
28876('2022_05_24_143119_ME7171', 1, 8, 0, 1685381581),34607('2022_05_24_143119_ME7171', 1, 8, 0, 1685381581),
28877('2022_06_03_112712_ME6577', 1, 8, 0, 1685381581),34608('2022_06_03_112712_ME6577', 1, 8, 0, 1685381581),
28878('2022_06_08_120405_ME7367', 1, 3, 0, 1685381581),34609('2022_06_08_120405_ME7367', 1, 3, 0, 1685381581),
28879('2022_06_08_122211_ME6577', 1, 0, 0, 1685381581),34610('2022_06_08_122211_ME6577', 1, 0, 0, 1685381581),
28880('2022_06_09_134213_ME6577', 1, 2, 0, 1685381581),34611('2022_06_09_134213_ME6577', 1, 2, 0, 1685381581),
28881('2022_06_09_135432_ME6577', 1, 0, 0, 1685381581),34612('2022_06_09_135432_ME6577', 1, 0, 0, 1685381581),
28882('2022_06_20_131311_ME6577', 1, 8, 0, 1685381581),34613('2022_06_20_131311_ME6577', 1, 8, 0, 1685381581),
28883('2022_06_20_131312_ME6577', 1, 8, 0, 1685381581),34614('2022_06_20_131312_ME6577', 1, 8, 0, 1685381581),
28884('2022_06_20_144747_OPS1548', 1, 1, 0, 1685381581),34615('2022_06_20_144747_OPS1548', 1, 1, 0, 1685381581),
28885('2022_06_21_112312_ME6577', 1, 5, 0, 1685381581),34616('2022_06_21_112312_ME6577', 1, 5, 0, 1685381581),
28886('2022_06_23_095520_OPS1525', 1, 8, 0, 1685381581),34617('2022_06_23_095520_OPS1525', 1, 8, 0, 1685381581),
28887('2022_06_28_114222_ME6577', 1, 0, 0, 1685381582),34618('2022_06_28_114222_ME6577', 1, 0, 0, 1685381582),
28888('2022_06_29_113212_ME6577', 1, 0, 0, 1685381582),34619('2022_06_29_113212_ME6577', 1, 0, 0, 1685381582),
28889('2022_07_06_123550_OPS1223', 1, 1, 0, 1685381582),34620('2022_07_06_123550_OPS1223', 1, 1, 0, 1685381582),
28890('2022_07_13_162817_OPS1870', 1, 1, 0, 1685381582);34621('2022_07_13_162817_OPS1870', 1, 1, 0, 1685381582);
28891INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES34622INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES
28892('2022_07_14_112452_OPS1770', 1, 1, 0, 1685381582),34623('2022_07_14_112452_OPS1770', 1, 1, 0, 1685381582),
28893('2022_07_14_124614_OPS1878', 1, 7, 0, 1685381582),34624('2022_07_14_124614_OPS1878', 1, 7, 0, 1685381582),
28894('2022_07_18_094633_OPS1870', 1, 1, 0, 1685381582),34625('2022_07_18_094633_OPS1870', 1, 1, 0, 1685381582),
28895('2022_07_18_164614_OPS1870', 1, 1, 0, 1685381582),34626('2022_07_18_164614_OPS1870', 1, 1, 0, 1685381582),
28896('2022_07_19_114454_OPS1844', 1, 7, 0, 1685381582),34627('2022_07_19_114454_OPS1844', 1, 7, 0, 1685381582),
28897('2022_07_21_125318_OPS1788', 1, 1, 0, 1685381582),34628('2022_07_21_125318_OPS1788', 1, 1, 0, 1685381582),
28898('2022_07_21_165245_OPS1725', 1, 1, 0, 1685381582),34629('2022_07_21_165245_OPS1725', 1, 1, 0, 1685381582),
28899('2022_07_28_143717_OPS1592', 1, 3, 0, 1685381582),34630('2022_07_28_143717_OPS1592', 1, 3, 0, 1685381582),
28900('2022_08_08_142512_OPS2184', 1, 1, 0, 1685381582),34631('2022_08_08_142512_OPS2184', 1, 1, 0, 1685381582),
28901('2022_08_15_094624_OPS2260', 1, 1, 0, 1685381582),34632('2022_08_15_094624_OPS2260', 1, 1, 0, 1685381582),
28902('2022_08_15_141414_OPS2118', 1, 1, 0, 1685381582),34633('2022_08_15_141414_OPS2118', 1, 1, 0, 1685381582),
28903('2022_08_25_155148_OPS1890', 1, 1, 0, 1685381582),34634('2022_08_25_155148_OPS1890', 1, 1, 0, 1685381582),
28904('2022_08_29_152222_OPS2055', 1, 1, 0, 1685381582),34635('2022_08_29_152222_OPS2055', 1, 1, 0, 1685381582),
28905('2022_09_19_121423_OPS2466', 1, 8, 0, 1685381582),34636('2022_09_19_121423_OPS2466', 1, 8, 0, 1685381582),
28906('2022_09_21_144613_OPS2690', 1, 1, 0, 1685381582),34637('2022_09_21_144613_OPS2690', 1, 1, 0, 1685381582),
28907('2022_09_22_114132_OPS2541', 1, 1, 0, 1685381582),34638('2022_09_22_114132_OPS2541', 1, 1, 0, 1685381582),
28908('2022_10_03_103512_OPS2703', 1, 1, 0, 1685381582),34639('2022_10_03_103512_OPS2703', 1, 1, 0, 1685381582),
28909('2022_10_03_111776_OPS1442', 1, 1, 0, 1685381582),34640('2022_10_03_111776_OPS1442', 1, 1, 0, 1685381582),
28910('2022_10_03_121110_OPS1437', 1, 1, 0, 1685381582),34641('2022_10_03_121110_OPS1437', 1, 1, 0, 1685381582),
28911('2022_10_12_021230_OPS2854', 1, 1, 0, 1685381582),34642('2022_10_12_021230_OPS2854', 1, 1, 0, 1685381582),
28912('2022_10_13_160320_OPS2807', 1, 3, 0, 1685381582),34643('2022_10_13_160320_OPS2807', 1, 3, 0, 1685381582),
28913('2022_10_17_143233_OPS2920', 1, 2, 0, 1685381582),34644('2022_10_17_143233_OPS2920', 1, 2, 0, 1685381582),
28914('2022_10_18_104957_OPS1594', 1, 5, 0, 1685381582),34645('2022_10_18_104957_OPS1594', 1, 5, 0, 1685381582),
28915('2022_10_20_112652_OPS2793', 1, 16, 0, 1685381582),34646('2022_10_20_112652_OPS2793', 1, 16, 0, 1685381582),
28916('2022_10_20_113436_OPS2450', 1, 4, 0, 1685381582),34647('2022_10_20_113436_OPS2450', 1, 4, 0, 1685381582),
28917('2022_10_24_171957_OPS2939', 1, 1, 0, 1685381582),34648('2022_10_24_171957_OPS2939', 1, 1, 0, 1685381582),
28918('2022_10_28_153442_ME8312', 1, 2, 0, 1685381582),34649('2022_10_28_153442_ME8312', 1, 2, 0, 1685381582),
28919('2022_10_28_154555_ME8311', 1, 2, 0, 1685381582),34650('2022_10_28_154555_ME8311', 1, 2, 0, 1685381582),
28920('2022_11_03_090647_OPS3116', 1, 1, 0, 1685381582),34651('2022_11_03_090647_OPS3116', 1, 1, 0, 1685381582),
28921('2022_11_08_074744_OPS2793', 1, 1, 0, 1685381582),34652('2022_11_08_074744_OPS2793', 1, 1, 0, 1685381582),
28922('2022_11_08_080301_OPS2793', 1, 2, 0, 1685381582),34653('2022_11_08_080301_OPS2793', 1, 2, 0, 1685381582),
28923('2022_11_08_130425_OPS3160', 1, 1, 0, 1685381582),34654('2022_11_08_130425_OPS3160', 1, 1, 0, 1685381582),
28924('2022_11_17_132622_OPS1842', 1, 0, 0, 1685381582),34655('2022_11_17_132622_OPS1842', 1, 0, 0, 1685381582),
28925('2022_11_22_105026_OPS3274', 1, 4, 0, 1685381582),34656('2022_11_22_105026_OPS3274', 1, 4, 0, 1685381582),
28926('2022_11_22_143828_OPS3297', 1, 1, 0, 1685381582),34657('2022_11_22_143828_OPS3297', 1, 1, 0, 1685381582),
28927('2022_11_25_101022_ME8377', 1, 1, 0, 1685381582),34658('2022_11_25_101022_ME8377', 1, 1, 0, 1685381582),
28928('2022_11_28_105333_OPS3323', 1, 0, 0, 1685381582),34659('2022_11_28_105333_OPS3323', 1, 0, 0, 1685381582),
28929('2022_11_28_120337_OPS1674', 1, 5, 0, 1685381582),34660('2022_11_28_120337_OPS1674', 1, 5, 0, 1685381582),
28930('2022_12_06_102211_OPS8420', 1, 21, 0, 1685381582),34661('2022_12_06_102211_OPS8420', 1, 21, 0, 1685381582),
28931('2022_12_07_105123_OPS3395', 1, 1, 0, 1685381582),34662('2022_12_07_105123_OPS3395', 1, 1, 0, 1685381582),
28932('2022_12_07_125326_OPS1674', 1, 3, 0, 1685381582),34663('2022_12_07_125326_OPS1674', 1, 3, 0, 1685381582),
28933('2022_12_09_105544_OPS3417', 1, 1, 0, 1685381582),34664('2022_12_09_105544_OPS3417', 1, 1, 0, 1685381582),
28934('2022_12_15_102222_OPS8420', 1, 2, 0, 1685381582),34665('2022_12_15_102222_OPS8420', 1, 2, 0, 1685381582),
28935('2022_12_15_223136_OPS1873', 1, 1, 0, 1685381582),34666('2022_12_15_223136_OPS1873', 1, 1, 0, 1685381582),
28936('2022_12_16_181602_OPS3493', 1, 1, 0, 1685381582),34667('2022_12_16_181602_OPS3493', 1, 1, 0, 1685381582),
28937('2022_12_21_121108_OPS3464', 1, 1, 0, 1685381582),34668('2022_12_21_121108_OPS3464', 1, 1, 0, 1685381582),
28938('2022_12_21_130838_OPS3350', 1, 2, 0, 1685381582),34669('2022_12_21_130838_OPS3350', 1, 2, 0, 1685381582),
28939('2022_12_28_111631_OPS3366', 1, 10, 0, 1685381582),34670('2022_12_28_111631_OPS3366', 1, 10, 0, 1685381582),
28940('2023_01_04_142300_OPS3034', 1, 6, 0, 1685381582),34671('2023_01_04_142300_OPS3034', 1, 6, 0, 1685381582),
28941('2023_01_09_093122_OPS1696', 1, 1, 0, 1685381582),34672('2023_01_09_093122_OPS1696', 1, 1, 0, 1685381582),
28942('2023_01_09_170555_OPS1696', 1, 3, 0, 1685381582),34673('2023_01_09_170555_OPS1696', 1, 3, 0, 1685381582),
28943('2023_01_09_210149_OPS1696', 1, 3, 0, 1685381582),34674('2023_01_09_210149_OPS1696', 1, 3, 0, 1685381582),
28944('2023_01_11_222717_OPS1696', 1, 1, 0, 1685381582),34675('2023_01_11_222717_OPS1696', 1, 1, 0, 1685381582),
28945('2023_01_12_112432_OPS3001', 1, 1, 0, 1685381582),34676('2023_01_12_112432_OPS3001', 1, 1, 0, 1685381582),
28946('2023_01_12_151210_OPS3696', 1, 5, 0, 1685381582),34677('2023_01_12_151210_OPS3696', 1, 5, 0, 1685381582),
28947('2023_01_12_162132_OPS3695', 1, 1, 0, 1685381582),34678('2023_01_12_162132_OPS3695', 1, 1, 0, 1685381582),
28948('2023_01_13_155611_OPS3667', 1, 1, 0, 1685381582),34679('2023_01_13_155611_OPS3667', 1, 1, 0, 1685381582),
28949('2023_01_18_140418_OPS3669', 1, 1, 0, 1685381582),34680('2023_01_18_140418_OPS3669', 1, 1, 0, 1685381582),
28950('2023_01_19_172054_OPS2737', 1, 1, 0, 1685381582),34681('2023_01_19_172054_OPS2737', 1, 1, 0, 1685381582),
28951('2023_01_20_153904_ME8420', 1, 2, 0, 1685381582),34682('2023_01_20_153904_ME8420', 1, 2, 0, 1685381582),
28952('2023_01_27_181505_ME8420', 1, 1, 0, 1685381582),34683('2023_01_27_181505_ME8420', 1, 1, 0, 1685381582),
28953('2023_01_30_105123_OPS3834', 1, 1, 0, 1685381582),34684('2023_01_30_105123_OPS3834', 1, 1, 0, 1685381582),
28954('2023_01_31_102920_OPS3852', 1, 0, 0, 1685381582),34685('2023_01_31_102920_OPS3852', 1, 0, 0, 1685381582),
28955('2023_02_01_110950_ME8420', 1, 3, 0, 1685381582),34686('2023_02_01_110950_ME8420', 1, 3, 0, 1685381582),
28956('2023_02_02_180135_OPS3561', 1, 12, 0, 1685381582),34687('2023_02_02_180135_OPS3561', 1, 12, 0, 1685381582),
28957('2023_02_03_093028_ME8420', 1, 1, 0, 1685381582),34688('2023_02_03_093028_ME8420', 1, 1, 0, 1685381582),
28958('2023_02_16_142710_OPS3992', 1, 2, 0, 1685381582),34689('2023_02_16_142710_OPS3992', 1, 2, 0, 1685381582),
28959('2023_02_16_152310_OPS3904', 1, 1, 0, 1685381582),34690('2023_02_16_152310_OPS3904', 1, 1, 0, 1685381582),
28960('2023_02_17_102920_OPS4031', 1, 2, 0, 1685381582),34691('2023_02_17_102920_OPS4031', 1, 2, 0, 1685381582),
28961('2023_02_23_143131_OPS3957', 1, 2, 0, 1685381582),34692('2023_02_23_143131_OPS3957', 1, 2, 0, 1685381582),
28962('2023_03_01_110621_OPS3916', 1, 1, 0, 1685381582),34693('2023_03_01_110621_OPS3916', 1, 1, 0, 1685381582),
28963('2023_03_03_111847_OPS3610', 1, 3, 0, 1685381582),34694('2023_03_03_111847_OPS3610', 1, 3, 0, 1685381582),
28964('2023_03_03_154248_OPS3591', 1, 3, 0, 1685381582),34695('2023_03_03_154248_OPS3591', 1, 3, 0, 1685381582),
28965('2023_03_08_155530_OPS3591', 1, 1, 0, 1685381582),34696('2023_03_08_155530_OPS3591', 1, 1, 0, 1685381582),
28966('2023_03_09_091654_OPS3591', 1, 1, 0, 1685381582),34697('2023_03_09_091654_OPS3591', 1, 1, 0, 1685381582),
28967('2023_03_13_143308_OPS4216', 1, 2, 0, 1685381582),34698('2023_03_13_143308_OPS4216', 1, 2, 0, 1685381582),
28968('2023_03_13_150840_OPS4025', 1, 0, 0, 1685381582),34699('2023_03_13_150840_OPS4025', 1, 0, 0, 1685381582),
28969('2023_03_14_121749_OPS4234', 1, 3, 0, 1685381582),34700('2023_03_14_121749_OPS4234', 1, 3, 0, 1685381582),
28970('2023_03_14_143849_OPS3508', 1, 1, 0, 1685381582),34701('2023_03_14_143849_OPS3508', 1, 1, 0, 1685381582),
28971('2023_03_15_094123_OPS4224', 1, 1, 0, 1685381582),34702('2023_03_15_094123_OPS4224', 1, 1, 0, 1685381582),
28972('2023_03_16_130558_OPS4095', 1, 1, 0, 1685381582),34703('2023_03_16_130558_OPS4095', 1, 1, 0, 1685381582),
28973('2023_03_16_163042_OPS4254', 1, 2, 0, 1685381582),34704('2023_03_16_163042_OPS4254', 1, 2, 0, 1685381582),
28974('2023_03_17_155326_OPS4230', 1, 1, 0, 1685381582),34705('2023_03_17_155326_OPS4230', 1, 1, 0, 1685381582),
28975('2023_03_20_095519_OPS3613', 1, 4, 0, 1685381582),34706('2023_03_20_095519_OPS3613', 1, 4, 0, 1685381582),
28976('2023_03_20_114725_OPS3969', 1, 4, 0, 1685381582),34707('2023_03_20_114725_OPS3969', 1, 4, 0, 1685381582),
28977('2023_03_20_121956_OPS3614', 1, 4, 0, 1685381582),34708('2023_03_20_121956_OPS3614', 1, 4, 0, 1685381582),
28978('2023_03_20_150934_OPS3612', 1, 4, 0, 1685381582),34709('2023_03_20_150934_OPS3612', 1, 4, 0, 1685381582),
28979('2023_03_22_142244_OPS4309', 1, 1, 0, 1685381582),34710('2023_03_22_142244_OPS4309', 1, 1, 0, 1685381582),
28980('2023_03_22_164020_OPS4279', 1, 4, 0, 1685381582),34711('2023_03_22_164020_OPS4279', 1, 4, 0, 1685381582),
28981('2023_03_23_105612_OPS4321', 1, 15, 0, 1685381582),34712('2023_03_23_105612_OPS4321', 1, 15, 0, 1685381582),
28982('2023_03_24_145421_OPS4324', 1, 2, 0, 1685381582),34713('2023_03_24_145421_OPS4324', 1, 2, 0, 1685381582),
28983('2023_03_24_154139_OPS4136', 1, 4, 0, 1685381582),34714('2023_03_24_154139_OPS4136', 1, 4, 0, 1685381582),
28984('2023_03_24_162213_OPS4328', 1, 4, 0, 1685381582),34715('2023_03_24_162213_OPS4328', 1, 4, 0, 1685381582),
28985('2023_03_27_093604_OPS4317', 1, 10, 0, 1685381582),34716('2023_03_27_093604_OPS4317', 1, 10, 0, 1685381582),
28986('2023_03_29_100507_OPS4019', 1, 1, 0, 1685381582),34717('2023_03_29_100507_OPS4019', 1, 1, 0, 1685381582),
28987('2023_03_29_152231_OPS4135', 1, 3, 0, 1685381582),34718('2023_03_29_152231_OPS4135', 1, 3, 0, 1685381582),
28988('2023_03_29_155858_OPS4357', 1, 13, 0, 1685381582),34719('2023_03_29_155858_OPS4357', 1, 13, 0, 1685381582),
28989('2023_03_30_143959_ME8636', 1, 2, 0, 1685381582),34720('2023_03_30_143959_ME8636', 1, 2, 0, 1685381582),
28990('2023_04_03_140811_OPS4137', 1, 5, 0, 1685381582),34721('2023_04_03_140811_OPS4137', 1, 5, 0, 1685381582),
28991('2023_04_03_165143_OPS4362', 1, 8, 0, 1685381582),34722('2023_04_03_165143_OPS4362', 1, 8, 0, 1685381582),
28992('2023_04_06_191445_OPS4337', 1, 1, 0, 1685381582),34723('2023_04_06_191445_OPS4337', 1, 1, 0, 1685381582),
28993('2023_04_19_154751_OPS4353', 1, 1, 0, 1685381582),34724('2023_04_19_154751_OPS4353', 1, 1, 0, 1685381582),
28994('2023_04_19_171802_OPS4388', 1, 3, 0, 1685381582),34725('2023_04_19_171802_OPS4388', 1, 3, 0, 1685381582),
28995('2023_04_24_162757_OPS4518', 1, 1, 0, 1685381582),34726('2023_04_24_162757_OPS4518', 1, 1, 0, 1685381582),
28996('2023_04_24_164452_OPS4518', 1, 1, 0, 1685381582),34727('2023_04_24_164452_OPS4518', 1, 1, 0, 1685381582),
28997('2023_04_25_114306_OPS4287', 1, 1, 0, 1685381582),34728('2023_04_25_114306_OPS4287', 1, 1, 0, 1685381582),
28998('2023_04_25_115153_OPS4545', 1, 0, 0, 1685381582),34729('2023_04_25_115153_OPS4545', 1, 0, 0, 1685381582),
28999('2023_04_26_160937_OPS4547', 1, 0, 0, 1685381582),34730('2023_04_26_160937_OPS4547', 1, 0, 0, 1685381582),
29000('2023_05_01_101615_OPS1161', 1, 1, 0, 1685381582),34731('2023_05_01_101615_OPS1161', 1, 1, 0, 1685381582),
29001('2023_05_10_164926_OPS4653', 1, 4, 0, 1685381583),34732('2023_05_10_164926_OPS4653', 1, 4, 0, 1685381583),
29002('2023_05_11_134458_OPS4647', 1, 2, 0, 1685381583),34733('2023_05_11_134458_OPS4647', 1, 2, 0, 1685381583),
29003('2023_05_11_135619_OPS4647', 1, 1, 0, 1685381583),34734('2023_05_11_135619_OPS4647', 1, 1, 0, 1685381583),
29004('2023_05_16_114440_OPS4680', 1, 2, 0, 1685381583),34735('2023_05_16_114440_OPS4680', 1, 2, 0, 1685381583),
29005('2023_05_17_111404_OPS4700', 1, 3, 0, 1685381583),34736('2023_05_17_111404_OPS4700', 1, 3, 0, 1685381583),
29006('2023_05_23_104805_OPS4735', 1, 3, 0, 1685381583);34737('2023_05_23_104805_OPS4735', 1, 3, 0, 1685381583);
2900734738
29008-- --------------------------------------------------------34739-- --------------------------------------------------------
2900934740
29010--34741--
29011-- Table structure for table `mtd_categories`34742-- Table structure for table `mtd_categories`
29012--34743--
2901334744
29014CREATE TABLE `mtd_categories` (34745CREATE TABLE `mtd_categories` (
29015  `id` int(11) NOT NULL,34746  `id` int(11) NOT NULL,
29016  `category_code` varchar(3) NOT NULL,34747  `category_code` varchar(3) NOT NULL,
29017  `category_description` varchar(100) NOT NULL34748  `category_description` varchar(100) NOT NULL
29018) ENGINE=InnoDB DEFAULT CHARSET=utf8;34749) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2901934750
29020-- --------------------------------------------------------34751-- --------------------------------------------------------
2902134752
29022--34753--
29023-- Table structure for table `mtd_facilities`34754-- Table structure for table `mtd_facilities`
29024--34755--
2902534756
29026CREATE TABLE `mtd_facilities` (34757CREATE TABLE `mtd_facilities` (
29027  `id` int(11) NOT NULL,34758  `id` int(11) NOT NULL,
29028  `facility_code` int(3) NOT NULL,34759  `facility_code` int(3) NOT NULL,
29029  `facility_name` varchar(50) NOT NULL,34760  `facility_name` varchar(50) NOT NULL,
29030  `kingston` int(1) NOT NULL34761  `kingston` int(1) NOT NULL
29031) ENGINE=InnoDB DEFAULT CHARSET=utf8;34762) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2903234763
29033-- --------------------------------------------------------34764-- --------------------------------------------------------
2903434765
29035--34766--
29036-- Table structure for table `mtd_locale_duration`34767-- Table structure for table `mtd_locale_duration`
29037--34768--
2903834769
29039CREATE TABLE `mtd_locale_duration` (34770CREATE TABLE `mtd_locale_duration` (
29040  `id` int(11) NOT NULL,34771  `id` int(11) NOT NULL,
29041  `location_id` int(3) NOT NULL,34772  `location_id` int(3) NOT NULL,
29042  `percent_time` int(3) NOT NULL,34773  `percent_time` int(3) NOT NULL,
29043  `schedule_id` int(11) NOT NULL34774  `schedule_id` int(11) NOT NULL
29044) ENGINE=InnoDB DEFAULT CHARSET=utf8;34775) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2904534776
29046-- --------------------------------------------------------34777-- --------------------------------------------------------
2904734778
29048--34779--
29049-- Table structure for table `mtd_moh_program_codes`34780-- Table structure for table `mtd_moh_program_codes`
29050--34781--
2905134782
29052CREATE TABLE `mtd_moh_program_codes` (34783CREATE TABLE `mtd_moh_program_codes` (
29053  `id` int(11) NOT NULL,34784  `id` int(11) NOT NULL,
29054  `program_code` varchar(3) NOT NULL,34785  `program_code` varchar(3) NOT NULL,
29055  `program_description` varchar(100) NOT NULL34786  `program_description` varchar(100) NOT NULL
29056) ENGINE=InnoDB DEFAULT CHARSET=utf8;34787) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2905734788
29058-- --------------------------------------------------------34789-- --------------------------------------------------------
2905934790
29060--34791--
29061-- Table structure for table `mtd_moh_service_codes`34792-- Table structure for table `mtd_moh_service_codes`
29062--34793--
2906334794
29064CREATE TABLE `mtd_moh_service_codes` (34795CREATE TABLE `mtd_moh_service_codes` (
29065  `id` int(11) NOT NULL,34796  `id` int(11) NOT NULL,
29066  `service_code` varchar(3) NOT NULL,34797  `service_code` varchar(3) NOT NULL,
29067  `service_description` varchar(50) NOT NULL34798  `service_description` varchar(50) NOT NULL
29068) ENGINE=InnoDB DEFAULT CHARSET=utf8;34799) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2906934800
29070-- --------------------------------------------------------34801-- --------------------------------------------------------
2907134802
29072--34803--
29073-- Table structure for table `mtd_pgme_moh_programs`34804-- Table structure for table `mtd_pgme_moh_programs`
29074--34805--
2907534806
29076CREATE TABLE `mtd_pgme_moh_programs` (34807CREATE TABLE `mtd_pgme_moh_programs` (
29077  `id` int(11) NOT NULL,34808  `id` int(11) NOT NULL,
29078  `pgme_program_name` varchar(100) NOT NULL,34809  `pgme_program_name` varchar(100) NOT NULL,
29079  `moh_service_name` varchar(100) NOT NULL34810  `moh_service_name` varchar(100) NOT NULL
29080) ENGINE=InnoDB DEFAULT CHARSET=utf8;34811) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2908134812
29082-- --------------------------------------------------------34813-- --------------------------------------------------------
2908334814
29084--34815--
29085-- Table structure for table `mtd_schedule`34816-- Table structure for table `mtd_schedule`
29086--34817--
2908734818
29088CREATE TABLE `mtd_schedule` (34819CREATE TABLE `mtd_schedule` (
29089  `id` int(11) NOT NULL,34820  `id` int(11) NOT NULL,
29090  `start_date` date NOT NULL,34821  `start_date` date NOT NULL,
29091  `end_date` date NOT NULL,34822  `end_date` date NOT NULL,
29092  `service_id` int(3) NOT NULL,34823  `service_id` int(3) NOT NULL,
29093  `resident_id` int(11) NOT NULL,34824  `resident_id` int(11) NOT NULL,
29094  `creator_id` int(12) NOT NULL,34825  `creator_id` int(12) NOT NULL,
29095  `type_code` varchar(1) NOT NULL,34826  `type_code` varchar(1) NOT NULL,
29096  `updated_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,34827  `updated_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
29097  `updated_by` int(12) NOT NULL,34828  `updated_by` int(12) NOT NULL,
29098  `category_id` int(3) DEFAULT NULL,34829  `category_id` int(3) DEFAULT NULL,
29099  `home_program_id` int(3) DEFAULT NULL,34830  `home_program_id` int(3) DEFAULT NULL,
29100  `home_school_id` int(3) DEFAULT NULL34831  `home_school_id` int(3) DEFAULT NULL
29101) ENGINE=InnoDB DEFAULT CHARSET=utf8;34832) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2910234833
29103-- --------------------------------------------------------34834-- --------------------------------------------------------
2910434835
29105--34836--
29106-- Table structure for table `mtd_schools`34837-- Table structure for table `mtd_schools`
29107--34838--
2910834839
29109CREATE TABLE `mtd_schools` (34840CREATE TABLE `mtd_schools` (
29110  `id` int(11) NOT NULL,34841  `id` int(11) NOT NULL,
29111  `school_code` varchar(3) NOT NULL,34842  `school_code` varchar(3) NOT NULL,
29112  `school_description` varchar(100) NOT NULL34843  `school_description` varchar(100) NOT NULL
29113) ENGINE=InnoDB DEFAULT CHARSET=utf8;34844) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2911434845
29115-- --------------------------------------------------------34846-- --------------------------------------------------------
2911634847
29117--34848--
29118-- Table structure for table `mtd_type`34849-- Table structure for table `mtd_type`
29119--34850--
2912034851
29121CREATE TABLE `mtd_type` (34852CREATE TABLE `mtd_type` (
29122  `id` int(12) NOT NULL,34853  `id` int(12) NOT NULL,
29123  `type_code` varchar(1) NOT NULL,34854  `type_code` varchar(1) NOT NULL,
29124  `type_description` varchar(100) NOT NULL34855  `type_description` varchar(100) NOT NULL
29125) ENGINE=InnoDB DEFAULT CHARSET=utf8;34856) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2912634857
29127--34858--
29128-- Dumping data for table `mtd_type`34859-- Dumping data for table `mtd_type`
29129--34860--
2913034861
29131INSERT INTO `mtd_type` (`id`, `type_code`, `type_description`) VALUES34862INSERT INTO `mtd_type` (`id`, `type_code`, `type_description`) VALUES
29132(1, 'I', 'in-patient/emergency'),34863(1, 'I', 'in-patient/emergency'),
29133(2, 'O', 'out-patient');34864(2, 'O', 'out-patient');
2913434865
29135-- --------------------------------------------------------34866-- --------------------------------------------------------
2913634867
29137--34868--
29138-- Table structure for table `notices`34869-- Table structure for table `notices`
29139--34870--
2914034871
29141CREATE TABLE `notices` (34872CREATE TABLE `notices` (
29142  `notice_id` int(12) NOT NULL,34873  `notice_id` int(12) NOT NULL,
29143  `organisation_id` int(12) DEFAULT NULL,34874  `organisation_id` int(12) DEFAULT NULL,
29144  `notice_title` varchar(256) DEFAULT NULL,34875  `notice_title` varchar(256) DEFAULT NULL,
29145  `notice_summary` text NOT NULL,34876  `notice_summary` text NOT NULL,
29146  `display_from` bigint(64) NOT NULL DEFAULT '0',34877  `display_from` bigint(64) NOT NULL DEFAULT '0',
29147  `display_until` bigint(64) NOT NULL DEFAULT '0',34878  `display_until` bigint(64) NOT NULL DEFAULT '0',
29148  `send_email` tinyint(4) DEFAULT '0',34879  `send_email` tinyint(4) DEFAULT '0',
29149  `email_sent_at` bigint(20) DEFAULT NULL,34880  `email_sent_at` bigint(20) DEFAULT NULL,
29150  `created_date` bigint(64) NOT NULL,34881  `created_date` bigint(64) NOT NULL,
29151  `updated_date` bigint(64) NOT NULL DEFAULT '0',34882  `updated_date` bigint(64) NOT NULL DEFAULT '0',
29152  `updated_by` int(12) NOT NULL DEFAULT '0',34883  `updated_by` int(12) NOT NULL DEFAULT '0',
29153  `created_by` int(12) NOT NULL DEFAULT '0'34884  `created_by` int(12) NOT NULL DEFAULT '0'
29154) ENGINE=InnoDB DEFAULT CHARSET=utf8;34885) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2915534886
29156-- --------------------------------------------------------34887-- --------------------------------------------------------
2915734888
29158--34889--
29159-- Table structure for table `notices_read`34890-- Table structure for table `notices_read`
29160--34891--
2916134892
29162CREATE TABLE `notices_read` (34893CREATE TABLE `notices_read` (
29163  `notice_read_id` int(12) UNSIGNED NOT NULL,34894  `notice_read_id` int(12) UNSIGNED NOT NULL,
29164  `proxy_id` int(12) UNSIGNED NOT NULL,34895  `proxy_id` int(12) UNSIGNED NOT NULL,
29165  `notice_id` int(12) UNSIGNED NOT NULL,34896  `notice_id` int(12) UNSIGNED NOT NULL,
29166  `created_date` bigint(64) UNSIGNED NOT NULL34897  `created_date` bigint(64) UNSIGNED NOT NULL
29167) ENGINE=InnoDB DEFAULT CHARSET=utf8;34898) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2916834899
29169-- --------------------------------------------------------34900-- --------------------------------------------------------
2917034901
29171--34902--
29172-- Table structure for table `notice_audience`34903-- Table structure for table `notice_audience`
29173--34904--
2917434905
29175CREATE TABLE `notice_audience` (34906CREATE TABLE `notice_audience` (
29176  `naudience_id` int(11) NOT NULL,34907  `naudience_id` int(11) NOT NULL,
29177  `notice_id` int(11) NOT NULL,34908  `notice_id` int(11) NOT NULL,
29178  `audience_type` varchar(20) NOT NULL,34909  `audience_type` varchar(20) NOT NULL,
29179  `audience_value` int(11) NOT NULL DEFAULT '0',34910  `audience_value` int(11) NOT NULL DEFAULT '0',
29180  `updated_by` int(11) NOT NULL DEFAULT '0',34911  `updated_by` int(11) NOT NULL DEFAULT '0',
29181  `updated_date` bigint(64) NOT NULL DEFAULT '0'34912  `updated_date` bigint(64) NOT NULL DEFAULT '0'
29182) ENGINE=InnoDB DEFAULT CHARSET=utf8;34913) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2918334914
29184-- --------------------------------------------------------34915-- --------------------------------------------------------
2918534916
29186--34917--
29187-- Table structure for table `notifications`34918-- Table structure for table `notifications`
29188--34919--
2918934920
29190CREATE TABLE `notifications` (34921CREATE TABLE `notifications` (
29191  `notification_id` int(11) UNSIGNED NOT NULL,34922  `notification_id` int(11) UNSIGNED NOT NULL,
29192  `nuser_id` int(11) NOT NULL,34923  `nuser_id` int(11) NOT NULL,
29193  `notification_body` text NOT NULL,34924  `notification_body` text NOT NULL,
29194  `proxy_id` int(11) NOT NULL,34925  `proxy_id` int(11) NOT NULL,
29195  `from_email` varchar(255) DEFAULT NULL,34926  `from_email` varchar(255) DEFAULT NULL,
29196  `from_firstname` varchar(255) DEFAULT NULL,34927  `from_firstname` varchar(255) DEFAULT NULL,
29197  `from_lastname` varchar(255) DEFAULT NULL,34928  `from_lastname` varchar(255) DEFAULT NULL,
29198  `digest` tinyint(1) NOT NULL DEFAULT '0',34929  `digest` tinyint(1) NOT NULL DEFAULT '0',
29199  `sent` tinyint(1) NOT NULL DEFAULT '0',34930  `sent` tinyint(1) NOT NULL DEFAULT '0',
29200  `sent_date` bigint(64) DEFAULT '0'34931  `sent_date` bigint(64) DEFAULT '0'
29201) ENGINE=InnoDB DEFAULT CHARSET=utf8;34932) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2920234933
29203--34934--
29204-- Dumping data for table `notifications`34935-- Dumping data for table `notifications`
29205--34936--
2920634937
29207INSERT INTO `notifications` (`notification_id`, `nuser_id`, `notification_body`, `proxy_id`, `from_email`, `from_firstname`, `from_lastname`, `digest`, `sent`, `sent_date`) VALUES34938INSERT INTO `notifications` (`notification_id`, `nuser_id`, `notification_body`, `proxy_id`, `from_email`, `from_firstname`, `from_lastname`, `digest`, `sent`, `sent_date`) VALUES
29208(1, 3, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Teacher Jones Assessing Jane Doe [CBME Test] - Flagged Response(s) Selected</subject>\n        <body>\n            An assessment or evaluation has been completed by user [Teacher Jones] in which a response was flagged.\n\n            Further details regarding this user\'s completed assessment or evaluation can be found below:\n\n            Title: CBME Test\n\n            The completed assessment or evaluation can be found here:\n            http://elentra-1x-me.localhost/assessments/assessment?dassessment_id=4&amp;aprogress_id=4&amp;highlight_prompted_responses=true\n\n            Regards,\n            \n            The Elentra ME team,\n            http://elentra-1x-me.localhost\n        </body>\n    </template>\n</templates>', 5, NULL, NULL, NULL, 0, 1, 1685381586),34939(1, 3, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Teacher Jones Assessing Jane Doe [CBME Test] - Flagged Response(s) Selected</subject>\n        <body>\n            An assessment or evaluation has been completed by user [Teacher Jones] in which a response was flagged.\n\n            Further details regarding this user\'s completed assessment or evaluation can be found below:\n\n            Title: CBME Test\n\n            The completed assessment or evaluation can be found here:\n            http://elentra-1x-me.localhost/assessments/assessment?dassessment_id=4&amp;aprogress_id=4&amp;highlight_prompted_responses=true\n\n            Regards,\n            \n            The Elentra ME team,\n            http://elentra-1x-me.localhost\n        </body>\n    </template>\n</templates>', 5, NULL, NULL, NULL, 0, 1, 1685381586),
29209(2, 4, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Kate External,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessment/?dassessment_id=5&amp;external_hash=7d8e2da1cdd1a66f67b49a6d1bb5a0ea\n\n            If you have any questions or concerns, please don\\\'t hesitate to let me know.\n\n            Sincerely,\n            CBE Student\n            test@student.com\n        </body>\n    </template>\n</templates>\n', 2, 'test@student.com', 'CBE', 'Student', 0, 1, 1685381586),34940(2, 4, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Kate External,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessment/?dassessment_id=5&amp;external_hash=7d8e2da1cdd1a66f67b49a6d1bb5a0ea\n\n            If you have any questions or concerns, please don\\\'t hesitate to let me know.\n\n            Sincerely,\n            CBE Student\n            test@student.com\n        </body>\n    </template>\n</templates>\n', 2, 'test@student.com', 'CBE', 'Student', 0, 1, 1685381586),
n29210(3, 5, '<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<templates>\\n    <template lang=\\\"en\\\">\\n        <subject>Action Required: New Assessment \\/ Evaluation Task<\\/subject>\\n        <body>\\n            Dear Faculty Director,\\n\\n            A new assessment or evaluation task has been made available for you to complete\\n            (or delegate) in Elentra. To proceed, please click the following link:\\n\\n            http:\\/\\/me.dev.elentra.cloud\\/assessments\\n            \\n            If you have received this email on an earlier date, please be advised that the link\\n            to this assessment has been revised, we apologize for any inconvenience this may\\n            have caused.\\n\\n            If you have any questions about the assessment\\/evaluation tasks in your task list,\\n            please contact your program administrator for assistance.\\n\\n            Regards,\\n\\n            The Elentra ME team\\n        <\\/body>\\n    <\\/template>\\n<\\/templates>\\n', 7, 'local@me.dev.elentra.cloud', 'System', 'Adminstrator', 0, 0, 0);n34941(3, 5, '<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<templates>\\n    <template lang=\\\"en\\\">\\n        <subject>Action Required: New Assessment \\/ Evaluation Task<\\/subject>\\n        <body>\\n            Dear Faculty Director,\\n\\n            A new assessment or evaluation task has been made available for you to complete\\n            (or delegate) in Elentra. To proceed, please click the following link:\\n\\n            http:\\/\\/me.dev.elentra.cloud\\/assessments\\n            \\n            If you have received this email on an earlier date, please be advised that the link\\n            to this assessment has been revised, we apologize for any inconvenience this may\\n            have caused.\\n\\n            If you have any questions about the assessment\\/evaluation tasks in your task list,\\n            please contact your program administrator for assistance.\\n\\n            Regards,\\n\\n            The Elentra ME team\\n        <\\/body>\\n    <\\/template>\\n<\\/templates>\\n', 7, 'local@me.dev.elentra.cloud', 'System', 'Adminstrator', 0, 0, 0),
34942(4, 6, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Director,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=7\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34943(5, 7, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Director,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=9\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            Jane student\n            developer2@elentra.com\n        </body>\n    </template>\n</templates>\n', 7, 'developer2@elentra.com', 'Jane', 'student', 0, 0, 0),
34944(6, 8, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Teacher Jones,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=11\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 5, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34945(7, 9, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Director,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=12\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34946(8, 10, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Director,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=13\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34947(9, 11, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Director,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=14\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34948(10, 12, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Instructor,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=15\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 9, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34949(11, 13, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Instructor,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=16\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 9, 'developer4@elentra.com', 'John', 'student', 0, 0, 0),
34950(12, 14, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n    <template lang=\"en\">\n        <subject>Action Required: New Assessment / Evaluation Task</subject>\n        <body>\n            Dear Faculty Lecturer,\n\n            A new assessment or evaluation task has been made available for you to complete\n            (or delegate) in Elentra. To proceed, please click the following link:\n\n            http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=17\n            \n            If you have received this email on an earlier date, please be advised that the link\n            to this assessment has been revised, we apologize for any inconvenience this may\n            have caused.\n\n            If you have any questions or concerns, please don\'t hesitate to let me know.\n\n            Sincerely,\n            John student\n            developer4@elentra.com\n        </body>\n    </template>\n</templates>\n', 6, 'developer4@elentra.com', 'John', 'student', 0, 0, 0);
2921134951
29212-- --------------------------------------------------------34952-- --------------------------------------------------------
2921334953
29214--34954--
29215-- Table structure for table `notification_users`34955-- Table structure for table `notification_users`
29216--34956--
2921734957
29218CREATE TABLE `notification_users` (34958CREATE TABLE `notification_users` (
29219  `nuser_id` int(11) UNSIGNED NOT NULL,34959  `nuser_id` int(11) UNSIGNED NOT NULL,
29220  `proxy_id` int(11) NOT NULL,34960  `proxy_id` int(11) NOT NULL,
29221  `notification_user_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id',34961  `notification_user_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id',
29222  `content_type` varchar(48) NOT NULL DEFAULT '',34962  `content_type` varchar(48) NOT NULL DEFAULT '',
29223  `record_id` int(11) NOT NULL,34963  `record_id` int(11) NOT NULL,
29224  `record_proxy_id` int(11) DEFAULT NULL,34964  `record_proxy_id` int(11) DEFAULT NULL,
29225  `notify_active` tinyint(1) NOT NULL DEFAULT '0',34965  `notify_active` tinyint(1) NOT NULL DEFAULT '0',
29226  `digest_mode` tinyint(1) NOT NULL DEFAULT '0',34966  `digest_mode` tinyint(1) NOT NULL DEFAULT '0',
29227  `next_notification_date` int(64) NOT NULL DEFAULT '0'34967  `next_notification_date` int(64) NOT NULL DEFAULT '0'
29228) ENGINE=InnoDB DEFAULT CHARSET=utf8;34968) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2922934969
29230--34970--
29231-- Dumping data for table `notification_users`34971-- Dumping data for table `notification_users`
29232--34972--
2923334973
29234INSERT INTO `notification_users` (`nuser_id`, `proxy_id`, `notification_user_type`, `content_type`, `record_id`, `record_proxy_id`, `notify_active`, `digest_mode`, `next_notification_date`) VALUES34974INSERT INTO `notification_users` (`nuser_id`, `proxy_id`, `notification_user_type`, `content_type`, `record_id`, `record_proxy_id`, `notify_active`, `digest_mode`, `next_notification_date`) VALUES
29235(1, 5, 'proxy_id', 'assessment_general', 3, 5, 1, 0, 0),34975(1, 5, 'proxy_id', 'assessment_general', 3, 5, 1, 0, 0),
29236(2, 5, 'proxy_id', 'assessment_general', 4, 5, 1, 0, 0),34976(2, 5, 'proxy_id', 'assessment_general', 4, 5, 1, 0, 0),
29237(3, 5, 'proxy_id', 'assessment_flagged_response', 4, 5, 1, 0, 0),34977(3, 5, 'proxy_id', 'assessment_flagged_response', 4, 5, 1, 0, 0),
29238(4, 2, 'external_assessor_id', 'assessment', 5, 2, 1, 0, 0),34978(4, 2, 'external_assessor_id', 'assessment', 5, 2, 1, 0, 0),
n29239(5, 7, 'proxy_id', 'assessment_general', 6, 7, 1, 0, 1685381586);n34979(5, 7, 'proxy_id', 'assessment_general', 6, 7, 1, 0, 1685381586),
34980(6, 7, 'proxy_id', 'assessment', 7, 7, 1, 0, 1685392244),
34981(7, 7, 'proxy_id', 'assessment', 9, 7, 1, 0, 1685472987),
34982(8, 5, 'proxy_id', 'assessment', 11, 5, 1, 0, 1685539667),
34983(9, 7, 'proxy_id', 'assessment', 12, 7, 1, 0, 1685540944),
34984(10, 7, 'proxy_id', 'assessment', 13, 7, 1, 0, 1685543931),
34985(11, 7, 'proxy_id', 'assessment', 14, 7, 1, 0, 1685544008),
34986(12, 9, 'proxy_id', 'assessment', 15, 9, 1, 0, 1685544082),
34987(13, 9, 'proxy_id', 'assessment', 16, 9, 1, 0, 1685544112),
34988(14, 6, 'proxy_id', 'assessment', 17, 6, 1, 0, 1685544152);
2924034989
29241-- --------------------------------------------------------34990-- --------------------------------------------------------
2924234991
29243--34992--
29244-- Table structure for table `objective_audience`34993-- Table structure for table `objective_audience`
29245--34994--
2924634995
29247CREATE TABLE `objective_audience` (34996CREATE TABLE `objective_audience` (
29248  `oaudience_id` int(12) UNSIGNED NOT NULL,34997  `oaudience_id` int(12) UNSIGNED NOT NULL,
29249  `objective_id` int(12) NOT NULL,34998  `objective_id` int(12) NOT NULL,
29250  `organisation_id` int(12) NOT NULL,34999  `organisation_id` int(12) NOT NULL,
29251  `audience_type` enum('COURSE','EVENT') NOT NULL DEFAULT 'COURSE',35000  `audience_type` enum('COURSE','EVENT') NOT NULL DEFAULT 'COURSE',
29252  `audience_value` varchar(12) NOT NULL DEFAULT '',35001  `audience_value` varchar(12) NOT NULL DEFAULT '',
29253  `updated_date` bigint(64) NOT NULL,35002  `updated_date` bigint(64) NOT NULL,
29254  `updated_by` int(12) NOT NULL35003  `updated_by` int(12) NOT NULL
29255) ENGINE=InnoDB DEFAULT CHARSET=utf8;35004) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2925635005
29257--35006--
29258-- Dumping data for table `objective_audience`35007-- Dumping data for table `objective_audience`
29259--35008--
2926035009
29261INSERT INTO `objective_audience` (`oaudience_id`, `objective_id`, `organisation_id`, `audience_type`, `audience_value`, `updated_date`, `updated_by`) VALUES35010INSERT INTO `objective_audience` (`oaudience_id`, `objective_id`, `organisation_id`, `audience_type`, `audience_value`, `updated_date`, `updated_by`) VALUES
29262(1, 1, 1, 'COURSE', 'all', 0, 0),35011(1, 1, 1, 'COURSE', 'all', 0, 0),
29263(2, 200, 1, 'COURSE', 'all', 0, 0),35012(2, 200, 1, 'COURSE', 'all', 0, 0),
29264(3, 309, 1, 'COURSE', 'all', 0, 0),35013(3, 309, 1, 'COURSE', 'all', 0, 0),
29265(4, 2403, 1, 'COURSE', 'none', 1685381586, 1),35014(4, 2403, 1, 'COURSE', 'none', 1685381586, 1),
29266(5, 2404, 1, 'COURSE', 'none', 1685381586, 1),35015(5, 2404, 1, 'COURSE', 'none', 1685381586, 1),
29267(6, 2405, 1, 'COURSE', 'none', 1685381586, 1),35016(6, 2405, 1, 'COURSE', 'none', 1685381586, 1),
29268(7, 2406, 1, 'COURSE', 'none', 1685381586, 1),35017(7, 2406, 1, 'COURSE', 'none', 1685381586, 1),
29269(8, 2407, 1, 'COURSE', 'none', 1685381586, 1),35018(8, 2407, 1, 'COURSE', 'none', 1685381586, 1),
29270(9, 2415, 1, 'COURSE', 'none', 1685381586, 1),35019(9, 2415, 1, 'COURSE', 'none', 1685381586, 1),
29271(10, 2420, 1, 'COURSE', 'none', 1685381586, 1),35020(10, 2420, 1, 'COURSE', 'none', 1685381586, 1),
29272(11, 2434, 1, 'COURSE', 'none', 1685381586, 1),35021(11, 2434, 1, 'COURSE', 'none', 1685381586, 1),
29273(12, 2435, 1, 'COURSE', 'none', 1685381586, 1),35022(12, 2435, 1, 'COURSE', 'none', 1685381586, 1),
29274(13, 2328, 1, 'COURSE', 'all', 1685381586, 1),35023(13, 2328, 1, 'COURSE', 'all', 1685381586, 1),
29275(14, 2642, 2, 'COURSE', '13', 1685381586, 0);35024(14, 2642, 2, 'COURSE', '13', 1685381586, 0);
2927635025
29277-- --------------------------------------------------------35026-- --------------------------------------------------------
2927835027
29279--35028--
29280-- Table structure for table `objective_history`35029-- Table structure for table `objective_history`
29281--35030--
2928235031
29283CREATE TABLE `objective_history` (35032CREATE TABLE `objective_history` (
29284  `objective_history_id` int(12) NOT NULL,35033  `objective_history_id` int(12) NOT NULL,
29285  `objective_id` int(10) NOT NULL DEFAULT '0',35034  `objective_id` int(10) NOT NULL DEFAULT '0',
29286  `proxy_id` int(10) NOT NULL DEFAULT '0',35035  `proxy_id` int(10) NOT NULL DEFAULT '0',
29287  `history_message` text NOT NULL,35036  `history_message` text NOT NULL,
29288  `history_display` int(1) NOT NULL DEFAULT '0',35037  `history_display` int(1) NOT NULL DEFAULT '0',
29289  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'35038  `history_timestamp` bigint(64) NOT NULL DEFAULT '0'
29290) ENGINE=InnoDB DEFAULT CHARSET=latin1;35039) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2929135040
29292--35041--
29293-- Dumping data for table `objective_history`35042-- Dumping data for table `objective_history`
29294--35043--
2929535044
29296INSERT INTO `objective_history` (`objective_history_id`, `objective_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES35045INSERT INTO `objective_history` (`objective_history_id`, `objective_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES
29297(5, 2337, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),35046(5, 2337, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),
29298(6, 2337, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),35047(6, 2337, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),
29299(7, 2337, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35048(7, 2337, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29300(8, 2349, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),35049(8, 2349, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),
29301(9, 2349, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35050(9, 2349, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29302(10, 2349, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35051(10, 2349, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29303(11, 2356, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),35052(11, 2356, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),
29304(12, 2356, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35053(12, 2356, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29305(13, 2356, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35054(13, 2356, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29306(14, 2367, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),35055(14, 2367, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),
29307(15, 2367, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35056(15, 2367, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29308(16, 2367, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35057(16, 2367, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29309(17, 2367, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35058(17, 2367, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29310(18, 2367, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),35059(18, 2367, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),
29311(19, 2375, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),35060(19, 2375, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),
29312(20, 2375, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35061(20, 2375, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29313(21, 2375, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35062(21, 2375, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29314(22, 2375, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35063(22, 2375, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29315(23, 2382, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),35064(23, 2382, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),
29316(24, 2382, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),35065(24, 2382, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),
29317(25, 2382, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35066(25, 2382, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29318(26, 2382, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),35067(26, 2382, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),
29319(27, 2382, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35068(27, 2382, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29320(28, 2382, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35069(28, 2382, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29321(29, 2382, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),35070(29, 2382, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),
29322(30, 2389, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),35071(30, 2389, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),
29323(31, 2389, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35072(31, 2389, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29324(32, 2389, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35073(32, 2389, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29325(33, 2394, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),35074(33, 2394, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586),
29326(34, 2394, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),35075(34, 2394, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586),
29327(35, 2394, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),35076(35, 2394, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586),
29328(36, 2394, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),35077(36, 2394, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586),
29329(37, 2394, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),35078(37, 2394, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586),
29330(38, 2394, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),35079(38, 2394, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586),
29331(39, 2394, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),35080(39, 2394, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586),
29332(40, 2394, 1, 'mapped [Curriculum Objectives] Professional Behaviour', 1, 1685381586),35081(40, 2394, 1, 'mapped [Curriculum Objectives] Professional Behaviour', 1, 1685381586),
29333(41, 2394, 1, 'mapped [Curriculum Objectives] Principles of Professionalism', 1, 1685381586),35082(41, 2394, 1, 'mapped [Curriculum Objectives] Principles of Professionalism', 1, 1685381586),
29334(42, 2394, 1, 'mapped [Curriculum Objectives] P1.1 Professional Behaviour', 1, 1685381586),35083(42, 2394, 1, 'mapped [Curriculum Objectives] P1.1 Professional Behaviour', 1, 1685381586),
29335(43, 2394, 1, 'mapped [Curriculum Objectives] P1.2 Patient-Centered Care', 1, 1685381586),35084(43, 2394, 1, 'mapped [Curriculum Objectives] P1.2 Patient-Centered Care', 1, 1685381586),
29336(44, 2394, 1, 'mapped [Curriculum Objectives] P1.3 Self-Awareness', 1, 1685381586),35085(44, 2394, 1, 'mapped [Curriculum Objectives] P1.3 Self-Awareness', 1, 1685381586),
29337(45, 2394, 1, 'mapped [Curriculum Objectives] P1.1a', 1, 1685381586),35086(45, 2394, 1, 'mapped [Curriculum Objectives] P1.1a', 1, 1685381586),
29338(46, 2394, 1, 'mapped [Curriculum Objectives] P1.1b', 1, 1685381586);35087(46, 2394, 1, 'mapped [Curriculum Objectives] P1.1b', 1, 1685381586);
2933935088
29340-- --------------------------------------------------------35089-- --------------------------------------------------------
2934135090
29342--35091--
29343-- Table structure for table `objective_organisation`35092-- Table structure for table `objective_organisation`
29344--35093--
2934535094
29346CREATE TABLE `objective_organisation` (35095CREATE TABLE `objective_organisation` (
29347  `objective_id` int(12) NOT NULL,35096  `objective_id` int(12) NOT NULL,
29348  `organisation_id` int(12) NOT NULL35097  `organisation_id` int(12) NOT NULL
29349) ENGINE=InnoDB DEFAULT CHARSET=utf8;35098) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2935035099
29351--35100--
29352-- Dumping data for table `objective_organisation`35101-- Dumping data for table `objective_organisation`
29353--35102--
2935435103
29355INSERT INTO `objective_organisation` (`objective_id`, `organisation_id`) VALUES35104INSERT INTO `objective_organisation` (`objective_id`, `organisation_id`) VALUES
29356(1, 1),35105(1, 1),
29357(2, 1),35106(2, 1),
29358(3, 1),35107(3, 1),
29359(4, 1),35108(4, 1),
29360(5, 1),35109(5, 1),
29361(6, 1),35110(6, 1),
29362(7, 1),35111(7, 1),
29363(8, 1),35112(8, 1),
29364(9, 1),35113(9, 1),
29365(10, 1),35114(10, 1),
29366(11, 1),35115(11, 1),
29367(12, 1),35116(12, 1),
29368(13, 1),35117(13, 1),
29369(14, 1),35118(14, 1),
29370(15, 1),35119(15, 1),
29371(16, 1),35120(16, 1),
29372(17, 1),35121(17, 1),
29373(18, 1),35122(18, 1),
29374(19, 1),35123(19, 1),
29375(20, 1),35124(20, 1),
29376(21, 1),35125(21, 1),
29377(22, 1),35126(22, 1),
29378(23, 1),35127(23, 1),
29379(24, 1),35128(24, 1),
29380(25, 1),35129(25, 1),
29381(26, 1),35130(26, 1),
29382(27, 1),35131(27, 1),
29383(28, 1),35132(28, 1),
29384(29, 1),35133(29, 1),
29385(30, 1),35134(30, 1),
29386(32, 1),35135(32, 1),
29387(33, 1),35136(33, 1),
29388(34, 1),35137(34, 1),
29389(35, 1),35138(35, 1),
29390(36, 1),35139(36, 1),
29391(37, 1),35140(37, 1),
29392(38, 1),35141(38, 1),
29393(39, 1),35142(39, 1),
29394(40, 1),35143(40, 1),
29395(41, 1),35144(41, 1),
29396(42, 1),35145(42, 1),
29397(43, 1),35146(43, 1),
29398(44, 1),35147(44, 1),
29399(45, 1),35148(45, 1),
29400(46, 1),35149(46, 1),
29401(47, 1),35150(47, 1),
29402(48, 1),35151(48, 1),
29403(49, 1),35152(49, 1),
29404(50, 1),35153(50, 1),
29405(51, 1),35154(51, 1),
29406(52, 1),35155(52, 1),
29407(53, 1),35156(53, 1),
29408(54, 1),35157(54, 1),
29409(55, 1),35158(55, 1),
29410(56, 1),35159(56, 1),
29411(57, 1),35160(57, 1),
29412(58, 1),35161(58, 1),
29413(59, 1),35162(59, 1),
29414(60, 1),35163(60, 1),
29415(61, 1),35164(61, 1),
29416(62, 1),35165(62, 1),
29417(63, 1),35166(63, 1),
29418(64, 1),35167(64, 1),
29419(65, 1),35168(65, 1),
29420(66, 1),35169(66, 1),
29421(67, 1),35170(67, 1),
29422(68, 1),35171(68, 1),
29423(69, 1),35172(69, 1),
29424(70, 1),35173(70, 1),
29425(71, 1),35174(71, 1),
29426(72, 1),35175(72, 1),
29427(73, 1),35176(73, 1),
29428(74, 1),35177(74, 1),
29429(75, 1),35178(75, 1),
29430(76, 1),35179(76, 1),
29431(77, 1),35180(77, 1),
29432(78, 1),35181(78, 1),
29433(79, 1),35182(79, 1),
29434(80, 1),35183(80, 1),
29435(81, 1),35184(81, 1),
29436(82, 1),35185(82, 1),
29437(83, 1),35186(83, 1),
29438(84, 1),35187(84, 1),
29439(85, 1),35188(85, 1),
29440(86, 1),35189(86, 1),
29441(87, 1),35190(87, 1),
29442(88, 1),35191(88, 1),
29443(89, 1),35192(89, 1),
29444(90, 1),35193(90, 1),
29445(91, 1),35194(91, 1),
29446(92, 1),35195(92, 1),
29447(93, 1),35196(93, 1),
29448(94, 1),35197(94, 1),
29449(95, 1),35198(95, 1),
29450(96, 1),35199(96, 1),
29451(97, 1),35200(97, 1),
29452(98, 1),35201(98, 1),
29453(99, 1),35202(99, 1),
29454(100, 1),35203(100, 1),
29455(101, 1),35204(101, 1),
29456(102, 1),35205(102, 1),
29457(103, 1),35206(103, 1),
29458(104, 1),35207(104, 1),
29459(105, 1),35208(105, 1),
29460(106, 1),35209(106, 1),
29461(107, 1),35210(107, 1),
29462(108, 1),35211(108, 1),
29463(109, 1),35212(109, 1),
29464(110, 1),35213(110, 1),
29465(111, 1),35214(111, 1),
29466(112, 1),35215(112, 1),
29467(113, 1),35216(113, 1),
29468(114, 1),35217(114, 1),
29469(115, 1),35218(115, 1),
29470(116, 1),35219(116, 1),
29471(117, 1),35220(117, 1),
29472(118, 1),35221(118, 1),
29473(119, 1),35222(119, 1),
29474(120, 1),35223(120, 1),
29475(121, 1),35224(121, 1),
29476(122, 1),35225(122, 1),
29477(123, 1),35226(123, 1),
29478(124, 1),35227(124, 1),
29479(125, 1),35228(125, 1),
29480(126, 1),35229(126, 1),
29481(127, 1),35230(127, 1),
29482(128, 1),35231(128, 1),
29483(129, 1),35232(129, 1),
29484(130, 1),35233(130, 1),
29485(131, 1),35234(131, 1),
29486(132, 1),35235(132, 1),
29487(133, 1),35236(133, 1),
29488(134, 1),35237(134, 1),
29489(135, 1),35238(135, 1),
29490(136, 1),35239(136, 1),
29491(137, 1),35240(137, 1),
29492(138, 1),35241(138, 1),
29493(139, 1),35242(139, 1),
29494(140, 1),35243(140, 1),
29495(141, 1),35244(141, 1),
29496(142, 1),35245(142, 1),
29497(143, 1),35246(143, 1),
29498(144, 1),35247(144, 1),
29499(145, 1),35248(145, 1),
29500(146, 1),35249(146, 1),
29501(147, 1),35250(147, 1),
29502(148, 1),35251(148, 1),
29503(149, 1),35252(149, 1),
29504(150, 1),35253(150, 1),
29505(151, 1),35254(151, 1),
29506(152, 1),35255(152, 1),
29507(153, 1),35256(153, 1),
29508(154, 1),35257(154, 1),
29509(155, 1),35258(155, 1),
29510(156, 1),35259(156, 1),
29511(157, 1),35260(157, 1),
29512(158, 1),35261(158, 1),
29513(159, 1),35262(159, 1),
29514(160, 1),35263(160, 1),
29515(161, 1),35264(161, 1),
29516(162, 1),35265(162, 1),
29517(163, 1),35266(163, 1),
29518(164, 1),35267(164, 1),
29519(165, 1),35268(165, 1),
29520(166, 1),35269(166, 1),
29521(167, 1),35270(167, 1),
29522(168, 1),35271(168, 1),
29523(169, 1),35272(169, 1),
29524(170, 1),35273(170, 1),
29525(171, 1),35274(171, 1),
29526(172, 1),35275(172, 1),
29527(173, 1),35276(173, 1),
29528(174, 1),35277(174, 1),
29529(175, 1),35278(175, 1),
29530(176, 1),35279(176, 1),
29531(177, 1),35280(177, 1),
29532(178, 1),35281(178, 1),
29533(179, 1),35282(179, 1),
29534(180, 1),35283(180, 1),
29535(181, 1),35284(181, 1),
29536(182, 1),35285(182, 1),
29537(183, 1),35286(183, 1),
29538(184, 1),35287(184, 1),
29539(185, 1),35288(185, 1),
29540(186, 1),35289(186, 1),
29541(187, 1),35290(187, 1),
29542(188, 1),35291(188, 1),
29543(189, 1),35292(189, 1),
29544(190, 1),35293(190, 1),
29545(191, 1),35294(191, 1),
29546(200, 1),35295(200, 1),
29547(201, 1),35296(201, 1),
29548(202, 1),35297(202, 1),
29549(203, 1),35298(203, 1),
29550(204, 1),35299(204, 1),
29551(205, 1),35300(205, 1),
29552(206, 1),35301(206, 1),
29553(207, 1),35302(207, 1),
29554(208, 1),35303(208, 1),
29555(209, 1),35304(209, 1),
29556(210, 1),35305(210, 1),
29557(211, 1),35306(211, 1),
29558(212, 1),35307(212, 1),
29559(213, 1),35308(213, 1),
29560(214, 1),35309(214, 1),
29561(215, 1),35310(215, 1),
29562(216, 1),35311(216, 1),
29563(217, 1),35312(217, 1),
29564(218, 1),35313(218, 1),
29565(219, 1),35314(219, 1),
29566(221, 1),35315(221, 1),
29567(222, 1),35316(222, 1),
29568(223, 1),35317(223, 1),
29569(224, 1),35318(224, 1),
29570(225, 1),35319(225, 1),
29571(226, 1),35320(226, 1),
29572(228, 1),35321(228, 1),
29573(233, 1),35322(233, 1),
29574(234, 1),35323(234, 1),
29575(235, 1),35324(235, 1),
29576(236, 1),35325(236, 1),
29577(237, 1),35326(237, 1),
29578(238, 1),35327(238, 1),
29579(239, 1),35328(239, 1),
29580(240, 1),35329(240, 1),
29581(241, 1),35330(241, 1),
29582(242, 1),35331(242, 1),
29583(257, 1),35332(257, 1),
29584(258, 1),35333(258, 1),
29585(259, 1),35334(259, 1),
29586(260, 1),35335(260, 1),
29587(261, 1),35336(261, 1),
29588(262, 1),35337(262, 1),
29589(263, 1),35338(263, 1),
29590(264, 1),35339(264, 1),
29591(265, 1),35340(265, 1),
29592(266, 1),35341(266, 1),
29593(267, 1),35342(267, 1),
29594(268, 1),35343(268, 1),
29595(269, 1),35344(269, 1),
29596(270, 1),35345(270, 1),
29597(271, 1),35346(271, 1),
29598(272, 1),35347(272, 1),
29599(273, 1),35348(273, 1),
29600(274, 1),35349(274, 1),
29601(275, 1),35350(275, 1),
29602(276, 1),35351(276, 1),
29603(277, 1),35352(277, 1),
29604(278, 1),35353(278, 1),
29605(279, 1),35354(279, 1),
29606(280, 1),35355(280, 1),
29607(281, 1),35356(281, 1),
29608(282, 1),35357(282, 1),
29609(283, 1),35358(283, 1),
29610(284, 1),35359(284, 1),
29611(286, 1),35360(286, 1),
29612(287, 1),35361(287, 1),
29613(288, 1),35362(288, 1),
29614(289, 1),35363(289, 1),
29615(290, 1),35364(290, 1),
29616(291, 1),35365(291, 1),
29617(292, 1),35366(292, 1),
29618(293, 1),35367(293, 1),
29619(294, 1),35368(294, 1),
29620(295, 1),35369(295, 1),
29621(296, 1),35370(296, 1),
29622(299, 1),35371(299, 1),
29623(300, 1),35372(300, 1),
29624(303, 1),35373(303, 1),
29625(304, 1),35374(304, 1),
29626(305, 1),35375(305, 1),
29627(306, 1),35376(306, 1),
29628(307, 1),35377(307, 1),
29629(308, 1),35378(308, 1),
29630(309, 1),35379(309, 1),
29631(310, 1),35380(310, 1),
29632(311, 1),35381(311, 1),
29633(312, 1),35382(312, 1),
29634(313, 1),35383(313, 1),
29635(314, 1),35384(314, 1),
29636(315, 1),35385(315, 1),
29637(316, 1),35386(316, 1),
29638(317, 1),35387(317, 1),
29639(318, 1),35388(318, 1),
29640(319, 1),35389(319, 1),
29641(320, 1),35390(320, 1),
29642(321, 1),35391(321, 1),
29643(322, 1),35392(322, 1),
29644(323, 1),35393(323, 1),
29645(324, 1),35394(324, 1),
29646(325, 1),35395(325, 1),
29647(326, 1),35396(326, 1),
29648(327, 1),35397(327, 1),
29649(328, 1),35398(328, 1),
29650(329, 1),35399(329, 1),
29651(330, 1),35400(330, 1),
29652(331, 1),35401(331, 1),
29653(332, 1),35402(332, 1),
29654(333, 1),35403(333, 1),
29655(334, 1),35404(334, 1),
29656(335, 1),35405(335, 1),
29657(336, 1),35406(336, 1),
29658(337, 1),35407(337, 1),
29659(338, 1),35408(338, 1),
29660(339, 1),35409(339, 1),
29661(340, 1),35410(340, 1),
29662(341, 1),35411(341, 1),
29663(342, 1),35412(342, 1),
29664(343, 1),35413(343, 1),
29665(344, 1),35414(344, 1),
29666(345, 1),35415(345, 1),
29667(346, 1),35416(346, 1),
29668(347, 1),35417(347, 1),
29669(348, 1),35418(348, 1),
29670(349, 1),35419(349, 1),
29671(350, 1),35420(350, 1),
29672(351, 1),35421(351, 1),
29673(352, 1),35422(352, 1),
29674(353, 1),35423(353, 1),
29675(354, 1),35424(354, 1),
29676(355, 1),35425(355, 1),
29677(356, 1),35426(356, 1),
29678(357, 1),35427(357, 1),
29679(358, 1),35428(358, 1),
29680(359, 1),35429(359, 1),
29681(360, 1),35430(360, 1),
29682(361, 1),35431(361, 1),
29683(362, 1),35432(362, 1),
29684(363, 1),35433(363, 1),
29685(364, 1),35434(364, 1),
29686(365, 1),35435(365, 1),
29687(366, 1),35436(366, 1),
29688(367, 1),35437(367, 1),
29689(368, 1),35438(368, 1),
29690(369, 1),35439(369, 1),
29691(370, 1),35440(370, 1),
29692(371, 1),35441(371, 1),
29693(372, 1),35442(372, 1),
29694(373, 1),35443(373, 1),
29695(374, 1),35444(374, 1),
29696(375, 1),35445(375, 1),
29697(376, 1),35446(376, 1),
29698(377, 1),35447(377, 1),
29699(378, 1),35448(378, 1),
29700(379, 1),35449(379, 1),
29701(380, 1),35450(380, 1),
29702(381, 1),35451(381, 1),
29703(382, 1),35452(382, 1),
29704(383, 1),35453(383, 1),
29705(384, 1),35454(384, 1),
29706(385, 1),35455(385, 1),
29707(386, 1),35456(386, 1),
29708(387, 1),35457(387, 1),
29709(388, 1),35458(388, 1),
29710(389, 1),35459(389, 1),
29711(390, 1),35460(390, 1),
29712(391, 1),35461(391, 1),
29713(392, 1),35462(392, 1),
29714(393, 1),35463(393, 1),
29715(394, 1),35464(394, 1),
29716(395, 1),35465(395, 1),
29717(396, 1),35466(396, 1),
29718(397, 1),35467(397, 1),
29719(398, 1),35468(398, 1),
29720(399, 1),35469(399, 1),
29721(400, 1),35470(400, 1),
29722(401, 1),35471(401, 1),
29723(402, 1),35472(402, 1),
29724(403, 1),35473(403, 1),
29725(404, 1),35474(404, 1),
29726(405, 1),35475(405, 1),
29727(406, 1),35476(406, 1),
29728(407, 1),35477(407, 1),
29729(408, 1),35478(408, 1),
29730(409, 1),35479(409, 1),
29731(410, 1),35480(410, 1),
29732(411, 1),35481(411, 1),
29733(412, 1),35482(412, 1),
29734(413, 1),35483(413, 1),
29735(414, 1),35484(414, 1),
29736(415, 1),35485(415, 1),
29737(416, 1),35486(416, 1),
29738(417, 1),35487(417, 1),
29739(418, 1),35488(418, 1),
29740(419, 1),35489(419, 1),
29741(420, 1),35490(420, 1),
29742(421, 1),35491(421, 1),
29743(422, 1),35492(422, 1),
29744(423, 1),35493(423, 1),
29745(424, 1),35494(424, 1),
29746(425, 1),35495(425, 1),
29747(426, 1),35496(426, 1),
29748(427, 1),35497(427, 1),
29749(428, 1),35498(428, 1),
29750(429, 1),35499(429, 1),
29751(430, 1),35500(430, 1),
29752(431, 1),35501(431, 1),
29753(432, 1),35502(432, 1),
29754(433, 1),35503(433, 1),
29755(434, 1),35504(434, 1),
29756(435, 1),35505(435, 1),
29757(436, 1),35506(436, 1),
29758(437, 1),35507(437, 1),
29759(438, 1),35508(438, 1),
29760(439, 1),35509(439, 1),
29761(440, 1),35510(440, 1),
29762(441, 1),35511(441, 1),
29763(442, 1),35512(442, 1),
29764(443, 1),35513(443, 1),
29765(444, 1),35514(444, 1),
29766(445, 1),35515(445, 1),
29767(446, 1),35516(446, 1),
29768(447, 1),35517(447, 1),
29769(448, 1),35518(448, 1),
29770(449, 1),35519(449, 1),
29771(450, 1),35520(450, 1),
29772(451, 1),35521(451, 1),
29773(452, 1),35522(452, 1),
29774(453, 1),35523(453, 1),
29775(454, 1),35524(454, 1),
29776(455, 1),35525(455, 1),
29777(456, 1),35526(456, 1),
29778(457, 1),35527(457, 1),
29779(458, 1),35528(458, 1),
29780(459, 1),35529(459, 1),
29781(460, 1),35530(460, 1),
29782(461, 1),35531(461, 1),
29783(462, 1),35532(462, 1),
29784(463, 1),35533(463, 1),
29785(464, 1),35534(464, 1),
29786(465, 1),35535(465, 1),
29787(466, 1),35536(466, 1),
29788(467, 1),35537(467, 1),
29789(468, 1),35538(468, 1),
29790(469, 1),35539(469, 1),
29791(470, 1),35540(470, 1),
29792(471, 1),35541(471, 1),
29793(472, 1),35542(472, 1),
29794(473, 1),35543(473, 1),
29795(474, 1),35544(474, 1),
29796(475, 1),35545(475, 1),
29797(476, 1),35546(476, 1),
29798(477, 1),35547(477, 1),
29799(478, 1),35548(478, 1),
29800(479, 1),35549(479, 1),
29801(480, 1),35550(480, 1),
29802(481, 1),35551(481, 1),
29803(482, 1),35552(482, 1),
29804(483, 1),35553(483, 1),
29805(484, 1),35554(484, 1),
29806(485, 1),35555(485, 1),
29807(486, 1),35556(486, 1),
29808(487, 1),35557(487, 1),
29809(488, 1),35558(488, 1),
29810(489, 1),35559(489, 1),
29811(490, 1),35560(490, 1),
29812(491, 1),35561(491, 1),
29813(492, 1),35562(492, 1),
29814(493, 1),35563(493, 1),
29815(494, 1),35564(494, 1),
29816(495, 1),35565(495, 1),
29817(496, 1),35566(496, 1),
29818(497, 1),35567(497, 1),
29819(498, 1),35568(498, 1),
29820(499, 1),35569(499, 1),
29821(500, 1),35570(500, 1),
29822(501, 1),35571(501, 1),
29823(502, 1),35572(502, 1),
29824(503, 1),35573(503, 1),
29825(504, 1),35574(504, 1),
29826(505, 1),35575(505, 1),
29827(506, 1),35576(506, 1),
29828(507, 1),35577(507, 1),
29829(508, 1),35578(508, 1),
29830(509, 1),35579(509, 1),
29831(510, 1),35580(510, 1),
29832(511, 1),35581(511, 1),
29833(512, 1),35582(512, 1),
29834(513, 1),35583(513, 1),
29835(514, 1),35584(514, 1),
29836(515, 1),35585(515, 1),
29837(516, 1),35586(516, 1),
29838(517, 1),35587(517, 1),
29839(518, 1),35588(518, 1),
29840(519, 1),35589(519, 1),
29841(520, 1),35590(520, 1),
29842(521, 1),35591(521, 1),
29843(522, 1),35592(522, 1),
29844(523, 1),35593(523, 1),
29845(524, 1),35594(524, 1),
29846(525, 1),35595(525, 1),
29847(526, 1),35596(526, 1),
29848(527, 1),35597(527, 1),
29849(528, 1),35598(528, 1),
29850(529, 1),35599(529, 1),
29851(2328, 1),35600(2328, 1),
29852(2329, 1),35601(2329, 1),
29853(2330, 1),35602(2330, 1),
29854(2331, 1),35603(2331, 1),
29855(2332, 1),35604(2332, 1),
29856(2333, 1),35605(2333, 1),
29857(2334, 1),35606(2334, 1),
29858(2335, 1),35607(2335, 1),
29859(2336, 1),35608(2336, 1),
29860(2337, 1),35609(2337, 1),
29861(2338, 1),35610(2338, 1),
29862(2339, 1),35611(2339, 1),
29863(2340, 1),35612(2340, 1),
29864(2341, 1),35613(2341, 1),
29865(2342, 1),35614(2342, 1),
29866(2343, 1),35615(2343, 1),
29867(2344, 1),35616(2344, 1),
29868(2345, 1),35617(2345, 1),
29869(2346, 1),35618(2346, 1),
29870(2347, 1),35619(2347, 1),
29871(2348, 1),35620(2348, 1),
29872(2349, 1),35621(2349, 1),
29873(2350, 1),35622(2350, 1),
29874(2351, 1),35623(2351, 1),
29875(2352, 1),35624(2352, 1),
29876(2353, 1),35625(2353, 1),
29877(2354, 1),35626(2354, 1),
29878(2355, 1),35627(2355, 1),
29879(2356, 1),35628(2356, 1),
29880(2357, 1),35629(2357, 1),
29881(2358, 1),35630(2358, 1),
29882(2359, 1),35631(2359, 1),
29883(2360, 1),35632(2360, 1),
29884(2361, 1),35633(2361, 1),
29885(2362, 1),35634(2362, 1),
29886(2363, 1),35635(2363, 1),
29887(2364, 1),35636(2364, 1),
29888(2365, 1),35637(2365, 1),
29889(2366, 1),35638(2366, 1),
29890(2367, 1),35639(2367, 1),
29891(2368, 1),35640(2368, 1),
29892(2369, 1),35641(2369, 1),
29893(2370, 1),35642(2370, 1),
29894(2371, 1),35643(2371, 1),
29895(2372, 1),35644(2372, 1),
29896(2373, 1),35645(2373, 1),
29897(2374, 1),35646(2374, 1),
29898(2375, 1),35647(2375, 1),
29899(2376, 1),35648(2376, 1),
29900(2377, 1),35649(2377, 1),
29901(2378, 1),35650(2378, 1),
29902(2379, 1),35651(2379, 1),
29903(2380, 1),35652(2380, 1),
29904(2381, 1),35653(2381, 1),
29905(2382, 1),35654(2382, 1),
29906(2383, 1),35655(2383, 1),
29907(2384, 1),35656(2384, 1),
29908(2385, 1),35657(2385, 1),
29909(2386, 1),35658(2386, 1),
29910(2387, 1),35659(2387, 1),
29911(2388, 1),35660(2388, 1),
29912(2389, 1),35661(2389, 1),
29913(2390, 1),35662(2390, 1),
29914(2391, 1),35663(2391, 1),
29915(2392, 1),35664(2392, 1),
29916(2393, 1),35665(2393, 1),
29917(2394, 1),35666(2394, 1),
29918(2395, 1),35667(2395, 1),
29919(2396, 1),35668(2396, 1),
29920(2397, 1),35669(2397, 1),
29921(2398, 1),35670(2398, 1),
29922(2399, 1),35671(2399, 1),
29923(2400, 1),35672(2400, 1),
29924(2401, 1),35673(2401, 1),
29925(2402, 1),35674(2402, 1),
29926(2403, 1),35675(2403, 1),
29927(2404, 1),35676(2404, 1),
29928(2405, 1),35677(2405, 1),
29929(2406, 1),35678(2406, 1),
29930(2407, 1),35679(2407, 1),
29931(2408, 1),35680(2408, 1),
29932(2409, 1),35681(2409, 1),
29933(2410, 1),35682(2410, 1),
29934(2411, 1),35683(2411, 1),
29935(2412, 1),35684(2412, 1),
29936(2413, 1),35685(2413, 1),
29937(2414, 1),35686(2414, 1),
29938(2415, 1),35687(2415, 1),
29939(2416, 1),35688(2416, 1),
29940(2417, 1),35689(2417, 1),
29941(2418, 1),35690(2418, 1),
29942(2419, 1),35691(2419, 1),
29943(2420, 1),35692(2420, 1),
29944(2421, 1),35693(2421, 1),
29945(2422, 1),35694(2422, 1),
29946(2423, 1),35695(2423, 1),
29947(2424, 1),35696(2424, 1),
29948(2425, 1),35697(2425, 1),
29949(2426, 1),35698(2426, 1),
29950(2427, 1),35699(2427, 1),
29951(2428, 1),35700(2428, 1),
29952(2429, 1),35701(2429, 1),
29953(2430, 1),35702(2430, 1),
29954(2431, 1),35703(2431, 1),
29955(2432, 1),35704(2432, 1),
29956(2433, 1),35705(2433, 1),
29957(2434, 1),35706(2434, 1),
29958(2435, 1),35707(2435, 1),
29959(2436, 1),35708(2436, 1),
29960(2437, 1),35709(2437, 1),
29961(2438, 1),35710(2438, 1),
29962(2439, 1),35711(2439, 1),
29963(2440, 1),35712(2440, 1),
29964(2441, 1),35713(2441, 1),
29965(2442, 1),35714(2442, 1),
29966(2443, 1),35715(2443, 1),
29967(2444, 1),35716(2444, 1),
29968(2445, 1),35717(2445, 1),
29969(2446, 1),35718(2446, 1),
29970(2447, 1),35719(2447, 1),
29971(2448, 1),35720(2448, 1),
29972(2449, 1),35721(2449, 1),
29973(2450, 1),35722(2450, 1),
29974(2451, 1),35723(2451, 1),
29975(2452, 1),35724(2452, 1),
29976(2453, 1),35725(2453, 1),
29977(2454, 1),35726(2454, 1),
29978(2455, 1),35727(2455, 1),
29979(2456, 1),35728(2456, 1),
29980(2457, 1),35729(2457, 1),
29981(2458, 1),35730(2458, 1),
29982(2459, 1),35731(2459, 1),
29983(2460, 1),35732(2460, 1),
29984(2461, 1),35733(2461, 1),
29985(2462, 1),35734(2462, 1),
29986(2463, 1),35735(2463, 1),
29987(2464, 1),35736(2464, 1),
29988(2465, 1),35737(2465, 1),
29989(2466, 1),35738(2466, 1),
29990(2467, 1),35739(2467, 1),
29991(2468, 1),35740(2468, 1),
29992(2469, 1),35741(2469, 1),
29993(2470, 1),35742(2470, 1),
29994(2471, 1),35743(2471, 1),
29995(2472, 1),35744(2472, 1),
29996(2473, 1),35745(2473, 1),
29997(2474, 1),35746(2474, 1),
29998(2475, 1),35747(2475, 1),
29999(2476, 1),35748(2476, 1),
30000(2477, 1),35749(2477, 1),
30001(2478, 1),35750(2478, 1),
30002(2479, 1),35751(2479, 1),
30003(2480, 1),35752(2480, 1),
30004(2481, 1),35753(2481, 1),
30005(2482, 1),35754(2482, 1),
30006(2483, 1),35755(2483, 1),
30007(2484, 1),35756(2484, 1),
30008(2485, 1),35757(2485, 1),
30009(2486, 1),35758(2486, 1),
30010(2487, 1),35759(2487, 1),
30011(2488, 1),35760(2488, 1),
30012(2489, 1),35761(2489, 1),
30013(2490, 1),35762(2490, 1),
30014(2491, 1),35763(2491, 1),
30015(2492, 1),35764(2492, 1),
30016(2526, 2),35765(2526, 2),
30017(2527, 2),35766(2527, 2),
30018(2528, 2),35767(2528, 2),
30019(2529, 2),35768(2529, 2),
30020(2530, 2),35769(2530, 2),
30021(2531, 2),35770(2531, 2),
30022(2532, 2),35771(2532, 2),
30023(2533, 2),35772(2533, 2),
30024(2534, 2),35773(2534, 2),
30025(2535, 2),35774(2535, 2),
30026(2536, 2),35775(2536, 2),
30027(2537, 2),35776(2537, 2),
30028(2538, 2),35777(2538, 2),
30029(2539, 2),35778(2539, 2),
30030(2540, 2),35779(2540, 2),
30031(2541, 2),35780(2541, 2),
30032(2542, 2),35781(2542, 2),
30033(2543, 2),35782(2543, 2),
30034(2544, 2),35783(2544, 2),
30035(2545, 2),35784(2545, 2),
30036(2546, 2),35785(2546, 2),
30037(2547, 2),35786(2547, 2),
30038(2548, 2),35787(2548, 2),
30039(2549, 2),35788(2549, 2),
30040(2550, 2),35789(2550, 2),
30041(2551, 2),35790(2551, 2),
30042(2552, 2),35791(2552, 2),
30043(2553, 2),35792(2553, 2),
30044(2554, 2),35793(2554, 2),
30045(2555, 2),35794(2555, 2),
30046(2556, 2),35795(2556, 2),
30047(2557, 2),35796(2557, 2),
30048(2558, 2),35797(2558, 2),
30049(2559, 2),35798(2559, 2),
30050(2560, 2),35799(2560, 2),
30051(2561, 2),35800(2561, 2),
30052(2562, 2),35801(2562, 2),
30053(2563, 2),35802(2563, 2),
30054(2564, 2),35803(2564, 2),
30055(2565, 2),35804(2565, 2),
30056(2566, 2),35805(2566, 2),
30057(2567, 2),35806(2567, 2),
30058(2568, 2),35807(2568, 2),
30059(2569, 2),35808(2569, 2),
30060(2570, 2),35809(2570, 2),
30061(2571, 2),35810(2571, 2),
30062(2572, 2),35811(2572, 2),
30063(2573, 2),35812(2573, 2),
30064(2574, 2),35813(2574, 2),
30065(2575, 2),35814(2575, 2),
30066(2576, 2),35815(2576, 2),
30067(2577, 2),35816(2577, 2),
30068(2578, 2),35817(2578, 2),
30069(2579, 2),35818(2579, 2),
30070(2580, 2),35819(2580, 2),
30071(2581, 2),35820(2581, 2),
30072(2582, 2),35821(2582, 2),
30073(2583, 2),35822(2583, 2),
30074(2584, 2),35823(2584, 2),
30075(2585, 2),35824(2585, 2),
30076(2586, 2),35825(2586, 2),
30077(2587, 2),35826(2587, 2),
30078(2588, 2),35827(2588, 2),
30079(2589, 2),35828(2589, 2),
30080(2590, 2),35829(2590, 2),
30081(2591, 2),35830(2591, 2),
30082(2592, 2),35831(2592, 2),
30083(2593, 2),35832(2593, 2),
30084(2594, 2),35833(2594, 2),
30085(2595, 2),35834(2595, 2),
30086(2596, 2),35835(2596, 2),
30087(2597, 2),35836(2597, 2),
30088(2598, 2),35837(2598, 2),
30089(2599, 2),35838(2599, 2),
30090(2600, 2),35839(2600, 2),
30091(2601, 2),35840(2601, 2),
30092(2602, 2),35841(2602, 2),
30093(2603, 2),35842(2603, 2),
30094(2604, 2),35843(2604, 2),
30095(2605, 2),35844(2605, 2),
30096(2606, 2),35845(2606, 2),
30097(2607, 2),35846(2607, 2),
30098(2608, 2),35847(2608, 2),
30099(2609, 2),35848(2609, 2),
30100(2610, 2),35849(2610, 2),
30101(2611, 2),35850(2611, 2),
30102(2612, 2),35851(2612, 2),
30103(2613, 2),35852(2613, 2),
30104(2614, 2),35853(2614, 2),
30105(2615, 2),35854(2615, 2),
30106(2616, 2),35855(2616, 2),
30107(2617, 2),35856(2617, 2),
30108(2618, 2),35857(2618, 2),
30109(2619, 2),35858(2619, 2),
30110(2620, 2),35859(2620, 2),
30111(2621, 2),35860(2621, 2),
30112(2622, 2),35861(2622, 2),
30113(2623, 2),35862(2623, 2),
30114(2624, 2),35863(2624, 2),
30115(2625, 2),35864(2625, 2),
30116(2626, 2),35865(2626, 2),
30117(2627, 2),35866(2627, 2),
30118(2628, 2),35867(2628, 2),
30119(2629, 2),35868(2629, 2),
30120(2630, 2),35869(2630, 2),
30121(2631, 2),35870(2631, 2),
30122(2632, 2),35871(2632, 2),
30123(2633, 2),35872(2633, 2),
30124(2634, 2),35873(2634, 2),
30125(2635, 2),35874(2635, 2),
30126(2636, 2),35875(2636, 2),
30127(2637, 2),35876(2637, 2),
30128(2638, 2),35877(2638, 2),
30129(2639, 2),35878(2639, 2),
30130(2640, 2),35879(2640, 2),
30131(2641, 2),35880(2641, 2),
30132(2642, 2),35881(2642, 2),
30133(2643, 2),35882(2643, 2),
30134(2644, 2),35883(2644, 2),
30135(2645, 2),35884(2645, 2),
30136(2646, 2),35885(2646, 2),
30137(2647, 2),35886(2647, 2),
30138(2648, 2),35887(2648, 2),
30139(2649, 2),35888(2649, 2),
30140(2650, 2),35889(2650, 2),
30141(2651, 2),35890(2651, 2),
30142(2652, 2),35891(2652, 2),
30143(2653, 2),35892(2653, 2),
30144(2654, 2),35893(2654, 2),
30145(2655, 2),35894(2655, 2),
30146(2656, 2),35895(2656, 2),
30147(2657, 2),35896(2657, 2),
30148(2658, 2),35897(2658, 2),
30149(2659, 2),35898(2659, 2),
30150(2660, 2),35899(2660, 2),
30151(2661, 2),35900(2661, 2),
30152(2662, 2),35901(2662, 2),
30153(2663, 2),35902(2663, 2),
30154(2664, 2),35903(2664, 2),
30155(2665, 2),35904(2665, 2),
30156(2666, 2),35905(2666, 2),
30157(2667, 2),35906(2667, 2),
30158(2668, 2),35907(2668, 2),
30159(2669, 2),35908(2669, 2),
30160(2670, 2),35909(2670, 2),
30161(2671, 2),35910(2671, 2),
30162(2672, 2),35911(2672, 2),
30163(2673, 2),35912(2673, 2),
30164(2674, 2),35913(2674, 2),
30165(2675, 2),35914(2675, 2),
30166(2676, 2),35915(2676, 2),
30167(2677, 2),35916(2677, 2),
30168(2678, 2),35917(2678, 2),
30169(2679, 2),35918(2679, 2),
30170(2680, 2),35919(2680, 2),
30171(2681, 2),35920(2681, 2),
30172(2682, 2),35921(2682, 2),
30173(2683, 2),35922(2683, 2),
30174(2684, 2),35923(2684, 2),
30175(2685, 2),35924(2685, 2),
30176(2686, 2),35925(2686, 2),
n30177(2687, 2);n35926(2687, 2),
35927(2688, 1),
35928(2689, 1),
35929(2690, 1),
35930(2691, 1),
35931(2692, 1),
35932(2693, 1),
35933(2694, 1),
35934(2695, 1),
35935(2696, 1),
35936(2697, 1),
35937(2698, 1),
35938(2699, 1),
35939(2700, 1),
35940(2701, 1),
35941(2702, 1),
35942(2703, 1),
35943(2704, 1),
35944(2705, 1),
35945(2706, 1),
35946(2707, 1),
35947(2708, 1),
35948(2709, 1),
35949(2710, 1),
35950(2711, 1),
35951(2712, 1),
35952(2713, 1),
35953(2714, 1),
35954(2715, 1),
35955(2716, 1),
35956(2717, 1),
35957(2718, 1),
35958(2719, 1),
35959(2720, 1),
35960(2721, 1),
35961(2722, 1),
35962(2723, 1),
35963(2724, 1),
35964(2725, 1),
35965(2726, 1),
35966(2727, 1),
35967(2728, 1),
35968(2729, 1),
35969(2730, 1),
35970(2731, 1),
35971(2732, 1),
35972(2733, 1),
35973(2734, 1),
35974(2735, 1),
35975(2736, 1),
35976(2737, 1),
35977(2738, 1),
35978(2739, 1),
35979(2740, 1),
35980(2741, 1),
35981(2742, 1),
35982(2743, 1),
35983(2744, 1),
35984(2745, 1),
35985(2746, 1),
35986(2747, 1),
35987(2748, 1),
35988(2749, 1),
35989(2750, 1),
35990(2751, 1),
35991(2752, 1),
35992(2753, 1),
35993(2754, 1),
35994(2755, 1),
35995(2756, 1),
35996(2757, 1),
35997(2758, 1),
35998(2759, 1),
35999(2760, 1),
36000(2761, 1),
36001(2762, 1),
36002(2763, 1),
36003(2764, 1),
36004(2765, 1),
36005(2766, 1),
36006(2767, 1),
36007(2768, 1),
36008(2769, 1),
36009(2770, 1),
36010(2771, 1),
36011(2772, 1),
36012(2773, 1),
36013(2774, 1),
36014(2775, 1),
36015(2776, 1);
3017836016
30179-- --------------------------------------------------------36017-- --------------------------------------------------------
3018036018
30181--36019--
30182-- Table structure for table `objective_status`36020-- Table structure for table `objective_status`
30183--36021--
3018436022
30185CREATE TABLE `objective_status` (36023CREATE TABLE `objective_status` (
30186  `objective_status_id` int(12) NOT NULL,36024  `objective_status_id` int(12) NOT NULL,
30187  `objective_status_description` varchar(50) NOT NULL,36025  `objective_status_description` varchar(50) NOT NULL,
30188  `updated_date` bigint(20) NOT NULL,36026  `updated_date` bigint(20) NOT NULL,
30189  `updated_by` int(11) NOT NULL36027  `updated_by` int(11) NOT NULL
30190) ENGINE=InnoDB DEFAULT CHARSET=latin1;36028) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3019136029
30192--36030--
30193-- Dumping data for table `objective_status`36031-- Dumping data for table `objective_status`
30194--36032--
3019536033
30196INSERT INTO `objective_status` (`objective_status_id`, `objective_status_description`, `updated_date`, `updated_by`) VALUES36034INSERT INTO `objective_status` (`objective_status_id`, `objective_status_description`, `updated_date`, `updated_by`) VALUES
30197(1, 'Draft', 0, 0),36035(1, 'Draft', 0, 0),
30198(2, 'Active', 0, 0),36036(2, 'Active', 0, 0),
30199(3, 'Retired', 0, 0);36037(3, 'Retired', 0, 0);
3020036038
30201-- --------------------------------------------------------36039-- --------------------------------------------------------
3020236040
30203--36041--
30204-- Table structure for table `objective_tag_attributes`36042-- Table structure for table `objective_tag_attributes`
30205--36043--
3020636044
30207CREATE TABLE `objective_tag_attributes` (36045CREATE TABLE `objective_tag_attributes` (
30208  `otag_attribute_id` int(11) NOT NULL,36046  `otag_attribute_id` int(11) NOT NULL,
30209  `objective_set_id` int(11) NOT NULL,36047  `objective_set_id` int(11) NOT NULL,
30210  `target_objective_set_id` int(11) NOT NULL,36048  `target_objective_set_id` int(11) NOT NULL,
30211  `updated_date` bigint(64) NOT NULL,36049  `updated_date` bigint(64) NOT NULL,
30212  `updated_by` int(11) NOT NULL36050  `updated_by` int(11) NOT NULL
30213) ENGINE=InnoDB DEFAULT CHARSET=utf8;36051) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3021436052
30215--36053--
30216-- Dumping data for table `objective_tag_attributes`36054-- Dumping data for table `objective_tag_attributes`
30217--36055--
3021836056
30219INSERT INTO `objective_tag_attributes` (`otag_attribute_id`, `objective_set_id`, `target_objective_set_id`, `updated_date`, `updated_by`) VALUES36057INSERT INTO `objective_tag_attributes` (`otag_attribute_id`, `objective_set_id`, `target_objective_set_id`, `updated_date`, `updated_by`) VALUES
30220(1, 9, 6, 1685381586, 1);36058(1, 9, 6, 1685381586, 1);
3022136059
30222-- --------------------------------------------------------36060-- --------------------------------------------------------
3022336061
30224--36062--
30225-- Table structure for table `objective_tag_levels`36063-- Table structure for table `objective_tag_levels`
30226--36064--
3022736065
30228CREATE TABLE `objective_tag_levels` (36066CREATE TABLE `objective_tag_levels` (
30229  `otag_level_id` int(11) NOT NULL,36067  `otag_level_id` int(11) NOT NULL,
30230  `objective_set_id` int(11) NOT NULL,36068  `objective_set_id` int(11) NOT NULL,
30231  `level` int(2) NOT NULL,36069  `level` int(2) NOT NULL,
30232  `label` varchar(36) DEFAULT NULL,36070  `label` varchar(36) DEFAULT NULL,
30233  `updated_date` bigint(64) NOT NULL,36071  `updated_date` bigint(64) NOT NULL,
30234  `updated_by` int(11) NOT NULL36072  `updated_by` int(11) NOT NULL
30235) ENGINE=InnoDB DEFAULT CHARSET=utf8;36073) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3023636074
30237--36075--
30238-- Dumping data for table `objective_tag_levels`36076-- Dumping data for table `objective_tag_levels`
30239--36077--
3024036078
30241INSERT INTO `objective_tag_levels` (`otag_level_id`, `objective_set_id`, `level`, `label`, `updated_date`, `updated_by`) VALUES36079INSERT INTO `objective_tag_levels` (`otag_level_id`, `objective_set_id`, `level`, `label`, `updated_date`, `updated_by`) VALUES
30242(1, 9, 1, '', 1685381586, 1),36080(1, 9, 1, '', 1685381586, 1),
30243(2, 9, 2, '', 1685381586, 1);36081(2, 9, 2, '', 1685381586, 1);
3024436082
30245-- --------------------------------------------------------36083-- --------------------------------------------------------
3024636084
30247--36085--
30248-- Table structure for table `objective_translation`36086-- Table structure for table `objective_translation`
30249--36087--
3025036088
30251CREATE TABLE `objective_translation` (36089CREATE TABLE `objective_translation` (
30252  `objective_translation_id` int(12) NOT NULL,36090  `objective_translation_id` int(12) NOT NULL,
30253  `objective_id` int(12) NOT NULL,36091  `objective_id` int(12) NOT NULL,
30254  `language_id` int(12) NOT NULL,36092  `language_id` int(12) NOT NULL,
30255  `objective_name` text,36093  `objective_name` text,
30256  `objective_description` text,36094  `objective_description` text,
30257  `updated_date` bigint(20) NOT NULL,36095  `updated_date` bigint(20) NOT NULL,
30258  `updated_by` int(11) NOT NULL36096  `updated_by` int(11) NOT NULL
30259) ENGINE=InnoDB DEFAULT CHARSET=utf8;36097) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3026036098
30261-- --------------------------------------------------------36099-- --------------------------------------------------------
3026236100
30263--36101--
30264-- Table structure for table `objective_translation_status`36102-- Table structure for table `objective_translation_status`
30265--36103--
3026636104
30267CREATE TABLE `objective_translation_status` (36105CREATE TABLE `objective_translation_status` (
30268  `objective_translation_status_id` int(12) NOT NULL,36106  `objective_translation_status_id` int(12) NOT NULL,
30269  `objective_translation_status_description` varchar(30) NOT NULL,36107  `objective_translation_status_description` varchar(30) NOT NULL,
30270  `updated_date` bigint(20) NOT NULL,36108  `updated_date` bigint(20) NOT NULL,
30271  `updated_by` int(11) NOT NULL36109  `updated_by` int(11) NOT NULL
30272) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='A status of requested or completed and possibly not required.';36110) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='A status of requested or completed and possibly not required.';
3027336111
30274--36112--
30275-- Dumping data for table `objective_translation_status`36113-- Dumping data for table `objective_translation_status`
30276--36114--
3027736115
30278INSERT INTO `objective_translation_status` (`objective_translation_status_id`, `objective_translation_status_description`, `updated_date`, `updated_by`) VALUES36116INSERT INTO `objective_translation_status` (`objective_translation_status_id`, `objective_translation_status_description`, `updated_date`, `updated_by`) VALUES
30279(1, 'Requested', 1, 1),36117(1, 'Requested', 1, 1),
30280(2, 'Completed', 1, 1);36118(2, 'Completed', 1, 1);
3028136119
30282-- --------------------------------------------------------36120-- --------------------------------------------------------
3028336121
30284--36122--
30285-- Table structure for table `observership_reflections`36123-- Table structure for table `observership_reflections`
30286--36124--
3028736125
30288CREATE TABLE `observership_reflections` (36126CREATE TABLE `observership_reflections` (
30289  `id` int(11) UNSIGNED NOT NULL,36127  `id` int(11) UNSIGNED NOT NULL,
30290  `observership_id` int(11) NOT NULL,36128  `observership_id` int(11) NOT NULL,
30291  `physicians_role` text NOT NULL,36129  `physicians_role` text NOT NULL,
30292  `physician_reflection` text NOT NULL,36130  `physician_reflection` text NOT NULL,
30293  `role_practice` text,36131  `role_practice` text,
30294  `observership_challenge` text NOT NULL,36132  `observership_challenge` text NOT NULL,
30295  `discipline_reflection` text NOT NULL,36133  `discipline_reflection` text NOT NULL,
30296  `challenge_predictions` text,36134  `challenge_predictions` text,
30297  `questions` text,36135  `questions` text,
30298  `career` tinyint(1) NOT NULL DEFAULT '1',36136  `career` tinyint(1) NOT NULL DEFAULT '1',
30299  `other` text,36137  `other` text,
30300  `career_exploration` text36138  `career_exploration` text
30301) ENGINE=InnoDB DEFAULT CHARSET=utf8;36139) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3030236140
30303-- --------------------------------------------------------36141-- --------------------------------------------------------
3030436142
30305--36143--
30306-- Table structure for table `organisation_lu_restricted_days`36144-- Table structure for table `organisation_lu_restricted_days`
30307--36145--
3030836146
30309CREATE TABLE `organisation_lu_restricted_days` (36147CREATE TABLE `organisation_lu_restricted_days` (
30310  `orday_id` int(12) UNSIGNED NOT NULL,36148  `orday_id` int(12) UNSIGNED NOT NULL,
30311  `organisation_id` int(12) NOT NULL,36149  `organisation_id` int(12) NOT NULL,
30312  `date_type` enum('specific','computed','weekly','monthly') NOT NULL DEFAULT 'specific',36150  `date_type` enum('specific','computed','weekly','monthly') NOT NULL DEFAULT 'specific',
30313  `offset` tinyint(1) DEFAULT NULL,36151  `offset` tinyint(1) DEFAULT NULL,
30314  `day` tinyint(2) DEFAULT NULL,36152  `day` tinyint(2) DEFAULT NULL,
30315  `month` tinyint(2) DEFAULT NULL,36153  `month` tinyint(2) DEFAULT NULL,
30316  `year` int(4) DEFAULT NULL,36154  `year` int(4) DEFAULT NULL,
30317  `reason` varchar(128) DEFAULT NULL,36155  `reason` varchar(128) DEFAULT NULL,
30318  `updated_date` int(12) NOT NULL,36156  `updated_date` int(12) NOT NULL,
30319  `updated_by` int(12) NOT NULL,36157  `updated_by` int(12) NOT NULL,
30320  `day_active` tinyint(1) NOT NULL DEFAULT '1'36158  `day_active` tinyint(1) NOT NULL DEFAULT '1'
30321) ENGINE=InnoDB DEFAULT CHARSET=utf8;36159) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3032236160
30323-- --------------------------------------------------------36161-- --------------------------------------------------------
3032436162
30325--36163--
30326-- Table structure for table `org_community_types`36164-- Table structure for table `org_community_types`
30327--36165--
3032836166
30329CREATE TABLE `org_community_types` (36167CREATE TABLE `org_community_types` (
30330  `octype_id` int(12) NOT NULL,36168  `octype_id` int(12) NOT NULL,
30331  `organisation_id` int(12) NOT NULL,36169  `organisation_id` int(12) NOT NULL,
30332  `community_type_name` varchar(84) NOT NULL DEFAULT '',36170  `community_type_name` varchar(84) NOT NULL DEFAULT '',
30333  `default_community_template` varchar(30) NOT NULL DEFAULT 'default',36171  `default_community_template` varchar(30) NOT NULL DEFAULT 'default',
30334  `default_community_theme` varchar(12) NOT NULL DEFAULT 'default',36172  `default_community_theme` varchar(12) NOT NULL DEFAULT 'default',
30335  `default_community_keywords` varchar(255) NOT NULL DEFAULT '',36173  `default_community_keywords` varchar(255) NOT NULL DEFAULT '',
30336  `default_community_protected` int(1) NOT NULL DEFAULT '1',36174  `default_community_protected` int(1) NOT NULL DEFAULT '1',
30337  `default_community_registration` int(1) NOT NULL DEFAULT '1',36175  `default_community_registration` int(1) NOT NULL DEFAULT '1',
30338  `default_community_members` text NOT NULL,36176  `default_community_members` text NOT NULL,
30339  `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',36177  `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive',
30340  `community_type_options` text NOT NULL,36178  `community_type_options` text NOT NULL,
30341  `community_type_active` int(1) NOT NULL DEFAULT '1'36179  `community_type_active` int(1) NOT NULL DEFAULT '1'
30342) ENGINE=InnoDB DEFAULT CHARSET=utf8;36180) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3034336181
30344--36182--
30345-- Dumping data for table `org_community_types`36183-- Dumping data for table `org_community_types`
30346--36184--
3034736185
30348INSERT INTO `org_community_types` (`octype_id`, `organisation_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `community_type_options`, `community_type_active`) VALUES36186INSERT INTO `org_community_types` (`octype_id`, `organisation_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `community_type_options`, `community_type_active`) VALUES
30349(1, 1, 'Community', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1),36187(1, 1, 'Community', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1),
30350(2, 1, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1),36188(2, 1, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1),
30351(3, 1, 'Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1);36189(3, 1, 'Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1);
3035236190
30353-- --------------------------------------------------------36191-- --------------------------------------------------------
3035436192
30355--36193--
30356-- Table structure for table `permissions`36194-- Table structure for table `permissions`
30357--36195--
3035836196
30359CREATE TABLE `permissions` (36197CREATE TABLE `permissions` (
30360  `permission_id` int(12) NOT NULL,36198  `permission_id` int(12) NOT NULL,
30361  `assigned_by` int(12) NOT NULL DEFAULT '0',36199  `assigned_by` int(12) NOT NULL DEFAULT '0',
30362  `assigned_to` int(12) NOT NULL DEFAULT '0',36200  `assigned_to` int(12) NOT NULL DEFAULT '0',
30363  `valid_from` bigint(64) NOT NULL DEFAULT '0',36201  `valid_from` bigint(64) NOT NULL DEFAULT '0',
30364  `valid_until` bigint(64) NOT NULL DEFAULT '0',36202  `valid_until` bigint(64) NOT NULL DEFAULT '0',
30365  `teaching_reminders` tinyint(1) NOT NULL DEFAULT '1'36203  `teaching_reminders` tinyint(1) NOT NULL DEFAULT '1'
30366) ENGINE=InnoDB DEFAULT CHARSET=utf8;36204) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3036736205
30368-- --------------------------------------------------------36206-- --------------------------------------------------------
3036936207
30370--36208--
30371-- Table structure for table `pg_blocks`36209-- Table structure for table `pg_blocks`
30372--36210--
3037336211
30374CREATE TABLE `pg_blocks` (36212CREATE TABLE `pg_blocks` (
30375  `id` int(12) NOT NULL,36213  `id` int(12) NOT NULL,
30376  `block_name` varchar(8) NOT NULL,36214  `block_name` varchar(8) NOT NULL,
30377  `start_date` date NOT NULL,36215  `start_date` date NOT NULL,
30378  `end_date` date NOT NULL,36216  `end_date` date NOT NULL,
30379  `year` varchar(9) NOT NULL36217  `year` varchar(9) NOT NULL
30380) ENGINE=InnoDB DEFAULT CHARSET=utf8;36218) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3038136219
30382--36220--
30383-- Dumping data for table `pg_blocks`36221-- Dumping data for table `pg_blocks`
30384--36222--
3038536223
30386INSERT INTO `pg_blocks` (`id`, `block_name`, `start_date`, `end_date`, `year`) VALUES36224INSERT INTO `pg_blocks` (`id`, `block_name`, `start_date`, `end_date`, `year`) VALUES
30387(1, '1', '2010-07-01', '2010-07-26', '2010-2011'),36225(1, '1', '2010-07-01', '2010-07-26', '2010-2011'),
30388(2, '2', '2010-07-27', '2010-08-23', '2010-2011'),36226(2, '2', '2010-07-27', '2010-08-23', '2010-2011'),
30389(3, '3', '2010-08-24', '2010-09-20', '2010-2011'),36227(3, '3', '2010-08-24', '2010-09-20', '2010-2011'),
30390(4, '4', '2010-09-21', '2010-10-18', '2010-2011'),36228(4, '4', '2010-09-21', '2010-10-18', '2010-2011'),
30391(5, '5', '2010-10-19', '2010-11-15', '2010-2011'),36229(5, '5', '2010-10-19', '2010-11-15', '2010-2011'),
30392(6, '6', '2010-11-16', '2010-12-13', '2010-2011'),36230(6, '6', '2010-11-16', '2010-12-13', '2010-2011'),
30393(7, '7', '2010-12-14', '2011-01-10', '2010-2011'),36231(7, '7', '2010-12-14', '2011-01-10', '2010-2011'),
30394(8, '8', '2011-01-11', '2011-02-07', '2010-2011'),36232(8, '8', '2011-01-11', '2011-02-07', '2010-2011'),
30395(9, '9', '2011-02-08', '2011-03-07', '2010-2011'),36233(9, '9', '2011-02-08', '2011-03-07', '2010-2011'),
30396(10, '10', '2011-03-08', '2011-04-04', '2010-2011'),36234(10, '10', '2011-03-08', '2011-04-04', '2010-2011'),
30397(11, '11', '2011-04-05', '2011-05-02', '2010-2011'),36235(11, '11', '2011-04-05', '2011-05-02', '2010-2011'),
30398(12, '12', '2011-05-03', '2011-05-30', '2010-2011'),36236(12, '12', '2011-05-03', '2011-05-30', '2010-2011'),
30399(13, '13', '2011-05-31', '2011-06-30', '2010-2011'),36237(13, '13', '2011-05-31', '2011-06-30', '2010-2011'),
30400(14, '1', '2011-07-01', '2011-08-01', '2011-2012'),36238(14, '1', '2011-07-01', '2011-08-01', '2011-2012'),
30401(15, '2', '2011-08-02', '2011-08-29', '2011-2012'),36239(15, '2', '2011-08-02', '2011-08-29', '2011-2012'),
30402(16, '3', '2011-08-30', '2011-09-26', '2011-2012'),36240(16, '3', '2011-08-30', '2011-09-26', '2011-2012'),
30403(17, '4', '2011-09-27', '2011-10-24', '2011-2012'),36241(17, '4', '2011-09-27', '2011-10-24', '2011-2012'),
30404(18, '5', '2011-10-25', '2011-11-21', '2011-2012'),36242(18, '5', '2011-10-25', '2011-11-21', '2011-2012'),
30405(19, '6', '2011-11-22', '2011-12-19', '2011-2012'),36243(19, '6', '2011-11-22', '2011-12-19', '2011-2012'),
30406(20, '7', '2012-12-20', '2012-01-16', '2011-2012'),36244(20, '7', '2012-12-20', '2012-01-16', '2011-2012'),
30407(21, '8', '2012-01-17', '2012-02-13', '2011-2012'),36245(21, '8', '2012-01-17', '2012-02-13', '2011-2012'),
30408(22, '9', '2012-02-14', '2012-03-12', '2011-2012'),36246(22, '9', '2012-02-14', '2012-03-12', '2011-2012'),
30409(23, '10', '2012-03-13', '2012-04-09', '2011-2012'),36247(23, '10', '2012-03-13', '2012-04-09', '2011-2012'),
30410(24, '11', '2012-04-10', '2012-05-07', '2011-2012'),36248(24, '11', '2012-04-10', '2012-05-07', '2011-2012'),
30411(25, '12', '2012-05-08', '2012-06-04', '2011-2012'),36249(25, '12', '2012-05-08', '2012-06-04', '2011-2012'),
30412(26, '13', '2012-06-05', '2012-06-30', '2011-2012');36250(26, '13', '2012-06-05', '2012-06-30', '2011-2012');
3041336251
30414-- --------------------------------------------------------36252-- --------------------------------------------------------
3041536253
30416--36254--
30417-- Table structure for table `pg_eval_response_rates`36255-- Table structure for table `pg_eval_response_rates`
30418--36256--
3041936257
30420CREATE TABLE `pg_eval_response_rates` (36258CREATE TABLE `pg_eval_response_rates` (
30421  `id` int(12) NOT NULL,36259  `id` int(12) NOT NULL,
30422  `program_name` varchar(100) NOT NULL,36260  `program_name` varchar(100) NOT NULL,
30423  `response_type` varchar(20) NOT NULL,36261  `response_type` varchar(20) NOT NULL,
30424  `completed` int(10) NOT NULL,36262  `completed` int(10) NOT NULL,
30425  `distributed` int(10) NOT NULL,36263  `distributed` int(10) NOT NULL,
30426  `percent_complete` int(3) NOT NULL,36264  `percent_complete` int(3) NOT NULL,
30427  `gen_date` date NOT NULL36265  `gen_date` date NOT NULL
30428) ENGINE=InnoDB DEFAULT CHARSET=utf8;36266) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3042936267
30430-- --------------------------------------------------------36268-- --------------------------------------------------------
3043136269
30432--36270--
30433-- Table structure for table `pg_one45_community`36271-- Table structure for table `pg_one45_community`
30434--36272--
3043536273
30436CREATE TABLE `pg_one45_community` (36274CREATE TABLE `pg_one45_community` (
30437  `id` int(12) NOT NULL,36275  `id` int(12) NOT NULL,
30438  `one45_name` varchar(50) NOT NULL,36276  `one45_name` varchar(50) NOT NULL,
30439  `community_name` varchar(50) NOT NULL36277  `community_name` varchar(50) NOT NULL
30440) ENGINE=InnoDB DEFAULT CHARSET=utf8;36278) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3044136279
30442-- --------------------------------------------------------36280-- --------------------------------------------------------
3044336281
30444--36282--
30445-- Table structure for table `poll_answers`36283-- Table structure for table `poll_answers`
30446--36284--
3044736285
30448CREATE TABLE `poll_answers` (36286CREATE TABLE `poll_answers` (
30449  `answer_id` int(12) NOT NULL,36287  `answer_id` int(12) NOT NULL,
30450  `poll_id` int(12) NOT NULL DEFAULT '0',36288  `poll_id` int(12) NOT NULL DEFAULT '0',
30451  `answer_text` varchar(255) NOT NULL,36289  `answer_text` varchar(255) NOT NULL,
30452  `answer_order` int(2) NOT NULL DEFAULT '0'36290  `answer_order` int(2) NOT NULL DEFAULT '0'
30453) ENGINE=InnoDB DEFAULT CHARSET=utf8;36291) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3045436292
30455-- --------------------------------------------------------36293-- --------------------------------------------------------
3045636294
30457--36295--
30458-- Table structure for table `poll_questions`36296-- Table structure for table `poll_questions`
30459--36297--
3046036298
30461CREATE TABLE `poll_questions` (36299CREATE TABLE `poll_questions` (
30462  `poll_id` int(12) NOT NULL,36300  `poll_id` int(12) NOT NULL,
30463  `poll_target_type` enum('group','grad_year','cohort') NOT NULL,36301  `poll_target_type` enum('group','grad_year','cohort') NOT NULL,
30464  `poll_target` varchar(32) NOT NULL DEFAULT 'all',36302  `poll_target` varchar(32) NOT NULL DEFAULT 'all',
30465  `poll_question` text NOT NULL,36303  `poll_question` text NOT NULL,
30466  `poll_from` bigint(64) NOT NULL DEFAULT '0',36304  `poll_from` bigint(64) NOT NULL DEFAULT '0',
30467  `poll_until` bigint(64) NOT NULL DEFAULT '0'36305  `poll_until` bigint(64) NOT NULL DEFAULT '0'
30468) ENGINE=InnoDB DEFAULT CHARSET=utf8;36306) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3046936307
30470-- --------------------------------------------------------36308-- --------------------------------------------------------
3047136309
30472--36310--
30473-- Table structure for table `poll_results`36311-- Table structure for table `poll_results`
30474--36312--
3047536313
30476CREATE TABLE `poll_results` (36314CREATE TABLE `poll_results` (
30477  `result_id` int(12) NOT NULL,36315  `result_id` int(12) NOT NULL,
30478  `poll_id` int(12) NOT NULL DEFAULT '0',36316  `poll_id` int(12) NOT NULL DEFAULT '0',
30479  `answer_id` int(12) NOT NULL DEFAULT '0',36317  `answer_id` int(12) NOT NULL DEFAULT '0',
30480  `proxy_id` int(12) NOT NULL DEFAULT '0',36318  `proxy_id` int(12) NOT NULL DEFAULT '0',
30481  `ip` varchar(64) NOT NULL,36319  `ip` varchar(64) NOT NULL,
30482  `timestamp` bigint(64) NOT NULL DEFAULT '0'36320  `timestamp` bigint(64) NOT NULL DEFAULT '0'
30483) ENGINE=InnoDB DEFAULT CHARSET=utf8;36321) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3048436322
30485-- --------------------------------------------------------36323-- --------------------------------------------------------
3048636324
30487--36325--
30488-- Table structure for table `portfolios_course_groups`36326-- Table structure for table `portfolios_course_groups`
30489--36327--
3049036328
30491CREATE TABLE `portfolios_course_groups` (36329CREATE TABLE `portfolios_course_groups` (
30492  `pcgroup_id` int(10) UNSIGNED NOT NULL,36330  `pcgroup_id` int(10) UNSIGNED NOT NULL,
30493  `pportfolios_id` int(10) UNSIGNED NOT NULL,36331  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30494  `cgroup_id` int(11) NOT NULL,36332  `cgroup_id` int(11) NOT NULL,
30495  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,36333  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,
30496  `created_date` bigint(64) NOT NULL,36334  `created_date` bigint(64) NOT NULL,
30497  `created_by` int(10) UNSIGNED NOT NULL,36335  `created_by` int(10) UNSIGNED NOT NULL,
30498  `deleted_date` bigint(64) DEFAULT NULL,36336  `deleted_date` bigint(64) DEFAULT NULL,
30499  `deleted_by` int(10) UNSIGNED DEFAULT NULL36337  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30500) ENGINE=InnoDB DEFAULT CHARSET=utf8;36338) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3050136339
30502--36340--
30503-- Dumping data for table `portfolios_course_groups`36341-- Dumping data for table `portfolios_course_groups`
30504--36342--
3050536343
30506INSERT INTO `portfolios_course_groups` (`pcgroup_id`, `pportfolios_id`, `cgroup_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES36344INSERT INTO `portfolios_course_groups` (`pcgroup_id`, `pportfolios_id`, `cgroup_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
30507(1, 1, 1, NULL, 1685381586, 1, NULL, NULL),36345(1, 1, 1, NULL, 1685381586, 1, NULL, NULL),
30508(2, 2, 1, NULL, 1685381586, 1, NULL, NULL),36346(2, 2, 1, NULL, 1685381586, 1, NULL, NULL),
30509(3, 4, 3, NULL, 1685381586, 1, NULL, NULL),36347(3, 4, 3, NULL, 1685381586, 1, NULL, NULL),
30510(4, 6, 3, NULL, 1685381586, 1, NULL, NULL),36348(4, 6, 3, NULL, 1685381586, 1, NULL, NULL),
30511(5, 8, 1, NULL, 1685381586, 1, NULL, NULL),36349(5, 8, 1, NULL, 1685381586, 1, NULL, NULL),
30512(6, 10, 1, NULL, 1685381586, 1, NULL, NULL),36350(6, 10, 1, NULL, 1685381586, 1, NULL, NULL),
30513(7, 15, 5, NULL, 1685381586, 1, NULL, NULL);36351(7, 15, 5, NULL, 1685381586, 1, NULL, NULL);
3051436352
30515-- --------------------------------------------------------36353-- --------------------------------------------------------
3051636354
30517--36355--
30518-- Table structure for table `portfolios_curriculum_periods`36356-- Table structure for table `portfolios_curriculum_periods`
30519--36357--
3052036358
30521CREATE TABLE `portfolios_curriculum_periods` (36359CREATE TABLE `portfolios_curriculum_periods` (
30522  `pcperiod_id` int(10) UNSIGNED NOT NULL,36360  `pcperiod_id` int(10) UNSIGNED NOT NULL,
30523  `pportfolios_id` int(10) UNSIGNED NOT NULL,36361  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30524  `cperiod_id` int(11) NOT NULL,36362  `cperiod_id` int(11) NOT NULL,
30525  `created_date` bigint(64) NOT NULL,36363  `created_date` bigint(64) NOT NULL,
30526  `created_by` int(10) UNSIGNED NOT NULL,36364  `created_by` int(10) UNSIGNED NOT NULL,
30527  `deleted_date` bigint(64) DEFAULT NULL,36365  `deleted_date` bigint(64) DEFAULT NULL,
30528  `deleted_by` int(10) UNSIGNED DEFAULT NULL36366  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30529) ENGINE=InnoDB DEFAULT CHARSET=utf8;36367) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3053036368
30531--36369--
30532-- Dumping data for table `portfolios_curriculum_periods`36370-- Dumping data for table `portfolios_curriculum_periods`
30533--36371--
3053436372
30535INSERT INTO `portfolios_curriculum_periods` (`pcperiod_id`, `pportfolios_id`, `cperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES36373INSERT INTO `portfolios_curriculum_periods` (`pcperiod_id`, `pportfolios_id`, `cperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
30536(1, 1, 1, 1685381586, 1, NULL, NULL),36374(1, 1, 1, 1685381586, 1, NULL, NULL),
30537(2, 2, 1, 1685381586, 1, NULL, NULL),36375(2, 2, 1, 1685381586, 1, NULL, NULL),
30538(3, 3, 1, 1685381586, 1, NULL, NULL),36376(3, 3, 1, 1685381586, 1, NULL, NULL),
30539(4, 4, 1, 1685381586, 1, NULL, NULL),36377(4, 4, 1, 1685381586, 1, NULL, NULL),
30540(5, 5, 1, 1685381586, 1, NULL, NULL),36378(5, 5, 1, 1685381586, 1, NULL, NULL),
30541(6, 6, 1, 1685381586, 1, NULL, NULL),36379(6, 6, 1, 1685381586, 1, NULL, NULL),
30542(7, 7, 1, 1685381586, 1, NULL, NULL),36380(7, 7, 1, 1685381586, 1, NULL, NULL),
30543(8, 8, 1, 1685381586, 1, NULL, NULL),36381(8, 8, 1, 1685381586, 1, NULL, NULL),
30544(9, 9, 1, 1685381586, 1, NULL, NULL),36382(9, 9, 1, 1685381586, 1, NULL, NULL),
30545(10, 10, 1, 1685381586, 1, NULL, NULL),36383(10, 10, 1, 1685381586, 1, NULL, NULL),
30546(11, 11, 1, 1685381586, 1, NULL, NULL),36384(11, 11, 1, 1685381586, 1, NULL, NULL),
30547(13, 13, 1, 1685381586, 1, NULL, NULL),36385(13, 13, 1, 1685381586, 1, NULL, NULL),
30548(14, 14, 1, 1685381586, 1, NULL, NULL),36386(14, 14, 1, 1685381586, 1, NULL, NULL),
30549(15, 15, 1, 1685381586, 1, NULL, NULL),36387(15, 15, 1, 1685381586, 1, NULL, NULL),
30550(16, 16, 1, 1685381586, 1, NULL, NULL),36388(16, 16, 1, 1685381586, 1, NULL, NULL),
30551(17, 17, 1, 1685381586, 1, NULL, NULL);36389(17, 17, 1, 1685381586, 1, NULL, NULL);
3055236390
30553-- --------------------------------------------------------36391-- --------------------------------------------------------
3055436392
30555--36393--
30556-- Table structure for table `portfolios_groups`36394-- Table structure for table `portfolios_groups`
30557--36395--
3055836396
30559CREATE TABLE `portfolios_groups` (36397CREATE TABLE `portfolios_groups` (
30560  `pgroup_id` int(10) UNSIGNED NOT NULL,36398  `pgroup_id` int(10) UNSIGNED NOT NULL,
30561  `pportfolios_id` int(10) UNSIGNED NOT NULL,36399  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30562  `group_id` int(12) NOT NULL,36400  `group_id` int(12) NOT NULL,
30563  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,36401  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,
30564  `created_date` bigint(64) NOT NULL,36402  `created_date` bigint(64) NOT NULL,
30565  `created_by` int(10) UNSIGNED NOT NULL,36403  `created_by` int(10) UNSIGNED NOT NULL,
30566  `deleted_date` bigint(64) DEFAULT NULL,36404  `deleted_date` bigint(64) DEFAULT NULL,
30567  `deleted_by` int(10) UNSIGNED DEFAULT NULL36405  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30568) ENGINE=InnoDB DEFAULT CHARSET=utf8;36406) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3056936407
30570--36408--
30571-- Dumping data for table `portfolios_groups`36409-- Dumping data for table `portfolios_groups`
30572--36410--
3057336411
30574INSERT INTO `portfolios_groups` (`pgroup_id`, `pportfolios_id`, `group_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES36412INSERT INTO `portfolios_groups` (`pgroup_id`, `pportfolios_id`, `group_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
30575(1, 1, 1, NULL, 1685381586, 1, NULL, NULL),36413(1, 1, 1, NULL, 1685381586, 1, NULL, NULL),
30576(2, 1, 2, NULL, 1685381586, 1, NULL, NULL),36414(2, 1, 2, NULL, 1685381586, 1, NULL, NULL),
30577(3, 1, 4, NULL, 1685381586, 1, NULL, NULL),36415(3, 1, 4, NULL, 1685381586, 1, NULL, NULL),
30578(4, 2, 4, NULL, 1685381586, 1, NULL, NULL),36416(4, 2, 4, NULL, 1685381586, 1, NULL, NULL),
30579(5, 3, 3, NULL, 1685381586, 1, NULL, NULL),36417(5, 3, 3, NULL, 1685381586, 1, NULL, NULL),
30580(6, 4, 4, NULL, 1685381586, 1, NULL, NULL),36418(6, 4, 4, NULL, 1685381586, 1, NULL, NULL),
30581(7, 5, 2, NULL, 1685381586, 1, NULL, NULL),36419(7, 5, 2, NULL, 1685381586, 1, NULL, NULL),
30582(8, 5, 3, NULL, 1685381586, 1, NULL, NULL),36420(8, 5, 3, NULL, 1685381586, 1, NULL, NULL),
30583(9, 5, 3, NULL, 1685381586, 1, NULL, NULL),36421(9, 5, 3, NULL, 1685381586, 1, NULL, NULL),
30584(10, 8, 3, NULL, 1685381586, 1, NULL, NULL),36422(10, 8, 3, NULL, 1685381586, 1, NULL, NULL),
30585(11, 11, 3, NULL, 1685381586, 1, NULL, NULL),36423(11, 11, 3, NULL, 1685381586, 1, NULL, NULL),
30586(12, 11, 4, NULL, 1685381586, 1, NULL, NULL),36424(12, 11, 4, NULL, 1685381586, 1, NULL, NULL),
30587(13, 15, 2, NULL, 1685381586, 1, NULL, NULL),36425(13, 15, 2, NULL, 1685381586, 1, NULL, NULL),
30588(14, 16, 3, NULL, 1685381586, 1, NULL, NULL);36426(14, 16, 3, NULL, 1685381586, 1, NULL, NULL);
3058936427
30590-- --------------------------------------------------------36428-- --------------------------------------------------------
3059136429
30592--36430--
30593-- Table structure for table `portfolios_learners`36431-- Table structure for table `portfolios_learners`
30594--36432--
3059536433
30596CREATE TABLE `portfolios_learners` (36434CREATE TABLE `portfolios_learners` (
30597  `plearner_id` int(11) NOT NULL,36435  `plearner_id` int(11) NOT NULL,
30598  `pportfolios_id` int(10) UNSIGNED NOT NULL,36436  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30599  `proxy_id` int(11) UNSIGNED NOT NULL,36437  `proxy_id` int(11) UNSIGNED NOT NULL,
30600  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,36438  `pcperiod_id` int(10) UNSIGNED DEFAULT NULL,
30601  `created_date` bigint(64) NOT NULL,36439  `created_date` bigint(64) NOT NULL,
30602  `created_by` int(10) UNSIGNED NOT NULL,36440  `created_by` int(10) UNSIGNED NOT NULL,
30603  `deleted_date` bigint(64) DEFAULT NULL,36441  `deleted_date` bigint(64) DEFAULT NULL,
30604  `deleted_by` int(10) UNSIGNED DEFAULT NULL36442  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30605) ENGINE=InnoDB DEFAULT CHARSET=utf8;36443) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3060636444
30607--36445--
30608-- Dumping data for table `portfolios_learners`36446-- Dumping data for table `portfolios_learners`
30609--36447--
3061036448
30611INSERT INTO `portfolios_learners` (`plearner_id`, `pportfolios_id`, `proxy_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES36449INSERT INTO `portfolios_learners` (`plearner_id`, `pportfolios_id`, `proxy_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES
30612(1, 1, 10, 1, 1685381586, 1, NULL, NULL),36450(1, 1, 10, 1, 1685381586, 1, NULL, NULL),
30613(2, 2, 4, 1, 1685381586, 1, NULL, NULL),36451(2, 2, 4, 1, 1685381586, 1, NULL, NULL),
30614(3, 3, 4, 1, 1685381586, 1, NULL, NULL),36452(3, 3, 4, 1, 1685381586, 1, NULL, NULL),
30615(4, 3, 10, 1, 1685381586, 1, NULL, NULL),36453(4, 3, 10, 1, 1685381586, 1, NULL, NULL),
30616(5, 5, 10, 1, 1685381586, 1, NULL, NULL),36454(5, 5, 10, 1, 1685381586, 1, NULL, NULL),
30617(6, 7, 10, 1, 1685381586, 1, NULL, NULL),36455(6, 7, 10, 1, 1685381586, 1, NULL, NULL),
30618(7, 9, 10, 1, 1685381586, 1, NULL, NULL),36456(7, 9, 10, 1, 1685381586, 1, NULL, NULL),
30619(8, 15, 15, 1, 1685381586, 1, NULL, NULL),36457(8, 15, 15, 1, 1685381586, 1, NULL, NULL),
30620(9, 17, 10, 1, 1685381586, 1, NULL, NULL);36458(9, 17, 10, 1, 1685381586, 1, NULL, NULL);
3062136459
30622-- --------------------------------------------------------36460-- --------------------------------------------------------
3062336461
30624--36462--
30625-- Table structure for table `portfolios_portfolios`36463-- Table structure for table `portfolios_portfolios`
30626--36464--
3062736465
30628CREATE TABLE `portfolios_portfolios` (36466CREATE TABLE `portfolios_portfolios` (
30629  `pportfolios_id` int(10) UNSIGNED NOT NULL,36467  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30630  `organisation_id` int(12) UNSIGNED DEFAULT NULL,36468  `organisation_id` int(12) UNSIGNED DEFAULT NULL,
30631  `name` varchar(120) NOT NULL,36469  `name` varchar(120) NOT NULL,
30632  `is_learner_visible` tinyint(4) NOT NULL DEFAULT '0',36470  `is_learner_visible` tinyint(4) NOT NULL DEFAULT '0',
30633  `is_learner_exportable` tinyint(4) NOT NULL DEFAULT '0',36471  `is_learner_exportable` tinyint(4) NOT NULL DEFAULT '0',
30634  `created_date` bigint(64) NOT NULL,36472  `created_date` bigint(64) NOT NULL,
30635  `created_by` int(10) UNSIGNED NOT NULL,36473  `created_by` int(10) UNSIGNED NOT NULL,
30636  `updated_date` bigint(64) DEFAULT NULL,36474  `updated_date` bigint(64) DEFAULT NULL,
30637  `updated_by` int(10) UNSIGNED DEFAULT NULL,36475  `updated_by` int(10) UNSIGNED DEFAULT NULL,
30638  `deleted_date` bigint(64) DEFAULT NULL,36476  `deleted_date` bigint(64) DEFAULT NULL,
30639  `deleted_by` int(10) UNSIGNED DEFAULT NULL36477  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30640) ENGINE=InnoDB DEFAULT CHARSET=utf8;36478) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3064136479
30642--36480--
30643-- Dumping data for table `portfolios_portfolios`36481-- Dumping data for table `portfolios_portfolios`
30644--36482--
3064536483
30646INSERT INTO `portfolios_portfolios` (`pportfolios_id`, `organisation_id`, `name`, `is_learner_visible`, `is_learner_exportable`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES36484INSERT INTO `portfolios_portfolios` (`pportfolios_id`, `organisation_id`, `name`, `is_learner_visible`, `is_learner_exportable`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
30647(1, 1, 'Portfolio one - visible', 1, 1, 1678728786, 1, 1685381586, 1, NULL, NULL),36485(1, 1, 'Portfolio one - visible', 1, 1, 1678728786, 1, 1685381586, 1, NULL, NULL),
30648(2, 1, 'Portfolio two', 0, 1, 1679333586, 1, 1685381586, 1, NULL, NULL),36486(2, 1, 'Portfolio two', 0, 1, 1679333586, 1, 1685381586, 1, NULL, NULL),
30649(3, 1, 'Portfolio three - visible', 1, 1, 1679938386, 1, 1685381586, 1, NULL, NULL),36487(3, 1, 'Portfolio three - visible', 1, 1, 1679938386, 1, 1685381586, 1, NULL, NULL),
30650(4, 1, 'Portfolio four', 0, 1, 1680543186, 1, 1685381586, 1, NULL, NULL),36488(4, 1, 'Portfolio four', 0, 1, 1680543186, 1, 1685381586, 1, NULL, NULL),
30651(5, 1, 'Portfolio five - visible', 1, 1, 1681147986, 1, 1685381586, 1, NULL, NULL),36489(5, 1, 'Portfolio five - visible', 1, 1, 1681147986, 1, 1685381586, 1, NULL, NULL),
30652(6, 1, 'Portfolio six', 0, 1, 1681752786, 1, 1685381586, 1, NULL, NULL),36490(6, 1, 'Portfolio six', 0, 1, 1681752786, 1, 1685381586, 1, NULL, NULL),
30653(7, 1, 'Portfolio seven - visible', 1, 1, 1682357586, 1, 1685381586, 1, NULL, NULL),36491(7, 1, 'Portfolio seven - visible', 1, 1, 1682357586, 1, 1685381586, 1, NULL, NULL),
30654(8, 1, 'Portfolio eight', 0, 1, 1682962386, 1, NULL, 1, NULL, NULL),36492(8, 1, 'Portfolio eight', 0, 1, 1682962386, 1, NULL, 1, NULL, NULL),
30655(9, 1, 'Portfolio nine - visible', 1, 1, 1683567186, 1, NULL, 1, NULL, NULL),36493(9, 1, 'Portfolio nine - visible', 1, 1, 1683567186, 1, NULL, 1, NULL, NULL),
30656(10, 1, 'Portfolio ten', 0, 1, 1684171986, 1, NULL, 1, NULL, NULL),36494(10, 1, 'Portfolio ten', 0, 1, 1684171986, 1, NULL, 1, NULL, NULL),
30657(11, 1, 'this is an updatable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36495(11, 1, 'this is an updatable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30658(12, 1, 'deletable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36496(12, 1, 'deletable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30659(13, 1, 'invisible portfolio turned to visible', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36497(13, 1, 'invisible portfolio turned to visible', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30660(14, 1, 'visible portfolio turned to invisible', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36498(14, 1, 'visible portfolio turned to invisible', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30661(15, 1, 'portfolio with all audience types', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36499(15, 1, 'portfolio with all audience types', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30662(16, 1, 'portfolio with cohort 2022 as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),36500(16, 1, 'portfolio with cohort 2022 as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL),
30663(17, 1, 'portfolio with learner Ana as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL);36501(17, 1, 'portfolio with learner Ana as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL);
3066436502
30665-- --------------------------------------------------------36503-- --------------------------------------------------------
3066636504
30667--36505--
30668-- Table structure for table `portfolios_tasks`36506-- Table structure for table `portfolios_tasks`
30669--36507--
3067036508
30671CREATE TABLE `portfolios_tasks` (36509CREATE TABLE `portfolios_tasks` (
30672  `ptask_id` int(10) UNSIGNED NOT NULL,36510  `ptask_id` int(10) UNSIGNED NOT NULL,
30673  `ptrequest_id` int(10) UNSIGNED NOT NULL,36511  `ptrequest_id` int(10) UNSIGNED NOT NULL,
30674  `name` varchar(130) NOT NULL,36512  `name` varchar(130) NOT NULL,
30675  `description` varchar(255) NOT NULL,36513  `description` varchar(255) NOT NULL,
30676  `type` enum('Text','File','Form') NOT NULL,36514  `type` enum('Text','File','Form') NOT NULL,
30677  `advisor_form_id` int(10) UNSIGNED DEFAULT NULL,36515  `advisor_form_id` int(10) UNSIGNED DEFAULT NULL,
30678  `student_form_id` int(10) UNSIGNED DEFAULT NULL,36516  `student_form_id` int(10) UNSIGNED DEFAULT NULL,
30679  `due_date` bigint(64) NOT NULL,36517  `due_date` bigint(64) NOT NULL,
30680  `created_date` bigint(64) NOT NULL,36518  `created_date` bigint(64) NOT NULL,
30681  `created_by` int(10) UNSIGNED NOT NULL,36519  `created_by` int(10) UNSIGNED NOT NULL,
30682  `updated_date` bigint(64) NOT NULL,36520  `updated_date` bigint(64) NOT NULL,
30683  `updated_by` int(10) UNSIGNED NOT NULL,36521  `updated_by` int(10) UNSIGNED NOT NULL,
30684  `deleted_date` bigint(64) DEFAULT NULL,36522  `deleted_date` bigint(64) DEFAULT NULL,
30685  `deleted_by` int(10) UNSIGNED DEFAULT NULL36523  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30686) ENGINE=InnoDB DEFAULT CHARSET=utf8;36524) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3068736525
30688--36526--
30689-- Dumping data for table `portfolios_tasks`36527-- Dumping data for table `portfolios_tasks`
30690--36528--
3069136529
30692INSERT INTO `portfolios_tasks` (`ptask_id`, `ptrequest_id`, `name`, `description`, `type`, `advisor_form_id`, `student_form_id`, `due_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES36530INSERT INTO `portfolios_tasks` (`ptask_id`, `ptrequest_id`, `name`, `description`, `type`, `advisor_form_id`, `student_form_id`, `due_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
30693(1, 1, 'Task one - Type Text', '', 'Text', NULL, NULL, 0, 1678728786, 1, 1685381586, 1, NULL, NULL),36531(1, 1, 'Task one - Type Text', '', 'Text', NULL, NULL, 0, 1678728786, 1, 1685381586, 1, NULL, NULL),
30694(2, 2, 'Task two - Type File', '', 'File', NULL, NULL, 0, 1679333586, 1, 1685381586, 1, NULL, NULL),36532(2, 2, 'Task two - Type File', '', 'File', NULL, NULL, 0, 1679333586, 1, 1685381586, 1, NULL, NULL),
30695(3, 3, 'Task three - Type Text', '', 'Text', NULL, NULL, 0, 1679938386, 1, 1685381586, 1, NULL, NULL),36533(3, 3, 'Task three - Type Text', '', 'Text', NULL, NULL, 0, 1679938386, 1, 1685381586, 1, NULL, NULL),
30696(4, 4, 'Task four - File Text', '', 'File', NULL, NULL, 0, 1680543186, 1, 1685381586, 1, NULL, NULL),36534(4, 4, 'Task four - File Text', '', 'File', NULL, NULL, 0, 1680543186, 1, 1685381586, 1, NULL, NULL),
30697(5, 5, 'Task five - Type Text', '', 'Text', NULL, NULL, 0, 1681147986, 1, 1685381586, 1, NULL, NULL),36535(5, 5, 'Task five - Type Text', '', 'Text', NULL, NULL, 0, 1681147986, 1, 1685381586, 1, NULL, NULL),
30698(6, 6, 'Task six - File Text', '', 'File', NULL, NULL, 0, 1681752786, 1, 1685381586, 1, NULL, NULL),36536(6, 6, 'Task six - File Text', '', 'File', NULL, NULL, 0, 1681752786, 1, 1685381586, 1, NULL, NULL),
30699(7, 7, 'Task seven - Type Text', '', 'Text', NULL, NULL, 0, 1682357586, 1, 1685381586, 1, NULL, NULL),36537(7, 7, 'Task seven - Type Text', '', 'Text', NULL, NULL, 0, 1682357586, 1, 1685381586, 1, NULL, NULL),
30700(8, 8, 'Task eight - File Text', '', 'File', NULL, NULL, 0, 1682962386, 1, 1685381586, 1, NULL, NULL),36538(8, 8, 'Task eight - File Text', '', 'File', NULL, NULL, 0, 1682962386, 1, 1685381586, 1, NULL, NULL),
30701(9, 9, 'Task nine - Type Text', '', 'File', NULL, NULL, 0, 1683567186, 1, 1685381586, 1, NULL, NULL),36539(9, 9, 'Task nine - Type Text', '', 'File', NULL, NULL, 0, 1683567186, 1, 1685381586, 1, NULL, NULL),
30702(10, 10, 'Task ten - Type Text', '', 'File', NULL, NULL, 0, 1684171986, 1, 0, 0, NULL, NULL),36540(10, 10, 'Task ten - Type Text', '', 'File', NULL, NULL, 0, 1684171986, 1, 0, 0, NULL, NULL),
30703(12, 10, 'Deletable Portfolio Task', '', 'Text', NULL, NULL, 0, 1685381586, 1, 0, 0, NULL, NULL);36541(12, 10, 'Deletable Portfolio Task', '', 'Text', NULL, NULL, 0, 1685381586, 1, 0, 0, NULL, NULL);
3070436542
30705-- --------------------------------------------------------36543-- --------------------------------------------------------
3070636544
30707--36545--
30708-- Table structure for table `portfolios_tasks_requests`36546-- Table structure for table `portfolios_tasks_requests`
30709--36547--
3071036548
30711CREATE TABLE `portfolios_tasks_requests` (36549CREATE TABLE `portfolios_tasks_requests` (
30712  `ptrequest_id` int(10) UNSIGNED NOT NULL,36550  `ptrequest_id` int(10) UNSIGNED NOT NULL,
30713  `pportfolios_id` int(10) UNSIGNED NOT NULL,36551  `pportfolios_id` int(10) UNSIGNED NOT NULL,
30714  `folder` varchar(130) NOT NULL,36552  `folder` varchar(130) NOT NULL,
30715  `created_date` bigint(64) NOT NULL,36553  `created_date` bigint(64) NOT NULL,
30716  `created_by` int(10) UNSIGNED NOT NULL,36554  `created_by` int(10) UNSIGNED NOT NULL,
30717  `updated_date` bigint(64) NOT NULL,36555  `updated_date` bigint(64) NOT NULL,
30718  `updated_by` int(10) UNSIGNED NOT NULL,36556  `updated_by` int(10) UNSIGNED NOT NULL,
30719  `deleted_date` bigint(64) DEFAULT NULL,36557  `deleted_date` bigint(64) DEFAULT NULL,
30720  `deleted_by` int(10) UNSIGNED DEFAULT NULL36558  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30721) ENGINE=InnoDB DEFAULT CHARSET=utf8;36559) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3072236560
30723--36561--
30724-- Dumping data for table `portfolios_tasks_requests`36562-- Dumping data for table `portfolios_tasks_requests`
30725--36563--
3072636564
30727INSERT INTO `portfolios_tasks_requests` (`ptrequest_id`, `pportfolios_id`, `folder`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES36565INSERT INTO `portfolios_tasks_requests` (`ptrequest_id`, `pportfolios_id`, `folder`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
30728(1, 1, 'Academic Folder', 1678728786, 1, 1685381586, 1, NULL, NULL),36566(1, 1, 'Academic Folder', 1678728786, 1, 1685381586, 1, NULL, NULL),
30729(2, 2, 'Academic Folder', 1679333586, 1, 1685381586, 1, NULL, NULL),36567(2, 2, 'Academic Folder', 1679333586, 1, 1685381586, 1, NULL, NULL),
30730(3, 3, 'Academic Folder', 1679938386, 1, 1685381586, 1, NULL, NULL),36568(3, 3, 'Academic Folder', 1679938386, 1, 1685381586, 1, NULL, NULL),
30731(4, 4, 'Academic Folder', 1680543186, 1, 1685381586, 1, NULL, NULL),36569(4, 4, 'Academic Folder', 1680543186, 1, 1685381586, 1, NULL, NULL),
30732(5, 5, 'Academic Folder', 1681147986, 1, 1685381586, 1, NULL, NULL),36570(5, 5, 'Academic Folder', 1681147986, 1, 1685381586, 1, NULL, NULL),
30733(6, 6, 'Academic Folder', 1681752786, 1, 1685381586, 1, NULL, NULL),36571(6, 6, 'Academic Folder', 1681752786, 1, 1685381586, 1, NULL, NULL),
30734(7, 7, 'Academic Folder', 1682357586, 1, 1685381586, 1, NULL, NULL),36572(7, 7, 'Academic Folder', 1682357586, 1, 1685381586, 1, NULL, NULL),
30735(8, 8, 'Academic Folder', 1682962386, 1, 1685381586, 1, NULL, NULL),36573(8, 8, 'Academic Folder', 1682962386, 1, 1685381586, 1, NULL, NULL),
30736(9, 9, 'Academic Folder', 1683567186, 1, 1685381586, 1, NULL, NULL),36574(9, 9, 'Academic Folder', 1683567186, 1, 1685381586, 1, NULL, NULL),
30737(10, 10, 'Academic Folder', 1684171986, 1, 1685381586, 1, NULL, NULL);36575(10, 10, 'Academic Folder', 1684171986, 1, 1685381586, 1, NULL, NULL);
3073836576
30739-- --------------------------------------------------------36577-- --------------------------------------------------------
3074036578
30741--36579--
30742-- Table structure for table `portfolios_task_request_recipient_course_groups`36580-- Table structure for table `portfolios_task_request_recipient_course_groups`
30743--36581--
3074436582
30745CREATE TABLE `portfolios_task_request_recipient_course_groups` (36583CREATE TABLE `portfolios_task_request_recipient_course_groups` (
30746  `ptrrcgroup_id` int(10) UNSIGNED NOT NULL,36584  `ptrrcgroup_id` int(10) UNSIGNED NOT NULL,
30747  `ptrequest_id` int(10) UNSIGNED NOT NULL,36585  `ptrequest_id` int(10) UNSIGNED NOT NULL,
30748  `pcgroup_id` int(10) UNSIGNED NOT NULL,36586  `pcgroup_id` int(10) UNSIGNED NOT NULL,
30749  `created_date` bigint(64) NOT NULL,36587  `created_date` bigint(64) NOT NULL,
30750  `created_by` int(10) UNSIGNED NOT NULL,36588  `created_by` int(10) UNSIGNED NOT NULL,
30751  `updated_date` bigint(64) NOT NULL,36589  `updated_date` bigint(64) NOT NULL,
30752  `updated_by` int(10) UNSIGNED NOT NULL,36590  `updated_by` int(10) UNSIGNED NOT NULL,
30753  `deleted_date` bigint(64) DEFAULT NULL,36591  `deleted_date` bigint(64) DEFAULT NULL,
30754  `deleted_by` int(10) UNSIGNED DEFAULT NULL36592  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30755) ENGINE=InnoDB DEFAULT CHARSET=utf8;36593) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3075636594
30757-- --------------------------------------------------------36595-- --------------------------------------------------------
3075836596
30759--36597--
30760-- Table structure for table `portfolios_task_request_recipient_groups`36598-- Table structure for table `portfolios_task_request_recipient_groups`
30761--36599--
3076236600
30763CREATE TABLE `portfolios_task_request_recipient_groups` (36601CREATE TABLE `portfolios_task_request_recipient_groups` (
30764  `ptrrgroup_id` int(10) UNSIGNED NOT NULL,36602  `ptrrgroup_id` int(10) UNSIGNED NOT NULL,
30765  `ptrequest_id` int(10) UNSIGNED NOT NULL,36603  `ptrequest_id` int(10) UNSIGNED NOT NULL,
30766  `pgroup_id` int(10) UNSIGNED NOT NULL,36604  `pgroup_id` int(10) UNSIGNED NOT NULL,
30767  `created_date` bigint(64) NOT NULL,36605  `created_date` bigint(64) NOT NULL,
30768  `created_by` int(10) UNSIGNED NOT NULL,36606  `created_by` int(10) UNSIGNED NOT NULL,
30769  `updated_date` bigint(64) NOT NULL,36607  `updated_date` bigint(64) NOT NULL,
30770  `updated_by` int(10) UNSIGNED NOT NULL,36608  `updated_by` int(10) UNSIGNED NOT NULL,
30771  `deleted_date` bigint(64) DEFAULT NULL,36609  `deleted_date` bigint(64) DEFAULT NULL,
30772  `deleted_by` int(10) UNSIGNED DEFAULT NULL36610  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30773) ENGINE=InnoDB DEFAULT CHARSET=utf8;36611) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3077436612
30775-- --------------------------------------------------------36613-- --------------------------------------------------------
3077636614
30777--36615--
30778-- Table structure for table `portfolios_task_request_recipient_learners`36616-- Table structure for table `portfolios_task_request_recipient_learners`
30779--36617--
3078036618
30781CREATE TABLE `portfolios_task_request_recipient_learners` (36619CREATE TABLE `portfolios_task_request_recipient_learners` (
30782  `ptrrlearner_id` int(10) UNSIGNED NOT NULL,36620  `ptrrlearner_id` int(10) UNSIGNED NOT NULL,
30783  `ptrequest_id` int(10) UNSIGNED NOT NULL,36621  `ptrequest_id` int(10) UNSIGNED NOT NULL,
30784  `plearner_id` int(11) NOT NULL,36622  `plearner_id` int(11) NOT NULL,
30785  `created_date` bigint(64) NOT NULL,36623  `created_date` bigint(64) NOT NULL,
30786  `created_by` int(10) UNSIGNED NOT NULL,36624  `created_by` int(10) UNSIGNED NOT NULL,
30787  `updated_date` bigint(64) NOT NULL,36625  `updated_date` bigint(64) NOT NULL,
30788  `updated_by` int(10) UNSIGNED NOT NULL,36626  `updated_by` int(10) UNSIGNED NOT NULL,
30789  `deleted_date` bigint(64) DEFAULT NULL,36627  `deleted_date` bigint(64) DEFAULT NULL,
30790  `deleted_by` int(10) UNSIGNED DEFAULT NULL36628  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30791) ENGINE=InnoDB DEFAULT CHARSET=utf8;36629) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3079236630
30793-- --------------------------------------------------------36631-- --------------------------------------------------------
3079436632
30795--36633--
30796-- Table structure for table `portfolios_task_statuses`36634-- Table structure for table `portfolios_task_statuses`
30797--36635--
3079836636
30799CREATE TABLE `portfolios_task_statuses` (36637CREATE TABLE `portfolios_task_statuses` (
30800  `ptstatus_id` int(10) UNSIGNED NOT NULL,36638  `ptstatus_id` int(10) UNSIGNED NOT NULL,
30801  `name` varchar(36) NOT NULL36639  `name` varchar(36) NOT NULL
30802) ENGINE=InnoDB DEFAULT CHARSET=utf8;36640) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3080336641
30804--36642--
30805-- Dumping data for table `portfolios_task_statuses`36643-- Dumping data for table `portfolios_task_statuses`
30806--36644--
3080736645
30808INSERT INTO `portfolios_task_statuses` (`ptstatus_id`, `name`) VALUES36646INSERT INTO `portfolios_task_statuses` (`ptstatus_id`, `name`) VALUES
30809(1, 'Not Submitted'),36647(1, 'Not Submitted'),
30810(2, 'Pending Review'),36648(2, 'Pending Review'),
30811(3, 'Overdue'),36649(3, 'Overdue'),
30812(4, 'Reviewed');36650(4, 'Reviewed');
3081336651
30814-- --------------------------------------------------------36652-- --------------------------------------------------------
3081536653
30816--36654--
30817-- Table structure for table `portfolios_task_submissions`36655-- Table structure for table `portfolios_task_submissions`
30818--36656--
3081936657
30820CREATE TABLE `portfolios_task_submissions` (36658CREATE TABLE `portfolios_task_submissions` (
30821  `ptsubmission_id` int(10) UNSIGNED NOT NULL,36659  `ptsubmission_id` int(10) UNSIGNED NOT NULL,
30822  `ptask_id` int(10) UNSIGNED NOT NULL,36660  `ptask_id` int(10) UNSIGNED NOT NULL,
30823  `ptstatus_id` int(10) UNSIGNED NOT NULL,36661  `ptstatus_id` int(10) UNSIGNED NOT NULL,
30824  `text_entry` text,36662  `text_entry` text,
30825  `created_date` bigint(64) NOT NULL,36663  `created_date` bigint(64) NOT NULL,
30826  `created_by` int(10) UNSIGNED NOT NULL,36664  `created_by` int(10) UNSIGNED NOT NULL,
30827  `updated_date` bigint(64) NOT NULL,36665  `updated_date` bigint(64) NOT NULL,
30828  `updated_by` int(10) UNSIGNED NOT NULL,36666  `updated_by` int(10) UNSIGNED NOT NULL,
30829  `deleted_date` bigint(64) DEFAULT NULL,36667  `deleted_date` bigint(64) DEFAULT NULL,
30830  `deleted_by` int(10) UNSIGNED DEFAULT NULL36668  `deleted_by` int(10) UNSIGNED DEFAULT NULL
30831) ENGINE=InnoDB DEFAULT CHARSET=utf8;36669) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3083236670
30833--36671--
30834-- Dumping data for table `portfolios_task_submissions`36672-- Dumping data for table `portfolios_task_submissions`
30835--36673--
3083636674
30837INSERT INTO `portfolios_task_submissions` (`ptsubmission_id`, `ptask_id`, `ptstatus_id`, `text_entry`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES36675INSERT INTO `portfolios_task_submissions` (`ptsubmission_id`, `ptask_id`, `ptstatus_id`, `text_entry`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES
30838(1, 12, 2, ' Jane\'s Submission', 1678728786, 0, 1685381586, 0, NULL, NULL);36676(1, 12, 2, ' Jane\'s Submission', 1678728786, 0, 1685381586, 0, NULL, NULL);
3083936677
30840-- --------------------------------------------------------36678-- --------------------------------------------------------
3084136679
30842--36680--
30843-- Table structure for table `portfolio_advisor_portfolio`36681-- Table structure for table `portfolio_advisor_portfolio`
30844--36682--
3084536683
30846CREATE TABLE `portfolio_advisor_portfolio` (36684CREATE TABLE `portfolio_advisor_portfolio` (
30847  `id` int(11) UNSIGNED NOT NULL,36685  `id` int(11) UNSIGNED NOT NULL,
30848  `advisor_id` int(12) UNSIGNED NOT NULL,36686  `advisor_id` int(12) UNSIGNED NOT NULL,
30849  `portfolio_id` int(11) UNSIGNED DEFAULT NULL36687  `portfolio_id` int(11) UNSIGNED DEFAULT NULL
30850) ENGINE=InnoDB DEFAULT CHARSET=utf8;36688) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3085136689
30852-- --------------------------------------------------------36690-- --------------------------------------------------------
3085336691
30854--36692--
30855-- Table structure for table `portfolio_advisor_student`36693-- Table structure for table `portfolio_advisor_student`
30856--36694--
3085736695
30858CREATE TABLE `portfolio_advisor_student` (36696CREATE TABLE `portfolio_advisor_student` (
30859  `id` int(11) UNSIGNED NOT NULL,36697  `id` int(11) UNSIGNED NOT NULL,
30860  `advisor_id` int(12) UNSIGNED NOT NULL,36698  `advisor_id` int(12) UNSIGNED NOT NULL,
30861  `student_id` int(12) UNSIGNED NOT NULL36699  `student_id` int(12) UNSIGNED NOT NULL
30862) ENGINE=InnoDB DEFAULT CHARSET=utf8;36700) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3086336701
30864-- --------------------------------------------------------36702-- --------------------------------------------------------
3086536703
30866--36704--
30867-- Table structure for table `portfolio_artifacts`36705-- Table structure for table `portfolio_artifacts`
30868--36706--
3086936707
30870CREATE TABLE `portfolio_artifacts` (36708CREATE TABLE `portfolio_artifacts` (
30871  `id` int(11) UNSIGNED NOT NULL,36709  `id` int(11) UNSIGNED NOT NULL,
30872  `folder_id` int(11) UNSIGNED NOT NULL,36710  `folder_id` int(11) UNSIGNED NOT NULL,
30873  `proxy_id` int(12) UNSIGNED DEFAULT NULL,36711  `proxy_id` int(12) UNSIGNED DEFAULT NULL,
30874  `title` varchar(128) NOT NULL,36712  `title` varchar(128) NOT NULL,
30875  `description` text,36713  `description` text,
30876  `start_date` bigint(64) UNSIGNED DEFAULT NULL,36714  `start_date` bigint(64) UNSIGNED DEFAULT NULL,
30877  `finish_date` bigint(64) UNSIGNED DEFAULT NULL,36715  `finish_date` bigint(64) UNSIGNED DEFAULT NULL,
30878  `allow_commenting` tinyint(1) NOT NULL DEFAULT '0',36716  `allow_commenting` tinyint(1) NOT NULL DEFAULT '0',
30879  `active` tinyint(1) NOT NULL DEFAULT '1',36717  `active` tinyint(1) NOT NULL DEFAULT '1',
30880  `updated_at` bigint(20) NOT NULL,36718  `updated_at` bigint(20) NOT NULL,
30881  `updated_by` int(12) UNSIGNED NOT NULL,36719  `updated_by` int(12) UNSIGNED NOT NULL,
30882  `allowed_type` enum('file','reflection','url','any') DEFAULT 'any'36720  `allowed_type` enum('file','reflection','url','any') DEFAULT 'any'
30883) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of artifacts within a particular portfolio folder.';36721) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of artifacts within a particular portfolio folder.';
3088436722
30885--36723--
30886-- Dumping data for table `portfolio_artifacts`36724-- Dumping data for table `portfolio_artifacts`
30887--36725--
3088836726
30889INSERT INTO `portfolio_artifacts` (`id`, `folder_id`, `proxy_id`, `title`, `description`, `start_date`, `finish_date`, `allow_commenting`, `active`, `updated_at`, `updated_by`, `allowed_type`) VALUES36727INSERT INTO `portfolio_artifacts` (`id`, `folder_id`, `proxy_id`, `title`, `description`, `start_date`, `finish_date`, `allow_commenting`, `active`, `updated_at`, `updated_by`, `allowed_type`) VALUES
30890(1, 1, NULL, 'Test Artifact 1', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'),36728(1, 1, NULL, 'Test Artifact 1', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'),
30891(2, 2, NULL, 'Test artifact 2', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any');36729(2, 2, NULL, 'Test artifact 2', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any');
3089236730
30893-- --------------------------------------------------------36731-- --------------------------------------------------------
3089436732
30895--36733--
30896-- Table structure for table `portfolio_artifact_curriculum_tag`36734-- Table structure for table `portfolio_artifact_curriculum_tag`
30897--36735--
3089836736
30899CREATE TABLE `portfolio_artifact_curriculum_tag` (36737CREATE TABLE `portfolio_artifact_curriculum_tag` (
30900  `id` int(11) UNSIGNED NOT NULL,36738  `id` int(11) UNSIGNED NOT NULL,
30901  `artifact_id` int(11) UNSIGNED NOT NULL,36739  `artifact_id` int(11) UNSIGNED NOT NULL,
30902  `curriculum_tag_id` int(12) NOT NULL36740  `curriculum_tag_id` int(12) NOT NULL
30903) ENGINE=InnoDB DEFAULT CHARSET=latin1;36741) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3090436742
30905-- --------------------------------------------------------36743-- --------------------------------------------------------
3090636744
30907--36745--
30908-- Table structure for table `portfolio_artifact_permissions`36746-- Table structure for table `portfolio_artifact_permissions`
30909--36747--
3091036748
30911CREATE TABLE `portfolio_artifact_permissions` (36749CREATE TABLE `portfolio_artifact_permissions` (
30912  `id` int(11) UNSIGNED NOT NULL,36750  `id` int(11) UNSIGNED NOT NULL,
30913  `entry_id` int(11) UNSIGNED NOT NULL,36751  `entry_id` int(11) UNSIGNED NOT NULL,
30914  `allow_to` int(12) UNSIGNED NOT NULL,36752  `allow_to` int(12) UNSIGNED NOT NULL,
30915  `proxy_id` int(12) UNSIGNED NOT NULL,36753  `proxy_id` int(12) UNSIGNED NOT NULL,
30916  `view` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',36754  `view` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
30917  `comment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',36755  `comment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
30918  `edit` tinyint(1) UNSIGNED NOT NULL DEFAULT '0'36756  `edit` tinyint(1) UNSIGNED NOT NULL DEFAULT '0'
30919) ENGINE=InnoDB DEFAULT CHARSET=utf8;36757) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3092036758
30921-- --------------------------------------------------------36759-- --------------------------------------------------------
3092236760
30923--36761--
30924-- Table structure for table `portfolio_artifact_reviewers`36762-- Table structure for table `portfolio_artifact_reviewers`
30925--36763--
3092636764
30927CREATE TABLE `portfolio_artifact_reviewers` (36765CREATE TABLE `portfolio_artifact_reviewers` (
30928  `id` int(11) UNSIGNED NOT NULL,36766  `id` int(11) UNSIGNED NOT NULL,
30929  `entry_id` int(11) UNSIGNED NOT NULL,36767  `entry_id` int(11) UNSIGNED NOT NULL,
30930  `proxy_id` int(12) UNSIGNED NOT NULL,36768  `proxy_id` int(12) UNSIGNED NOT NULL,
30931  `active` tinyint(1) NOT NULL DEFAULT '1',36769  `active` tinyint(1) NOT NULL DEFAULT '1',
30932  `updated_at` bigint(20) NOT NULL,36770  `updated_at` bigint(20) NOT NULL,
30933  `updated_by` int(12) UNSIGNED NOT NULL36771  `updated_by` int(12) UNSIGNED NOT NULL
30934) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List teachers responsible for reviewing an artifact.';36772) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List teachers responsible for reviewing an artifact.';
3093536773
30936-- --------------------------------------------------------36774-- --------------------------------------------------------
3093736775
30938--36776--
30939-- Table structure for table `portfolio_comments`36777-- Table structure for table `portfolio_comments`
30940--36778--
3094136779
30942CREATE TABLE `portfolio_comments` (36780CREATE TABLE `portfolio_comments` (
30943  `id` int(11) UNSIGNED NOT NULL,36781  `id` int(11) UNSIGNED NOT NULL,
30944  `entry_id` int(11) UNSIGNED NOT NULL,36782  `entry_id` int(11) UNSIGNED NOT NULL,
30945  `proxy_id` int(12) UNSIGNED NOT NULL,36783  `proxy_id` int(12) UNSIGNED NOT NULL,
30946  `comment` text NOT NULL,36784  `comment` text NOT NULL,
30947  `submitted_date` bigint(64) UNSIGNED NOT NULL,36785  `submitted_date` bigint(64) UNSIGNED NOT NULL,
30948  `flag` tinyint(1) NOT NULL DEFAULT '0',36786  `flag` tinyint(1) NOT NULL DEFAULT '0',
30949  `active` tinyint(1) NOT NULL DEFAULT '1',36787  `active` tinyint(1) NOT NULL DEFAULT '1',
30950  `updated_at` bigint(20) NOT NULL,36788  `updated_at` bigint(20) NOT NULL,
30951  `updated_by` int(12) UNSIGNED NOT NULL36789  `updated_by` int(12) UNSIGNED NOT NULL
30952) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to store comments on particular portfolio entries.';36790) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to store comments on particular portfolio entries.';
3095336791
30954-- --------------------------------------------------------36792-- --------------------------------------------------------
3095536793
30956--36794--
30957-- Table structure for table `portfolio_document_attachments`36795-- Table structure for table `portfolio_document_attachments`
30958--36796--
3095936797
30960CREATE TABLE `portfolio_document_attachments` (36798CREATE TABLE `portfolio_document_attachments` (
30961  `id` int(11) UNSIGNED NOT NULL,36799  `id` int(11) UNSIGNED NOT NULL,
30962  `file_name` varchar(256) NOT NULL,36800  `file_name` varchar(256) NOT NULL,
30963  `file_path` varchar(512) NOT NULL,36801  `file_path` varchar(512) NOT NULL,
30964  `title` varchar(256) DEFAULT NULL,36802  `title` varchar(256) DEFAULT NULL,
30965  `description` varchar(256) DEFAULT NULL,36803  `description` varchar(256) DEFAULT NULL,
30966  `preview` varchar(512) DEFAULT NULL36804  `preview` varchar(512) DEFAULT NULL
30967) ENGINE=InnoDB DEFAULT CHARSET=utf8;36805) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3096836806
30969-- --------------------------------------------------------36807-- --------------------------------------------------------
3097036808
30971--36809--
30972-- Table structure for table `portfolio_entries`36810-- Table structure for table `portfolio_entries`
30973--36811--
3097436812
30975CREATE TABLE `portfolio_entries` (36813CREATE TABLE `portfolio_entries` (
30976  `id` int(11) UNSIGNED NOT NULL,36814  `id` int(11) UNSIGNED NOT NULL,
30977  `artifact_id` int(11) UNSIGNED NOT NULL,36815  `artifact_id` int(11) UNSIGNED NOT NULL,
30978  `proxy_id` int(12) UNSIGNED NOT NULL,36816  `proxy_id` int(12) UNSIGNED NOT NULL,
30979  `submitted_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',36817  `submitted_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',
30980  `reviewed_date` bigint(20) DEFAULT NULL,36818  `reviewed_date` bigint(20) DEFAULT NULL,
30981  `reviewed_by` int(12) UNSIGNED DEFAULT NULL,36819  `reviewed_by` int(12) UNSIGNED DEFAULT NULL,
30982  `flag` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',36820  `flag` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
30983  `flagged_by` int(12) UNSIGNED DEFAULT NULL,36821  `flagged_by` int(12) UNSIGNED DEFAULT NULL,
30984  `flagged_date` bigint(20) DEFAULT NULL,36822  `flagged_date` bigint(20) DEFAULT NULL,
30985  `is_assessable` tinyint(4) NOT NULL DEFAULT '1',36823  `is_assessable` tinyint(4) NOT NULL DEFAULT '1',
30986  `is_assessable_set_by` int(12) UNSIGNED DEFAULT NULL,36824  `is_assessable_set_by` int(12) UNSIGNED DEFAULT NULL,
30987  `is_assessable_set_date` bigint(64) UNSIGNED DEFAULT NULL,36825  `is_assessable_set_date` bigint(64) UNSIGNED DEFAULT NULL,
30988  `active` tinyint(1) NOT NULL DEFAULT '1',36826  `active` tinyint(1) NOT NULL DEFAULT '1',
30989  `updated_at` bigint(20) NOT NULL,36827  `updated_at` bigint(20) NOT NULL,
30990  `updated_by` int(12) UNSIGNED NOT NULL,36828  `updated_by` int(12) UNSIGNED NOT NULL,
30991  `_edata` text,36829  `_edata` text,
30992  `enterable_id` int(12) UNSIGNED DEFAULT NULL,36830  `enterable_id` int(12) UNSIGNED DEFAULT NULL,
30993  `enterable_type` enum('reflection','url','document') NOT NULL36831  `enterable_type` enum('reflection','url','document') NOT NULL
30994) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to record portfolio entries made by learners.';36832) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to record portfolio entries made by learners.';
3099536833
30996-- --------------------------------------------------------36834-- --------------------------------------------------------
3099736835
30998--36836--
30999-- Table structure for table `portfolio_folders`36837-- Table structure for table `portfolio_folders`
31000--36838--
3100136839
31002CREATE TABLE `portfolio_folders` (36840CREATE TABLE `portfolio_folders` (
31003  `id` int(11) UNSIGNED NOT NULL,36841  `id` int(11) UNSIGNED NOT NULL,
31004  `portfolio_id` int(11) UNSIGNED NOT NULL,36842  `portfolio_id` int(11) UNSIGNED NOT NULL,
31005  `title` varchar(64) NOT NULL,36843  `title` varchar(64) NOT NULL,
31006  `description` text NOT NULL,36844  `description` text NOT NULL,
31007  `allow_learner_artifacts` tinyint(1) NOT NULL DEFAULT '0',36845  `allow_learner_artifacts` tinyint(1) NOT NULL DEFAULT '0',
31008  `active` tinyint(1) NOT NULL DEFAULT '1',36846  `active` tinyint(1) NOT NULL DEFAULT '1',
31009  `updated_at` bigint(20) NOT NULL,36847  `updated_at` bigint(20) NOT NULL,
31010  `updated_by` int(12) UNSIGNED NOT NULL36848  `updated_by` int(12) UNSIGNED NOT NULL
31011) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The list of folders within each portfolio.';36849) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The list of folders within each portfolio.';
3101236850
31013--36851--
31014-- Dumping data for table `portfolio_folders`36852-- Dumping data for table `portfolio_folders`
31015--36853--
3101636854
31017INSERT INTO `portfolio_folders` (`id`, `portfolio_id`, `title`, `description`, `allow_learner_artifacts`, `active`, `updated_at`, `updated_by`) VALUES36855INSERT INTO `portfolio_folders` (`id`, `portfolio_id`, `title`, `description`, `allow_learner_artifacts`, `active`, `updated_at`, `updated_by`) VALUES
31018(1, 1, 'Test Folder 1', 'test folder description', 0, 1, 1685381586, 1),36856(1, 1, 'Test Folder 1', 'test folder description', 0, 1, 1685381586, 1),
31019(2, 2, 'Test Folder 2', 'test description', 0, 1, 1685381586, 1);36857(2, 2, 'Test Folder 2', 'test description', 0, 1, 1685381586, 1);
3102036858
31021-- --------------------------------------------------------36859-- --------------------------------------------------------
3102236860
31023--36861--
31024-- Table structure for table `portfolio_personal_reflections`36862-- Table structure for table `portfolio_personal_reflections`
31025--36863--
3102636864
31027CREATE TABLE `portfolio_personal_reflections` (36865CREATE TABLE `portfolio_personal_reflections` (
31028  `id` int(11) UNSIGNED NOT NULL,36866  `id` int(11) UNSIGNED NOT NULL,
31029  `description` text NOT NULL36867  `description` text NOT NULL
31030) ENGINE=InnoDB DEFAULT CHARSET=utf8;36868) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3103136869
31032-- --------------------------------------------------------36870-- --------------------------------------------------------
3103336871
31034--36872--
31035-- Table structure for table `portfolio_portfolios`36873-- Table structure for table `portfolio_portfolios`
31036--36874--
3103736875
31038CREATE TABLE `portfolio_portfolios` (36876CREATE TABLE `portfolio_portfolios` (
31039  `id` int(11) UNSIGNED NOT NULL,36877  `id` int(11) UNSIGNED NOT NULL,
31040  `group_id` int(12) NOT NULL,36878  `group_id` int(12) NOT NULL,
31041  `name` varchar(128) DEFAULT NULL,36879  `name` varchar(128) DEFAULT NULL,
31042  `start_date` bigint(64) UNSIGNED NOT NULL,36880  `start_date` bigint(64) UNSIGNED NOT NULL,
31043  `finish_date` bigint(64) UNSIGNED NOT NULL,36881  `finish_date` bigint(64) UNSIGNED NOT NULL,
31044  `active` tinyint(1) NOT NULL DEFAULT '1',36882  `active` tinyint(1) NOT NULL DEFAULT '1',
31045  `updated_at` bigint(20) NOT NULL,36883  `updated_at` bigint(20) NOT NULL,
31046  `updated_by` int(12) UNSIGNED NOT NULL,36884  `updated_by` int(12) UNSIGNED NOT NULL,
31047  `organisation_id` int(12) UNSIGNED NOT NULL,36885  `organisation_id` int(12) UNSIGNED NOT NULL,
31048  `allow_student_export` tinyint(1) UNSIGNED DEFAULT '1'36886  `allow_student_export` tinyint(1) UNSIGNED DEFAULT '1'
31049) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The portfolio container for each class of learners.';36887) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The portfolio container for each class of learners.';
3105036888
31051--36889--
31052-- Dumping data for table `portfolio_portfolios`36890-- Dumping data for table `portfolio_portfolios`
31053--36891--
3105436892
31055INSERT INTO `portfolio_portfolios` (`id`, `group_id`, `name`, `start_date`, `finish_date`, `active`, `updated_at`, `updated_by`, `organisation_id`, `allow_student_export`) VALUES36893INSERT INTO `portfolio_portfolios` (`id`, `group_id`, `name`, `start_date`, `finish_date`, `active`, `updated_at`, `updated_by`, `organisation_id`, `allow_student_export`) VALUES
31056(1, 5, 'Class of 2024', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0),36894(1, 5, 'Class of 2024', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0),
31057(2, 4, 'Class of 2023', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0);36895(2, 4, 'Class of 2023', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0);
3105836896
31059-- --------------------------------------------------------36897-- --------------------------------------------------------
3106036898
31061--36899--
31062-- Table structure for table `portfolio_urls`36900-- Table structure for table `portfolio_urls`
31063--36901--
3106436902
31065CREATE TABLE `portfolio_urls` (36903CREATE TABLE `portfolio_urls` (
31066  `id` int(11) UNSIGNED NOT NULL,36904  `id` int(11) UNSIGNED NOT NULL,
31067  `title` varchar(256) NOT NULL,36905  `title` varchar(256) NOT NULL,
31068  `url` varchar(512) NOT NULL36906  `url` varchar(512) NOT NULL
31069) ENGINE=InnoDB DEFAULT CHARSET=utf8;36907) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3107036908
31071-- --------------------------------------------------------36909-- --------------------------------------------------------
3107236910
31073--36911--
31074-- Table structure for table `profile_custom_fields`36912-- Table structure for table `profile_custom_fields`
31075--36913--
3107636914
31077CREATE TABLE `profile_custom_fields` (36915CREATE TABLE `profile_custom_fields` (
31078  `id` int(11) UNSIGNED NOT NULL,36916  `id` int(11) UNSIGNED NOT NULL,
31079  `department_id` int(11) NOT NULL,36917  `department_id` int(11) NOT NULL,
31080  `organisation_id` int(11) NOT NULL,36918  `organisation_id` int(11) NOT NULL,
31081  `title` varchar(255) NOT NULL DEFAULT '',36919  `title` varchar(255) NOT NULL DEFAULT '',
31082  `name` varchar(32) NOT NULL DEFAULT '',36920  `name` varchar(32) NOT NULL DEFAULT '',
31083  `type` enum('TEXTAREA','TEXTINPUT','CHECKBOX','RICHTEXT','LINK') NOT NULL DEFAULT 'TEXTAREA',36921  `type` enum('TEXTAREA','TEXTINPUT','CHECKBOX','RICHTEXT','LINK') NOT NULL DEFAULT 'TEXTAREA',
31084  `active` tinyint(1) NOT NULL DEFAULT '1',36922  `active` tinyint(1) NOT NULL DEFAULT '1',
31085  `length` smallint(3) DEFAULT NULL,36923  `length` smallint(3) DEFAULT NULL,
31086  `required` tinyint(1) NOT NULL DEFAULT '0',36924  `required` tinyint(1) NOT NULL DEFAULT '0',
31087  `order` smallint(3) NOT NULL DEFAULT '0'36925  `order` smallint(3) NOT NULL DEFAULT '0'
31088) ENGINE=InnoDB DEFAULT CHARSET=utf8;36926) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3108936927
31090-- --------------------------------------------------------36928-- --------------------------------------------------------
3109136929
31092--36930--
31093-- Table structure for table `profile_custom_responses`36931-- Table structure for table `profile_custom_responses`
31094--36932--
3109536933
31096CREATE TABLE `profile_custom_responses` (36934CREATE TABLE `profile_custom_responses` (
31097  `id` int(11) UNSIGNED NOT NULL,36935  `id` int(11) UNSIGNED NOT NULL,
31098  `field_id` int(11) NOT NULL,36936  `field_id` int(11) NOT NULL,
31099  `proxy_id` int(11) NOT NULL,36937  `proxy_id` int(11) NOT NULL,
31100  `value` text NOT NULL36938  `value` text NOT NULL
31101) ENGINE=InnoDB DEFAULT CHARSET=utf8;36939) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3110236940
31103-- --------------------------------------------------------36941-- --------------------------------------------------------
3110436942
31105--36943--
31106-- Table structure for table `prompted_response_comments`36944-- Table structure for table `prompted_response_comments`
31107--36945--
3110836946
31109CREATE TABLE `prompted_response_comments` (36947CREATE TABLE `prompted_response_comments` (
31110  `prcomment_id` int(11) UNSIGNED NOT NULL,36948  `prcomment_id` int(11) UNSIGNED NOT NULL,
31111  `dassessment_id` int(11) UNSIGNED NOT NULL,36949  `dassessment_id` int(11) UNSIGNED NOT NULL,
31112  `aprogress_id` int(11) UNSIGNED NOT NULL,36950  `aprogress_id` int(11) UNSIGNED NOT NULL,
31113  `comment` text NOT NULL,36951  `comment` text NOT NULL,
31114  `active` int(1) NOT NULL DEFAULT '1',36952  `active` int(1) NOT NULL DEFAULT '1',
31115  `created_date` bigint(64) DEFAULT NULL,36953  `created_date` bigint(64) DEFAULT NULL,
31116  `created_by` int(11) UNSIGNED DEFAULT NULL,36954  `created_by` int(11) UNSIGNED DEFAULT NULL,
31117  `deleted_date` bigint(64) DEFAULT NULL,36955  `deleted_date` bigint(64) DEFAULT NULL,
31118  `deleted_by` int(11) UNSIGNED DEFAULT NULL36956  `deleted_by` int(11) UNSIGNED DEFAULT NULL
31119) ENGINE=InnoDB DEFAULT CHARSET=utf8;36957) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3112036958
31121-- --------------------------------------------------------36959-- --------------------------------------------------------
3112236960
31123--36961--
31124-- Table structure for table `prompted_response_reviews`36962-- Table structure for table `prompted_response_reviews`
31125--36963--
3112636964
31127CREATE TABLE `prompted_response_reviews` (36965CREATE TABLE `prompted_response_reviews` (
31128  `prreview_id` int(11) UNSIGNED NOT NULL,36966  `prreview_id` int(11) UNSIGNED NOT NULL,
31129  `dassessment_id` int(11) UNSIGNED NOT NULL,36967  `dassessment_id` int(11) UNSIGNED NOT NULL,
31130  `aprogress_id` int(11) UNSIGNED NOT NULL,36968  `aprogress_id` int(11) UNSIGNED NOT NULL,
31131  `proxy_id` int(11) UNSIGNED NOT NULL,36969  `proxy_id` int(11) UNSIGNED NOT NULL,
31132  `created_date` bigint(64) DEFAULT NULL,36970  `created_date` bigint(64) DEFAULT NULL,
31133  `created_by` int(11) UNSIGNED DEFAULT NULL,36971  `created_by` int(11) UNSIGNED DEFAULT NULL,
31134  `deleted_date` bigint(64) DEFAULT NULL,36972  `deleted_date` bigint(64) DEFAULT NULL,
31135  `deleted_by` int(11) UNSIGNED DEFAULT NULL36973  `deleted_by` int(11) UNSIGNED DEFAULT NULL
31136) ENGINE=InnoDB DEFAULT CHARSET=utf8;36974) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3113736975
31138-- --------------------------------------------------------36976-- --------------------------------------------------------
3113936977
31140--36978--
31141-- Table structure for table `push_notification_tokens`36979-- Table structure for table `push_notification_tokens`
31142--36980--
3114336981
31144CREATE TABLE `push_notification_tokens` (36982CREATE TABLE `push_notification_tokens` (
31145  `id` int(11) NOT NULL,36983  `id` int(11) NOT NULL,
31146  `proxy_id` int(12) NOT NULL,36984  `proxy_id` int(12) NOT NULL,
31147  `token` varchar(128) NOT NULL,36985  `token` varchar(128) NOT NULL,
31148  `device_brand` varchar(128) NOT NULL,36986  `device_brand` varchar(128) NOT NULL,
31149  `device_model` varchar(128) NOT NULL,36987  `device_model` varchar(128) NOT NULL,
31150  `device_name` varchar(128) NOT NULL,36988  `device_name` varchar(128) NOT NULL,
31151  `created_at` int(11) NOT NULL,36989  `created_at` int(11) NOT NULL,
31152  `updated_at` int(11) NOT NULL36990  `updated_at` int(11) NOT NULL
31153) ENGINE=InnoDB DEFAULT CHARSET=latin1;36991) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3115436992
31155-- --------------------------------------------------------36993-- --------------------------------------------------------
3115636994
31157--36995--
31158-- Table structure for table `quizzes`36996-- Table structure for table `quizzes`
31159--36997--
3116036998
31161CREATE TABLE `quizzes` (36999CREATE TABLE `quizzes` (
31162  `quiz_id` int(12) NOT NULL,37000  `quiz_id` int(12) NOT NULL,
31163  `quiz_title` varchar(64) NOT NULL,37001  `quiz_title` varchar(64) NOT NULL,
31164  `quiz_description` text NOT NULL,37002  `quiz_description` text NOT NULL,
31165  `quiz_active` int(1) NOT NULL DEFAULT '1',37003  `quiz_active` int(1) NOT NULL DEFAULT '1',
31166  `updated_date` bigint(64) NOT NULL DEFAULT '0',37004  `updated_date` bigint(64) NOT NULL DEFAULT '0',
31167  `updated_by` int(12) NOT NULL DEFAULT '0',37005  `updated_by` int(12) NOT NULL DEFAULT '0',
31168  `created_by` int(12) NOT NULL DEFAULT '0'37006  `created_by` int(12) NOT NULL DEFAULT '0'
31169) ENGINE=InnoDB DEFAULT CHARSET=utf8;37007) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3117037008
31171--37009--
31172-- Dumping data for table `quizzes`37010-- Dumping data for table `quizzes`
31173--37011--
3117437012
31175INSERT INTO `quizzes` (`quiz_id`, `quiz_title`, `quiz_description`, `quiz_active`, `updated_date`, `updated_by`, `created_by`) VALUES37013INSERT INTO `quizzes` (`quiz_id`, `quiz_title`, `quiz_description`, `quiz_active`, `updated_date`, `updated_by`, `created_by`) VALUES
31176(1, 'Test Quiz - OPS-698', '', 1, 1685381586, 1, 1);37014(1, 'Test Quiz - OPS-698', '', 1, 1685381586, 1, 1);
3117737015
31178-- --------------------------------------------------------37016-- --------------------------------------------------------
3117937017
31180--37018--
31181-- Table structure for table `quizzes_lu_questiontypes`37019-- Table structure for table `quizzes_lu_questiontypes`
31182--37020--
3118337021
31184CREATE TABLE `quizzes_lu_questiontypes` (37022CREATE TABLE `quizzes_lu_questiontypes` (
31185  `questiontype_id` int(12) NOT NULL,37023  `questiontype_id` int(12) NOT NULL,
31186  `questiontype_title` varchar(64) NOT NULL,37024  `questiontype_title` varchar(64) NOT NULL,
31187  `questiontype_description` text NOT NULL,37025  `questiontype_description` text NOT NULL,
31188  `questiontype_active` int(1) NOT NULL DEFAULT '1',37026  `questiontype_active` int(1) NOT NULL DEFAULT '1',
31189  `questiontype_order` int(1) NOT NULL DEFAULT '0'37027  `questiontype_order` int(1) NOT NULL DEFAULT '0'
31190) ENGINE=InnoDB DEFAULT CHARSET=utf8;37028) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3119137029
31192--37030--
31193-- Dumping data for table `quizzes_lu_questiontypes`37031-- Dumping data for table `quizzes_lu_questiontypes`
31194--37032--
3119537033
31196INSERT INTO `quizzes_lu_questiontypes` (`questiontype_id`, `questiontype_title`, `questiontype_description`, `questiontype_active`, `questiontype_order`) VALUES37034INSERT INTO `quizzes_lu_questiontypes` (`questiontype_id`, `questiontype_title`, `questiontype_description`, `questiontype_active`, `questiontype_order`) VALUES
31197(1, 'Multiple Choice Question', '', 1, 0),37035(1, 'Multiple Choice Question', '', 1, 0),
31198(2, 'Descriptive Text', '', 1, 0),37036(2, 'Descriptive Text', '', 1, 0),
31199(3, 'Page Break', '', 1, 0);37037(3, 'Page Break', '', 1, 0);
3120037038
31201-- --------------------------------------------------------37039-- --------------------------------------------------------
3120237040
31203--37041--
31204-- Table structure for table `quizzes_lu_quiztypes`37042-- Table structure for table `quizzes_lu_quiztypes`
31205--37043--
3120637044
31207CREATE TABLE `quizzes_lu_quiztypes` (37045CREATE TABLE `quizzes_lu_quiztypes` (
31208  `quiztype_id` int(12) NOT NULL,37046  `quiztype_id` int(12) NOT NULL,
31209  `quiztype_code` varchar(12) NOT NULL,37047  `quiztype_code` varchar(12) NOT NULL,
31210  `quiztype_title` varchar(64) NOT NULL,37048  `quiztype_title` varchar(64) NOT NULL,
31211  `quiztype_description` text NOT NULL,37049  `quiztype_description` text NOT NULL,
31212  `quiztype_active` int(1) NOT NULL DEFAULT '1',37050  `quiztype_active` int(1) NOT NULL DEFAULT '1',
31213  `quiztype_order` int(3) NOT NULL DEFAULT '0'37051  `quiztype_order` int(3) NOT NULL DEFAULT '0'
31214) ENGINE=InnoDB DEFAULT CHARSET=utf8;37052) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3121537053
31216--37054--
31217-- Dumping data for table `quizzes_lu_quiztypes`37055-- Dumping data for table `quizzes_lu_quiztypes`
31218--37056--
3121937057
31220INSERT INTO `quizzes_lu_quiztypes` (`quiztype_id`, `quiztype_code`, `quiztype_title`, `quiztype_description`, `quiztype_active`, `quiztype_order`) VALUES37058INSERT INTO `quizzes_lu_quiztypes` (`quiztype_id`, `quiztype_code`, `quiztype_title`, `quiztype_description`, `quiztype_active`, `quiztype_order`) VALUES
31221(1, 'delayed', 'Delayed Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) until after the time release period has expired.', 1, 0),37059(1, 'delayed', 'Delayed Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) until after the time release period has expired.', 1, 0),
31222(2, 'immediate', 'Immediate Quiz Results', 'This option will allow the learner to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) immediately after they complete the quiz.', 1, 1),37060(2, 'immediate', 'Immediate Quiz Results', 'This option will allow the learner to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) immediately after they complete the quiz.', 1, 1),
31223(3, 'hide', 'Hide Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback), and requires either manual release of the results to the students, or use of a Gradebook Assessment to release the resulting score.', 1, 2);37061(3, 'hide', 'Hide Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback), and requires either manual release of the results to the students, or use of a Gradebook Assessment to release the resulting score.', 1, 2);
3122437062
31225-- --------------------------------------------------------37063-- --------------------------------------------------------
3122637064
31227--37065--
31228-- Table structure for table `quiz_contacts`37066-- Table structure for table `quiz_contacts`
31229--37067--
3123037068
31231CREATE TABLE `quiz_contacts` (37069CREATE TABLE `quiz_contacts` (
31232  `qcontact_id` int(12) NOT NULL,37070  `qcontact_id` int(12) NOT NULL,
31233  `quiz_id` int(12) NOT NULL DEFAULT '0',37071  `quiz_id` int(12) NOT NULL DEFAULT '0',
31234  `proxy_id` int(12) NOT NULL DEFAULT '0',37072  `proxy_id` int(12) NOT NULL DEFAULT '0',
31235  `updated_date` bigint(64) NOT NULL DEFAULT '0',37073  `updated_date` bigint(64) NOT NULL DEFAULT '0',
31236  `updated_by` int(12) NOT NULL DEFAULT '0'37074  `updated_by` int(12) NOT NULL DEFAULT '0'
31237) ENGINE=InnoDB DEFAULT CHARSET=utf8;37075) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3123837076
31239--37077--
31240-- Dumping data for table `quiz_contacts`37078-- Dumping data for table `quiz_contacts`
31241--37079--
3124237080
31243INSERT INTO `quiz_contacts` (`qcontact_id`, `quiz_id`, `proxy_id`, `updated_date`, `updated_by`) VALUES37081INSERT INTO `quiz_contacts` (`qcontact_id`, `quiz_id`, `proxy_id`, `updated_date`, `updated_by`) VALUES
31244(1, 1, 1, 1685381586, 1);37082(1, 1, 1, 1685381586, 1);
3124537083
31246-- --------------------------------------------------------37084-- --------------------------------------------------------
3124737085
31248--37086--
31249-- Table structure for table `quiz_progress`37087-- Table structure for table `quiz_progress`
31250--37088--
3125137089
31252CREATE TABLE `quiz_progress` (37090CREATE TABLE `quiz_progress` (
31253  `qprogress_id` int(12) UNSIGNED NOT NULL,37091  `qprogress_id` int(12) UNSIGNED NOT NULL,
31254  `aquiz_id` int(12) UNSIGNED NOT NULL,37092  `aquiz_id` int(12) UNSIGNED NOT NULL,
31255  `content_type` enum('event','community_page') DEFAULT 'event',37093  `content_type` enum('event','community_page') DEFAULT 'event',
31256  `content_id` int(12) UNSIGNED NOT NULL,37094  `content_id` int(12) UNSIGNED NOT NULL,
31257  `quiz_id` int(12) UNSIGNED NOT NULL,37095  `quiz_id` int(12) UNSIGNED NOT NULL,
31258  `proxy_id` int(12) UNSIGNED NOT NULL,37096  `proxy_id` int(12) UNSIGNED NOT NULL,
31259  `progress_value` varchar(16) NOT NULL,37097  `progress_value` varchar(16) NOT NULL,
31260  `quiz_score` int(12) NOT NULL,37098  `quiz_score` int(12) NOT NULL,
31261  `quiz_value` int(12) NOT NULL,37099  `quiz_value` int(12) NOT NULL,
31262  `updated_date` bigint(64) NOT NULL,37100  `updated_date` bigint(64) NOT NULL,
31263  `updated_by` int(12) UNSIGNED NOT NULL37101  `updated_by` int(12) UNSIGNED NOT NULL
31264) ENGINE=InnoDB DEFAULT CHARSET=utf8;37102) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3126537103
31266-- --------------------------------------------------------37104-- --------------------------------------------------------
3126737105
31268--37106--
31269-- Table structure for table `quiz_progress_responses`37107-- Table structure for table `quiz_progress_responses`
31270--37108--
3127137109
31272CREATE TABLE `quiz_progress_responses` (37110CREATE TABLE `quiz_progress_responses` (
31273  `qpresponse_id` int(12) UNSIGNED NOT NULL,37111  `qpresponse_id` int(12) UNSIGNED NOT NULL,
31274  `qprogress_id` int(12) UNSIGNED NOT NULL,37112  `qprogress_id` int(12) UNSIGNED NOT NULL,
31275  `aquiz_id` int(12) UNSIGNED NOT NULL,37113  `aquiz_id` int(12) UNSIGNED NOT NULL,
31276  `content_type` enum('event','community_page') NOT NULL DEFAULT 'event',37114  `content_type` enum('event','community_page') NOT NULL DEFAULT 'event',
31277  `content_id` int(12) UNSIGNED NOT NULL,37115  `content_id` int(12) UNSIGNED NOT NULL,
31278  `quiz_id` int(12) UNSIGNED NOT NULL,37116  `quiz_id` int(12) UNSIGNED NOT NULL,
31279  `proxy_id` int(12) UNSIGNED NOT NULL,37117  `proxy_id` int(12) UNSIGNED NOT NULL,
31280  `qquestion_id` int(12) UNSIGNED NOT NULL,37118  `qquestion_id` int(12) UNSIGNED NOT NULL,
31281  `qqresponse_id` int(12) UNSIGNED NOT NULL,37119  `qqresponse_id` int(12) UNSIGNED NOT NULL,
31282  `updated_date` bigint(64) NOT NULL,37120  `updated_date` bigint(64) NOT NULL,
31283  `updated_by` int(12) UNSIGNED NOT NULL37121  `updated_by` int(12) UNSIGNED NOT NULL
31284) ENGINE=InnoDB DEFAULT CHARSET=utf8;37122) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3128537123
31286-- --------------------------------------------------------37124-- --------------------------------------------------------
3128737125
31288--37126--
31289-- Table structure for table `quiz_questions`37127-- Table structure for table `quiz_questions`
31290--37128--
3129137129
31292CREATE TABLE `quiz_questions` (37130CREATE TABLE `quiz_questions` (
31293  `qquestion_id` int(12) NOT NULL,37131  `qquestion_id` int(12) NOT NULL,
31294  `quiz_id` int(12) NOT NULL DEFAULT '0',37132  `quiz_id` int(12) NOT NULL DEFAULT '0',
31295  `questiontype_id` int(12) NOT NULL DEFAULT '1',37133  `questiontype_id` int(12) NOT NULL DEFAULT '1',
31296  `question_text` longtext NOT NULL,37134  `question_text` longtext NOT NULL,
31297  `question_points` int(6) NOT NULL DEFAULT '0',37135  `question_points` int(6) NOT NULL DEFAULT '0',
31298  `question_order` int(6) NOT NULL DEFAULT '0',37136  `question_order` int(6) NOT NULL DEFAULT '0',
31299  `qquestion_group_id` int(12) UNSIGNED DEFAULT NULL,37137  `qquestion_group_id` int(12) UNSIGNED DEFAULT NULL,
31300  `question_active` int(1) NOT NULL DEFAULT '1',37138  `question_active` int(1) NOT NULL DEFAULT '1',
31301  `randomize_responses` int(1) NOT NULL37139  `randomize_responses` int(1) NOT NULL
31302) ENGINE=InnoDB DEFAULT CHARSET=utf8;37140) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3130337141
31304--37142--
31305-- Dumping data for table `quiz_questions`37143-- Dumping data for table `quiz_questions`
31306--37144--
3130737145
31308INSERT INTO `quiz_questions` (`qquestion_id`, `quiz_id`, `questiontype_id`, `question_text`, `question_points`, `question_order`, `qquestion_group_id`, `question_active`, `randomize_responses`) VALUES37146INSERT INTO `quiz_questions` (`qquestion_id`, `quiz_id`, `questiontype_id`, `question_text`, `question_points`, `question_order`, `qquestion_group_id`, `question_active`, `randomize_responses`) VALUES
31309(1, 1, 1, 'Quiz Question 1', 1, 1, NULL, 1, 0);37147(1, 1, 1, 'Quiz Question 1', 1, 1, NULL, 1, 0);
3131037148
31311-- --------------------------------------------------------37149-- --------------------------------------------------------
3131237150
31313--37151--
31314-- Table structure for table `quiz_question_responses`37152-- Table structure for table `quiz_question_responses`
31315--37153--
3131637154
31317CREATE TABLE `quiz_question_responses` (37155CREATE TABLE `quiz_question_responses` (
31318  `qqresponse_id` int(12) UNSIGNED NOT NULL,37156  `qqresponse_id` int(12) UNSIGNED NOT NULL,
31319  `qquestion_id` int(12) UNSIGNED NOT NULL,37157  `qquestion_id` int(12) UNSIGNED NOT NULL,
31320  `response_text` longtext NOT NULL,37158  `response_text` longtext NOT NULL,
31321  `response_order` int(3) UNSIGNED NOT NULL,37159  `response_order` int(3) UNSIGNED NOT NULL,
31322  `response_correct` enum('0','1') NOT NULL DEFAULT '0',37160  `response_correct` enum('0','1') NOT NULL DEFAULT '0',
31323  `response_is_html` enum('0','1') NOT NULL,37161  `response_is_html` enum('0','1') NOT NULL,
31324  `response_feedback` text NOT NULL,37162  `response_feedback` text NOT NULL,
31325  `response_active` int(1) NOT NULL DEFAULT '1'37163  `response_active` int(1) NOT NULL DEFAULT '1'
31326) ENGINE=InnoDB DEFAULT CHARSET=utf8;37164) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3132737165
31328--37166--
31329-- Dumping data for table `quiz_question_responses`37167-- Dumping data for table `quiz_question_responses`
31330--37168--
3133137169
31332INSERT INTO `quiz_question_responses` (`qqresponse_id`, `qquestion_id`, `response_text`, `response_order`, `response_correct`, `response_is_html`, `response_feedback`, `response_active`) VALUES37170INSERT INTO `quiz_question_responses` (`qqresponse_id`, `qquestion_id`, `response_text`, `response_order`, `response_correct`, `response_is_html`, `response_feedback`, `response_active`) VALUES
31333(1, 1, 'Test Answer', 1, '0', '0', '', 1),37171(1, 1, 'Test Answer', 1, '0', '0', '', 1),
31334(2, 1, 'Test Answer', 2, '1', '0', '', 1),37172(2, 1, 'Test Answer', 2, '1', '0', '', 1),
31335(3, 1, 'Test Answer', 3, '0', '0', '', 1),37173(3, 1, 'Test Answer', 3, '0', '0', '', 1),
31336(4, 1, 'Test Answer', 4, '0', '0', '', 1),37174(4, 1, 'Test Answer', 4, '0', '0', '', 1),
31337(5, 1, 'Test Answer', 5, '0', '0', '', 1);37175(5, 1, 'Test Answer', 5, '0', '0', '', 1);
3133837176
31339-- --------------------------------------------------------37177-- --------------------------------------------------------
3134037178
31341--37179--
31342-- Table structure for table `reports_aamc_ci`37180-- Table structure for table `reports_aamc_ci`
31343--37181--
3134437182
31345CREATE TABLE `reports_aamc_ci` (37183CREATE TABLE `reports_aamc_ci` (
31346  `raci_id` int(12) NOT NULL,37184  `raci_id` int(12) NOT NULL,
31347  `organisation_id` int(12) NOT NULL,37185  `organisation_id` int(12) NOT NULL,
31348  `report_title` varchar(255) NOT NULL,37186  `report_title` varchar(255) NOT NULL,
31349  `report_date` bigint(64) NOT NULL DEFAULT '0',37187  `report_date` bigint(64) NOT NULL DEFAULT '0',
31350  `report_start` varchar(10) NOT NULL DEFAULT '',37188  `report_start` varchar(10) NOT NULL DEFAULT '',
31351  `report_finish` varchar(10) NOT NULL DEFAULT '',37189  `report_finish` varchar(10) NOT NULL DEFAULT '',
31352  `collection_start` bigint(64) NOT NULL DEFAULT '0',37190  `collection_start` bigint(64) NOT NULL DEFAULT '0',
31353  `collection_finish` bigint(64) NOT NULL DEFAULT '0',37191  `collection_finish` bigint(64) NOT NULL DEFAULT '0',
31354  `report_langauge` varchar(12) NOT NULL DEFAULT 'en-us',37192  `report_langauge` varchar(12) NOT NULL DEFAULT 'en-us',
31355  `report_description` text NOT NULL,37193  `report_description` text NOT NULL,
31356  `report_supporting_link` text NOT NULL,37194  `report_supporting_link` text NOT NULL,
31357  `program_level_objective_id` int(12) DEFAULT NULL,37195  `program_level_objective_id` int(12) DEFAULT NULL,
31358  `report_params` text NOT NULL,37196  `report_params` text NOT NULL,
31359  `allowed_curriculum_types` varchar(500) DEFAULT NULL,37197  `allowed_curriculum_types` varchar(500) DEFAULT NULL,
31360  `use_curriculum_levels` int(1) DEFAULT NULL,37198  `use_curriculum_levels` int(1) DEFAULT NULL,
31361  `report_active` tinyint(1) NOT NULL DEFAULT '1',37199  `report_active` tinyint(1) NOT NULL DEFAULT '1',
31362  `report_status` enum('draft','published') NOT NULL DEFAULT 'draft',37200  `report_status` enum('draft','published') NOT NULL DEFAULT 'draft',
31363  `updated_date` bigint(64) NOT NULL DEFAULT '0',37201  `updated_date` bigint(64) NOT NULL DEFAULT '0',
31364  `updated_by` int(12) NOT NULL DEFAULT '0'37202  `updated_by` int(12) NOT NULL DEFAULT '0'
31365) ENGINE=InnoDB DEFAULT CHARSET=utf8;37203) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3136637204
31367-- --------------------------------------------------------37205-- --------------------------------------------------------
3136837206
31369--37207--
31370-- Table structure for table `reports_aamc_ci_learner`37208-- Table structure for table `reports_aamc_ci_learner`
31371--37209--
3137237210
31373CREATE TABLE `reports_aamc_ci_learner` (37211CREATE TABLE `reports_aamc_ci_learner` (
31374  `report_learner_id` int(12) NOT NULL,37212  `report_learner_id` int(12) NOT NULL,
31375  `proxy_id` int(12) NOT NULL,37213  `proxy_id` int(12) NOT NULL,
31376  `collection_start` bigint(64) NOT NULL DEFAULT '0',37214  `collection_start` bigint(64) NOT NULL DEFAULT '0',
31377  `collection_finish` bigint(64) NOT NULL DEFAULT '0',37215  `collection_finish` bigint(64) NOT NULL DEFAULT '0',
31378  `raci_id` int(12) NOT NULL,37216  `raci_id` int(12) NOT NULL,
31379  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,37217  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,
31380  `created_date` bigint(64) NOT NULL DEFAULT '0',37218  `created_date` bigint(64) NOT NULL DEFAULT '0',
31381  `created_by` int(12) NOT NULL DEFAULT '0',37219  `created_by` int(12) NOT NULL DEFAULT '0',
31382  `updated_date` bigint(64) NOT NULL DEFAULT '0',37220  `updated_date` bigint(64) NOT NULL DEFAULT '0',
31383  `updated_by` int(12) NOT NULL DEFAULT '0',37221  `updated_by` int(12) NOT NULL DEFAULT '0',
31384  `deleted_date` bigint(64) DEFAULT NULL,37222  `deleted_date` bigint(64) DEFAULT NULL,
31385  `deleted_by` int(12) DEFAULT NULL37223  `deleted_by` int(12) DEFAULT NULL
31386) ENGINE=InnoDB DEFAULT CHARSET=utf8;37224) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3138737225
31388-- --------------------------------------------------------37226-- --------------------------------------------------------
3138937227
31390--37228--
31391-- Table structure for table `resource_images`37229-- Table structure for table `resource_images`
31392--37230--
3139337231
31394CREATE TABLE `resource_images` (37232CREATE TABLE `resource_images` (
31395  `image_id` int(12) UNSIGNED NOT NULL,37233  `image_id` int(12) UNSIGNED NOT NULL,
31396  `resource_type` enum('course','track','objective','case','link') DEFAULT 'course',37234  `resource_type` enum('course','track','objective','case','link') DEFAULT 'course',
31397  `resource_id` int(12) UNSIGNED NOT NULL DEFAULT '0',37235  `resource_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
31398  `image_mimetype` varchar(64) DEFAULT NULL,37236  `image_mimetype` varchar(64) DEFAULT NULL,
31399  `image_filesize` int(32) NOT NULL DEFAULT '0',37237  `image_filesize` int(32) NOT NULL DEFAULT '0',
31400  `image_active` int(1) NOT NULL DEFAULT '1',37238  `image_active` int(1) NOT NULL DEFAULT '1',
31401  `updated_date` bigint(64) NOT NULL DEFAULT '0'37239  `updated_date` bigint(64) NOT NULL DEFAULT '0'
31402) ENGINE=InnoDB DEFAULT CHARSET=utf8;37240) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3140337241
31404-- --------------------------------------------------------37242-- --------------------------------------------------------
3140537243
31406--37244--
31407-- Table structure for table `room_reservations`37245-- Table structure for table `room_reservations`
31408--37246--
3140937247
31410CREATE TABLE `room_reservations` (37248CREATE TABLE `room_reservations` (
31411  `id` int(11) UNSIGNED NOT NULL,37249  `id` int(11) UNSIGNED NOT NULL,
31412  `room_id` int(11) UNSIGNED NOT NULL,37250  `room_id` int(11) UNSIGNED NOT NULL,
31413  `start_date` bigint(64) NOT NULL,37251  `start_date` bigint(64) NOT NULL,
31414  `finish_date` bigint(64) NOT NULL37252  `finish_date` bigint(64) NOT NULL
31415) ENGINE=InnoDB DEFAULT CHARSET=utf8;37253) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3141637254
31417-- --------------------------------------------------------37255-- --------------------------------------------------------
3141837256
31419--37257--
31420-- Table structure for table `rp_now_config`37258-- Table structure for table `rp_now_config`
31421--37259--
3142237260
31423CREATE TABLE `rp_now_config` (37261CREATE TABLE `rp_now_config` (
31424  `rpnow_id` int(11) UNSIGNED NOT NULL,37262  `rpnow_id` int(11) UNSIGNED NOT NULL,
31425  `exam_url` varchar(128) DEFAULT NULL,37263  `exam_url` varchar(128) DEFAULT NULL,
31426  `exam_sponsor` int(11) UNSIGNED DEFAULT NULL,37264  `exam_sponsor` int(11) UNSIGNED DEFAULT NULL,
31427  `rpnow_reviewed_exam` int(1) DEFAULT '0',37265  `rpnow_reviewed_exam` int(1) DEFAULT '0',
31428  `rpnow_reviewer_notes` text,37266  `rpnow_reviewer_notes` text,
31429  `exam_post_id` int(11) UNSIGNED NOT NULL,37267  `exam_post_id` int(11) UNSIGNED NOT NULL,
31430  `updated_date` bigint(64) DEFAULT NULL,37268  `updated_date` bigint(64) DEFAULT NULL,
31431  `updated_by` int(11) DEFAULT NULL,37269  `updated_by` int(11) DEFAULT NULL,
31432  `deleted_date` bigint(64) DEFAULT NULL37270  `deleted_date` bigint(64) DEFAULT NULL
31433) ENGINE=InnoDB DEFAULT CHARSET=utf8;37271) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3143437272
31435-- --------------------------------------------------------37273-- --------------------------------------------------------
3143637274
31437--37275--
31438-- Table structure for table `rp_now_users`37276-- Table structure for table `rp_now_users`
31439--37277--
3144037278
31441CREATE TABLE `rp_now_users` (37279CREATE TABLE `rp_now_users` (
31442  `rpnow_id` int(11) UNSIGNED NOT NULL,37280  `rpnow_id` int(11) UNSIGNED NOT NULL,
31443  `proxy_id` int(11) UNSIGNED NOT NULL,37281  `proxy_id` int(11) UNSIGNED NOT NULL,
31444  `exam_code` varchar(20) NOT NULL,37282  `exam_code` varchar(20) NOT NULL,
31445  `ssi_record_locator` varchar(50) DEFAULT NULL,37283  `ssi_record_locator` varchar(50) DEFAULT NULL,
31446  `rpnow_config_id` int(11) UNSIGNED NOT NULL,37284  `rpnow_config_id` int(11) UNSIGNED NOT NULL,
31447  `created_date` bigint(64) NOT NULL,37285  `created_date` bigint(64) NOT NULL,
31448  `created_by` int(11) NOT NULL,37286  `created_by` int(11) NOT NULL,
31449  `updated_date` bigint(64) DEFAULT NULL,37287  `updated_date` bigint(64) DEFAULT NULL,
31450  `updated_by` int(11) DEFAULT NULL,37288  `updated_by` int(11) DEFAULT NULL,
31451  `deleted_date` bigint(64) DEFAULT NULL,37289  `deleted_date` bigint(64) DEFAULT NULL,
31452  `deleted_by` int(11) DEFAULT NULL37290  `deleted_by` int(11) DEFAULT NULL
31453) ENGINE=InnoDB DEFAULT CHARSET=utf8;37291) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3145437292
31455-- --------------------------------------------------------37293-- --------------------------------------------------------
3145637294
31457--37295--
31458-- Table structure for table `sandboxes`37296-- Table structure for table `sandboxes`
31459--37297--
3146037298
31461CREATE TABLE `sandboxes` (37299CREATE TABLE `sandboxes` (
31462  `id` int(12) UNSIGNED NOT NULL,37300  `id` int(12) UNSIGNED NOT NULL,
31463  `title` varchar(128) NOT NULL DEFAULT '',37301  `title` varchar(128) NOT NULL DEFAULT '',
31464  `description` text,37302  `description` text,
31465  `created_date` bigint(64) UNSIGNED DEFAULT NULL,37303  `created_date` bigint(64) UNSIGNED DEFAULT NULL,
31466  `created_by` int(12) UNSIGNED DEFAULT NULL,37304  `created_by` int(12) UNSIGNED DEFAULT NULL,
31467  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,37305  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
31468  `updated_by` int(12) UNSIGNED DEFAULT NULL,37306  `updated_by` int(12) UNSIGNED DEFAULT NULL,
31469  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,37307  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
31470  `deleted_by` int(12) UNSIGNED DEFAULT NULL37308  `deleted_by` int(12) UNSIGNED DEFAULT NULL
31471) ENGINE=InnoDB DEFAULT CHARSET=utf8;37309) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3147237310
31473-- --------------------------------------------------------37311-- --------------------------------------------------------
3147437312
31475--37313--
31476-- Table structure for table `scorm_cmis`37314-- Table structure for table `scorm_cmis`
31477--37315--
3147837316
31479CREATE TABLE `scorm_cmis` (37317CREATE TABLE `scorm_cmis` (
31480  `scorm_cmi_id` int(12) UNSIGNED NOT NULL,37318  `scorm_cmi_id` int(12) UNSIGNED NOT NULL,
31481  `proxy_id` int(12) UNSIGNED NOT NULL,37319  `proxy_id` int(12) UNSIGNED NOT NULL,
31482  `learning_object_id` int(12) NOT NULL,37320  `learning_object_id` int(12) NOT NULL,
31483  `cmi_name` varchar(64) NOT NULL,37321  `cmi_name` varchar(64) NOT NULL,
31484  `cmi_value` varchar(4096) NOT NULL,37322  `cmi_value` varchar(4096) NOT NULL,
31485  `created_by` int(12) UNSIGNED DEFAULT NULL,37323  `created_by` int(12) UNSIGNED DEFAULT NULL,
31486  `updated_by` int(12) UNSIGNED DEFAULT NULL,37324  `updated_by` int(12) UNSIGNED DEFAULT NULL,
31487  `created_at` bigint(64) DEFAULT NULL,37325  `created_at` bigint(64) DEFAULT NULL,
31488  `updated_at` bigint(64) DEFAULT NULL37326  `updated_at` bigint(64) DEFAULT NULL
31489) ENGINE=InnoDB DEFAULT CHARSET=latin1;37327) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3149037328
31491--37329--
31492-- Dumping data for table `scorm_cmis`37330-- Dumping data for table `scorm_cmis`
31493--37331--
3149437332
31495INSERT INTO `scorm_cmis` (`scorm_cmi_id`, `proxy_id`, `learning_object_id`, `cmi_name`, `cmi_value`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES37333INSERT INTO `scorm_cmis` (`scorm_cmi_id`, `proxy_id`, `learning_object_id`, `cmi_name`, `cmi_value`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
31496(1, 2, 1, 'cmi.suspend_data', 'Old suspend data', NULL, NULL, 1685295186, 1685295186),37334(1, 2, 1, 'cmi.suspend_data', 'Old suspend data', NULL, NULL, 1685295186, 1685295186),
31497(2, 2, 1, 'cmi.suspend_data', 'Newest suspend data', NULL, NULL, 1685295186, 1685295186),37335(2, 2, 1, 'cmi.suspend_data', 'Newest suspend data', NULL, NULL, 1685295186, 1685295186),
31498(3, 2, 1, 'cmi.suspend_data', 'Jane is not allowed to retrieve this', NULL, NULL, 1685295186, 1685295186);37336(3, 2, 1, 'cmi.suspend_data', 'Jane is not allowed to retrieve this', NULL, NULL, 1685295186, 1685295186);
3149937337
31500-- --------------------------------------------------------37338-- --------------------------------------------------------
3150137339
31502--37340--
31503-- Table structure for table `secure_access_files`37341-- Table structure for table `secure_access_files`
31504--37342--
3150537343
31506CREATE TABLE `secure_access_files` (37344CREATE TABLE `secure_access_files` (
31507  `id` int(11) UNSIGNED NOT NULL,37345  `id` int(11) UNSIGNED NOT NULL,
31508  `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post',37346  `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post',
31509  `resource_id` int(11) DEFAULT NULL,37347  `resource_id` int(11) DEFAULT NULL,
31510  `file_name` varchar(255) DEFAULT NULL,37348  `file_name` varchar(255) DEFAULT NULL,
31511  `file_type` varchar(255) DEFAULT NULL,37349  `file_type` varchar(255) DEFAULT NULL,
31512  `file_title` varchar(128) DEFAULT NULL,37350  `file_title` varchar(128) DEFAULT NULL,
31513  `file_size` varchar(32) DEFAULT NULL,37351  `file_size` varchar(32) DEFAULT NULL,
31514  `updated_date` bigint(64) DEFAULT NULL,37352  `updated_date` bigint(64) DEFAULT NULL,
31515  `updated_by` int(12) DEFAULT NULL,37353  `updated_by` int(12) DEFAULT NULL,
31516  `deleted_date` int(11) DEFAULT NULL37354  `deleted_date` int(11) DEFAULT NULL
31517) ENGINE=InnoDB DEFAULT CHARSET=utf8;37355) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3151837356
31519-- --------------------------------------------------------37357-- --------------------------------------------------------
3152037358
31521--37359--
31522-- Table structure for table `secure_access_keys`37360-- Table structure for table `secure_access_keys`
31523--37361--
3152437362
31525CREATE TABLE `secure_access_keys` (37363CREATE TABLE `secure_access_keys` (
31526  `id` int(11) UNSIGNED NOT NULL,37364  `id` int(11) UNSIGNED NOT NULL,
31527  `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post',37365  `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post',
31528  `resource_id` int(11) DEFAULT NULL,37366  `resource_id` int(11) DEFAULT NULL,
31529  `key` text,37367  `key` text,
31530  `version` varchar(64) DEFAULT NULL,37368  `version` varchar(64) DEFAULT NULL,
31531  `updated_date` bigint(64) DEFAULT NULL,37369  `updated_date` bigint(64) DEFAULT NULL,
31532  `updated_by` int(12) DEFAULT NULL,37370  `updated_by` int(12) DEFAULT NULL,
31533  `deleted_date` int(11) DEFAULT NULL37371  `deleted_date` int(11) DEFAULT NULL
31534) ENGINE=InnoDB DEFAULT CHARSET=utf8;37372) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3153537373
31536-- --------------------------------------------------------37374-- --------------------------------------------------------
3153737375
31538--37376--
31539-- Table structure for table `settings`37377-- Table structure for table `settings`
31540--37378--
3154137379
31542CREATE TABLE `settings` (37380CREATE TABLE `settings` (
31543  `setting_id` int(12) NOT NULL,37381  `setting_id` int(12) NOT NULL,
31544  `shortname` varchar(64) NOT NULL,37382  `shortname` varchar(64) NOT NULL,
31545  `organisation_id` int(12) DEFAULT NULL,37383  `organisation_id` int(12) DEFAULT NULL,
31546  `value` text NOT NULL,37384  `value` text NOT NULL,
31547  `description` text37385  `description` text
31548) ENGINE=InnoDB DEFAULT CHARSET=utf8;37386) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3154937387
31550--37388--
31551-- Dumping data for table `settings`37389-- Dumping data for table `settings`
31552--37390--
3155337391
31554INSERT INTO `settings` (`setting_id`, `shortname`, `organisation_id`, `value`, `description`) VALUES37392INSERT INTO `settings` (`setting_id`, `shortname`, `organisation_id`, `value`, `description`) VALUES
31555(1, 'version_db', NULL, '122300', NULL),37393(1, 'version_db', NULL, '122300', NULL),
31556(2, 'version_entrada', NULL, '1.22.3', NULL),37394(2, 'version_entrada', NULL, '1.22.3', NULL),
31557(3, 'export_weighted_grade', NULL, '1', NULL),37395(3, 'export_weighted_grade', NULL, '1', NULL),
31558(4, 'export_calculated_grade', NULL, '{\"enabled\":0}', NULL),37396(4, 'export_calculated_grade', NULL, '{\"enabled\":0}', NULL),
31559(5, 'course_webpage_assessment_cohorts_count', NULL, '4', NULL),37397(5, 'course_webpage_assessment_cohorts_count', NULL, '4', NULL),
31560(6, 'valid_mimetypes', NULL, '{\"default\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"],\"lor\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"]}', NULL),37398(6, 'valid_mimetypes', NULL, '{\"default\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"],\"lor\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"]}', NULL),
31561(7, 'lrs_endpoint', NULL, '', 'Stores information if you\'re using a learner record service?'),37399(7, 'lrs_endpoint', NULL, '', 'Stores information if you\'re using a learner record service?'),
31562(8, 'lrs_version', NULL, '', 'Stores information if you\'re using a learner record service?'),37400(8, 'lrs_version', NULL, '', 'Stores information if you\'re using a learner record service?'),
31563(9, 'lrs_username', NULL, '', 'Stores information if you\'re using a learner record service?'),37401(9, 'lrs_username', NULL, '', 'Stores information if you\'re using a learner record service?'),
31564(10, 'lrs_password', NULL, '', 'Stores information if you\'re using a learner record service?'),37402(10, 'lrs_password', NULL, '', 'Stores information if you\'re using a learner record service?'),
31565(12, 'flagging_notifications', 1, '1', NULL),37403(12, 'flagging_notifications', 1, '1', NULL),
31566(13, 'twitter_consumer_key', NULL, '', NULL),37404(13, 'twitter_consumer_key', NULL, '', NULL),
31567(14, 'twitter_consumer_secret', NULL, '', NULL),37405(14, 'twitter_consumer_secret', NULL, '', NULL),
31568(15, 'twitter_language', NULL, 'en', NULL),37406(15, 'twitter_language', NULL, 'en', NULL),
31569(16, 'twitter_sort_order', NULL, 'recent', NULL),37407(16, 'twitter_sort_order', NULL, 'recent', NULL),
31570(17, 'twitter_update_interval', NULL, '5', NULL),37408(17, 'twitter_update_interval', NULL, '5', NULL),
31571(18, 'caliper_endpoint', NULL, '', NULL),37409(18, 'caliper_endpoint', NULL, '', NULL),
31572(19, 'caliper_sensor_id', NULL, '', NULL),37410(19, 'caliper_sensor_id', NULL, '', NULL),
31573(20, 'caliper_api_key', NULL, '', NULL),37411(20, 'caliper_api_key', NULL, '', NULL),
31574(21, 'caliper_debug', NULL, '0', NULL),37412(21, 'caliper_debug', NULL, '0', NULL),
31575(22, 'prizm_doc_settings', NULL, '{\"url\" : \"\\/\\/api.accusoft.com\\/v1\\/viewer\\/\",\"key\" : \"b2GVmI5r7iL2zAKFZDww4HqCCmac5NRnFzgfDzco_xEIdZz3rbwrsX4o4-7lOF7L\",\"viewertype\" : \"html5\",\"viewerheight\" : \"600\",\"viewerwidth\" : \"100%\",\"upperToolbarColor\" : \"000000\",\"lowerToolbarColor\" : \"88909e\",\"bottomToolbarColor\" : \"000000\",\"backgroundColor\" : \"e4eaee\",\"fontColor\" : \"ffffff\",\"buttonColor\" : \"white\",\"hidden\" : \"esign,redact\"}', NULL),37413(22, 'prizm_doc_settings', NULL, '{\"url\" : \"\\/\\/api.accusoft.com\\/v1\\/viewer\\/\",\"key\" : \"b2GVmI5r7iL2zAKFZDww4HqCCmac5NRnFzgfDzco_xEIdZz3rbwrsX4o4-7lOF7L\",\"viewertype\" : \"html5\",\"viewerheight\" : \"600\",\"viewerwidth\" : \"100%\",\"upperToolbarColor\" : \"000000\",\"lowerToolbarColor\" : \"88909e\",\"bottomToolbarColor\" : \"000000\",\"backgroundColor\" : \"e4eaee\",\"fontColor\" : \"ffffff\",\"buttonColor\" : \"white\",\"hidden\" : \"esign,redact\"}', NULL),
31576(23, 'podcast_display_sidebar', NULL, '0', 'Controls whether the podcast link displays'),37414(23, 'podcast_display_sidebar', NULL, '0', 'Controls whether the podcast link displays'),
31577(24, 'bookmarks_display_sidebar', NULL, '1', NULL),37415(24, 'bookmarks_display_sidebar', NULL, '1', NULL),
31578(25, 'profile_name_extensions', NULL, '', 'Allows for Post Nominal letters IE: Ph.D , MD'),37416(25, 'profile_name_extensions', NULL, '', 'Allows for Post Nominal letters IE: Ph.D , MD'),
31579(26, 'eportfolio_entry_is_assessable_by_default', NULL, '1', 'These settings define who can specify if an eportfolio is assessalbe (in the case that the eportfolio is attached to a gradebook).'),37417(26, 'eportfolio_entry_is_assessable_by_default', NULL, '1', 'These settings define who can specify if an eportfolio is assessalbe (in the case that the eportfolio is attached to a gradebook).'),
31580(27, 'eportfolio_entry_is_assessable_set_by_learner', NULL, '1', NULL),37418(27, 'eportfolio_entry_is_assessable_set_by_learner', NULL, '1', NULL),
31581(28, 'eportfolio_entry_is_assessable_set_by_advisor', NULL, '1', NULL),37419(28, 'eportfolio_entry_is_assessable_set_by_advisor', NULL, '1', NULL),
31582(29, 'eportfolio_can_attach_to_gradebook_assessment', NULL, '1', NULL),37420(29, 'eportfolio_can_attach_to_gradebook_assessment', NULL, '1', NULL),
31583(30, 'eportfolio_show_comments_in_gradebook_assessment', NULL, '0', NULL),37421(30, 'eportfolio_show_comments_in_gradebook_assessment', NULL, '0', NULL),
31584(31, 'calendar_display_start_hour', NULL, '7', 'Defines display on learner dashboard calendar'),37422(31, 'calendar_display_start_hour', NULL, '7', 'Defines display on learner dashboard calendar'),
31585(32, 'calendar_display_last_hour', NULL, '19', 'Defines display on learner dashboard calendar'),37423(32, 'calendar_display_last_hour', NULL, '19', 'Defines display on learner dashboard calendar'),
31586(33, 'exams_html_encode_import_questions', NULL, '1', 'Defines whether to run html_encode when importing questions. Use when the questions you are importing contain HTML markup.'),37424(33, 'exams_html_encode_import_questions', NULL, '1', 'Defines whether to run html_encode when importing questions. Use when the questions you are importing contain HTML markup.'),
31587(34, 'personnel_api_director_show_all_faculty', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'),37425(34, 'personnel_api_director_show_all_faculty', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'),
31588(35, 'personnel_api_curriculum_coord_show_all_faculty', NULL, '0', 'Whether or not all faculty will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'),37426(35, 'personnel_api_curriculum_coord_show_all_faculty', NULL, '0', 'Whether or not all faculty will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'),
31589(36, 'personnel_api_curriculum_coord_show_all_staff', NULL, '0', 'Whether or not all staff will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'),37427(36, 'personnel_api_curriculum_coord_show_all_staff', NULL, '0', 'Whether or not all staff will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'),
31590(37, 'community_course_outline_hide_pcoordinators', NULL, '0', 'Hides the user view of pcoordinators on a course page'),37428(37, 'community_course_outline_hide_pcoordinators', NULL, '0', 'Hides the user view of pcoordinators on a course page'),
31591(38, 'language_supported', NULL, '{\"en\":{\"name\" : \"English\"}}', NULL),37429(38, 'language_supported', NULL, '{\"en\":{\"name\" : \"English\"}}', NULL),
31592(39, 'curriculum_tagsets_allow_attributes ', NULL, '1', 'Defines whether you let users create hierarchical tag sets in Manage Curriculum'),37430(39, 'curriculum_tagsets_allow_attributes ', NULL, '1', 'Defines whether you let users create hierarchical tag sets in Manage Curriculum'),
31593(40, 'curriculum_tagsets_max_allow_levels ', NULL, '9', 'Sets the maximum number of hierarchical levels in a tag set in Manage Curriculum'),37431(40, 'curriculum_tagsets_max_allow_levels ', NULL, '9', 'Sets the maximum number of hierarchical levels in a tag set in Manage Curriculum'),
31594(41, 'curriculum_tags_default_status', NULL, '2', NULL),37432(41, 'curriculum_tags_default_status', NULL, '2', NULL),
31595(42, 'curriculum_weeks_enabled', NULL, '1', 'Enables curriculum weeks which is required if you want to use Units or Cases'),37433(42, 'curriculum_weeks_enabled', NULL, '1', 'Enables curriculum weeks which is required if you want to use Units or Cases'),
31596(43, 'assessment_tasks_show_all_multiphase_assessments', NULL, '0', 'On A&amp;E dashboard for admin? For all users?'),37434(43, 'assessment_tasks_show_all_multiphase_assessments', NULL, '0', 'On A&amp;E dashboard for admin? For all users?'),
31597(44, 'cbme_enabled', 1, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'),37435(44, 'cbme_enabled', 1, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'),
31598(45, 'community_share_show_file_versions', NULL, '1', 'Defines whether or not you allow members of a community to view file versions (on Document pages only?)'),37436(45, 'community_share_show_file_versions', NULL, '1', 'Defines whether or not you allow members of a community to view file versions (on Document pages only?)'),
31599(46, 'cbme_standard_kc_ec_objectives', NULL, '0', 'CBME specific. Defines whether or not you allow programs uploading CBME data to select between using standard key and enabling competencies or program-specific key and enabling competencies (Step 3 of data import?)'),37437(46, 'cbme_standard_kc_ec_objectives', NULL, '0', 'CBME specific. Defines whether or not you allow programs uploading CBME data to select between using standard key and enabling competencies or program-specific key and enabling competencies (Step 3 of data import?)'),
31600(47, 'sites_enabled', NULL, '0', 'Defines whether you use sites (aka Manage Locations)?'),37438(47, 'sites_enabled', NULL, '0', 'Defines whether you use sites (aka Manage Locations)?'),
31601(48, 'filesystem_hash', NULL, 'sha256', NULL),37439(48, 'filesystem_hash', NULL, 'sha256', NULL),
31602(49, 'filesystem_chunksplit', NULL, '8', NULL),37440(49, 'filesystem_chunksplit', NULL, '8', NULL),
31603(50, 'capture_enabled', NULL, '1', 'Defines whether you use automated lecture capture feature for learning events.'),37441(50, 'capture_enabled', NULL, '1', 'Defines whether you use automated lecture capture feature for learning events.'),
31604(51, 'capture_min_available_after_event', NULL, '30', 'If using lecture capture, defines when videos will be available after a recorded learning event.'),37442(51, 'capture_min_available_after_event', NULL, '30', 'If using lecture capture, defines when videos will be available after a recorded learning event.'),
31605(52, 'capture_resource_default_embed_code', NULL, '', NULL),37443(52, 'capture_resource_default_embed_code', NULL, '', NULL),
31606(53, 'capture_stream_time_format', NULL, 'Ymd-His', 'Ymd-His'),37444(53, 'capture_stream_time_format', NULL, 'Ymd-His', 'Ymd-His'),
31607(54, 'capture_resource_default_title', NULL, 'Lecture Recording', 'Lecture Recording'),37445(54, 'capture_resource_default_title', NULL, 'Lecture Recording', 'Lecture Recording'),
31608(55, 'capture_resource_default_description', NULL, 'This is a recording of the event.', 'This is a recording of the event.'),37446(55, 'capture_resource_default_description', NULL, 'This is a recording of the event.', 'This is a recording of the event.'),
31609(56, 'capture_stream_file_format', NULL, '{prefix}-{timestamp}-{channel}', '{prefix}-{timestamp}-{channel}'),37447(56, 'capture_stream_file_format', NULL, '{prefix}-{timestamp}-{channel}', '{prefix}-{timestamp}-{channel}'),
31610(57, 'logbook_active', NULL, '1', 'Defines whether you are using the Logbook feature (i.e., getting students to log encounters).'),37448(57, 'logbook_active', NULL, '1', 'Defines whether you are using the Logbook feature (i.e., getting students to log encounters).'),
31611(58, 'cbme_memory_table_publish', NULL, '1', 'When creating a new CBME Objective Tree Version, the CBME Abstraction Layer will attempt to utilize a memory table when building a new version, instead of using the CBME objective tree table directly. Enabling this feature greatly improves version creation performance. It should only be enabled when the database user has access to create memory tables.'),37449(58, 'cbme_memory_table_publish', NULL, '1', 'When creating a new CBME Objective Tree Version, the CBME Abstraction Layer will attempt to utilize a memory table when building a new version, instead of using the CBME objective tree table directly. Enabling this feature greatly improves version creation performance. It should only be enabled when the database user has access to create memory tables.'),
31612(59, 'assessment_triggered_by_target', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'),37450(59, 'assessment_triggered_by_target', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'),
31613(60, 'assessment_triggered_by_assessor', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'),37451(60, 'assessment_triggered_by_assessor', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'),
31614(61, 'assessment_method_complete_and_confirm_by_pin', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'),37452(61, 'assessment_method_complete_and_confirm_by_pin', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'),
31615(62, 'assessment_method_send_blank_form', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'),37453(62, 'assessment_method_send_blank_form', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'),
31616(63, 'capture_calendar_id', NULL, '', NULL),37454(63, 'capture_calendar_id', NULL, '', NULL),
31617(64, 'capture_google_app_name', NULL, '', NULL),37455(64, 'capture_google_app_name', NULL, '', NULL),
31618(65, 'capture_google_sync_interval', NULL, '', NULL),37456(65, 'capture_google_sync_interval', NULL, '', NULL),
31619(66, 'capture_google_calendar_sync_enabled', NULL, '', NULL),37457(66, 'capture_google_calendar_sync_enabled', NULL, '', NULL),
31620(67, 'lor_objective_tagging', NULL, '1', 'This defines whether or not you allow admin users to assign curriculum objectives to objects in the Learning Object Repository.'),37458(67, 'lor_objective_tagging', NULL, '1', 'This defines whether or not you allow admin users to assign curriculum objectives to objects in the Learning Object Repository.'),
31621(68, 'lottery_enabled', NULL, '1', 'Defines whether you are using the Lottery module.'),37459(68, 'lottery_enabled', NULL, '1', 'Defines whether you are using the Lottery module.'),
31622(69, 'cbme_enable_tree_aggregates', NULL, '1', 'This defines whether the CBME Objective Tree abstraction layer will attempt to read from an aggregated version of the CBME objective tree table instead of the main CBME Objective Tree table. The aggregates are scoped to tree ID, user and/or course.'),37460(69, 'cbme_enable_tree_aggregates', NULL, '1', 'This defines whether the CBME Objective Tree abstraction layer will attempt to read from an aggregated version of the CBME objective tree table instead of the main CBME Objective Tree table. The aggregates are scoped to tree ID, user and/or course.'),
31623(70, 'cbme_enable_tree_aggregate_build', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will attempt to build aggregate trees when needed.'),37461(70, 'cbme_enable_tree_aggregate_build', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will attempt to build aggregate trees when needed.'),
31624(71, 'cbme_enable_tree_caching', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will read/write CBME Objective tree datasets to cache.'),37462(71, 'cbme_enable_tree_caching', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will read/write CBME Objective tree datasets to cache.'),
31625(72, 'logbook_outstanding_percentage', NULL, '50', 'Define the threshold for level of completion to trigger \'complete\' status in Clinical Experience &gt; Logbook'),37463(72, 'logbook_outstanding_percentage', NULL, '50', 'Define the threshold for level of completion to trigger \'complete\' status in Clinical Experience &gt; Logbook'),
31626(73, 'default_stage_objective', 2, '2416', ''),37464(73, 'default_stage_objective', 2, '2416', ''),
31627(74, 'personnel_api_reviewer_show_all_admin', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'),37465(74, 'personnel_api_reviewer_show_all_admin', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'),
31628(75, 'events_resource_bulk_upload', NULL, '1', NULL),37466(75, 'events_resource_bulk_upload', NULL, '1', NULL),
31629(76, 'events_resource_allow_no_timeframe', NULL, '1', NULL),37467(76, 'events_resource_allow_no_timeframe', NULL, '1', NULL),
31630(77, 'gradebook_assessment_document_delivery_enabled', NULL, '0', 'Allows you to provide documents to learners via a course gradebook'),37468(77, 'gradebook_assessment_document_delivery_enabled', NULL, '0', 'Allows you to provide documents to learners via a course gradebook'),
31631(78, 'cases_enabled', NULL, '0', NULL),37469(78, 'cases_enabled', NULL, '0', NULL),
31632(79, 'cases_restrict_learner_view', NULL, '1', 'Hide future Cases from learners'),37470(79, 'cases_restrict_learner_view', NULL, '1', 'Hide future Cases from learners'),
31633(80, 'legacy_clerkship_events_enabled', NULL, '0', '(Only applicable to Queen\'s?)'),37471(80, 'legacy_clerkship_events_enabled', NULL, '0', '(Only applicable to Queen\'s?)'),
31634(81, 'calendar_display_scroll_hour', NULL, '7', 'Learner dashboard calendar?'),37472(81, 'calendar_display_scroll_hour', NULL, '7', 'Learner dashboard calendar?'),
31635(83, 'clinical_event_approval_enabled', NULL, '0', 'Granular clinical events - allows learner to accept, reject or modify a scheduled granular clinical event'),37473(83, 'clinical_event_approval_enabled', NULL, '0', 'Granular clinical events - allows learner to accept, reject or modify a scheduled granular clinical event'),
31636(84, 'unauthenticated_internal_assessments', NULL, '0', 'Enables the ability to complete distribution assessments as an internal account user without logging in via a unique hash provided via email'),37474(84, 'unauthenticated_internal_assessments', NULL, '0', 'Enables the ability to complete distribution assessments as an internal account user without logging in via a unique hash provided via email'),
31637(85, 'disable_distribution_assessor_notifications', NULL, '0', 'This goes hand in hand with unauthenticated_internal_assessments and enable_distribution_assessor_summary_notifications. When using unauthenticated distribution assessments, you probably want an single summary email with a link to each task rather than an email for each new task. This disables the per-task reminders.'),37475(85, 'disable_distribution_assessor_notifications', NULL, '0', 'This goes hand in hand with unauthenticated_internal_assessments and enable_distribution_assessor_summary_notifications. When using unauthenticated distribution assessments, you probably want an single summary email with a link to each task rather than an email for each new task. This disables the per-task reminders.'),
31638(86, 'enable_distribution_assessor_summary_notifications', NULL, '0', 'This adjusts the emails for distribution assessments to have a nightly summary of all new tasks, and then a weekly summary of tasks that are still incomplete.'),37476(86, 'enable_distribution_assessor_summary_notifications', NULL, '0', 'This adjusts the emails for distribution assessments to have a nightly summary of all new tasks, and then a weekly summary of tasks that are still incomplete.'),
31639(87, 'allow_course_director_manage_stage', NULL, '0', NULL),37477(87, 'allow_course_director_manage_stage', NULL, '0', NULL),
31640(88, 'allow_program_coordinator_manage_stage', NULL, '0', NULL),37478(88, 'allow_program_coordinator_manage_stage', NULL, '0', NULL),
31641(89, 'clinical_experience_default_filter', NULL, 'course', 'dictates which filter is the default when land on Admin &gt; Clinical Experience'),37479(89, 'clinical_experience_default_filter', NULL, 'course', 'dictates which filter is the default when land on Admin &gt; Clinical Experience'),
31642(90, 'events_freetext_objectives_enabled', NULL, '1', 'Defines whether free text objectives can be entered on a learning event page'),37480(90, 'events_freetext_objectives_enabled', NULL, '1', 'Defines whether free text objectives can be entered on a learning event page'),
31643(91, 'allow_program_coordinator_manage_booked_slots', NULL, '1', 'When the setting allow_program_coordinator_manage_booked_slots is set to 0 in the settings table (by default it’s 1), the pcoordinators won’t be able to (1) delete slots that have off-service learners booked in them, (2) make any changes to the slot spaces'),37481(91, 'allow_program_coordinator_manage_booked_slots', NULL, '1', 'When the setting allow_program_coordinator_manage_booked_slots is set to 0 in the settings table (by default it’s 1), the pcoordinators won’t be able to (1) delete slots that have off-service learners booked in them, (2) make any changes to the slot spaces'),
31644(92, 'mobile_logbook_enabled', NULL, '1', 'Defines whether or not logbook is active in mobile'),37482(92, 'mobile_logbook_enabled', NULL, '1', 'Defines whether or not logbook is active in mobile'),
31645(93, 'calendar_assignments_enabled', NULL, '1', 'Defines whether or not assessments from a course gradebook are displayed on a learner\'s dashboard calendar'),37483(93, 'calendar_assignments_enabled', NULL, '1', 'Defines whether or not assessments from a course gradebook are displayed on a learner\'s dashboard calendar'),
31646(94, 'gradebook_passing_grade', NULL, '50', 'define a passing grade as used in System Report &gt; Learner Report &gt; Student Report Card'),37484(94, 'gradebook_passing_grade', NULL, '50', 'define a passing grade as used in System Report &gt; Learner Report &gt; Student Report Card'),
31647(95, 'cbme_ondemand_start_assessment', 2, '1', NULL),37485(95, 'cbme_ondemand_start_assessment', 2, '1', NULL),
31648(96, 'cbme_ondemand_start_assessment_shortcut_button', NULL, '1', 'optional, if selected a short cut icon will be displayed to learner in their cbme dashboard beside corresponding EPAs'),37486(96, 'cbme_ondemand_start_assessment_shortcut_button', NULL, '1', 'optional, if selected a short cut icon will be displayed to learner in their cbme dashboard beside corresponding EPAs'),
31649(97, 'cbme_ondemand_start_assessment_add_assessor', NULL, '0', 'optional, if selected you will have the ability to add new assessors. By default these added assessor will be stored in the cbl_external_assessors table. If you want the added assessor to be an internal user you must also merge ME-1434 to get this complete feature'),37487(97, 'cbme_ondemand_start_assessment_add_assessor', NULL, '0', 'optional, if selected you will have the ability to add new assessors. By default these added assessor will be stored in the cbl_external_assessors table. If you want the added assessor to be an internal user you must also merge ME-1434 to get this complete feature'),
31650(98, 'cbme_ondemand_start_assessment_director_as_staff_workflow', NULL, '0', 'toggle whether faculty directors get the staff workflow view. Default is off (0) - all faculty get the faculty workflow view'),37488(98, 'cbme_ondemand_start_assessment_director_as_staff_workflow', NULL, '0', 'toggle whether faculty directors get the staff workflow view. Default is off (0) - all faculty get the faculty workflow view'),
31651(99, 'cbme_ondemand_start_assessment_replace_admin_trigger', NULL, '0', 'to toggle whether the “Trigger Assessment” button on /admin/assessments gets switched over to use the workflow view. Default is off (0).'),37489(99, 'cbme_ondemand_start_assessment_replace_admin_trigger', NULL, '0', 'to toggle whether the “Trigger Assessment” button on /admin/assessments gets switched over to use the workflow view. Default is off (0).'),
31652(100, 'events_download_all_files', NULL, '', 'Defines whether you allow learners to bulk download events from their Events tab'),37490(100, 'events_download_all_files', NULL, '', 'Defines whether you allow learners to bulk download events from their Events tab'),
31653(101, 'events_sms_attendance_enabled', NULL, '0', NULL),37491(101, 'events_sms_attendance_enabled', NULL, '0', NULL),
31654(102, 'course_objective_category_enabled', NULL, '0', 'Enables the category select (primary, secondary, tertiary) in the new Curriculum Tag Selector'),37492(102, 'course_objective_category_enabled', NULL, '0', 'Enables the category select (primary, secondary, tertiary) in the new Curriculum Tag Selector'),
31655(103, 'twilio_enabled', NULL, '0', NULL),37493(103, 'twilio_enabled', NULL, '0', NULL),
31656(104, 'notices_send_email', NULL, '1', 'Enable to allow users to optionally send an email when they send a notice via Admin &gt; Manage Notices'),37494(104, 'notices_send_email', NULL, '1', 'Enable to allow users to optionally send an email when they send a notice via Admin &gt; Manage Notices'),
31657(105, 'absence_enabled', NULL, '0', 'Enable to use the Absence Management Module'),37495(105, 'absence_enabled', NULL, '0', 'Enable to use the Absence Management Module'),
31658(106, 'enable_prompted_responses_comments_and_reviews', NULL, '0', 'Allows staff and faculty users to have a personalized A&amp;E prompted responses tab where they can take action on prompted responses'),37496(106, 'enable_prompted_responses_comments_and_reviews', NULL, '0', 'Allows staff and faculty users to have a personalized A&amp;E prompted responses tab where they can take action on prompted responses'),
31659(107, 'learner_explorer_enabled', NULL, '1', 'Enable to turn on the Learner Explorer and allow faculty and admin staff to see an overview of a learner\'s performance across courses on gradebook assessments'),37497(107, 'learner_explorer_enabled', NULL, '1', 'Enable to turn on the Learner Explorer and allow faculty and admin staff to see an overview of a learner\'s performance across courses on gradebook assessments'),
31660(108, 'grading_scale_max_gpa', NULL, '4.3', 'Sets the maximum value for the GPA, used in grading scales under admin - system settings - grading scales'),37498(108, 'grading_scale_max_gpa', NULL, '4.3', 'Sets the maximum value for the GPA, used in grading scales under admin - system settings - grading scales'),
31661(109, 'calendar_display_hour_date', NULL, '%H:%i', NULL),37499(109, 'calendar_display_hour_date', NULL, '%H:%i', NULL),
31662(110, 'calendar_display_month_day', NULL, '%d', NULL),37500(110, 'calendar_display_month_day', NULL, '%d', NULL),
31663(111, 'calendar_display_default_date', NULL, '%j %M %Y', NULL),37501(111, 'calendar_display_default_date', NULL, '%j %M %Y', NULL),
31664(112, 'event_recurring_fields_edit', NULL, '', NULL),37502(112, 'event_recurring_fields_edit', NULL, '', NULL),
31665(113, 'event_recurring_fields_content', NULL, '', NULL),37503(113, 'event_recurring_fields_content', NULL, '', NULL),
31666(114, 'show_personal_meeting_links', NULL, '0', 'Learning Events (link to web conference tool)'),37504(114, 'show_personal_meeting_links', NULL, '0', 'Learning Events (link to web conference tool)'),
31667(115, 'personal_meeting_url_prefix', NULL, '', 'Define the web conference tool meeting id prefix'),37505(115, 'personal_meeting_url_prefix', NULL, '', 'Define the web conference tool meeting id prefix'),
31668(116, 'personal_meeting_window_minutes', NULL, '10', 'Define how long before an event starts users can access the meeting url'),37506(116, 'personal_meeting_window_minutes', NULL, '10', 'Define how long before an event starts users can access the meeting url'),
31669(117, 'personal_meeting_platform_provider', NULL, '', 'Provide the name of the web conference platform provider'),37507(117, 'personal_meeting_platform_provider', NULL, '', 'Provide the name of the web conference platform provider'),
31670(118, 'personal_meeting_intro_text', NULL, '', 'Provide any intro. text to appear before the url'),37508(118, 'personal_meeting_intro_text', NULL, '', 'Provide any intro. text to appear before the url'),
31671(119, 'personal_meeting_event_types', NULL, '', 'Specify the Learning Event Types to include the web conference url'),37509(119, 'personal_meeting_event_types', NULL, '', 'Specify the Learning Event Types to include the web conference url'),
31672(120, 'learner_levels_enabled', NULL, '0', 'sets whether or not users can see UI to manage learner levels on course enrolment tab *previously this was not currently added to Elentra by default, developers may need to manually add this setting'),37510(120, 'learner_levels_enabled', NULL, '0', 'sets whether or not users can see UI to manage learner levels on course enrolment tab *previously this was not currently added to Elentra by default, developers may need to manually add this setting'),
31673(121, 'personal_meeting_event_types_excluded', NULL, '', 'Exclude any Learning Event Types that should never has web conferencing url provided'),37511(121, 'personal_meeting_event_types_excluded', NULL, '', 'Exclude any Learning Event Types that should never has web conferencing url provided'),
31674(122, 'personal_meeting_courses', NULL, '', 'Specify the Courses to include the web conference url'),37512(122, 'personal_meeting_courses', NULL, '', 'Specify the Courses to include the web conference url'),
31675(123, 'calendar_start_on_monday_dashboard', NULL, '0', 'Start calendar from Monday on dashboard. Overridden by default by calendar_excluded_days_dashboard'),37513(123, 'calendar_start_on_monday_dashboard', NULL, '0', 'Start calendar from Monday on dashboard. Overridden by default by calendar_excluded_days_dashboard'),
31676(124, 'calendar_excluded_days_dashboard', NULL, '0,6', 'Set which days to exclude from dashboard calendar ( 0 is sunday, 1 is monday etc..)'),37514(124, 'calendar_excluded_days_dashboard', NULL, '0,6', 'Set which days to exclude from dashboard calendar ( 0 is sunday, 1 is monday etc..)'),
31677(125, 'calendar_start_on_monday_events', NULL, '0', 'Start calendar from Monday on events page. Overridden by default by calendar_excluded_days_events'),37515(125, 'calendar_start_on_monday_events', NULL, '0', 'Start calendar from Monday on events page. Overridden by default by calendar_excluded_days_events'),
31678(126, 'calendar_excluded_days_events', NULL, '0,6', 'Set which days to exclude from events calendar ( 0 is sunday, 1 is monday etc..)'),37516(126, 'calendar_excluded_days_events', NULL, '0,6', 'Set which days to exclude from events calendar ( 0 is sunday, 1 is monday etc..)'),
31679(127, 'user_menu_ordering', NULL, 'learners,gradebook,assignments,documentrequests,exams,quizzes,absences,logbook,dutyhours,portfolio,portfoliolist,observerships,meetings,lotteries,instructors,locations,mspr,assistants,gradingtasks,annualreport,privacy,notifications', NULL),37517(127, 'user_menu_ordering', NULL, 'learners,gradebook,assignments,documentrequests,exams,quizzes,absences,logbook,dutyhours,portfolio,portfoliolist,observerships,meetings,lotteries,instructors,locations,mspr,assistants,gradingtasks,annualreport,privacy,notifications', NULL),
31680(128, 'course_website_autoenroll_audience', NULL, '0', 'Enable/disable auto-enrolling course audience into a course website. You can still override this on a per-course basis, by adding a record in the course_settings table, using the course ID and the same shortname course_website_autoenroll_audience'),37518(128, 'course_website_autoenroll_audience', NULL, '0', 'Enable/disable auto-enrolling course audience into a course website. You can still override this on a per-course basis, by adding a record in the course_settings table, using the course ID and the same shortname course_website_autoenroll_audience'),
31681(129, 'events_discussions_enabled', NULL, '1', 'allows org. to hide discussion and comments section of learning event page'),37519(129, 'events_discussions_enabled', NULL, '1', 'allows org. to hide discussion and comments section of learning event page'),
31682(130, 'reservation_enabled', NULL, '0', 'settings for use with external room reservation tool'),37520(130, 'reservation_enabled', NULL, '0', 'settings for use with external room reservation tool'),
31683(131, 'api_reservation_class', NULL, '\\Entrada\\Modules\\Reservations\\Services\\ReservationService', 'settings for use with external room reservation tool'),37521(131, 'api_reservation_class', NULL, '\\Entrada\\Modules\\Reservations\\Services\\ReservationService', 'settings for use with external room reservation tool'),
31684(132, 'reservation_user_id', NULL, '', NULL),37522(132, 'reservation_user_id', NULL, '', NULL),
31685(133, 'reservation_password', NULL, '', NULL),37523(133, 'reservation_password', NULL, '', NULL),
31686(134, 'reservation_create_url', NULL, '', 'settings for use with external room reservation tool'),37524(134, 'reservation_create_url', NULL, '', 'settings for use with external room reservation tool'),
31687(135, 'reservation_modify_url', NULL, '', 'settings for use with external room reservation tool'),37525(135, 'reservation_modify_url', NULL, '', 'settings for use with external room reservation tool'),
31688(136, 'reservation_cancel_url', NULL, '', 'settings for use with external room reservation tool'),37526(136, 'reservation_cancel_url', NULL, '', 'settings for use with external room reservation tool'),
31689(137, 'capture_consent_enabled', NULL, '1', 'used to allow org. to not require faculty to consent to lecture capture in personal profile'),37527(137, 'capture_consent_enabled', NULL, '1', 'used to allow org. to not require faculty to consent to lecture capture in personal profile'),
31690(138, 'cbme_assessment_form_embargo', NULL, '0', 'allows CBME org. to apply embargo conditions to Rubric forms so they are hidden from targets until specific conditions met'),37528(138, 'cbme_assessment_form_embargo', NULL, '0', 'allows CBME org. to apply embargo conditions to Rubric forms so they are hidden from targets until specific conditions met'),
31691(139, 'location_attendance_active', NULL, '1', 'allows learners to mark their own attendance at events based on their physical location'),37529(139, 'location_attendance_active', NULL, '1', 'allows learners to mark their own attendance at events based on their physical location'),
31692(140, 'tbl_enabled', NULL, '1', 'whether or not the TBL tools in Elentra are available'),37530(140, 'tbl_enabled', NULL, '1', 'whether or not the TBL tools in Elentra are available'),
31693(141, 'include_name_in_flagged_notifications', 1, '1', 'defines whether or not to include names of users in prompted response notifications in Assessment and Evaluation items'),37531(141, 'include_name_in_flagged_notifications', 1, '1', 'defines whether or not to include names of users in prompted response notifications in Assessment and Evaluation items'),
31694(142, 'events_resource_require_time_estimate', NULL, '1', 'allows for admin/teaching faculty to enter estimated times to complete resource attached to events'),37532(142, 'events_resource_require_time_estimate', NULL, '1', 'allows for admin/teaching faculty to enter estimated times to complete resource attached to events'),
31695(143, 'events_resource_display_time_estimate', NULL, '1', 'Show learners the time estimates for event resources'),37533(143, 'events_resource_display_time_estimate', NULL, '1', 'Show learners the time estimates for event resources'),
31696(144, 'event_resource_requirement_labels', NULL, '{\"required\":\"Required\",\"optional\":\"Optional\"}', 'allows for easy renaming of learning event resource category '),37534(144, 'event_resource_requirement_labels', NULL, '{\"required\":\"Required\",\"optional\":\"Optional\"}', 'allows for easy renaming of learning event resource category '),
31697(145, 'curriculum_tracks_enabled', NULL, '1', 'allows org. to disable Curriculum Tracks feature so it won\'t display in System Settings)'),37535(145, 'curriculum_tracks_enabled', NULL, '1', 'allows org. to disable Curriculum Tracks feature so it won\'t display in System Settings)'),
31698(146, 'cbme_ondemand_expiry', NULL, '1', 'allows on-demand tasks to have an expiry date added'),37536(146, 'cbme_ondemand_expiry', NULL, '1', 'allows on-demand tasks to have an expiry date added'),
31699(147, 'cbme_ondemand_expiry_offset', NULL, '+7 days', 'if using automatic expiry for on-demand tasks, set duration of time after which they should expire'),37537(147, 'cbme_ondemand_expiry_offset', NULL, '+7 days', 'if using automatic expiry for on-demand tasks, set duration of time after which they should expire'),
31700(148, 'cbme_ondemand_expiry_workflow_shortnames', NULL, '[]', 'if using automatic expiry for on-demand tasks,'),37538(148, 'cbme_ondemand_expiry_workflow_shortnames', NULL, '[]', 'if using automatic expiry for on-demand tasks,'),
31701(149, 'course_website_associated_faculty_admins', NULL, '1', 'option to have Associated Faculty on course setup tabs automatically made Administrators of the related course websites'),37539(149, 'course_website_associated_faculty_admins', NULL, '1', 'option to have Associated Faculty on course setup tabs automatically made Administrators of the related course websites'),
31702(150, 'gradebook_assessment_bonus_marks', NULL, '1', 'used to control whether to allow a course gradebook to accept values over 100%'),37540(150, 'gradebook_assessment_bonus_marks', NULL, '1', 'used to control whether to allow a course gradebook to accept values over 100%'),
31703(151, 'events_limit_color_update_trigger', NULL, '1', 'used to control whether events with recently added or updated links change color'),37541(151, 'events_limit_color_update_trigger', NULL, '1', 'used to control whether events with recently added or updated links change color'),
31704(152, 'people_display_group_role', NULL, '1', 'used to control is users’ group and role are displayed in People Search results'),37542(152, 'people_display_group_role', NULL, '1', 'used to control is users’ group and role are displayed in People Search results'),
31705(153, 'calendar_display_rotations', NULL, '1', 'used to control whether or not to show learners their rotation schedule in the event calendar view on the dashboard'),37543(153, 'calendar_display_rotations', NULL, '1', 'used to control whether or not to show learners their rotation schedule in the event calendar view on the dashboard'),
31706(154, 'calendar_display_rotations_clinical_event_threshold', NULL, '1', NULL),37544(154, 'calendar_display_rotations_clinical_event_threshold', NULL, '1', NULL),
31707(155, 'calendar_display_rotations_excluded_courses', NULL, '', NULL),37545(155, 'calendar_display_rotations_excluded_courses', NULL, '', NULL),
31708(156, 'community_display_guest_enrollment', NULL, '1', NULL),37546(156, 'community_display_guest_enrollment', NULL, '1', NULL),
31709(157, 'community_allow_leave_community', NULL, '1', 'used to control whether users can leave communities they were added to by an admin'),37547(157, 'community_allow_leave_community', NULL, '1', 'used to control whether users can leave communities they were added to by an admin'),
31710(158, 'assessment_delegation_auto_submit_single_target', NULL, '1', NULL),37548(158, 'assessment_delegation_auto_submit_single_target', NULL, '1', NULL),
31711(159, 'events_default_color', NULL, '', 'allows you to set a default color for events added to the calendar, can help with school branding'),37549(159, 'events_default_color', NULL, '', 'allows you to set a default color for events added to the calendar, can help with school branding'),
31712(160, 'logbook_log_inactive_rotations', NULL, '1', 'used to control whether or not to allow learners to create logbook entries for courses where their enrolement in the curriculum period has passed'),37550(160, 'logbook_log_inactive_rotations', NULL, '1', 'used to control whether or not to allow learners to create logbook entries for courses where their enrolement in the curriculum period has passed'),
31713(161, 'duty_hours_options', NULL, 'on_duty,off_duty,on_call,absence', 'allows you to configure which duty hour options display to learners'),37551(161, 'duty_hours_options', NULL, 'on_duty,off_duty,on_call,absence', 'allows you to configure which duty hour options display to learners'),
31714(162, 'assessment_display_tasks_from_removed_assessors', NULL, '1', NULL),37552(162, 'assessment_display_tasks_from_removed_assessors', NULL, '1', NULL),
31715(163, 'event_objectives_filter_by_course', NULL, '1', 'allows you to configure whether or not to automatically apply a course filter on the curriculum tag selector used on a learning event page'),37553(163, 'event_objectives_filter_by_course', NULL, '1', 'allows you to configure whether or not to automatically apply a course filter on the curriculum tag selector used on a learning event page'),
31716(164, 'disclaimer_preamble_creation', NULL, '1', NULL),37554(164, 'disclaimer_preamble_creation', NULL, '1', NULL),
31717(165, 'media_source_sync_attempt_retries', NULL, '25', NULL),37555(165, 'media_source_sync_attempt_retries', NULL, '25', NULL),
31718(166, 'custom_course_contacts_enabled', NULL, '1', NULL),37556(166, 'custom_course_contacts_enabled', NULL, '1', NULL),
31719(167, 'events_resource_access_code_default', NULL, '1', NULL),37557(167, 'events_resource_access_code_default', NULL, '1', NULL),
31720(168, 'personnel_api_program_coordinator_show_admins', NULL, '0', NULL),37558(168, 'personnel_api_program_coordinator_show_admins', NULL, '0', NULL),
31721(169, 'events_teaching_minutes_enabled', NULL, '1', NULL),37559(169, 'events_teaching_minutes_enabled', NULL, '1', NULL),
31722(170, 'events_teaching_minutes_self_edit_enabled', NULL, '0', NULL),37560(170, 'events_teaching_minutes_self_edit_enabled', NULL, '0', NULL),
31723(171, 'gradebook_assignment_show_form_options', NULL, 'graded,ungraded,graded_ungraded,hide', NULL),37561(171, 'gradebook_assignment_show_form_options', NULL, 'graded,ungraded,graded_ungraded,hide', NULL),
31724(172, 'calendar_separate_short_events_enabled', NULL, '0', NULL),37562(172, 'calendar_separate_short_events_enabled', NULL, '0', NULL),
31725(173, 'exams_student_submit_after_date_enabled', NULL, '0', NULL),37563(173, 'exams_student_submit_after_date_enabled', NULL, '0', NULL),
31726(174, 'housing_distributions_enabled', NULL, '0', 'Enables Housing based distributions '),37564(174, 'housing_distributions_enabled', NULL, '0', 'Enables Housing based distributions '),
31727(175, 'gradebook_adjusted_grades_enabled', NULL, '1', 'Add ability to enter an Adjusted Total to the Grading Spreadsheet for a Course Gradebook '),37565(175, 'gradebook_adjusted_grades_enabled', NULL, '1', 'Add ability to enter an Adjusted Total to the Grading Spreadsheet for a Course Gradebook '),
31728(176, 'peer_assessment_target_release_enabled', NULL, '1', 'Overrides default assessment behavior for peer assessments. Sets default release options(checkbox) for peer assessments (never release, immediately report)'),37566(176, 'peer_assessment_target_release_enabled', NULL, '1', 'Overrides default assessment behavior for peer assessments. Sets default release options(checkbox) for peer assessments (never release, immediately report)'),
31729(177, 'lti_custom_parameter_prefix_token', NULL, 'custom_%s', NULL),37567(177, 'lti_custom_parameter_prefix_token', NULL, 'custom_%s', NULL),
31730(183, 'lti_anonymous_username', NULL, 'anonymous', NULL),37568(183, 'lti_anonymous_username', NULL, 'anonymous', NULL),
31731(184, 'lti_anonymous_user_id', NULL, 'anonymous', NULL),37569(184, 'lti_anonymous_user_id', NULL, 'anonymous', NULL),
31732(185, 'clerkship_housing_department_id', 1, '0', 'Stores a Housing Department ID for an organization'),37570(185, 'clerkship_housing_department_id', 1, '0', 'Stores a Housing Department ID for an organization'),
31733(188, 'lti_replacement_token_course_name', NULL, '%CNAME%', NULL),37571(188, 'lti_replacement_token_course_name', NULL, '%CNAME%', NULL),
31734(189, 'lti_replacement_token_course_code', NULL, '%CCODE%', NULL),37572(189, 'lti_replacement_token_course_code', NULL, '%CCODE%', NULL),
31735(190, 'lti_replacement_token_course', NULL, '%CID%', NULL),37573(190, 'lti_replacement_token_course', NULL, '%CID%', NULL),
31736(191, 'lti_replacement_token_community', NULL, '%CMID%', NULL),37574(191, 'lti_replacement_token_community', NULL, '%CMID%', NULL),
31737(192, 'lti_replacement_token_user', NULL, '%UID%', NULL),37575(192, 'lti_replacement_token_user', NULL, '%UID%', NULL),
31738(193, 'lti_replacement_token_username', NULL, '%UNAME%', NULL),37576(193, 'lti_replacement_token_username', NULL, '%UNAME%', NULL),
31739(194, 'lti_replacement_token_event', NULL, '%EID%', NULL),37577(194, 'lti_replacement_token_event', NULL, '%EID%', NULL),
31740(195, 'gradebook_include_ungraded_assessments', NULL, '1', 'define whether an unentered grade in a Course Gradebook assessment is ignored or counts as 0 '),37578(195, 'gradebook_include_ungraded_assessments', NULL, '1', 'define whether an unentered grade in a Course Gradebook assessment is ignored or counts as 0 '),
31741(196, 'cbme_enable_visual_summary', NULL, '1', 'Enables CBME Visual Summary Dashboard added in '),37579(196, 'cbme_enable_visual_summary', NULL, '1', 'Enables CBME Visual Summary Dashboard added in '),
31742(197, 'evaluation_data_visible', NULL, '0', NULL),37580(197, 'evaluation_data_visible', NULL, '0', NULL),
31743(198, 'show_evaluator_data', NULL, '0', NULL),37581(198, 'show_evaluator_data', NULL, '0', NULL),
31744(199, 'profile_pronoun_enabled', NULL, '0', 'Enables the inclusion of a pronoun field in the user profile'),37582(199, 'profile_pronoun_enabled', NULL, '0', 'Enables the inclusion of a pronoun field in the user profile'),
31745(200, 'profile_pronoun_edit_enabled', NULL, '0', 'Enables the ability to select and change the preferred pronoun using the field on the user profile'),37583(200, 'profile_pronoun_edit_enabled', NULL, '0', 'Enables the ability to select and change the preferred pronoun using the field on the user profile'),
31746(201, 'exam_security_options', NULL, 'basic,seb,rp_now,examity,respondus', NULL),37584(201, 'exam_security_options', NULL, 'basic,seb,rp_now,examity,respondus', NULL),
31747(202, 'respondus_secret_1', NULL, '', NULL),37585(202, 'respondus_secret_1', NULL, '', NULL),
31748(203, 'respondus_secret_2', NULL, '', NULL),37586(203, 'respondus_secret_2', NULL, '', NULL),
31749(204, 'respondus_launch_prefix', NULL, 'na', NULL),37587(204, 'respondus_launch_prefix', NULL, 'na', NULL),
31750(205, 'respondus_download_win', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserOEMSetup.exe', 'A download URL for a specific version of Respondus'),37588(205, 'respondus_download_win', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserOEMSetup.exe', 'A download URL for a specific version of Respondus'),
31751(206, 'respondus_download_lab', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEMSetup.exe', 'A download URL for a specific version of Respondus'),37589(206, 'respondus_download_lab', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEMSetup.exe', 'A download URL for a specific version of Respondus'),
31752(207, 'respondus_download_msi', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEM-MSI.zip', 'A download URL for a specific version of Respondus'),37590(207, 'respondus_download_msi', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEM-MSI.zip', 'A download URL for a specific version of Respondus'),
31753(208, 'respondus_download_macos', NULL, 'https://downloads.respondus.com/OEM/InstallLDBOEM.zip', 'A download URL for a specific version of Respondus'),37591(208, 'respondus_download_macos', NULL, 'https://downloads.respondus.com/OEM/InstallLDBOEM.zip', 'A download URL for a specific version of Respondus'),
31754(209, 'microsoft_teams_enabled', NULL, '0', 'Enables the Microsoft Teams integration feature'),37592(209, 'microsoft_teams_enabled', NULL, '0', 'Enables the Microsoft Teams integration feature'),
31755(210, 'microsoft_teams_event_sync_limit', NULL, '+30 days', NULL),37593(210, 'microsoft_teams_event_sync_limit', NULL, '+30 days', NULL),
31756(211, 'events_recently_updated_offset', NULL, '-2 days', NULL),37594(211, 'events_recently_updated_offset', NULL, '-2 days', NULL),
31757(212, 'disable_target_viewable_release_override', NULL, '0', NULL),37595(212, 'disable_target_viewable_release_override', NULL, '0', NULL),
31758(213, 'box_api_token', NULL, '', 'An API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'),37596(213, 'box_api_token', NULL, '', 'An API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'),
31759(214, 'box_api_token_expiry', NULL, '', 'The expiration value for an API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'),37597(214, 'box_api_token_expiry', NULL, '', 'The expiration value for an API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'),
31760(215, 'people_search_limit', NULL, '0', NULL),37598(215, 'people_search_limit', NULL, '0', NULL),
31761(216, 'domain_template_override', NULL, '0', NULL),37599(216, 'domain_template_override', NULL, '0', NULL),
31762(217, 'domain_template_override_color', NULL, '0', NULL),37600(217, 'domain_template_override_color', NULL, '0', NULL),
31763(218, 'calendar_include_event_location', NULL, '', NULL),37601(218, 'calendar_include_event_location', NULL, '', NULL),
31764(219, 'events_show_detail_overlay', NULL, '', NULL),37602(219, 'events_show_detail_overlay', NULL, '', NULL),
31765(220, 'events_custom_objective_display', NULL, '0', NULL),37603(220, 'events_custom_objective_display', NULL, '0', NULL),
31766(221, 'events_collapse_objectives', NULL, '', NULL),37604(221, 'events_collapse_objectives', NULL, '', NULL),
31767(222, 'disable_learner_explorer_faculty_access', NULL, '0', NULL),37605(222, 'disable_learner_explorer_faculty_access', NULL, '0', NULL),
31768(223, 'email_update_enabled_sso', NULL, '1', NULL),37606(223, 'email_update_enabled_sso', NULL, '1', NULL),
31769(224, 'dashboard_links_fetch_from_db', NULL, '1', NULL),37607(224, 'dashboard_links_fetch_from_db', NULL, '1', NULL),
31770(225, 'learner_access_to_status_history', NULL, '1', NULL),37608(225, 'learner_access_to_status_history', NULL, '1', NULL),
31771(226, 'event_session_links', NULL, '1', NULL),37609(226, 'event_session_links', NULL, '1', NULL),
31772(227, 'turnitin_enabled', NULL, '1', NULL),37610(227, 'turnitin_enabled', NULL, '1', NULL),
31773(228, 'custom_sidebar_buttons', NULL, '', NULL),37611(228, 'custom_sidebar_buttons', NULL, '', NULL),
31774(229, 'display_parent_curriculum_tag', NULL, '1', NULL),37612(229, 'display_parent_curriculum_tag', NULL, '1', NULL),
31775(230, 'anonymous_evaluation_prompted_responses', NULL, '0', NULL),37613(230, 'anonymous_evaluation_prompted_responses', NULL, '0', NULL),
31776(231, 'external_download_pdf_enabled', NULL, '0', NULL),37614(231, 'external_download_pdf_enabled', NULL, '0', NULL),
31777(232, 'cbme_show_concern_items_to_target', NULL, '0', NULL),37615(232, 'cbme_show_concern_items_to_target', NULL, '0', NULL),
31778(233, 'assessment_reminder_limit_enabled', NULL, '1', NULL),37616(233, 'assessment_reminder_limit_enabled', NULL, '1', NULL),
31779(234, 'cbe_versionable_root_default', NULL, '0', NULL),37617(234, 'cbe_versionable_root_default', NULL, '0', NULL),
31780(235, 'cbe_tree_publish_values_per_query', NULL, '200', NULL),37618(235, 'cbe_tree_publish_values_per_query', NULL, '200', NULL),
31781(236, 'cbe_smart_tags_items_autoselect', NULL, '1', NULL),37619(236, 'cbe_smart_tags_items_autoselect', NULL, '1', NULL),
31782(237, 'cbe_smart_tags_add_associated_objectives', NULL, '1', NULL),37620(237, 'cbe_smart_tags_add_associated_objectives', NULL, '1', NULL),
31783(238, 'cbe_smart_tags_items_mandatory', NULL, '0', NULL),37621(238, 'cbe_smart_tags_items_mandatory', NULL, '0', NULL),
31784(239, 'task_progress_user_number_constraint_enabled', NULL, '1', NULL),37622(239, 'task_progress_user_number_constraint_enabled', NULL, '1', NULL),
31785(240, 'cbe_smart_tags_items_assessor_all_objectives_selectable', NULL, '1', NULL),37623(240, 'cbe_smart_tags_items_assessor_all_objectives_selectable', NULL, '1', NULL),
31786(241, 'cbe_smart_tags_items_target_all_objectives_selectable', NULL, '0', NULL),37624(241, 'cbe_smart_tags_items_target_all_objectives_selectable', NULL, '0', NULL),
31787(242, 'cbe_smart_tags_items_all_objectives_selectable_override', NULL, '0', NULL),37625(242, 'cbe_smart_tags_items_all_objectives_selectable_override', NULL, '0', NULL),
31788(243, 'event_resource_external_upload_default_timeframe', NULL, 'none', NULL),37626(243, 'event_resource_external_upload_default_timeframe', NULL, 'none', NULL),
31789(244, 'cbe_dashboard_allow_learner_self_assessment', 2, '1', ''),37627(244, 'cbe_dashboard_allow_learner_self_assessment', 2, '1', ''),
31790(245, 'cbe_dashboard_allow_learner_self_assessment', NULL, '0', NULL),37628(245, 'cbe_dashboard_allow_learner_self_assessment', NULL, '0', NULL),
31791(246, 'privacy_policy_url', NULL, '', NULL),37629(246, 'privacy_policy_url', NULL, '', NULL),
31792(247, 'locale_preferences_enabled', NULL, '0', NULL),37630(247, 'locale_preferences_enabled', NULL, '0', NULL),
31793(248, 'time_zone_preferences_enabled', NULL, '1', NULL),37631(248, 'time_zone_preferences_enabled', NULL, '1', NULL),
31794(249, 'ce_lottery_enabled', 1, '1', 'Enable/Disable Manage Lotteries Module'),37632(249, 'ce_lottery_enabled', 1, '1', 'Enable/Disable Manage Lotteries Module'),
31795(250, 'ce_managelocations_enabled', 1, '1', 'Enable/Disable Manage Locations'),37633(250, 'ce_managelocations_enabled', 1, '1', 'Enable/Disable Manage Locations'),
31796(251, 'ce_manageinstructors_enabled', 1, '1', 'Enable/Disable Manage Instructors'),37634(251, 'ce_manageinstructors_enabled', 1, '1', 'Enable/Disable Manage Instructors'),
31797(252, 'schedule_slot_spaces', NULL, '14', NULL),37635(252, 'schedule_slot_spaces', NULL, '14', NULL),
31798(253, 'schedule_slot_min_spaces', NULL, '6', NULL),37636(253, 'schedule_slot_min_spaces', NULL, '6', NULL),
31799(254, 'cbme_enabled', 2, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'),37637(254, 'cbme_enabled', 2, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'),
31800(255, 'week_start_day', NULL, '{\"default\":\"monday\",\"other\":[\"saturday\",\"sunday\"]}', NULL),37638(255, 'week_start_day', NULL, '{\"default\":\"monday\",\"other\":[\"saturday\",\"sunday\"]}', NULL),
31801(256, 'learner_event_attendance_visibility', NULL, '2', 'Flag to decide if learners can view whether attendance is required for an event. 0 - Learners see nothing. 1 - Learners see required only. 2 - Learners see all.'),37639(256, 'learner_event_attendance_visibility', NULL, '2', 'Flag to decide if learners can view whether attendance is required for an event. 0 - Learners see nothing. 1 - Learners see required only. 2 - Learners see all.'),
31802(257, 'curriculum_levels_enabled', NULL, '0', 'Defines whether the AAMC report can pull more than 10 levels'),37640(257, 'curriculum_levels_enabled', NULL, '0', 'Defines whether the AAMC report can pull more than 10 levels'),
31803(258, 'gradebook_display_weighted_total', NULL, '1', 'Flag to decide if learners can view the weighted total in their gradebook. 0 - Learners see nothing. 1 - Learners see weighted total.'),37641(258, 'gradebook_display_weighted_total', NULL, '1', 'Flag to decide if learners can view the weighted total in their gradebook. 0 - Learners see nothing. 1 - Learners see weighted total.'),
31804(259, 'enhanced_portfolios_enabled', NULL, '1', 'Enable/disable enhanced portfolio'),37642(259, 'enhanced_portfolios_enabled', NULL, '1', 'Enable/disable enhanced portfolio'),
31805(260, 'standard_portfolios_enabled', NULL, '0', 'Enable/disable legacy portfolio'),37643(260, 'standard_portfolios_enabled', NULL, '0', 'Enable/disable legacy portfolio'),
31806(261, 'email_aliases_enabled', NULL, '0', 'Defines whether the Email Aliases module is visible or not'),37644(261, 'email_aliases_enabled', NULL, '0', 'Defines whether the Email Aliases module is visible or not'),
31807(262, 'calendar_separate_short_events_enabled', NULL, '1', 'Defines whether Squished event allowed or not.'),37645(262, 'calendar_separate_short_events_enabled', NULL, '1', 'Defines whether Squished event allowed or not.'),
31808(263, 'block_email_domain_enabled', NULL, '0', 'Defines whether the Block Email/Domains module is visible or not'),37646(263, 'block_email_domain_enabled', NULL, '0', 'Defines whether the Block Email/Domains module is visible or not'),
31809(264, 'manage_documents_enabled', NULL, '1', 'Enable/disable Document Requests module.'),37647(264, 'manage_documents_enabled', NULL, '1', 'Enable/disable Document Requests module.'),
31810(265, 'analytics_enabled', NULL, '0', NULL),37648(265, 'analytics_enabled', NULL, '0', NULL),
31811(266, 'system_notifications_enabled', NULL, '0', 'This feature enables the system notifications icon, page and preferences'),37649(266, 'system_notifications_enabled', NULL, '0', 'This feature enables the system notifications icon, page and preferences'),
31812(267, 'gradebook_display_mean_grade', NULL, '1', 'Flag to decide if learners can view the mean grade in their gradebook. 0 - Learners cannot see class mean. 1 - Learners see class mean.'),37650(267, 'gradebook_display_mean_grade', NULL, '1', 'Flag to decide if learners can view the mean grade in their gradebook. 0 - Learners cannot see class mean. 1 - Learners see class mean.'),
31813(268, 'gradebook_display_median_grade', NULL, '1', 'Flag to decide if learners can view the median grade in their gradebook. 0 - Learners cannot see class median. 1 - Learners see class median.'),37651(268, 'gradebook_display_median_grade', NULL, '1', 'Flag to decide if learners can view the median grade in their gradebook. 0 - Learners cannot see class median. 1 - Learners see class median.'),
31814(269, 'centralized_notifications_broadcast', NULL, '0', 'Control whether the notifications broadcast'),37652(269, 'centralized_notifications_broadcast', NULL, '0', 'Control whether the notifications broadcast'),
31815(270, 'retain_notifications_days', NULL, '60', NULL),37653(270, 'retain_notifications_days', NULL, '60', NULL),
31816(271, 'rotation_header_use_short_blocks', NULL, '0', 'Define if the shortest blocks should be used as headers in rotation schedules'),37654(271, 'rotation_header_use_short_blocks', NULL, '0', 'Define if the shortest blocks should be used as headers in rotation schedules'),
31817(272, 'secondary_import_settings', NULL, '{\n                  \"secondary\": {\n                    \"group\": {\n                      \"classes\": [\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraft\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftAuthor\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftCourse\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleAudience\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportSchedule\"\n                      ],\n                      \"params\": {\n                        \"curriculum_type_ids\": [\n                          9\n                        ]\n                      }\n                    }\n                  }\n                }', 'secondary import queries to run once an import is complete');37655(272, 'secondary_import_settings', NULL, '{\n                  \"secondary\": {\n                    \"group\": {\n                      \"classes\": [\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraft\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftAuthor\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftCourse\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleAudience\",\n                        \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportSchedule\"\n                      ],\n                      \"params\": {\n                        \"curriculum_type_ids\": [\n                          9\n                        ]\n                      }\n                    }\n                  }\n                }', 'secondary import queries to run once an import is complete');
3181837656
31819-- --------------------------------------------------------37657-- --------------------------------------------------------
3182037658
31821--37659--
31822-- Table structure for table `site_linked_objectives`37660-- Table structure for table `site_linked_objectives`
31823--37661--
3182437662
31825CREATE TABLE `site_linked_objectives` (37663CREATE TABLE `site_linked_objectives` (
31826  `slobjective_id` int(12) UNSIGNED NOT NULL,37664  `slobjective_id` int(12) UNSIGNED NOT NULL,
31827  `site_id` int(12) UNSIGNED NOT NULL,37665  `site_id` int(12) UNSIGNED NOT NULL,
31828  `objective_id` int(12) UNSIGNED NOT NULL,37666  `objective_id` int(12) UNSIGNED NOT NULL,
31829  `target_objective_id` int(12) UNSIGNED NOT NULL,37667  `target_objective_id` int(12) UNSIGNED NOT NULL,
31830  `active` tinyint(1) DEFAULT '1',37668  `active` tinyint(1) DEFAULT '1',
31831  `updated_date` bigint(64) DEFAULT NULL,37669  `updated_date` bigint(64) DEFAULT NULL,
31832  `updated_by` int(12) UNSIGNED DEFAULT NULL37670  `updated_by` int(12) UNSIGNED DEFAULT NULL
31833) ENGINE=InnoDB DEFAULT CHARSET=utf8;37671) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3183437672
31835-- --------------------------------------------------------37673-- --------------------------------------------------------
3183637674
31837--37675--
31838-- Table structure for table `statistics`37676-- Table structure for table `statistics`
31839--37677--
3184037678
31841CREATE TABLE `statistics` (37679CREATE TABLE `statistics` (
31842  `statistic_id` int(12) NOT NULL,37680  `statistic_id` int(12) NOT NULL,
31843  `proxy_id` int(12) NOT NULL DEFAULT '0',37681  `proxy_id` int(12) NOT NULL DEFAULT '0',
31844  `timestamp` bigint(64) NOT NULL DEFAULT '0',37682  `timestamp` bigint(64) NOT NULL DEFAULT '0',
31845  `module` varchar(64) NOT NULL DEFAULT 'undefined',37683  `module` varchar(64) NOT NULL DEFAULT 'undefined',
31846  `action` varchar(64) NOT NULL DEFAULT 'undefined',37684  `action` varchar(64) NOT NULL DEFAULT 'undefined',
31847  `action_field` varchar(64) DEFAULT NULL,37685  `action_field` varchar(64) DEFAULT NULL,
31848  `action_value` varchar(64) DEFAULT NULL,37686  `action_value` varchar(64) DEFAULT NULL,
31849  `prune_after` bigint(64) NOT NULL DEFAULT '0'37687  `prune_after` bigint(64) NOT NULL DEFAULT '0'
31850) ENGINE=InnoDB DEFAULT CHARSET=utf8;37688) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3185137689
nn37690--
37691-- Dumping data for table `statistics`
37692--
37693 
37694INSERT INTO `statistics` (`statistic_id`, `proxy_id`, `timestamp`, `module`, `action`, `action_field`, `action_value`, `prune_after`) VALUES
37695(1, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400),
37696(2, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400),
37697(3, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400),
37698(4, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400),
37699(5, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400),
37700(6, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400),
37701(7, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400),
37702(8, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400),
37703(9, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37704(10, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37705(11, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37706(12, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37707(13, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37708(14, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400),
37709(15, 1, 1685387443, 'index', 'login', 'access_id', '1', 1723694400),
37710(16, 1, 1685387448, 'index', 'login', 'access_id', '1', 1723694400),
37711(17, 1, 1685387458, 'index', 'login', 'access_id', '1', 1723694400),
37712(18, 1, 1685387534, 'index', 'login', 'access_id', '1', 1723694400),
37713(19, 1, 1685387539, 'index', 'login', 'access_id', '1', 1723694400),
37714(20, 1, 1685387550, 'index', 'login', 'access_id', '1', 1723694400),
37715(21, 1, 1685387584, 'index', 'login', 'access_id', '1', 1723694400),
37716(22, 1, 1685387591, 'index', 'login', 'access_id', '1', 1723694400),
37717(23, 1, 1685387604, 'index', 'login', 'access_id', '1', 1723694400),
37718(24, 1, 1685387604, 'index', 'login', 'access_id', '1', 1723694400),
37719(25, 1, 1685387608, 'index', 'login', 'access_id', '1', 1723694400),
37720(26, 1, 1685387608, 'index', 'login', 'access_id', '1', 1723694400),
37721(27, 1, 1685387609, 'index', 'login', 'access_id', '1', 1723694400),
37722(28, 1, 1685387614, 'index', 'login', 'access_id', '1', 1723694400),
37723(29, 1, 1685387673, 'index', 'login', 'access_id', '1', 1723694400),
37724(30, 1, 1685387674, 'index', 'login', 'access_id', '1', 1723694400),
37725(31, 1, 1685387674, 'index', 'login', 'access_id', '1', 1723694400),
37726(32, 1, 1685387675, 'index', 'login', 'access_id', '1', 1723694400),
37727(33, 1, 1685387677, 'index', 'login', 'access_id', '1', 1723694400),
37728(34, 1, 1685387731, 'index', 'login', 'access_id', '1', 1723694400),
37729(35, 1, 1685387732, 'index', 'login', 'access_id', '1', 1723694400),
37730(36, 1, 1685387732, 'index', 'login', 'access_id', '1', 1723694400),
37731(37, 1, 1685387733, 'index', 'login', 'access_id', '1', 1723694400),
37732(38, 1, 1685387736, 'index', 'login', 'access_id', '1', 1723694400),
37733(39, 1, 1685387758, 'index', 'login', 'access_id', '1', 1723694400),
37734(40, 1, 1685387759, 'index', 'login', 'access_id', '1', 1723694400),
37735(41, 1, 1685387759, 'index', 'login', 'access_id', '1', 1723694400),
37736(42, 1, 1685387760, 'index', 'login', 'access_id', '1', 1723694400),
37737(43, 1, 1685387772, 'index', 'login', 'access_id', '1', 1723694400),
37738(44, 1, 1685387781, 'index', 'login', 'access_id', '1', 1723694400),
37739(45, 1, 1685387782, 'index', 'login', 'access_id', '1', 1723694400),
37740(46, 1, 1685387787, 'index', 'login', 'access_id', '1', 1723694400),
37741(47, 1, 1685387788, 'index', 'login', 'access_id', '1', 1723694400),
37742(48, 1, 1685387794, 'index', 'login', 'access_id', '1', 1723694400),
37743(49, 1, 1685387795, 'index', 'login', 'access_id', '1', 1723694400),
37744(50, 1, 1685387795, 'index', 'login', 'access_id', '1', 1723694400),
37745(51, 1, 1685387799, 'index', 'login', 'access_id', '1', 1723694400),
37746(52, 1, 1685387799, 'index', 'login', 'access_id', '1', 1723694400),
37747(53, 1, 1685387807, 'index', 'login', 'access_id', '1', 1723694400),
37748(54, 1, 1685387808, 'index', 'login', 'access_id', '1', 1723694400),
37749(55, 1, 1685387827, 'index', 'login', 'access_id', '1', 1723694400),
37750(56, 1, 1685387827, 'index', 'login', 'access_id', '1', 1723694400),
37751(57, 1, 1685387828, 'index', 'login', 'access_id', '1', 1723694400),
37752(58, 1, 1685387864, 'index', 'login', 'access_id', '1', 1723694400),
37753(59, 1, 1685387864, 'index', 'login', 'access_id', '1', 1723694400),
37754(60, 1, 1685387867, 'index', 'login', 'access_id', '1', 1723694400),
37755(61, 1, 1685387920, 'index', 'login', 'access_id', '1', 1723694400),
37756(62, 1, 1685387920, 'index', 'login', 'access_id', '1', 1723694400),
37757(63, 1, 1685387924, 'index', 'login', 'access_id', '1', 1723694400),
37758(64, 1, 1685387930, 'index', 'login', 'access_id', '1', 1723694400),
37759(65, 1, 1685387930, 'index', 'login', 'access_id', '1', 1723694400),
37760(66, 1, 1685387931, 'index', 'login', 'access_id', '1', 1723694400),
37761(67, 1, 1685387944, 'index', 'login', 'access_id', '1', 1723694400),
37762(68, 1, 1685387944, 'index', 'login', 'access_id', '1', 1723694400),
37763(69, 1, 1685387956, 'index', 'login', 'access_id', '1', 1723694400),
37764(70, 1, 1685387957, 'index', 'login', 'access_id', '1', 1723694400),
37765(71, 1, 1685387958, 'index', 'login', 'access_id', '1', 1723694400),
37766(72, 1, 1685387958, 'index', 'login', 'access_id', '1', 1723694400),
37767(73, 1, 1685387959, 'index', 'login', 'access_id', '1', 1723694400),
37768(74, 1, 1685387963, 'index', 'login', 'access_id', '1', 1723694400),
37769(75, 1, 1685387963, 'index', 'login', 'access_id', '1', 1723694400),
37770(76, 1, 1685387964, 'index', 'login', 'access_id', '1', 1723694400),
37771(77, 1, 1685387965, 'index', 'login', 'access_id', '1', 1723694400),
37772(78, 1, 1685387965, 'index', 'login', 'access_id', '1', 1723694400),
37773(79, 1, 1685387968, 'index', 'login', 'access_id', '1', 1723694400),
37774(80, 1, 1685387968, 'index', 'login', 'access_id', '1', 1723694400),
37775(81, 1, 1685387969, 'index', 'login', 'access_id', '1', 1723694400),
37776(82, 1, 1685387970, 'index', 'login', 'access_id', '1', 1723694400),
37777(83, 1, 1685387970, 'index', 'login', 'access_id', '1', 1723694400),
37778(84, 1, 1685387971, 'index', 'login', 'access_id', '1', 1723694400),
37779(85, 1, 1685387972, 'index', 'login', 'access_id', '1', 1723694400),
37780(86, 1, 1685387973, 'index', 'login', 'access_id', '1', 1723694400),
37781(87, 1, 1685387973, 'index', 'login', 'access_id', '1', 1723694400),
37782(88, 1, 1685387974, 'index', 'login', 'access_id', '1', 1723694400),
37783(89, 1, 1685388047, 'index', 'login', 'access_id', '1', 1723694400),
37784(90, 1, 1685388085, 'index', 'login', 'access_id', '1', 1723694400),
37785(91, 1, 1685388109, 'index', 'login', 'access_id', '1', 1723694400),
37786(92, 1, 1685388120, 'index', 'login', 'access_id', '1', 1723694400),
37787(93, 1, 1685388121, 'index', 'login', 'access_id', '1', 1723694400),
37788(94, 1, 1685388121, 'index', 'login', 'access_id', '1', 1723694400),
37789(95, 1, 1685388122, 'index', 'login', 'access_id', '1', 1723694400),
37790(96, 1, 1685388156, 'index', 'login', 'access_id', '1', 1723694400),
37791(97, 1, 1685388157, 'index', 'login', 'access_id', '1', 1723694400),
37792(98, 1, 1685388158, 'index', 'login', 'access_id', '1', 1723694400),
37793(99, 1, 1685388158, 'index', 'login', 'access_id', '1', 1723694400),
37794(100, 1, 1685388163, 'index', 'login', 'access_id', '1', 1723694400),
37795(101, 1, 1685388164, 'index', 'login', 'access_id', '1', 1723694400),
37796(102, 1, 1685388445, 'index', 'login', 'access_id', '1', 1723694400),
37797(103, 1, 1685388446, 'index', 'login', 'access_id', '1', 1723694400),
37798(104, 1, 1685388446, 'index', 'login', 'access_id', '1', 1723694400),
37799(105, 1, 1685388447, 'index', 'login', 'access_id', '1', 1723694400),
37800(106, 1, 1685388463, 'index', 'login', 'access_id', '1', 1723694400),
37801(107, 1, 1685388467, 'index', 'login', 'access_id', '1', 1723694400),
37802(108, 1, 1685388468, 'index', 'login', 'access_id', '1', 1723694400),
37803(109, 1, 1685388470, 'index', 'login', 'access_id', '1', 1723694400),
37804(110, 1, 1685388471, 'index', 'login', 'access_id', '1', 1723694400),
37805(111, 1, 1685388471, 'index', 'login', 'access_id', '1', 1723694400),
37806(112, 1, 1685388472, 'index', 'login', 'access_id', '1', 1723694400),
37807(113, 1, 1685388472, 'index', 'login', 'access_id', '1', 1723694400),
37808(114, 1, 1685388473, 'index', 'login', 'access_id', '1', 1723694400),
37809(115, 1, 1685388579, 'index', 'login', 'access_id', '1', 1723694400),
37810(116, 1, 1685388596, 'index', 'login', 'access_id', '1', 1723694400),
37811(117, 1, 1685388597, 'index', 'login', 'access_id', '1', 1723694400),
37812(118, 1, 1685388597, 'index', 'login', 'access_id', '1', 1723694400),
37813(119, 1, 1685388598, 'index', 'login', 'access_id', '1', 1723694400),
37814(120, 1, 1685388609, 'index', 'login', 'access_id', '1', 1723694400),
37815(121, 1, 1685388610, 'index', 'login', 'access_id', '1', 1723694400),
37816(122, 1, 1685388610, 'index', 'login', 'access_id', '1', 1723694400),
37817(123, 1, 1685388654, 'index', 'login', 'access_id', '1', 1723694400),
37818(124, 1, 1685388657, 'index', 'login', 'access_id', '1', 1723694400),
37819(125, 1, 1685388694, 'index', 'login', 'access_id', '1', 1723694400),
37820(126, 1, 1685388694, 'index', 'login', 'access_id', '1', 1723694400),
37821(127, 1, 1685388695, 'index', 'login', 'access_id', '1', 1723694400),
37822(128, 1, 1685388696, 'index', 'login', 'access_id', '1', 1723694400),
37823(129, 1, 1685388696, 'index', 'login', 'access_id', '1', 1723694400),
37824(130, 1, 1685388819, 'index', 'login', 'access_id', '1', 1723694400),
37825(131, 1, 1685388870, 'index', 'login', 'access_id', '1', 1723694400),
37826(132, 1, 1685388956, 'index', 'login', 'access_id', '1', 1723694400),
37827(133, 1, 1685388956, 'index', 'login', 'access_id', '1', 1723694400),
37828(134, 1, 1685388962, 'index', 'login', 'access_id', '1', 1723694400),
37829(135, 1, 1685388969, 'index', 'login', 'access_id', '1', 1723694400),
37830(136, 1, 1685388975, 'index', 'login', 'access_id', '1', 1723694400),
37831(137, 1, 1685389032, 'index', 'login', 'access_id', '1', 1723694400),
37832(138, 1, 1685389035, 'index', 'login', 'access_id', '1', 1723694400),
37833(139, 1, 1685389039, 'index', 'login', 'access_id', '1', 1723694400),
37834(140, 1, 1685389226, 'index', 'login', 'access_id', '1', 1723694400),
37835(141, 1, 1685389233, 'index', 'login', 'access_id', '1', 1723694400),
37836(142, 1, 1685389243, 'index', 'login', 'access_id', '1', 1723694400),
37837(143, 1, 1685389249, 'index', 'login', 'access_id', '1', 1723694400),
37838(144, 1, 1685389468, 'index', 'login', 'access_id', '1', 1723694400),
37839(145, 1, 1685389477, 'index', 'login', 'access_id', '1', 1723694400),
37840(146, 1, 1685389477, 'index', 'login', 'access_id', '1', 1723694400),
37841(147, 1, 1685389486, 'index', 'login', 'access_id', '1', 1723694400),
37842(148, 1, 1685389491, 'index', 'login', 'access_id', '1', 1723694400),
37843(149, 1, 1685389768, 'index', 'login', 'access_id', '1', 1723694400),
37844(150, 1, 1685389774, 'index', 'login', 'access_id', '1', 1723694400),
37845(151, 1, 1685389774, 'index', 'login', 'access_id', '1', 1723694400),
37846(152, 1, 1685389790, 'index', 'login', 'access_id', '1', 1723694400),
37847(153, 1, 1685389792, 'index', 'login', 'access_id', '1', 1723694400),
37848(154, 1, 1685389795, 'index', 'login', 'access_id', '1', 1723694400),
37849(155, 1, 1685389819, 'index', 'login', 'access_id', '1', 1723694400),
37850(156, 1, 1685390700, 'index', 'login', 'access_id', '1', 1723694400),
37851(157, 1, 1685390700, 'index', 'login', 'access_id', '1', 1723694400),
37852(158, 1, 1685390702, 'index', 'login', 'access_id', '1', 1723694400),
37853(159, 1, 1685390706, 'index', 'login', 'access_id', '1', 1723694400),
37854(160, 1, 1685390708, 'index', 'login', 'access_id', '1', 1723694400),
37855(161, 1, 1685390708, 'index', 'login', 'access_id', '1', 1723694400),
37856(162, 1, 1685390709, 'index', 'login', 'access_id', '1', 1723694400),
37857(163, 1, 1685390713, 'index', 'login', 'access_id', '1', 1723694400),
37858(164, 1, 1685390717, 'index', 'login', 'access_id', '1', 1723694400),
37859(165, 1, 1685390775, 'index', 'login', 'access_id', '1', 1723694400),
37860(166, 1, 1685390781, 'index', 'login', 'access_id', '1', 1723694400),
37861(167, 1, 1685390808, 'index', 'login', 'access_id', '1', 1723694400),
37862(168, 1, 1685390808, 'index', 'login', 'access_id', '1', 1723694400),
37863(169, 1, 1685390809, 'index', 'login', 'access_id', '1', 1723694400),
37864(170, 1, 1685390809, 'index', 'login', 'access_id', '1', 1723694400),
37865(171, 1, 1685391045, 'index', 'login', 'access_id', '1', 1723694400),
37866(172, 1, 1685391050, 'index', 'login', 'access_id', '1', 1723694400),
37867(173, 1, 1685391144, 'index', 'login', 'access_id', '1', 1723694400),
37868(174, 1, 1685391145, 'index', 'login', 'access_id', '1', 1723694400),
37869(175, 1, 1685391854, 'index', 'login', 'access_id', '1', 1723694400),
37870(176, 1, 1685391858, 'index', 'login', 'access_id', '1', 1723694400),
37871(177, 4, 1685391860, 'index', 'login', 'access_id', '4', 1723694400),
37872(178, 4, 1685391860, 'index', 'login', 'access_id', '4', 1723694400),
37873(179, 1, 1685391860, 'users', 'login_as', 'proxy_id', '4', 1723694400),
37874(180, 4, 1685391861, 'index', 'login', 'access_id', '4', 1723694400),
37875(181, 4, 1685391861, 'index', 'login', 'access_id', '4', 1723694400),
37876(182, 4, 1685391862, 'index', 'login', 'access_id', '4', 1723694400),
37877(183, 4, 1685391862, 'index', 'login', 'access_id', '4', 1723694400),
37878(184, 4, 1685391863, 'index', 'login', 'access_id', '4', 1723694400),
37879(185, 4, 1685391863, 'index', 'login', 'access_id', '4', 1723694400),
37880(186, 4, 1685391864, 'index', 'login', 'access_id', '4', 1723694400),
37881(187, 4, 1685391864, 'index', 'login', 'access_id', '4', 1723694400),
37882(188, 4, 1685391865, 'index', 'login', 'access_id', '4', 1723694400),
37883(189, 4, 1685391872, 'index', 'login', 'access_id', '4', 1723694400),
37884(190, 4, 1685391873, 'index', 'login', 'access_id', '4', 1723694400),
37885(191, 4, 1685391874, 'index', 'login', 'access_id', '4', 1723694400),
37886(192, 4, 1685391875, 'index', 'login', 'access_id', '4', 1723694400),
37887(193, 4, 1685391876, 'index', 'login', 'access_id', '4', 1723694400),
37888(194, 4, 1685391881, 'index', 'login', 'access_id', '4', 1723694400),
37889(195, 4, 1685391890, 'index', 'login', 'access_id', '4', 1723694400),
37890(196, 4, 1685391890, 'index', 'login', 'access_id', '4', 1723694400),
37891(197, 4, 1685391891, 'index', 'login', 'access_id', '4', 1723694400),
37892(198, 4, 1685391914, 'index', 'login', 'access_id', '4', 1723694400),
37893(199, 4, 1685391949, 'index', 'login', 'access_id', '4', 1723694400),
37894(200, 4, 1685392070, 'index', 'logout', 'access_id', '4', 1723694400),
37895(201, 1, 1685392070, 'index', 'login', 'access_id', '1', 1723694400),
37896(202, 1, 1685392070, 'index', 'login', 'access_id', '1', 1723694400),
37897(203, 1, 1685392071, 'index', 'login', 'access_id', '1', 1723694400),
37898(204, 1, 1685392071, 'index', 'login', 'access_id', '1', 1723694400),
37899(205, 1, 1685392072, 'index', 'login', 'access_id', '1', 1723694400),
37900(206, 1, 1685392072, 'index', 'login', 'access_id', '1', 1723694400),
37901(207, 1, 1685392078, 'index', 'login', 'access_id', '1', 1723694400),
37902(208, 7, 1685392081, 'index', 'login', 'access_id', '8', 1723694400),
37903(209, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400),
37904(210, 1, 1685392082, 'users', 'login_as', 'proxy_id', '7', 1723694400),
37905(211, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400),
37906(212, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400),
37907(213, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400),
37908(214, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400),
37909(215, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400),
37910(216, 7, 1685392084, 'index', 'login', 'access_id', '8', 1723694400),
37911(217, 7, 1685392299, 'index', 'logout', 'access_id', '8', 1723694400),
37912(218, 1, 1685392299, 'index', 'login', 'access_id', '1', 1723694400),
37913(219, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400),
37914(220, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400),
37915(221, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400),
37916(222, 1, 1685392301, 'index', 'login', 'access_id', '1', 1723694400),
37917(223, 1, 1685392301, 'index', 'login', 'access_id', '1', 1723694400),
37918(224, 1, 1685392325, 'index', 'login', 'access_id', '1', 1723694400),
37919(225, 1, 1685392325, 'index', 'login', 'access_id', '1', 1723694400),
37920(226, 1, 1685392339, 'index', 'login', 'access_id', '1', 1723694400),
37921(227, 1, 1685392339, 'index', 'login', 'access_id', '1', 1723694400),
37922(228, 1, 1685392351, 'index', 'login', 'access_id', '1', 1723694400),
37923(229, 1, 1685392369, 'index', 'login', 'access_id', '1', 1723694400),
37924(230, 1, 1685392370, 'index', 'login', 'access_id', '1', 1723694400),
37925(231, 1, 1685392370, 'index', 'login', 'access_id', '1', 1723694400),
37926(232, 1, 1685392371, 'index', 'login', 'access_id', '1', 1723694400),
37927(233, 1, 1685392371, 'index', 'login', 'access_id', '1', 1723694400),
37928(234, 1, 1685392376, 'index', 'login', 'access_id', '1', 1723694400),
37929(235, 1, 1685392377, 'index', 'login', 'access_id', '1', 1723694400),
37930(236, 1, 1685456011, 'index', 'login', 'access_id', '1', 1723694400),
37931(237, 1, 1685456011, 'index', 'login', 'access_id', '1', 1723694400),
37932(238, 1, 1685456012, 'index', 'login', 'access_id', '1', 1723694400),
37933(239, 1, 1685456012, 'index', 'login', 'access_id', '1', 1723694400),
37934(240, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400),
37935(241, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400),
37936(242, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400),
37937(243, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400),
37938(244, 1, 1685456014, 'index', 'login', 'access_id', '1', 1723694400),
37939(245, 1, 1685456014, 'index', 'login', 'access_id', '1', 1723694400),
37940(246, 1, 1685456094, 'index', 'login', 'access_id', '1', 1723694400),
37941(247, 1, 1685456098, 'index', 'login', 'access_id', '1', 1723694400),
37942(248, 1, 1685456101, 'index', 'login', 'access_id', '1', 1723694400),
37943(249, 1, 1685456153, 'index', 'login', 'access_id', '1', 1723694400),
37944(250, 1, 1685456156, 'index', 'login', 'access_id', '1', 1723694400),
37945(251, 1, 1685456164, 'index', 'login', 'access_id', '1', 1723694400),
37946(252, 1, 1685456170, 'index', 'login', 'access_id', '1', 1723694400),
37947(253, 1, 1685456173, 'index', 'login', 'access_id', '1', 1723694400),
37948(254, 1, 1685456179, 'index', 'login', 'access_id', '1', 1723694400),
37949(255, 1, 1685456219, 'index', 'login', 'access_id', '1', 1723694400),
37950(256, 1, 1685456219, 'index', 'login', 'access_id', '1', 1723694400),
37951(257, 1, 1685456227, 'index', 'login', 'access_id', '1', 1723694400),
37952(258, 1, 1685456230, 'index', 'login', 'access_id', '1', 1723694400),
37953(259, 1, 1685456230, 'index', 'login', 'access_id', '1', 1723694400),
37954(260, 1, 1685456233, 'index', 'login', 'access_id', '1', 1723694400),
37955(261, 1, 1685456244, 'index', 'login', 'access_id', '1', 1723694400),
37956(262, 1, 1685456246, 'index', 'login', 'access_id', '1', 1723694400),
37957(263, 1, 1685456249, 'index', 'login', 'access_id', '1', 1723694400),
37958(264, 1, 1685456282, 'index', 'login', 'access_id', '1', 1723694400),
37959(265, 1, 1685456284, 'index', 'login', 'access_id', '1', 1723694400),
37960(266, 1, 1685456286, 'index', 'login', 'access_id', '1', 1723694400),
37961(267, 1, 1685457064, 'index', 'login', 'access_id', '1', 1723694400),
37962(268, 1, 1685457069, 'index', 'login', 'access_id', '1', 1723694400),
37963(269, 1, 1685457070, 'index', 'login', 'access_id', '1', 1723694400),
37964(270, 1, 1685457071, 'index', 'login', 'access_id', '1', 1723694400),
37965(271, 1, 1685457072, 'index', 'login', 'access_id', '1', 1723694400),
37966(272, 1, 1685457074, 'index', 'login', 'access_id', '1', 1723694400),
37967(273, 1, 1685457076, 'index', 'login', 'access_id', '1', 1723694400),
37968(274, 1, 1685459695, 'index', 'login', 'access_id', '1', 1723694400),
37969(275, 1, 1685459696, 'index', 'login', 'access_id', '1', 1723694400),
37970(276, 1, 1685459708, 'index', 'login', 'access_id', '1', 1723694400),
37971(277, 1, 1685460357, 'index', 'login', 'access_id', '1', 1723694400),
37972(278, 1, 1685460358, 'index', 'login', 'access_id', '1', 1723694400),
37973(279, 1, 1685460358, 'index', 'login', 'access_id', '1', 1723694400),
37974(280, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400),
37975(281, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400),
37976(282, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400),
37977(283, 1, 1685460360, 'index', 'login', 'access_id', '1', 1723694400),
37978(284, 1, 1685460360, 'index', 'login', 'access_id', '1', 1723694400),
37979(285, 1, 1685460361, 'index', 'login', 'access_id', '1', 1723694400),
37980(286, 1, 1685460361, 'index', 'login', 'access_id', '1', 1723694400),
37981(287, 1, 1685460368, 'index', 'login', 'access_id', '1', 1723694400),
37982(288, 1, 1685460368, 'index', 'login', 'access_id', '1', 1723694400),
37983(289, 1, 1685460369, 'index', 'login', 'access_id', '1', 1723694400),
37984(290, 1, 1685460370, 'index', 'login', 'access_id', '1', 1723694400),
37985(291, 1, 1685460370, 'index', 'login', 'access_id', '1', 1723694400),
37986(292, 1, 1685460427, 'index', 'login', 'access_id', '1', 1723694400),
37987(293, 1, 1685460427, 'index', 'login', 'access_id', '1', 1723694400),
37988(294, 1, 1685460428, 'index', 'login', 'access_id', '1', 1723694400),
37989(295, 1, 1685460428, 'index', 'login', 'access_id', '1', 1723694400),
37990(296, 1, 1685460429, 'index', 'login', 'access_id', '1', 1723694400),
37991(297, 1, 1685460491, 'index', 'login', 'access_id', '1', 1723694400),
37992(298, 1, 1685460492, 'index', 'login', 'access_id', '1', 1723694400),
37993(299, 1, 1685460492, 'index', 'login', 'access_id', '1', 1723694400),
37994(300, 1, 1685460493, 'index', 'login', 'access_id', '1', 1723694400),
37995(301, 1, 1685460493, 'index', 'login', 'access_id', '1', 1723694400),
37996(302, 1, 1685460624, 'index', 'login', 'access_id', '1', 1723694400),
37997(303, 1, 1685460625, 'index', 'login', 'access_id', '1', 1723694400),
37998(304, 1, 1685460625, 'index', 'login', 'access_id', '1', 1723694400),
37999(305, 1, 1685460626, 'index', 'login', 'access_id', '1', 1723694400),
38000(306, 1, 1685460626, 'index', 'login', 'access_id', '1', 1723694400),
38001(307, 1, 1685465926, 'index', 'logout', 'access_id', '1', 1723694400),
38002(308, 1, 1685468229, 'index', 'login', 'access_id', '1', 1723694400),
38003(309, 1, 1685468229, 'index', 'login', 'access_id', '1', 1723694400),
38004(310, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400),
38005(311, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400),
38006(312, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400),
38007(313, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400),
38008(314, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400),
38009(315, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400),
38010(316, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400),
38011(317, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400),
38012(318, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400),
38013(319, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400),
38014(320, 1, 1685469583, 'index', 'login', 'access_id', '1', 1723694400),
38015(321, 1, 1685469587, 'index', 'login', 'access_id', '1', 1723694400),
38016(322, 1, 1685469588, 'index', 'login', 'access_id', '1', 1723694400),
38017(323, 1, 1685469589, 'index', 'login', 'access_id', '1', 1723694400),
38018(324, 1, 1685469590, 'index', 'login', 'access_id', '1', 1723694400),
38019(325, 1, 1685469594, 'index', 'login', 'access_id', '1', 1723694400),
38020(326, 1, 1685469596, 'index', 'login', 'access_id', '1', 1723694400),
38021(327, 1, 1685469702, 'index', 'login', 'access_id', '1', 1723694400),
38022(328, 1, 1685469703, 'index', 'login', 'access_id', '1', 1723694400),
38023(329, 1, 1685469703, 'index', 'login', 'access_id', '1', 1723694400),
38024(330, 1, 1685469705, 'index', 'login', 'access_id', '1', 1723694400),
38025(331, 1, 1685469708, 'index', 'login', 'access_id', '1', 1723694400),
38026(332, 1, 1685469737, 'index', 'login', 'access_id', '1', 1723694400),
38027(333, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400),
38028(334, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400),
38029(335, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400),
38030(336, 1, 1685469744, 'index', 'login', 'access_id', '1', 1723694400),
38031(337, 1, 1685469744, 'index', 'login', 'access_id', '1', 1723694400),
38032(338, 1, 1685469746, 'index', 'login', 'access_id', '1', 1723694400),
38033(339, 1, 1685469750, 'index', 'login', 'access_id', '1', 1723694400),
38034(340, 1, 1685469751, 'index', 'login', 'access_id', '1', 1723694400),
38035(341, 1, 1685469752, 'index', 'login', 'access_id', '1', 1723694400),
38036(342, 1, 1685469754, 'index', 'login', 'access_id', '1', 1723694400),
38037(343, 1, 1685469756, 'index', 'login', 'access_id', '1', 1723694400),
38038(344, 1, 1685469803, 'index', 'login', 'access_id', '1', 1723694400),
38039(345, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400),
38040(346, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400),
38041(347, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400),
38042(348, 1, 1685469806, 'index', 'login', 'access_id', '1', 1723694400),
38043(349, 1, 1685469806, 'index', 'login', 'access_id', '1', 1723694400),
38044(350, 1, 1685469808, 'index', 'login', 'access_id', '1', 1723694400),
38045(351, 1, 1685469813, 'index', 'login', 'access_id', '1', 1723694400),
38046(352, 1, 1685469813, 'index', 'login', 'access_id', '1', 1723694400),
38047(353, 1, 1685469814, 'index', 'login', 'access_id', '1', 1723694400),
38048(354, 1, 1685469816, 'index', 'login', 'access_id', '1', 1723694400),
38049(355, 1, 1685469824, 'index', 'login', 'access_id', '1', 1723694400),
38050(356, 1, 1685469992, 'index', 'login', 'access_id', '1', 1723694400),
38051(357, 1, 1685469994, 'index', 'login', 'access_id', '1', 1723694400),
38052(358, 1, 1685470012, 'index', 'login', 'access_id', '1', 1723694400),
38053(359, 1, 1685470012, 'index', 'login', 'access_id', '1', 1723694400),
38054(360, 1, 1685470016, 'index', 'login', 'access_id', '1', 1723694400),
38055(361, 1, 1685470043, 'index', 'login', 'access_id', '1', 1723694400),
38056(362, 1, 1685470044, 'index', 'login', 'access_id', '1', 1723694400),
38057(363, 1, 1685470045, 'index', 'login', 'access_id', '1', 1723694400),
38058(364, 1, 1685470199, 'index', 'login', 'access_id', '1', 1723694400),
38059(365, 1, 1685470274, 'index', 'login', 'access_id', '1', 1723694400),
38060(366, 1, 1685470288, 'index', 'login', 'access_id', '1', 1723694400),
38061(367, 1, 1685470292, 'index', 'login', 'access_id', '1', 1723694400),
38062(368, 1, 1685470320, 'index', 'login', 'access_id', '1', 1723694400),
38063(369, 1, 1685470320, 'index', 'login', 'access_id', '1', 1723694400),
38064(370, 1, 1685470324, 'index', 'login', 'access_id', '1', 1723694400),
38065(371, 1, 1685470327, 'index', 'login', 'access_id', '1', 1723694400),
38066(372, 1, 1685470328, 'index', 'login', 'access_id', '1', 1723694400),
38067(373, 1, 1685470330, 'index', 'login', 'access_id', '1', 1723694400),
38068(374, 1, 1685470331, 'index', 'login', 'access_id', '1', 1723694400),
38069(375, 1, 1685470335, 'index', 'login', 'access_id', '1', 1723694400),
38070(376, 1, 1685470339, 'index', 'login', 'access_id', '1', 1723694400),
38071(377, 1, 1685470341, 'index', 'login', 'access_id', '1', 1723694400),
38072(378, 1, 1685470354, 'index', 'login', 'access_id', '1', 1723694400),
38073(379, 1, 1685470355, 'index', 'login', 'access_id', '1', 1723694400),
38074(380, 1, 1685470355, 'index', 'login', 'access_id', '1', 1723694400),
38075(381, 1, 1685470357, 'index', 'login', 'access_id', '1', 1723694400),
38076(382, 1, 1685470474, 'index', 'login', 'access_id', '1', 1723694400),
38077(383, 1, 1685470480, 'index', 'login', 'access_id', '1', 1723694400),
38078(384, 1, 1685470625, 'index', 'login', 'access_id', '1', 1723694400),
38079(385, 1, 1685470625, 'index', 'login', 'access_id', '1', 1723694400),
38080(386, 1, 1685470640, 'index', 'login', 'access_id', '1', 1723694400),
38081(387, 1, 1685472578, 'index', 'login', 'access_id', '1', 1723694400),
38082(388, 1, 1685472589, 'index', 'login', 'access_id', '1', 1723694400),
38083(389, 2, 1685472592, 'index', 'login', 'access_id', '2', 1723694400),
38084(390, 2, 1685472592, 'index', 'login', 'access_id', '2', 1723694400),
38085(391, 1, 1685472592, 'users', 'login_as', 'proxy_id', '2', 1723694400),
38086(392, 2, 1685472593, 'index', 'login', 'access_id', '2', 1723694400),
38087(393, 2, 1685472593, 'index', 'login', 'access_id', '2', 1723694400),
38088(394, 2, 1685472594, 'index', 'login', 'access_id', '2', 1723694400),
38089(395, 2, 1685472594, 'index', 'login', 'access_id', '2', 1723694400),
38090(396, 2, 1685472595, 'index', 'login', 'access_id', '2', 1723694400),
38091(397, 2, 1685472596, 'index', 'login', 'access_id', '2', 1723694400),
38092(398, 2, 1685472596, 'index', 'login', 'access_id', '2', 1723694400),
38093(399, 2, 1685472597, 'index', 'login', 'access_id', '2', 1723694400),
38094(400, 2, 1685472603, 'index', 'login', 'access_id', '2', 1723694400),
38095(401, 2, 1685472604, 'index', 'login', 'access_id', '2', 1723694400),
38096(402, 2, 1685472605, 'index', 'login', 'access_id', '2', 1723694400),
38097(403, 2, 1685472607, 'index', 'login', 'access_id', '2', 1723694400),
38098(404, 2, 1685472607, 'index', 'login', 'access_id', '2', 1723694400),
38099(405, 2, 1685472611, 'index', 'login', 'access_id', '2', 1723694400),
38100(406, 2, 1685472613, 'index', 'login', 'access_id', '2', 1723694400),
38101(407, 2, 1685472620, 'index', 'login', 'access_id', '2', 1723694400),
38102(408, 2, 1685472620, 'index', 'login', 'access_id', '2', 1723694400),
38103(409, 2, 1685472621, 'index', 'login', 'access_id', '2', 1723694400),
38104(410, 2, 1685472642, 'index', 'login', 'access_id', '2', 1723694400),
38105(411, 2, 1685472692, 'index', 'login', 'access_id', '2', 1723694400),
38106(412, 2, 1685472700, 'index', 'logout', 'access_id', '2', 1723694400),
38107(413, 1, 1685472700, 'index', 'login', 'access_id', '1', 1723694400),
38108(414, 1, 1685472700, 'index', 'login', 'access_id', '1', 1723694400),
38109(415, 1, 1685472701, 'index', 'login', 'access_id', '1', 1723694400),
38110(416, 1, 1685472701, 'index', 'login', 'access_id', '1', 1723694400),
38111(417, 1, 1685472702, 'index', 'login', 'access_id', '1', 1723694400),
38112(418, 1, 1685472704, 'index', 'login', 'access_id', '1', 1723694400),
38113(419, 1, 1685472711, 'index', 'login', 'access_id', '1', 1723694400),
38114(420, 7, 1685472714, 'index', 'login', 'access_id', '8', 1723694400),
38115(421, 7, 1685472714, 'index', 'login', 'access_id', '8', 1723694400),
38116(422, 1, 1685472714, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38117(423, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400),
38118(424, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400),
38119(425, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400),
38120(426, 7, 1685472716, 'index', 'login', 'access_id', '8', 1723694400),
38121(427, 7, 1685472742, 'index', 'logout', 'access_id', '8', 1723694400),
38122(428, 1, 1685472742, 'index', 'login', 'access_id', '1', 1723694400),
38123(429, 1, 1685472743, 'index', 'login', 'access_id', '1', 1723694400),
38124(430, 1, 1685472743, 'index', 'login', 'access_id', '1', 1723694400),
38125(431, 1, 1685472744, 'index', 'login', 'access_id', '1', 1723694400),
38126(432, 1, 1685472744, 'index', 'login', 'access_id', '1', 1723694400),
38127(433, 1, 1685472747, 'index', 'login', 'access_id', '1', 1723694400),
38128(434, 1, 1685476364, 'index', 'logout', 'access_id', '1', 1723694400),
38129(435, 1, 1685476984, 'index', 'login', 'access_id', '1', 1723694400),
38130(436, 1, 1685476984, 'index', 'login', 'access_id', '1', 1723694400),
38131(437, 1, 1685476985, 'index', 'login', 'access_id', '1', 1723694400),
38132(438, 1, 1685476985, 'index', 'login', 'access_id', '1', 1723694400),
38133(439, 1, 1685476986, 'index', 'login', 'access_id', '1', 1723694400),
38134(440, 1, 1685476986, 'index', 'login', 'access_id', '1', 1723694400),
38135(441, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400),
38136(442, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400),
38137(443, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400),
38138(444, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400),
38139(445, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400),
38140(446, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400),
38141(447, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400),
38142(448, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400),
38143(449, 1, 1685538913, 'index', 'login', 'access_id', '1', 1723694400),
38144(450, 1, 1685538913, 'index', 'login', 'access_id', '1', 1723694400),
38145(451, 1, 1685539075, 'index', 'login', 'access_id', '1', 1723694400),
38146(452, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400),
38147(453, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400),
38148(454, 1, 1685539086, 'users', 'login_as', 'proxy_id', '6', 1723694400),
38149(455, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400),
38150(456, 6, 1685539087, 'index', 'login', 'access_id', '7', 1723694400),
38151(457, 6, 1685539087, 'index', 'login', 'access_id', '7', 1723694400),
38152(458, 6, 1685539088, 'index', 'login', 'access_id', '7', 1723694400),
38153(459, 6, 1685539098, 'index', 'login', 'access_id', '7', 1723694400),
38154(460, 6, 1685539102, 'index', 'login', 'access_id', '7', 1723694400),
38155(461, 6, 1685539186, 'index', 'logout', 'access_id', '7', 1723694400),
38156(462, 1, 1685539186, 'index', 'login', 'access_id', '1', 1723694400),
38157(463, 1, 1685539187, 'index', 'login', 'access_id', '1', 1723694400),
38158(464, 1, 1685539187, 'index', 'login', 'access_id', '1', 1723694400),
38159(465, 1, 1685539188, 'index', 'login', 'access_id', '1', 1723694400),
38160(466, 1, 1685539188, 'index', 'login', 'access_id', '1', 1723694400),
38161(467, 1, 1685539189, 'index', 'login', 'access_id', '1', 1723694400),
38162(468, 1, 1685539192, 'index', 'login', 'access_id', '1', 1723694400),
38163(469, 1, 1685539238, 'index', 'login', 'access_id', '1', 1723694400),
38164(470, 1, 1685539239, 'index', 'login', 'access_id', '1', 1723694400),
38165(471, 1, 1685539243, 'index', 'login', 'access_id', '1', 1723694400),
38166(472, 1, 1685539252, 'index', 'login', 'access_id', '1', 1723694400),
38167(473, 1, 1685539253, 'index', 'login', 'access_id', '1', 1723694400),
38168(474, 1, 1685539262, 'index', 'login', 'access_id', '1', 1723694400),
38169(475, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400),
38170(476, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400),
38171(477, 1, 1685539274, 'users', 'login_as', 'proxy_id', '4', 1723694400),
38172(478, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400),
38173(479, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400),
38174(480, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400),
38175(481, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400),
38176(482, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400),
38177(483, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400),
38178(484, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400),
38179(485, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400),
38180(486, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400),
38181(487, 4, 1685539277, 'index', 'login', 'access_id', '4', 1723694400),
38182(488, 4, 1685539294, 'index', 'login', 'access_id', '4', 1723694400),
38183(489, 4, 1685539294, 'index', 'login', 'access_id', '4', 1723694400),
38184(490, 4, 1685539309, 'index', 'login', 'access_id', '4', 1723694400),
38185(491, 4, 1685539316, 'index', 'login', 'access_id', '4', 1723694400),
38186(492, 4, 1685539316, 'index', 'login', 'access_id', '4', 1723694400),
38187(493, 4, 1685539319, 'index', 'login', 'access_id', '4', 1723694400),
38188(494, 4, 1685539319, 'index', 'login', 'access_id', '4', 1723694400),
38189(495, 4, 1685539320, 'index', 'login', 'access_id', '4', 1723694400),
38190(496, 4, 1685539323, 'index', 'login', 'access_id', '4', 1723694400),
38191(497, 4, 1685539333, 'index', 'login', 'access_id', '4', 1723694400),
38192(498, 4, 1685539335, 'index', 'login', 'access_id', '4', 1723694400),
38193(499, 4, 1685539336, 'index', 'login', 'access_id', '4', 1723694400),
38194(500, 4, 1685539338, 'index', 'login', 'access_id', '4', 1723694400),
38195(501, 4, 1685539377, 'index', 'logout', 'access_id', '4', 1723694400),
38196(502, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400),
38197(503, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400),
38198(504, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400),
38199(505, 1, 1685539379, 'index', 'login', 'access_id', '1', 1723694400),
38200(506, 1, 1685539379, 'index', 'login', 'access_id', '1', 1723694400),
38201(507, 1, 1685539380, 'index', 'login', 'access_id', '1', 1723694400),
38202(508, 1, 1685539388, 'index', 'login', 'access_id', '1', 1723694400),
38203(509, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400),
38204(510, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400),
38205(511, 1, 1685539390, 'users', 'login_as', 'proxy_id', '5', 1723694400),
38206(512, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400),
38207(513, 5, 1685539391, 'index', 'login', 'access_id', '5', 1723694400),
38208(514, 5, 1685539391, 'index', 'login', 'access_id', '5', 1723694400),
38209(515, 5, 1685539392, 'index', 'login', 'access_id', '5', 1723694400),
38210(516, 5, 1685539444, 'index', 'logout', 'access_id', '5', 1723694400),
38211(517, 1, 1685539444, 'index', 'login', 'access_id', '1', 1723694400),
38212(518, 1, 1685539444, 'index', 'login', 'access_id', '1', 1723694400),
38213(519, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400),
38214(520, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400),
38215(521, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400),
38216(522, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400),
38217(523, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400),
38218(524, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400),
38219(525, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400),
38220(526, 1, 1685539451, 'index', 'login', 'access_id', '1', 1723694400),
38221(527, 1, 1685539454, 'index', 'login', 'access_id', '1', 1723694400),
38222(528, 1, 1685540571, 'index', 'login', 'access_id', '1', 1723694400),
38223(529, 1, 1685540571, 'index', 'login', 'access_id', '1', 1723694400),
38224(530, 1, 1685540577, 'index', 'login', 'access_id', '1', 1723694400),
38225(531, 1, 1685540581, 'index', 'login', 'access_id', '1', 1723694400),
38226(532, 1, 1685540606, 'index', 'login', 'access_id', '1', 1723694400),
38227(533, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400),
38228(534, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400),
38229(535, 1, 1685540611, 'users', 'login_as', 'proxy_id', '4', 1723694400),
38230(536, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400),
38231(537, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400),
38232(538, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400),
38233(539, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400),
38234(540, 4, 1685540613, 'index', 'login', 'access_id', '4', 1723694400),
38235(541, 4, 1685540613, 'index', 'login', 'access_id', '4', 1723694400),
38236(542, 4, 1685540617, 'index', 'login', 'access_id', '4', 1723694400),
38237(543, 4, 1685540618, 'index', 'login', 'access_id', '4', 1723694400),
38238(544, 4, 1685540619, 'index', 'login', 'access_id', '4', 1723694400),
38239(545, 4, 1685540622, 'index', 'login', 'access_id', '4', 1723694400),
38240(546, 4, 1685540629, 'index', 'login', 'access_id', '4', 1723694400),
38241(547, 4, 1685540648, 'index', 'logout', 'access_id', '4', 1723694400),
38242(548, 1, 1685540648, 'index', 'login', 'access_id', '1', 1723694400),
38243(549, 1, 1685540649, 'index', 'login', 'access_id', '1', 1723694400),
38244(550, 1, 1685540649, 'index', 'login', 'access_id', '1', 1723694400),
38245(551, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38246(552, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38247(553, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38248(554, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38249(555, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38250(556, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400),
38251(557, 1, 1685540732, 'index', 'login', 'access_id', '1', 1723694400),
38252(558, 7, 1685540741, 'index', 'login', 'access_id', '8', 1723694400),
38253(559, 7, 1685540741, 'index', 'login', 'access_id', '8', 1723694400),
38254(560, 1, 1685540741, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38255(561, 7, 1685540742, 'index', 'login', 'access_id', '8', 1723694400),
38256(562, 7, 1685540742, 'index', 'login', 'access_id', '8', 1723694400),
38257(563, 7, 1685540743, 'index', 'login', 'access_id', '8', 1723694400),
38258(564, 7, 1685540743, 'index', 'login', 'access_id', '8', 1723694400),
38259(565, 7, 1685540784, 'index', 'logout', 'access_id', '8', 1723694400),
38260(566, 1, 1685540784, 'index', 'login', 'access_id', '1', 1723694400),
38261(567, 1, 1685540784, 'index', 'login', 'access_id', '1', 1723694400),
38262(568, 1, 1685540785, 'index', 'login', 'access_id', '1', 1723694400),
38263(569, 1, 1685540785, 'index', 'login', 'access_id', '1', 1723694400),
38264(570, 1, 1685540786, 'index', 'login', 'access_id', '1', 1723694400),
38265(571, 1, 1685540786, 'index', 'login', 'access_id', '1', 1723694400),
38266(572, 1, 1685541539, 'index', 'login', 'access_id', '1', 1723694400),
38267(573, 1, 1685541541, 'index', 'login', 'access_id', '1', 1723694400),
38268(574, 1, 1685541544, 'index', 'login', 'access_id', '1', 1723694400),
38269(575, 1, 1685541544, 'index', 'login', 'access_id', '1', 1723694400),
38270(576, 1, 1685541546, 'index', 'login', 'access_id', '1', 1723694400),
38271(577, 1, 1685541549, 'index', 'login', 'access_id', '1', 1723694400),
38272(578, 1, 1685541551, 'index', 'login', 'access_id', '1', 1723694400),
38273(579, 1, 1685541589, 'index', 'login', 'access_id', '1', 1723694400),
38274(580, 1, 1685541589, 'index', 'login', 'access_id', '1', 1723694400),
38275(581, 1, 1685541593, 'index', 'login', 'access_id', '1', 1723694400),
38276(582, 1, 1685541595, 'index', 'login', 'access_id', '1', 1723694400),
38277(583, 1, 1685541596, 'index', 'login', 'access_id', '1', 1723694400),
38278(584, 1, 1685541598, 'index', 'login', 'access_id', '1', 1723694400),
38279(585, 1, 1685541601, 'index', 'login', 'access_id', '1', 1723694400),
38280(586, 1, 1685541603, 'index', 'login', 'access_id', '1', 1723694400),
38281(587, 1, 1685541610, 'index', 'login', 'access_id', '1', 1723694400),
38282(588, 1, 1685541611, 'index', 'login', 'access_id', '1', 1723694400),
38283(589, 1, 1685541613, 'index', 'login', 'access_id', '1', 1723694400),
38284(590, 1, 1685541638, 'index', 'login', 'access_id', '1', 1723694400),
38285(591, 1, 1685541640, 'index', 'login', 'access_id', '1', 1723694400),
38286(592, 1, 1685541682, 'index', 'login', 'access_id', '1', 1723694400),
38287(593, 1, 1685542324, 'index', 'login', 'access_id', '1', 1723694400),
38288(594, 1, 1685542331, 'index', 'login', 'access_id', '1', 1723694400),
38289(595, 1, 1685542336, 'index', 'login', 'access_id', '1', 1723694400),
38290(596, 1, 1685542365, 'index', 'login', 'access_id', '1', 1723694400),
38291(597, 1, 1685542367, 'index', 'login', 'access_id', '1', 1723694400),
38292(598, 1, 1685542405, 'index', 'login', 'access_id', '1', 1723694400),
38293(599, 1, 1685542420, 'index', 'login', 'access_id', '1', 1723694400),
38294(600, 1, 1685542429, 'index', 'login', 'access_id', '1', 1723694400),
38295(601, 1, 1685542497, 'index', 'login', 'access_id', '1', 1723694400),
38296(602, 1, 1685542501, 'index', 'login', 'access_id', '1', 1723694400),
38297(603, 1, 1685542554, 'index', 'login', 'access_id', '1', 1723694400),
38298(604, 1, 1685542556, 'index', 'login', 'access_id', '1', 1723694400),
38299(605, 1, 1685542613, 'index', 'login', 'access_id', '1', 1723694400),
38300(606, 1, 1685542635, 'index', 'login', 'access_id', '1', 1723694400),
38301(607, 1, 1685542688, 'index', 'login', 'access_id', '1', 1723694400),
38302(608, 1, 1685542692, 'index', 'login', 'access_id', '1', 1723694400),
38303(609, 1, 1685542705, 'index', 'login', 'access_id', '1', 1723694400),
38304(610, 1, 1685542705, 'index', 'login', 'access_id', '1', 1723694400),
38305(611, 1, 1685542713, 'index', 'login', 'access_id', '1', 1723694400),
38306(612, 1, 1685542715, 'index', 'login', 'access_id', '1', 1723694400),
38307(613, 1, 1685542715, 'index', 'login', 'access_id', '1', 1723694400),
38308(614, 1, 1685542717, 'index', 'login', 'access_id', '1', 1723694400),
38309(615, 1, 1685542718, 'index', 'login', 'access_id', '1', 1723694400),
38310(616, 1, 1685542720, 'index', 'login', 'access_id', '1', 1723694400),
38311(617, 1, 1685542724, 'index', 'login', 'access_id', '1', 1723694400),
38312(618, 1, 1685542728, 'index', 'login', 'access_id', '1', 1723694400),
38313(619, 1, 1685542730, 'index', 'login', 'access_id', '1', 1723694400),
38314(620, 1, 1685542731, 'index', 'login', 'access_id', '1', 1723694400),
38315(621, 1, 1685542733, 'index', 'login', 'access_id', '1', 1723694400),
38316(622, 1, 1685542735, 'index', 'login', 'access_id', '1', 1723694400),
38317(623, 1, 1685542737, 'index', 'login', 'access_id', '1', 1723694400),
38318(624, 1, 1685542739, 'index', 'login', 'access_id', '1', 1723694400),
38319(625, 1, 1685542742, 'index', 'login', 'access_id', '1', 1723694400),
38320(626, 1, 1685542765, 'index', 'login', 'access_id', '1', 1723694400),
38321(627, 1, 1685542767, 'index', 'login', 'access_id', '1', 1723694400),
38322(628, 1, 1685542770, 'index', 'login', 'access_id', '1', 1723694400),
38323(629, 1, 1685542774, 'index', 'login', 'access_id', '1', 1723694400),
38324(630, 1, 1685542782, 'index', 'login', 'access_id', '1', 1723694400),
38325(631, 1, 1685542784, 'index', 'login', 'access_id', '1', 1723694400),
38326(632, 1, 1685542786, 'index', 'login', 'access_id', '1', 1723694400),
38327(633, 1, 1685542793, 'index', 'login', 'access_id', '1', 1723694400),
38328(634, 1, 1685542800, 'index', 'login', 'access_id', '1', 1723694400),
38329(635, 1, 1685542809, 'index', 'login', 'access_id', '1', 1723694400),
38330(636, 1, 1685542823, 'index', 'login', 'access_id', '1', 1723694400),
38331(637, 1, 1685542825, 'index', 'login', 'access_id', '1', 1723694400),
38332(638, 1, 1685542826, 'index', 'login', 'access_id', '1', 1723694400),
38333(639, 1, 1685542828, 'index', 'login', 'access_id', '1', 1723694400),
38334(640, 1, 1685542839, 'index', 'login', 'access_id', '1', 1723694400),
38335(641, 1, 1685542841, 'index', 'login', 'access_id', '1', 1723694400),
38336(642, 1, 1685542847, 'index', 'login', 'access_id', '1', 1723694400),
38337(643, 1, 1685542850, 'index', 'login', 'access_id', '1', 1723694400),
38338(644, 1, 1685542852, 'index', 'login', 'access_id', '1', 1723694400),
38339(645, 1, 1685542853, 'index', 'login', 'access_id', '1', 1723694400),
38340(646, 1, 1685542857, 'index', 'login', 'access_id', '1', 1723694400),
38341(647, 1, 1685542912, 'index', 'login', 'access_id', '1', 1723694400),
38342(648, 1, 1685542914, 'index', 'login', 'access_id', '1', 1723694400),
38343(649, 1, 1685542916, 'index', 'login', 'access_id', '1', 1723694400),
38344(650, 1, 1685542923, 'index', 'login', 'access_id', '1', 1723694400),
38345(651, 1, 1685542925, 'index', 'login', 'access_id', '1', 1723694400),
38346(652, 1, 1685542939, 'index', 'login', 'access_id', '1', 1723694400),
38347(653, 1, 1685542943, 'index', 'login', 'access_id', '1', 1723694400),
38348(654, 1, 1685542947, 'index', 'login', 'access_id', '1', 1723694400),
38349(655, 1, 1685543018, 'index', 'login', 'access_id', '1', 1723694400),
38350(656, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400),
38351(657, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400),
38352(658, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400),
38353(659, 1, 1685543033, 'index', 'login', 'access_id', '1', 1723694400),
38354(660, 1, 1685543033, 'index', 'login', 'access_id', '1', 1723694400),
38355(661, 1, 1685543038, 'index', 'login', 'access_id', '1', 1723694400),
38356(662, 1, 1685543042, 'index', 'login', 'access_id', '1', 1723694400),
38357(663, 1, 1685543046, 'index', 'login', 'access_id', '1', 1723694400),
38358(664, 1, 1685543048, 'index', 'login', 'access_id', '1', 1723694400),
38359(665, 1, 1685543115, 'index', 'login', 'access_id', '1', 1723694400),
38360(666, 1, 1685543327, 'index', 'login', 'access_id', '1', 1723694400),
38361(667, 1, 1685543339, 'index', 'login', 'access_id', '1', 1723694400),
38362(668, 1, 1685543340, 'index', 'login', 'access_id', '1', 1723694400),
38363(669, 1, 1685543344, 'index', 'login', 'access_id', '1', 1723694400),
38364(670, 1, 1685543346, 'index', 'login', 'access_id', '1', 1723694400),
38365(671, 1, 1685543347, 'index', 'login', 'access_id', '1', 1723694400),
38366(672, 1, 1685543349, 'index', 'login', 'access_id', '1', 1723694400),
38367(673, 1, 1685543351, 'index', 'login', 'access_id', '1', 1723694400),
38368(674, 1, 1685543354, 'index', 'login', 'access_id', '1', 1723694400),
38369(675, 1, 1685543356, 'index', 'login', 'access_id', '1', 1723694400),
38370(676, 1, 1685543405, 'index', 'login', 'access_id', '1', 1723694400),
38371(677, 1, 1685543411, 'index', 'login', 'access_id', '1', 1723694400),
38372(678, 1, 1685543415, 'index', 'login', 'access_id', '1', 1723694400),
38373(679, 1, 1685543416, 'index', 'login', 'access_id', '1', 1723694400),
38374(680, 1, 1685543416, 'index', 'login', 'access_id', '1', 1723694400),
38375(681, 1, 1685543418, 'index', 'login', 'access_id', '1', 1723694400),
38376(682, 1, 1685543464, 'index', 'login', 'access_id', '1', 1723694400),
38377(683, 1, 1685543469, 'index', 'login', 'access_id', '1', 1723694400),
38378(684, 1, 1685543585, 'index', 'login', 'access_id', '1', 1723694400),
38379(685, 4, 1685543591, 'index', 'login', 'access_id', '4', 1723694400),
38380(686, 4, 1685543591, 'index', 'login', 'access_id', '4', 1723694400),
38381(687, 1, 1685543591, 'users', 'login_as', 'proxy_id', '4', 1723694400),
38382(688, 4, 1685543592, 'index', 'login', 'access_id', '4', 1723694400),
38383(689, 4, 1685543592, 'index', 'login', 'access_id', '4', 1723694400),
38384(690, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400),
38385(691, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400),
38386(692, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400),
38387(693, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400),
38388(694, 4, 1685543594, 'index', 'login', 'access_id', '4', 1723694400),
38389(695, 4, 1685543594, 'index', 'login', 'access_id', '4', 1723694400),
38390(696, 4, 1685543601, 'index', 'login', 'access_id', '4', 1723694400),
38391(697, 4, 1685543601, 'index', 'login', 'access_id', '4', 1723694400),
38392(698, 4, 1685543602, 'index', 'login', 'access_id', '4', 1723694400),
38393(699, 4, 1685543607, 'index', 'login', 'access_id', '4', 1723694400),
38394(700, 4, 1685543621, 'index', 'login', 'access_id', '4', 1723694400),
38395(701, 4, 1685543637, 'index', 'login', 'access_id', '4', 1723694400),
38396(702, 4, 1685543665, 'courses', 'view', 'course_id', '16', 1723694400),
38397(703, 4, 1685543679, 'courses', 'view', 'course_id', '16', 1723694400),
38398(704, 4, 1685543684, 'index', 'login', 'access_id', '4', 1723694400),
38399(705, 4, 1685543685, 'index', 'login', 'access_id', '4', 1723694400),
38400(706, 4, 1685543685, 'index', 'login', 'access_id', '4', 1723694400),
38401(707, 4, 1685543686, 'index', 'login', 'access_id', '4', 1723694400),
38402(708, 4, 1685543687, 'index', 'login', 'access_id', '4', 1723694400),
38403(709, 4, 1685543690, 'index', 'login', 'access_id', '4', 1723694400),
38404(710, 4, 1685543691, 'index', 'login', 'access_id', '4', 1723694400),
38405(711, 4, 1685543692, 'index', 'login', 'access_id', '4', 1723694400),
38406(712, 4, 1685543705, 'index', 'login', 'access_id', '4', 1723694400),
38407(713, 4, 1685543716, 'index', 'login', 'access_id', '4', 1723694400),
38408(714, 4, 1685543721, 'index', 'login', 'access_id', '4', 1723694400),
38409(715, 4, 1685543722, 'index', 'login', 'access_id', '4', 1723694400),
38410(716, 4, 1685543762, 'index', 'login', 'access_id', '4', 1723694400),
38411(717, 4, 1685543762, 'index', 'login', 'access_id', '4', 1723694400),
38412(718, 4, 1685543764, 'index', 'login', 'access_id', '4', 1723694400),
38413(719, 4, 1685543766, 'index', 'login', 'access_id', '4', 1723694400),
38414(720, 4, 1685543768, 'index', 'login', 'access_id', '4', 1723694400),
38415(721, 4, 1685543788, 'index', 'login', 'access_id', '4', 1723694400),
38416(722, 4, 1685543789, 'index', 'login', 'access_id', '4', 1723694400),
38417(723, 4, 1685543789, 'index', 'login', 'access_id', '4', 1723694400),
38418(724, 4, 1685543790, 'index', 'login', 'access_id', '4', 1723694400),
38419(725, 4, 1685543795, 'index', 'login', 'access_id', '4', 1723694400),
38420(726, 4, 1685543796, 'index', 'login', 'access_id', '4', 1723694400),
38421(727, 4, 1685543798, 'index', 'login', 'access_id', '4', 1723694400),
38422(728, 4, 1685543818, 'index', 'login', 'access_id', '4', 1723694400),
38423(729, 4, 1685543832, 'index', 'login', 'access_id', '4', 1723694400),
38424(730, 4, 1685543832, 'index', 'login', 'access_id', '4', 1723694400),
38425(731, 4, 1685543834, 'index', 'login', 'access_id', '4', 1723694400),
38426(732, 4, 1685543839, 'index', 'login', 'access_id', '4', 1723694400),
38427(733, 4, 1685543841, 'index', 'login', 'access_id', '4', 1723694400),
38428(734, 4, 1685543862, 'index', 'logout', 'access_id', '4', 1723694400);
38429INSERT INTO `statistics` (`statistic_id`, `proxy_id`, `timestamp`, `module`, `action`, `action_field`, `action_value`, `prune_after`) VALUES
38430(735, 1, 1685543862, 'index', 'login', 'access_id', '1', 1723694400),
38431(736, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400),
38432(737, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400),
38433(738, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400),
38434(739, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400),
38435(740, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400),
38436(741, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400),
38437(742, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400),
38438(743, 1, 1685543865, 'index', 'login', 'access_id', '1', 1723694400),
38439(744, 1, 1685543867, 'index', 'login', 'access_id', '1', 1723694400),
38440(745, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400),
38441(746, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400),
38442(747, 1, 1685543883, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38443(748, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400),
38444(749, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400),
38445(750, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400),
38446(751, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400),
38447(752, 7, 1685543885, 'index', 'login', 'access_id', '8', 1723694400),
38448(753, 7, 1685543885, 'index', 'login', 'access_id', '8', 1723694400),
38449(754, 7, 1685543965, 'index', 'logout', 'access_id', '8', 1723694400),
38450(755, 1, 1685543965, 'index', 'login', 'access_id', '1', 1723694400),
38451(756, 1, 1685543966, 'index', 'login', 'access_id', '1', 1723694400),
38452(757, 1, 1685543966, 'index', 'login', 'access_id', '1', 1723694400),
38453(758, 1, 1685543967, 'index', 'login', 'access_id', '1', 1723694400),
38454(759, 1, 1685543967, 'index', 'login', 'access_id', '1', 1723694400),
38455(760, 1, 1685543969, 'index', 'login', 'access_id', '1', 1723694400),
38456(761, 9, 1685544015, 'index', 'login', 'access_id', '10', 1723694400),
38457(762, 9, 1685544015, 'index', 'login', 'access_id', '10', 1723694400),
38458(763, 1, 1685544015, 'users', 'login_as', 'proxy_id', '9', 1723694400),
38459(764, 9, 1685544016, 'index', 'login', 'access_id', '10', 1723694400),
38460(765, 9, 1685544016, 'index', 'login', 'access_id', '10', 1723694400),
38461(766, 9, 1685544017, 'index', 'login', 'access_id', '10', 1723694400),
38462(767, 9, 1685544017, 'index', 'login', 'access_id', '10', 1723694400),
38463(768, 9, 1685544081, 'index', 'logout', 'access_id', '10', 1723694400),
38464(769, 1, 1685544081, 'index', 'login', 'access_id', '1', 1723694400),
38465(770, 1, 1685544081, 'index', 'login', 'access_id', '1', 1723694400),
38466(771, 1, 1685544082, 'index', 'login', 'access_id', '1', 1723694400),
38467(772, 1, 1685544082, 'index', 'login', 'access_id', '1', 1723694400),
38468(773, 1, 1685544083, 'index', 'login', 'access_id', '1', 1723694400),
38469(774, 1, 1685544085, 'index', 'login', 'access_id', '1', 1723694400),
38470(775, 1, 1685544184, 'index', 'login', 'access_id', '1', 1723694400),
38471(776, 1, 1685544193, 'index', 'logout', 'access_id', '1', 1723694400),
38472(777, 1, 1685544201, 'index', 'login', 'access_id', '1', 1723694400),
38473(778, 1, 1685544201, 'index', 'login', 'access_id', '1', 1723694400),
38474(779, 1, 1685544205, 'index', 'login', 'access_id', '1', 1723694400),
38475(780, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400),
38476(781, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400),
38477(782, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400),
38478(783, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400),
38479(784, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400),
38480(785, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38481(786, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38482(787, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38483(788, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38484(789, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38485(790, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400),
38486(791, 1, 1685544215, 'index', 'login', 'access_id', '1', 1723694400),
38487(792, 6, 1685544221, 'index', 'login', 'access_id', '7', 1723694400),
38488(793, 6, 1685544221, 'index', 'login', 'access_id', '7', 1723694400),
38489(794, 1, 1685544221, 'users', 'login_as', 'proxy_id', '6', 1723694400),
38490(795, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400),
38491(796, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400),
38492(797, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400),
38493(798, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38494(799, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38495(800, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38496(801, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38497(802, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38498(803, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400),
38499(804, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400),
38500(805, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400),
38501(806, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400),
38502(807, 6, 1685544246, 'index', 'logout', 'access_id', '7', 1723694400),
38503(808, 1, 1685544246, 'index', 'login', 'access_id', '1', 1723694400),
38504(809, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400),
38505(810, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400),
38506(811, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400),
38507(812, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400),
38508(813, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400),
38509(814, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400),
38510(815, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400),
38511(816, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400),
38512(817, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400),
38513(818, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400),
38514(819, 1, 1685544249, 'index', 'login', 'access_id', '1', 1723694400),
38515(820, 1, 1685544249, 'index', 'login', 'access_id', '1', 1723694400),
38516(821, 1, 1685544395, 'index', 'login', 'access_id', '1', 1723694400),
38517(822, 1, 1685544399, 'index', 'login', 'access_id', '1', 1723694400),
38518(823, 1, 1685544418, 'index', 'login', 'access_id', '1', 1723694400),
38519(824, 1, 1685544484, 'index', 'login', 'access_id', '1', 1723694400),
38520(825, 1, 1685544493, 'index', 'login', 'access_id', '1', 1723694400),
38521(826, 1, 1685544500, 'index', 'login', 'access_id', '1', 1723694400),
38522(827, 1, 1685544500, 'index', 'login', 'access_id', '1', 1723694400),
38523(828, 1, 1685544506, 'index', 'login', 'access_id', '1', 1723694400),
38524(829, 1, 1685544508, 'index', 'login', 'access_id', '1', 1723694400),
38525(830, 1, 1685544510, 'index', 'login', 'access_id', '1', 1723694400),
38526(831, 1, 1685544512, 'index', 'login', 'access_id', '1', 1723694400),
38527(832, 1, 1685544514, 'index', 'login', 'access_id', '1', 1723694400),
38528(833, 1, 1685544515, 'index', 'login', 'access_id', '1', 1723694400),
38529(834, 1, 1685544515, 'index', 'login', 'access_id', '1', 1723694400),
38530(835, 1, 1685544517, 'index', 'login', 'access_id', '1', 1723694400),
38531(836, 1, 1685544572, 'index', 'login', 'access_id', '1', 1723694400),
38532(837, 1, 1685544577, 'index', 'login', 'access_id', '1', 1723694400),
38533(838, 1, 1685544586, 'index', 'login', 'access_id', '1', 1723694400),
38534(839, 7, 1685544591, 'index', 'login', 'access_id', '8', 1723694400),
38535(840, 7, 1685544591, 'index', 'login', 'access_id', '8', 1723694400),
38536(841, 1, 1685544591, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38537(842, 7, 1685544592, 'index', 'login', 'access_id', '8', 1723694400),
38538(843, 7, 1685544592, 'index', 'login', 'access_id', '8', 1723694400),
38539(844, 7, 1685544593, 'index', 'login', 'access_id', '8', 1723694400),
38540(845, 7, 1685544593, 'index', 'login', 'access_id', '8', 1723694400),
38541(846, 7, 1685544604, 'index', 'login', 'access_id', '8', 1723694400),
38542(847, 7, 1685544615, 'index', 'login', 'access_id', '8', 1723694400),
38543(848, 7, 1685544656, 'index', 'logout', 'access_id', '8', 1723694400),
38544(849, 1, 1685544656, 'index', 'login', 'access_id', '1', 1723694400),
38545(850, 1, 1685544656, 'index', 'login', 'access_id', '1', 1723694400),
38546(851, 1, 1685544657, 'index', 'login', 'access_id', '1', 1723694400),
38547(852, 1, 1685544657, 'index', 'login', 'access_id', '1', 1723694400),
38548(853, 1, 1685544658, 'index', 'login', 'access_id', '1', 1723694400),
38549(854, 1, 1685544658, 'index', 'login', 'access_id', '1', 1723694400),
38550(855, 1, 1685544659, 'index', 'login', 'access_id', '1', 1723694400),
38551(856, 1, 1685544660, 'index', 'login', 'access_id', '1', 1723694400),
38552(857, 6, 1685544665, 'index', 'login', 'access_id', '7', 1723694400),
38553(858, 6, 1685544665, 'index', 'login', 'access_id', '7', 1723694400),
38554(859, 1, 1685544665, 'users', 'login_as', 'proxy_id', '6', 1723694400),
38555(860, 6, 1685544666, 'index', 'login', 'access_id', '7', 1723694400),
38556(861, 6, 1685544666, 'index', 'login', 'access_id', '7', 1723694400),
38557(862, 6, 1685544667, 'index', 'login', 'access_id', '7', 1723694400),
38558(863, 6, 1685544667, 'index', 'login', 'access_id', '7', 1723694400),
38559(864, 6, 1685544668, 'index', 'login', 'access_id', '7', 1723694400),
38560(865, 6, 1685544668, 'index', 'login', 'access_id', '7', 1723694400),
38561(866, 6, 1685544674, 'index', 'login', 'access_id', '7', 1723694400),
38562(867, 6, 1685544683, 'index', 'login', 'access_id', '7', 1723694400),
38563(868, 6, 1685544718, 'index', 'logout', 'access_id', '7', 1723694400),
38564(869, 1, 1685544718, 'index', 'login', 'access_id', '1', 1723694400),
38565(870, 1, 1685544718, 'index', 'login', 'access_id', '1', 1723694400),
38566(871, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38567(872, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38568(873, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38569(874, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38570(875, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38571(876, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400),
38572(877, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400),
38573(878, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400),
38574(879, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400),
38575(880, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400),
38576(881, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400),
38577(882, 1, 1685544778, 'index', 'login', 'access_id', '1', 1723694400),
38578(883, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400),
38579(884, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400),
38580(885, 1, 1685544784, 'users', 'login_as', 'proxy_id', '4', 1723694400),
38581(886, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400),
38582(887, 4, 1685544785, 'index', 'login', 'access_id', '4', 1723694400),
38583(888, 4, 1685544785, 'index', 'login', 'access_id', '4', 1723694400),
38584(889, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400),
38585(890, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400),
38586(891, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400),
38587(892, 4, 1685544787, 'index', 'login', 'access_id', '4', 1723694400),
38588(893, 4, 1685544787, 'index', 'login', 'access_id', '4', 1723694400),
38589(894, 4, 1685544788, 'index', 'login', 'access_id', '4', 1723694400),
38590(895, 4, 1685544789, 'index', 'login', 'access_id', '4', 1723694400),
38591(896, 4, 1685544804, 'index', 'login', 'access_id', '4', 1723694400),
38592(897, 4, 1685544806, 'index', 'login', 'access_id', '4', 1723694400),
38593(898, 4, 1685544807, 'index', 'login', 'access_id', '4', 1723694400),
38594(899, 4, 1685544812, 'index', 'login', 'access_id', '4', 1723694400),
38595(900, 4, 1685544812, 'index', 'login', 'access_id', '4', 1723694400),
38596(901, 4, 1685544822, 'index', 'login', 'access_id', '4', 1723694400),
38597(902, 4, 1685544822, 'index', 'login', 'access_id', '4', 1723694400),
38598(903, 4, 1685544833, 'index', 'logout', 'access_id', '4', 1723694400),
38599(904, 1, 1685544833, 'index', 'login', 'access_id', '1', 1723694400),
38600(905, 1, 1685544833, 'index', 'login', 'access_id', '1', 1723694400),
38601(906, 1, 1685544834, 'index', 'login', 'access_id', '1', 1723694400),
38602(907, 1, 1685544834, 'index', 'login', 'access_id', '1', 1723694400),
38603(908, 1, 1685544835, 'index', 'login', 'access_id', '1', 1723694400),
38604(909, 1, 1685544835, 'index', 'login', 'access_id', '1', 1723694400),
38605(910, 1, 1685544836, 'index', 'login', 'access_id', '1', 1723694400),
38606(911, 1, 1685544837, 'index', 'login', 'access_id', '1', 1723694400),
38607(912, 1, 1685544958, 'index', 'login', 'access_id', '1', 1723694400),
38608(913, 1, 1685544959, 'index', 'login', 'access_id', '1', 1723694400),
38609(914, 1, 1685544967, 'index', 'login', 'access_id', '1', 1723694400),
38610(915, 1, 1685545100, 'index', 'login', 'access_id', '1', 1723694400),
38611(916, 1, 1685545100, 'index', 'login', 'access_id', '1', 1723694400),
38612(917, 1, 1685545111, 'index', 'login', 'access_id', '1', 1723694400),
38613(918, 1, 1685545289, 'index', 'login', 'access_id', '1', 1723694400),
38614(919, 1, 1685545290, 'index', 'login', 'access_id', '1', 1723694400),
38615(920, 1, 1685545296, 'index', 'login', 'access_id', '1', 1723694400),
38616(921, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400),
38617(922, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400),
38618(923, 1, 1685545316, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38619(924, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400),
38620(925, 7, 1685545317, 'index', 'login', 'access_id', '8', 1723694400),
38621(926, 7, 1685545317, 'index', 'login', 'access_id', '8', 1723694400),
38622(927, 7, 1685545318, 'index', 'login', 'access_id', '8', 1723694400),
38623(928, 7, 1685545468, 'index', 'login', 'access_id', '8', 1723694400),
38624(929, 7, 1685545468, 'index', 'login', 'access_id', '8', 1723694400),
38625(930, 7, 1685545478, 'index', 'login', 'access_id', '8', 1723694400),
38626(931, 7, 1685545486, 'index', 'login', 'access_id', '8', 1723694400),
38627(932, 7, 1685545501, 'index', 'login', 'access_id', '8', 1723694400),
38628(933, 7, 1685545505, 'index', 'login', 'access_id', '8', 1723694400),
38629(934, 7, 1685545520, 'index', 'login', 'access_id', '8', 1723694400),
38630(935, 7, 1685545552, 'index', 'logout', 'access_id', '8', 1723694400),
38631(936, 1, 1685545552, 'index', 'login', 'access_id', '1', 1723694400),
38632(937, 1, 1685545552, 'index', 'login', 'access_id', '1', 1723694400),
38633(938, 1, 1685545553, 'index', 'login', 'access_id', '1', 1723694400),
38634(939, 1, 1685545553, 'index', 'login', 'access_id', '1', 1723694400),
38635(940, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400),
38636(941, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400),
38637(942, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400),
38638(943, 1, 1685545556, 'index', 'login', 'access_id', '1', 1723694400),
38639(944, 1, 1685545580, 'index', 'login', 'access_id', '1', 1723694400),
38640(945, 1, 1685545581, 'index', 'login', 'access_id', '1', 1723694400),
38641(946, 7, 1685545615, 'index', 'login', 'access_id', '8', 1723694400),
38642(947, 7, 1685545615, 'index', 'login', 'access_id', '8', 1723694400),
38643(948, 1, 1685545615, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38644(949, 7, 1685545616, 'index', 'login', 'access_id', '8', 1723694400),
38645(950, 7, 1685545616, 'index', 'login', 'access_id', '8', 1723694400),
38646(951, 7, 1685545617, 'index', 'login', 'access_id', '8', 1723694400),
38647(952, 7, 1685545617, 'index', 'login', 'access_id', '8', 1723694400),
38648(953, 7, 1685549224, 'index', 'logout', 'access_id', '8', 1723694400),
38649(954, 1, 1685549224, 'index', 'login', 'access_id', '1', 1723694400),
38650(955, 1, 1685549224, 'index', 'login', 'access_id', '1', 1723694400),
38651(956, 1, 1685549225, 'index', 'login', 'access_id', '1', 1723694400),
38652(957, 1, 1685549225, 'index', 'login', 'access_id', '1', 1723694400),
38653(958, 1, 1685549226, 'index', 'login', 'access_id', '1', 1723694400),
38654(959, 1, 1685549228, 'index', 'login', 'access_id', '1', 1723694400),
38655(960, 1, 1685549259, 'index', 'login', 'access_id', '1', 1723694400),
38656(961, 1, 1685549259, 'index', 'login', 'access_id', '1', 1723694400),
38657(962, 1, 1685549267, 'index', 'login', 'access_id', '1', 1723694400),
38658(963, 1, 1685549271, 'index', 'login', 'access_id', '1', 1723694400),
38659(964, 1, 1685549273, 'index', 'login', 'access_id', '1', 1723694400),
38660(965, 1, 1685549278, 'index', 'login', 'access_id', '1', 1723694400),
38661(966, 1, 1685549279, 'index', 'login', 'access_id', '1', 1723694400),
38662(967, 1, 1685549285, 'index', 'login', 'access_id', '1', 1723694400),
38663(968, 1, 1685549317, 'index', 'login', 'access_id', '1', 1723694400),
38664(969, 1, 1685549318, 'index', 'login', 'access_id', '1', 1723694400),
38665(970, 1, 1685549323, 'index', 'login', 'access_id', '1', 1723694400),
38666(971, 7, 1685549329, 'index', 'login', 'access_id', '8', 1723694400),
38667(972, 7, 1685549329, 'index', 'login', 'access_id', '8', 1723694400),
38668(973, 1, 1685549329, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38669(974, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400),
38670(975, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400),
38671(976, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400),
38672(977, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400),
38673(978, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400),
38674(979, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400),
38675(980, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400),
38676(981, 7, 1685549332, 'index', 'login', 'access_id', '8', 1723694400),
38677(982, 7, 1685553145, 'index', 'logout', 'access_id', '8', 1723694400),
38678(983, 1, 1685553145, 'index', 'login', 'access_id', '1', 1723694400),
38679(984, 1, 1685553146, 'index', 'login', 'access_id', '1', 1723694400),
38680(985, 1, 1685553146, 'index', 'login', 'access_id', '1', 1723694400),
38681(986, 1, 1685553147, 'index', 'login', 'access_id', '1', 1723694400),
38682(987, 1, 1685553147, 'index', 'login', 'access_id', '1', 1723694400),
38683(988, 1, 1685553150, 'index', 'login', 'access_id', '1', 1723694400),
38684(989, 1, 1685556692, 'index', 'login', 'access_id', '1', 1723694400),
38685(990, 7, 1685556696, 'index', 'login', 'access_id', '8', 1723694400),
38686(991, 7, 1685556696, 'index', 'login', 'access_id', '8', 1723694400),
38687(992, 1, 1685556696, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38688(993, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400),
38689(994, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400),
38690(995, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400),
38691(996, 7, 1685556698, 'index', 'login', 'access_id', '8', 1723694400),
38692(997, 7, 1685556710, 'index', 'login', 'access_id', '8', 1723694400),
38693(998, 7, 1685556711, 'index', 'login', 'access_id', '8', 1723694400),
38694(999, 7, 1685556722, 'index', 'login', 'access_id', '8', 1723694400),
38695(1000, 7, 1685556729, 'index', 'login', 'access_id', '8', 1723694400),
38696(1001, 7, 1685556736, 'index', 'login', 'access_id', '8', 1723694400),
38697(1002, 7, 1685556742, 'index', 'login', 'access_id', '8', 1723694400),
38698(1003, 7, 1685556901, 'index', 'logout', 'access_id', '8', 1723694400),
38699(1004, 1, 1685556901, 'index', 'login', 'access_id', '1', 1723694400),
38700(1005, 1, 1685556902, 'index', 'login', 'access_id', '1', 1723694400),
38701(1006, 1, 1685556902, 'index', 'login', 'access_id', '1', 1723694400),
38702(1007, 1, 1685556903, 'index', 'login', 'access_id', '1', 1723694400),
38703(1008, 1, 1685556903, 'index', 'login', 'access_id', '1', 1723694400),
38704(1009, 1, 1685556905, 'index', 'login', 'access_id', '1', 1723694400),
38705(1010, 1, 1685557317, 'index', 'login', 'access_id', '1', 1723694400),
38706(1011, 1, 1685557317, 'index', 'login', 'access_id', '1', 1723694400),
38707(1012, 1, 1685557325, 'index', 'login', 'access_id', '1', 1723694400),
38708(1013, 1, 1685557338, 'index', 'login', 'access_id', '1', 1723694400),
38709(1014, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400),
38710(1015, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400),
38711(1016, 1, 1685557342, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38712(1017, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400),
38713(1018, 7, 1685557343, 'index', 'login', 'access_id', '8', 1723694400),
38714(1019, 7, 1685557343, 'index', 'login', 'access_id', '8', 1723694400),
38715(1020, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400),
38716(1021, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400),
38717(1022, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400),
38718(1023, 7, 1685557346, 'index', 'login', 'access_id', '8', 1723694400),
38719(1024, 1, 1685558017, 'index', 'login', 'access_id', '1', 1723694400),
38720(1025, 1, 1685558017, 'index', 'login', 'access_id', '1', 1723694400),
38721(1026, 1, 1685558662, 'index', 'login', 'access_id', '1', 1723694400),
38722(1027, 1, 1685558662, 'index', 'login', 'access_id', '1', 1723694400),
38723(1028, 1, 1685558663, 'index', 'login', 'access_id', '1', 1723694400),
38724(1029, 1, 1685558663, 'index', 'login', 'access_id', '1', 1723694400),
38725(1030, 1, 1685558664, 'index', 'login', 'access_id', '1', 1723694400),
38726(1031, 1, 1685558664, 'index', 'login', 'access_id', '1', 1723694400),
38727(1032, 1, 1685558677, 'index', 'login', 'access_id', '1', 1723694400),
38728(1033, 1, 1685558778, 'index', 'login', 'access_id', '1', 1723694400),
38729(1034, 1, 1685558778, 'index', 'login', 'access_id', '1', 1723694400),
38730(1035, 1, 1685558779, 'index', 'login', 'access_id', '1', 1723694400),
38731(1036, 1, 1685558779, 'index', 'login', 'access_id', '1', 1723694400),
38732(1037, 7, 1685558882, 'index', 'logout', 'access_id', '8', 1723694400),
38733(1038, 1, 1685558882, 'index', 'login', 'access_id', '1', 1723694400),
38734(1039, 1, 1685558883, 'index', 'login', 'access_id', '1', 1723694400),
38735(1040, 1, 1685558883, 'index', 'login', 'access_id', '1', 1723694400),
38736(1041, 1, 1685558884, 'index', 'login', 'access_id', '1', 1723694400),
38737(1042, 1, 1685558884, 'index', 'login', 'access_id', '1', 1723694400),
38738(1043, 1, 1685558886, 'index', 'login', 'access_id', '1', 1723694400),
38739(1044, 1, 1685558912, 'index', 'login', 'access_id', '1', 1723694400),
38740(1045, 1, 1685558912, 'index', 'login', 'access_id', '1', 1723694400),
38741(1046, 1, 1685558931, 'index', 'login', 'access_id', '1', 1723694400),
38742(1047, 1, 1685558931, 'index', 'login', 'access_id', '1', 1723694400),
38743(1048, 1, 1685558932, 'index', 'login', 'access_id', '1', 1723694400),
38744(1049, 1, 1685558932, 'index', 'login', 'access_id', '1', 1723694400),
38745(1050, 7, 1685558933, 'index', 'login', 'access_id', '8', 1723694400),
38746(1051, 7, 1685558933, 'index', 'login', 'access_id', '8', 1723694400),
38747(1052, 7, 1685558992, 'index', 'login', 'access_id', '8', 1723694400),
38748(1053, 7, 1685558992, 'index', 'login', 'access_id', '8', 1723694400),
38749(1054, 7, 1685558993, 'index', 'login', 'access_id', '8', 1723694400),
38750(1055, 7, 1685558993, 'index', 'login', 'access_id', '8', 1723694400),
38751(1056, 7, 1685558994, 'index', 'login', 'access_id', '8', 1723694400),
38752(1057, 7, 1685558994, 'index', 'login', 'access_id', '8', 1723694400),
38753(1058, 7, 1685559063, 'index', 'login', 'access_id', '8', 1723694400),
38754(1059, 7, 1685559063, 'index', 'login', 'access_id', '8', 1723694400),
38755(1060, 7, 1685559064, 'index', 'login', 'access_id', '8', 1723694400),
38756(1061, 7, 1685559064, 'index', 'login', 'access_id', '8', 1723694400),
38757(1062, 7, 1685559175, 'index', 'login', 'access_id', '8', 1723694400),
38758(1063, 7, 1685559175, 'index', 'login', 'access_id', '8', 1723694400),
38759(1064, 7, 1685559226, 'index', 'login', 'access_id', '8', 1723694400),
38760(1065, 7, 1685559226, 'index', 'login', 'access_id', '8', 1723694400),
38761(1066, 7, 1685559227, 'index', 'login', 'access_id', '8', 1723694400),
38762(1067, 7, 1685559227, 'index', 'login', 'access_id', '8', 1723694400),
38763(1068, 1, 1685559228, 'index', 'login', 'access_id', '1', 1723694400),
38764(1069, 1, 1685559228, 'index', 'login', 'access_id', '1', 1723694400),
38765(1070, 1, 1685559975, 'index', 'login', 'access_id', '1', 1723694400),
38766(1071, 1, 1685559975, 'index', 'login', 'access_id', '1', 1723694400),
38767(1072, 1, 1685559976, 'index', 'login', 'access_id', '1', 1723694400),
38768(1073, 1, 1685559976, 'index', 'login', 'access_id', '1', 1723694400),
38769(1074, 1, 1685559977, 'index', 'login', 'access_id', '1', 1723694400),
38770(1075, 1, 1685559977, 'index', 'login', 'access_id', '1', 1723694400),
38771(1076, 1, 1685560050, 'index', 'login', 'access_id', '1', 1723694400),
38772(1077, 1, 1685560085, 'index', 'login', 'access_id', '1', 1723694400),
38773(1078, 1, 1685560086, 'index', 'login', 'access_id', '1', 1723694400),
38774(1079, 1, 1685560086, 'index', 'login', 'access_id', '1', 1723694400),
38775(1080, 1, 1685560087, 'index', 'login', 'access_id', '1', 1723694400),
38776(1081, 7, 1685560211, 'index', 'login', 'access_id', '8', 1723694400),
38777(1082, 7, 1685560211, 'index', 'login', 'access_id', '8', 1723694400),
38778(1083, 7, 1685560785, 'index', 'login', 'access_id', '8', 1723694400),
38779(1084, 7, 1685560785, 'index', 'login', 'access_id', '8', 1723694400),
38780(1085, 7, 1685560786, 'index', 'login', 'access_id', '8', 1723694400),
38781(1086, 7, 1685560786, 'index', 'login', 'access_id', '8', 1723694400),
38782(1087, 7, 1685560787, 'index', 'login', 'access_id', '8', 1723694400),
38783(1088, 7, 1685560787, 'index', 'login', 'access_id', '8', 1723694400),
38784(1089, 7, 1685561090, 'index', 'login', 'access_id', '8', 1723694400),
38785(1090, 7, 1685561090, 'index', 'login', 'access_id', '8', 1723694400),
38786(1091, 7, 1685561091, 'index', 'login', 'access_id', '8', 1723694400),
38787(1092, 7, 1685561091, 'index', 'login', 'access_id', '8', 1723694400),
38788(1093, 7, 1685561092, 'index', 'login', 'access_id', '8', 1723694400),
38789(1094, 7, 1685561092, 'index', 'login', 'access_id', '8', 1723694400),
38790(1095, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400),
38791(1096, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400),
38792(1097, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400),
38793(1098, 1, 1685625719, 'index', 'login', 'access_id', '1', 1723694400),
38794(1099, 1, 1685625719, 'index', 'login', 'access_id', '1', 1723694400),
38795(1100, 1, 1685625720, 'index', 'login', 'access_id', '1', 1723694400),
38796(1101, 7, 1685626201, 'index', 'login', 'access_id', '8', 1723694400),
38797(1102, 7, 1685626201, 'index', 'login', 'access_id', '8', 1723694400),
38798(1103, 1, 1685627466, 'index', 'login', 'access_id', '1', 1723694400),
38799(1104, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400),
38800(1105, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400),
38801(1106, 1, 1685627468, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38802(1107, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400),
38803(1108, 7, 1685627469, 'index', 'login', 'access_id', '8', 1723694400),
38804(1109, 7, 1685627469, 'index', 'login', 'access_id', '8', 1723694400),
38805(1110, 7, 1685627470, 'index', 'login', 'access_id', '8', 1723694400),
38806(1111, 7, 1685628108, 'index', 'login', 'access_id', '8', 1723694400),
38807(1112, 7, 1685628736, 'index', 'login', 'access_id', '8', 1723694400),
38808(1113, 7, 1685628736, 'index', 'login', 'access_id', '8', 1723694400),
38809(1114, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400),
38810(1115, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400),
38811(1116, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400),
38812(1117, 7, 1685631331, 'index', 'logout', 'access_id', '8', 1723694400),
38813(1118, 1, 1685631331, 'index', 'login', 'access_id', '1', 1723694400),
38814(1119, 1, 1685631331, 'index', 'login', 'access_id', '1', 1723694400),
38815(1120, 1, 1685631332, 'index', 'login', 'access_id', '1', 1723694400),
38816(1121, 1, 1685631332, 'index', 'login', 'access_id', '1', 1723694400),
38817(1122, 1, 1685631333, 'index', 'login', 'access_id', '1', 1723694400),
38818(1123, 1, 1685631335, 'index', 'login', 'access_id', '1', 1723694400),
38819(1124, 7, 1685631346, 'index', 'login', 'access_id', '8', 1723694400),
38820(1125, 7, 1685631346, 'index', 'login', 'access_id', '8', 1723694400),
38821(1126, 1, 1685631346, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38822(1127, 7, 1685631347, 'index', 'login', 'access_id', '8', 1723694400),
38823(1128, 7, 1685631347, 'index', 'login', 'access_id', '8', 1723694400),
38824(1129, 7, 1685631348, 'index', 'login', 'access_id', '8', 1723694400),
38825(1130, 7, 1685631348, 'index', 'login', 'access_id', '8', 1723694400),
38826(1131, 7, 1685631411, 'index', 'login', 'access_id', '8', 1723694400),
38827(1132, 7, 1685631413, 'index', 'login', 'access_id', '8', 1723694400),
38828(1133, 7, 1685631417, 'index', 'login', 'access_id', '8', 1723694400),
38829(1134, 7, 1685631419, 'index', 'login', 'access_id', '8', 1723694400),
38830(1135, 7, 1685631420, 'index', 'login', 'access_id', '8', 1723694400),
38831(1136, 7, 1685631428, 'index', 'login', 'access_id', '8', 1723694400),
38832(1137, 7, 1685631434, 'index', 'login', 'access_id', '8', 1723694400),
38833(1138, 7, 1685631436, 'index', 'login', 'access_id', '8', 1723694400),
38834(1139, 7, 1685631438, 'index', 'login', 'access_id', '8', 1723694400),
38835(1140, 7, 1685631439, 'index', 'login', 'access_id', '8', 1723694400),
38836(1141, 7, 1685631441, 'index', 'login', 'access_id', '8', 1723694400),
38837(1142, 7, 1685631444, 'index', 'logout', 'access_id', '8', 1723694400),
38838(1143, 1, 1685631444, 'index', 'login', 'access_id', '1', 1723694400),
38839(1144, 1, 1685631445, 'index', 'login', 'access_id', '1', 1723694400),
38840(1145, 1, 1685631445, 'index', 'login', 'access_id', '1', 1723694400),
38841(1146, 1, 1685631446, 'index', 'login', 'access_id', '1', 1723694400),
38842(1147, 1, 1685631446, 'index', 'login', 'access_id', '1', 1723694400),
38843(1148, 1, 1685631449, 'index', 'login', 'access_id', '1', 1723694400),
38844(1149, 7, 1685631472, 'index', 'login', 'access_id', '8', 1723694400),
38845(1150, 7, 1685631472, 'index', 'login', 'access_id', '8', 1723694400),
38846(1151, 1, 1685631472, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38847(1152, 7, 1685631473, 'index', 'login', 'access_id', '8', 1723694400),
38848(1153, 7, 1685631473, 'index', 'login', 'access_id', '8', 1723694400),
38849(1154, 7, 1685631474, 'index', 'login', 'access_id', '8', 1723694400),
38850(1155, 7, 1685631474, 'index', 'login', 'access_id', '8', 1723694400),
38851(1156, 1, 1685631711, 'index', 'login', 'access_id', '1', 1723694400),
38852(1157, 1, 1685631711, 'index', 'login', 'access_id', '1', 1723694400),
38853(1158, 1, 1685631712, 'index', 'login', 'access_id', '1', 1723694400),
38854(1159, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400),
38855(1160, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400),
38856(1161, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400),
38857(1162, 1, 1685631738, 'index', 'login', 'access_id', '1', 1723694400),
38858(1163, 1, 1685631816, 'index', 'login', 'access_id', '1', 1723694400),
38859(1164, 7, 1685631839, 'index', 'login', 'access_id', '8', 1723694400),
38860(1165, 7, 1685631839, 'index', 'login', 'access_id', '8', 1723694400),
38861(1166, 1, 1685631839, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38862(1167, 7, 1685631840, 'index', 'login', 'access_id', '8', 1723694400),
38863(1168, 7, 1685631840, 'index', 'login', 'access_id', '8', 1723694400),
38864(1169, 7, 1685631841, 'index', 'login', 'access_id', '8', 1723694400),
38865(1170, 7, 1685631841, 'index', 'login', 'access_id', '8', 1723694400),
38866(1171, 7, 1685635627, 'index', 'logout', 'access_id', '8', 1723694400),
38867(1172, 1, 1685635627, 'index', 'login', 'access_id', '1', 1723694400),
38868(1173, 1, 1685635627, 'index', 'login', 'access_id', '1', 1723694400),
38869(1174, 1, 1685635628, 'index', 'login', 'access_id', '1', 1723694400),
38870(1175, 1, 1685635628, 'index', 'login', 'access_id', '1', 1723694400),
38871(1176, 1, 1685635629, 'index', 'login', 'access_id', '1', 1723694400),
38872(1177, 1, 1685635631, 'index', 'login', 'access_id', '1', 1723694400),
38873(1178, 1, 1685639286, 'index', 'logout', 'access_id', '1', 1723694400),
38874(1179, 1, 1685641906, 'index', 'login', 'access_id', '1', 1723694400),
38875(1180, 1, 1685641906, 'index', 'login', 'access_id', '1', 1723694400),
38876(1181, 1, 1685641907, 'index', 'login', 'access_id', '1', 1723694400),
38877(1182, 1, 1685641907, 'index', 'login', 'access_id', '1', 1723694400),
38878(1183, 1, 1685641908, 'index', 'login', 'access_id', '1', 1723694400),
38879(1184, 1, 1685641908, 'index', 'login', 'access_id', '1', 1723694400),
38880(1185, 1, 1685641925, 'index', 'login', 'access_id', '1', 1723694400),
38881(1186, 7, 1685641928, 'index', 'login', 'access_id', '8', 1723694400),
38882(1187, 7, 1685641928, 'index', 'login', 'access_id', '8', 1723694400),
38883(1188, 1, 1685641928, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38884(1189, 7, 1685641929, 'index', 'login', 'access_id', '8', 1723694400),
38885(1190, 7, 1685641929, 'index', 'login', 'access_id', '8', 1723694400),
38886(1191, 7, 1685641930, 'index', 'login', 'access_id', '8', 1723694400),
38887(1192, 7, 1685641930, 'index', 'login', 'access_id', '8', 1723694400),
38888(1193, 7, 1685642321, 'index', 'logout', 'access_id', '8', 1723694400),
38889(1194, 1, 1685642321, 'index', 'login', 'access_id', '1', 1723694400),
38890(1195, 1, 1685642322, 'index', 'login', 'access_id', '1', 1723694400),
38891(1196, 1, 1685642322, 'index', 'login', 'access_id', '1', 1723694400),
38892(1197, 1, 1685642323, 'index', 'login', 'access_id', '1', 1723694400),
38893(1198, 1, 1685642323, 'index', 'login', 'access_id', '1', 1723694400),
38894(1199, 1, 1685642325, 'index', 'login', 'access_id', '1', 1723694400),
38895(1200, 1, 1685642506, 'index', 'login', 'access_id', '1', 1723694400),
38896(1201, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400),
38897(1202, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400),
38898(1203, 1, 1685642509, 'users', 'login_as', 'proxy_id', '7', 1723694400),
38899(1204, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400),
38900(1205, 7, 1685642510, 'index', 'login', 'access_id', '8', 1723694400),
38901(1206, 7, 1685642510, 'index', 'login', 'access_id', '8', 1723694400),
38902(1207, 7, 1685642511, 'index', 'login', 'access_id', '8', 1723694400),
38903(1208, 7, 1685644328, 'index', 'logout', 'access_id', '8', 1723694400),
38904(1209, 1, 1685644328, 'index', 'login', 'access_id', '1', 1723694400),
38905(1210, 1, 1685644328, 'index', 'login', 'access_id', '1', 1723694400),
38906(1211, 1, 1685644329, 'index', 'login', 'access_id', '1', 1723694400),
38907(1212, 1, 1685644329, 'index', 'login', 'access_id', '1', 1723694400),
38908(1213, 1, 1685644330, 'index', 'login', 'access_id', '1', 1723694400),
38909(1214, 1, 1685644332, 'index', 'login', 'access_id', '1', 1723694400),
38910(1215, 1, 1685644347, 'index', 'login', 'access_id', '1', 1723694400),
38911(1216, 6, 1685644353, 'index', 'login', 'access_id', '7', 1723694400),
38912(1217, 6, 1685644353, 'index', 'login', 'access_id', '7', 1723694400),
38913(1218, 1, 1685644353, 'users', 'login_as', 'proxy_id', '6', 1723694400),
38914(1219, 6, 1685644354, 'index', 'login', 'access_id', '7', 1723694400),
38915(1220, 6, 1685644355, 'index', 'login', 'access_id', '7', 1723694400),
38916(1221, 6, 1685644355, 'index', 'login', 'access_id', '7', 1723694400),
38917(1222, 6, 1685644356, 'index', 'login', 'access_id', '7', 1723694400);
38918 
31852-- --------------------------------------------------------38919-- --------------------------------------------------------
3185338920
31854--38921--
31855-- Table structure for table `statistics_archive`38922-- Table structure for table `statistics_archive`
31856--38923--
3185738924
31858CREATE TABLE `statistics_archive` (38925CREATE TABLE `statistics_archive` (
31859  `statistic_id` int(12) NOT NULL,38926  `statistic_id` int(12) NOT NULL,
31860  `proxy_id` int(12) NOT NULL DEFAULT '0',38927  `proxy_id` int(12) NOT NULL DEFAULT '0',
31861  `timestamp` bigint(64) NOT NULL DEFAULT '0',38928  `timestamp` bigint(64) NOT NULL DEFAULT '0',
31862  `module` varchar(64) NOT NULL DEFAULT 'undefined',38929  `module` varchar(64) NOT NULL DEFAULT 'undefined',
31863  `action` varchar(64) NOT NULL DEFAULT 'undefined',38930  `action` varchar(64) NOT NULL DEFAULT 'undefined',
31864  `action_field` varchar(64) DEFAULT NULL,38931  `action_field` varchar(64) DEFAULT NULL,
31865  `action_value` varchar(64) DEFAULT NULL,38932  `action_value` varchar(64) DEFAULT NULL,
31866  `prune_after` bigint(64) NOT NULL DEFAULT '0'38933  `prune_after` bigint(64) NOT NULL DEFAULT '0'
31867) ENGINE=InnoDB DEFAULT CHARSET=utf8;38934) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3186838935
31869-- --------------------------------------------------------38936-- --------------------------------------------------------
3187038937
31871--38938--
31872-- Table structure for table `student_awards_external`38939-- Table structure for table `student_awards_external`
31873--38940--
3187438941
31875CREATE TABLE `student_awards_external` (38942CREATE TABLE `student_awards_external` (
31876  `id` int(11) NOT NULL,38943  `id` int(11) NOT NULL,
31877  `user_id` int(11) NOT NULL,38944  `user_id` int(11) NOT NULL,
31878  `title` varchar(255) NOT NULL DEFAULT '',38945  `title` varchar(255) NOT NULL DEFAULT '',
31879  `year` year(4) NOT NULL,38946  `year` year(4) NOT NULL,
31880  `awarding_body` varchar(4096) NOT NULL,38947  `awarding_body` varchar(4096) NOT NULL,
31881  `award_terms` mediumtext NOT NULL,38948  `award_terms` mediumtext NOT NULL,
31882  `status` tinyint(1) NOT NULL DEFAULT '0',38949  `status` tinyint(1) NOT NULL DEFAULT '0',
31883  `comment` varchar(4096) DEFAULT NULL38950  `comment` varchar(4096) DEFAULT NULL
31884) ENGINE=InnoDB DEFAULT CHARSET=utf8;38951) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3188538952
31886-- --------------------------------------------------------38953-- --------------------------------------------------------
3188738954
31888--38955--
31889-- Table structure for table `student_awards_internal`38956-- Table structure for table `student_awards_internal`
31890--38957--
3189138958
31892CREATE TABLE `student_awards_internal` (38959CREATE TABLE `student_awards_internal` (
31893  `id` int(11) NOT NULL,38960  `id` int(11) NOT NULL,
31894  `user_id` int(11) NOT NULL,38961  `user_id` int(11) NOT NULL,
31895  `award_id` int(11) NOT NULL,38962  `award_id` int(11) NOT NULL,
31896  `year` year(4) NOT NULL38963  `year` year(4) NOT NULL
31897) ENGINE=InnoDB DEFAULT CHARSET=utf8;38964) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3189838965
31899-- --------------------------------------------------------38966-- --------------------------------------------------------
3190038967
31901--38968--
31902-- Table structure for table `student_awards_internal_types`38969-- Table structure for table `student_awards_internal_types`
31903--38970--
3190438971
31905CREATE TABLE `student_awards_internal_types` (38972CREATE TABLE `student_awards_internal_types` (
31906  `id` int(11) NOT NULL,38973  `id` int(11) NOT NULL,
31907  `award_terms` mediumtext NOT NULL,38974  `award_terms` mediumtext NOT NULL,
31908  `title` varchar(200) NOT NULL DEFAULT '',38975  `title` varchar(200) NOT NULL DEFAULT '',
31909  `disabled` tinyint(1) NOT NULL DEFAULT '0'38976  `disabled` tinyint(1) NOT NULL DEFAULT '0'
31910) ENGINE=InnoDB DEFAULT CHARSET=utf8;38977) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3191138978
31912-- --------------------------------------------------------38979-- --------------------------------------------------------
3191338980
31914--38981--
31915-- Table structure for table `student_clineval_comments`38982-- Table structure for table `student_clineval_comments`
31916--38983--
3191738984
31918CREATE TABLE `student_clineval_comments` (38985CREATE TABLE `student_clineval_comments` (
31919  `id` int(11) NOT NULL,38986  `id` int(11) NOT NULL,
31920  `source` varchar(4096) NOT NULL,38987  `source` varchar(4096) NOT NULL,
31921  `comment` mediumtext NOT NULL,38988  `comment` mediumtext NOT NULL,
31922  `user_id` int(11) NOT NULL38989  `user_id` int(11) NOT NULL
31923) ENGINE=InnoDB DEFAULT CHARSET=utf8;38990) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3192438991
31925-- --------------------------------------------------------38992-- --------------------------------------------------------
3192638993
31927--38994--
31928-- Table structure for table `student_community_health_and_epidemiology`38995-- Table structure for table `student_community_health_and_epidemiology`
31929--38996--
3193038997
31931CREATE TABLE `student_community_health_and_epidemiology` (38998CREATE TABLE `student_community_health_and_epidemiology` (
31932  `user_id` int(11) NOT NULL,38999  `user_id` int(11) NOT NULL,
31933  `title` varchar(255) NOT NULL,39000  `title` varchar(255) NOT NULL,
31934  `organization` varchar(255) NOT NULL,39001  `organization` varchar(255) NOT NULL,
31935  `location` varchar(255) NOT NULL,39002  `location` varchar(255) NOT NULL,
31936  `supervisor` varchar(255) NOT NULL,39003  `supervisor` varchar(255) NOT NULL,
31937  `status` tinyint(1) NOT NULL DEFAULT '0',39004  `status` tinyint(1) NOT NULL DEFAULT '0',
31938  `comment` varchar(500) DEFAULT NULL39005  `comment` varchar(500) DEFAULT NULL
31939) ENGINE=InnoDB DEFAULT CHARSET=utf8;39006) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3194039007
31941-- --------------------------------------------------------39008-- --------------------------------------------------------
3194239009
31943--39010--
31944-- Table structure for table `student_contributions`39011-- Table structure for table `student_contributions`
31945--39012--
3194639013
31947CREATE TABLE `student_contributions` (39014CREATE TABLE `student_contributions` (
31948  `id` int(11) NOT NULL,39015  `id` int(11) NOT NULL,
31949  `role` varchar(4096) NOT NULL,39016  `role` varchar(4096) NOT NULL,
31950  `org_event` varchar(256) NOT NULL DEFAULT '',39017  `org_event` varchar(256) NOT NULL DEFAULT '',
31951  `date` varchar(256) NOT NULL DEFAULT '',39018  `date` varchar(256) NOT NULL DEFAULT '',
31952  `status` tinyint(1) NOT NULL DEFAULT '0',39019  `status` tinyint(1) NOT NULL DEFAULT '0',
31953  `user_id` int(11) NOT NULL,39020  `user_id` int(11) NOT NULL,
31954  `start_month` int(11) DEFAULT NULL,39021  `start_month` int(11) DEFAULT NULL,
31955  `start_year` int(11) DEFAULT NULL,39022  `start_year` int(11) DEFAULT NULL,
31956  `end_month` int(11) DEFAULT NULL,39023  `end_month` int(11) DEFAULT NULL,
31957  `end_year` int(11) DEFAULT NULL,39024  `end_year` int(11) DEFAULT NULL,
31958  `comment` varchar(4096) DEFAULT NULL39025  `comment` varchar(4096) DEFAULT NULL
31959) ENGINE=InnoDB DEFAULT CHARSET=utf8;39026) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3196039027
31961-- --------------------------------------------------------39028-- --------------------------------------------------------
3196239029
31963--39030--
31964-- Table structure for table `student_critical_enquiries`39031-- Table structure for table `student_critical_enquiries`
31965--39032--
3196639033
31967CREATE TABLE `student_critical_enquiries` (39034CREATE TABLE `student_critical_enquiries` (
31968  `user_id` int(11) NOT NULL,39035  `user_id` int(11) NOT NULL,
31969  `title` varchar(255) NOT NULL,39036  `title` varchar(255) NOT NULL,
31970  `organization` varchar(255) NOT NULL,39037  `organization` varchar(255) NOT NULL,
31971  `location` varchar(255) NOT NULL,39038  `location` varchar(255) NOT NULL,
31972  `supervisor` varchar(255) NOT NULL,39039  `supervisor` varchar(255) NOT NULL,
31973  `status` tinyint(1) NOT NULL DEFAULT '0',39040  `status` tinyint(1) NOT NULL DEFAULT '0',
31974  `comment` varchar(4096) DEFAULT NULL39041  `comment` varchar(4096) DEFAULT NULL
31975) ENGINE=InnoDB DEFAULT CHARSET=utf8;39042) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3197639043
31977-- --------------------------------------------------------39044-- --------------------------------------------------------
3197839045
31979--39046--
31980-- Table structure for table `student_disciplinary_actions`39047-- Table structure for table `student_disciplinary_actions`
31981--39048--
3198239049
31983CREATE TABLE `student_disciplinary_actions` (39050CREATE TABLE `student_disciplinary_actions` (
31984  `id` int(11) NOT NULL,39051  `id` int(11) NOT NULL,
31985  `user_id` int(11) NOT NULL,39052  `user_id` int(11) NOT NULL,
31986  `action_details` mediumtext NOT NULL39053  `action_details` mediumtext NOT NULL
31987) ENGINE=InnoDB DEFAULT CHARSET=utf8;39054) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3198839055
31989-- --------------------------------------------------------39056-- --------------------------------------------------------
3199039057
31991--39058--
31992-- Table structure for table `student_formal_remediations`39059-- Table structure for table `student_formal_remediations`
31993--39060--
3199439061
31995CREATE TABLE `student_formal_remediations` (39062CREATE TABLE `student_formal_remediations` (
31996  `id` int(11) NOT NULL,39063  `id` int(11) NOT NULL,
31997  `user_id` int(11) NOT NULL,39064  `user_id` int(11) NOT NULL,
31998  `remediation_details` mediumtext NOT NULL39065  `remediation_details` mediumtext NOT NULL
31999) ENGINE=InnoDB DEFAULT CHARSET=utf8;39066) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3200039067
32001-- --------------------------------------------------------39068-- --------------------------------------------------------
3200239069
32003--39070--
32004-- Table structure for table `student_international_activities`39071-- Table structure for table `student_international_activities`
32005--39072--
3200639073
32007CREATE TABLE `student_international_activities` (39074CREATE TABLE `student_international_activities` (
32008  `id` int(11) NOT NULL,39075  `id` int(11) NOT NULL,
32009  `student_id` int(11) NOT NULL,39076  `student_id` int(11) NOT NULL,
32010  `title` varchar(256) NOT NULL,39077  `title` varchar(256) NOT NULL,
32011  `location` varchar(256) NOT NULL,39078  `location` varchar(256) NOT NULL,
32012  `site` varchar(256) NOT NULL,39079  `site` varchar(256) NOT NULL,
32013  `start` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',39080  `start` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
32014  `end` timestamp NULL DEFAULT NULL39081  `end` timestamp NULL DEFAULT NULL
32015) ENGINE=InnoDB DEFAULT CHARSET=utf8;39082) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3201639083
32017-- --------------------------------------------------------39084-- --------------------------------------------------------
3201839085
32019--39086--
32020-- Table structure for table `student_leaves_of_absence`39087-- Table structure for table `student_leaves_of_absence`
32021--39088--
3202239089
32023CREATE TABLE `student_leaves_of_absence` (39090CREATE TABLE `student_leaves_of_absence` (
32024  `id` int(11) NOT NULL,39091  `id` int(11) NOT NULL,
32025  `user_id` int(11) NOT NULL,39092  `user_id` int(11) NOT NULL,
32026  `absence_details` mediumtext NOT NULL39093  `absence_details` mediumtext NOT NULL
32027) ENGINE=InnoDB DEFAULT CHARSET=utf8;39094) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3202839095
32029-- --------------------------------------------------------39096-- --------------------------------------------------------
3203039097
32031--39098--
32032-- Table structure for table `student_mspr`39099-- Table structure for table `student_mspr`
32033--39100--
3203439101
32035CREATE TABLE `student_mspr` (39102CREATE TABLE `student_mspr` (
32036  `user_id` int(11) NOT NULL,39103  `user_id` int(11) NOT NULL,
32037  `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,39104  `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
32038  `generated` bigint(64) DEFAULT NULL,39105  `generated` bigint(64) DEFAULT NULL,
32039  `closed` bigint(64) DEFAULT NULL,39106  `closed` bigint(64) DEFAULT NULL,
32040  `carms_number` int(10) UNSIGNED DEFAULT NULL39107  `carms_number` int(10) UNSIGNED DEFAULT NULL
32041) ENGINE=InnoDB DEFAULT CHARSET=utf8;39108) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3204239109
32043-- --------------------------------------------------------39110-- --------------------------------------------------------
3204439111
32045--39112--
32046-- Table structure for table `student_mspr_class`39113-- Table structure for table `student_mspr_class`
32047--39114--
3204839115
32049CREATE TABLE `student_mspr_class` (39116CREATE TABLE `student_mspr_class` (
32050  `year` int(11) NOT NULL DEFAULT '0',39117  `year` int(11) NOT NULL DEFAULT '0',
32051  `closed` int(11) DEFAULT NULL39118  `closed` int(11) DEFAULT NULL
32052) ENGINE=InnoDB DEFAULT CHARSET=utf8;39119) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3205339120
32054-- --------------------------------------------------------39121-- --------------------------------------------------------
3205539122
32056--39123--
32057-- Table structure for table `student_observerships`39124-- Table structure for table `student_observerships`
32058--39125--
3205939126
32060CREATE TABLE `student_observerships` (39127CREATE TABLE `student_observerships` (
32061  `id` int(11) NOT NULL,39128  `id` int(11) NOT NULL,
32062  `student_id` int(11) NOT NULL,39129  `student_id` int(11) NOT NULL,
32063  `title` varchar(256) NOT NULL,39130  `title` varchar(256) NOT NULL,
32064  `location` varchar(256) DEFAULT NULL,39131  `location` varchar(256) DEFAULT NULL,
32065  `city` varchar(32) DEFAULT NULL,39132  `city` varchar(32) DEFAULT NULL,
32066  `prov` varchar(32) DEFAULT NULL,39133  `prov` varchar(32) DEFAULT NULL,
32067  `country` varchar(32) DEFAULT NULL,39134  `country` varchar(32) DEFAULT NULL,
32068  `postal_code` varchar(12) DEFAULT NULL,39135  `postal_code` varchar(12) DEFAULT NULL,
32069  `address_l1` varchar(64) DEFAULT NULL,39136  `address_l1` varchar(64) DEFAULT NULL,
32070  `address_l2` varchar(64) DEFAULT NULL,39137  `address_l2` varchar(64) DEFAULT NULL,
32071  `observership_details` text,39138  `observership_details` text,
32072  `activity_type` varchar(32) DEFAULT NULL,39139  `activity_type` varchar(32) DEFAULT NULL,
32073  `clinical_discipline` varchar(32) DEFAULT NULL,39140  `clinical_discipline` varchar(32) DEFAULT NULL,
32074  `organisation` varchar(32) DEFAULT NULL,39141  `organisation` varchar(32) DEFAULT NULL,
32075  `order` int(3) DEFAULT '0',39142  `order` int(3) DEFAULT '0',
32076  `reflection_id` int(11) DEFAULT NULL,39143  `reflection_id` int(11) DEFAULT NULL,
32077  `site` varchar(256) DEFAULT NULL,39144  `site` varchar(256) DEFAULT NULL,
32078  `start` int(11) NOT NULL,39145  `start` int(11) NOT NULL,
32079  `end` int(11) DEFAULT NULL,39146  `end` int(11) DEFAULT NULL,
32080  `preceptor_prefix` varchar(4) DEFAULT NULL,39147  `preceptor_prefix` varchar(4) DEFAULT NULL,
32081  `preceptor_firstname` varchar(256) DEFAULT NULL,39148  `preceptor_firstname` varchar(256) DEFAULT NULL,
32082  `preceptor_lastname` varchar(256) DEFAULT NULL,39149  `preceptor_lastname` varchar(256) DEFAULT NULL,
32083  `preceptor_proxy_id` int(12) UNSIGNED DEFAULT NULL,39150  `preceptor_proxy_id` int(12) UNSIGNED DEFAULT NULL,
32084  `preceptor_email` varchar(255) DEFAULT NULL,39151  `preceptor_email` varchar(255) DEFAULT NULL,
32085  `status` enum('pending','approved','rejected','confirmed','denied') DEFAULT NULL,39152  `status` enum('pending','approved','rejected','confirmed','denied') DEFAULT NULL,
32086  `unique_id` varchar(64) DEFAULT NULL,39153  `unique_id` varchar(64) DEFAULT NULL,
32087  `notice_sent` int(11) DEFAULT NULL39154  `notice_sent` int(11) DEFAULT NULL
32088) ENGINE=InnoDB DEFAULT CHARSET=utf8;39155) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3208939156
32090-- --------------------------------------------------------39157-- --------------------------------------------------------
3209139158
32092--39159--
32093-- Table structure for table `student_research`39160-- Table structure for table `student_research`
32094--39161--
3209539162
32096CREATE TABLE `student_research` (39163CREATE TABLE `student_research` (
32097  `id` int(11) NOT NULL,39164  `id` int(11) NOT NULL,
32098  `user_id` int(11) NOT NULL,39165  `user_id` int(11) NOT NULL,
32099  `citation` varchar(4096) NOT NULL,39166  `citation` varchar(4096) NOT NULL,
32100  `status` tinyint(1) NOT NULL DEFAULT '0',39167  `status` tinyint(1) NOT NULL DEFAULT '0',
32101  `priority` tinyint(4) NOT NULL DEFAULT '0',39168  `priority` tinyint(4) NOT NULL DEFAULT '0',
32102  `comment` varchar(4096) DEFAULT NULL39169  `comment` varchar(4096) DEFAULT NULL
32103) ENGINE=InnoDB DEFAULT CHARSET=utf8;39170) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3210439171
32105-- --------------------------------------------------------39172-- --------------------------------------------------------
3210639173
32107--39174--
32108-- Table structure for table `student_studentships`39175-- Table structure for table `student_studentships`
32109--39176--
3211039177
32111CREATE TABLE `student_studentships` (39178CREATE TABLE `student_studentships` (
32112  `id` int(11) NOT NULL,39179  `id` int(11) NOT NULL,
32113  `user_id` int(11) NOT NULL,39180  `user_id` int(11) NOT NULL,
32114  `title` varchar(4096) NOT NULL,39181  `title` varchar(4096) NOT NULL,
32115  `year` year(4) NOT NULL DEFAULT '0000'39182  `year` year(4) NOT NULL DEFAULT '0000'
32116) ENGINE=InnoDB DEFAULT CHARSET=utf8;39183) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3211739184
32118-- --------------------------------------------------------39185-- --------------------------------------------------------
3211939186
32120--39187--
32121-- Table structure for table `student_student_run_electives`39188-- Table structure for table `student_student_run_electives`
32122--39189--
3212339190
32124CREATE TABLE `student_student_run_electives` (39191CREATE TABLE `student_student_run_electives` (
32125  `id` int(11) NOT NULL,39192  `id` int(11) NOT NULL,
32126  `group_name` varchar(255) NOT NULL,39193  `group_name` varchar(255) NOT NULL,
32127  `university` varchar(255) NOT NULL,39194  `university` varchar(255) NOT NULL,
32128  `location` varchar(255) NOT NULL,39195  `location` varchar(255) NOT NULL,
32129  `user_id` int(11) NOT NULL,39196  `user_id` int(11) NOT NULL,
32130  `start_month` tinyint(2) UNSIGNED DEFAULT NULL,39197  `start_month` tinyint(2) UNSIGNED DEFAULT NULL,
32131  `start_year` smallint(4) UNSIGNED DEFAULT NULL,39198  `start_year` smallint(4) UNSIGNED DEFAULT NULL,
32132  `end_month` tinyint(2) UNSIGNED DEFAULT NULL,39199  `end_month` tinyint(2) UNSIGNED DEFAULT NULL,
32133  `end_year` smallint(4) UNSIGNED DEFAULT NULL39200  `end_year` smallint(4) UNSIGNED DEFAULT NULL
32134) ENGINE=InnoDB DEFAULT CHARSET=utf8;39201) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3213539202
32136-- --------------------------------------------------------39203-- --------------------------------------------------------
3213739204
32138--39205--
32139-- Table structure for table `tbl_exam_post_reporter`39206-- Table structure for table `tbl_exam_post_reporter`
32140--39207--
3214139208
32142CREATE TABLE `tbl_exam_post_reporter` (39209CREATE TABLE `tbl_exam_post_reporter` (
32143  `id` int(12) UNSIGNED NOT NULL,39210  `id` int(12) UNSIGNED NOT NULL,
32144  `post_id` int(11) DEFAULT NULL,39211  `post_id` int(11) DEFAULT NULL,
32145  `cgroup_id` int(11) DEFAULT NULL,39212  `cgroup_id` int(11) DEFAULT NULL,
32146  `proxy_id` int(11) DEFAULT NULL39213  `proxy_id` int(11) DEFAULT NULL
32147) ENGINE=InnoDB DEFAULT CHARSET=utf8;39214) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3214839215
32149-- --------------------------------------------------------39216-- --------------------------------------------------------
3215039217
32151--39218--
32152-- Table structure for table `tbl_lu_answer_thresholds`39219-- Table structure for table `tbl_lu_answer_thresholds`
32153--39220--
3215439221
32155CREATE TABLE `tbl_lu_answer_thresholds` (39222CREATE TABLE `tbl_lu_answer_thresholds` (
32156  `id` int(12) UNSIGNED NOT NULL,39223  `id` int(12) UNSIGNED NOT NULL,
32157  `organisation_id` int(11) DEFAULT NULL,39224  `organisation_id` int(11) DEFAULT NULL,
32158  `numeric_grade_min` int(5) NOT NULL DEFAULT '0',39225  `numeric_grade_min` int(5) NOT NULL DEFAULT '0',
32159  `color` varchar(20) DEFAULT NULL,39226  `color` varchar(20) DEFAULT NULL,
32160  `created_date` bigint(64) DEFAULT NULL,39227  `created_date` bigint(64) DEFAULT NULL,
32161  `created_by` int(11) NOT NULL,39228  `created_by` int(11) NOT NULL,
32162  `updated_date` bigint(64) DEFAULT NULL,39229  `updated_date` bigint(64) DEFAULT NULL,
32163  `updated_by` int(12) DEFAULT NULL,39230  `updated_by` int(12) DEFAULT NULL,
32164  `deleted_date` bigint(64) DEFAULT NULL39231  `deleted_date` bigint(64) DEFAULT NULL
32165) ENGINE=InnoDB DEFAULT CHARSET=utf8;39232) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3216639233
32167--39234--
32168-- Dumping data for table `tbl_lu_answer_thresholds`39235-- Dumping data for table `tbl_lu_answer_thresholds`
32169--39236--
3217039237
32171INSERT INTO `tbl_lu_answer_thresholds` (`id`, `organisation_id`, `numeric_grade_min`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES39238INSERT INTO `tbl_lu_answer_thresholds` (`id`, `organisation_id`, `numeric_grade_min`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
32172(1, 1, 0, '#dc3545', NULL, 1, NULL, NULL, NULL),39239(1, 1, 0, '#dc3545', NULL, 1, NULL, NULL, NULL),
32173(2, 1, 50, '#ffc107', NULL, 1, NULL, NULL, NULL),39240(2, 1, 50, '#ffc107', NULL, 1, NULL, NULL, NULL),
32174(3, 1, 70, '#343a40', NULL, 1, NULL, NULL, NULL),39241(3, 1, 70, '#343a40', NULL, 1, NULL, NULL, NULL),
32175(4, 1, 100, '#28a745', NULL, 1, NULL, NULL, NULL);39242(4, 1, 100, '#28a745', NULL, 1, NULL, NULL, NULL);
3217639243
32177-- --------------------------------------------------------39244-- --------------------------------------------------------
3217839245
32179--39246--
32180-- Table structure for table `tbl_lu_trat_attempt_weighting`39247-- Table structure for table `tbl_lu_trat_attempt_weighting`
32181--39248--
3218239249
32183CREATE TABLE `tbl_lu_trat_attempt_weighting` (39250CREATE TABLE `tbl_lu_trat_attempt_weighting` (
32184  `id` int(12) UNSIGNED NOT NULL,39251  `id` int(12) UNSIGNED NOT NULL,
32185  `organisation_id` int(11) DEFAULT NULL,39252  `organisation_id` int(11) DEFAULT NULL,
32186  `attempt` int(3) DEFAULT NULL,39253  `attempt` int(3) DEFAULT NULL,
32187  `label` varchar(255) DEFAULT NULL,39254  `label` varchar(255) DEFAULT NULL,
32188  `score` int(5) NOT NULL DEFAULT '0',39255  `score` int(5) NOT NULL DEFAULT '0',
32189  `color` varchar(20) DEFAULT NULL,39256  `color` varchar(20) DEFAULT NULL,
32190  `created_date` bigint(64) DEFAULT NULL,39257  `created_date` bigint(64) DEFAULT NULL,
32191  `created_by` int(11) NOT NULL,39258  `created_by` int(11) NOT NULL,
32192  `updated_date` bigint(64) DEFAULT NULL,39259  `updated_date` bigint(64) DEFAULT NULL,
32193  `updated_by` int(12) DEFAULT NULL,39260  `updated_by` int(12) DEFAULT NULL,
32194  `deleted_date` bigint(64) DEFAULT NULL39261  `deleted_date` bigint(64) DEFAULT NULL
32195) ENGINE=InnoDB DEFAULT CHARSET=utf8;39262) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3219639263
32197--39264--
32198-- Dumping data for table `tbl_lu_trat_attempt_weighting`39265-- Dumping data for table `tbl_lu_trat_attempt_weighting`
32199--39266--
3220039267
32201INSERT INTO `tbl_lu_trat_attempt_weighting` (`id`, `organisation_id`, `attempt`, `label`, `score`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES39268INSERT INTO `tbl_lu_trat_attempt_weighting` (`id`, `organisation_id`, `attempt`, `label`, `score`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES
32202(1, 1, 1, 'First Attempt', 4, '#28a745', NULL, 1, NULL, NULL, NULL),39269(1, 1, 1, 'First Attempt', 4, '#28a745', NULL, 1, NULL, NULL, NULL),
32203(2, 1, 2, 'Second Attempt', 2, '#343a40', NULL, 1, NULL, NULL, NULL),39270(2, 1, 2, 'Second Attempt', 2, '#343a40', NULL, 1, NULL, NULL, NULL),
32204(3, 1, 3, 'Third Attempt', 1, '#ffc107', NULL, 1, NULL, NULL, NULL),39271(3, 1, 3, 'Third Attempt', 1, '#ffc107', NULL, 1, NULL, NULL, NULL),
32205(4, 1, 4, 'Fourth Attempt', 0, '#dc3545', NULL, 1, NULL, NULL, NULL);39272(4, 1, 4, 'Fourth Attempt', 0, '#dc3545', NULL, 1, NULL, NULL, NULL);
3220639273
32207-- --------------------------------------------------------39274-- --------------------------------------------------------
3220839275
32209--39276--
32210-- Table structure for table `topic_organisation`39277-- Table structure for table `topic_organisation`
32211--39278--
3221239279
32213CREATE TABLE `topic_organisation` (39280CREATE TABLE `topic_organisation` (
32214  `topic_id` int(12) NOT NULL,39281  `topic_id` int(12) NOT NULL,
32215  `organisation_id` int(12) NOT NULL39282  `organisation_id` int(12) NOT NULL
32216) ENGINE=InnoDB DEFAULT CHARSET=utf8;39283) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3221739284
32218-- --------------------------------------------------------39285-- --------------------------------------------------------
3221939286
32220--39287--
32221-- Table structure for table `turnitin_entities`39288-- Table structure for table `turnitin_entities`
32222--39289--
3222339290
32224CREATE TABLE `turnitin_entities` (39291CREATE TABLE `turnitin_entities` (
32225  `id` int(11) NOT NULL,39292  `id` int(11) NOT NULL,
32226  `name` text,39293  `name` text,
32227  `api_key` varchar(100) DEFAULT NULL,39294  `api_key` varchar(100) DEFAULT NULL,
32228  `api_url` text NOT NULL,39295  `api_url` text NOT NULL,
32229  `integration_name` varchar(100) DEFAULT NULL,39296  `integration_name` varchar(100) DEFAULT NULL,
32230  `integration_version` varchar(100) DEFAULT NULL,39297  `integration_version` varchar(100) DEFAULT NULL,
32231  `webhook_postback_url` text NOT NULL,39298  `webhook_postback_url` text NOT NULL,
32232  `webhook_signing_secret` varchar(200) DEFAULT NULL,39299  `webhook_signing_secret` varchar(200) DEFAULT NULL,
32233  `eula_version` varchar(100) DEFAULT NULL,39300  `eula_version` varchar(100) DEFAULT NULL,
32234  `active` tinyint(1) DEFAULT '0',39301  `active` tinyint(1) DEFAULT '0',
32235  `created_date` int(11) NOT NULL,39302  `created_date` int(11) NOT NULL,
32236  `created_by` int(11) NOT NULL,39303  `created_by` int(11) NOT NULL,
32237  `updated_date` int(11) DEFAULT NULL,39304  `updated_date` int(11) DEFAULT NULL,
32238  `updated_by` int(11) DEFAULT NULL,39305  `updated_by` int(11) DEFAULT NULL,
32239  `deleted_date` int(11) DEFAULT NULL39306  `deleted_date` int(11) DEFAULT NULL
32240) ENGINE=InnoDB DEFAULT CHARSET=latin1;39307) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3224139308
32242-- --------------------------------------------------------39309-- --------------------------------------------------------
3224339310
32244--39311--
32245-- Table structure for table `turnitin_eula_acceptance`39312-- Table structure for table `turnitin_eula_acceptance`
32246--39313--
3224739314
32248CREATE TABLE `turnitin_eula_acceptance` (39315CREATE TABLE `turnitin_eula_acceptance` (
32249  `id` int(11) NOT NULL,39316  `id` int(11) NOT NULL,
32250  `proxy_id` int(11) NOT NULL,39317  `proxy_id` int(11) NOT NULL,
32251  `version_id` varchar(100) NOT NULL,39318  `version_id` varchar(100) NOT NULL,
32252  `language` varchar(100) DEFAULT NULL,39319  `language` varchar(100) DEFAULT NULL,
32253  `created_date` int(11) NOT NULL,39320  `created_date` int(11) NOT NULL,
32254  `created_by` int(11) NOT NULL,39321  `created_by` int(11) NOT NULL,
32255  `updated_date` int(11) DEFAULT NULL,39322  `updated_date` int(11) DEFAULT NULL,
32256  `updated_by` int(11) DEFAULT NULL,39323  `updated_by` int(11) DEFAULT NULL,
32257  `deleted_date` int(11) DEFAULT NULL39324  `deleted_date` int(11) DEFAULT NULL
32258) ENGINE=InnoDB DEFAULT CHARSET=latin1;39325) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3225939326
32260-- --------------------------------------------------------39327-- --------------------------------------------------------
3226139328
32262--39329--
32263-- Table structure for table `turnitin_similarity_reports`39330-- Table structure for table `turnitin_similarity_reports`
32264--39331--
3226539332
32266CREATE TABLE `turnitin_similarity_reports` (39333CREATE TABLE `turnitin_similarity_reports` (
32267  `id` int(11) NOT NULL,39334  `id` int(11) NOT NULL,
32268  `submission_id` varchar(200) NOT NULL,39335  `submission_id` varchar(200) NOT NULL,
32269  `assignment_id` int(11) NOT NULL,39336  `assignment_id` int(11) NOT NULL,
32270  `afile_id` int(11) DEFAULT NULL,39337  `afile_id` int(11) DEFAULT NULL,
32271  `proxy_id` int(11) NOT NULL,39338  `proxy_id` int(11) NOT NULL,
32272  `status` varchar(100) DEFAULT NULL,39339  `status` varchar(100) DEFAULT NULL,
32273  `overall_match_percentage` int(3) DEFAULT NULL,39340  `overall_match_percentage` int(3) DEFAULT NULL,
32274  `internet_match_percentage` int(3) DEFAULT NULL,39341  `internet_match_percentage` int(3) DEFAULT NULL,
32275  `publication_match_percentage` int(3) DEFAULT NULL,39342  `publication_match_percentage` int(3) DEFAULT NULL,
32276  `submitted_works_match_percentage` int(3) DEFAULT NULL,39343  `submitted_works_match_percentage` int(3) DEFAULT NULL,
32277  `top_source_largest_matched_word_count` int(10) DEFAULT NULL,39344  `top_source_largest_matched_word_count` int(10) DEFAULT NULL,
32278  `top_matches` text,39345  `top_matches` text,
32279  `created_date` int(11) NOT NULL,39346  `created_date` int(11) NOT NULL,
32280  `created_by` int(11) NOT NULL,39347  `created_by` int(11) NOT NULL,
32281  `updated_date` int(11) DEFAULT NULL,39348  `updated_date` int(11) DEFAULT NULL,
32282  `updated_by` int(11) DEFAULT NULL,39349  `updated_by` int(11) DEFAULT NULL,
32283  `deleted_date` int(11) DEFAULT NULL39350  `deleted_date` int(11) DEFAULT NULL
32284) ENGINE=InnoDB DEFAULT CHARSET=latin1;39351) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3228539352
32286-- --------------------------------------------------------39353-- --------------------------------------------------------
3228739354
32288--39355--
32289-- Table structure for table `turnitin_submissions`39356-- Table structure for table `turnitin_submissions`
32290--39357--
3229139358
32292CREATE TABLE `turnitin_submissions` (39359CREATE TABLE `turnitin_submissions` (
32293  `id` int(11) NOT NULL,39360  `id` int(11) NOT NULL,
32294  `submission_id` varchar(200) DEFAULT NULL,39361  `submission_id` varchar(200) DEFAULT NULL,
32295  `assignment_id` int(11) NOT NULL,39362  `assignment_id` int(11) NOT NULL,
32296  `afile_id` int(11) DEFAULT NULL,39363  `afile_id` int(11) DEFAULT NULL,
32297  `afversion_id` int(11) DEFAULT NULL,39364  `afversion_id` int(11) DEFAULT NULL,
32298  `proxy_id` int(11) NOT NULL,39365  `proxy_id` int(11) NOT NULL,
32299  `status` varchar(100) DEFAULT NULL,39366  `status` varchar(100) DEFAULT NULL,
32300  `description` text,39367  `description` text,
32301  `created_date` int(11) NOT NULL,39368  `created_date` int(11) NOT NULL,
32302  `created_by` int(11) NOT NULL,39369  `created_by` int(11) NOT NULL,
32303  `updated_date` int(11) DEFAULT NULL,39370  `updated_date` int(11) DEFAULT NULL,
32304  `updated_by` int(11) DEFAULT NULL,39371  `updated_by` int(11) DEFAULT NULL,
32305  `deleted_date` int(11) DEFAULT NULL39372  `deleted_date` int(11) DEFAULT NULL
32306) ENGINE=InnoDB DEFAULT CHARSET=latin1;39373) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3230739374
32308-- --------------------------------------------------------39375-- --------------------------------------------------------
3230939376
32310--39377--
32311-- Table structure for table `turnitin_submission_files`39378-- Table structure for table `turnitin_submission_files`
32312--39379--
3231339380
32314CREATE TABLE `turnitin_submission_files` (39381CREATE TABLE `turnitin_submission_files` (
32315  `id` int(11) NOT NULL,39382  `id` int(11) NOT NULL,
32316  `submission_id` varchar(200) NOT NULL,39383  `submission_id` varchar(200) NOT NULL,
32317  `assignment_id` int(11) NOT NULL,39384  `assignment_id` int(11) NOT NULL,
32318  `file_name` varchar(200) NOT NULL,39385  `file_name` varchar(200) NOT NULL,
32319  `file_size` varchar(100) DEFAULT NULL,39386  `file_size` varchar(100) DEFAULT NULL,
32320  `mime_type` varchar(100) DEFAULT NULL,39387  `mime_type` varchar(100) DEFAULT NULL,
32321  `created_date` int(11) NOT NULL,39388  `created_date` int(11) NOT NULL,
32322  `created_by` int(11) NOT NULL,39389  `created_by` int(11) NOT NULL,
32323  `updated_date` int(11) DEFAULT NULL,39390  `updated_date` int(11) DEFAULT NULL,
32324  `updated_by` int(11) DEFAULT NULL,39391  `updated_by` int(11) DEFAULT NULL,
32325  `deleted_date` int(11) DEFAULT NULL39392  `deleted_date` int(11) DEFAULT NULL
32326) ENGINE=InnoDB DEFAULT CHARSET=latin1;39393) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3232739394
32328-- --------------------------------------------------------39395-- --------------------------------------------------------
3232939396
32330--39397--
32331-- Table structure for table `turnitin_webhooks`39398-- Table structure for table `turnitin_webhooks`
32332--39399--
3233339400
32334CREATE TABLE `turnitin_webhooks` (39401CREATE TABLE `turnitin_webhooks` (
32335  `id` int(11) NOT NULL,39402  `id` int(11) NOT NULL,
32336  `turnitin_id` int(11) NOT NULL,39403  `turnitin_id` int(11) NOT NULL,
32337  `registered_id` varchar(200) DEFAULT NULL,39404  `registered_id` varchar(200) DEFAULT NULL,
32338  `webhook_type` varchar(100) DEFAULT NULL,39405  `webhook_type` varchar(100) DEFAULT NULL,
32339  `active` tinyint(1) DEFAULT '0',39406  `active` tinyint(1) DEFAULT '0',
32340  `created_date` int(11) NOT NULL,39407  `created_date` int(11) NOT NULL,
32341  `created_by` int(11) NOT NULL,39408  `created_by` int(11) NOT NULL,
32342  `updated_date` int(11) DEFAULT NULL,39409  `updated_date` int(11) DEFAULT NULL,
32343  `updated_by` int(11) DEFAULT NULL,39410  `updated_by` int(11) DEFAULT NULL,
32344  `deleted_date` int(11) DEFAULT NULL39411  `deleted_date` int(11) DEFAULT NULL
32345) ENGINE=InnoDB DEFAULT CHARSET=latin1;39412) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3234639413
32347-- --------------------------------------------------------39414-- --------------------------------------------------------
3234839415
32349--39416--
32350-- Table structure for table `turnitin_webhook_responses`39417-- Table structure for table `turnitin_webhook_responses`
32351--39418--
3235239419
32353CREATE TABLE `turnitin_webhook_responses` (39420CREATE TABLE `turnitin_webhook_responses` (
32354  `id` int(11) NOT NULL,39421  `id` int(11) NOT NULL,
32355  `webhook_type` varchar(100) DEFAULT NULL,39422  `webhook_type` varchar(100) DEFAULT NULL,
32356  `data` text NOT NULL,39423  `data` text NOT NULL,
32357  `processed` int(11) DEFAULT NULL,39424  `processed` int(11) DEFAULT NULL,
32358  `created_date` int(11) NOT NULL,39425  `created_date` int(11) NOT NULL,
32359  `created_by` int(11) NOT NULL,39426  `created_by` int(11) NOT NULL,
32360  `updated_date` int(11) DEFAULT NULL,39427  `updated_date` int(11) DEFAULT NULL,
32361  `updated_by` int(11) DEFAULT NULL,39428  `updated_by` int(11) DEFAULT NULL,
32362  `deleted_date` int(11) DEFAULT NULL39429  `deleted_date` int(11) DEFAULT NULL
32363) ENGINE=InnoDB DEFAULT CHARSET=latin1;39430) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3236439431
32365-- --------------------------------------------------------39432-- --------------------------------------------------------
3236639433
32367--39434--
32368-- Table structure for table `tweets`39435-- Table structure for table `tweets`
32369--39436--
3237039437
32371CREATE TABLE `tweets` (39438CREATE TABLE `tweets` (
32372  `id` int(11) UNSIGNED NOT NULL,39439  `id` int(11) UNSIGNED NOT NULL,
32373  `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,39440  `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
32374  `tweets_handle` char(16) DEFAULT NULL,39441  `tweets_handle` char(16) DEFAULT NULL,
32375  `tweets_hashtag` char(100) DEFAULT NULL,39442  `tweets_hashtag` char(100) DEFAULT NULL,
32376  `tweets` longtext NOT NULL39443  `tweets` longtext NOT NULL
32377) ENGINE=InnoDB DEFAULT CHARSET=latin1;39444) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3237839445
32379-- --------------------------------------------------------39446-- --------------------------------------------------------
3238039447
32381--39448--
32382-- Table structure for table `users_online`39449-- Table structure for table `users_online`
32383--39450--
3238439451
32385CREATE TABLE `users_online` (39452CREATE TABLE `users_online` (
32386  `session_id` varchar(32) NOT NULL,39453  `session_id` varchar(32) NOT NULL,
32387  `ip_address` varchar(32) NOT NULL,39454  `ip_address` varchar(32) NOT NULL,
32388  `proxy_id` int(12) NOT NULL DEFAULT '0',39455  `proxy_id` int(12) NOT NULL DEFAULT '0',
32389  `username` varchar(32) NOT NULL,39456  `username` varchar(32) NOT NULL,
32390  `firstname` varchar(35) NOT NULL,39457  `firstname` varchar(35) NOT NULL,
32391  `lastname` varchar(35) NOT NULL,39458  `lastname` varchar(35) NOT NULL,
32392  `timestamp` bigint(64) NOT NULL DEFAULT '0'39459  `timestamp` bigint(64) NOT NULL DEFAULT '0'
32393) ENGINE=InnoDB DEFAULT CHARSET=utf8;39460) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3239439461
32395--39462--
32396-- Dumping data for table `users_online`39463-- Dumping data for table `users_online`
32397--39464--
3239839465
32399INSERT INTO `users_online` (`session_id`, `ip_address`, `proxy_id`, `username`, `firstname`, `lastname`, `timestamp`) VALUES39466INSERT INTO `users_online` (`session_id`, `ip_address`, `proxy_id`, `username`, `firstname`, `lastname`, `timestamp`) VALUES
n32400('0tr8o32lf0t04ciqn8ik59fvm0', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),n39467('83oeb5gjupaps8m7lio6s7k4id', '172.21.0.1', 6, 'user6', 'Faculty', 'Lecturer', 1685644426);
32401('1fvnutbvfpetfj16fu29r0gs4r', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32402('1q15i4g60s1r5nol1smg58f0jl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32403('205aom2uem7ii2s95drj207f9b', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32404('28bbu0irphpiub673ac7infchh', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32405('2ib89k1663vrj5klpc9v7bo60p', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32406('2iqm2rqo95feo1igc2g8s881ma', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32407('3jif8kmitso8mc928c313p3kkq', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32408('3rqcnfr3jf92m1o57fs4104hbr', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32409('4ooju2a5sc86nes259csp634fr', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32410('4uecpv1utotc14iugm284olv3h', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32411('5f76mkgdvbaeug7fpnajbd9dbf', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900604),
32412('5m4fm1i63uva4qhil8gfg0phhn', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32413('5sgrh382040hvgevi5s7da6954', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32414('74cemvtqs79pt165dlastl26e7', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32415('97io4r5qlkuhiip4ijbl87glsg', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32416('9okpvoudhdipci4pi6ibpu5t9c', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900874),
32417('9p1o11dje5usm98q46g5oubd36', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32418('9r5e6vnegro715o1pgcen1c649', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32419('aa9f6d0f1kv3almjqcm3ovolh7', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32420('adcr5umm4n9nr03hn5j7ust7a5', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32421('agh5ipmp63na8stcrsht5431tl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32422('asb7kn4j3m899j7e79s6g9sag2', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32423('b134d6r4ffsg65jeq0utg1jkuh', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900641),
32424('b8km6gdo72fj82h80f6sa8jn7h', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32425('b9hs1quarpsq4png47rf66h78p', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32426('birodn3q8801b28r2gm1mp9a8m', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32427('blceictip51tjgrpm8lsu65ajf', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32428('bmi0har2kp56jta7bnitmk6ubm', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32429('bt5c91nlc2ift470vg5h1muhia', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32430('c03hbr6drapeir8sa4qijohm5g', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32431('c9o0otki9qqsdvr9ru6m83jrma', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32432('cdp537o7ldo63oogggoncaus90', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652901844),
32433('daqss09jspuumctnoj5brrf0vv', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32434('dc3lsksr7n6atj37q3vujturmg', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32435('dj8hibqa9lrpti2jn8br4j32c9', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32436('e3686o9a59aptc7qg56jvmch42', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32437('esnrufl3k5qepi1e0lhteked16', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900711),
32438('ffk4tgcpcs9fc6jlgv7lcmb5hp', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32439('fu0aonvl3ue0elvu1175n5281k', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32440('fv9hqsg3m27t1ukgc12vjp4al6', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32441('g9qtjmo9ng3pk22c8494drh05u', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32442('hj9dc6pjoddiojlhoga9ag678r', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32443('i2d6k2vfbn23ls3d5s9b53rfck', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900007),
32444('ic6lrpmn8bi1sgo2qorq9ttfej', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32445('iti15o2g2co30qad13mddu09de', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32446('j3u4tdn6eij1tjr4174ltj202h', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32447('j79thpraiead2f2vaik2bss586', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32448('jb9k0l9brtct752cbimc7d0sl4', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900504),
32449('jbebu1un2pp69v6tpd3eoa7v7s', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32450('jmmg2htf4ss6pk2ajpsnsur0rl', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32451('jo53logt164trmiuh95k9b801s', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32452('jtq4f3pu58seqisvogau0ponft', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900458),
32453('ktv7njcfla118q59i47l98fg3f', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32454('l8j2406nc7j3ooq7s67ao5641a', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900699),
32455('lsi42bpekpi6vdane15e5cdgva', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900593),
32456('m3q34t79cb13qsa8n6rd41bd63', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32457('ml739r3v2n8m8lkrh1sf2lt0fo', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32458('n86f5p436o22u9finc6brbid6t', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32459('ns4pqpp4e9l7lcprhtr13ndpo8', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900493),
32460('of00g98q9883v9ldr2gck8seah', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32461('pf66l74ll713ah9p27944nbg6b', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32462('q8vtj4iu7grg4ltomng0n47h19', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32463('rinlsbfsn2dlu2ke1lbrnlbo2v', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32464('shh6uloqge4ndt380toh23q6rn', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32465('ssge4kuf7hpf4lr6hl3dbjsfh4', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32466('t5ui6834qcpov38k693e3uv1fm', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32467('tcmlqr8u8oh6d2sbf67qcgnbdl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32468('u5ju88ilatjc3ajkjrmpn5skmk', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32469('un7dsqa8jj0gv0jmblhca6blqb', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586),
32470('uv99aib4nu7c0931afv8k1470a', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32471('uvcm7tcinlhhubgs5gsn53lq0i', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586),
32472('v7gg7r8aapvuo1v4glteqdsc2i', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586);
3247339468
32474-- --------------------------------------------------------39469-- --------------------------------------------------------
3247539470
32476--39471--
32477-- Table structure for table `user_access_requests`39472-- Table structure for table `user_access_requests`
32478--39473--
3247939474
32480CREATE TABLE `user_access_requests` (39475CREATE TABLE `user_access_requests` (
32481  `user_access_request_id` int(12) UNSIGNED NOT NULL,39476  `user_access_request_id` int(12) UNSIGNED NOT NULL,
32482  `receiving_proxy_id` int(12) UNSIGNED NOT NULL,39477  `receiving_proxy_id` int(12) UNSIGNED NOT NULL,
32483  `requested_user_firstname` varchar(35) NOT NULL,39478  `requested_user_firstname` varchar(35) NOT NULL,
32484  `requested_user_lastname` varchar(35) NOT NULL,39479  `requested_user_lastname` varchar(35) NOT NULL,
32485  `requested_user_email` varchar(255) NOT NULL,39480  `requested_user_email` varchar(255) NOT NULL,
32486  `requested_user_number` int(12) DEFAULT NULL,39481  `requested_user_number` int(12) DEFAULT NULL,
32487  `requested_group` varchar(35) NOT NULL,39482  `requested_group` varchar(35) NOT NULL,
32488  `requested_role` varchar(35) NOT NULL,39483  `requested_role` varchar(35) NOT NULL,
32489  `additional_comments` text,39484  `additional_comments` text,
32490  `created_date` bigint(64) UNSIGNED NOT NULL,39485  `created_date` bigint(64) UNSIGNED NOT NULL,
32491  `created_by` int(12) UNSIGNED NOT NULL,39486  `created_by` int(12) UNSIGNED NOT NULL,
32492  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,39487  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
32493  `updated_by` int(12) UNSIGNED DEFAULT NULL,39488  `updated_by` int(12) UNSIGNED DEFAULT NULL,
32494  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL39489  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL
32495) ENGINE=InnoDB DEFAULT CHARSET=utf8;39490) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3249639491
32497-- --------------------------------------------------------39492-- --------------------------------------------------------
3249839493
32499--39494--
32500-- Table structure for table `user_learner_levels`39495-- Table structure for table `user_learner_levels`
32501--39496--
3250239497
32503CREATE TABLE `user_learner_levels` (39498CREATE TABLE `user_learner_levels` (
32504  `user_learner_level_id` int(11) UNSIGNED NOT NULL,39499  `user_learner_level_id` int(11) UNSIGNED NOT NULL,
32505  `proxy_id` int(11) UNSIGNED NOT NULL,39500  `proxy_id` int(11) UNSIGNED NOT NULL,
32506  `level_id` int(11) UNSIGNED NOT NULL,39501  `level_id` int(11) UNSIGNED NOT NULL,
32507  `seniority` enum('junior','senior') COLLATE utf8_unicode_ci DEFAULT NULL,39502  `seniority` enum('junior','senior') COLLATE utf8_unicode_ci DEFAULT NULL,
32508  `course_id` int(11) UNSIGNED DEFAULT NULL,39503  `course_id` int(11) UNSIGNED DEFAULT NULL,
32509  `cbme` tinyint(1) NOT NULL DEFAULT '0',39504  `cbme` tinyint(1) NOT NULL DEFAULT '0',
32510  `stage_objective_id` int(11) UNSIGNED DEFAULT NULL,39505  `stage_objective_id` int(11) UNSIGNED DEFAULT NULL,
32511  `cperiod_id` int(11) UNSIGNED NOT NULL,39506  `cperiod_id` int(11) UNSIGNED NOT NULL,
32512  `start_date` bigint(64) UNSIGNED NOT NULL,39507  `start_date` bigint(64) UNSIGNED NOT NULL,
32513  `finish_date` bigint(64) DEFAULT NULL,39508  `finish_date` bigint(64) DEFAULT NULL,
32514  `status_id` int(11) UNSIGNED NOT NULL,39509  `status_id` int(11) UNSIGNED NOT NULL,
32515  `active` tinyint(1) NOT NULL DEFAULT '1',39510  `active` tinyint(1) NOT NULL DEFAULT '1',
32516  `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,39511  `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
32517  `created_date` bigint(64) UNSIGNED NOT NULL,39512  `created_date` bigint(64) UNSIGNED NOT NULL,
32518  `created_by` int(11) UNSIGNED NOT NULL,39513  `created_by` int(11) UNSIGNED NOT NULL,
32519  `updated_by` int(11) UNSIGNED DEFAULT NULL,39514  `updated_by` int(11) UNSIGNED DEFAULT NULL,
32520  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,39515  `updated_date` bigint(64) UNSIGNED DEFAULT NULL,
32521  `updated_by_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,39516  `updated_by_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
32522  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,39517  `deleted_date` bigint(64) UNSIGNED DEFAULT NULL,
32523  `deleted_by` int(11) UNSIGNED DEFAULT NULL39518  `deleted_by` int(11) UNSIGNED DEFAULT NULL
32524) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;39519) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
3252539520
32526--39521--
32527-- Dumping data for table `user_learner_levels`39522-- Dumping data for table `user_learner_levels`
32528--39523--
3252939524
32530INSERT INTO `user_learner_levels` (`user_learner_level_id`, `proxy_id`, `level_id`, `seniority`, `course_id`, `cbme`, `stage_objective_id`, `cperiod_id`, `start_date`, `finish_date`, `status_id`, `active`, `notes`, `created_date`, `created_by`, `updated_by`, `updated_date`, `updated_by_type`, `deleted_date`, `deleted_by`) VALUES39525INSERT INTO `user_learner_levels` (`user_learner_level_id`, `proxy_id`, `level_id`, `seniority`, `course_id`, `cbme`, `stage_objective_id`, `cperiod_id`, `start_date`, `finish_date`, `status_id`, `active`, `notes`, `created_date`, `created_by`, `updated_by`, `updated_date`, `updated_by_type`, `deleted_date`, `deleted_by`) VALUES
32531(1, 9, 1, NULL, 1, 1, NULL, 5, 1685381586, NULL, 1, 1, NULL, 1685381586, 1, NULL, NULL, 'manual', NULL, NULL);39526(1, 9, 1, NULL, 1, 1, NULL, 5, 1685381586, NULL, 1, 1, NULL, 1685381586, 1, NULL, NULL, 'manual', NULL, NULL);
3253239527
32533-- --------------------------------------------------------39528-- --------------------------------------------------------
3253439529
32535--39530--
32536-- Table structure for table `websockets_statistics_entries`39531-- Table structure for table `websockets_statistics_entries`
32537--39532--
3253839533
32539CREATE TABLE `websockets_statistics_entries` (39534CREATE TABLE `websockets_statistics_entries` (
32540  `id` int(12) NOT NULL,39535  `id` int(12) NOT NULL,
32541  `app_id` varchar(255) DEFAULT NULL,39536  `app_id` varchar(255) DEFAULT NULL,
32542  `peak_connection_count` int(12) UNSIGNED DEFAULT NULL,39537  `peak_connection_count` int(12) UNSIGNED DEFAULT NULL,
32543  `websocket_message_count` int(12) UNSIGNED DEFAULT NULL,39538  `websocket_message_count` int(12) UNSIGNED DEFAULT NULL,
32544  `api_message_count` int(12) UNSIGNED DEFAULT NULL,39539  `api_message_count` int(12) UNSIGNED DEFAULT NULL,
32545  `created_date` bigint(64) DEFAULT NULL,39540  `created_date` bigint(64) DEFAULT NULL,
32546  `updated_date` bigint(64) DEFAULT NULL39541  `updated_date` bigint(64) DEFAULT NULL
32547) ENGINE=InnoDB DEFAULT CHARSET=latin1;39542) ENGINE=InnoDB DEFAULT CHARSET=latin1;
3254839543
32549-- --------------------------------------------------------39544-- --------------------------------------------------------
3255039545
32551--39546--
32552-- Table structure for table `weeks`39547-- Table structure for table `weeks`
32553--39548--
3255439549
32555CREATE TABLE `weeks` (39550CREATE TABLE `weeks` (
32556  `week_id` int(11) UNSIGNED NOT NULL,39551  `week_id` int(11) UNSIGNED NOT NULL,
32557  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,39552  `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL,
32558  `organisation_id` int(11) UNSIGNED DEFAULT NULL,39553  `organisation_id` int(11) UNSIGNED DEFAULT NULL,
32559  `week_title` varchar(128) NOT NULL DEFAULT '',39554  `week_title` varchar(128) NOT NULL DEFAULT '',
32560  `updated_date` bigint(64) DEFAULT NULL,39555  `updated_date` bigint(64) DEFAULT NULL,
32561  `updated_by` int(11) DEFAULT NULL,39556  `updated_by` int(11) DEFAULT NULL,
32562  `created_date` bigint(64) NOT NULL,39557  `created_date` bigint(64) NOT NULL,
32563  `created_by` int(11) NOT NULL,39558  `created_by` int(11) NOT NULL,
32564  `deleted_date` bigint(64) DEFAULT NULL,39559  `deleted_date` bigint(64) DEFAULT NULL,
32565  `week_order` int(12) NOT NULL DEFAULT '0'39560  `week_order` int(12) NOT NULL DEFAULT '0'
32566) ENGINE=InnoDB DEFAULT CHARSET=utf8;39561) ENGINE=InnoDB DEFAULT CHARSET=utf8;
3256739562
32568--39563--
32569-- Dumping data for table `weeks`39564-- Dumping data for table `weeks`
32570--39565--
3257139566
32572INSERT INTO `weeks` (`week_id`, `curriculum_type_id`, `organisation_id`, `week_title`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `week_order`) VALUES39567INSERT INTO `weeks` (`week_id`, `curriculum_type_id`, `organisation_id`, `week_title`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `week_order`) VALUES
32573(1, 1, 1, 'First Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0),39568(1, 1, 1, 'First Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0),
32574(2, 1, 1, 'Subsequent Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0);39569(2, 1, 1, 'Subsequent Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0);
3257539570
32576--39571--
32577-- Indexes for dumped tables39572-- Indexes for dumped tables
32578--39573--
3257939574
32580--39575--
32581-- Indexes for table `ali_resources`39576-- Indexes for table `ali_resources`
32582--39577--
32583ALTER TABLE `ali_resources`39578ALTER TABLE `ali_resources`
32584  ADD PRIMARY KEY (`ali_resource_id`);39579  ADD PRIMARY KEY (`ali_resource_id`);
3258539580
32586--39581--
32587-- Indexes for table `ali_resource_entities`39582-- Indexes for table `ali_resource_entities`
32588--39583--
32589ALTER TABLE `ali_resource_entities`39584ALTER TABLE `ali_resource_entities`
32590  ADD PRIMARY KEY (`ali_resource_entity_id`);39585  ADD PRIMARY KEY (`ali_resource_entity_id`);
3259139586
32592--39587--
32593-- Indexes for table `ali_resource_meta`39588-- Indexes for table `ali_resource_meta`
32594--39589--
32595ALTER TABLE `ali_resource_meta`39590ALTER TABLE `ali_resource_meta`
32596  ADD PRIMARY KEY (`ali_resource_meta_id`);39591  ADD PRIMARY KEY (`ali_resource_meta_id`);
3259739592
32598--39593--
32599-- Indexes for table `ali_resource_meta_types`39594-- Indexes for table `ali_resource_meta_types`
32600--39595--
32601ALTER TABLE `ali_resource_meta_types`39596ALTER TABLE `ali_resource_meta_types`
32602  ADD PRIMARY KEY (`ali_resource_meta_type_id`);39597  ADD PRIMARY KEY (`ali_resource_meta_type_id`);
3260339598
32604--39599--
32605-- Indexes for table `ali_resource_organisation`39600-- Indexes for table `ali_resource_organisation`
32606--39601--
32607ALTER TABLE `ali_resource_organisation`39602ALTER TABLE `ali_resource_organisation`
32608  ADD PRIMARY KEY (`ali_resource_organisation_id`);39603  ADD PRIMARY KEY (`ali_resource_organisation_id`);
3260939604
32610--39605--
32611-- Indexes for table `ali_resource_types`39606-- Indexes for table `ali_resource_types`
32612--39607--
32613ALTER TABLE `ali_resource_types`39608ALTER TABLE `ali_resource_types`
32614  ADD PRIMARY KEY (`ali_resource_type_id`);39609  ADD PRIMARY KEY (`ali_resource_type_id`);
3261539610
32616--39611--
32617-- Indexes for table `ali_resource_type_organisation`39612-- Indexes for table `ali_resource_type_organisation`
32618--39613--
32619ALTER TABLE `ali_resource_type_organisation`39614ALTER TABLE `ali_resource_type_organisation`
32620  ADD PRIMARY KEY (`ali_resource_type_organisation_id`);39615  ADD PRIMARY KEY (`ali_resource_type_organisation_id`);
3262139616
32622--39617--
32623-- Indexes for table `ar_book_chapter_mono`39618-- Indexes for table `ar_book_chapter_mono`
32624--39619--
32625ALTER TABLE `ar_book_chapter_mono`39620ALTER TABLE `ar_book_chapter_mono`
32626  ADD PRIMARY KEY (`book_chapter_mono_id`);39621  ADD PRIMARY KEY (`book_chapter_mono_id`);
3262739622
32628--39623--
32629-- Indexes for table `ar_clinical_activity`39624-- Indexes for table `ar_clinical_activity`
32630--39625--
32631ALTER TABLE `ar_clinical_activity`39626ALTER TABLE `ar_clinical_activity`
32632  ADD PRIMARY KEY (`clinical_activity_id`);39627  ADD PRIMARY KEY (`clinical_activity_id`);
3263339628
32634--39629--
32635-- Indexes for table `ar_clinical_education`39630-- Indexes for table `ar_clinical_education`
32636--39631--
32637ALTER TABLE `ar_clinical_education`39632ALTER TABLE `ar_clinical_education`
32638  ADD PRIMARY KEY (`clinical_education_id`);39633  ADD PRIMARY KEY (`clinical_education_id`);
3263939634
32640--39635--
32641-- Indexes for table `ar_clinical_innovation`39636-- Indexes for table `ar_clinical_innovation`
32642--39637--
32643ALTER TABLE `ar_clinical_innovation`39638ALTER TABLE `ar_clinical_innovation`
32644  ADD PRIMARY KEY (`clinical_innovation_id`);39639  ADD PRIMARY KEY (`clinical_innovation_id`);
3264539640
32646--39641--
32647-- Indexes for table `ar_clinics`39642-- Indexes for table `ar_clinics`
32648--39643--
32649ALTER TABLE `ar_clinics`39644ALTER TABLE `ar_clinics`
32650  ADD PRIMARY KEY (`clinics_id`);39645  ADD PRIMARY KEY (`clinics_id`);
3265139646
32652--39647--
32653-- Indexes for table `ar_conference_papers`39648-- Indexes for table `ar_conference_papers`
32654--39649--
32655ALTER TABLE `ar_conference_papers`39650ALTER TABLE `ar_conference_papers`
32656  ADD PRIMARY KEY (`conference_papers_id`);39651  ADD PRIMARY KEY (`conference_papers_id`);
3265739652
32658--39653--
32659-- Indexes for table `ar_consults`39654-- Indexes for table `ar_consults`
32660--39655--
32661ALTER TABLE `ar_consults`39656ALTER TABLE `ar_consults`
32662  ADD PRIMARY KEY (`consults_id`);39657  ADD PRIMARY KEY (`consults_id`);
3266339658
32664--39659--
32665-- Indexes for table `ar_continuing_education`39660-- Indexes for table `ar_continuing_education`
32666--39661--
32667ALTER TABLE `ar_continuing_education`39662ALTER TABLE `ar_continuing_education`
32668  ADD PRIMARY KEY (`continuing_education_id`);39663  ADD PRIMARY KEY (`continuing_education_id`);
3266939664
32670--39665--
32671-- Indexes for table `ar_external_contributions`39666-- Indexes for table `ar_external_contributions`
32672--39667--
32673ALTER TABLE `ar_external_contributions`39668ALTER TABLE `ar_external_contributions`
32674  ADD PRIMARY KEY (`external_contributions_id`);39669  ADD PRIMARY KEY (`external_contributions_id`);
3267539670
32676--39671--
32677-- Indexes for table `ar_graduate_supervision`39672-- Indexes for table `ar_graduate_supervision`
32678--39673--
32679ALTER TABLE `ar_graduate_supervision`39674ALTER TABLE `ar_graduate_supervision`
32680  ADD PRIMARY KEY (`graduate_supervision_id`);39675  ADD PRIMARY KEY (`graduate_supervision_id`);
3268139676
32682--39677--
32683-- Indexes for table `ar_graduate_teaching`39678-- Indexes for table `ar_graduate_teaching`
32684--39679--
32685ALTER TABLE `ar_graduate_teaching`39680ALTER TABLE `ar_graduate_teaching`
32686  ADD PRIMARY KEY (`graduate_teaching_id`);39681  ADD PRIMARY KEY (`graduate_teaching_id`);
3268739682
32688--39683--
32689-- Indexes for table `ar_innovation`39684-- Indexes for table `ar_innovation`
32690--39685--
32691ALTER TABLE `ar_innovation`39686ALTER TABLE `ar_innovation`
32692  ADD PRIMARY KEY (`innovation_id`);39687  ADD PRIMARY KEY (`innovation_id`);
3269339688
32694--39689--
32695-- Indexes for table `ar_internal_contributions`39690-- Indexes for table `ar_internal_contributions`
32696--39691--
32697ALTER TABLE `ar_internal_contributions`39692ALTER TABLE `ar_internal_contributions`
32698  ADD PRIMARY KEY (`internal_contributions_id`);39693  ADD PRIMARY KEY (`internal_contributions_id`);
3269939694
32700--39695--
32701-- Indexes for table `ar_lu_activity_types`39696-- Indexes for table `ar_lu_activity_types`
32702--39697--
32703ALTER TABLE `ar_lu_activity_types`39698ALTER TABLE `ar_lu_activity_types`
32704  ADD PRIMARY KEY (`id`);39699  ADD PRIMARY KEY (`id`);
3270539700
32706--39701--
32707-- Indexes for table `ar_lu_clinical_locations`39702-- Indexes for table `ar_lu_clinical_locations`
32708--39703--
32709ALTER TABLE `ar_lu_clinical_locations`39704ALTER TABLE `ar_lu_clinical_locations`
32710  ADD PRIMARY KEY (`id`);39705  ADD PRIMARY KEY (`id`);
3271139706
32712--39707--
32713-- Indexes for table `ar_lu_conference_paper_types`39708-- Indexes for table `ar_lu_conference_paper_types`
32714--39709--
32715ALTER TABLE `ar_lu_conference_paper_types`39710ALTER TABLE `ar_lu_conference_paper_types`
32716  ADD PRIMARY KEY (`id`);39711  ADD PRIMARY KEY (`id`);
3271739712
32718--39713--
32719-- Indexes for table `ar_lu_consult_locations`39714-- Indexes for table `ar_lu_consult_locations`
32720--39715--
32721ALTER TABLE `ar_lu_consult_locations`39716ALTER TABLE `ar_lu_consult_locations`
32722  ADD PRIMARY KEY (`id`);39717  ADD PRIMARY KEY (`id`);
3272339718
32724--39719--
32725-- Indexes for table `ar_lu_contribution_roles`39720-- Indexes for table `ar_lu_contribution_roles`
32726--39721--
32727ALTER TABLE `ar_lu_contribution_roles`39722ALTER TABLE `ar_lu_contribution_roles`
32728  ADD PRIMARY KEY (`id`);39723  ADD PRIMARY KEY (`id`);
3272939724
32730--39725--
32731-- Indexes for table `ar_lu_contribution_types`39726-- Indexes for table `ar_lu_contribution_types`
32732--39727--
32733ALTER TABLE `ar_lu_contribution_types`39728ALTER TABLE `ar_lu_contribution_types`
32734  ADD PRIMARY KEY (`id`);39729  ADD PRIMARY KEY (`id`);
3273539730
32736--39731--
32737-- Indexes for table `ar_lu_degree_types`39732-- Indexes for table `ar_lu_degree_types`
32738--39733--
32739ALTER TABLE `ar_lu_degree_types`39734ALTER TABLE `ar_lu_degree_types`
32740  ADD PRIMARY KEY (`id`);39735  ADD PRIMARY KEY (`id`);
3274139736
32742--39737--
32743-- Indexes for table `ar_lu_education_locations`39738-- Indexes for table `ar_lu_education_locations`
32744--39739--
32745ALTER TABLE `ar_lu_education_locations`39740ALTER TABLE `ar_lu_education_locations`
32746  ADD PRIMARY KEY (`id`);39741  ADD PRIMARY KEY (`id`);
3274739742
32748--39743--
32749-- Indexes for table `ar_lu_focus_groups`39744-- Indexes for table `ar_lu_focus_groups`
32750--39745--
32751ALTER TABLE `ar_lu_focus_groups`39746ALTER TABLE `ar_lu_focus_groups`
32752  ADD PRIMARY KEY (`group_id`),39747  ADD PRIMARY KEY (`group_id`),
32753  ADD KEY `focus_group` (`focus_group`);39748  ADD KEY `focus_group` (`focus_group`);
3275439749
32755--39750--
32756-- Indexes for table `ar_lu_hospital_location`39751-- Indexes for table `ar_lu_hospital_location`
32757--39752--
32758ALTER TABLE `ar_lu_hospital_location`39753ALTER TABLE `ar_lu_hospital_location`
32759  ADD PRIMARY KEY (`hosp_id`),39754  ADD PRIMARY KEY (`hosp_id`),
32760  ADD KEY `hosp_desc` (`hosp_desc`);39755  ADD KEY `hosp_desc` (`hosp_desc`);
3276139756
32762--39757--
32763-- Indexes for table `ar_lu_innovation_types`39758-- Indexes for table `ar_lu_innovation_types`
32764--39759--
32765ALTER TABLE `ar_lu_innovation_types`39760ALTER TABLE `ar_lu_innovation_types`
32766  ADD PRIMARY KEY (`id`);39761  ADD PRIMARY KEY (`id`);
3276739762
32768--39763--
32769-- Indexes for table `ar_lu_membership_roles`39764-- Indexes for table `ar_lu_membership_roles`
32770--39765--
32771ALTER TABLE `ar_lu_membership_roles`39766ALTER TABLE `ar_lu_membership_roles`
32772  ADD PRIMARY KEY (`id`);39767  ADD PRIMARY KEY (`id`);
3277339768
32774--39769--
32775-- Indexes for table `ar_lu_on_call_locations`39770-- Indexes for table `ar_lu_on_call_locations`
32776--39771--
32777ALTER TABLE `ar_lu_on_call_locations`39772ALTER TABLE `ar_lu_on_call_locations`
32778  ADD PRIMARY KEY (`id`);39773  ADD PRIMARY KEY (`id`);
3277939774
32780--39775--
32781-- Indexes for table `ar_lu_other_locations`39776-- Indexes for table `ar_lu_other_locations`
32782--39777--
32783ALTER TABLE `ar_lu_other_locations`39778ALTER TABLE `ar_lu_other_locations`
32784  ADD PRIMARY KEY (`id`);39779  ADD PRIMARY KEY (`id`);
3278539780
32786--39781--
32787-- Indexes for table `ar_lu_patent_types`39782-- Indexes for table `ar_lu_patent_types`
32788--39783--
32789ALTER TABLE `ar_lu_patent_types`39784ALTER TABLE `ar_lu_patent_types`
32790  ADD PRIMARY KEY (`id`);39785  ADD PRIMARY KEY (`id`);
3279139786
32792--39787--
32793-- Indexes for table `ar_lu_prize_categories`39788-- Indexes for table `ar_lu_prize_categories`
32794--39789--
32795ALTER TABLE `ar_lu_prize_categories`39790ALTER TABLE `ar_lu_prize_categories`
32796  ADD PRIMARY KEY (`id`);39791  ADD PRIMARY KEY (`id`);
3279739792
32798--39793--
32799-- Indexes for table `ar_lu_prize_types`39794-- Indexes for table `ar_lu_prize_types`
32800--39795--
32801ALTER TABLE `ar_lu_prize_types`39796ALTER TABLE `ar_lu_prize_types`
32802  ADD PRIMARY KEY (`id`);39797  ADD PRIMARY KEY (`id`);
3280339798
32804--39799--
32805-- Indexes for table `ar_lu_profile_roles`39800-- Indexes for table `ar_lu_profile_roles`
32806--39801--
32807ALTER TABLE `ar_lu_profile_roles`39802ALTER TABLE `ar_lu_profile_roles`
32808  ADD PRIMARY KEY (`id`);39803  ADD PRIMARY KEY (`id`);
3280939804
32810--39805--
32811-- Indexes for table `ar_lu_pr_roles`39806-- Indexes for table `ar_lu_pr_roles`
32812--39807--
32813ALTER TABLE `ar_lu_pr_roles`39808ALTER TABLE `ar_lu_pr_roles`
32814  ADD PRIMARY KEY (`role_id`),39809  ADD PRIMARY KEY (`role_id`),
32815  ADD KEY `role_description` (`role_description`);39810  ADD KEY `role_description` (`role_description`);
3281639811
32817--39812--
32818-- Indexes for table `ar_lu_publication_statuses`39813-- Indexes for table `ar_lu_publication_statuses`
32819--39814--
32820ALTER TABLE `ar_lu_publication_statuses`39815ALTER TABLE `ar_lu_publication_statuses`
32821  ADD PRIMARY KEY (`id`);39816  ADD PRIMARY KEY (`id`);
3282239817
32823--39818--
32824-- Indexes for table `ar_lu_publication_type`39819-- Indexes for table `ar_lu_publication_type`
32825--39820--
32826ALTER TABLE `ar_lu_publication_type`39821ALTER TABLE `ar_lu_publication_type`
32827  ADD PRIMARY KEY (`type_id`),39822  ADD PRIMARY KEY (`type_id`),
32828  ADD KEY `type_description` (`type_description`);39823  ADD KEY `type_description` (`type_description`);
3282939824
32830--39825--
32831-- Indexes for table `ar_lu_research_types`39826-- Indexes for table `ar_lu_research_types`
32832--39827--
32833ALTER TABLE `ar_lu_research_types`39828ALTER TABLE `ar_lu_research_types`
32834  ADD PRIMARY KEY (`id`);39829  ADD PRIMARY KEY (`id`);
3283539830
32836--39831--
32837-- Indexes for table `ar_lu_scholarly_types`39832-- Indexes for table `ar_lu_scholarly_types`
32838--39833--
32839ALTER TABLE `ar_lu_scholarly_types`39834ALTER TABLE `ar_lu_scholarly_types`
32840  ADD PRIMARY KEY (`id`);39835  ADD PRIMARY KEY (`id`);
3284139836
32842--39837--
32843-- Indexes for table `ar_lu_self_education_types`39838-- Indexes for table `ar_lu_self_education_types`
32844--39839--
32845ALTER TABLE `ar_lu_self_education_types`39840ALTER TABLE `ar_lu_self_education_types`
32846  ADD PRIMARY KEY (`id`);39841  ADD PRIMARY KEY (`id`);
3284739842
32848--39843--
32849-- Indexes for table `ar_lu_supervision_types`39844-- Indexes for table `ar_lu_supervision_types`
32850--39845--
32851ALTER TABLE `ar_lu_supervision_types`39846ALTER TABLE `ar_lu_supervision_types`
32852  ADD PRIMARY KEY (`id`);39847  ADD PRIMARY KEY (`id`);
3285339848
32854--39849--
32855-- Indexes for table `ar_lu_trainee_levels`39850-- Indexes for table `ar_lu_trainee_levels`
32856--39851--
32857ALTER TABLE `ar_lu_trainee_levels`39852ALTER TABLE `ar_lu_trainee_levels`
32858  ADD PRIMARY KEY (`id`);39853  ADD PRIMARY KEY (`id`);
3285939854
32860--39855--
32861-- Indexes for table `ar_lu_undergraduate_supervision_courses`39856-- Indexes for table `ar_lu_undergraduate_supervision_courses`
32862--39857--
32863ALTER TABLE `ar_lu_undergraduate_supervision_courses`39858ALTER TABLE `ar_lu_undergraduate_supervision_courses`
32864  ADD PRIMARY KEY (`id`);39859  ADD PRIMARY KEY (`id`);
3286539860
32866--39861--
32867-- Indexes for table `ar_memberships`39862-- Indexes for table `ar_memberships`
32868--39863--
32869ALTER TABLE `ar_memberships`39864ALTER TABLE `ar_memberships`
32870  ADD PRIMARY KEY (`memberships_id`);39865  ADD PRIMARY KEY (`memberships_id`);
3287139866
32872--39867--
32873-- Indexes for table `ar_non_peer_reviewed_papers`39868-- Indexes for table `ar_non_peer_reviewed_papers`
32874--39869--
32875ALTER TABLE `ar_non_peer_reviewed_papers`39870ALTER TABLE `ar_non_peer_reviewed_papers`
32876  ADD PRIMARY KEY (`non_peer_reviewed_papers_id`);39871  ADD PRIMARY KEY (`non_peer_reviewed_papers_id`);
3287739872
32878--39873--
32879-- Indexes for table `ar_on_call`39874-- Indexes for table `ar_on_call`
32880--39875--
32881ALTER TABLE `ar_on_call`39876ALTER TABLE `ar_on_call`
32882  ADD PRIMARY KEY (`on_call_id`);39877  ADD PRIMARY KEY (`on_call_id`);
3288339878
32884--39879--
32885-- Indexes for table `ar_other`39880-- Indexes for table `ar_other`
32886--39881--
32887ALTER TABLE `ar_other`39882ALTER TABLE `ar_other`
32888  ADD PRIMARY KEY (`other_id`);39883  ADD PRIMARY KEY (`other_id`);
3288939884
32890--39885--
32891-- Indexes for table `ar_other_activity`39886-- Indexes for table `ar_other_activity`
32892--39887--
32893ALTER TABLE `ar_other_activity`39888ALTER TABLE `ar_other_activity`
32894  ADD PRIMARY KEY (`other_activity_id`);39889  ADD PRIMARY KEY (`other_activity_id`);
3289539890
32896--39891--
32897-- Indexes for table `ar_patent_activity`39892-- Indexes for table `ar_patent_activity`
32898--39893--
32899ALTER TABLE `ar_patent_activity`39894ALTER TABLE `ar_patent_activity`
32900  ADD PRIMARY KEY (`patent_activity_id`);39895  ADD PRIMARY KEY (`patent_activity_id`);
3290139896
32902--39897--
32903-- Indexes for table `ar_peer_reviewed_papers`39898-- Indexes for table `ar_peer_reviewed_papers`
32904--39899--
32905ALTER TABLE `ar_peer_reviewed_papers`39900ALTER TABLE `ar_peer_reviewed_papers`
32906  ADD PRIMARY KEY (`peer_reviewed_papers_id`);39901  ADD PRIMARY KEY (`peer_reviewed_papers_id`);
3290739902
32908--39903--
32909-- Indexes for table `ar_poster_reports`39904-- Indexes for table `ar_poster_reports`
32910--39905--
32911ALTER TABLE `ar_poster_reports`39906ALTER TABLE `ar_poster_reports`
32912  ADD PRIMARY KEY (`poster_reports_id`);39907  ADD PRIMARY KEY (`poster_reports_id`);
3291339908
32914--39909--
32915-- Indexes for table `ar_prizes`39910-- Indexes for table `ar_prizes`
32916--39911--
32917ALTER TABLE `ar_prizes`39912ALTER TABLE `ar_prizes`
32918  ADD PRIMARY KEY (`prizes_id`);39913  ADD PRIMARY KEY (`prizes_id`);
3291939914
32920--39915--
32921-- Indexes for table `ar_procedures`39916-- Indexes for table `ar_procedures`
32922--39917--
32923ALTER TABLE `ar_procedures`39918ALTER TABLE `ar_procedures`
32924  ADD PRIMARY KEY (`procedures_id`);39919  ADD PRIMARY KEY (`procedures_id`);
3292539920
32926--39921--
32927-- Indexes for table `ar_profile`39922-- Indexes for table `ar_profile`
32928--39923--
32929ALTER TABLE `ar_profile`39924ALTER TABLE `ar_profile`
32930  ADD PRIMARY KEY (`profile_id`);39925  ADD PRIMARY KEY (`profile_id`);
3293139926
32932--39927--
32933-- Indexes for table `ar_research`39928-- Indexes for table `ar_research`
32934--39929--
32935ALTER TABLE `ar_research`39930ALTER TABLE `ar_research`
32936  ADD PRIMARY KEY (`research_id`);39931  ADD PRIMARY KEY (`research_id`);
3293739932
32938--39933--
32939-- Indexes for table `ar_scholarly_activity`39934-- Indexes for table `ar_scholarly_activity`
32940--39935--
32941ALTER TABLE `ar_scholarly_activity`39936ALTER TABLE `ar_scholarly_activity`
32942  ADD PRIMARY KEY (`scholarly_activity_id`);39937  ADD PRIMARY KEY (`scholarly_activity_id`);
3294339938
32944--39939--
32945-- Indexes for table `ar_self_education`39940-- Indexes for table `ar_self_education`
32946--39941--
32947ALTER TABLE `ar_self_education`39942ALTER TABLE `ar_self_education`
32948  ADD PRIMARY KEY (`self_education_id`);39943  ADD PRIMARY KEY (`self_education_id`);
3294939944
32950--39945--
32951-- Indexes for table `ar_undergraduate_nonmedical_teaching`39946-- Indexes for table `ar_undergraduate_nonmedical_teaching`
32952--39947--
32953ALTER TABLE `ar_undergraduate_nonmedical_teaching`39948ALTER TABLE `ar_undergraduate_nonmedical_teaching`
32954  ADD PRIMARY KEY (`undergraduate_nonmedical_teaching_id`);39949  ADD PRIMARY KEY (`undergraduate_nonmedical_teaching_id`);
3295539950
32956--39951--
32957-- Indexes for table `ar_undergraduate_supervision`39952-- Indexes for table `ar_undergraduate_supervision`
32958--39953--
32959ALTER TABLE `ar_undergraduate_supervision`39954ALTER TABLE `ar_undergraduate_supervision`
32960  ADD PRIMARY KEY (`undergraduate_supervision_id`);39955  ADD PRIMARY KEY (`undergraduate_supervision_id`);
3296139956
32962--39957--
32963-- Indexes for table `ar_undergraduate_teaching`39958-- Indexes for table `ar_undergraduate_teaching`
32964--39959--
32965ALTER TABLE `ar_undergraduate_teaching`39960ALTER TABLE `ar_undergraduate_teaching`
32966  ADD PRIMARY KEY (`undergraduate_teaching_id`);39961  ADD PRIMARY KEY (`undergraduate_teaching_id`);
3296739962
32968--39963--
32969-- Indexes for table `ar_ward_supervision`39964-- Indexes for table `ar_ward_supervision`
32970--39965--
32971ALTER TABLE `ar_ward_supervision`39966ALTER TABLE `ar_ward_supervision`
32972  ADD PRIMARY KEY (`ward_supervision_id`);39967  ADD PRIMARY KEY (`ward_supervision_id`);
3297339968
32974--39969--
32975-- Indexes for table `assessments`39970-- Indexes for table `assessments`
32976--39971--
32977ALTER TABLE `assessments`39972ALTER TABLE `assessments`
32978  ADD PRIMARY KEY (`assessment_id`),39973  ADD PRIMARY KEY (`assessment_id`),
32979  ADD KEY `order` (`order`),39974  ADD KEY `order` (`order`),
32980  ADD KEY `marking_scheme_id` (`marking_scheme_id`);39975  ADD KEY `marking_scheme_id` (`marking_scheme_id`);
3298139976
32982--39977--
32983-- Indexes for table `assessments_lu_meta`39978-- Indexes for table `assessments_lu_meta`
32984--39979--
32985ALTER TABLE `assessments_lu_meta`39980ALTER TABLE `assessments_lu_meta`
32986  ADD PRIMARY KEY (`id`);39981  ADD PRIMARY KEY (`id`);
3298739982
32988--39983--
32989-- Indexes for table `assessments_lu_meta_options`39984-- Indexes for table `assessments_lu_meta_options`
32990--39985--
32991ALTER TABLE `assessments_lu_meta_options`39986ALTER TABLE `assessments_lu_meta_options`
32992  ADD PRIMARY KEY (`id`);39987  ADD PRIMARY KEY (`id`);
3299339988
32994--39989--
32995-- Indexes for table `assessments_lu_meta_scoring`39990-- Indexes for table `assessments_lu_meta_scoring`
32996--39991--
32997ALTER TABLE `assessments_lu_meta_scoring`39992ALTER TABLE `assessments_lu_meta_scoring`
32998  ADD PRIMARY KEY (`id`);39993  ADD PRIMARY KEY (`id`);
3299939994
33000--39995--
33001-- Indexes for table `assessment_attached_quizzes`39996-- Indexes for table `assessment_attached_quizzes`
33002--39997--
33003ALTER TABLE `assessment_attached_quizzes`39998ALTER TABLE `assessment_attached_quizzes`
33004  ADD PRIMARY KEY (`aaquiz_id`),39999  ADD PRIMARY KEY (`aaquiz_id`),
33005  ADD KEY `assessment_id` (`assessment_id`),40000  ADD KEY `assessment_id` (`assessment_id`),
33006  ADD KEY `quiz_id` (`aquiz_id`);40001  ADD KEY `quiz_id` (`aquiz_id`);
3300740002
33008--40003--
33009-- Indexes for table `assessment_collections`40004-- Indexes for table `assessment_collections`
33010--40005--
33011ALTER TABLE `assessment_collections`40006ALTER TABLE `assessment_collections`
33012  ADD PRIMARY KEY (`collection_id`);40007  ADD PRIMARY KEY (`collection_id`);
3301340008
33014--40009--
33015-- Indexes for table `assessment_comments`40010-- Indexes for table `assessment_comments`
33016--40011--
33017ALTER TABLE `assessment_comments`40012ALTER TABLE `assessment_comments`
33018  ADD PRIMARY KEY (`acomment_id`),40013  ADD PRIMARY KEY (`acomment_id`),
33019  ADD KEY `assessment_id` (`assessment_id`),40014  ADD KEY `assessment_id` (`assessment_id`),
33020  ADD KEY `student_id` (`student_id`),40015  ADD KEY `student_id` (`student_id`),
33021  ADD KEY `created_by` (`created_by`),40016  ADD KEY `created_by` (`created_by`),
33022  ADD KEY `updated_by` (`updated_by`);40017  ADD KEY `updated_by` (`updated_by`);
3302340018
33024--40019--
33025-- Indexes for table `assessment_events`40020-- Indexes for table `assessment_events`
33026--40021--
33027ALTER TABLE `assessment_events`40022ALTER TABLE `assessment_events`
33028  ADD PRIMARY KEY (`assessment_event_id`);40023  ADD PRIMARY KEY (`assessment_event_id`);
3302940024
33030--40025--
33031-- Indexes for table `assessment_exceptions`40026-- Indexes for table `assessment_exceptions`
33032--40027--
33033ALTER TABLE `assessment_exceptions`40028ALTER TABLE `assessment_exceptions`
33034  ADD PRIMARY KEY (`aexception_id`),40029  ADD PRIMARY KEY (`aexception_id`),
33035  ADD KEY `proxy_id` (`assessment_id`,`proxy_id`),40030  ADD KEY `proxy_id` (`assessment_id`,`proxy_id`),
33036  ADD KEY `assessment_id` (`assessment_id`);40031  ADD KEY `assessment_id` (`assessment_id`);
3303740032
33038--40033--
33039-- Indexes for table `assessment_graders`40034-- Indexes for table `assessment_graders`
33040--40035--
33041ALTER TABLE `assessment_graders`40036ALTER TABLE `assessment_graders`
33042  ADD PRIMARY KEY (`ag_id`);40037  ADD PRIMARY KEY (`ag_id`);
3304340038
33044--40039--
33045-- Indexes for table `assessment_grades`40040-- Indexes for table `assessment_grades`
33046--40041--
33047ALTER TABLE `assessment_grades`40042ALTER TABLE `assessment_grades`
33048  ADD PRIMARY KEY (`grade_id`),40043  ADD PRIMARY KEY (`grade_id`),
33049  ADD KEY `assessment_id` (`assessment_id`);40044  ADD KEY `assessment_id` (`assessment_id`);
3305040045
33051--40046--
33052-- Indexes for table `assessment_grade_form_comments`40047-- Indexes for table `assessment_grade_form_comments`
33053--40048--
33054ALTER TABLE `assessment_grade_form_comments`40049ALTER TABLE `assessment_grade_form_comments`
33055  ADD PRIMARY KEY (`agfcomment_id`),40050  ADD PRIMARY KEY (`agfcomment_id`),
33056  ADD KEY `gafelement_id` (`gafelement_id`),40051  ADD KEY `gafelement_id` (`gafelement_id`),
33057  ADD KEY `assessment_id` (`assessment_id`);40052  ADD KEY `assessment_id` (`assessment_id`);
3305840053
33059--40054--
33060-- Indexes for table `assessment_grade_form_elements`40055-- Indexes for table `assessment_grade_form_elements`
33061--40056--
33062ALTER TABLE `assessment_grade_form_elements`40057ALTER TABLE `assessment_grade_form_elements`
33063  ADD PRIMARY KEY (`agfelement_id`),40058  ADD PRIMARY KEY (`agfelement_id`),
33064  ADD KEY `gairesponse_id` (`gairesponse_id`),40059  ADD KEY `gairesponse_id` (`gairesponse_id`),
33065  ADD KEY `assessment_id` (`assessment_id`);40060  ADD KEY `assessment_id` (`assessment_id`);
3306640061
33067--40062--
33068-- Indexes for table `assessment_grading_range`40063-- Indexes for table `assessment_grading_range`
33069--40064--
33070ALTER TABLE `assessment_grading_range`40065ALTER TABLE `assessment_grading_range`
33071  ADD PRIMARY KEY (`agrange_id`),40066  ADD PRIMARY KEY (`agrange_id`),
33072  ADD KEY `lgs_id` (`agscale_id`);40067  ADD KEY `lgs_id` (`agscale_id`);
3307340068
33074--40069--
33075-- Indexes for table `assessment_grading_scale`40070-- Indexes for table `assessment_grading_scale`
33076--40071--
33077ALTER TABLE `assessment_grading_scale`40072ALTER TABLE `assessment_grading_scale`
33078  ADD PRIMARY KEY (`agscale_id`);40073  ADD PRIMARY KEY (`agscale_id`);
3307940074
33080--40075--
33081-- Indexes for table `assessment_groups`40076-- Indexes for table `assessment_groups`
33082--40077--
33083ALTER TABLE `assessment_groups`40078ALTER TABLE `assessment_groups`
33084  ADD PRIMARY KEY (`agroup_id`),40079  ADD PRIMARY KEY (`agroup_id`),
33085  ADD KEY `cgroup_id` (`cgroup_id`),40080  ADD KEY `cgroup_id` (`cgroup_id`),
33086  ADD KEY `assessment_id` (`assessment_id`);40081  ADD KEY `assessment_id` (`assessment_id`);
3308740082
33088--40083--
33089-- Indexes for table `assessment_linked_objectives`40084-- Indexes for table `assessment_linked_objectives`
33090--40085--
33091ALTER TABLE `assessment_linked_objectives`40086ALTER TABLE `assessment_linked_objectives`
33092  ADD PRIMARY KEY (`alobjective_id`),40087  ADD PRIMARY KEY (`alobjective_id`),
33093  ADD KEY `assessment_id` (`assessment_id`),40088  ADD KEY `assessment_id` (`assessment_id`),
33094  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);40089  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);
3309540090
33096--40091--
33097-- Indexes for table `assessment_marking_schemes`40092-- Indexes for table `assessment_marking_schemes`
33098--40093--
33099ALTER TABLE `assessment_marking_schemes`40094ALTER TABLE `assessment_marking_schemes`
33100  ADD PRIMARY KEY (`id`);40095  ADD PRIMARY KEY (`id`);
3310140096
33102--40097--
33103-- Indexes for table `assessment_notificatons`40098-- Indexes for table `assessment_notificatons`
33104--40099--
33105ALTER TABLE `assessment_notificatons`40100ALTER TABLE `assessment_notificatons`
33106  ADD PRIMARY KEY (`at_notificaton_id`),40101  ADD PRIMARY KEY (`at_notificaton_id`),
33107  ADD KEY `assessment_id` (`assessment_id`,`proxy_id`,`updated_by`);40102  ADD KEY `assessment_id` (`assessment_id`,`proxy_id`,`updated_by`);
3310840103
33109--40104--
33110-- Indexes for table `assessment_objectives`40105-- Indexes for table `assessment_objectives`
33111--40106--
33112ALTER TABLE `assessment_objectives`40107ALTER TABLE `assessment_objectives`
33113  ADD PRIMARY KEY (`aobjective_id`),40108  ADD PRIMARY KEY (`aobjective_id`),
33114  ADD KEY `assessment_id` (`assessment_id`),40109  ADD KEY `assessment_id` (`assessment_id`),
33115  ADD KEY `objective_id` (`objective_id`);40110  ADD KEY `objective_id` (`objective_id`);
3311640111
33117--40112--
33118-- Indexes for table `assessment_options`40113-- Indexes for table `assessment_options`
33119--40114--
33120ALTER TABLE `assessment_options`40115ALTER TABLE `assessment_options`
33121  ADD PRIMARY KEY (`aoption_id`),40116  ADD PRIMARY KEY (`aoption_id`),
33122  ADD KEY `assessment_id` (`assessment_id`);40117  ADD KEY `assessment_id` (`assessment_id`);
3312340118
33124--40119--
33125-- Indexes for table `assessment_option_values`40120-- Indexes for table `assessment_option_values`
33126--40121--
33127ALTER TABLE `assessment_option_values`40122ALTER TABLE `assessment_option_values`
33128  ADD PRIMARY KEY (`aovalue_id`);40123  ADD PRIMARY KEY (`aovalue_id`);
3312940124
33130--40125--
33131-- Indexes for table `assessment_quiz_questions`40126-- Indexes for table `assessment_quiz_questions`
33132--40127--
33133ALTER TABLE `assessment_quiz_questions`40128ALTER TABLE `assessment_quiz_questions`
33134  ADD PRIMARY KEY (`aqquestion_id`);40129  ADD PRIMARY KEY (`aqquestion_id`);
3313540130
33136--40131--
33137-- Indexes for table `assessment_statistics`40132-- Indexes for table `assessment_statistics`
33138--40133--
33139ALTER TABLE `assessment_statistics`40134ALTER TABLE `assessment_statistics`
33140  ADD PRIMARY KEY (`assessment_statistic_id`),40135  ADD PRIMARY KEY (`assessment_statistic_id`),
33141  ADD KEY `assessment_id` (`assessment_id`,`progress_id`),40136  ADD KEY `assessment_id` (`assessment_id`,`progress_id`),
33142  ADD KEY `proxy_id` (`proxy_id`,`assessment_id`);40137  ADD KEY `proxy_id` (`proxy_id`,`assessment_id`);
3314340138
33144--40139--
33145-- Indexes for table `assigned_locations`40140-- Indexes for table `assigned_locations`
33146--40141--
33147ALTER TABLE `assigned_locations`40142ALTER TABLE `assigned_locations`
33148  ADD PRIMARY KEY (`alocation_id`);40143  ADD PRIMARY KEY (`alocation_id`);
3314940144
33150--40145--
33151-- Indexes for table `assignments`40146-- Indexes for table `assignments`
33152--40147--
33153ALTER TABLE `assignments`40148ALTER TABLE `assignments`
33154  ADD PRIMARY KEY (`assignment_id`);40149  ADD PRIMARY KEY (`assignment_id`);
3315540150
33156--40151--
33157-- Indexes for table `assignment_comments`40152-- Indexes for table `assignment_comments`
33158--40153--
33159ALTER TABLE `assignment_comments`40154ALTER TABLE `assignment_comments`
33160  ADD PRIMARY KEY (`acomment_id`),40155  ADD PRIMARY KEY (`acomment_id`),
33161  ADD KEY `assignment_id` (`assignment_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),40156  ADD KEY `assignment_id` (`assignment_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),
33162  ADD KEY `afile_id` (`proxy_to_id`),40157  ADD KEY `afile_id` (`proxy_to_id`),
33163  ADD KEY `release_date` (`release_date`);40158  ADD KEY `release_date` (`release_date`);
3316440159
33165--40160--
33166-- Indexes for table `assignment_contacts`40161-- Indexes for table `assignment_contacts`
33167--40162--
33168ALTER TABLE `assignment_contacts`40163ALTER TABLE `assignment_contacts`
33169  ADD PRIMARY KEY (`acontact_id`);40164  ADD PRIMARY KEY (`acontact_id`);
3317040165
33171--40166--
33172-- Indexes for table `assignment_files`40167-- Indexes for table `assignment_files`
33173--40168--
33174ALTER TABLE `assignment_files`40169ALTER TABLE `assignment_files`
33175  ADD PRIMARY KEY (`afile_id`),40170  ADD PRIMARY KEY (`afile_id`),
33176  ADD KEY `assignment_files_assignment_proxy_id_idx` (`assignment_id`,`file_type`,`proxy_id`) USING BTREE;40171  ADD KEY `assignment_files_assignment_proxy_id_idx` (`assignment_id`,`file_type`,`proxy_id`) USING BTREE;
3317740172
33178--40173--
33179-- Indexes for table `assignment_file_versions`40174-- Indexes for table `assignment_file_versions`
33180--40175--
33181ALTER TABLE `assignment_file_versions`40176ALTER TABLE `assignment_file_versions`
33182  ADD PRIMARY KEY (`afversion_id`),40177  ADD PRIMARY KEY (`afversion_id`),
33183  ADD KEY `proxy_assignment_active` (`proxy_id`,`assignment_id`,`file_active`);40178  ADD KEY `proxy_assignment_active` (`proxy_id`,`assignment_id`,`file_active`);
3318440179
33185--40180--
33186-- Indexes for table `assignment_turnitin_options`40181-- Indexes for table `assignment_turnitin_options`
33187--40182--
33188ALTER TABLE `assignment_turnitin_options`40183ALTER TABLE `assignment_turnitin_options`
33189  ADD PRIMARY KEY (`id`),40184  ADD PRIMARY KEY (`id`),
33190  ADD KEY `assignment_id` (`assignment_id`);40185  ADD KEY `assignment_id` (`assignment_id`);
3319140186
33192--40187--
33193-- Indexes for table `attached_quizzes`40188-- Indexes for table `attached_quizzes`
33194--40189--
33195ALTER TABLE `attached_quizzes`40190ALTER TABLE `attached_quizzes`
33196  ADD PRIMARY KEY (`aquiz_id`),40191  ADD PRIMARY KEY (`aquiz_id`),
33197  ADD KEY `content_id` (`content_id`),40192  ADD KEY `content_id` (`content_id`),
33198  ADD KEY `required` (`required`),40193  ADD KEY `required` (`required`),
33199  ADD KEY `timeframe` (`timeframe`),40194  ADD KEY `timeframe` (`timeframe`),
33200  ADD KEY `quiztype_id` (`quiztype_id`),40195  ADD KEY `quiztype_id` (`quiztype_id`),
33201  ADD KEY `quiz_id` (`quiz_id`),40196  ADD KEY `quiz_id` (`quiz_id`),
33202  ADD KEY `accesses` (`accesses`),40197  ADD KEY `accesses` (`accesses`),
33203  ADD KEY `release_date` (`release_date`,`release_until`),40198  ADD KEY `release_date` (`release_date`,`release_until`),
33204  ADD KEY `quiz_timeout` (`quiz_timeout`),40199  ADD KEY `quiz_timeout` (`quiz_timeout`),
33205  ADD KEY `quiz_attempts` (`quiz_attempts`),40200  ADD KEY `quiz_attempts` (`quiz_attempts`),
33206  ADD KEY `content_id_2` (`content_id`,`release_date`,`release_until`);40201  ADD KEY `content_id_2` (`content_id`,`release_date`,`release_until`);
3320740202
33208--40203--
33209-- Indexes for table `bookmarks`40204-- Indexes for table `bookmarks`
33210--40205--
33211ALTER TABLE `bookmarks`40206ALTER TABLE `bookmarks`
33212  ADD PRIMARY KEY (`id`);40207  ADD PRIMARY KEY (`id`);
3321340208
33214--40209--
33215-- Indexes for table `bookmarks_blacklist`40210-- Indexes for table `bookmarks_blacklist`
33216--40211--
33217ALTER TABLE `bookmarks_blacklist`40212ALTER TABLE `bookmarks_blacklist`
33218  ADD PRIMARY KEY (`id`);40213  ADD PRIMARY KEY (`id`);
3321940214
33220--40215--
33221-- Indexes for table `bookmarks_default`40216-- Indexes for table `bookmarks_default`
33222--40217--
33223ALTER TABLE `bookmarks_default`40218ALTER TABLE `bookmarks_default`
33224  ADD PRIMARY KEY (`id`);40219  ADD PRIMARY KEY (`id`);
3322540220
33226--40221--
33227-- Indexes for table `bookmarks_global`40222-- Indexes for table `bookmarks_global`
33228--40223--
33229ALTER TABLE `bookmarks_global`40224ALTER TABLE `bookmarks_global`
33230  ADD PRIMARY KEY (`id`);40225  ADD PRIMARY KEY (`id`);
3323140226
33232--40227--
33233-- Indexes for table `cases`40228-- Indexes for table `cases`
33234--40229--
33235ALTER TABLE `cases`40230ALTER TABLE `cases`
33236  ADD PRIMARY KEY (`case_id`),40231  ADD PRIMARY KEY (`case_id`),
33237  ADD KEY `week_id` (`week_id`),40232  ADD KEY `week_id` (`week_id`),
33238  ADD KEY `start_finish_date` (`start_date`,`finish_date`);40233  ADD KEY `start_finish_date` (`start_date`,`finish_date`);
3323940234
33240--40235--
33241-- Indexes for table `case_contacts`40236-- Indexes for table `case_contacts`
33242--40237--
33243ALTER TABLE `case_contacts`40238ALTER TABLE `case_contacts`
33244  ADD PRIMARY KEY (`ccontact_id`),40239  ADD PRIMARY KEY (`ccontact_id`),
33245  ADD KEY `case_id` (`case_id`);40240  ADD KEY `case_id` (`case_id`);
3324640241
33247--40242--
33248-- Indexes for table `case_periods`40243-- Indexes for table `case_periods`
33249--40244--
33250ALTER TABLE `case_periods`40245ALTER TABLE `case_periods`
33251  ADD PRIMARY KEY (`case_period_id`),40246  ADD PRIMARY KEY (`case_period_id`),
33252  ADD KEY `case_id` (`case_id`);40247  ADD KEY `case_id` (`case_id`);
3325340248
33254--40249--
33255-- Indexes for table `cbl_academic_advisor_meetings`40250-- Indexes for table `cbl_academic_advisor_meetings`
33256--40251--
33257ALTER TABLE `cbl_academic_advisor_meetings`40252ALTER TABLE `cbl_academic_advisor_meetings`
33258  ADD PRIMARY KEY (`meeting_id`);40253  ADD PRIMARY KEY (`meeting_id`);
3325940254
33260--40255--
33261-- Indexes for table `cbl_assessments_form_blueprint_authors`40256-- Indexes for table `cbl_assessments_form_blueprint_authors`
33262--40257--
33263ALTER TABLE `cbl_assessments_form_blueprint_authors`40258ALTER TABLE `cbl_assessments_form_blueprint_authors`
33264  ADD PRIMARY KEY (`afbauthor_id`),40259  ADD PRIMARY KEY (`afbauthor_id`),
33265  ADD KEY `form_blueprint_id` (`form_blueprint_id`);40260  ADD KEY `form_blueprint_id` (`form_blueprint_id`);
3326640261
33267--40262--
33268-- Indexes for table `cbl_assessments_form_blueprint_elements`40263-- Indexes for table `cbl_assessments_form_blueprint_elements`
33269--40264--
33270ALTER TABLE `cbl_assessments_form_blueprint_elements`40265ALTER TABLE `cbl_assessments_form_blueprint_elements`
33271  ADD PRIMARY KEY (`afblueprint_element_id`),40266  ADD PRIMARY KEY (`afblueprint_element_id`),
33272  ADD KEY `form_blueprint_id` (`form_blueprint_id`);40267  ADD KEY `form_blueprint_id` (`form_blueprint_id`);
3327340268
33274--40269--
33275-- Indexes for table `cbl_assessments_form_blueprint_item_templates`40270-- Indexes for table `cbl_assessments_form_blueprint_item_templates`
33276--40271--
33277ALTER TABLE `cbl_assessments_form_blueprint_item_templates`40272ALTER TABLE `cbl_assessments_form_blueprint_item_templates`
33278  ADD PRIMARY KEY (`afb_item_template_id`),40273  ADD PRIMARY KEY (`afb_item_template_id`),
33279  ADD KEY `blueprint_id` (`form_type_id`),40274  ADD KEY `blueprint_id` (`form_type_id`),
33280  ADD KEY `parent_item` (`parent_item`);40275  ADD KEY `parent_item` (`parent_item`);
3328140276
33282--40277--
33283-- Indexes for table `cbl_assessments_form_blueprint_objectives`40278-- Indexes for table `cbl_assessments_form_blueprint_objectives`
33284--40279--
33285ALTER TABLE `cbl_assessments_form_blueprint_objectives`40280ALTER TABLE `cbl_assessments_form_blueprint_objectives`
33286  ADD PRIMARY KEY (`afblueprint_objective_id`),40281  ADD PRIMARY KEY (`afblueprint_objective_id`),
33287  ADD KEY `objective_id` (`objective_id`,`afblueprint_objective_id`);40282  ADD KEY `objective_id` (`objective_id`,`afblueprint_objective_id`);
3328840283
33289--40284--
33290-- Indexes for table `cbl_assessments_form_blueprint_rating_scales`40285-- Indexes for table `cbl_assessments_form_blueprint_rating_scales`
33291--40286--
33292ALTER TABLE `cbl_assessments_form_blueprint_rating_scales`40287ALTER TABLE `cbl_assessments_form_blueprint_rating_scales`
33293  ADD PRIMARY KEY (`afblueprint_rating_scale_id`),40288  ADD PRIMARY KEY (`afblueprint_rating_scale_id`),
33294  ADD KEY `scale_id` (`rating_scale_id`,`afblueprint_rating_scale_id`);40289  ADD KEY `scale_id` (`rating_scale_id`,`afblueprint_rating_scale_id`);
3329540290
33296--40291--
33297-- Indexes for table `cbl_assessments_form_statistics`40292-- Indexes for table `cbl_assessments_form_statistics`
33298--40293--
33299ALTER TABLE `cbl_assessments_form_statistics`40294ALTER TABLE `cbl_assessments_form_statistics`
33300  ADD PRIMARY KEY (`afstatistic_id`),40295  ADD PRIMARY KEY (`afstatistic_id`),
33301  ADD KEY `form_id` (`course_id`,`form_id`,`proxy_id`);40296  ADD KEY `form_id` (`course_id`,`form_id`,`proxy_id`);
3330240297
33303--40298--
33304-- Indexes for table `cbl_assessments_form_type_component_settings`40299-- Indexes for table `cbl_assessments_form_type_component_settings`
33305--40300--
33306ALTER TABLE `cbl_assessments_form_type_component_settings`40301ALTER TABLE `cbl_assessments_form_type_component_settings`
33307  ADD PRIMARY KEY (`aftc_setting_id`);40302  ADD PRIMARY KEY (`aftc_setting_id`);
3330840303
33309--40304--
33310-- Indexes for table `cbl_assessments_form_type_organisation`40305-- Indexes for table `cbl_assessments_form_type_organisation`
33311--40306--
33312ALTER TABLE `cbl_assessments_form_type_organisation`40307ALTER TABLE `cbl_assessments_form_type_organisation`
33313  ADD PRIMARY KEY (`aftype_organisation_id`),40308  ADD PRIMARY KEY (`aftype_organisation_id`),
33314  ADD KEY `organisation_id` (`organisation_id`,`form_type_id`);40309  ADD KEY `organisation_id` (`organisation_id`,`form_type_id`);
3331540310
33316--40311--
33317-- Indexes for table `cbl_assessments_lu_data_sources`40312-- Indexes for table `cbl_assessments_lu_data_sources`
33318--40313--
33319ALTER TABLE `cbl_assessments_lu_data_sources`40314ALTER TABLE `cbl_assessments_lu_data_sources`
33320  ADD PRIMARY KEY (`dsource_id`);40315  ADD PRIMARY KEY (`dsource_id`);
3332140316
33322--40317--
33323-- Indexes for table `cbl_assessments_lu_data_source_types`40318-- Indexes for table `cbl_assessments_lu_data_source_types`
33324--40319--
33325ALTER TABLE `cbl_assessments_lu_data_source_types`40320ALTER TABLE `cbl_assessments_lu_data_source_types`
33326  ADD PRIMARY KEY (`dstype_id`);40321  ADD PRIMARY KEY (`dstype_id`);
3332740322
33328--40323--
33329-- Indexes for table `cbl_assessments_lu_flags`40324-- Indexes for table `cbl_assessments_lu_flags`
33330--40325--
33331ALTER TABLE `cbl_assessments_lu_flags`40326ALTER TABLE `cbl_assessments_lu_flags`
33332  ADD PRIMARY KEY (`flag_id`),40327  ADD PRIMARY KEY (`flag_id`),
33333  ADD KEY `organisation_id` (`organisation_id`);40328  ADD KEY `organisation_id` (`organisation_id`);
3333440329
33335--40330--
33336-- Indexes for table `cbl_assessments_lu_forms`40331-- Indexes for table `cbl_assessments_lu_forms`
33337--40332--
33338ALTER TABLE `cbl_assessments_lu_forms`40333ALTER TABLE `cbl_assessments_lu_forms`
33339  ADD PRIMARY KEY (`form_id`);40334  ADD PRIMARY KEY (`form_id`);
3334040335
33341--40336--
33342-- Indexes for table `cbl_assessments_lu_form_blueprints`40337-- Indexes for table `cbl_assessments_lu_form_blueprints`
33343--40338--
33344ALTER TABLE `cbl_assessments_lu_form_blueprints`40339ALTER TABLE `cbl_assessments_lu_form_blueprints`
33345  ADD PRIMARY KEY (`form_blueprint_id`);40340  ADD PRIMARY KEY (`form_blueprint_id`);
3334640341
33347--40342--
33348-- Indexes for table `cbl_assessments_lu_form_blueprint_components`40343-- Indexes for table `cbl_assessments_lu_form_blueprint_components`
33349--40344--
33350ALTER TABLE `cbl_assessments_lu_form_blueprint_components`40345ALTER TABLE `cbl_assessments_lu_form_blueprint_components`
33351  ADD PRIMARY KEY (`blueprint_component_id`);40346  ADD PRIMARY KEY (`blueprint_component_id`);
3335240347
33353--40348--
33354-- Indexes for table `cbl_assessments_lu_form_relationships`40349-- Indexes for table `cbl_assessments_lu_form_relationships`
33355--40350--
33356ALTER TABLE `cbl_assessments_lu_form_relationships`40351ALTER TABLE `cbl_assessments_lu_form_relationships`
33357  ADD PRIMARY KEY (`frelationship_id`),40352  ADD PRIMARY KEY (`frelationship_id`),
33358  ADD KEY `form_id` (`form_id`),40353  ADD KEY `form_id` (`form_id`),
33359  ADD KEY `first_parent_id` (`first_parent_id`),40354  ADD KEY `first_parent_id` (`first_parent_id`),
33360  ADD KEY `immediate_parent_id` (`immediate_parent_id`);40355  ADD KEY `immediate_parent_id` (`immediate_parent_id`);
3336140356
33362--40357--
33363-- Indexes for table `cbl_assessments_lu_form_types`40358-- Indexes for table `cbl_assessments_lu_form_types`
33364--40359--
33365ALTER TABLE `cbl_assessments_lu_form_types`40360ALTER TABLE `cbl_assessments_lu_form_types`
33366  ADD PRIMARY KEY (`form_type_id`),40361  ADD PRIMARY KEY (`form_type_id`),
33367  ADD KEY `category` (`category`);40362  ADD KEY `category` (`category`);
3336840363
33369--40364--
33370-- Indexes for table `cbl_assessments_lu_form_type_workflow_link`40365-- Indexes for table `cbl_assessments_lu_form_type_workflow_link`
33371--40366--
33372ALTER TABLE `cbl_assessments_lu_form_type_workflow_link`40367ALTER TABLE `cbl_assessments_lu_form_type_workflow_link`
33373  ADD PRIMARY KEY (`form_type_workflow_id`);40368  ADD PRIMARY KEY (`form_type_workflow_id`);
3337440369
33375--40370--
33376-- Indexes for table `cbl_assessments_lu_form_workflows`40371-- Indexes for table `cbl_assessments_lu_form_workflows`
33377--40372--
33378ALTER TABLE `cbl_assessments_lu_form_workflows`40373ALTER TABLE `cbl_assessments_lu_form_workflows`
33379  ADD PRIMARY KEY (`form_workflow_id`);40374  ADD PRIMARY KEY (`form_workflow_id`);
3338040375
33381--40376--
33382-- Indexes for table `cbl_assessments_lu_form_workflow_groups`40377-- Indexes for table `cbl_assessments_lu_form_workflow_groups`
33383--40378--
33384ALTER TABLE `cbl_assessments_lu_form_workflow_groups`40379ALTER TABLE `cbl_assessments_lu_form_workflow_groups`
33385  ADD PRIMARY KEY (`form_workflow_group_id`);40380  ADD PRIMARY KEY (`form_workflow_group_id`);
3338640381
33387--40382--
33388-- Indexes for table `cbl_assessments_lu_items`40383-- Indexes for table `cbl_assessments_lu_items`
33389--40384--
33390ALTER TABLE `cbl_assessments_lu_items`40385ALTER TABLE `cbl_assessments_lu_items`
33391  ADD PRIMARY KEY (`item_id`),40386  ADD PRIMARY KEY (`item_id`),
33392  ADD KEY `itemtype_id` (`itemtype_id`),40387  ADD KEY `itemtype_id` (`itemtype_id`),
33393  ADD KEY `item_group_id` (`item_group_id`),40388  ADD KEY `item_group_id` (`item_group_id`),
33394  ADD KEY `item_code` (`item_code`);40389  ADD KEY `item_code` (`item_code`);
3339540390
33396--40391--
33397-- Indexes for table `cbl_assessments_lu_itemtypes`40392-- Indexes for table `cbl_assessments_lu_itemtypes`
33398--40393--
33399ALTER TABLE `cbl_assessments_lu_itemtypes`40394ALTER TABLE `cbl_assessments_lu_itemtypes`
33400  ADD PRIMARY KEY (`itemtype_id`);40395  ADD PRIMARY KEY (`itemtype_id`);
3340140396
33402--40397--
33403-- Indexes for table `cbl_assessments_lu_item_groups`40398-- Indexes for table `cbl_assessments_lu_item_groups`
33404--40399--
33405ALTER TABLE `cbl_assessments_lu_item_groups`40400ALTER TABLE `cbl_assessments_lu_item_groups`
33406  ADD PRIMARY KEY (`item_group_id`),40401  ADD PRIMARY KEY (`item_group_id`),
33407  ADD KEY `form_type_id` (`form_type_id`);40402  ADD KEY `form_type_id` (`form_type_id`);
3340840403
33409--40404--
33410-- Indexes for table `cbl_assessments_lu_item_relationships`40405-- Indexes for table `cbl_assessments_lu_item_relationships`
33411--40406--
33412ALTER TABLE `cbl_assessments_lu_item_relationships`40407ALTER TABLE `cbl_assessments_lu_item_relationships`
33413  ADD PRIMARY KEY (`irelationship_id`),40408  ADD PRIMARY KEY (`irelationship_id`),
33414  ADD KEY `immediate_parent_id` (`immediate_parent_id`),40409  ADD KEY `immediate_parent_id` (`immediate_parent_id`),
33415  ADD KEY `cbl_assessments_lu_item_relationships_ibfk_1` (`item_id`),40410  ADD KEY `cbl_assessments_lu_item_relationships_ibfk_1` (`item_id`),
33416  ADD KEY `cbl_assessments_lu_item_relationships_ibfk_2` (`first_parent_id`);40411  ADD KEY `cbl_assessments_lu_item_relationships_ibfk_2` (`first_parent_id`);
3341740412
33418--40413--
33419-- Indexes for table `cbl_assessments_lu_item_responses`40414-- Indexes for table `cbl_assessments_lu_item_responses`
33420--40415--
33421ALTER TABLE `cbl_assessments_lu_item_responses`40416ALTER TABLE `cbl_assessments_lu_item_responses`
33422  ADD PRIMARY KEY (`iresponse_id`),40417  ADD PRIMARY KEY (`iresponse_id`),
33423  ADD KEY `item_id` (`item_id`),40418  ADD KEY `item_id` (`item_id`),
33424  ADD KEY `iresponse_flagresponse` (`iresponse_id`,`flag_response`);40419  ADD KEY `iresponse_flagresponse` (`iresponse_id`,`flag_response`);
3342540420
33426--40421--
33427-- Indexes for table `cbl_assessments_lu_item_response_objectives`40422-- Indexes for table `cbl_assessments_lu_item_response_objectives`
33428--40423--
33429ALTER TABLE `cbl_assessments_lu_item_response_objectives`40424ALTER TABLE `cbl_assessments_lu_item_response_objectives`
33430  ADD PRIMARY KEY (`irobjective_id`),40425  ADD PRIMARY KEY (`irobjective_id`),
33431  ADD KEY `iresponse_id` (`iresponse_id`),40426  ADD KEY `iresponse_id` (`iresponse_id`),
33432  ADD KEY `objective_id` (`objective_id`);40427  ADD KEY `objective_id` (`objective_id`);
3343340428
33434--40429--
33435-- Indexes for table `cbl_assessments_lu_rating_scale_types`40430-- Indexes for table `cbl_assessments_lu_rating_scale_types`
33436--40431--
33437ALTER TABLE `cbl_assessments_lu_rating_scale_types`40432ALTER TABLE `cbl_assessments_lu_rating_scale_types`
33438  ADD PRIMARY KEY (`rating_scale_type_id`),40433  ADD PRIMARY KEY (`rating_scale_type_id`),
33439  ADD KEY `organisation_id` (`organisation_id`),40434  ADD KEY `organisation_id` (`organisation_id`),
33440  ADD KEY `active` (`active`);40435  ADD KEY `active` (`active`);
3344140436
33442--40437--
33443-- Indexes for table `cbl_assessments_lu_response_description_options`40438-- Indexes for table `cbl_assessments_lu_response_description_options`
33444--40439--
33445ALTER TABLE `cbl_assessments_lu_response_description_options`40440ALTER TABLE `cbl_assessments_lu_response_description_options`
33446  ADD PRIMARY KEY (`rdoption_id`);40441  ADD PRIMARY KEY (`rdoption_id`);
3344740442
33448--40443--
33449-- Indexes for table `cbl_assessments_lu_response_descriptors`40444-- Indexes for table `cbl_assessments_lu_response_descriptors`
33450--40445--
33451ALTER TABLE `cbl_assessments_lu_response_descriptors`40446ALTER TABLE `cbl_assessments_lu_response_descriptors`
33452  ADD PRIMARY KEY (`ardescriptor_id`);40447  ADD PRIMARY KEY (`ardescriptor_id`);
3345340448
33454--40449--
33455-- Indexes for table `cbl_assessments_lu_rubrics`40450-- Indexes for table `cbl_assessments_lu_rubrics`
33456--40451--
33457ALTER TABLE `cbl_assessments_lu_rubrics`40452ALTER TABLE `cbl_assessments_lu_rubrics`
33458  ADD PRIMARY KEY (`rubric_id`);40453  ADD PRIMARY KEY (`rubric_id`);
3345940454
33460--40455--
33461-- Indexes for table `cbl_assessments_lu_rubric_labels`40456-- Indexes for table `cbl_assessments_lu_rubric_labels`
33462--40457--
33463ALTER TABLE `cbl_assessments_lu_rubric_labels`40458ALTER TABLE `cbl_assessments_lu_rubric_labels`
33464  ADD PRIMARY KEY (`rlabel_id`),40459  ADD PRIMARY KEY (`rlabel_id`),
33465  ADD KEY `cbl_assessment_rubric_labels_ibfk_1` (`rubric_id`);40460  ADD KEY `cbl_assessment_rubric_labels_ibfk_1` (`rubric_id`);
3346640461
33467--40462--
33468-- Indexes for table `cbl_assessments_lu_tags`40463-- Indexes for table `cbl_assessments_lu_tags`
33469--40464--
33470ALTER TABLE `cbl_assessments_lu_tags`40465ALTER TABLE `cbl_assessments_lu_tags`
33471  ADD PRIMARY KEY (`tag_id`);40466  ADD PRIMARY KEY (`tag_id`);
3347240467
33473--40468--
33474-- Indexes for table `cbl_assessment_additional_tasks`40469-- Indexes for table `cbl_assessment_additional_tasks`
33475--40470--
33476ALTER TABLE `cbl_assessment_additional_tasks`40471ALTER TABLE `cbl_assessment_additional_tasks`
33477  ADD PRIMARY KEY (`additional_task_id`),40472  ADD PRIMARY KEY (`additional_task_id`),
33478  ADD KEY `cbl_assessment_additional_tasks_ibfk_1` (`adistribution_id`),40473  ADD KEY `cbl_assessment_additional_tasks_ibfk_1` (`adistribution_id`),
33479  ADD KEY `target_id` (`target_id`),40474  ADD KEY `target_id` (`target_id`),
33480  ADD KEY `assessor_type` (`assessor_type`,`assessor_value`);40475  ADD KEY `assessor_type` (`assessor_type`,`assessor_value`);
3348140476
33482--40477--
33483-- Indexes for table `cbl_assessment_blueprint_prompted_response_reviewers`40478-- Indexes for table `cbl_assessment_blueprint_prompted_response_reviewers`
33484--40479--
33485ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers`40480ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers`
33486  ADD PRIMARY KEY (`blueprint_prompted_response_reviewer_id`);40481  ADD PRIMARY KEY (`blueprint_prompted_response_reviewer_id`);
3348740482
33488--40483--
33489-- Indexes for table `cbl_assessment_deleted_tasks`40484-- Indexes for table `cbl_assessment_deleted_tasks`
33490--40485--
33491ALTER TABLE `cbl_assessment_deleted_tasks`40486ALTER TABLE `cbl_assessment_deleted_tasks`
33492  ADD PRIMARY KEY (`deleted_task_id`),40487  ADD PRIMARY KEY (`deleted_task_id`),
33493  ADD KEY `cbl_assessment_deleted_tasks_ibfk_1` (`adistribution_id`),40488  ADD KEY `cbl_assessment_deleted_tasks_ibfk_1` (`adistribution_id`),
33494  ADD KEY `cbl_assessment_deleted_tasks_ibfk_2` (`deleted_reason_id`),40489  ADD KEY `cbl_assessment_deleted_tasks_ibfk_2` (`deleted_reason_id`),
33495  ADD KEY `target_id` (`target_id`),40490  ADD KEY `target_id` (`target_id`),
33496  ADD KEY `assessor_type` (`assessor_type`,`assessor_value`);40491  ADD KEY `assessor_type` (`assessor_type`,`assessor_value`);
3349740492
33498--40493--
33499-- Indexes for table `cbl_assessment_distributions`40494-- Indexes for table `cbl_assessment_distributions`
33500--40495--
33501ALTER TABLE `cbl_assessment_distributions`40496ALTER TABLE `cbl_assessment_distributions`
33502  ADD PRIMARY KEY (`adistribution_id`),40497  ADD PRIMARY KEY (`adistribution_id`),
33503  ADD KEY `form_id` (`form_id`);40498  ADD KEY `form_id` (`form_id`);
3350440499
33505--40500--
33506-- Indexes for table `cbl_assessment_distribution_adhoc`40501-- Indexes for table `cbl_assessment_distribution_adhoc`
33507--40502--
33508ALTER TABLE `cbl_assessment_distribution_adhoc`40503ALTER TABLE `cbl_assessment_distribution_adhoc`
33509  ADD PRIMARY KEY (`dadhoc_id`);40504  ADD PRIMARY KEY (`dadhoc_id`);
3351040505
33511--40506--
33512-- Indexes for table `cbl_assessment_distribution_approvers`40507-- Indexes for table `cbl_assessment_distribution_approvers`
33513--40508--
33514ALTER TABLE `cbl_assessment_distribution_approvers`40509ALTER TABLE `cbl_assessment_distribution_approvers`
33515  ADD PRIMARY KEY (`adapprover_id`),40510  ADD PRIMARY KEY (`adapprover_id`),
33516  ADD KEY `adistribution_id` (`adistribution_id`),40511  ADD KEY `adistribution_id` (`adistribution_id`),
33517  ADD KEY `proxy_id` (`proxy_id`);40512  ADD KEY `proxy_id` (`proxy_id`);
3351840513
33519--40514--
33520-- Indexes for table `cbl_assessment_distribution_assessors`40515-- Indexes for table `cbl_assessment_distribution_assessors`
33521--40516--
33522ALTER TABLE `cbl_assessment_distribution_assessors`40517ALTER TABLE `cbl_assessment_distribution_assessors`
33523  ADD PRIMARY KEY (`adassessor_id`),40518  ADD PRIMARY KEY (`adassessor_id`),
33524  ADD KEY `adistribution_id` (`adistribution_id`);40519  ADD KEY `adistribution_id` (`adistribution_id`);
3352540520
33526--40521--
33527-- Indexes for table `cbl_assessment_distribution_authors`40522-- Indexes for table `cbl_assessment_distribution_authors`
33528--40523--
33529ALTER TABLE `cbl_assessment_distribution_authors`40524ALTER TABLE `cbl_assessment_distribution_authors`
33530  ADD PRIMARY KEY (`adauthor_id`),40525  ADD PRIMARY KEY (`adauthor_id`),
33531  ADD KEY `adistribution_id` (`adistribution_id`);40526  ADD KEY `adistribution_id` (`adistribution_id`);
3353240527
33533--40528--
33534-- Indexes for table `cbl_assessment_distribution_delegations`40529-- Indexes for table `cbl_assessment_distribution_delegations`
33535--40530--
33536ALTER TABLE `cbl_assessment_distribution_delegations`40531ALTER TABLE `cbl_assessment_distribution_delegations`
33537  ADD PRIMARY KEY (`addelegation_id`),40532  ADD PRIMARY KEY (`addelegation_id`),
33538  ADD KEY `adistribution_id` (`adistribution_id`),40533  ADD KEY `adistribution_id` (`adistribution_id`),
33539  ADD KEY `idx_delegator_id_type` (`delegator_id`,`delegator_type`,`adistribution_id`);40534  ADD KEY `idx_delegator_id_type` (`delegator_id`,`delegator_type`,`adistribution_id`);
3354040535
33541--40536--
33542-- Indexes for table `cbl_assessment_distribution_delegation_assignments`40537-- Indexes for table `cbl_assessment_distribution_delegation_assignments`
33543--40538--
33544ALTER TABLE `cbl_assessment_distribution_delegation_assignments`40539ALTER TABLE `cbl_assessment_distribution_delegation_assignments`
33545  ADD PRIMARY KEY (`addassignment_id`),40540  ADD PRIMARY KEY (`addassignment_id`),
33546  ADD KEY `adistribution_id` (`adistribution_id`),40541  ADD KEY `adistribution_id` (`adistribution_id`),
33547  ADD KEY `dassessment_id` (`dassessment_id`);40542  ADD KEY `dassessment_id` (`dassessment_id`);
3354840543
33549--40544--
33550-- Indexes for table `cbl_assessment_distribution_delegators`40545-- Indexes for table `cbl_assessment_distribution_delegators`
33551--40546--
33552ALTER TABLE `cbl_assessment_distribution_delegators`40547ALTER TABLE `cbl_assessment_distribution_delegators`
33553  ADD PRIMARY KEY (`addelegator_id`),40548  ADD PRIMARY KEY (`addelegator_id`),
33554  ADD KEY `adistribution_id` (`adistribution_id`);40549  ADD KEY `adistribution_id` (`adistribution_id`);
3355540550
33556--40551--
33557-- Indexes for table `cbl_assessment_distribution_events`40552-- Indexes for table `cbl_assessment_distribution_events`
33558--40553--
33559ALTER TABLE `cbl_assessment_distribution_events`40554ALTER TABLE `cbl_assessment_distribution_events`
33560  ADD PRIMARY KEY (`devent_id`);40555  ADD PRIMARY KEY (`devent_id`);
3356140556
33562--40557--
33563-- Indexes for table `cbl_assessment_distribution_eventtypes`40558-- Indexes for table `cbl_assessment_distribution_eventtypes`
33564--40559--
33565ALTER TABLE `cbl_assessment_distribution_eventtypes`40560ALTER TABLE `cbl_assessment_distribution_eventtypes`
33566  ADD PRIMARY KEY (`deventtype_id`);40561  ADD PRIMARY KEY (`deventtype_id`);
3356740562
33568--40563--
33569-- Indexes for table `cbl_assessment_distribution_linked_assessments`40564-- Indexes for table `cbl_assessment_distribution_linked_assessments`
33570--40565--
33571ALTER TABLE `cbl_assessment_distribution_linked_assessments`40566ALTER TABLE `cbl_assessment_distribution_linked_assessments`
33572  ADD PRIMARY KEY (`id`);40567  ADD PRIMARY KEY (`id`);
3357340568
33574--40569--
33575-- Indexes for table `cbl_assessment_distribution_linked_distributions`40570-- Indexes for table `cbl_assessment_distribution_linked_distributions`
33576--40571--
33577ALTER TABLE `cbl_assessment_distribution_linked_distributions`40572ALTER TABLE `cbl_assessment_distribution_linked_distributions`
33578  ADD PRIMARY KEY (`id`),40573  ADD PRIMARY KEY (`id`),
33579  ADD KEY `adistribution_id` (`adistribution_id`),40574  ADD KEY `adistribution_id` (`adistribution_id`),
33580  ADD KEY `linked_distribution_id` (`linked_distribution_id`);40575  ADD KEY `linked_distribution_id` (`linked_distribution_id`);
3358140576
33582--40577--
33583-- Indexes for table `cbl_assessment_distribution_methods`40578-- Indexes for table `cbl_assessment_distribution_methods`
33584--40579--
33585ALTER TABLE `cbl_assessment_distribution_methods`40580ALTER TABLE `cbl_assessment_distribution_methods`
33586  ADD PRIMARY KEY (`admethod_id`);40581  ADD PRIMARY KEY (`admethod_id`);
3358740582
33588--40583--
33589-- Indexes for table `cbl_assessment_distribution_prerequisites`40584-- Indexes for table `cbl_assessment_distribution_prerequisites`
33590--40585--
33591ALTER TABLE `cbl_assessment_distribution_prerequisites`40586ALTER TABLE `cbl_assessment_distribution_prerequisites`
33592  ADD PRIMARY KEY (`id`),40587  ADD PRIMARY KEY (`id`),
33593  ADD KEY `adistribution_id` (`adistribution_id`),40588  ADD KEY `adistribution_id` (`adistribution_id`),
33594  ADD KEY `prerequisite_distribution_id` (`prerequisite_distribution_id`);40589  ADD KEY `prerequisite_distribution_id` (`prerequisite_distribution_id`);
3359540590
33596--40591--
33597-- Indexes for table `cbl_assessment_distribution_reviewers`40592-- Indexes for table `cbl_assessment_distribution_reviewers`
33598--40593--
33599ALTER TABLE `cbl_assessment_distribution_reviewers`40594ALTER TABLE `cbl_assessment_distribution_reviewers`
33600  ADD PRIMARY KEY (`adreviewer_id`),40595  ADD PRIMARY KEY (`adreviewer_id`),
33601  ADD KEY `adistribution_id` (`adistribution_id`);40596  ADD KEY `adistribution_id` (`adistribution_id`);
3360240597
33603--40598--
33604-- Indexes for table `cbl_assessment_distribution_schedule`40599-- Indexes for table `cbl_assessment_distribution_schedule`
33605--40600--
33606ALTER TABLE `cbl_assessment_distribution_schedule`40601ALTER TABLE `cbl_assessment_distribution_schedule`
33607  ADD PRIMARY KEY (`adschedule_id`),40602  ADD PRIMARY KEY (`adschedule_id`),
33608  ADD KEY `adistribution_id` (`adistribution_id`);40603  ADD KEY `adistribution_id` (`adistribution_id`);
3360940604
33610--40605--
33611-- Indexes for table `cbl_assessment_distribution_schedule_sites`40606-- Indexes for table `cbl_assessment_distribution_schedule_sites`
33612--40607--
33613ALTER TABLE `cbl_assessment_distribution_schedule_sites`40608ALTER TABLE `cbl_assessment_distribution_schedule_sites`
33614  ADD PRIMARY KEY (`adssite_id`),40609  ADD PRIMARY KEY (`adssite_id`),
33615  ADD KEY `adschedule_id` (`adschedule_id`),40610  ADD KEY `adschedule_id` (`adschedule_id`),
33616  ADD KEY `site_id` (`site_id`);40611  ADD KEY `site_id` (`site_id`);
3361740612
33618--40613--
33619-- Indexes for table `cbl_assessment_distribution_senders`40614-- Indexes for table `cbl_assessment_distribution_senders`
33620--40615--
33621ALTER TABLE `cbl_assessment_distribution_senders`40616ALTER TABLE `cbl_assessment_distribution_senders`
33622  ADD PRIMARY KEY (`dsender_id`);40617  ADD PRIMARY KEY (`dsender_id`);
3362340618
33624--40619--
33625-- Indexes for table `cbl_assessment_distribution_targets`40620-- Indexes for table `cbl_assessment_distribution_targets`
33626--40621--
33627ALTER TABLE `cbl_assessment_distribution_targets`40622ALTER TABLE `cbl_assessment_distribution_targets`
33628  ADD PRIMARY KEY (`adtarget_id`),40623  ADD PRIMARY KEY (`adtarget_id`),
33629  ADD KEY `adistribution_id` (`adistribution_id`);40624  ADD KEY `adistribution_id` (`adistribution_id`);
3363040625
33631--40626--
33632-- Indexes for table `cbl_assessment_distribution_target_report_releases`40627-- Indexes for table `cbl_assessment_distribution_target_report_releases`
33633--40628--
33634ALTER TABLE `cbl_assessment_distribution_target_report_releases`40629ALTER TABLE `cbl_assessment_distribution_target_report_releases`
33635  ADD PRIMARY KEY (`adt_report_release_id`),40630  ADD PRIMARY KEY (`adt_report_release_id`),
33636  ADD KEY `adistribution_id` (`adistribution_id`);40631  ADD KEY `adistribution_id` (`adistribution_id`);
3363740632
33638--40633--
33639-- Indexes for table `cbl_assessment_distribution_target_task_releases`40634-- Indexes for table `cbl_assessment_distribution_target_task_releases`
33640--40635--
33641ALTER TABLE `cbl_assessment_distribution_target_task_releases`40636ALTER TABLE `cbl_assessment_distribution_target_task_releases`
33642  ADD PRIMARY KEY (`adt_task_release_id`),40637  ADD PRIMARY KEY (`adt_task_release_id`),
33643  ADD KEY `adistribution_id` (`adistribution_id`);40638  ADD KEY `adistribution_id` (`adistribution_id`);
3364440639
33645--40640--
33646-- Indexes for table `cbl_assessment_embargo_forms`40641-- Indexes for table `cbl_assessment_embargo_forms`
33647--40642--
33648ALTER TABLE `cbl_assessment_embargo_forms`40643ALTER TABLE `cbl_assessment_embargo_forms`
33649  ADD PRIMARY KEY (`eform_id`),40644  ADD PRIMARY KEY (`eform_id`),
33650  ADD UNIQUE KEY `ux_cbl_assessment_embargo_forms_idx1` (`embargo_form_id`,`form_id`),40645  ADD UNIQUE KEY `ux_cbl_assessment_embargo_forms_idx1` (`embargo_form_id`,`form_id`),
33651  ADD KEY `fk_cbl_assessment_embargo_forms_key1` (`embargo_form_id`),40646  ADD KEY `fk_cbl_assessment_embargo_forms_key1` (`embargo_form_id`),
33652  ADD KEY `fk_cbl_assessment_embargo_forms_key2` (`form_id`);40647  ADD KEY `fk_cbl_assessment_embargo_forms_key2` (`form_id`);
3365340648
33654--40649--
33655-- Indexes for table `cbl_assessment_embargo_release`40650-- Indexes for table `cbl_assessment_embargo_release`
33656--40651--
33657ALTER TABLE `cbl_assessment_embargo_release`40652ALTER TABLE `cbl_assessment_embargo_release`
33658  ADD PRIMARY KEY (`id`),40653  ADD PRIMARY KEY (`id`),
33659  ADD KEY `fk_dassessment` (`atarget_id`);40654  ADD KEY `fk_dassessment` (`atarget_id`);
3366040655
33661--40656--
33662-- Indexes for table `cbl_assessment_form_authors`40657-- Indexes for table `cbl_assessment_form_authors`
33663--40658--
33664ALTER TABLE `cbl_assessment_form_authors`40659ALTER TABLE `cbl_assessment_form_authors`
33665  ADD PRIMARY KEY (`afauthor_id`),40660  ADD PRIMARY KEY (`afauthor_id`),
33666  ADD KEY `form_id` (`form_id`);40661  ADD KEY `form_id` (`form_id`);
3366740662
33668--40663--
33669-- Indexes for table `cbl_assessment_form_elements`40664-- Indexes for table `cbl_assessment_form_elements`
33670--40665--
33671ALTER TABLE `cbl_assessment_form_elements`40666ALTER TABLE `cbl_assessment_form_elements`
33672  ADD PRIMARY KEY (`afelement_id`),40667  ADD PRIMARY KEY (`afelement_id`),
33673  ADD KEY `form_id` (`form_id`),40668  ADD KEY `form_id` (`form_id`),
33674  ADD KEY `rubric_id` (`rubric_id`),40669  ADD KEY `rubric_id` (`rubric_id`),
33675  ADD KEY `element_type` (`element_type`,`element_id`),40670  ADD KEY `element_type` (`element_type`,`element_id`),
33676  ADD KEY `form_id_2` (`form_id`,`element_type`);40671  ADD KEY `form_id_2` (`form_id`,`element_type`);
3367740672
33678--40673--
33679-- Indexes for table `cbl_assessment_form_objectives`40674-- Indexes for table `cbl_assessment_form_objectives`
33680--40675--
33681ALTER TABLE `cbl_assessment_form_objectives`40676ALTER TABLE `cbl_assessment_form_objectives`
33682  ADD PRIMARY KEY (`assessment_form_objective_id`),40677  ADD PRIMARY KEY (`assessment_form_objective_id`),
33683  ADD KEY `objective_id_organisation_id` (`objective_id`,`organisation_id`),40678  ADD KEY `objective_id_organisation_id` (`objective_id`,`organisation_id`),
33684  ADD KEY `objective_id` (`objective_id`),40679  ADD KEY `objective_id` (`objective_id`),
33685  ADD KEY `form_id_index` (`form_id`),40680  ADD KEY `form_id_index` (`form_id`),
33686  ADD KEY `form_id` (`form_id`),40681  ADD KEY `form_id` (`form_id`),
33687  ADD KEY `cbl_assessment_form_objectives_course_id_IDX` (`course_id`,`organisation_id`) USING BTREE;40682  ADD KEY `cbl_assessment_form_objectives_course_id_IDX` (`course_id`,`organisation_id`) USING BTREE;
3368840683
33689--40684--
33690-- Indexes for table `cbl_assessment_form_prompted_response_reviewers`40685-- Indexes for table `cbl_assessment_form_prompted_response_reviewers`
33691--40686--
33692ALTER TABLE `cbl_assessment_form_prompted_response_reviewers`40687ALTER TABLE `cbl_assessment_form_prompted_response_reviewers`
33693  ADD PRIMARY KEY (`form_prompted_response_reviewer_id`);40688  ADD PRIMARY KEY (`form_prompted_response_reviewer_id`);
3369440689
33695--40690--
33696-- Indexes for table `cbl_assessment_form_type_meta`40691-- Indexes for table `cbl_assessment_form_type_meta`
33697--40692--
33698ALTER TABLE `cbl_assessment_form_type_meta`40693ALTER TABLE `cbl_assessment_form_type_meta`
33699  ADD PRIMARY KEY (`form_type_meta_id`),40694  ADD PRIMARY KEY (`form_type_meta_id`),
33700  ADD KEY `form_type_id` (`form_type_id`),40695  ADD KEY `form_type_id` (`form_type_id`),
33701  ADD KEY `organisation_id` (`organisation_id`);40696  ADD KEY `organisation_id` (`organisation_id`);
3370240697
33703--40698--
33704-- Indexes for table `cbl_assessment_item_authors`40699-- Indexes for table `cbl_assessment_item_authors`
33705--40700--
33706ALTER TABLE `cbl_assessment_item_authors`40701ALTER TABLE `cbl_assessment_item_authors`
33707  ADD PRIMARY KEY (`aiauthor_id`),40702  ADD PRIMARY KEY (`aiauthor_id`),
33708  ADD KEY `item_id` (`item_id`);40703  ADD KEY `item_id` (`item_id`);
3370940704
33710--40705--
33711-- Indexes for table `cbl_assessment_item_objectives`40706-- Indexes for table `cbl_assessment_item_objectives`
33712--40707--
33713ALTER TABLE `cbl_assessment_item_objectives`40708ALTER TABLE `cbl_assessment_item_objectives`
33714  ADD PRIMARY KEY (`aiobjective_id`),40709  ADD PRIMARY KEY (`aiobjective_id`),
33715  ADD KEY `item_id` (`item_id`),40710  ADD KEY `item_id` (`item_id`),
33716  ADD KEY `objective_id` (`objective_id`);40711  ADD KEY `objective_id` (`objective_id`);
3371740712
33718--40713--
33719-- Indexes for table `cbl_assessment_item_tags`40714-- Indexes for table `cbl_assessment_item_tags`
33720--40715--
33721ALTER TABLE `cbl_assessment_item_tags`40716ALTER TABLE `cbl_assessment_item_tags`
33722  ADD PRIMARY KEY (`aitag_id`),40717  ADD PRIMARY KEY (`aitag_id`),
33723  ADD KEY `item_id` (`item_id`),40718  ADD KEY `item_id` (`item_id`),
33724  ADD KEY `tag_id` (`tag_id`);40719  ADD KEY `tag_id` (`tag_id`);
3372540720
33726--40721--
33727-- Indexes for table `cbl_assessment_lu_distribution_linked_assessment_types`40722-- Indexes for table `cbl_assessment_lu_distribution_linked_assessment_types`
33728--40723--
33729ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types`40724ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types`
33730  ADD PRIMARY KEY (`id`);40725  ADD PRIMARY KEY (`id`);
3373140726
33732--40727--
33733-- Indexes for table `cbl_assessment_lu_methods`40728-- Indexes for table `cbl_assessment_lu_methods`
33734--40729--
33735ALTER TABLE `cbl_assessment_lu_methods`40730ALTER TABLE `cbl_assessment_lu_methods`
33736  ADD PRIMARY KEY (`assessment_method_id`);40731  ADD PRIMARY KEY (`assessment_method_id`);
3373740732
33738--40733--
33739-- Indexes for table `cbl_assessment_lu_prompted_response_reviewer_types`40734-- Indexes for table `cbl_assessment_lu_prompted_response_reviewer_types`
33740--40735--
33741ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types`40736ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types`
33742  ADD PRIMARY KEY (`prompted_response_reviewer_type_id`);40737  ADD PRIMARY KEY (`prompted_response_reviewer_type_id`);
3374340738
33744--40739--
33745-- Indexes for table `cbl_assessment_lu_task_deleted_reasons`40740-- Indexes for table `cbl_assessment_lu_task_deleted_reasons`
33746--40741--
33747ALTER TABLE `cbl_assessment_lu_task_deleted_reasons`40742ALTER TABLE `cbl_assessment_lu_task_deleted_reasons`
33748  ADD PRIMARY KEY (`reason_id`),40743  ADD PRIMARY KEY (`reason_id`),
33749  ADD KEY `order_id` (`order_id`);40744  ADD KEY `order_id` (`order_id`);
3375040745
33751--40746--
33752-- Indexes for table `cbl_assessment_lu_task_reopen_reasons`40747-- Indexes for table `cbl_assessment_lu_task_reopen_reasons`
33753--40748--
33754ALTER TABLE `cbl_assessment_lu_task_reopen_reasons`40749ALTER TABLE `cbl_assessment_lu_task_reopen_reasons`
33755  ADD PRIMARY KEY (`reopen_reason_id`);40750  ADD PRIMARY KEY (`reopen_reason_id`);
3375640751
33757--40752--
33758-- Indexes for table `cbl_assessment_lu_types`40753-- Indexes for table `cbl_assessment_lu_types`
33759--40754--
33760ALTER TABLE `cbl_assessment_lu_types`40755ALTER TABLE `cbl_assessment_lu_types`
33761  ADD PRIMARY KEY (`assessment_type_id`),40756  ADD PRIMARY KEY (`assessment_type_id`),
33762  ADD KEY `shortname` (`shortname`);40757  ADD KEY `shortname` (`shortname`);
3376340758
33764--40759--
33765-- Indexes for table `cbl_assessment_method_groups`40760-- Indexes for table `cbl_assessment_method_groups`
33766--40761--
33767ALTER TABLE `cbl_assessment_method_groups`40762ALTER TABLE `cbl_assessment_method_groups`
33768  ADD PRIMARY KEY (`amethod_group_id`);40763  ADD PRIMARY KEY (`amethod_group_id`);
3376940764
33770--40765--
33771-- Indexes for table `cbl_assessment_method_group_meta`40766-- Indexes for table `cbl_assessment_method_group_meta`
33772--40767--
33773ALTER TABLE `cbl_assessment_method_group_meta`40768ALTER TABLE `cbl_assessment_method_group_meta`
33774  ADD PRIMARY KEY (`amethod_meta_id`),40769  ADD PRIMARY KEY (`amethod_meta_id`),
33775  ADD KEY `amethod_group_id` (`assessment_method_id`),40770  ADD KEY `amethod_group_id` (`assessment_method_id`),
33776  ADD KEY `group` (`group`),40771  ADD KEY `group` (`group`),
33777  ADD KEY `assessment_method_id` (`assessment_method_id`);40772  ADD KEY `assessment_method_id` (`assessment_method_id`);
3377840773
33779--40774--
33780-- Indexes for table `cbl_assessment_method_organisations`40775-- Indexes for table `cbl_assessment_method_organisations`
33781--40776--
33782ALTER TABLE `cbl_assessment_method_organisations`40777ALTER TABLE `cbl_assessment_method_organisations`
33783  ADD PRIMARY KEY (`amethod_organisation_id`);40778  ADD PRIMARY KEY (`amethod_organisation_id`);
3378440779
33785--40780--
33786-- Indexes for table `cbl_assessment_notifications`40781-- Indexes for table `cbl_assessment_notifications`
33787--40782--
33788ALTER TABLE `cbl_assessment_notifications`40783ALTER TABLE `cbl_assessment_notifications`
33789  ADD PRIMARY KEY (`anotification_id`),40784  ADD PRIMARY KEY (`anotification_id`),
33790  ADD KEY `adistribution_id` (`adistribution_id`),40785  ADD KEY `adistribution_id` (`adistribution_id`),
33791  ADD KEY `schedule_id` (`schedule_id`),40786  ADD KEY `schedule_id` (`schedule_id`),
33792  ADD KEY `notified` (`notified_type`,`notified_value`),40787  ADD KEY `notified` (`notified_type`,`notified_value`),
33793  ADD KEY `nuser_id` (`nuser_id`);40788  ADD KEY `nuser_id` (`nuser_id`);
3379440789
33795--40790--
33796-- Indexes for table `cbl_assessment_plans`40791-- Indexes for table `cbl_assessment_plans`
33797--40792--
33798ALTER TABLE `cbl_assessment_plans`40793ALTER TABLE `cbl_assessment_plans`
33799  ADD PRIMARY KEY (`assessment_plan_id`);40794  ADD PRIMARY KEY (`assessment_plan_id`);
3380040795
33801--40796--
33802-- Indexes for table `cbl_assessment_plan_containers`40797-- Indexes for table `cbl_assessment_plan_containers`
33803--40798--
33804ALTER TABLE `cbl_assessment_plan_containers`40799ALTER TABLE `cbl_assessment_plan_containers`
33805  ADD PRIMARY KEY (`assessment_plan_container_id`);40800  ADD PRIMARY KEY (`assessment_plan_container_id`);
3380640801
33807--40802--
33808-- Indexes for table `cbl_assessment_plan_container_users`40803-- Indexes for table `cbl_assessment_plan_container_users`
33809--40804--
33810ALTER TABLE `cbl_assessment_plan_container_users`40805ALTER TABLE `cbl_assessment_plan_container_users`
33811  ADD PRIMARY KEY (`assessment_plan_container_user_id`);40806  ADD PRIMARY KEY (`assessment_plan_container_user_id`);
3381240807
33813--40808--
33814-- Indexes for table `cbl_assessment_plan_forms`40809-- Indexes for table `cbl_assessment_plan_forms`
33815--40810--
33816ALTER TABLE `cbl_assessment_plan_forms`40811ALTER TABLE `cbl_assessment_plan_forms`
33817  ADD PRIMARY KEY (`assessment_plan_form_id`);40812  ADD PRIMARY KEY (`assessment_plan_form_id`);
3381840813
33819--40814--
33820-- Indexes for table `cbl_assessment_plan_form_cv_types`40815-- Indexes for table `cbl_assessment_plan_form_cv_types`
33821--40816--
33822ALTER TABLE `cbl_assessment_plan_form_cv_types`40817ALTER TABLE `cbl_assessment_plan_form_cv_types`
33823  ADD PRIMARY KEY (`assessment_plan_form_cv_type_id`);40818  ADD PRIMARY KEY (`assessment_plan_form_cv_type_id`);
3382440819
33825--40820--
33826-- Indexes for table `cbl_assessment_plan_form_objectives`40821-- Indexes for table `cbl_assessment_plan_form_objectives`
33827--40822--
33828ALTER TABLE `cbl_assessment_plan_form_objectives`40823ALTER TABLE `cbl_assessment_plan_form_objectives`
33829  ADD PRIMARY KEY (`assessment_plan_form_objective_id`),40824  ADD PRIMARY KEY (`assessment_plan_form_objective_id`),
33830  ADD KEY `cbl_assessment_plan_form_objectives_assessment_plan_id_IDX` (`assessment_plan_id`,`assessment_plan_form_id`,`assessment_plan_form_cv_type_id`) USING BTREE;40825  ADD KEY `cbl_assessment_plan_form_objectives_assessment_plan_id_IDX` (`assessment_plan_id`,`assessment_plan_form_id`,`assessment_plan_form_cv_type_id`) USING BTREE;
3383140826
33832--40827--
33833-- Indexes for table `cbl_assessment_plan_form_objective_groups`40828-- Indexes for table `cbl_assessment_plan_form_objective_groups`
33834--40829--
33835ALTER TABLE `cbl_assessment_plan_form_objective_groups`40830ALTER TABLE `cbl_assessment_plan_form_objective_groups`
33836  ADD PRIMARY KEY (`assessment_plan_form_objective_group_id`),40831  ADD PRIMARY KEY (`assessment_plan_form_objective_group_id`),
33837  ADD KEY `apfog_assessment_plan_id_fk_1` (`assessment_plan_id`),40832  ADD KEY `apfog_assessment_plan_id_fk_1` (`assessment_plan_id`),
33838  ADD KEY `apfog_assessment_plan_form_id_fk_2` (`assessment_plan_form_id`),40833  ADD KEY `apfog_assessment_plan_form_id_fk_2` (`assessment_plan_form_id`),
33839  ADD KEY `apfog_objective_group_id_fk_3` (`objective_group_id`);40834  ADD KEY `apfog_objective_group_id_fk_3` (`objective_group_id`);
3384040835
33841--40836--
33842-- Indexes for table `cbl_assessment_plan_lu_cv_types`40837-- Indexes for table `cbl_assessment_plan_lu_cv_types`
33843--40838--
33844ALTER TABLE `cbl_assessment_plan_lu_cv_types`40839ALTER TABLE `cbl_assessment_plan_lu_cv_types`
33845  ADD PRIMARY KEY (`assessment_plan_cv_type_id`);40840  ADD PRIMARY KEY (`assessment_plan_cv_type_id`);
3384640841
33847--40842--
33848-- Indexes for table `cbl_assessment_plan_objectives`40843-- Indexes for table `cbl_assessment_plan_objectives`
33849--40844--
33850ALTER TABLE `cbl_assessment_plan_objectives`40845ALTER TABLE `cbl_assessment_plan_objectives`
33851  ADD PRIMARY KEY (`assessment_plan_objective_id`);40846  ADD PRIMARY KEY (`assessment_plan_objective_id`);
3385240847
33853--40848--
33854-- Indexes for table `cbl_assessment_progress`40849-- Indexes for table `cbl_assessment_progress`
33855--40850--
33856ALTER TABLE `cbl_assessment_progress`40851ALTER TABLE `cbl_assessment_progress`
33857  ADD PRIMARY KEY (`aprogress_id`),40852  ADD PRIMARY KEY (`aprogress_id`),
33858  ADD KEY `adistribution_id` (`adistribution_id`),40853  ADD KEY `adistribution_id` (`adistribution_id`),
33859  ADD KEY `adtarget_id` (`adtarget_id`),40854  ADD KEY `adtarget_id` (`adtarget_id`),
33860  ADD KEY `dassessment_id` (`dassessment_id`),40855  ADD KEY `dassessment_id` (`dassessment_id`),
33861  ADD KEY `assessor_type_value` (`assessor_type`,`assessor_value`),40856  ADD KEY `assessor_type_value` (`assessor_type`,`assessor_value`),
33862  ADD KEY `dassessment_values` (`dassessment_id`,`progress_value`,`target_record_id`,`assessor_type`,`assessor_value`),40857  ADD KEY `dassessment_values` (`dassessment_id`,`progress_value`,`target_record_id`,`assessor_type`,`assessor_value`),
33863  ADD KEY `dassessment_aprogress_type_record_created` (`dassessment_id`,`aprogress_id`,`target_type`,`target_record_id`,`created_date`),40858  ADD KEY `dassessment_aprogress_type_record_created` (`dassessment_id`,`aprogress_id`,`target_type`,`target_record_id`,`created_date`),
33864  ADD KEY `aprogress_deleted_value` (`aprogress_id`,`deleted_date`,`progress_value`);40859  ADD KEY `aprogress_deleted_value` (`aprogress_id`,`deleted_date`,`progress_value`);
3386540860
33866--40861--
33867-- Indexes for table `cbl_assessment_progress_approvals`40862-- Indexes for table `cbl_assessment_progress_approvals`
33868--40863--
33869ALTER TABLE `cbl_assessment_progress_approvals`40864ALTER TABLE `cbl_assessment_progress_approvals`
33870  ADD PRIMARY KEY (`apapproval_id`),40865  ADD PRIMARY KEY (`apapproval_id`),
33871  ADD KEY `aprogress_id` (`aprogress_id`),40866  ADD KEY `aprogress_id` (`aprogress_id`),
33872  ADD KEY `adistribution_id` (`adistribution_id`);40867  ADD KEY `adistribution_id` (`adistribution_id`);
3387340868
33874--40869--
33875-- Indexes for table `cbl_assessment_progress_responses`40870-- Indexes for table `cbl_assessment_progress_responses`
33876--40871--
33877ALTER TABLE `cbl_assessment_progress_responses`40872ALTER TABLE `cbl_assessment_progress_responses`
33878  ADD PRIMARY KEY (`epresponse_id`),40873  ADD PRIMARY KEY (`epresponse_id`),
33879  ADD KEY `aprogress_id` (`aprogress_id`),40874  ADD KEY `aprogress_id` (`aprogress_id`),
33880  ADD KEY `form_id` (`form_id`),40875  ADD KEY `form_id` (`form_id`),
33881  ADD KEY `adistribution_id` (`adistribution_id`),40876  ADD KEY `adistribution_id` (`adistribution_id`),
33882  ADD KEY `afelement_id` (`afelement_id`),40877  ADD KEY `afelement_id` (`afelement_id`),
33883  ADD KEY `iresponse_id` (`iresponse_id`),40878  ADD KEY `iresponse_id` (`iresponse_id`),
33884  ADD KEY `aprogress_form_deleted` (`aprogress_id`,`form_id`,`deleted_date`);40879  ADD KEY `aprogress_form_deleted` (`aprogress_id`,`form_id`,`deleted_date`);
3388540880
33886--40881--
33887-- Indexes for table `cbl_assessment_rating_scale`40882-- Indexes for table `cbl_assessment_rating_scale`
33888--40883--
33889ALTER TABLE `cbl_assessment_rating_scale`40884ALTER TABLE `cbl_assessment_rating_scale`
33890  ADD PRIMARY KEY (`rating_scale_id`),40885  ADD PRIMARY KEY (`rating_scale_id`),
33891  ADD KEY `rating_scale_type` (`rating_scale_type`);40886  ADD KEY `rating_scale_type` (`rating_scale_type`);
3389240887
33893--40888--
33894-- Indexes for table `cbl_assessment_rating_scale_authors`40889-- Indexes for table `cbl_assessment_rating_scale_authors`
33895--40890--
33896ALTER TABLE `cbl_assessment_rating_scale_authors`40891ALTER TABLE `cbl_assessment_rating_scale_authors`
33897  ADD PRIMARY KEY (`rating_scale_author_id`);40892  ADD PRIMARY KEY (`rating_scale_author_id`);
3389840893
33899--40894--
33900-- Indexes for table `cbl_assessment_rating_scale_responses`40895-- Indexes for table `cbl_assessment_rating_scale_responses`
33901--40896--
33902ALTER TABLE `cbl_assessment_rating_scale_responses`40897ALTER TABLE `cbl_assessment_rating_scale_responses`
33903  ADD PRIMARY KEY (`rating_scale_response_id`),40898  ADD PRIMARY KEY (`rating_scale_response_id`),
33904  ADD KEY `ind_rating_scale_id` (`rating_scale_id`),40899  ADD KEY `ind_rating_scale_id` (`rating_scale_id`),
33905  ADD KEY `ardescriptor_id` (`ardescriptor_id`),40900  ADD KEY `ardescriptor_id` (`ardescriptor_id`),
33906  ADD KEY `weight` (`weight`);40901  ADD KEY `weight` (`weight`);
3390740902
33908--40903--
33909-- Indexes for table `cbl_assessment_reports`40904-- Indexes for table `cbl_assessment_reports`
33910--40905--
33911ALTER TABLE `cbl_assessment_reports`40906ALTER TABLE `cbl_assessment_reports`
33912  ADD PRIMARY KEY (`areport_id`);40907  ADD PRIMARY KEY (`areport_id`);
3391340908
33914--40909--
33915-- Indexes for table `cbl_assessment_report_audience`40910-- Indexes for table `cbl_assessment_report_audience`
33916--40911--
33917ALTER TABLE `cbl_assessment_report_audience`40912ALTER TABLE `cbl_assessment_report_audience`
33918  ADD PRIMARY KEY (`araudience_id`),40913  ADD PRIMARY KEY (`araudience_id`),
33919  ADD KEY `areport_id` (`areport_id`);40914  ADD KEY `areport_id` (`areport_id`);
3392040915
33921--40916--
33922-- Indexes for table `cbl_assessment_report_caches`40917-- Indexes for table `cbl_assessment_report_caches`
33923--40918--
33924ALTER TABLE `cbl_assessment_report_caches`40919ALTER TABLE `cbl_assessment_report_caches`
33925  ADD PRIMARY KEY (`arcache_id`),40920  ADD PRIMARY KEY (`arcache_id`),
33926  ADD KEY `report_key` (`report_key`),40921  ADD KEY `report_key` (`report_key`),
33927  ADD KEY `proxy_id_target_type_target_value_report_meta_hash` (`target_type`,`target_value`,`report_meta_hash`),40922  ADD KEY `proxy_id_target_type_target_value_report_meta_hash` (`target_type`,`target_value`,`report_meta_hash`),
33928  ADD KEY `proxy_id_target_type_target_value_report_param_hash` (`target_type`,`target_value`,`report_param_hash`);40923  ADD KEY `proxy_id_target_type_target_value_report_param_hash` (`target_type`,`target_value`,`report_param_hash`);
3392940924
33930--40925--
33931-- Indexes for table `cbl_assessment_report_sources`40926-- Indexes for table `cbl_assessment_report_sources`
33932--40927--
33933ALTER TABLE `cbl_assessment_report_sources`40928ALTER TABLE `cbl_assessment_report_sources`
33934  ADD PRIMARY KEY (`arsource_id`),40929  ADD PRIMARY KEY (`arsource_id`),
33935  ADD KEY `areport_id` (`areport_id`);40930  ADD KEY `areport_id` (`areport_id`);
3393640931
33937--40932--
33938-- Indexes for table `cbl_assessment_report_source_targets`40933-- Indexes for table `cbl_assessment_report_source_targets`
33939--40934--
33940ALTER TABLE `cbl_assessment_report_source_targets`40935ALTER TABLE `cbl_assessment_report_source_targets`
33941  ADD PRIMARY KEY (`adtarget_id`),40936  ADD PRIMARY KEY (`adtarget_id`),
33942  ADD KEY `arsource_id` (`arsource_id`),40937  ADD KEY `arsource_id` (`arsource_id`),
33943  ADD KEY `areport_id` (`areport_id`);40938  ADD KEY `areport_id` (`areport_id`);
3394440939
33945--40940--
33946-- Indexes for table `cbl_assessment_rubric_authors`40941-- Indexes for table `cbl_assessment_rubric_authors`
33947--40942--
33948ALTER TABLE `cbl_assessment_rubric_authors`40943ALTER TABLE `cbl_assessment_rubric_authors`
33949  ADD PRIMARY KEY (`arauthor_id`),40944  ADD PRIMARY KEY (`arauthor_id`),
33950  ADD KEY `rubric_id` (`rubric_id`);40945  ADD KEY `rubric_id` (`rubric_id`);
3395140946
33952--40947--
33953-- Indexes for table `cbl_assessment_rubric_items`40948-- Indexes for table `cbl_assessment_rubric_items`
33954--40949--
33955ALTER TABLE `cbl_assessment_rubric_items`40950ALTER TABLE `cbl_assessment_rubric_items`
33956  ADD PRIMARY KEY (`aritem_id`),40951  ADD PRIMARY KEY (`aritem_id`),
33957  ADD KEY `rubric_id` (`rubric_id`),40952  ADD KEY `rubric_id` (`rubric_id`),
33958  ADD KEY `item_id` (`item_id`);40953  ADD KEY `item_id` (`item_id`);
3395940954
33960--40955--
33961-- Indexes for table `cbl_assessment_ss_existing_tasks`40956-- Indexes for table `cbl_assessment_ss_existing_tasks`
33962--40957--
33963ALTER TABLE `cbl_assessment_ss_existing_tasks`40958ALTER TABLE `cbl_assessment_ss_existing_tasks`
33964  ADD PRIMARY KEY (`existing_task_id`);40959  ADD PRIMARY KEY (`existing_task_id`);
3396540960
33966--40961--
33967-- Indexes for table `cbl_assessment_ss_future_tasks`40962-- Indexes for table `cbl_assessment_ss_future_tasks`
33968--40963--
33969ALTER TABLE `cbl_assessment_ss_future_tasks`40964ALTER TABLE `cbl_assessment_ss_future_tasks`
33970  ADD PRIMARY KEY (`future_task_id`),40965  ADD PRIMARY KEY (`future_task_id`),
33971  ADD KEY `cbl_assessment_future_tasks_ibfk_1` (`adistribution_id`);40966  ADD KEY `cbl_assessment_future_tasks_ibfk_1` (`adistribution_id`);
3397240967
33973--40968--
33974-- Indexes for table `cbl_assessment_type_organisations`40969-- Indexes for table `cbl_assessment_type_organisations`
33975--40970--
33976ALTER TABLE `cbl_assessment_type_organisations`40971ALTER TABLE `cbl_assessment_type_organisations`
33977  ADD PRIMARY KEY (`atype_organisation_id`),40972  ADD PRIMARY KEY (`atype_organisation_id`),
33978  ADD KEY `assessment_type_id` (`assessment_type_id`),40973  ADD KEY `assessment_type_id` (`assessment_type_id`),
33979  ADD KEY `organisation_id` (`organisation_id`),40974  ADD KEY `organisation_id` (`organisation_id`),
33980  ADD KEY `organisation_id_2` (`organisation_id`,`assessment_type_id`);40975  ADD KEY `organisation_id_2` (`organisation_id`,`assessment_type_id`);
3398140976
33982--40977--
33983-- Indexes for table `cbl_assessor_target_feedback`40978-- Indexes for table `cbl_assessor_target_feedback`
33984--40979--
33985ALTER TABLE `cbl_assessor_target_feedback`40980ALTER TABLE `cbl_assessor_target_feedback`
33986  ADD PRIMARY KEY (`atfeedback_id`);40981  ADD PRIMARY KEY (`atfeedback_id`);
3398740982
33988--40983--
33989-- Indexes for table `cbl_cbme_upload_history`40984-- Indexes for table `cbl_cbme_upload_history`
33990--40985--
33991ALTER TABLE `cbl_cbme_upload_history`40986ALTER TABLE `cbl_cbme_upload_history`
33992  ADD PRIMARY KEY (`created_by`,`created_date`);40987  ADD PRIMARY KEY (`created_by`,`created_date`);
3399340988
33994--40989--
33995-- Indexes for table `cbl_course_contacts`40990-- Indexes for table `cbl_course_contacts`
33996--40991--
33997ALTER TABLE `cbl_course_contacts`40992ALTER TABLE `cbl_course_contacts`
33998  ADD PRIMARY KEY (`id`),40993  ADD PRIMARY KEY (`id`),
33999  ADD KEY `course_value_type` (`course_id`,`assessor_type`,`assessor_value`);40994  ADD KEY `course_value_type` (`course_id`,`assessor_type`,`assessor_value`);
3400040995
34001--40996--
34002-- Indexes for table `cbl_delivery_schedule`40997-- Indexes for table `cbl_delivery_schedule`
34003--40998--
34004ALTER TABLE `cbl_delivery_schedule`40999ALTER TABLE `cbl_delivery_schedule`
34005  ADD PRIMARY KEY (`delivery_schedule_id`),41000  ADD PRIMARY KEY (`delivery_schedule_id`),
34006  ADD KEY `target_type_schedule_id` (`target_type`,`schedule_id`);41001  ADD KEY `target_type_schedule_id` (`target_type`,`schedule_id`);
3400741002
34008--41003--
34009-- Indexes for table `cbl_distribution_assessments`41004-- Indexes for table `cbl_distribution_assessments`
34010--41005--
34011ALTER TABLE `cbl_distribution_assessments`41006ALTER TABLE `cbl_distribution_assessments`
34012  ADD PRIMARY KEY (`dassessment_id`),41007  ADD PRIMARY KEY (`dassessment_id`),
34013  ADD KEY `form_id` (`form_id`),41008  ADD KEY `form_id` (`form_id`),
34014  ADD KEY `associated_record_type_id` (`associated_record_id`,`associated_record_type`),41009  ADD KEY `associated_record_type_id` (`associated_record_id`,`associated_record_type`),
34015  ADD KEY `forwarded_from_assessment_id` (`forwarded_from_assessment_id`),41010  ADD KEY `forwarded_from_assessment_id` (`forwarded_from_assessment_id`),
34016  ADD KEY `cbl_distribution_assessments_course_id_IDX` (`course_id`,`assessor_type`) USING BTREE;41011  ADD KEY `cbl_distribution_assessments_course_id_IDX` (`course_id`,`assessor_type`) USING BTREE;
3401741012
34018--41013--
34019-- Indexes for table `cbl_distribution_assessment_assessors`41014-- Indexes for table `cbl_distribution_assessment_assessors`
34020--41015--
34021ALTER TABLE `cbl_distribution_assessment_assessors`41016ALTER TABLE `cbl_distribution_assessment_assessors`
34022  ADD PRIMARY KEY (`aassessor_id`),41017  ADD PRIMARY KEY (`aassessor_id`),
34023  ADD KEY `cbl_distribution_assessment_assessors_ibfk_1` (`adistribution_id`);41018  ADD KEY `cbl_distribution_assessment_assessors_ibfk_1` (`adistribution_id`);
3402441019
34025--41020--
34026-- Indexes for table `cbl_distribution_assessment_options`41021-- Indexes for table `cbl_distribution_assessment_options`
34027--41022--
34028ALTER TABLE `cbl_distribution_assessment_options`41023ALTER TABLE `cbl_distribution_assessment_options`
34029  ADD PRIMARY KEY (`daoption_id`),41024  ADD PRIMARY KEY (`daoption_id`),
34030  ADD KEY `adistribution_id` (`adistribution_id`),41025  ADD KEY `adistribution_id` (`adistribution_id`),
34031  ADD KEY `dassessment_id` (`dassessment_id`),41026  ADD KEY `dassessment_id` (`dassessment_id`),
34032  ADD KEY `actor_id` (`actor_id`),41027  ADD KEY `actor_id` (`actor_id`),
34033  ADD KEY `option_name` (`option_name`);41028  ADD KEY `option_name` (`option_name`);
3403441029
34035--41030--
34036-- Indexes for table `cbl_distribution_assessment_targets`41031-- Indexes for table `cbl_distribution_assessment_targets`
34037--41032--
34038ALTER TABLE `cbl_distribution_assessment_targets`41033ALTER TABLE `cbl_distribution_assessment_targets`
34039  ADD PRIMARY KEY (`atarget_id`),41034  ADD PRIMARY KEY (`atarget_id`),
34040  ADD KEY `cbl_distribution_assessment_targets_ibfk_1` (`adistribution_id`),41035  ADD KEY `cbl_distribution_assessment_targets_ibfk_1` (`adistribution_id`),
34041  ADD KEY `target_type` (`target_type`,`target_value`),41036  ADD KEY `target_type` (`target_type`,`target_value`),
34042  ADD KEY `dassessment_id` (`dassessment_id`),41037  ADD KEY `dassessment_id` (`dassessment_id`),
34043  ADD KEY `type_value_dassessment` (`target_type`,`target_value`,`dassessment_id`),41038  ADD KEY `type_value_dassessment` (`target_type`,`target_value`,`dassessment_id`),
34044  ADD KEY `dassessment_type_deleted` (`dassessment_id`,`task_type`,`deleted_date`);41039  ADD KEY `dassessment_type_deleted` (`dassessment_id`,`task_type`,`deleted_date`);
3404541040
34046--41041--
34047-- Indexes for table `cbl_distribution_groups`41042-- Indexes for table `cbl_distribution_groups`
34048--41043--
34049ALTER TABLE `cbl_distribution_groups`41044ALTER TABLE `cbl_distribution_groups`
34050  ADD PRIMARY KEY (`distribution_group_id`);41045  ADD PRIMARY KEY (`distribution_group_id`);
3405141046
34052--41047--
34053-- Indexes for table `cbl_distribution_group_distributions`41048-- Indexes for table `cbl_distribution_group_distributions`
34054--41049--
34055ALTER TABLE `cbl_distribution_group_distributions`41050ALTER TABLE `cbl_distribution_group_distributions`
34056  ADD PRIMARY KEY (`distribution_group_distribution_id`),41051  ADD PRIMARY KEY (`distribution_group_distribution_id`),
34057  ADD KEY `adistribution_id` (`adistribution_id`),41052  ADD KEY `adistribution_id` (`adistribution_id`),
34058  ADD KEY `distribution_group_id` (`distribution_group_id`);41053  ADD KEY `distribution_group_id` (`distribution_group_id`);
3405941054
34060--41055--
34061-- Indexes for table `cbl_external_assessors`41056-- Indexes for table `cbl_external_assessors`
34062--41057--
34063ALTER TABLE `cbl_external_assessors`41058ALTER TABLE `cbl_external_assessors`
34064  ADD PRIMARY KEY (`eassessor_id`);41059  ADD PRIMARY KEY (`eassessor_id`);
3406541060
34066--41061--
34067-- Indexes for table `cbl_external_assessor_email_history`41062-- Indexes for table `cbl_external_assessor_email_history`
34068--41063--
34069ALTER TABLE `cbl_external_assessor_email_history`41064ALTER TABLE `cbl_external_assessor_email_history`
34070  ADD PRIMARY KEY (`id`);41065  ADD PRIMARY KEY (`id`);
3407141066
34072--41067--
34073-- Indexes for table `cbl_learner_objectives_completion`41068-- Indexes for table `cbl_learner_objectives_completion`
34074--41069--
34075ALTER TABLE `cbl_learner_objectives_completion`41070ALTER TABLE `cbl_learner_objectives_completion`
34076  ADD PRIMARY KEY (`lo_completion_id`),41071  ADD PRIMARY KEY (`lo_completion_id`),
34077  ADD KEY `proxy_id` (`proxy_id`,`objective_id`);41072  ADD KEY `proxy_id` (`proxy_id`,`objective_id`);
3407841073
34079--41074--
34080-- Indexes for table `cbl_learner_objectives_completion_files`41075-- Indexes for table `cbl_learner_objectives_completion_files`
34081--41076--
34082ALTER TABLE `cbl_learner_objectives_completion_files`41077ALTER TABLE `cbl_learner_objectives_completion_files`
34083  ADD PRIMARY KEY (`learner_objectives_completion_file_id`),41078  ADD PRIMARY KEY (`learner_objectives_completion_file_id`),
34084  ADD KEY `lo_completion_id` (`lo_completion_id`);41079  ADD KEY `lo_completion_id` (`lo_completion_id`);
3408541080
34086--41081--
34087-- Indexes for table `cbl_learner_objectives_self_assessments`41082-- Indexes for table `cbl_learner_objectives_self_assessments`
34088--41083--
34089ALTER TABLE `cbl_learner_objectives_self_assessments`41084ALTER TABLE `cbl_learner_objectives_self_assessments`
34090  ADD PRIMARY KEY (`id`),41085  ADD PRIMARY KEY (`id`),
34091  ADD KEY `proxy_id` (`proxy_id`,`objective_id`);41086  ADD KEY `proxy_id` (`proxy_id`,`objective_id`);
3409241087
34093--41088--
34094-- Indexes for table `cbl_learner_objectives_self_assessment_files`41089-- Indexes for table `cbl_learner_objectives_self_assessment_files`
34095--41090--
34096ALTER TABLE `cbl_learner_objectives_self_assessment_files`41091ALTER TABLE `cbl_learner_objectives_self_assessment_files`
34097  ADD PRIMARY KEY (`id`);41092  ADD PRIMARY KEY (`id`);
3409841093
34099--41094--
34100-- Indexes for table `cbl_learner_objectives_self_assessment_views`41095-- Indexes for table `cbl_learner_objectives_self_assessment_views`
34101--41096--
34102ALTER TABLE `cbl_learner_objectives_self_assessment_views`41097ALTER TABLE `cbl_learner_objectives_self_assessment_views`
34103  ADD PRIMARY KEY (`id`);41098  ADD PRIMARY KEY (`id`);
3410441099
34105--41100--
34106-- Indexes for table `cbl_leave_tracking`41101-- Indexes for table `cbl_leave_tracking`
34107--41102--
34108ALTER TABLE `cbl_leave_tracking`41103ALTER TABLE `cbl_leave_tracking`
34109  ADD PRIMARY KEY (`leave_id`);41104  ADD PRIMARY KEY (`leave_id`);
3411041105
34111--41106--
34112-- Indexes for table `cbl_likes`41107-- Indexes for table `cbl_likes`
34113--41108--
34114ALTER TABLE `cbl_likes`41109ALTER TABLE `cbl_likes`
34115  ADD PRIMARY KEY (`like_id`),41110  ADD PRIMARY KEY (`like_id`),
34116  ADD KEY `aprogress_id` (`aprogress_id`);41111  ADD KEY `aprogress_id` (`aprogress_id`);
3411741112
34118--41113--
34119-- Indexes for table `cbl_linked_assessments`41114-- Indexes for table `cbl_linked_assessments`
34120--41115--
34121ALTER TABLE `cbl_linked_assessments`41116ALTER TABLE `cbl_linked_assessments`
34122  ADD PRIMARY KEY (`link_id`),41117  ADD PRIMARY KEY (`link_id`),
34123  ADD KEY `originating_id` (`originating_id`);41118  ADD KEY `originating_id` (`originating_id`);
3412441119
34125--41120--
34126-- Indexes for table `cbl_linked_distributions`41121-- Indexes for table `cbl_linked_distributions`
34127--41122--
34128ALTER TABLE `cbl_linked_distributions`41123ALTER TABLE `cbl_linked_distributions`
34129  ADD PRIMARY KEY (`link_id`),41124  ADD PRIMARY KEY (`link_id`),
34130  ADD KEY `originating_id` (`originating_id`);41125  ADD KEY `originating_id` (`originating_id`);
3413141126
34132--41127--
34133-- Indexes for table `cbl_lu_leave_tracking_types`41128-- Indexes for table `cbl_lu_leave_tracking_types`
34134--41129--
34135ALTER TABLE `cbl_lu_leave_tracking_types`41130ALTER TABLE `cbl_lu_leave_tracking_types`
34136  ADD PRIMARY KEY (`type_id`);41131  ADD PRIMARY KEY (`type_id`);
3413741132
34138--41133--
34139-- Indexes for table `cbl_meeting_files`41134-- Indexes for table `cbl_meeting_files`
34140--41135--
34141ALTER TABLE `cbl_meeting_files`41136ALTER TABLE `cbl_meeting_files`
34142  ADD PRIMARY KEY (`meeting_file_id`),41137  ADD PRIMARY KEY (`meeting_file_id`),
34143  ADD KEY `meeting_id` (`meeting_id`);41138  ADD KEY `meeting_id` (`meeting_id`);
3414441139
34145--41140--
34146-- Indexes for table `cbl_pins`41141-- Indexes for table `cbl_pins`
34147--41142--
34148ALTER TABLE `cbl_pins`41143ALTER TABLE `cbl_pins`
34149  ADD PRIMARY KEY (`pin_id`),41144  ADD PRIMARY KEY (`pin_id`),
34150  ADD KEY `aprogress_id` (`aprogress_id`);41145  ADD KEY `aprogress_id` (`aprogress_id`);
3415141146
34152--41147--
34153-- Indexes for table `cbl_read`41148-- Indexes for table `cbl_read`
34154--41149--
34155ALTER TABLE `cbl_read`41150ALTER TABLE `cbl_read`
34156  ADD PRIMARY KEY (`read_id`),41151  ADD PRIMARY KEY (`read_id`),
34157  ADD KEY `aprogress_id` (`aprogress_id`);41152  ADD KEY `aprogress_id` (`aprogress_id`);
3415841153
34159--41154--
34160-- Indexes for table `cbl_schedule`41155-- Indexes for table `cbl_schedule`
34161--41156--
34162ALTER TABLE `cbl_schedule`41157ALTER TABLE `cbl_schedule`
34163  ADD PRIMARY KEY (`schedule_id`),41158  ADD PRIMARY KEY (`schedule_id`),
34164  ADD KEY `schedule_parent_id` (`schedule_parent_id`),41159  ADD KEY `schedule_parent_id` (`schedule_parent_id`),
34165  ADD KEY `draft_id` (`draft_id`),41160  ADD KEY `draft_id` (`draft_id`),
34166  ADD KEY `start_date_end_date` (`start_date`,`end_date`),41161  ADD KEY `start_date_end_date` (`start_date`,`end_date`),
34167  ADD KEY `cbl_schedule_title_ids` (`title`,`schedule_type`) USING BTREE;41162  ADD KEY `cbl_schedule_title_ids` (`title`,`schedule_type`) USING BTREE;
3416841163
34169--41164--
34170-- Indexes for table `cbl_schedule_audience`41165-- Indexes for table `cbl_schedule_audience`
34171--41166--
34172ALTER TABLE `cbl_schedule_audience`41167ALTER TABLE `cbl_schedule_audience`
34173  ADD PRIMARY KEY (`saudience_id`),41168  ADD PRIMARY KEY (`saudience_id`),
34174  ADD KEY `audience_type` (`audience_type`,`audience_value`),41169  ADD KEY `audience_type` (`audience_type`,`audience_value`),
34175  ADD KEY `schedule_id` (`schedule_id`);41170  ADD KEY `schedule_id` (`schedule_id`);
3417641171
34177--41172--
34178-- Indexes for table `cbl_schedule_audience_history`41173-- Indexes for table `cbl_schedule_audience_history`
34179--41174--
34180ALTER TABLE `cbl_schedule_audience_history`41175ALTER TABLE `cbl_schedule_audience_history`
34181  ADD PRIMARY KEY (`sahistory_id`),41176  ADD PRIMARY KEY (`sahistory_id`),
34182  ADD UNIQUE KEY `sahistory_id_UNIQUE` (`sahistory_id`);41177  ADD UNIQUE KEY `sahistory_id_UNIQUE` (`sahistory_id`);
3418341178
34184--41179--
34185-- Indexes for table `cbl_schedule_course_objectives`41180-- Indexes for table `cbl_schedule_course_objectives`
34186--41181--
34187ALTER TABLE `cbl_schedule_course_objectives`41182ALTER TABLE `cbl_schedule_course_objectives`
34188  ADD PRIMARY KEY (`sco_id`),41183  ADD PRIMARY KEY (`sco_id`),
34189  ADD KEY `schedule_id` (`schedule_id`),41184  ADD KEY `schedule_id` (`schedule_id`),
34190  ADD KEY `cbl_schedule_course_objectives_likelihood_id` (`likelihood_id`);41185  ADD KEY `cbl_schedule_course_objectives_likelihood_id` (`likelihood_id`);
3419141186
34192--41187--
34193-- Indexes for table `cbl_schedule_drafts`41188-- Indexes for table `cbl_schedule_drafts`
34194--41189--
34195ALTER TABLE `cbl_schedule_drafts`41190ALTER TABLE `cbl_schedule_drafts`
34196  ADD PRIMARY KEY (`cbl_schedule_draft_id`);41191  ADD PRIMARY KEY (`cbl_schedule_draft_id`);
3419741192
34198--41193--
34199-- Indexes for table `cbl_schedule_draft_authors`41194-- Indexes for table `cbl_schedule_draft_authors`
34200--41195--
34201ALTER TABLE `cbl_schedule_draft_authors`41196ALTER TABLE `cbl_schedule_draft_authors`
34202  ADD PRIMARY KEY (`cbl_schedule_draft_author_id`);41197  ADD PRIMARY KEY (`cbl_schedule_draft_author_id`);
3420341198
34204--41199--
34205-- Indexes for table `cbl_schedule_draft_courses`41200-- Indexes for table `cbl_schedule_draft_courses`
34206--41201--
34207ALTER TABLE `cbl_schedule_draft_courses`41202ALTER TABLE `cbl_schedule_draft_courses`
34208  ADD PRIMARY KEY (`cbl_schedule_course_id`),41203  ADD PRIMARY KEY (`cbl_schedule_course_id`),
34209  ADD KEY `cbl_schedule_draft_id` (`cbl_schedule_draft_id`),41204  ADD KEY `cbl_schedule_draft_id` (`cbl_schedule_draft_id`),
34210  ADD KEY `course_id` (`course_id`);41205  ADD KEY `course_id` (`course_id`);
3421141206
34212--41207--
34213-- Indexes for table `cbl_schedule_files`41208-- Indexes for table `cbl_schedule_files`
34214--41209--
34215ALTER TABLE `cbl_schedule_files`41210ALTER TABLE `cbl_schedule_files`
34216  ADD PRIMARY KEY (`schedule_file_id`),41211  ADD PRIMARY KEY (`schedule_file_id`),
34217  ADD KEY `schedule_id` (`schedule_id`);41212  ADD KEY `schedule_id` (`schedule_id`);
3421841213
34219--41214--
34220-- Indexes for table `cbl_schedule_lu_block_types`41215-- Indexes for table `cbl_schedule_lu_block_types`
34221--41216--
34222ALTER TABLE `cbl_schedule_lu_block_types`41217ALTER TABLE `cbl_schedule_lu_block_types`
34223  ADD PRIMARY KEY (`block_type_id`);41218  ADD PRIMARY KEY (`block_type_id`);
3422441219
34225--41220--
34226-- Indexes for table `cbl_schedule_sites`41221-- Indexes for table `cbl_schedule_sites`
34227--41222--
34228ALTER TABLE `cbl_schedule_sites`41223ALTER TABLE `cbl_schedule_sites`
34229  ADD PRIMARY KEY (`cssite_id`),41224  ADD PRIMARY KEY (`cssite_id`),
34230  ADD KEY `cbl_schedule_sites_schedule_id` (`schedule_id`),41225  ADD KEY `cbl_schedule_sites_schedule_id` (`schedule_id`),
34231  ADD KEY `cbl_schedule_slots_site_id` (`site_id`);41226  ADD KEY `cbl_schedule_slots_site_id` (`site_id`);
3423241227
34233--41228--
34234-- Indexes for table `cbl_schedule_slots`41229-- Indexes for table `cbl_schedule_slots`
34235--41230--
34236ALTER TABLE `cbl_schedule_slots`41231ALTER TABLE `cbl_schedule_slots`
34237  ADD PRIMARY KEY (`schedule_slot_id`),41232  ADD PRIMARY KEY (`schedule_slot_id`),
34238  ADD UNIQUE KEY `code_UNIQUE` (`code`),41233  ADD UNIQUE KEY `code_UNIQUE` (`code`),
34239  ADD KEY `schedule_id` (`schedule_id`),41234  ADD KEY `schedule_id` (`schedule_id`),
34240  ADD KEY `code_INDEX` (`code`);41235  ADD KEY `code_INDEX` (`code`);
3424141236
34242--41237--
34243-- Indexes for table `cbl_schedule_slot_types`41238-- Indexes for table `cbl_schedule_slot_types`
34244--41239--
34245ALTER TABLE `cbl_schedule_slot_types`41240ALTER TABLE `cbl_schedule_slot_types`
34246  ADD PRIMARY KEY (`slot_type_id`);41241  ADD PRIMARY KEY (`slot_type_id`);
3424741242
34248--41243--
34249-- Indexes for table `cbl_student_meetings_download_log`41244-- Indexes for table `cbl_student_meetings_download_log`
34250--41245--
34251ALTER TABLE `cbl_student_meetings_download_log`41246ALTER TABLE `cbl_student_meetings_download_log`
34252  ADD PRIMARY KEY (`download_id`),41247  ADD PRIMARY KEY (`download_id`),
34253  ADD KEY `meeting_id` (`meeting_id`);41248  ADD KEY `meeting_id` (`meeting_id`);
3425441249
34255--41250--
34256-- Indexes for table `cbme_course_objectives`41251-- Indexes for table `cbme_course_objectives`
34257--41252--
34258ALTER TABLE `cbme_course_objectives`41253ALTER TABLE `cbme_course_objectives`
34259  ADD PRIMARY KEY (`cbme_course_objective_id`),41254  ADD PRIMARY KEY (`cbme_course_objective_id`),
34260  ADD KEY `objective_id` (`objective_id`);41255  ADD KEY `objective_id` (`objective_id`);
3426141256
34262--41257--
34263-- Indexes for table `cbme_learner_epa_progress`41258-- Indexes for table `cbme_learner_epa_progress`
34264--41259--
34265ALTER TABLE `cbme_learner_epa_progress`41260ALTER TABLE `cbme_learner_epa_progress`
34266  ADD PRIMARY KEY (`learner_epa_progress_id`),41261  ADD PRIMARY KEY (`learner_epa_progress_id`),
34267  ADD KEY `clep_learner_stage_progress_id_fk_1` (`learner_stage_progress_id`);41262  ADD KEY `clep_learner_stage_progress_id_fk_1` (`learner_stage_progress_id`);
3426841263
34269--41264--
34270-- Indexes for table `cbme_learner_epa_progress_history`41265-- Indexes for table `cbme_learner_epa_progress_history`
34271--41266--
34272ALTER TABLE `cbme_learner_epa_progress_history`41267ALTER TABLE `cbme_learner_epa_progress_history`
34273  ADD PRIMARY KEY (`lep_history_id`);41268  ADD PRIMARY KEY (`lep_history_id`);
3427441269
34275--41270--
34276-- Indexes for table `cbme_learner_epa_requirements_progress_totals`41271-- Indexes for table `cbme_learner_epa_requirements_progress_totals`
34277--41272--
34278ALTER TABLE `cbme_learner_epa_requirements_progress_totals`41273ALTER TABLE `cbme_learner_epa_requirements_progress_totals`
34279  ADD PRIMARY KEY (`learner_epa_requirements_progress_totals_id`),41274  ADD PRIMARY KEY (`learner_epa_requirements_progress_totals_id`),
34280  ADD KEY `clerpt_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`);41275  ADD KEY `clerpt_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`);
3428141276
34282--41277--
34283-- Indexes for table `cbme_learner_epa_requirements_progress_totals_history`41278-- Indexes for table `cbme_learner_epa_requirements_progress_totals_history`
34284--41279--
34285ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history`41280ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history`
34286  ADD PRIMARY KEY (`lerpt_history_id`);41281  ADD PRIMARY KEY (`lerpt_history_id`);
3428741282
34288--41283--
34289-- Indexes for table `cbme_learner_epa_requirement_matching_assessments`41284-- Indexes for table `cbme_learner_epa_requirement_matching_assessments`
34290--41285--
34291ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`41286ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`
34292  ADD PRIMARY KEY (`learner_epa_requirement_matching_assessments_id`),41287  ADD PRIMARY KEY (`learner_epa_requirement_matching_assessments_id`),
34293  ADD KEY `clerma_learner_epa_requirement_progress_id_fk_1` (`learner_epa_requirement_progress_id`);41288  ADD KEY `clerma_learner_epa_requirement_progress_id_fk_1` (`learner_epa_requirement_progress_id`);
3429441289
34295--41290--
34296-- Indexes for table `cbme_learner_epa_requirement_matching_assessments_history`41291-- Indexes for table `cbme_learner_epa_requirement_matching_assessments_history`
34297--41292--
34298ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history`41293ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history`
34299  ADD PRIMARY KEY (`lerma_history_id`);41294  ADD PRIMARY KEY (`lerma_history_id`);
3430041295
34301--41296--
34302-- Indexes for table `cbme_learner_epa_requirement_progress`41297-- Indexes for table `cbme_learner_epa_requirement_progress`
34303--41298--
34304ALTER TABLE `cbme_learner_epa_requirement_progress`41299ALTER TABLE `cbme_learner_epa_requirement_progress`
34305  ADD PRIMARY KEY (`learner_epa_requirement_progress_id`),41300  ADD PRIMARY KEY (`learner_epa_requirement_progress_id`),
34306  ADD KEY `clerp_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`);41301  ADD KEY `clerp_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`);
3430741302
34308--41303--
34309-- Indexes for table `cbme_learner_epa_requirement_progress_history`41304-- Indexes for table `cbme_learner_epa_requirement_progress_history`
34310--41305--
34311ALTER TABLE `cbme_learner_epa_requirement_progress_history`41306ALTER TABLE `cbme_learner_epa_requirement_progress_history`
34312  ADD PRIMARY KEY (`lerp_history_id`);41307  ADD PRIMARY KEY (`lerp_history_id`);
3431341308
34314--41309--
34315-- Indexes for table `cbme_learner_stage_progress`41310-- Indexes for table `cbme_learner_stage_progress`
34316--41311--
34317ALTER TABLE `cbme_learner_stage_progress`41312ALTER TABLE `cbme_learner_stage_progress`
34318  ADD PRIMARY KEY (`learner_stage_progress_id`);41313  ADD PRIMARY KEY (`learner_stage_progress_id`);
3431941314
34320--41315--
34321-- Indexes for table `cbme_learner_stage_progress_history`41316-- Indexes for table `cbme_learner_stage_progress_history`
34322--41317--
34323ALTER TABLE `cbme_learner_stage_progress_history`41318ALTER TABLE `cbme_learner_stage_progress_history`
34324  ADD PRIMARY KEY (`lsp_history_id`);41319  ADD PRIMARY KEY (`lsp_history_id`);
3432541320
34326--41321--
34327-- Indexes for table `cbme_lu_objective_statuses`41322-- Indexes for table `cbme_lu_objective_statuses`
34328--41323--
34329ALTER TABLE `cbme_lu_objective_statuses`41324ALTER TABLE `cbme_lu_objective_statuses`
34330  ADD PRIMARY KEY (`cbme_lu_objective_status_id`),41325  ADD PRIMARY KEY (`cbme_lu_objective_status_id`),
34331  ADD KEY `status` (`status`);41326  ADD KEY `status` (`status`);
3433241327
34333--41328--
34334-- Indexes for table `cbme_objective_groups`41329-- Indexes for table `cbme_objective_groups`
34335--41330--
34336ALTER TABLE `cbme_objective_groups`41331ALTER TABLE `cbme_objective_groups`
34337  ADD PRIMARY KEY (`objective_group_id`);41332  ADD PRIMARY KEY (`objective_group_id`);
3433841333
34339--41334--
34340-- Indexes for table `cbme_objective_group_objectives`41335-- Indexes for table `cbme_objective_group_objectives`
34341--41336--
34342ALTER TABLE `cbme_objective_group_objectives`41337ALTER TABLE `cbme_objective_group_objectives`
34343  ADD PRIMARY KEY (`cbme_objective_group_objective_id`);41338  ADD PRIMARY KEY (`cbme_objective_group_objective_id`);
3434441339
34345--41340--
34346-- Indexes for table `cbme_objective_trees`41341-- Indexes for table `cbme_objective_trees`
34347--41342--
34348ALTER TABLE `cbme_objective_trees`41343ALTER TABLE `cbme_objective_trees`
34349  ADD PRIMARY KEY (`cbme_objective_tree_id`),41344  ADD PRIMARY KEY (`cbme_objective_tree_id`),
34350  ADD KEY `lft` (`left`,`right`),41345  ADD KEY `lft` (`left`,`right`),
34351  ADD KEY `objective_id` (`objective_id`),41346  ADD KEY `objective_id` (`objective_id`),
34352  ADD KEY `depth` (`depth`,`left`,`right`),41347  ADD KEY `depth` (`depth`,`left`,`right`),
34353  ADD KEY `tree_id` (`tree_id`),41348  ADD KEY `tree_id` (`tree_id`),
34354  ADD KEY `organisation_id` (`organisation_id`,`course_id`),41349  ADD KEY `organisation_id` (`organisation_id`,`course_id`),
34355  ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`),41350  ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`),
34356  ADD KEY `primary_2` (`primary`),41351  ADD KEY `primary_2` (`primary`),
34357  ADD KEY `tree_org_course_left` (`tree_id`,`organisation_id`,`course_id`,`left`),41352  ADD KEY `tree_org_course_left` (`tree_id`,`organisation_id`,`course_id`,`left`),
34358  ADD KEY `left_right_otid_tree_deleted` (`left`,`right`,`cbme_objective_tree_id`,`tree_id`,`deleted_date`);41353  ADD KEY `left_right_otid_tree_deleted` (`left`,`right`,`cbme_objective_tree_id`,`tree_id`,`deleted_date`);
3435941354
34360--41355--
34361-- Indexes for table `cbme_objective_tree_aggregates`41356-- Indexes for table `cbme_objective_tree_aggregates`
34362--41357--
34363ALTER TABLE `cbme_objective_tree_aggregates`41358ALTER TABLE `cbme_objective_tree_aggregates`
34364  ADD PRIMARY KEY (`cbme_objective_tree_aggregate_id`),41359  ADD PRIMARY KEY (`cbme_objective_tree_aggregate_id`),
34365  ADD KEY `lft` (`left`,`right`),41360  ADD KEY `lft` (`left`,`right`),
34366  ADD KEY `objective_id` (`objective_id`),41361  ADD KEY `objective_id` (`objective_id`),
34367  ADD KEY `depth` (`depth`,`left`,`right`),41362  ADD KEY `depth` (`depth`,`left`,`right`),
34368  ADD KEY `tree_id` (`tree_id`),41363  ADD KEY `tree_id` (`tree_id`),
34369  ADD KEY `organisation_id` (`organisation_id`,`course_id`),41364  ADD KEY `organisation_id` (`organisation_id`,`course_id`),
34370  ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`),41365  ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`),
34371  ADD KEY `tree_version_viewer` (`tree_version_id`,`tree_viewer_type`,`tree_viewer_value`),41366  ADD KEY `tree_version_viewer` (`tree_version_id`,`tree_viewer_type`,`tree_viewer_value`),
34372  ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`);41367  ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`);
3437341368
34374--41369--
34375-- Indexes for table `cbme_objective_tree_map_branches`41370-- Indexes for table `cbme_objective_tree_map_branches`
34376--41371--
34377ALTER TABLE `cbme_objective_tree_map_branches`41372ALTER TABLE `cbme_objective_tree_map_branches`
34378  ADD PRIMARY KEY (`cbme_objective_tree_map_branch_id`);41373  ADD PRIMARY KEY (`cbme_objective_tree_map_branch_id`);
3437941374
34380--41375--
34381-- Indexes for table `cbme_objective_tree_modifiers`41376-- Indexes for table `cbme_objective_tree_modifiers`
34382--41377--
34383ALTER TABLE `cbme_objective_tree_modifiers`41378ALTER TABLE `cbme_objective_tree_modifiers`
34384  ADD PRIMARY KEY (`cbme_objective_tree_modifier_id`),41379  ADD PRIMARY KEY (`cbme_objective_tree_modifier_id`),
34385  ADD KEY `tree_viewer_type` (`tree_viewer_type`,`tree_viewer_value`),41380  ADD KEY `tree_viewer_type` (`tree_viewer_type`,`tree_viewer_value`),
34386  ADD KEY `node_exclusion_id` (`node_exclusion_id`),41381  ADD KEY `node_exclusion_id` (`node_exclusion_id`),
34387  ADD KEY `node_inclusion_id` (`node_inclusion_id`),41382  ADD KEY `node_inclusion_id` (`node_inclusion_id`),
34388  ADD KEY `node_inclusion_id_2` (`node_inclusion_id`,`tree_viewer_type`,`tree_viewer_value`);41383  ADD KEY `node_inclusion_id_2` (`node_inclusion_id`,`tree_viewer_type`,`tree_viewer_value`);
3438941384
34390--41385--
34391-- Indexes for table `cbme_objective_tree_node_versions`41386-- Indexes for table `cbme_objective_tree_node_versions`
34392--41387--
34393ALTER TABLE `cbme_objective_tree_node_versions`41388ALTER TABLE `cbme_objective_tree_node_versions`
34394  ADD PRIMARY KEY (`cbme_objective_tree_node_version_id`),41389  ADD PRIMARY KEY (`cbme_objective_tree_node_version_id`),
34395  ADD KEY `cbme_objective_tree_version_id` (`cbme_objective_tree_version_id`),41390  ADD KEY `cbme_objective_tree_version_id` (`cbme_objective_tree_version_id`),
34396  ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`,`cbme_objective_tree_version_id`);41391  ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`,`cbme_objective_tree_version_id`);
3439741392
34398--41393--
34399-- Indexes for table `cbme_objective_tree_versions`41394-- Indexes for table `cbme_objective_tree_versions`
34400--41395--
34401ALTER TABLE `cbme_objective_tree_versions`41396ALTER TABLE `cbme_objective_tree_versions`
34402  ADD PRIMARY KEY (`cbme_objective_tree_version_id`),41397  ADD PRIMARY KEY (`cbme_objective_tree_version_id`),
34403  ADD KEY `tree_id` (`tree_id`);41398  ADD KEY `tree_id` (`tree_id`);
3440441399
34405--41400--
34406-- Indexes for table `cbme_objective_tree_version_audit`41401-- Indexes for table `cbme_objective_tree_version_audit`
34407--41402--
34408ALTER TABLE `cbme_objective_tree_version_audit`41403ALTER TABLE `cbme_objective_tree_version_audit`
34409  ADD PRIMARY KEY (`cbme_objective_tree_version_audit_id`);41404  ADD PRIMARY KEY (`cbme_objective_tree_version_audit_id`);
3441041405
34411--41406--
34412-- Indexes for table `cbme_objective_tree_version_changes`41407-- Indexes for table `cbme_objective_tree_version_changes`
34413--41408--
34414ALTER TABLE `cbme_objective_tree_version_changes`41409ALTER TABLE `cbme_objective_tree_version_changes`
34415  ADD PRIMARY KEY (`cbme_objective_tree_version_change_id`),41410  ADD PRIMARY KEY (`cbme_objective_tree_version_change_id`),
34416  ADD KEY `objective_id` (`objective_id`),41411  ADD KEY `objective_id` (`objective_id`),
34417  ADD KEY `course_objectivetreeid_status` (`objective_status_id`,`cbme_objective_tree_id`,`course_id`);41412  ADD KEY `course_objectivetreeid_status` (`objective_status_id`,`cbme_objective_tree_id`,`course_id`);
3441841413
34419--41414--
34420-- Indexes for table `cbme_objective_tree_version_statuses`41415-- Indexes for table `cbme_objective_tree_version_statuses`
34421--41416--
34422ALTER TABLE `cbme_objective_tree_version_statuses`41417ALTER TABLE `cbme_objective_tree_version_statuses`
34423  ADD PRIMARY KEY (`cbme_objective_tree_version_status_id`);41418  ADD PRIMARY KEY (`cbme_objective_tree_version_status_id`);
3442441419
34425--41420--
34426-- Indexes for table `cbme_procedure_epa_attributes`41421-- Indexes for table `cbme_procedure_epa_attributes`
34427--41422--
34428ALTER TABLE `cbme_procedure_epa_attributes`41423ALTER TABLE `cbme_procedure_epa_attributes`
34429  ADD PRIMARY KEY (`epa_attribute_id`);41424  ADD PRIMARY KEY (`epa_attribute_id`);
3443041425
34431--41426--
34432-- Indexes for table `cbme_schedule_stats`41427-- Indexes for table `cbme_schedule_stats`
34433--41428--
34434ALTER TABLE `cbme_schedule_stats`41429ALTER TABLE `cbme_schedule_stats`
34435  ADD PRIMARY KEY (`schedule_stats_id`);41430  ADD PRIMARY KEY (`schedule_stats_id`);
3443641431
34437--41432--
34438-- Indexes for table `cbme_schedule_stats_completion_status`41433-- Indexes for table `cbme_schedule_stats_completion_status`
34439--41434--
34440ALTER TABLE `cbme_schedule_stats_completion_status`41435ALTER TABLE `cbme_schedule_stats_completion_status`
34441  ADD PRIMARY KEY (`schedule_stats_completion_status_id`);41436  ADD PRIMARY KEY (`schedule_stats_completion_status_id`);
3444241437
34443--41438--
34444-- Indexes for table `cbme_schedule_stats_history`41439-- Indexes for table `cbme_schedule_stats_history`
34445--41440--
34446ALTER TABLE `cbme_schedule_stats_history`41441ALTER TABLE `cbme_schedule_stats_history`
34447  ADD PRIMARY KEY (`ss_history_id`);41442  ADD PRIMARY KEY (`ss_history_id`);
3444841443
34449--41444--
34450-- Indexes for table `cbme_schedule_stats_learners`41445-- Indexes for table `cbme_schedule_stats_learners`
34451--41446--
34452ALTER TABLE `cbme_schedule_stats_learners`41447ALTER TABLE `cbme_schedule_stats_learners`
34453  ADD PRIMARY KEY (`schedule_stats_learner_id`),41448  ADD PRIMARY KEY (`schedule_stats_learner_id`),
34454  ADD KEY `ssl_schedule_stats_id_fk_1` (`schedule_stats_id`);41449  ADD KEY `ssl_schedule_stats_id_fk_1` (`schedule_stats_id`);
3445541450
34456--41451--
34457-- Indexes for table `cbme_schedule_stats_learners_history`41452-- Indexes for table `cbme_schedule_stats_learners_history`
34458--41453--
34459ALTER TABLE `cbme_schedule_stats_learners_history`41454ALTER TABLE `cbme_schedule_stats_learners_history`
34460  ADD PRIMARY KEY (`ssle_history_id`);41455  ADD PRIMARY KEY (`ssle_history_id`);
3446141456
34462--41457--
34463-- Indexes for table `cbme_schedule_stats_period`41458-- Indexes for table `cbme_schedule_stats_period`
34464--41459--
34465ALTER TABLE `cbme_schedule_stats_period`41460ALTER TABLE `cbme_schedule_stats_period`
34466  ADD PRIMARY KEY (`schedule_stats_period_id`),41461  ADD PRIMARY KEY (`schedule_stats_period_id`),
34467  ADD KEY `ssp_schedule_stats_id_fk_1` (`schedule_stats_id`),41462  ADD KEY `ssp_schedule_stats_id_fk_1` (`schedule_stats_id`),
34468  ADD KEY `ssp.schedule_stats_period_type_fk_2` (`schedule_stats_period_type_id`);41463  ADD KEY `ssp.schedule_stats_period_type_fk_2` (`schedule_stats_period_type_id`);
3446941464
34470--41465--
34471-- Indexes for table `cbme_schedule_stats_period_assessments`41466-- Indexes for table `cbme_schedule_stats_period_assessments`
34472--41467--
34473ALTER TABLE `cbme_schedule_stats_period_assessments`41468ALTER TABLE `cbme_schedule_stats_period_assessments`
34474  ADD PRIMARY KEY (`schedule_stats_period_assessment_id`),41469  ADD PRIMARY KEY (`schedule_stats_period_assessment_id`),
34475  ADD KEY `ssla_schedule_stats_id_fk_1` (`schedule_stats_id`),41470  ADD KEY `ssla_schedule_stats_id_fk_1` (`schedule_stats_id`),
34476  ADD KEY `ssla_schedule_stats_period_id_fk_2` (`schedule_stats_period_id`),41471  ADD KEY `ssla_schedule_stats_period_id_fk_2` (`schedule_stats_period_id`),
34477  ADD KEY `ssla_schedule_stats_completion_status_id_fk_3` (`schedule_stats_completion_status_id`);41472  ADD KEY `ssla_schedule_stats_completion_status_id_fk_3` (`schedule_stats_completion_status_id`);
3447841473
34479--41474--
34480-- Indexes for table `cbme_schedule_stats_period_assessments_history`41475-- Indexes for table `cbme_schedule_stats_period_assessments_history`
34481--41476--
34482ALTER TABLE `cbme_schedule_stats_period_assessments_history`41477ALTER TABLE `cbme_schedule_stats_period_assessments_history`
34483  ADD PRIMARY KEY (`sspa_history_id`);41478  ADD PRIMARY KEY (`sspa_history_id`);
3448441479
34485--41480--
34486-- Indexes for table `cbme_schedule_stats_period_history`41481-- Indexes for table `cbme_schedule_stats_period_history`
34487--41482--
34488ALTER TABLE `cbme_schedule_stats_period_history`41483ALTER TABLE `cbme_schedule_stats_period_history`
34489  ADD PRIMARY KEY (`ssp_history_id`);41484  ADD PRIMARY KEY (`ssp_history_id`);
3449041485
34491--41486--
34492-- Indexes for table `cbme_schedule_stats_period_type`41487-- Indexes for table `cbme_schedule_stats_period_type`
34493--41488--
34494ALTER TABLE `cbme_schedule_stats_period_type`41489ALTER TABLE `cbme_schedule_stats_period_type`
34495  ADD PRIMARY KEY (`schedule_stats_period_type_id`);41490  ADD PRIMARY KEY (`schedule_stats_period_type_id`);
3449641491
34497--41492--
34498-- Indexes for table `cbme_tree_version_objectives`41493-- Indexes for table `cbme_tree_version_objectives`
34499--41494--
34500ALTER TABLE `cbme_tree_version_objectives`41495ALTER TABLE `cbme_tree_version_objectives`
34501  ADD PRIMARY KEY (`cbme_tree_version_objective_id`);41496  ADD PRIMARY KEY (`cbme_tree_version_objective_id`);
3450241497
34503--41498--
34504-- Indexes for table `ce_instructor_capacity_overrides`41499-- Indexes for table `ce_instructor_capacity_overrides`
34505--41500--
34506ALTER TABLE `ce_instructor_capacity_overrides`41501ALTER TABLE `ce_instructor_capacity_overrides`
34507  ADD PRIMARY KEY (`capacity_override_id`);41502  ADD PRIMARY KEY (`capacity_override_id`);
3450841503
34509--41504--
34510-- Indexes for table `ce_instructor_contacts`41505-- Indexes for table `ce_instructor_contacts`
34511--41506--
34512ALTER TABLE `ce_instructor_contacts`41507ALTER TABLE `ce_instructor_contacts`
34513  ADD PRIMARY KEY (`instructor_contact_id`);41508  ADD PRIMARY KEY (`instructor_contact_id`);
3451441509
34515--41510--
34516-- Indexes for table `ce_instructor_credentials`41511-- Indexes for table `ce_instructor_credentials`
34517--41512--
34518ALTER TABLE `ce_instructor_credentials`41513ALTER TABLE `ce_instructor_credentials`
34519  ADD PRIMARY KEY (`instructor_credential_id`);41514  ADD PRIMARY KEY (`instructor_credential_id`);
3452041515
34521--41516--
34522-- Indexes for table `ce_instructor_documents`41517-- Indexes for table `ce_instructor_documents`
34523--41518--
34524ALTER TABLE `ce_instructor_documents`41519ALTER TABLE `ce_instructor_documents`
34525  ADD PRIMARY KEY (`instructor_document_id`);41520  ADD PRIMARY KEY (`instructor_document_id`);
3452641521
34527--41522--
34528-- Indexes for table `ce_instructor_metas`41523-- Indexes for table `ce_instructor_metas`
34529--41524--
34530ALTER TABLE `ce_instructor_metas`41525ALTER TABLE `ce_instructor_metas`
34531  ADD PRIMARY KEY (`proxy_id`),41526  ADD PRIMARY KEY (`proxy_id`),
34532  ADD UNIQUE KEY `proxy_id_UNIQUE` (`proxy_id`);41527  ADD UNIQUE KEY `proxy_id_UNIQUE` (`proxy_id`);
3453341528
34534--41529--
34535-- Indexes for table `ce_instructor_notes`41530-- Indexes for table `ce_instructor_notes`
34536--41531--
34537ALTER TABLE `ce_instructor_notes`41532ALTER TABLE `ce_instructor_notes`
34538  ADD PRIMARY KEY (`instructor_note_id`);41533  ADD PRIMARY KEY (`instructor_note_id`);
3453941534
34540--41535--
34541-- Indexes for table `ce_instructor_site_disciplines`41536-- Indexes for table `ce_instructor_site_disciplines`
34542--41537--
34543ALTER TABLE `ce_instructor_site_disciplines`41538ALTER TABLE `ce_instructor_site_disciplines`
34544  ADD PRIMARY KEY (`instructor_site_discipline_id`);41539  ADD PRIMARY KEY (`instructor_site_discipline_id`);
3454541540
34546--41541--
34547-- Indexes for table `ce_instructor_statuses`41542-- Indexes for table `ce_instructor_statuses`
34548--41543--
34549ALTER TABLE `ce_instructor_statuses`41544ALTER TABLE `ce_instructor_statuses`
34550  ADD PRIMARY KEY (`instructor_status_id`),41545  ADD PRIMARY KEY (`instructor_status_id`),
34551  ADD KEY `fk_instructor_status_types` (`instructor_status_type_id`);41546  ADD KEY `fk_instructor_status_types` (`instructor_status_type_id`);
3455241547
34553--41548--
34554-- Indexes for table `ce_instructor_stipends`41549-- Indexes for table `ce_instructor_stipends`
34555--41550--
34556ALTER TABLE `ce_instructor_stipends`41551ALTER TABLE `ce_instructor_stipends`
34557  ADD PRIMARY KEY (`instructor_stipend_id`);41552  ADD PRIMARY KEY (`instructor_stipend_id`);
3455841553
34559--41554--
34560-- Indexes for table `ce_instructor_stipend_event_types`41555-- Indexes for table `ce_instructor_stipend_event_types`
34561--41556--
34562ALTER TABLE `ce_instructor_stipend_event_types`41557ALTER TABLE `ce_instructor_stipend_event_types`
34563  ADD PRIMARY KEY (`instructor_stipend_event_type_id`);41558  ADD PRIMARY KEY (`instructor_stipend_event_type_id`);
3456441559
34565--41560--
34566-- Indexes for table `ce_lotteries`41561-- Indexes for table `ce_lotteries`
34567--41562--
34568ALTER TABLE `ce_lotteries`41563ALTER TABLE `ce_lotteries`
34569  ADD PRIMARY KEY (`lottery_id`),41564  ADD PRIMARY KEY (`lottery_id`),
34570  ADD KEY `organisation_id` (`organisation_id`),41565  ADD KEY `organisation_id` (`organisation_id`),
34571  ADD KEY `schedule_id` (`schedule_id`);41566  ADD KEY `schedule_id` (`schedule_id`);
3457241567
34573--41568--
34574-- Indexes for table `ce_lottery_schedule_variations`41569-- Indexes for table `ce_lottery_schedule_variations`
34575--41570--
34576ALTER TABLE `ce_lottery_schedule_variations`41571ALTER TABLE `ce_lottery_schedule_variations`
34577  ADD PRIMARY KEY (`variation_id`),41572  ADD PRIMARY KEY (`variation_id`),
34578  ADD KEY `lottery_id` (`lottery_id`);41573  ADD KEY `lottery_id` (`lottery_id`);
3457941574
34580--41575--
34581-- Indexes for table `ce_lu_algorithms`41576-- Indexes for table `ce_lu_algorithms`
34582--41577--
34583ALTER TABLE `ce_lu_algorithms`41578ALTER TABLE `ce_lu_algorithms`
34584  ADD PRIMARY KEY (`algorithm_id`);41579  ADD PRIMARY KEY (`algorithm_id`);
3458541580
34586--41581--
34587-- Indexes for table `ce_lu_document_types`41582-- Indexes for table `ce_lu_document_types`
34588--41583--
34589ALTER TABLE `ce_lu_document_types`41584ALTER TABLE `ce_lu_document_types`
34590  ADD PRIMARY KEY (`document_type_id`);41585  ADD PRIMARY KEY (`document_type_id`);
3459141586
34592--41587--
34593-- Indexes for table `ce_lu_document_type_organisations`41588-- Indexes for table `ce_lu_document_type_organisations`
34594--41589--
34595ALTER TABLE `ce_lu_document_type_organisations`41590ALTER TABLE `ce_lu_document_type_organisations`
34596  ADD PRIMARY KEY (`document_type_organisation_id`);41591  ADD PRIMARY KEY (`document_type_organisation_id`);
3459741592
34598--41593--
34599-- Indexes for table `ce_lu_event_rate_types`41594-- Indexes for table `ce_lu_event_rate_types`
34600--41595--
34601ALTER TABLE `ce_lu_event_rate_types`41596ALTER TABLE `ce_lu_event_rate_types`
34602  ADD PRIMARY KEY (`event_rate_type_id`);41597  ADD PRIMARY KEY (`event_rate_type_id`);
3460341598
34604--41599--
34605-- Indexes for table `ce_lu_event_rate_type_organisations`41600-- Indexes for table `ce_lu_event_rate_type_organisations`
34606--41601--
34607ALTER TABLE `ce_lu_event_rate_type_organisations`41602ALTER TABLE `ce_lu_event_rate_type_organisations`
34608  ADD PRIMARY KEY (`event_rate_type_organisation_id`);41603  ADD PRIMARY KEY (`event_rate_type_organisation_id`);
3460941604
34610--41605--
34611-- Indexes for table `ce_lu_instructor_credential_status_types`41606-- Indexes for table `ce_lu_instructor_credential_status_types`
34612--41607--
34613ALTER TABLE `ce_lu_instructor_credential_status_types`41608ALTER TABLE `ce_lu_instructor_credential_status_types`
34614  ADD PRIMARY KEY (`instructor_credential_status_type_id`);41609  ADD PRIMARY KEY (`instructor_credential_status_type_id`);
3461541610
34616--41611--
34617-- Indexes for table `ce_lu_instructor_credential_status_type_organisations`41612-- Indexes for table `ce_lu_instructor_credential_status_type_organisations`
34618--41613--
34619ALTER TABLE `ce_lu_instructor_credential_status_type_organisations`41614ALTER TABLE `ce_lu_instructor_credential_status_type_organisations`
34620  ADD PRIMARY KEY (`ce_lu_instructor_credential_status_type_organisation_id`);41615  ADD PRIMARY KEY (`ce_lu_instructor_credential_status_type_organisation_id`);
3462141616
34622--41617--
34623-- Indexes for table `ce_lu_instructor_note_types`41618-- Indexes for table `ce_lu_instructor_note_types`
34624--41619--
34625ALTER TABLE `ce_lu_instructor_note_types`41620ALTER TABLE `ce_lu_instructor_note_types`
34626  ADD PRIMARY KEY (`instructor_note_type_id`);41621  ADD PRIMARY KEY (`instructor_note_type_id`);
3462741622
34628--41623--
34629-- Indexes for table `ce_lu_instructor_note_type_organisations`41624-- Indexes for table `ce_lu_instructor_note_type_organisations`
34630--41625--
34631ALTER TABLE `ce_lu_instructor_note_type_organisations`41626ALTER TABLE `ce_lu_instructor_note_type_organisations`
34632  ADD PRIMARY KEY (`instructor_note_type_organisation_id`);41627  ADD PRIMARY KEY (`instructor_note_type_organisation_id`);
3463341628
34634--41629--
34635-- Indexes for table `ce_lu_instructor_status_types`41630-- Indexes for table `ce_lu_instructor_status_types`
34636--41631--
34637ALTER TABLE `ce_lu_instructor_status_types`41632ALTER TABLE `ce_lu_instructor_status_types`
34638  ADD PRIMARY KEY (`instructor_status_type_id`);41633  ADD PRIMARY KEY (`instructor_status_type_id`);
3463941634
34640--41635--
34641-- Indexes for table `ce_lu_instructor_status_type_organisations`41636-- Indexes for table `ce_lu_instructor_status_type_organisations`
34642--41637--
34643ALTER TABLE `ce_lu_instructor_status_type_organisations`41638ALTER TABLE `ce_lu_instructor_status_type_organisations`
34644  ADD PRIMARY KEY (`instructor_status_type_organisation_id`);41639  ADD PRIMARY KEY (`instructor_status_type_organisation_id`);
3464541640
34646--41641--
34647-- Indexes for table `ce_lu_learner_rank_options`41642-- Indexes for table `ce_lu_learner_rank_options`
34648--41643--
34649ALTER TABLE `ce_lu_learner_rank_options`41644ALTER TABLE `ce_lu_learner_rank_options`
34650  ADD PRIMARY KEY (`learner_rank_option_id`);41645  ADD PRIMARY KEY (`learner_rank_option_id`);
3465141646
34652--41647--
34653-- Indexes for table `ce_lu_rankings`41648-- Indexes for table `ce_lu_rankings`
34654--41649--
34655ALTER TABLE `ce_lu_rankings`41650ALTER TABLE `ce_lu_rankings`
34656  ADD PRIMARY KEY (`ranking_id`);41651  ADD PRIMARY KEY (`ranking_id`);
3465741652
34658--41653--
34659-- Indexes for table `ce_lu_schedule_status_types`41654-- Indexes for table `ce_lu_schedule_status_types`
34660--41655--
34661ALTER TABLE `ce_lu_schedule_status_types`41656ALTER TABLE `ce_lu_schedule_status_types`
34662  ADD PRIMARY KEY (`csstype_id`),41657  ADD PRIMARY KEY (`csstype_id`),
34663  ADD UNIQUE KEY `csstype_id_UNIQUE` (`csstype_id`);41658  ADD UNIQUE KEY `csstype_id_UNIQUE` (`csstype_id`);
3466441659
34665--41660--
34666-- Indexes for table `ce_lu_schedule_status_type_organisations`41661-- Indexes for table `ce_lu_schedule_status_type_organisations`
34667--41662--
34668ALTER TABLE `ce_lu_schedule_status_type_organisations`41663ALTER TABLE `ce_lu_schedule_status_type_organisations`
34669  ADD PRIMARY KEY (`csstorganisation_id`),41664  ADD PRIMARY KEY (`csstorganisation_id`),
34670  ADD UNIQUE KEY `unique_index` (`csstype_id`,`organisation_id`),41665  ADD UNIQUE KEY `unique_index` (`csstype_id`,`organisation_id`),
34671  ADD KEY `csstype_index` (`csstype_id`),41666  ADD KEY `csstype_index` (`csstype_id`),
34672  ADD KEY `org_index` (`organisation_id`);41667  ADD KEY `org_index` (`organisation_id`);
3467341668
34674--41669--
34675-- Indexes for table `ce_lu_site_affiliation_status_types`41670-- Indexes for table `ce_lu_site_affiliation_status_types`
34676--41671--
34677ALTER TABLE `ce_lu_site_affiliation_status_types`41672ALTER TABLE `ce_lu_site_affiliation_status_types`
34678  ADD PRIMARY KEY (`site_affiliation_status_type_id`);41673  ADD PRIMARY KEY (`site_affiliation_status_type_id`);
3467941674
34680--41675--
34681-- Indexes for table `ce_lu_site_affiliation_status_type_organisations`41676-- Indexes for table `ce_lu_site_affiliation_status_type_organisations`
34682--41677--
34683ALTER TABLE `ce_lu_site_affiliation_status_type_organisations`41678ALTER TABLE `ce_lu_site_affiliation_status_type_organisations`
34684  ADD PRIMARY KEY (`site_affiliation_status_type_organisation_id`);41679  ADD PRIMARY KEY (`site_affiliation_status_type_organisation_id`);
3468541680
34686--41681--
34687-- Indexes for table `ce_lu_site_document_status_types`41682-- Indexes for table `ce_lu_site_document_status_types`
34688--41683--
34689ALTER TABLE `ce_lu_site_document_status_types`41684ALTER TABLE `ce_lu_site_document_status_types`
34690  ADD PRIMARY KEY (`site_document_status_type_id`);41685  ADD PRIMARY KEY (`site_document_status_type_id`);
3469141686
34692--41687--
34693-- Indexes for table `ce_lu_site_document_status_type_organisations`41688-- Indexes for table `ce_lu_site_document_status_type_organisations`
34694--41689--
34695ALTER TABLE `ce_lu_site_document_status_type_organisations`41690ALTER TABLE `ce_lu_site_document_status_type_organisations`
34696  ADD PRIMARY KEY (`site_document_status_type_organisation_id`);41691  ADD PRIMARY KEY (`site_document_status_type_organisation_id`);
3469741692
34698--41693--
34699-- Indexes for table `ce_lu_site_note_types`41694-- Indexes for table `ce_lu_site_note_types`
34700--41695--
34701ALTER TABLE `ce_lu_site_note_types`41696ALTER TABLE `ce_lu_site_note_types`
34702  ADD PRIMARY KEY (`site_note_type_id`);41697  ADD PRIMARY KEY (`site_note_type_id`);
3470341698
34704--41699--
34705-- Indexes for table `ce_lu_site_note_type_organisations`41700-- Indexes for table `ce_lu_site_note_type_organisations`
34706--41701--
34707ALTER TABLE `ce_lu_site_note_type_organisations`41702ALTER TABLE `ce_lu_site_note_type_organisations`
34708  ADD PRIMARY KEY (`site_note_type_organisation_id`);41703  ADD PRIMARY KEY (`site_note_type_organisation_id`);
3470941704
34710--41705--
34711-- Indexes for table `ce_lu_site_required_document_types`41706-- Indexes for table `ce_lu_site_required_document_types`
34712--41707--
34713ALTER TABLE `ce_lu_site_required_document_types`41708ALTER TABLE `ce_lu_site_required_document_types`
34714  ADD PRIMARY KEY (`site_required_document_type_id`);41709  ADD PRIMARY KEY (`site_required_document_type_id`);
3471541710
34716--41711--
34717-- Indexes for table `ce_lu_site_required_document_type_organisations`41712-- Indexes for table `ce_lu_site_required_document_type_organisations`
34718--41713--
34719ALTER TABLE `ce_lu_site_required_document_type_organisations`41714ALTER TABLE `ce_lu_site_required_document_type_organisations`
34720  ADD PRIMARY KEY (`site_required_document_type_organisation_id`);41715  ADD PRIMARY KEY (`site_required_document_type_organisation_id`);
3472141716
34722--41717--
34723-- Indexes for table `ce_lu_site_status_types`41718-- Indexes for table `ce_lu_site_status_types`
34724--41719--
34725ALTER TABLE `ce_lu_site_status_types`41720ALTER TABLE `ce_lu_site_status_types`
34726  ADD PRIMARY KEY (`site_status_type_id`);41721  ADD PRIMARY KEY (`site_status_type_id`);
3472741722
34728--41723--
34729-- Indexes for table `ce_lu_site_status_type_organisations`41724-- Indexes for table `ce_lu_site_status_type_organisations`
34730--41725--
34731ALTER TABLE `ce_lu_site_status_type_organisations`41726ALTER TABLE `ce_lu_site_status_type_organisations`
34732  ADD PRIMARY KEY (`site_status_type_organisation_id`);41727  ADD PRIMARY KEY (`site_status_type_organisation_id`);
3473341728
34734--41729--
34735-- Indexes for table `ce_lu_site_stipend_fee_types`41730-- Indexes for table `ce_lu_site_stipend_fee_types`
34736--41731--
34737ALTER TABLE `ce_lu_site_stipend_fee_types`41732ALTER TABLE `ce_lu_site_stipend_fee_types`
34738  ADD PRIMARY KEY (`site_stipend_fee_type_id`);41733  ADD PRIMARY KEY (`site_stipend_fee_type_id`);
3473941734
34740--41735--
34741-- Indexes for table `ce_lu_site_stipend_fee_type_organisations`41736-- Indexes for table `ce_lu_site_stipend_fee_type_organisations`
34742--41737--
34743ALTER TABLE `ce_lu_site_stipend_fee_type_organisations`41738ALTER TABLE `ce_lu_site_stipend_fee_type_organisations`
34744  ADD PRIMARY KEY (`site_stipend_fee_type_organisation_id`);41739  ADD PRIMARY KEY (`site_stipend_fee_type_organisation_id`);
3474541740
34746--41741--
34747-- Indexes for table `ce_lu_site_stipend_instructor_payment_types`41742-- Indexes for table `ce_lu_site_stipend_instructor_payment_types`
34748--41743--
34749ALTER TABLE `ce_lu_site_stipend_instructor_payment_types`41744ALTER TABLE `ce_lu_site_stipend_instructor_payment_types`
34750  ADD PRIMARY KEY (`site_stipend_instructor_payment_type_id`);41745  ADD PRIMARY KEY (`site_stipend_instructor_payment_type_id`);
3475141746
34752--41747--
34753-- Indexes for table `ce_lu_site_stipend_instructor_payment_type_organisations`41748-- Indexes for table `ce_lu_site_stipend_instructor_payment_type_organisations`
34754--41749--
34755ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations`41750ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations`
34756  ADD PRIMARY KEY (`site_stipend_instructor_payment_type_organisation_id`);41751  ADD PRIMARY KEY (`site_stipend_instructor_payment_type_organisation_id`);
3475741752
34758--41753--
34759-- Indexes for table `ce_lu_site_stipend_payment_types`41754-- Indexes for table `ce_lu_site_stipend_payment_types`
34760--41755--
34761ALTER TABLE `ce_lu_site_stipend_payment_types`41756ALTER TABLE `ce_lu_site_stipend_payment_types`
34762  ADD PRIMARY KEY (`site_stipend_payment_type_id`);41757  ADD PRIMARY KEY (`site_stipend_payment_type_id`);
3476341758
34764--41759--
34765-- Indexes for table `ce_lu_site_stipend_payment_type_organisations`41760-- Indexes for table `ce_lu_site_stipend_payment_type_organisations`
34766--41761--
34767ALTER TABLE `ce_lu_site_stipend_payment_type_organisations`41762ALTER TABLE `ce_lu_site_stipend_payment_type_organisations`
34768  ADD PRIMARY KEY (`site_stipend_payment_type_organisation_id`);41763  ADD PRIMARY KEY (`site_stipend_payment_type_organisation_id`);
3476941764
34770--41765--
34771-- Indexes for table `ce_lu_site_visit_outcome_types`41766-- Indexes for table `ce_lu_site_visit_outcome_types`
34772--41767--
34773ALTER TABLE `ce_lu_site_visit_outcome_types`41768ALTER TABLE `ce_lu_site_visit_outcome_types`
34774  ADD PRIMARY KEY (`site_visit_outcome_type_id`);41769  ADD PRIMARY KEY (`site_visit_outcome_type_id`);
3477541770
34776--41771--
34777-- Indexes for table `ce_lu_site_visit_outcome_type_organisations`41772-- Indexes for table `ce_lu_site_visit_outcome_type_organisations`
34778--41773--
34779ALTER TABLE `ce_lu_site_visit_outcome_type_organisations`41774ALTER TABLE `ce_lu_site_visit_outcome_type_organisations`
34780  ADD PRIMARY KEY (`site_visit_outcome_type_organisation_id`);41775  ADD PRIMARY KEY (`site_visit_outcome_type_organisation_id`);
3478141776
34782--41777--
34783-- Indexes for table `ce_lu_stage_condition_options`41778-- Indexes for table `ce_lu_stage_condition_options`
34784--41779--
34785ALTER TABLE `ce_lu_stage_condition_options`41780ALTER TABLE `ce_lu_stage_condition_options`
34786  ADD PRIMARY KEY (`stage_condition_option_id`);41781  ADD PRIMARY KEY (`stage_condition_option_id`);
3478741782
34788--41783--
34789-- Indexes for table `ce_lu_stage_condition_rules`41784-- Indexes for table `ce_lu_stage_condition_rules`
34790--41785--
34791ALTER TABLE `ce_lu_stage_condition_rules`41786ALTER TABLE `ce_lu_stage_condition_rules`
34792  ADD PRIMARY KEY (`stage_condition_rule_id`);41787  ADD PRIMARY KEY (`stage_condition_rule_id`);
3479341788
34794--41789--
34795-- Indexes for table `ce_lu_stage_condition_target`41790-- Indexes for table `ce_lu_stage_condition_target`
34796--41791--
34797ALTER TABLE `ce_lu_stage_condition_target`41792ALTER TABLE `ce_lu_stage_condition_target`
34798  ADD PRIMARY KEY (`stage_condition_target_id`);41793  ADD PRIMARY KEY (`stage_condition_target_id`);
3479941794
34800--41795--
34801-- Indexes for table `ce_lu_stage_condition_when`41796-- Indexes for table `ce_lu_stage_condition_when`
34802--41797--
34803ALTER TABLE `ce_lu_stage_condition_when`41798ALTER TABLE `ce_lu_stage_condition_when`
34804  ADD PRIMARY KEY (`stage_condition_when_id`);41799  ADD PRIMARY KEY (`stage_condition_when_id`);
3480541800
34806--41801--
34807-- Indexes for table `ce_lu_stage_option_types`41802-- Indexes for table `ce_lu_stage_option_types`
34808--41803--
34809ALTER TABLE `ce_lu_stage_option_types`41804ALTER TABLE `ce_lu_stage_option_types`
34810  ADD PRIMARY KEY (`stage_option_type_id`);41805  ADD PRIMARY KEY (`stage_option_type_id`);
3481141806
34812--41807--
34813-- Indexes for table `ce_lu_stage_rules`41808-- Indexes for table `ce_lu_stage_rules`
34814--41809--
34815ALTER TABLE `ce_lu_stage_rules`41810ALTER TABLE `ce_lu_stage_rules`
34816  ADD PRIMARY KEY (`stage_rule_id`);41811  ADD PRIMARY KEY (`stage_rule_id`);
3481741812
34818--41813--
34819-- Indexes for table `ce_lu_stage_types`41814-- Indexes for table `ce_lu_stage_types`
34820--41815--
34821ALTER TABLE `ce_lu_stage_types`41816ALTER TABLE `ce_lu_stage_types`
34822  ADD PRIMARY KEY (`stage_type_id`);41817  ADD PRIMARY KEY (`stage_type_id`);
3482341818
34824--41819--
34825-- Indexes for table `ce_objectives`41820-- Indexes for table `ce_objectives`
34826--41821--
34827ALTER TABLE `ce_objectives`41822ALTER TABLE `ce_objectives`
34828  ADD PRIMARY KEY (`ce_objective_id`),41823  ADD PRIMARY KEY (`ce_objective_id`),
34829  ADD UNIQUE KEY `ce_objective_id_UNIQUE` (`ce_objective_id`),41824  ADD UNIQUE KEY `ce_objective_id_UNIQUE` (`ce_objective_id`),
34830  ADD UNIQUE KEY `ce_objective_UNIQUE` (`resource_type`,`resource_id`,`objective_id`,`deleted_date`);41825  ADD UNIQUE KEY `ce_objective_UNIQUE` (`resource_type`,`resource_id`,`objective_id`,`deleted_date`);
3483141826
34832--41827--
34833-- Indexes for table `ce_schedule_variations`41828-- Indexes for table `ce_schedule_variations`
34834--41829--
34835ALTER TABLE `ce_schedule_variations`41830ALTER TABLE `ce_schedule_variations`
34836  ADD PRIMARY KEY (`variation_id`),41831  ADD PRIMARY KEY (`variation_id`),
34837  ADD KEY `proxy_id` (`proxy_id`);41832  ADD KEY `proxy_id` (`proxy_id`);
3483841833
34839--41834--
34840-- Indexes for table `ce_site_affiliations`41835-- Indexes for table `ce_site_affiliations`
34841--41836--
34842ALTER TABLE `ce_site_affiliations`41837ALTER TABLE `ce_site_affiliations`
34843  ADD PRIMARY KEY (`site_affiliation_id`);41838  ADD PRIMARY KEY (`site_affiliation_id`);
3484441839
34845--41840--
34846-- Indexes for table `ce_site_contacts`41841-- Indexes for table `ce_site_contacts`
34847--41842--
34848ALTER TABLE `ce_site_contacts`41843ALTER TABLE `ce_site_contacts`
34849  ADD PRIMARY KEY (`site_contact_id`);41844  ADD PRIMARY KEY (`site_contact_id`);
3485041845
34851--41846--
34852-- Indexes for table `ce_site_curriculum_tracks`41847-- Indexes for table `ce_site_curriculum_tracks`
34853--41848--
34854ALTER TABLE `ce_site_curriculum_tracks`41849ALTER TABLE `ce_site_curriculum_tracks`
34855  ADD PRIMARY KEY (`site_curriculum_track_id`),41850  ADD PRIMARY KEY (`site_curriculum_track_id`),
34856  ADD UNIQUE KEY `site_curriculum_track_id_UNIQUE` (`site_curriculum_track_id`),41851  ADD UNIQUE KEY `site_curriculum_track_id_UNIQUE` (`site_curriculum_track_id`),
34857  ADD KEY `site_id_idx` (`site_id`),41852  ADD KEY `site_id_idx` (`site_id`),
34858  ADD KEY `curriculum_track_id_idx` (`curriculum_track_id`);41853  ADD KEY `curriculum_track_id_idx` (`curriculum_track_id`);
3485941854
34860--41855--
34861-- Indexes for table `ce_site_disciplines`41856-- Indexes for table `ce_site_disciplines`
34862--41857--
34863ALTER TABLE `ce_site_disciplines`41858ALTER TABLE `ce_site_disciplines`
34864  ADD PRIMARY KEY (`site_discipline_id`);41859  ADD PRIMARY KEY (`site_discipline_id`);
3486541860
34866--41861--
34867-- Indexes for table `ce_site_discipline_instructors`41862-- Indexes for table `ce_site_discipline_instructors`
34868--41863--
34869ALTER TABLE `ce_site_discipline_instructors`41864ALTER TABLE `ce_site_discipline_instructors`
34870  ADD PRIMARY KEY (`site_discipline_instructor_id`);41865  ADD PRIMARY KEY (`site_discipline_instructor_id`);
3487141866
34872--41867--
34873-- Indexes for table `ce_site_documents`41868-- Indexes for table `ce_site_documents`
34874--41869--
34875ALTER TABLE `ce_site_documents`41870ALTER TABLE `ce_site_documents`
34876  ADD PRIMARY KEY (`site_document_id`);41871  ADD PRIMARY KEY (`site_document_id`);
3487741872
34878--41873--
34879-- Indexes for table `ce_site_instructors`41874-- Indexes for table `ce_site_instructors`
34880--41875--
34881ALTER TABLE `ce_site_instructors`41876ALTER TABLE `ce_site_instructors`
34882  ADD PRIMARY KEY (`site_instructor_id`);41877  ADD PRIMARY KEY (`site_instructor_id`);
3488341878
34884--41879--
34885-- Indexes for table `ce_site_notes`41880-- Indexes for table `ce_site_notes`
34886--41881--
34887ALTER TABLE `ce_site_notes`41882ALTER TABLE `ce_site_notes`
34888  ADD PRIMARY KEY (`site_note_id`);41883  ADD PRIMARY KEY (`site_note_id`);
3488941884
34890--41885--
34891-- Indexes for table `ce_site_required_documents`41886-- Indexes for table `ce_site_required_documents`
34892--41887--
34893ALTER TABLE `ce_site_required_documents`41888ALTER TABLE `ce_site_required_documents`
34894  ADD PRIMARY KEY (`site_required_document_id`);41889  ADD PRIMARY KEY (`site_required_document_id`);
3489541890
34896--41891--
34897-- Indexes for table `ce_site_statuses`41892-- Indexes for table `ce_site_statuses`
34898--41893--
34899ALTER TABLE `ce_site_statuses`41894ALTER TABLE `ce_site_statuses`
34900  ADD PRIMARY KEY (`site_status_id`);41895  ADD PRIMARY KEY (`site_status_id`);
3490141896
34902--41897--
34903-- Indexes for table `ce_site_stipend`41898-- Indexes for table `ce_site_stipend`
34904--41899--
34905ALTER TABLE `ce_site_stipend`41900ALTER TABLE `ce_site_stipend`
34906  ADD PRIMARY KEY (`site_stipend_id`);41901  ADD PRIMARY KEY (`site_stipend_id`);
3490741902
34908--41903--
34909-- Indexes for table `ce_site_visits`41904-- Indexes for table `ce_site_visits`
34910--41905--
34911ALTER TABLE `ce_site_visits`41906ALTER TABLE `ce_site_visits`
34912  ADD PRIMARY KEY (`site_visit_id`);41907  ADD PRIMARY KEY (`site_visit_id`);
3491341908
34914--41909--
34915-- Indexes for table `ce_stages`41910-- Indexes for table `ce_stages`
34916--41911--
34917ALTER TABLE `ce_stages`41912ALTER TABLE `ce_stages`
34918  ADD PRIMARY KEY (`stage_id`),41913  ADD PRIMARY KEY (`stage_id`),
34919  ADD KEY `stage_type_id` (`stage_type_id`);41914  ADD KEY `stage_type_id` (`stage_type_id`);
3492041915
34921--41916--
34922-- Indexes for table `ce_stage_algorithms`41917-- Indexes for table `ce_stage_algorithms`
34923--41918--
34924ALTER TABLE `ce_stage_algorithms`41919ALTER TABLE `ce_stage_algorithms`
34925  ADD PRIMARY KEY (`stage_id`),41920  ADD PRIMARY KEY (`stage_id`),
34926  ADD KEY `algorithm_id` (`algorithm_id`);41921  ADD KEY `algorithm_id` (`algorithm_id`);
3492741922
34928--41923--
34929-- Indexes for table `ce_stage_conditions`41924-- Indexes for table `ce_stage_conditions`
34930--41925--
34931ALTER TABLE `ce_stage_conditions`41926ALTER TABLE `ce_stage_conditions`
34932  ADD PRIMARY KEY (`stage_condition_id`),41927  ADD PRIMARY KEY (`stage_condition_id`),
34933  ADD KEY `stage_id` (`stage_id`),41928  ADD KEY `stage_id` (`stage_id`),
34934  ADD KEY `stage_condition_option_id` (`stage_condition_option_id`),41929  ADD KEY `stage_condition_option_id` (`stage_condition_option_id`),
34935  ADD KEY `stage_condition_rule_id` (`stage_condition_rule_id`),41930  ADD KEY `stage_condition_rule_id` (`stage_condition_rule_id`),
34936  ADD KEY `stage_condition_when_id` (`stage_condition_when_id`),41931  ADD KEY `stage_condition_when_id` (`stage_condition_when_id`),
34937  ADD KEY `stage_condition_target_id` (`stage_condition_target_id`);41932  ADD KEY `stage_condition_target_id` (`stage_condition_target_id`);
3493841933
34939--41934--
34940-- Indexes for table `ce_stage_courses`41935-- Indexes for table `ce_stage_courses`
34941--41936--
34942ALTER TABLE `ce_stage_courses`41937ALTER TABLE `ce_stage_courses`
34943  ADD PRIMARY KEY (`stage_course_id`);41938  ADD PRIMARY KEY (`stage_course_id`);
3494441939
34945--41940--
34946-- Indexes for table `ce_stage_learner_exclusions`41941-- Indexes for table `ce_stage_learner_exclusions`
34947--41942--
34948ALTER TABLE `ce_stage_learner_exclusions`41943ALTER TABLE `ce_stage_learner_exclusions`
34949  ADD PRIMARY KEY (`stage_id`),41944  ADD PRIMARY KEY (`stage_id`),
34950  ADD KEY `proxy_id` (`proxy_id`);41945  ADD KEY `proxy_id` (`proxy_id`);
3495141946
34952--41947--
34953-- Indexes for table `ce_stage_learner_results`41948-- Indexes for table `ce_stage_learner_results`
34954--41949--
34955ALTER TABLE `ce_stage_learner_results`41950ALTER TABLE `ce_stage_learner_results`
34956  ADD PRIMARY KEY (`stage_learner_result_id`),41951  ADD PRIMARY KEY (`stage_learner_result_id`),
34957  ADD KEY `stage_id` (`stage_id`),41952  ADD KEY `stage_id` (`stage_id`),
34958  ADD KEY `proxy_id` (`proxy_id`),41953  ADD KEY `proxy_id` (`proxy_id`),
34959  ADD KEY `schedule_slot_id` (`schedule_slot_id`),41954  ADD KEY `schedule_slot_id` (`schedule_slot_id`),
34960  ADD KEY `course_id` (`course_id`);41955  ADD KEY `course_id` (`course_id`);
3496141956
34962--41957--
34963-- Indexes for table `ce_stage_options`41958-- Indexes for table `ce_stage_options`
34964--41959--
34965ALTER TABLE `ce_stage_options`41960ALTER TABLE `ce_stage_options`
34966  ADD PRIMARY KEY (`id`),41961  ADD PRIMARY KEY (`id`),
34967  ADD KEY `stage_id` (`stage_id`),41962  ADD KEY `stage_id` (`stage_id`),
34968  ADD KEY `stage_option_type_id` (`stage_option_type_id`);41963  ADD KEY `stage_option_type_id` (`stage_option_type_id`);
3496941964
34970--41965--
34971-- Indexes for table `ce_stage_ranking`41966-- Indexes for table `ce_stage_ranking`
34972--41967--
34973ALTER TABLE `ce_stage_ranking`41968ALTER TABLE `ce_stage_ranking`
34974  ADD PRIMARY KEY (`stage_ranking_id`),41969  ADD PRIMARY KEY (`stage_ranking_id`),
34975  ADD KEY `stage_id` (`stage_id`),41970  ADD KEY `stage_id` (`stage_id`),
34976  ADD KEY `ranking_id` (`ranking_id`);41971  ADD KEY `ranking_id` (`ranking_id`);
3497741972
34978--41973--
34979-- Indexes for table `ce_stage_rules`41974-- Indexes for table `ce_stage_rules`
34980--41975--
34981ALTER TABLE `ce_stage_rules`41976ALTER TABLE `ce_stage_rules`
34982  ADD PRIMARY KEY (`id`),41977  ADD PRIMARY KEY (`id`),
34983  ADD KEY `stage_id` (`stage_id`),41978  ADD KEY `stage_id` (`stage_id`),
34984  ADD KEY `stage_rule_id` (`stage_rule_id`);41979  ADD KEY `stage_rule_id` (`stage_rule_id`);
3498541980
34986--41981--
34987-- Indexes for table `clinical_events`41982-- Indexes for table `clinical_events`
34988--41983--
34989ALTER TABLE `clinical_events`41984ALTER TABLE `clinical_events`
34990  ADD PRIMARY KEY (`clinical_event_id`),41985  ADD PRIMARY KEY (`clinical_event_id`),
34991  ADD KEY `clinical_events_clinical_event_recurring_id_foreign` (`clinical_event_recurring_id`),41986  ADD KEY `clinical_events_clinical_event_recurring_id_foreign` (`clinical_event_recurring_id`),
34992  ADD KEY `clinical_events_schedule_slot_id_foreign` (`schedule_slot_id`);41987  ADD KEY `clinical_events_schedule_slot_id_foreign` (`schedule_slot_id`);
3499341988
34994--41989--
34995-- Indexes for table `clinical_event_approval`41990-- Indexes for table `clinical_event_approval`
34996--41991--
34997ALTER TABLE `clinical_event_approval`41992ALTER TABLE `clinical_event_approval`
34998  ADD PRIMARY KEY (`clinical_event_approval_id`),41993  ADD PRIMARY KEY (`clinical_event_approval_id`),
34999  ADD KEY `clinical_event_approval_attendance_id` (`clinical_event_attendance_id`);41994  ADD KEY `clinical_event_approval_attendance_id` (`clinical_event_attendance_id`);
3500041995
35001--41996--
35002-- Indexes for table `clinical_event_approval_history`41997-- Indexes for table `clinical_event_approval_history`
35003--41998--
35004ALTER TABLE `clinical_event_approval_history`41999ALTER TABLE `clinical_event_approval_history`
35005  ADD PRIMARY KEY (`clinical_event_approval_history_id`),42000  ADD PRIMARY KEY (`clinical_event_approval_history_id`),
35006  ADD KEY `clinical_event_approval_history_approval_id` (`clinical_event_approval_id`),42001  ADD KEY `clinical_event_approval_history_approval_id` (`clinical_event_approval_id`),
35007  ADD KEY `clinical_event_approval_history_attendance_id` (`clinical_event_attendance_id`);42002  ADD KEY `clinical_event_approval_history_attendance_id` (`clinical_event_attendance_id`);
3500842003
35009--42004--
35010-- Indexes for table `clinical_event_attendance`42005-- Indexes for table `clinical_event_attendance`
35011--42006--
35012ALTER TABLE `clinical_event_attendance`42007ALTER TABLE `clinical_event_attendance`
35013  ADD PRIMARY KEY (`clinical_event_attendance_id`),42008  ADD PRIMARY KEY (`clinical_event_attendance_id`),
35014  ADD KEY `clinical_event_attendance_clinical_event_id_foreign` (`clinical_event_id`),42009  ADD KEY `clinical_event_attendance_clinical_event_id_foreign` (`clinical_event_id`),
35015  ADD KEY `clinical_event_attendance_alocation_id_foreign` (`alocation_id`);42010  ADD KEY `clinical_event_attendance_alocation_id_foreign` (`alocation_id`);
3501642011
35017--42012--
35018-- Indexes for table `clinical_event_attendance_history`42013-- Indexes for table `clinical_event_attendance_history`
35019--42014--
35020ALTER TABLE `clinical_event_attendance_history`42015ALTER TABLE `clinical_event_attendance_history`
35021  ADD PRIMARY KEY (`clinical_event_attendance_history_id`),42016  ADD PRIMARY KEY (`clinical_event_attendance_history_id`),
35022  ADD KEY `clinical_event_attendance_history_attendance_id` (`clinical_event_attendance_id`),42017  ADD KEY `clinical_event_attendance_history_attendance_id` (`clinical_event_attendance_id`),
35023  ADD KEY `clinical_event_attendance_history_clinical_event_id_foreign` (`clinical_event_id`),42018  ADD KEY `clinical_event_attendance_history_clinical_event_id_foreign` (`clinical_event_id`),
35024  ADD KEY `clinical_event_attendance_history_alocation_id_foreign` (`alocation_id`);42019  ADD KEY `clinical_event_attendance_history_alocation_id_foreign` (`alocation_id`);
3502542020
35026--42021--
35027-- Indexes for table `clinical_event_audiences`42022-- Indexes for table `clinical_event_audiences`
35028--42023--
35029ALTER TABLE `clinical_event_audiences`42024ALTER TABLE `clinical_event_audiences`
35030  ADD PRIMARY KEY (`clinical_event_audience_id`),42025  ADD PRIMARY KEY (`clinical_event_audience_id`),
35031  ADD KEY `clinical_event_audiences_clinical_event_id_foreign` (`clinical_event_id`);42026  ADD KEY `clinical_event_audiences_clinical_event_id_foreign` (`clinical_event_id`);
3503242027
35033--42028--
35034-- Indexes for table `clinical_event_recurring`42029-- Indexes for table `clinical_event_recurring`
35035--42030--
35036ALTER TABLE `clinical_event_recurring`42031ALTER TABLE `clinical_event_recurring`
35037  ADD PRIMARY KEY (`clinical_event_recurring_id`);42032  ADD PRIMARY KEY (`clinical_event_recurring_id`);
3503842033
35039--42034--
35040-- Indexes for table `clinical_locations`42035-- Indexes for table `clinical_locations`
35041--42036--
35042ALTER TABLE `clinical_locations`42037ALTER TABLE `clinical_locations`
35043  ADD PRIMARY KEY (`clocation_id`),42038  ADD PRIMARY KEY (`clocation_id`),
35044  ADD KEY `clinical_location_resource` (`resource_type`,`resource_id`),42039  ADD KEY `clinical_location_resource` (`resource_type`,`resource_id`),
35045  ADD KEY `clinical_location_alocation_id_foreign` (`alocation_id`);42040  ADD KEY `clinical_location_alocation_id_foreign` (`alocation_id`);
3504642041
35047--42042--
35048-- Indexes for table `clinical_preceptors`42043-- Indexes for table `clinical_preceptors`
35049--42044--
35050ALTER TABLE `clinical_preceptors`42045ALTER TABLE `clinical_preceptors`
35051  ADD PRIMARY KEY (`cpreceptor_id`),42046  ADD PRIMARY KEY (`cpreceptor_id`),
35052  ADD KEY `clinical_preceptors_resource` (`resource_type`,`resource_id`),42047  ADD KEY `clinical_preceptors_resource` (`resource_type`,`resource_id`),
35053  ADD KEY `clinical_preceptors_role_id_foreign` (`role_id`);42048  ADD KEY `clinical_preceptors_role_id_foreign` (`role_id`);
3505442049
35055--42050--
35056-- Indexes for table `clinical_preceptor_roles`42051-- Indexes for table `clinical_preceptor_roles`
35057--42052--
35058ALTER TABLE `clinical_preceptor_roles`42053ALTER TABLE `clinical_preceptor_roles`
35059  ADD PRIMARY KEY (`cprole_id`);42054  ADD PRIMARY KEY (`cprole_id`);
3506042055
35061--42056--
35062-- Indexes for table `communities`42057-- Indexes for table `communities`
35063--42058--
35064ALTER TABLE `communities`42059ALTER TABLE `communities`
35065  ADD PRIMARY KEY (`community_id`),42060  ADD PRIMARY KEY (`community_id`),
35066  ADD KEY `sub_communities` (`sub_communities`),42061  ADD KEY `sub_communities` (`sub_communities`),
35067  ADD KEY `community_parent` (`community_parent`,`category_id`,`community_protected`,`community_registration`,`community_opened`,`updated_date`,`updated_by`),42062  ADD KEY `community_parent` (`community_parent`,`category_id`,`community_protected`,`community_registration`,`community_opened`,`updated_date`,`updated_by`),
35068  ADD KEY `community_shortname` (`community_shortname`),42063  ADD KEY `community_shortname` (`community_shortname`),
35069  ADD KEY `max_storage` (`storage_max`),42064  ADD KEY `max_storage` (`storage_max`),
35070  ADD KEY `storage_usage` (`storage_usage`),42065  ADD KEY `storage_usage` (`storage_usage`),
35071  ADD KEY `community_active` (`community_active`);42066  ADD KEY `community_active` (`community_active`);
35072ALTER TABLE `communities` ADD FULLTEXT KEY `community_title` (`community_title`,`community_description`,`community_keywords`);42067ALTER TABLE `communities` ADD FULLTEXT KEY `community_title` (`community_title`,`community_description`,`community_keywords`);
35073ALTER TABLE `communities` ADD FULLTEXT KEY `community_url` (`community_url`);42068ALTER TABLE `communities` ADD FULLTEXT KEY `community_url` (`community_url`);
3507442069
35075--42070--
35076-- Indexes for table `communities_categories`42071-- Indexes for table `communities_categories`
35077--42072--
35078ALTER TABLE `communities_categories`42073ALTER TABLE `communities_categories`
35079  ADD PRIMARY KEY (`category_id`),42074  ADD PRIMARY KEY (`category_id`),
35080  ADD KEY `category_parent` (`category_parent`,`category_keywords`),42075  ADD KEY `category_parent` (`category_parent`,`category_keywords`),
35081  ADD KEY `category_status` (`category_status`);42076  ADD KEY `category_status` (`category_status`);
3508242077
35083--42078--
35084-- Indexes for table `communities_modules`42079-- Indexes for table `communities_modules`
35085--42080--
35086ALTER TABLE `communities_modules`42081ALTER TABLE `communities_modules`
35087  ADD PRIMARY KEY (`module_id`),42082  ADD PRIMARY KEY (`module_id`),
35088  ADD KEY `module_shortname` (`module_shortname`),42083  ADD KEY `module_shortname` (`module_shortname`),
35089  ADD KEY `module_active` (`module_active`);42084  ADD KEY `module_active` (`module_active`);
3509042085
35091--42086--
35092-- Indexes for table `communities_most_active`42087-- Indexes for table `communities_most_active`
35093--42088--
35094ALTER TABLE `communities_most_active`42089ALTER TABLE `communities_most_active`
35095  ADD PRIMARY KEY (`cmactive_id`,`community_id`);42090  ADD PRIMARY KEY (`cmactive_id`,`community_id`);
3509642091
35097--42092--
35098-- Indexes for table `communities_template_permissions`42093-- Indexes for table `communities_template_permissions`
35099--42094--
35100ALTER TABLE `communities_template_permissions`42095ALTER TABLE `communities_template_permissions`
35101  ADD PRIMARY KEY (`ctpermission_id`),42096  ADD PRIMARY KEY (`ctpermission_id`),
35102  ADD KEY `permission_index` (`permission_type`,`permission_value`,`template`);42097  ADD KEY `permission_index` (`permission_type`,`permission_value`,`template`);
3510342098
35104--42099--
35105-- Indexes for table `community_acl`42100-- Indexes for table `community_acl`
35106--42101--
35107ALTER TABLE `community_acl`42102ALTER TABLE `community_acl`
35108  ADD PRIMARY KEY (`id`);42103  ADD PRIMARY KEY (`id`);
3510942104
35110--42105--
35111-- Indexes for table `community_acl_groups`42106-- Indexes for table `community_acl_groups`
35112--42107--
35113ALTER TABLE `community_acl_groups`42108ALTER TABLE `community_acl_groups`
35114  ADD PRIMARY KEY (`id`);42109  ADD PRIMARY KEY (`id`);
3511542110
35116--42111--
35117-- Indexes for table `community_announcements`42112-- Indexes for table `community_announcements`
35118--42113--
35119ALTER TABLE `community_announcements`42114ALTER TABLE `community_announcements`
35120  ADD PRIMARY KEY (`cannouncement_id`),42115  ADD PRIMARY KEY (`cannouncement_id`),
35121  ADD KEY `community_id` (`community_id`,`proxy_id`,`release_date`,`release_until`,`updated_date`,`updated_by`);42116  ADD KEY `community_id` (`community_id`,`proxy_id`,`release_date`,`release_until`,`updated_date`,`updated_by`);
3512242117
35123--42118--
35124-- Indexes for table `community_courses`42119-- Indexes for table `community_courses`
35125--42120--
35126ALTER TABLE `community_courses`42121ALTER TABLE `community_courses`
35127  ADD PRIMARY KEY (`community_course_id`),42122  ADD PRIMARY KEY (`community_course_id`),
35128  ADD KEY `community_id` (`community_id`,`course_id`);42123  ADD KEY `community_id` (`community_id`,`course_id`);
3512942124
35130--42125--
35131-- Indexes for table `community_course_cperiods`42126-- Indexes for table `community_course_cperiods`
35132--42127--
35133ALTER TABLE `community_course_cperiods`42128ALTER TABLE `community_course_cperiods`
35134  ADD PRIMARY KEY (`cccperiod_id`),42129  ADD PRIMARY KEY (`cccperiod_id`),
35135  ADD KEY `community_id` (`community_id`),42130  ADD KEY `community_id` (`community_id`),
35136  ADD KEY `course_id` (`course_id`),42131  ADD KEY `course_id` (`course_id`),
35137  ADD KEY `cperiod_id` (`cperiod_id`);42132  ADD KEY `cperiod_id` (`cperiod_id`);
3513842133
35139--42134--
35140-- Indexes for table `community_discussions`42135-- Indexes for table `community_discussions`
35141--42136--
35142ALTER TABLE `community_discussions`42137ALTER TABLE `community_discussions`
35143  ADD PRIMARY KEY (`cdiscussion_id`),42138  ADD PRIMARY KEY (`cdiscussion_id`),
35144  ADD KEY `community_id` (`community_id`,`forum_order`,`allow_member_post`,`allow_member_reply`),42139  ADD KEY `community_id` (`community_id`,`forum_order`,`allow_member_post`,`allow_member_reply`),
35145  ADD KEY `release_date` (`release_date`),42140  ADD KEY `release_date` (`release_date`),
35146  ADD KEY `release_until` (`release_until`),42141  ADD KEY `release_until` (`release_until`),
35147  ADD KEY `allow_member_read` (`allow_member_read`),42142  ADD KEY `allow_member_read` (`allow_member_read`),
35148  ADD KEY `allow_public_read` (`allow_public_read`),42143  ADD KEY `allow_public_read` (`allow_public_read`),
35149  ADD KEY `allow_troll_read` (`allow_troll_read`),42144  ADD KEY `allow_troll_read` (`allow_troll_read`),
35150  ADD KEY `allow_troll_post` (`allow_troll_post`),42145  ADD KEY `allow_troll_post` (`allow_troll_post`),
35151  ADD KEY `allow_troll_reply` (`allow_troll_reply`),42146  ADD KEY `allow_troll_reply` (`allow_troll_reply`),
35152  ADD KEY `allow_public_post` (`allow_public_post`),42147  ADD KEY `allow_public_post` (`allow_public_post`),
35153  ADD KEY `allow_public_reply` (`allow_public_reply`),42148  ADD KEY `allow_public_reply` (`allow_public_reply`),
35154  ADD KEY `forum_active` (`forum_active`),42149  ADD KEY `forum_active` (`forum_active`),
35155  ADD KEY `admin_notification` (`admin_notifications`),42150  ADD KEY `admin_notification` (`admin_notifications`),
35156  ADD KEY `page_id` (`cdiscussion_id`,`cpage_id`,`community_id`),42151  ADD KEY `page_id` (`cdiscussion_id`,`cpage_id`,`community_id`),
35157  ADD KEY `community_id2` (`community_id`,`forum_active`,`cpage_id`,`forum_order`,`forum_title`);42152  ADD KEY `community_id2` (`community_id`,`forum_active`,`cpage_id`,`forum_order`,`forum_title`);
3515842153
35159--42154--
35160-- Indexes for table `community_discussions_files`42155-- Indexes for table `community_discussions_files`
35161--42156--
35162ALTER TABLE `community_discussions_files`42157ALTER TABLE `community_discussions_files`
35163  ADD PRIMARY KEY (`cdfile_id`),42158  ADD PRIMARY KEY (`cdfile_id`),
35164  ADD KEY `cdfile_id` (`cdfile_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),42159  ADD KEY `cdfile_id` (`cdfile_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),
35165  ADD KEY `file_active` (`file_active`),42160  ADD KEY `file_active` (`file_active`),
35166  ADD KEY `release_date` (`release_date`,`release_until`),42161  ADD KEY `release_date` (`release_date`,`release_until`),
35167  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`),42162  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`),
35168  ADD KEY `access_method` (`access_method`);42163  ADD KEY `access_method` (`access_method`);
3516942164
35170--42165--
35171-- Indexes for table `community_discussions_open`42166-- Indexes for table `community_discussions_open`
35172--42167--
35173ALTER TABLE `community_discussions_open`42168ALTER TABLE `community_discussions_open`
35174  ADD PRIMARY KEY (`cdopen_id`);42169  ADD PRIMARY KEY (`cdopen_id`);
3517542170
35176--42171--
35177-- Indexes for table `community_discussion_file_versions`42172-- Indexes for table `community_discussion_file_versions`
35178--42173--
35179ALTER TABLE `community_discussion_file_versions`42174ALTER TABLE `community_discussion_file_versions`
35180  ADD PRIMARY KEY (`cdfversion_id`),42175  ADD PRIMARY KEY (`cdfversion_id`),
35181  ADD KEY `cdtopic_id` (`cdfile_id`,`cdtopic_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`),42176  ADD KEY `cdtopic_id` (`cdfile_id`,`cdtopic_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`),
35182  ADD KEY `file_active` (`file_active`);42177  ADD KEY `file_active` (`file_active`);
3518342178
35184--42179--
35185-- Indexes for table `community_discussion_topics`42180-- Indexes for table `community_discussion_topics`
35186--42181--
35187ALTER TABLE `community_discussion_topics`42182ALTER TABLE `community_discussion_topics`
35188  ADD PRIMARY KEY (`cdtopic_id`),42183  ADD PRIMARY KEY (`cdtopic_id`),
35189  ADD KEY `cdiscussion_parent` (`cdtopic_parent`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),42184  ADD KEY `cdiscussion_parent` (`cdtopic_parent`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),
35190  ADD KEY `cdiscussion_id` (`cdiscussion_id`),42185  ADD KEY `cdiscussion_id` (`cdiscussion_id`),
35191  ADD KEY `topic_active` (`topic_active`),42186  ADD KEY `topic_active` (`topic_active`),
35192  ADD KEY `release_date` (`release_date`,`release_until`),42187  ADD KEY `release_date` (`release_date`,`release_until`),
35193  ADD KEY `community_id` (`cdtopic_id`,`community_id`),42188  ADD KEY `community_id` (`cdtopic_id`,`community_id`),
35194  ADD KEY `cdtopic_parent` (`cdtopic_parent`,`community_id`),42189  ADD KEY `cdtopic_parent` (`cdtopic_parent`,`community_id`),
35195  ADD KEY `user` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`,`proxy_id`,`release_date`,`release_until`),42190  ADD KEY `user` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`,`proxy_id`,`release_date`,`release_until`),
35196  ADD KEY `admin` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`),42191  ADD KEY `admin` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`),
35197  ADD KEY `post` (`proxy_id`,`community_id`,`cdtopic_id`,`cdtopic_parent`,`topic_active`),42192  ADD KEY `post` (`proxy_id`,`community_id`,`cdtopic_id`,`cdtopic_parent`,`topic_active`),
35198  ADD KEY `release` (`proxy_id`,`community_id`,`cdtopic_parent`,`topic_active`,`release_date`),42193  ADD KEY `release` (`proxy_id`,`community_id`,`cdtopic_parent`,`topic_active`,`release_date`),
35199  ADD KEY `community` (`cdtopic_id`,`community_id`);42194  ADD KEY `community` (`cdtopic_id`,`community_id`);
3520042195
35201--42196--
35202-- Indexes for table `community_events`42197-- Indexes for table `community_events`
35203--42198--
35204ALTER TABLE `community_events`42199ALTER TABLE `community_events`
35205  ADD PRIMARY KEY (`cevent_id`),42200  ADD PRIMARY KEY (`cevent_id`),
35206  ADD KEY `community_id` (`community_id`,`cpage_id`,`proxy_id`,`event_start`,`event_finish`,`release_date`,`release_until`,`updated_date`,`updated_by`);42201  ADD KEY `community_id` (`community_id`,`cpage_id`,`proxy_id`,`event_start`,`event_finish`,`release_date`,`release_until`,`updated_date`,`updated_by`);
3520742202
35208--42203--
35209-- Indexes for table `community_galleries`42204-- Indexes for table `community_galleries`
35210--42205--
35211ALTER TABLE `community_galleries`42206ALTER TABLE `community_galleries`
35212  ADD PRIMARY KEY (`cgallery_id`),42207  ADD PRIMARY KEY (`cgallery_id`),
35213  ADD KEY `community_id` (`community_id`,`gallery_order`,`allow_member_upload`,`allow_member_comment`),42208  ADD KEY `community_id` (`community_id`,`gallery_order`,`allow_member_upload`,`allow_member_comment`),
35214  ADD KEY `release_date` (`release_date`),42209  ADD KEY `release_date` (`release_date`),
35215  ADD KEY `release_until` (`release_until`),42210  ADD KEY `release_until` (`release_until`),
35216  ADD KEY `allow_member_read` (`allow_member_read`),42211  ADD KEY `allow_member_read` (`allow_member_read`),
35217  ADD KEY `allow_public_read` (`allow_public_read`),42212  ADD KEY `allow_public_read` (`allow_public_read`),
35218  ADD KEY `allow_troll_read` (`allow_troll_read`),42213  ADD KEY `allow_troll_read` (`allow_troll_read`),
35219  ADD KEY `allow_troll_upload` (`allow_troll_upload`),42214  ADD KEY `allow_troll_upload` (`allow_troll_upload`),
35220  ADD KEY `allow_troll_comments` (`allow_troll_comment`),42215  ADD KEY `allow_troll_comments` (`allow_troll_comment`),
35221  ADD KEY `allow_public_upload` (`allow_public_upload`),42216  ADD KEY `allow_public_upload` (`allow_public_upload`),
35222  ADD KEY `allow_public_comments` (`allow_public_comment`),42217  ADD KEY `allow_public_comments` (`allow_public_comment`),
35223  ADD KEY `gallery_active` (`gallery_active`),42218  ADD KEY `gallery_active` (`gallery_active`),
35224  ADD KEY `admin_notification` (`admin_notifications`),42219  ADD KEY `admin_notification` (`admin_notifications`),
35225  ADD KEY `gallery_cgphoto_id` (`gallery_cgphoto_id`);42220  ADD KEY `gallery_cgphoto_id` (`gallery_cgphoto_id`);
3522642221
35227--42222--
35228-- Indexes for table `community_gallery_comments`42223-- Indexes for table `community_gallery_comments`
35229--42224--
35230ALTER TABLE `community_gallery_comments`42225ALTER TABLE `community_gallery_comments`
35231  ADD PRIMARY KEY (`cgcomment_id`),42226  ADD PRIMARY KEY (`cgcomment_id`),
35232  ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),42227  ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),
35233  ADD KEY `cgphoto_id` (`cgphoto_id`),42228  ADD KEY `cgphoto_id` (`cgphoto_id`),
35234  ADD KEY `release_date` (`release_date`);42229  ADD KEY `release_date` (`release_date`);
3523542230
35236--42231--
35237-- Indexes for table `community_gallery_photos`42232-- Indexes for table `community_gallery_photos`
35238--42233--
35239ALTER TABLE `community_gallery_photos`42234ALTER TABLE `community_gallery_photos`
35240  ADD PRIMARY KEY (`cgphoto_id`),42235  ADD PRIMARY KEY (`cgphoto_id`),
35241  ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`photo_filesize`,`updated_date`,`updated_by`),42236  ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`photo_filesize`,`updated_date`,`updated_by`),
35242  ADD KEY `photo_active` (`photo_active`),42237  ADD KEY `photo_active` (`photo_active`),
35243  ADD KEY `release_date` (`release_date`,`release_until`),42238  ADD KEY `release_date` (`release_date`,`release_until`),
35244  ADD KEY `community_photo_active` (`community_id`,`photo_active`);42239  ADD KEY `community_photo_active` (`community_id`,`photo_active`);
3524542240
35246--42241--
35247-- Indexes for table `community_history`42242-- Indexes for table `community_history`
35248--42243--
35249ALTER TABLE `community_history`42244ALTER TABLE `community_history`
35250  ADD PRIMARY KEY (`chistory_id`),42245  ADD PRIMARY KEY (`chistory_id`),
35251  ADD KEY `community_id` (`community_id`,`history_display`),42246  ADD KEY `community_id` (`community_id`,`history_display`),
35252  ADD KEY `history_timestamp` (`history_timestamp`),42247  ADD KEY `history_timestamp` (`history_timestamp`),
35253  ADD KEY `cpage_id` (`cpage_id`),42248  ADD KEY `cpage_id` (`cpage_id`),
35254  ADD KEY `record_id` (`record_id`);42249  ADD KEY `record_id` (`record_id`);
3525542250
35256--42251--
35257-- Indexes for table `community_mailing_lists`42252-- Indexes for table `community_mailing_lists`
35258--42253--
35259ALTER TABLE `community_mailing_lists`42254ALTER TABLE `community_mailing_lists`
35260  ADD PRIMARY KEY (`cmlist_id`),42255  ADD PRIMARY KEY (`cmlist_id`),
35261  ADD KEY `community_id` (`community_id`,`list_name`);42256  ADD KEY `community_id` (`community_id`,`list_name`);
3526242257
35263--42258--
35264-- Indexes for table `community_mailing_list_members`42259-- Indexes for table `community_mailing_list_members`
35265--42260--
35266ALTER TABLE `community_mailing_list_members`42261ALTER TABLE `community_mailing_list_members`
35267  ADD PRIMARY KEY (`cmlmember_id`),42262  ADD PRIMARY KEY (`cmlmember_id`),
35268  ADD UNIQUE KEY `member_id` (`community_id`,`proxy_id`);42263  ADD UNIQUE KEY `member_id` (`community_id`,`proxy_id`);
3526942264
35270--42265--
35271-- Indexes for table `community_members`42266-- Indexes for table `community_members`
35272--42267--
35273ALTER TABLE `community_members`42268ALTER TABLE `community_members`
35274  ADD PRIMARY KEY (`cmember_id`),42269  ADD PRIMARY KEY (`cmember_id`),
35275  ADD KEY `community_id` (`community_id`,`proxy_id`,`member_joined`,`member_acl`),42270  ADD KEY `community_id` (`community_id`,`proxy_id`,`member_joined`,`member_acl`),
35276  ADD KEY `member_active` (`member_active`),42271  ADD KEY `member_active` (`member_active`),
35277  ADD KEY `community_id_2` (`community_id`,`proxy_id`,`member_active`);42272  ADD KEY `community_id_2` (`community_id`,`proxy_id`,`member_active`);
3527842273
35279--42274--
35280-- Indexes for table `community_modules`42275-- Indexes for table `community_modules`
35281--42276--
35282ALTER TABLE `community_modules`42277ALTER TABLE `community_modules`
35283  ADD PRIMARY KEY (`cmodule_id`),42278  ADD PRIMARY KEY (`cmodule_id`),
35284  ADD KEY `community_id` (`community_id`,`module_id`,`module_active`);42279  ADD KEY `community_id` (`community_id`,`module_id`,`module_active`);
3528542280
35286--42281--
35287-- Indexes for table `community_notifications`42282-- Indexes for table `community_notifications`
35288--42283--
35289ALTER TABLE `community_notifications`42284ALTER TABLE `community_notifications`
35290  ADD PRIMARY KEY (`cnotification_id`);42285  ADD PRIMARY KEY (`cnotification_id`);
3529142286
35292--42287--
35293-- Indexes for table `community_notify_members`42288-- Indexes for table `community_notify_members`
35294--42289--
35295ALTER TABLE `community_notify_members`42290ALTER TABLE `community_notify_members`
35296  ADD PRIMARY KEY (`cnmember_id`),42291  ADD PRIMARY KEY (`cnmember_id`),
35297  ADD KEY `idx_notify_members` (`community_id`,`record_id`,`notify_type`,`notify_active`);42292  ADD KEY `idx_notify_members` (`community_id`,`record_id`,`notify_type`,`notify_active`);
3529842293
35299--42294--
35300-- Indexes for table `community_pages`42295-- Indexes for table `community_pages`
35301--42296--
35302ALTER TABLE `community_pages`42297ALTER TABLE `community_pages`
35303  ADD PRIMARY KEY (`cpage_id`),42298  ADD PRIMARY KEY (`cpage_id`),
35304  ADD KEY `cpage_id` (`cpage_id`,`community_id`,`page_url`(255),`page_active`),42299  ADD KEY `cpage_id` (`cpage_id`,`community_id`,`page_url`(255),`page_active`),
35305  ADD KEY `community_id` (`community_id`,`parent_id`,`page_url`(255),`page_active`),42300  ADD KEY `community_id` (`community_id`,`parent_id`,`page_url`(255),`page_active`),
35306  ADD KEY `page_order` (`page_order`),42301  ADD KEY `page_order` (`page_order`),
35307  ADD KEY `community_id_2` (`community_id`,`page_url`(255)),42302  ADD KEY `community_id_2` (`community_id`,`page_url`(255)),
35308  ADD KEY `community_id_3` (`community_id`,`page_type`);42303  ADD KEY `community_id_3` (`community_id`,`page_type`);
3530942304
35310--42305--
35311-- Indexes for table `community_page_navigation`42306-- Indexes for table `community_page_navigation`
35312--42307--
35313ALTER TABLE `community_page_navigation`42308ALTER TABLE `community_page_navigation`
35314  ADD PRIMARY KEY (`cpnav_id`),42309  ADD PRIMARY KEY (`cpnav_id`),
35315  ADD KEY `cpage_id` (`cpage_id`);42310  ADD KEY `cpage_id` (`cpage_id`);
3531642311
35317--42312--
35318-- Indexes for table `community_page_options`42313-- Indexes for table `community_page_options`
35319--42314--
35320ALTER TABLE `community_page_options`42315ALTER TABLE `community_page_options`
35321  ADD PRIMARY KEY (`cpoption_id`,`community_id`,`cpage_id`),42316  ADD PRIMARY KEY (`cpoption_id`,`community_id`,`cpage_id`),
35322  ADD KEY `cpage_id` (`cpage_id`);42317  ADD KEY `cpage_id` (`cpage_id`);
3532342318
35324--42319--
35325-- Indexes for table `community_permissions`42320-- Indexes for table `community_permissions`
35326--42321--
35327ALTER TABLE `community_permissions`42322ALTER TABLE `community_permissions`
35328  ADD PRIMARY KEY (`cpermission_id`),42323  ADD PRIMARY KEY (`cpermission_id`),
35329  ADD KEY `community_id` (`community_id`,`module_id`,`action`,`level`);42324  ADD KEY `community_id` (`community_id`,`module_id`,`action`,`level`);
3533042325
35331--42326--
35332-- Indexes for table `community_polls`42327-- Indexes for table `community_polls`
35333--42328--
35334ALTER TABLE `community_polls`42329ALTER TABLE `community_polls`
35335  ADD PRIMARY KEY (`cpolls_id`),42330  ADD PRIMARY KEY (`cpolls_id`),
35336  ADD KEY `community_id` (`community_id`),42331  ADD KEY `community_id` (`community_id`),
35337  ADD KEY `proxy_id` (`proxy_id`),42332  ADD KEY `proxy_id` (`proxy_id`),
35338  ADD KEY `poll_title` (`poll_title`),42333  ADD KEY `poll_title` (`poll_title`),
35339  ADD KEY `poll_notifications` (`poll_notifications`),42334  ADD KEY `poll_notifications` (`poll_notifications`),
35340  ADD KEY `release_date` (`release_date`),42335  ADD KEY `release_date` (`release_date`),
35341  ADD KEY `release_until` (`release_until`),42336  ADD KEY `release_until` (`release_until`),
35342  ADD KEY `allow_multiple` (`allow_multiple`),42337  ADD KEY `allow_multiple` (`allow_multiple`),
35343  ADD KEY `allow_member_read` (`allow_member_read`),42338  ADD KEY `allow_member_read` (`allow_member_read`),
35344  ADD KEY `allow_member_vote` (`allow_member_vote`);42339  ADD KEY `allow_member_vote` (`allow_member_vote`);
3534542340
35346--42341--
35347-- Indexes for table `community_polls_access`42342-- Indexes for table `community_polls_access`
35348--42343--
35349ALTER TABLE `community_polls_access`42344ALTER TABLE `community_polls_access`
35350  ADD PRIMARY KEY (`cpaccess_id`),42345  ADD PRIMARY KEY (`cpaccess_id`),
35351  ADD KEY `proxy_id` (`proxy_id`);42346  ADD KEY `proxy_id` (`proxy_id`);
3535242347
35353--42348--
35354-- Indexes for table `community_polls_questions`42349-- Indexes for table `community_polls_questions`
35355--42350--
35356ALTER TABLE `community_polls_questions`42351ALTER TABLE `community_polls_questions`
35357  ADD PRIMARY KEY (`cpquestion_id`),42352  ADD PRIMARY KEY (`cpquestion_id`),
35358  ADD KEY `cpolls_id` (`cpolls_id`),42353  ADD KEY `cpolls_id` (`cpolls_id`),
35359  ADD KEY `community_id` (`community_id`),42354  ADD KEY `community_id` (`community_id`),
35360  ADD KEY `cpage_id` (`cpage_id`);42355  ADD KEY `cpage_id` (`cpage_id`);
3536142356
35362--42357--
35363-- Indexes for table `community_polls_responses`42358-- Indexes for table `community_polls_responses`
35364--42359--
35365ALTER TABLE `community_polls_responses`42360ALTER TABLE `community_polls_responses`
35366  ADD PRIMARY KEY (`cpresponses_id`),42361  ADD PRIMARY KEY (`cpresponses_id`),
35367  ADD KEY `cpolls_id` (`cpolls_id`),42362  ADD KEY `cpolls_id` (`cpolls_id`),
35368  ADD KEY `response_index` (`response_index`);42363  ADD KEY `response_index` (`response_index`);
3536942364
35370--42365--
35371-- Indexes for table `community_polls_results`42366-- Indexes for table `community_polls_results`
35372--42367--
35373ALTER TABLE `community_polls_results`42368ALTER TABLE `community_polls_results`
35374  ADD PRIMARY KEY (`cpresults_id`),42369  ADD PRIMARY KEY (`cpresults_id`),
35375  ADD KEY `proxy_id` (`proxy_id`);42370  ADD KEY `proxy_id` (`proxy_id`);
3537642371
35377--42372--
35378-- Indexes for table `community_shares`42373-- Indexes for table `community_shares`
35379--42374--
35380ALTER TABLE `community_shares`42375ALTER TABLE `community_shares`
35381  ADD PRIMARY KEY (`cshare_id`),42376  ADD PRIMARY KEY (`cshare_id`),
35382  ADD KEY `community_id` (`community_id`,`folder_order`,`allow_member_upload`,`allow_member_comment`),42377  ADD KEY `community_id` (`community_id`,`folder_order`,`allow_member_upload`,`allow_member_comment`),
35383  ADD KEY `release_date` (`release_date`),42378  ADD KEY `release_date` (`release_date`),
35384  ADD KEY `release_until` (`release_until`),42379  ADD KEY `release_until` (`release_until`),
35385  ADD KEY `allow_member_read` (`allow_member_read`),42380  ADD KEY `allow_member_read` (`allow_member_read`),
35386  ADD KEY `allow_public_read` (`allow_public_read`),42381  ADD KEY `allow_public_read` (`allow_public_read`),
35387  ADD KEY `allow_troll_read` (`allow_troll_read`),42382  ADD KEY `allow_troll_read` (`allow_troll_read`),
35388  ADD KEY `allow_troll_upload` (`allow_troll_upload`),42383  ADD KEY `allow_troll_upload` (`allow_troll_upload`),
35389  ADD KEY `allow_troll_comments` (`allow_troll_comment`),42384  ADD KEY `allow_troll_comments` (`allow_troll_comment`),
35390  ADD KEY `allow_public_upload` (`allow_public_upload`),42385  ADD KEY `allow_public_upload` (`allow_public_upload`),
35391  ADD KEY `allow_public_comments` (`allow_public_comment`),42386  ADD KEY `allow_public_comments` (`allow_public_comment`),
35392  ADD KEY `folder_active` (`folder_active`),42387  ADD KEY `folder_active` (`folder_active`),
35393  ADD KEY `admin_notification` (`admin_notifications`),42388  ADD KEY `admin_notification` (`admin_notifications`),
35394  ADD KEY `folder_icon` (`folder_icon`);42389  ADD KEY `folder_icon` (`folder_icon`);
3539542390
35396--42391--
35397-- Indexes for table `community_shares_open`42392-- Indexes for table `community_shares_open`
35398--42393--
35399ALTER TABLE `community_shares_open`42394ALTER TABLE `community_shares_open`
35400  ADD PRIMARY KEY (`cshareopem_id`);42395  ADD PRIMARY KEY (`cshareopem_id`);
3540142396
35402--42397--
35403-- Indexes for table `community_share_comments`42398-- Indexes for table `community_share_comments`
35404--42399--
35405ALTER TABLE `community_share_comments`42400ALTER TABLE `community_share_comments`
35406  ADD PRIMARY KEY (`cscomment_id`),42401  ADD PRIMARY KEY (`cscomment_id`),
35407  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),42402  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`),
35408  ADD KEY `csfile_id` (`csfile_id`),42403  ADD KEY `csfile_id` (`csfile_id`),
35409  ADD KEY `release_date` (`release_date`);42404  ADD KEY `release_date` (`release_date`);
3541042405
35411--42406--
35412-- Indexes for table `community_share_files`42407-- Indexes for table `community_share_files`
35413--42408--
35414ALTER TABLE `community_share_files`42409ALTER TABLE `community_share_files`
35415  ADD PRIMARY KEY (`csfile_id`),42410  ADD PRIMARY KEY (`csfile_id`),
35416  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),42411  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),
35417  ADD KEY `file_active` (`file_active`),42412  ADD KEY `file_active` (`file_active`),
35418  ADD KEY `release_date` (`release_date`,`release_until`),42413  ADD KEY `release_date` (`release_date`,`release_until`),
35419  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`),42414  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`),
35420  ADD KEY `access_method` (`access_method`);42415  ADD KEY `access_method` (`access_method`);
3542142416
35422--42417--
35423-- Indexes for table `community_share_file_versions`42418-- Indexes for table `community_share_file_versions`
35424--42419--
35425ALTER TABLE `community_share_file_versions`42420ALTER TABLE `community_share_file_versions`
35426  ADD PRIMARY KEY (`csfversion_id`),42421  ADD PRIMARY KEY (`csfversion_id`),
35427  ADD KEY `cshare_id` (`csfile_id`,`cshare_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`),42422  ADD KEY `cshare_id` (`csfile_id`,`cshare_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`),
35428  ADD KEY `file_active` (`file_active`),42423  ADD KEY `file_active` (`file_active`),
35429  ADD KEY `community_file_active` (`community_id`,`file_active`);42424  ADD KEY `community_file_active` (`community_id`,`file_active`);
3543042425
35431--42426--
35432-- Indexes for table `community_share_html`42427-- Indexes for table `community_share_html`
35433--42428--
35434ALTER TABLE `community_share_html`42429ALTER TABLE `community_share_html`
35435  ADD PRIMARY KEY (`cshtml_id`),42430  ADD PRIMARY KEY (`cshtml_id`),
35436  ADD KEY `cshtml_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),42431  ADD KEY `cshtml_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),
35437  ADD KEY `html_active` (`html_active`),42432  ADD KEY `html_active` (`html_active`),
35438  ADD KEY `release_date` (`release_date`,`release_until`),42433  ADD KEY `release_date` (`release_date`,`release_until`),
35439  ADD KEY `allow_read` (`allow_member_read`,`allow_troll_read`),42434  ADD KEY `allow_read` (`allow_member_read`,`allow_troll_read`),
35440  ADD KEY `access_method` (`access_method`);42435  ADD KEY `access_method` (`access_method`);
3544142436
35442--42437--
35443-- Indexes for table `community_share_links`42438-- Indexes for table `community_share_links`
35444--42439--
35445ALTER TABLE `community_share_links`42440ALTER TABLE `community_share_links`
35446  ADD PRIMARY KEY (`cslink_id`),42441  ADD PRIMARY KEY (`cslink_id`),
35447  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),42442  ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`),
35448  ADD KEY `link_active` (`link_active`),42443  ADD KEY `link_active` (`link_active`),
35449  ADD KEY `release_date` (`release_date`,`release_until`),42444  ADD KEY `release_date` (`release_date`,`release_until`),
35450  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`);42445  ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`);
3545142446
35452--42447--
35453-- Indexes for table `community_templates`42448-- Indexes for table `community_templates`
35454--42449--
35455ALTER TABLE `community_templates`42450ALTER TABLE `community_templates`
35456  ADD PRIMARY KEY (`template_id`);42451  ADD PRIMARY KEY (`template_id`);
3545742452
35458--42453--
35459-- Indexes for table `community_type_pages`42454-- Indexes for table `community_type_pages`
35460--42455--
35461ALTER TABLE `community_type_pages`42456ALTER TABLE `community_type_pages`
35462  ADD PRIMARY KEY (`ctpage_id`),42457  ADD PRIMARY KEY (`ctpage_id`),
35463  ADD KEY `type_id` (`type_id`,`type_scope`);42458  ADD KEY `type_id` (`type_id`,`type_scope`);
3546442459
35465--42460--
35466-- Indexes for table `community_type_page_options`42461-- Indexes for table `community_type_page_options`
35467--42462--
35468ALTER TABLE `community_type_page_options`42463ALTER TABLE `community_type_page_options`
35469  ADD PRIMARY KEY (`ctpoption_id`,`ctpage_id`);42464  ADD PRIMARY KEY (`ctpoption_id`,`ctpage_id`);
3547042465
35471--42466--
35472-- Indexes for table `community_type_templates`42467-- Indexes for table `community_type_templates`
35473--42468--
35474ALTER TABLE `community_type_templates`42469ALTER TABLE `community_type_templates`
35475  ADD PRIMARY KEY (`cttemplate_id`);42470  ADD PRIMARY KEY (`cttemplate_id`);
3547642471
35477--42472--
35478-- Indexes for table `courses`42473-- Indexes for table `courses`
35479--42474--
35480ALTER TABLE `courses`42475ALTER TABLE `courses`
35481  ADD PRIMARY KEY (`course_id`),42476  ADD PRIMARY KEY (`course_id`),
35482  ADD KEY `notifications` (`notifications`),42477  ADD KEY `notifications` (`notifications`),
35483  ADD KEY `pcoord_id` (`pcoord_id`),42478  ADD KEY `pcoord_id` (`pcoord_id`),
35484  ADD KEY `evalrep_id` (`evalrep_id`),42479  ADD KEY `evalrep_id` (`evalrep_id`),
35485  ADD KEY `studrep_id` (`studrep_id`),42480  ADD KEY `studrep_id` (`studrep_id`),
35486  ADD KEY `parent_id` (`parent_id`),42481  ADD KEY `parent_id` (`parent_id`),
35487  ADD KEY `curriculum_type_id` (`curriculum_type_id`),42482  ADD KEY `curriculum_type_id` (`curriculum_type_id`),
35488  ADD KEY `course_code` (`course_code`),42483  ADD KEY `course_code` (`course_code`),
35489  ADD KEY `course_active` (`course_active`);42484  ADD KEY `course_active` (`course_active`);
3549042485
35491--42486--
35492-- Indexes for table `course_audience`42487-- Indexes for table `course_audience`
35493--42488--
35494ALTER TABLE `course_audience`42489ALTER TABLE `course_audience`
35495  ADD PRIMARY KEY (`caudience_id`),42490  ADD PRIMARY KEY (`caudience_id`),
35496  ADD KEY `course_id` (`course_id`),42491  ADD KEY `course_id` (`course_id`),
35497  ADD KEY `audience_type` (`audience_type`),42492  ADD KEY `audience_type` (`audience_type`),
35498  ADD KEY `audience_value` (`audience_value`),42493  ADD KEY `audience_value` (`audience_value`),
35499  ADD KEY `audience_active` (`audience_active`);42494  ADD KEY `audience_active` (`audience_active`);
3550042495
35501--42496--
35502-- Indexes for table `course_audience_groups`42497-- Indexes for table `course_audience_groups`
35503--42498--
35504ALTER TABLE `course_audience_groups`42499ALTER TABLE `course_audience_groups`
35505  ADD PRIMARY KEY (`group_id`),42500  ADD PRIMARY KEY (`group_id`),
35506  ADD KEY `course_id` (`course_id`),42501  ADD KEY `course_id` (`course_id`),
35507  ADD KEY `cperiod_id` (`cperiod_id`);42502  ADD KEY `cperiod_id` (`cperiod_id`);
3550842503
35509--42504--
35510-- Indexes for table `course_capture_eventtypes`42505-- Indexes for table `course_capture_eventtypes`
35511--42506--
35512ALTER TABLE `course_capture_eventtypes`42507ALTER TABLE `course_capture_eventtypes`
35513  ADD PRIMARY KEY (`id`),42508  ADD PRIMARY KEY (`id`),
35514  ADD KEY `cceventtypes_courses_fk_1` (`course_id`),42509  ADD KEY `cceventtypes_courses_fk_1` (`course_id`),
35515  ADD KEY `cceventtypes_elueventtypes_fk_2` (`eventtype_id`);42510  ADD KEY `cceventtypes_elueventtypes_fk_2` (`eventtype_id`);
3551642511
35517--42512--
35518-- Indexes for table `course_capture_media_source_entities`42513-- Indexes for table `course_capture_media_source_entities`
35519--42514--
35520ALTER TABLE `course_capture_media_source_entities`42515ALTER TABLE `course_capture_media_source_entities`
35521  ADD PRIMARY KEY (`id`);42516  ADD PRIMARY KEY (`id`);
3552242517
35523--42518--
35524-- Indexes for table `course_contacts`42519-- Indexes for table `course_contacts`
35525--42520--
35526ALTER TABLE `course_contacts`42521ALTER TABLE `course_contacts`
35527  ADD PRIMARY KEY (`contact_id`),42522  ADD PRIMARY KEY (`contact_id`),
35528  ADD KEY `course_id` (`course_id`),42523  ADD KEY `course_id` (`course_id`),
35529  ADD KEY `proxy_id` (`proxy_id`),42524  ADD KEY `proxy_id` (`proxy_id`),
35530  ADD KEY `contact_type` (`contact_type`),42525  ADD KEY `contact_type` (`contact_type`),
35531  ADD KEY `contact_order` (`contact_order`);42526  ADD KEY `contact_order` (`contact_order`);
3553242527
35533--42528--
35534-- Indexes for table `course_files`42529-- Indexes for table `course_files`
35535--42530--
35536ALTER TABLE `course_files`42531ALTER TABLE `course_files`
35537  ADD PRIMARY KEY (`id`),42532  ADD PRIMARY KEY (`id`),
35538  ADD KEY `course_id` (`course_id`),42533  ADD KEY `course_id` (`course_id`),
35539  ADD KEY `required` (`required`),42534  ADD KEY `required` (`required`),
35540  ADD KEY `valid_from` (`valid_from`),42535  ADD KEY `valid_from` (`valid_from`),
35541  ADD KEY `valid_until` (`valid_until`),42536  ADD KEY `valid_until` (`valid_until`),
35542  ADD KEY `access_method` (`access_method`);42537  ADD KEY `access_method` (`access_method`);
3554342538
35544--42539--
35545-- Indexes for table `course_grading_scale`42540-- Indexes for table `course_grading_scale`
35546--42541--
35547ALTER TABLE `course_grading_scale`42542ALTER TABLE `course_grading_scale`
35548  ADD PRIMARY KEY (`cgscale_id`),42543  ADD PRIMARY KEY (`cgscale_id`),
35549  ADD KEY `agscale_id` (`agscale_id`),42544  ADD KEY `agscale_id` (`agscale_id`),
35550  ADD KEY `course_id` (`course_id`),42545  ADD KEY `course_id` (`course_id`),
35551  ADD KEY `cperiod_id` (`cperiod_id`);42546  ADD KEY `cperiod_id` (`cperiod_id`);
3555242547
35553--42548--
35554-- Indexes for table `course_groups`42549-- Indexes for table `course_groups`
35555--42550--
35556ALTER TABLE `course_groups`42551ALTER TABLE `course_groups`
35557  ADD PRIMARY KEY (`cgroup_id`),42552  ADD PRIMARY KEY (`cgroup_id`),
35558  ADD KEY `course_id` (`course_id`);42553  ADD KEY `course_id` (`course_id`);
3555942554
35560--42555--
35561-- Indexes for table `course_group_audience`42556-- Indexes for table `course_group_audience`
35562--42557--
35563ALTER TABLE `course_group_audience`42558ALTER TABLE `course_group_audience`
35564  ADD PRIMARY KEY (`cgaudience_id`),42559  ADD PRIMARY KEY (`cgaudience_id`),
35565  ADD KEY `cgroup_proxy_active` (`cgroup_id`,`proxy_id`,`active`),42560  ADD KEY `cgroup_proxy_active` (`cgroup_id`,`proxy_id`,`active`),
35566  ADD KEY `cgroup_id` (`cgroup_id`),42561  ADD KEY `cgroup_id` (`cgroup_id`),
35567  ADD KEY `proxy_id` (`proxy_id`),42562  ADD KEY `proxy_id` (`proxy_id`),
35568  ADD KEY `active` (`active`);42563  ADD KEY `active` (`active`);
3556942564
35570--42565--
35571-- Indexes for table `course_group_contacts`42566-- Indexes for table `course_group_contacts`
35572--42567--
35573ALTER TABLE `course_group_contacts`42568ALTER TABLE `course_group_contacts`
35574  ADD PRIMARY KEY (`cgcontact_id`),42569  ADD PRIMARY KEY (`cgcontact_id`),
35575  ADD UNIQUE KEY `event_id_2` (`cgroup_id`,`proxy_id`),42570  ADD UNIQUE KEY `event_id_2` (`cgroup_id`,`proxy_id`),
35576  ADD KEY `contact_order` (`contact_order`),42571  ADD KEY `contact_order` (`contact_order`),
35577  ADD KEY `event_id` (`cgroup_id`),42572  ADD KEY `event_id` (`cgroup_id`),
35578  ADD KEY `proxy_id` (`proxy_id`);42573  ADD KEY `proxy_id` (`proxy_id`);
3557942574
35580--42575--
35581-- Indexes for table `course_group_contact_lu_roles`42576-- Indexes for table `course_group_contact_lu_roles`
35582--42577--
35583ALTER TABLE `course_group_contact_lu_roles`42578ALTER TABLE `course_group_contact_lu_roles`
35584  ADD PRIMARY KEY (`id`);42579  ADD PRIMARY KEY (`id`);
3558542580
35586--42581--
35587-- Indexes for table `course_group_contact_role`42582-- Indexes for table `course_group_contact_role`
35588--42583--
35589ALTER TABLE `course_group_contact_role`42584ALTER TABLE `course_group_contact_role`
35590  ADD PRIMARY KEY (`id`),42585  ADD PRIMARY KEY (`id`),
35591  ADD UNIQUE KEY `event_id_2` (`cgcontact_id`,`role_id`),42586  ADD UNIQUE KEY `event_id_2` (`cgcontact_id`,`role_id`),
35592  ADD KEY `event_id` (`cgcontact_id`),42587  ADD KEY `event_id` (`cgcontact_id`),
35593  ADD KEY `proxy_id` (`role_id`);42588  ADD KEY `proxy_id` (`role_id`);
3559442589
35595--42590--
35596-- Indexes for table `course_keywords`42591-- Indexes for table `course_keywords`
35597--42592--
35598ALTER TABLE `course_keywords`42593ALTER TABLE `course_keywords`
35599  ADD PRIMARY KEY (`ckeyword_id`),42594  ADD PRIMARY KEY (`ckeyword_id`),
35600  ADD KEY `course_id` (`course_id`),42595  ADD KEY `course_id` (`course_id`),
35601  ADD KEY `keyword_id` (`keyword_id`);42596  ADD KEY `keyword_id` (`keyword_id`);
3560242597
35603--42598--
35604-- Indexes for table `course_learner_levels`42599-- Indexes for table `course_learner_levels`
35605--42600--
35606ALTER TABLE `course_learner_levels`42601ALTER TABLE `course_learner_levels`
35607  ADD PRIMARY KEY (`course_level_id`),42602  ADD PRIMARY KEY (`course_level_id`),
35608  ADD KEY `organisation_id` (`course_id`,`level_id`),42603  ADD KEY `organisation_id` (`course_id`,`level_id`),
35609  ADD KEY `course_learner_levels_level_id` (`level_id`);42604  ADD KEY `course_learner_levels_level_id` (`level_id`);
3561042605
35611--42606--
35612-- Indexes for table `course_linked_objectives`42607-- Indexes for table `course_linked_objectives`
35613--42608--
35614ALTER TABLE `course_linked_objectives`42609ALTER TABLE `course_linked_objectives`
35615  ADD PRIMARY KEY (`clobjective_id`),42610  ADD PRIMARY KEY (`clobjective_id`),
35616  ADD KEY `course_id` (`course_id`),42611  ADD KEY `course_id` (`course_id`),
35617  ADD KEY `objective_target` (`objective_id`,`target_objective_id`),42612  ADD KEY `objective_target` (`objective_id`,`target_objective_id`),
35618  ADD KEY `cperiod_id` (`cperiod_id`);42613  ADD KEY `cperiod_id` (`cperiod_id`);
3561942614
35620--42615--
35621-- Indexes for table `course_links`42616-- Indexes for table `course_links`
35622--42617--
35623ALTER TABLE `course_links`42618ALTER TABLE `course_links`
35624  ADD PRIMARY KEY (`id`),42619  ADD PRIMARY KEY (`id`),
35625  ADD KEY `course_id` (`course_id`),42620  ADD KEY `course_id` (`course_id`),
35626  ADD KEY `required` (`required`),42621  ADD KEY `required` (`required`),
35627  ADD KEY `valid_from` (`valid_from`),42622  ADD KEY `valid_from` (`valid_from`),
35628  ADD KEY `valid_until` (`valid_until`);42623  ADD KEY `valid_until` (`valid_until`);
3562942624
35630--42625--
35631-- Indexes for table `course_lu_reports`42626-- Indexes for table `course_lu_reports`
35632--42627--
35633ALTER TABLE `course_lu_reports`42628ALTER TABLE `course_lu_reports`
35634  ADD PRIMARY KEY (`course_report_id`);42629  ADD PRIMARY KEY (`course_report_id`);
3563542630
35636--42631--
35637-- Indexes for table `course_objectives`42632-- Indexes for table `course_objectives`
35638--42633--
35639ALTER TABLE `course_objectives`42634ALTER TABLE `course_objectives`
35640  ADD PRIMARY KEY (`cobjective_id`),42635  ADD PRIMARY KEY (`cobjective_id`),
35641  ADD KEY `course_id` (`course_id`),42636  ADD KEY `course_id` (`course_id`),
35642  ADD KEY `objective_id` (`objective_id`),42637  ADD KEY `objective_id` (`objective_id`),
35643  ADD KEY `cperiod_id` (`cperiod_id`);42638  ADD KEY `cperiod_id` (`cperiod_id`);
35644ALTER TABLE `course_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`);42639ALTER TABLE `course_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`);
3564542640
35646--42641--
35647-- Indexes for table `course_reports`42642-- Indexes for table `course_reports`
35648--42643--
35649ALTER TABLE `course_reports`42644ALTER TABLE `course_reports`
35650  ADD PRIMARY KEY (`creport_id`),42645  ADD PRIMARY KEY (`creport_id`),
35651  ADD KEY `course_id` (`course_id`);42646  ADD KEY `course_id` (`course_id`);
3565242647
35653--42648--
35654-- Indexes for table `course_report_organisations`42649-- Indexes for table `course_report_organisations`
35655--42650--
35656ALTER TABLE `course_report_organisations`42651ALTER TABLE `course_report_organisations`
35657  ADD PRIMARY KEY (`crorganisation_id`),42652  ADD PRIMARY KEY (`crorganisation_id`),
35658  ADD KEY `organisation_id` (`organisation_id`);42653  ADD KEY `organisation_id` (`organisation_id`);
3565942654
35660--42655--
35661-- Indexes for table `course_settings`42656-- Indexes for table `course_settings`
35662--42657--
35663ALTER TABLE `course_settings`42658ALTER TABLE `course_settings`
35664  ADD PRIMARY KEY (`csetting_id`),42659  ADD PRIMARY KEY (`csetting_id`),
35665  ADD KEY `course_id` (`course_id`),42660  ADD KEY `course_id` (`course_id`),
35666  ADD KEY `course_organisation` (`course_id`,`organisation_id`),42661  ADD KEY `course_organisation` (`course_id`,`organisation_id`),
35667  ADD KEY `shortname` (`shortname`),42662  ADD KEY `shortname` (`shortname`),
35668  ADD KEY `course_shortname` (`course_id`,`shortname`);42663  ADD KEY `course_shortname` (`course_id`,`shortname`);
3566942664
35670--42665--
35671-- Indexes for table `course_syllabi`42666-- Indexes for table `course_syllabi`
35672--42667--
35673ALTER TABLE `course_syllabi`42668ALTER TABLE `course_syllabi`
35674  ADD PRIMARY KEY (`syllabus_id`);42669  ADD PRIMARY KEY (`syllabus_id`);
3567542670
35676--42671--
35677-- Indexes for table `course_tracks`42672-- Indexes for table `course_tracks`
35678--42673--
35679ALTER TABLE `course_tracks`42674ALTER TABLE `course_tracks`
35680  ADD PRIMARY KEY (`curriculum_track_id`,`course_id`),42675  ADD PRIMARY KEY (`curriculum_track_id`,`course_id`),
35681  ADD UNIQUE KEY `curriculum_track_id` (`curriculum_track_id`,`course_id`);42676  ADD UNIQUE KEY `curriculum_track_id` (`curriculum_track_id`,`course_id`);
3568242677
35683--42678--
35684-- Indexes for table `course_units`42679-- Indexes for table `course_units`
35685--42680--
35686ALTER TABLE `course_units`42681ALTER TABLE `course_units`
35687  ADD PRIMARY KEY (`cunit_id`),42682  ADD PRIMARY KEY (`cunit_id`),
35688  ADD KEY `course_id` (`course_id`),42683  ADD KEY `course_id` (`course_id`),
35689  ADD KEY `cperiod_id` (`cperiod_id`),42684  ADD KEY `cperiod_id` (`cperiod_id`),
35690  ADD KEY `week_id` (`week_id`);42685  ADD KEY `week_id` (`week_id`);
35691ALTER TABLE `course_units` ADD FULLTEXT KEY `ft_unit_search` (`unit_code`,`unit_title`,`unit_description`);42686ALTER TABLE `course_units` ADD FULLTEXT KEY `ft_unit_search` (`unit_code`,`unit_title`,`unit_description`);
3569242687
35693--42688--
35694-- Indexes for table `course_unit_contacts`42689-- Indexes for table `course_unit_contacts`
35695--42690--
35696ALTER TABLE `course_unit_contacts`42691ALTER TABLE `course_unit_contacts`
35697  ADD PRIMARY KEY (`cucontact_id`),42692  ADD PRIMARY KEY (`cucontact_id`),
35698  ADD KEY `cunit_id` (`cunit_id`),42693  ADD KEY `cunit_id` (`cunit_id`),
35699  ADD KEY `proxy_id` (`proxy_id`);42694  ADD KEY `proxy_id` (`proxy_id`);
3570042695
35701--42696--
35702-- Indexes for table `course_unit_linked_objectives`42697-- Indexes for table `course_unit_linked_objectives`
35703--42698--
35704ALTER TABLE `course_unit_linked_objectives`42699ALTER TABLE `course_unit_linked_objectives`
35705  ADD PRIMARY KEY (`culobjective_id`),42700  ADD PRIMARY KEY (`culobjective_id`),
35706  ADD KEY `cunit_id` (`cunit_id`),42701  ADD KEY `cunit_id` (`cunit_id`),
35707  ADD KEY `linked_objective_id` (`linked_objective_id`);42702  ADD KEY `linked_objective_id` (`linked_objective_id`);
3570842703
35709--42704--
35710-- Indexes for table `course_unit_objectives`42705-- Indexes for table `course_unit_objectives`
35711--42706--
35712ALTER TABLE `course_unit_objectives`42707ALTER TABLE `course_unit_objectives`
35713  ADD PRIMARY KEY (`cuobjective_id`),42708  ADD PRIMARY KEY (`cuobjective_id`),
35714  ADD KEY `cunit_id` (`cunit_id`),42709  ADD KEY `cunit_id` (`cunit_id`),
35715  ADD KEY `objective_id` (`objective_id`);42710  ADD KEY `objective_id` (`objective_id`);
3571642711
35717--42712--
35718-- Indexes for table `cron`42713-- Indexes for table `cron`
35719--42714--
35720ALTER TABLE `cron`42715ALTER TABLE `cron`
35721  ADD PRIMARY KEY (`cron_id`);42716  ADD PRIMARY KEY (`cron_id`);
3572242717
35723--42718--
35724-- Indexes for table `cron_community_notifications`42719-- Indexes for table `cron_community_notifications`
35725--42720--
35726ALTER TABLE `cron_community_notifications`42721ALTER TABLE `cron_community_notifications`
35727  ADD PRIMARY KEY (`ccnotification_id`);42722  ADD PRIMARY KEY (`ccnotification_id`);
3572842723
35729--42724--
35730-- Indexes for table `cron_events`42725-- Indexes for table `cron_events`
35731--42726--
35732ALTER TABLE `cron_events`42727ALTER TABLE `cron_events`
35733  ADD PRIMARY KEY (`id`);42728  ADD PRIMARY KEY (`id`);
3573442729
35735--42730--
35736-- Indexes for table `curriculum_frameworks`42731-- Indexes for table `curriculum_frameworks`
35737--42732--
35738ALTER TABLE `curriculum_frameworks`42733ALTER TABLE `curriculum_frameworks`
35739  ADD PRIMARY KEY (`id`);42734  ADD PRIMARY KEY (`id`);
3574042735
35741--42736--
35742-- Indexes for table `curriculum_framework_lu_objective_set_property_types`42737-- Indexes for table `curriculum_framework_lu_objective_set_property_types`
35743--42738--
35744ALTER TABLE `curriculum_framework_lu_objective_set_property_types`42739ALTER TABLE `curriculum_framework_lu_objective_set_property_types`
35745  ADD PRIMARY KEY (`id`);42740  ADD PRIMARY KEY (`id`);
3574642741
35747--42742--
35748-- Indexes for table `curriculum_framework_objective_sets`42743-- Indexes for table `curriculum_framework_objective_sets`
35749--42744--
35750ALTER TABLE `curriculum_framework_objective_sets`42745ALTER TABLE `curriculum_framework_objective_sets`
35751  ADD PRIMARY KEY (`id`),42746  ADD PRIMARY KEY (`id`),
35752  ADD KEY `objective_set_id` (`objective_set_id`);42747  ADD KEY `objective_set_id` (`objective_set_id`);
3575342748
35754--42749--
35755-- Indexes for table `curriculum_framework_objective_sets_properties`42750-- Indexes for table `curriculum_framework_objective_sets_properties`
35756--42751--
35757ALTER TABLE `curriculum_framework_objective_sets_properties`42752ALTER TABLE `curriculum_framework_objective_sets_properties`
35758  ADD PRIMARY KEY (`id`),42753  ADD PRIMARY KEY (`id`),
35759  ADD KEY `framework_id` (`framework_id`),42754  ADD KEY `framework_id` (`framework_id`),
35760  ADD KEY `objective_set_id` (`objective_set_id`);42755  ADD KEY `objective_set_id` (`objective_set_id`);
3576142756
35762--42757--
35763-- Indexes for table `curriculum_level_organisation`42758-- Indexes for table `curriculum_level_organisation`
35764--42759--
35765ALTER TABLE `curriculum_level_organisation`42760ALTER TABLE `curriculum_level_organisation`
35766  ADD PRIMARY KEY (`cl_org_id`);42761  ADD PRIMARY KEY (`cl_org_id`);
3576742762
35768--42763--
35769-- Indexes for table `curriculum_lu_levels`42764-- Indexes for table `curriculum_lu_levels`
35770--42765--
35771ALTER TABLE `curriculum_lu_levels`42766ALTER TABLE `curriculum_lu_levels`
35772  ADD PRIMARY KEY (`curriculum_level_id`);42767  ADD PRIMARY KEY (`curriculum_level_id`);
3577342768
35774--42769--
35775-- Indexes for table `curriculum_lu_tracks`42770-- Indexes for table `curriculum_lu_tracks`
35776--42771--
35777ALTER TABLE `curriculum_lu_tracks`42772ALTER TABLE `curriculum_lu_tracks`
35778  ADD PRIMARY KEY (`curriculum_track_id`);42773  ADD PRIMARY KEY (`curriculum_track_id`);
3577942774
35780--42775--
35781-- Indexes for table `curriculum_lu_track_organisations`42776-- Indexes for table `curriculum_lu_track_organisations`
35782--42777--
35783ALTER TABLE `curriculum_lu_track_organisations`42778ALTER TABLE `curriculum_lu_track_organisations`
35784  ADD PRIMARY KEY (`curriculum_track_id`,`organisation_id`);42779  ADD PRIMARY KEY (`curriculum_track_id`,`organisation_id`);
3578542780
35786--42781--
35787-- Indexes for table `curriculum_lu_types`42782-- Indexes for table `curriculum_lu_types`
35788--42783--
35789ALTER TABLE `curriculum_lu_types`42784ALTER TABLE `curriculum_lu_types`
35790  ADD PRIMARY KEY (`curriculum_type_id`),42785  ADD PRIMARY KEY (`curriculum_type_id`),
35791  ADD KEY `curriculum_type_order` (`curriculum_type_order`);42786  ADD KEY `curriculum_type_order` (`curriculum_type_order`);
3579242787
35793--42788--
35794-- Indexes for table `curriculum_map_versions`42789-- Indexes for table `curriculum_map_versions`
35795--42790--
35796ALTER TABLE `curriculum_map_versions`42791ALTER TABLE `curriculum_map_versions`
35797  ADD PRIMARY KEY (`version_id`);42792  ADD PRIMARY KEY (`version_id`);
3579842793
35799--42794--
35800-- Indexes for table `curriculum_map_version_organisations`42795-- Indexes for table `curriculum_map_version_organisations`
35801--42796--
35802ALTER TABLE `curriculum_map_version_organisations`42797ALTER TABLE `curriculum_map_version_organisations`
35803  ADD PRIMARY KEY (`version_id`,`organisation_id`);42798  ADD PRIMARY KEY (`version_id`,`organisation_id`);
3580442799
35805--42800--
35806-- Indexes for table `curriculum_map_version_periods`42801-- Indexes for table `curriculum_map_version_periods`
35807--42802--
35808ALTER TABLE `curriculum_map_version_periods`42803ALTER TABLE `curriculum_map_version_periods`
35809  ADD PRIMARY KEY (`version_id`,`cperiod_id`);42804  ADD PRIMARY KEY (`version_id`,`cperiod_id`);
3581042805
35811--42806--
35812-- Indexes for table `curriculum_periods`42807-- Indexes for table `curriculum_periods`
35813--42808--
35814ALTER TABLE `curriculum_periods`42809ALTER TABLE `curriculum_periods`
35815  ADD PRIMARY KEY (`cperiod_id`);42810  ADD PRIMARY KEY (`cperiod_id`);
3581642811
35817--42812--
35818-- Indexes for table `curriculum_relationships`42813-- Indexes for table `curriculum_relationships`
35819--42814--
35820ALTER TABLE `curriculum_relationships`42815ALTER TABLE `curriculum_relationships`
35821  ADD PRIMARY KEY (`id`);42816  ADD PRIMARY KEY (`id`);
3582242817
35823--42818--
35824-- Indexes for table `curriculum_type_organisation`42819-- Indexes for table `curriculum_type_organisation`
35825--42820--
35826ALTER TABLE `curriculum_type_organisation`42821ALTER TABLE `curriculum_type_organisation`
35827  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`);42822  ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`);
3582842823
35829--42824--
35830-- Indexes for table `custom_forms`42825-- Indexes for table `custom_forms`
35831--42826--
35832ALTER TABLE `custom_forms`42827ALTER TABLE `custom_forms`
35833  ADD PRIMARY KEY (`custom_form_id`);42828  ADD PRIMARY KEY (`custom_form_id`);
3583442829
35835--42830--
35836-- Indexes for table `custom_form_entities`42831-- Indexes for table `custom_form_entities`
35837--42832--
35838ALTER TABLE `custom_form_entities`42833ALTER TABLE `custom_form_entities`
35839  ADD PRIMARY KEY (`custom_form_entity_id`);42834  ADD PRIMARY KEY (`custom_form_entity_id`);
3584042835
35841--42836--
35842-- Indexes for table `custom_form_fields`42837-- Indexes for table `custom_form_fields`
35843--42838--
35844ALTER TABLE `custom_form_fields`42839ALTER TABLE `custom_form_fields`
35845  ADD PRIMARY KEY (`custom_form_field_id`);42840  ADD PRIMARY KEY (`custom_form_field_id`);
3584642841
35847--42842--
35848-- Indexes for table `custom_form_field_values`42843-- Indexes for table `custom_form_field_values`
35849--42844--
35850ALTER TABLE `custom_form_field_values`42845ALTER TABLE `custom_form_field_values`
35851  ADD PRIMARY KEY (`custom_form_field_value_id`);42846  ADD PRIMARY KEY (`custom_form_field_value_id`);
3585242847
35853--42848--
35854-- Indexes for table `custom_form_lu_field_types`42849-- Indexes for table `custom_form_lu_field_types`
35855--42850--
35856ALTER TABLE `custom_form_lu_field_types`42851ALTER TABLE `custom_form_lu_field_types`
35857  ADD PRIMARY KEY (`custom_form_lu_field_type_id`);42852  ADD PRIMARY KEY (`custom_form_lu_field_type_id`);
3585842853
35859--42854--
35860-- Indexes for table `custom_form_lu_field_type_organisations`42855-- Indexes for table `custom_form_lu_field_type_organisations`
35861--42856--
35862ALTER TABLE `custom_form_lu_field_type_organisations`42857ALTER TABLE `custom_form_lu_field_type_organisations`
35863  ADD PRIMARY KEY (`custom_form_lu_field_type_organisation_id`);42858  ADD PRIMARY KEY (`custom_form_lu_field_type_organisation_id`);
3586442859
35865--42860--
35866-- Indexes for table `custom_form_organisations`42861-- Indexes for table `custom_form_organisations`
35867--42862--
35868ALTER TABLE `custom_form_organisations`42863ALTER TABLE `custom_form_organisations`
35869  ADD PRIMARY KEY (`custom_form_organisation_id`);42864  ADD PRIMARY KEY (`custom_form_organisation_id`);
3587042865
35871--42866--
35872-- Indexes for table `disclaimers`42867-- Indexes for table `disclaimers`
35873--42868--
35874ALTER TABLE `disclaimers`42869ALTER TABLE `disclaimers`
35875  ADD PRIMARY KEY (`disclaimer_id`);42870  ADD PRIMARY KEY (`disclaimer_id`);
3587642871
35877--42872--
35878-- Indexes for table `disclaimer_audience`42873-- Indexes for table `disclaimer_audience`
35879--42874--
35880ALTER TABLE `disclaimer_audience`42875ALTER TABLE `disclaimer_audience`
35881  ADD PRIMARY KEY (`disclaimer_audience_id`),42876  ADD PRIMARY KEY (`disclaimer_audience_id`),
35882  ADD KEY `disclaimer_id` (`disclaimer_id`);42877  ADD KEY `disclaimer_id` (`disclaimer_id`);
3588342878
35884--42879--
35885-- Indexes for table `disclaimer_audience_users`42880-- Indexes for table `disclaimer_audience_users`
35886--42881--
35887ALTER TABLE `disclaimer_audience_users`42882ALTER TABLE `disclaimer_audience_users`
35888  ADD PRIMARY KEY (`disclaimer_audience_users_id`),42883  ADD PRIMARY KEY (`disclaimer_audience_users_id`),
35889  ADD KEY `disclaimer_id` (`disclaimer_id`),42884  ADD KEY `disclaimer_id` (`disclaimer_id`),
35890  ADD KEY `proxy_id` (`proxy_id`);42885  ADD KEY `proxy_id` (`proxy_id`);
3589142886
35892--42887--
35893-- Indexes for table `disclaimer_trigger`42888-- Indexes for table `disclaimer_trigger`
35894--42889--
35895ALTER TABLE `disclaimer_trigger`42890ALTER TABLE `disclaimer_trigger`
35896  ADD PRIMARY KEY (`disclaimer_trigger_id`),42891  ADD PRIMARY KEY (`disclaimer_trigger_id`),
35897  ADD KEY `disclaimer_id` (`disclaimer_id`);42892  ADD KEY `disclaimer_id` (`disclaimer_id`);
3589842893
35899--42894--
35900-- Indexes for table `domains_blacklist`42895-- Indexes for table `domains_blacklist`
35901--42896--
35902ALTER TABLE `domains_blacklist`42897ALTER TABLE `domains_blacklist`
35903  ADD PRIMARY KEY (`dblacklist_id`);42898  ADD PRIMARY KEY (`dblacklist_id`);
3590442899
35905--42900--
35906-- Indexes for table `drafts`42901-- Indexes for table `drafts`
35907--42902--
35908ALTER TABLE `drafts`42903ALTER TABLE `drafts`
35909  ADD PRIMARY KEY (`draft_id`);42904  ADD PRIMARY KEY (`draft_id`);
3591042905
35911--42906--
35912-- Indexes for table `draft_audience`42907-- Indexes for table `draft_audience`
35913--42908--
35914ALTER TABLE `draft_audience`42909ALTER TABLE `draft_audience`
35915  ADD PRIMARY KEY (`daudience_id`),42910  ADD PRIMARY KEY (`daudience_id`),
35916  ADD KEY `eaudience_id` (`eaudience_id`),42911  ADD KEY `eaudience_id` (`eaudience_id`),
35917  ADD KEY `event_id` (`event_id`),42912  ADD KEY `event_id` (`event_id`),
35918  ADD KEY `target_value` (`audience_value`),42913  ADD KEY `target_value` (`audience_value`),
35919  ADD KEY `target_type` (`audience_type`),42914  ADD KEY `target_type` (`audience_type`),
35920  ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`),42915  ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`),
35921  ADD KEY `audience_type` (`audience_type`,`audience_value`);42916  ADD KEY `audience_type` (`audience_type`,`audience_value`);
3592242917
35923--42918--
35924-- Indexes for table `draft_contacts`42919-- Indexes for table `draft_contacts`
35925--42920--
35926ALTER TABLE `draft_contacts`42921ALTER TABLE `draft_contacts`
35927  ADD PRIMARY KEY (`dcontact_id`),42922  ADD PRIMARY KEY (`dcontact_id`),
35928  ADD KEY `econtact_id` (`econtact_id`),42923  ADD KEY `econtact_id` (`econtact_id`),
35929  ADD KEY `contact_order` (`contact_order`),42924  ADD KEY `contact_order` (`contact_order`),
35930  ADD KEY `event_id` (`event_id`),42925  ADD KEY `event_id` (`event_id`),
35931  ADD KEY `proxy_id` (`proxy_id`);42926  ADD KEY `proxy_id` (`proxy_id`);
3593242927
35933--42928--
35934-- Indexes for table `draft_creators`42929-- Indexes for table `draft_creators`
35935--42930--
35936ALTER TABLE `draft_creators`42931ALTER TABLE `draft_creators`
35937  ADD PRIMARY KEY (`create_id`),42932  ADD PRIMARY KEY (`create_id`),
35938  ADD KEY `DRAFT` (`draft_id`);42933  ADD KEY `DRAFT` (`draft_id`);
3593942934
35940--42935--
35941-- Indexes for table `draft_events`42936-- Indexes for table `draft_events`
35942--42937--
35943ALTER TABLE `draft_events`42938ALTER TABLE `draft_events`
35944  ADD PRIMARY KEY (`devent_id`),42939  ADD PRIMARY KEY (`devent_id`),
35945  ADD KEY `event_id` (`event_id`),42940  ADD KEY `event_id` (`event_id`),
35946  ADD KEY `course_id` (`course_id`),42941  ADD KEY `course_id` (`course_id`),
35947  ADD KEY `region_id` (`region_id`),42942  ADD KEY `region_id` (`region_id`),
35948  ADD KEY `recurring_id` (`recurring_id`),42943  ADD KEY `recurring_id` (`recurring_id`),
35949  ADD KEY `release_date` (`release_date`,`release_until`),42944  ADD KEY `release_date` (`release_date`,`release_until`),
35950  ADD KEY `event_start` (`event_start`,`event_duration`),42945  ADD KEY `event_start` (`event_start`,`event_duration`),
35951  ADD KEY `event_start_2` (`event_start`,`event_finish`),42946  ADD KEY `event_start_2` (`event_start`,`event_finish`),
35952  ADD KEY `event_phase` (`event_phase`),42947  ADD KEY `event_phase` (`event_phase`),
35953  ADD KEY `event_start_3` (`event_start`,`event_finish`,`release_date`,`release_until`),42948  ADD KEY `event_start_3` (`event_start`,`event_finish`,`release_date`,`release_until`),
35954  ADD KEY `parent_id` (`parent_id`);42949  ADD KEY `parent_id` (`parent_id`);
3595542950
35956--42951--
35957-- Indexes for table `draft_eventtypes`42952-- Indexes for table `draft_eventtypes`
35958--42953--
35959ALTER TABLE `draft_eventtypes`42954ALTER TABLE `draft_eventtypes`
35960  ADD PRIMARY KEY (`deventtype_id`),42955  ADD PRIMARY KEY (`deventtype_id`),
35961  ADD KEY `eeventtype_id` (`eeventtype_id`),42956  ADD KEY `eeventtype_id` (`eeventtype_id`),
35962  ADD KEY `event_id` (`devent_id`),42957  ADD KEY `event_id` (`devent_id`),
35963  ADD KEY `eventtype_id` (`eventtype_id`);42958  ADD KEY `eventtype_id` (`eventtype_id`);
3596442959
35965--42960--
35966-- Indexes for table `draft_event_curriculum_tracks`42961-- Indexes for table `draft_event_curriculum_tracks`
35967--42962--
35968ALTER TABLE `draft_event_curriculum_tracks`42963ALTER TABLE `draft_event_curriculum_tracks`
35969  ADD PRIMARY KEY (`dectrack_id`),42964  ADD PRIMARY KEY (`dectrack_id`),
35970  ADD KEY `devent_id` (`devent_id`),42965  ADD KEY `devent_id` (`devent_id`),
35971  ADD KEY `curriculum_track_id` (`curriculum_track_id`);42966  ADD KEY `curriculum_track_id` (`curriculum_track_id`);
3597242967
35973--42968--
35974-- Indexes for table `draft_event_room_resources`42969-- Indexes for table `draft_event_room_resources`
35975--42970--
35976ALTER TABLE `draft_event_room_resources`42971ALTER TABLE `draft_event_room_resources`
35977  ADD PRIMARY KEY (`draft_event_room_resources_id`),42972  ADD PRIMARY KEY (`draft_event_room_resources_id`),
35978  ADD KEY `devent_id_fk` (`devent_id`),42973  ADD KEY `devent_id_fk` (`devent_id`),
35979  ADD KEY `dresource_id_fk` (`resource_id`);42974  ADD KEY `dresource_id_fk` (`resource_id`);
3598042975
35981--42976--
35982-- Indexes for table `draft_options`42977-- Indexes for table `draft_options`
35983--42978--
35984ALTER TABLE `draft_options`42979ALTER TABLE `draft_options`
35985  ADD PRIMARY KEY (`doption_id`);42980  ADD PRIMARY KEY (`doption_id`);
3598642981
35987--42982--
35988-- Indexes for table `duty_hours_entries`42983-- Indexes for table `duty_hours_entries`
35989--42984--
35990ALTER TABLE `duty_hours_entries`42985ALTER TABLE `duty_hours_entries`
35991  ADD PRIMARY KEY (`dhentry_id`);42986  ADD PRIMARY KEY (`dhentry_id`);
3599242987
35993--42988--
35994-- Indexes for table `email_aliases`42989-- Indexes for table `email_aliases`
35995--42990--
35996ALTER TABLE `email_aliases`42991ALTER TABLE `email_aliases`
35997  ADD PRIMARY KEY (`ealiases_id`);42992  ADD PRIMARY KEY (`ealiases_id`);
3599842993
35999--42994--
36000-- Indexes for table `email_templates`42995-- Indexes for table `email_templates`
36001--42996--
36002ALTER TABLE `email_templates`42997ALTER TABLE `email_templates`
36003  ADD PRIMARY KEY (`etemplate_id`);42998  ADD PRIMARY KEY (`etemplate_id`);
3600442999
36005--43000--
36006-- Indexes for table `email_template_organisations`43001-- Indexes for table `email_template_organisations`
36007--43002--
36008ALTER TABLE `email_template_organisations`43003ALTER TABLE `email_template_organisations`
36009  ADD PRIMARY KEY (`etorganisation_id`),43004  ADD PRIMARY KEY (`etorganisation_id`),
36010  ADD KEY `email_template_organisation_ibfk_1` (`etemplate_id`);43005  ADD KEY `email_template_organisation_ibfk_1` (`etemplate_id`);
3601143006
36012--43007--
36013-- Indexes for table `entity_mappings`43008-- Indexes for table `entity_mappings`
36014--43009--
36015ALTER TABLE `entity_mappings`43010ALTER TABLE `entity_mappings`
36016  ADD PRIMARY KEY (`emappings_id`),43011  ADD PRIMARY KEY (`emappings_id`),
36017  ADD KEY `msgnttmpgs_nttmpgtps_fk` (`emtypes_id`);43012  ADD KEY `msgnttmpgs_nttmpgtps_fk` (`emtypes_id`);
3601843013
36019--43014--
36020-- Indexes for table `entity_mapping_types`43015-- Indexes for table `entity_mapping_types`
36021--43016--
36022ALTER TABLE `entity_mapping_types`43017ALTER TABLE `entity_mapping_types`
36023  ADD PRIMARY KEY (`emtypes_id`);43018  ADD PRIMARY KEY (`emtypes_id`);
3602443019
36025--43020--
36026-- Indexes for table `evaluations`43021-- Indexes for table `evaluations`
36027--43022--
36028ALTER TABLE `evaluations`43023ALTER TABLE `evaluations`
36029  ADD PRIMARY KEY (`evaluation_id`);43024  ADD PRIMARY KEY (`evaluation_id`);
3603043025
36031--43026--
36032-- Indexes for table `evaluations_lu_questions`43027-- Indexes for table `evaluations_lu_questions`
36033--43028--
36034ALTER TABLE `evaluations_lu_questions`43029ALTER TABLE `evaluations_lu_questions`
36035  ADD PRIMARY KEY (`equestion_id`);43030  ADD PRIMARY KEY (`equestion_id`);
3603643031
36037--43032--
36038-- Indexes for table `evaluations_lu_questiontypes`43033-- Indexes for table `evaluations_lu_questiontypes`
36039--43034--
36040ALTER TABLE `evaluations_lu_questiontypes`43035ALTER TABLE `evaluations_lu_questiontypes`
36041  ADD PRIMARY KEY (`questiontype_id`);43036  ADD PRIMARY KEY (`questiontype_id`);
3604243037
36043--43038--
36044-- Indexes for table `evaluations_lu_question_responses`43039-- Indexes for table `evaluations_lu_question_responses`
36045--43040--
36046ALTER TABLE `evaluations_lu_question_responses`43041ALTER TABLE `evaluations_lu_question_responses`
36047  ADD PRIMARY KEY (`eqresponse_id`);43042  ADD PRIMARY KEY (`eqresponse_id`);
3604843043
36049--43044--
36050-- Indexes for table `evaluations_lu_question_response_criteria`43045-- Indexes for table `evaluations_lu_question_response_criteria`
36051--43046--
36052ALTER TABLE `evaluations_lu_question_response_criteria`43047ALTER TABLE `evaluations_lu_question_response_criteria`
36053  ADD PRIMARY KEY (`eqrcriteria_id`);43048  ADD PRIMARY KEY (`eqrcriteria_id`);
3605443049
36055--43050--
36056-- Indexes for table `evaluations_lu_response_descriptors`43051-- Indexes for table `evaluations_lu_response_descriptors`
36057--43052--
36058ALTER TABLE `evaluations_lu_response_descriptors`43053ALTER TABLE `evaluations_lu_response_descriptors`
36059  ADD PRIMARY KEY (`erdescriptor_id`);43054  ADD PRIMARY KEY (`erdescriptor_id`);
3606043055
36061--43056--
36062-- Indexes for table `evaluations_lu_rubrics`43057-- Indexes for table `evaluations_lu_rubrics`
36063--43058--
36064ALTER TABLE `evaluations_lu_rubrics`43059ALTER TABLE `evaluations_lu_rubrics`
36065  ADD PRIMARY KEY (`erubric_id`);43060  ADD PRIMARY KEY (`erubric_id`);
3606643061
36067--43062--
36068-- Indexes for table `evaluations_lu_targets`43063-- Indexes for table `evaluations_lu_targets`
36069--43064--
36070ALTER TABLE `evaluations_lu_targets`43065ALTER TABLE `evaluations_lu_targets`
36071  ADD PRIMARY KEY (`target_id`);43066  ADD PRIMARY KEY (`target_id`);
3607243067
36073--43068--
36074-- Indexes for table `evaluations_related_questions`43069-- Indexes for table `evaluations_related_questions`
36075--43070--
36076ALTER TABLE `evaluations_related_questions`43071ALTER TABLE `evaluations_related_questions`
36077  ADD PRIMARY KEY (`erubric_id`);43072  ADD PRIMARY KEY (`erubric_id`);
3607843073
36079--43074--
36080-- Indexes for table `evaluation_contacts`43075-- Indexes for table `evaluation_contacts`
36081--43076--
36082ALTER TABLE `evaluation_contacts`43077ALTER TABLE `evaluation_contacts`
36083  ADD PRIMARY KEY (`econtact_id`),43078  ADD PRIMARY KEY (`econtact_id`),
36084  ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`),43079  ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`),
36085  ADD KEY `contact_order` (`contact_order`),43080  ADD KEY `contact_order` (`contact_order`),
36086  ADD KEY `event_id` (`evaluation_id`),43081  ADD KEY `event_id` (`evaluation_id`),
36087  ADD KEY `proxy_id` (`proxy_id`);43082  ADD KEY `proxy_id` (`proxy_id`);
3608843083
36089--43084--
36090-- Indexes for table `evaluation_evaluators`43085-- Indexes for table `evaluation_evaluators`
36091--43086--
36092ALTER TABLE `evaluation_evaluators`43087ALTER TABLE `evaluation_evaluators`
36093  ADD PRIMARY KEY (`eevaluator_id`);43088  ADD PRIMARY KEY (`eevaluator_id`);
3609443089
36095--43090--
36096-- Indexes for table `evaluation_evaluator_exclusions`43091-- Indexes for table `evaluation_evaluator_exclusions`
36097--43092--
36098ALTER TABLE `evaluation_evaluator_exclusions`43093ALTER TABLE `evaluation_evaluator_exclusions`
36099  ADD PRIMARY KEY (`eeexclusion_id`),43094  ADD PRIMARY KEY (`eeexclusion_id`),
36100  ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`),43095  ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`),
36101  ADD KEY `event_id` (`evaluation_id`),43096  ADD KEY `event_id` (`evaluation_id`),
36102  ADD KEY `proxy_id` (`proxy_id`);43097  ADD KEY `proxy_id` (`proxy_id`);
3610343098
36104--43099--
36105-- Indexes for table `evaluation_forms`43100-- Indexes for table `evaluation_forms`
36106--43101--
36107ALTER TABLE `evaluation_forms`43102ALTER TABLE `evaluation_forms`
36108  ADD PRIMARY KEY (`eform_id`);43103  ADD PRIMARY KEY (`eform_id`);
3610943104
36110--43105--
36111-- Indexes for table `evaluation_form_contacts`43106-- Indexes for table `evaluation_form_contacts`
36112--43107--
36113ALTER TABLE `evaluation_form_contacts`43108ALTER TABLE `evaluation_form_contacts`
36114  ADD PRIMARY KEY (`econtact_id`),43109  ADD PRIMARY KEY (`econtact_id`),
36115  ADD UNIQUE KEY `event_id_2` (`eform_id`,`proxy_id`),43110  ADD UNIQUE KEY `event_id_2` (`eform_id`,`proxy_id`),
36116  ADD KEY `contact_order` (`contact_order`),43111  ADD KEY `contact_order` (`contact_order`),
36117  ADD KEY `event_id` (`eform_id`),43112  ADD KEY `event_id` (`eform_id`),
36118  ADD KEY `proxy_id` (`proxy_id`);43113  ADD KEY `proxy_id` (`proxy_id`);
3611943114
36120--43115--
36121-- Indexes for table `evaluation_form_questions`43116-- Indexes for table `evaluation_form_questions`
36122--43117--
36123ALTER TABLE `evaluation_form_questions`43118ALTER TABLE `evaluation_form_questions`
36124  ADD PRIMARY KEY (`efquestion_id`);43119  ADD PRIMARY KEY (`efquestion_id`);
3612543120
36126--43121--
36127-- Indexes for table `evaluation_form_question_objectives`43122-- Indexes for table `evaluation_form_question_objectives`
36128--43123--
36129ALTER TABLE `evaluation_form_question_objectives`43124ALTER TABLE `evaluation_form_question_objectives`
36130  ADD PRIMARY KEY (`efqobjective_id`);43125  ADD PRIMARY KEY (`efqobjective_id`);
3613143126
36132--43127--
36133-- Indexes for table `evaluation_progress`43128-- Indexes for table `evaluation_progress`
36134--43129--
36135ALTER TABLE `evaluation_progress`43130ALTER TABLE `evaluation_progress`
36136  ADD PRIMARY KEY (`eprogress_id`);43131  ADD PRIMARY KEY (`eprogress_id`);
3613743132
36138--43133--
36139-- Indexes for table `evaluation_progress_clerkship_events`43134-- Indexes for table `evaluation_progress_clerkship_events`
36140--43135--
36141ALTER TABLE `evaluation_progress_clerkship_events`43136ALTER TABLE `evaluation_progress_clerkship_events`
36142  ADD PRIMARY KEY (`epcevent_id`);43137  ADD PRIMARY KEY (`epcevent_id`);
3614343138
36144--43139--
36145-- Indexes for table `evaluation_progress_patient_encounters`43140-- Indexes for table `evaluation_progress_patient_encounters`
36146--43141--
36147ALTER TABLE `evaluation_progress_patient_encounters`43142ALTER TABLE `evaluation_progress_patient_encounters`
36148  ADD PRIMARY KEY (`eppencounter_id`);43143  ADD PRIMARY KEY (`eppencounter_id`);
3614943144
36150--43145--
36151-- Indexes for table `evaluation_question_objectives`43146-- Indexes for table `evaluation_question_objectives`
36152--43147--
36153ALTER TABLE `evaluation_question_objectives`43148ALTER TABLE `evaluation_question_objectives`
36154  ADD PRIMARY KEY (`eqobjective_id`),43149  ADD PRIMARY KEY (`eqobjective_id`),
36155  ADD KEY `equestion_id` (`equestion_id`),43150  ADD KEY `equestion_id` (`equestion_id`),
36156  ADD KEY `objective_id` (`objective_id`);43151  ADD KEY `objective_id` (`objective_id`);
3615743152
36158--43153--
36159-- Indexes for table `evaluation_question_response_descriptors`43154-- Indexes for table `evaluation_question_response_descriptors`
36160--43155--
36161ALTER TABLE `evaluation_question_response_descriptors`43156ALTER TABLE `evaluation_question_response_descriptors`
36162  ADD PRIMARY KEY (`eqrdescriptor_id`);43157  ADD PRIMARY KEY (`eqrdescriptor_id`);
3616343158
36164--43159--
36165-- Indexes for table `evaluation_requests`43160-- Indexes for table `evaluation_requests`
36166--43161--
36167ALTER TABLE `evaluation_requests`43162ALTER TABLE `evaluation_requests`
36168  ADD PRIMARY KEY (`erequest_id`);43163  ADD PRIMARY KEY (`erequest_id`);
3616943164
36170--43165--
36171-- Indexes for table `evaluation_responses`43166-- Indexes for table `evaluation_responses`
36172--43167--
36173ALTER TABLE `evaluation_responses`43168ALTER TABLE `evaluation_responses`
36174  ADD PRIMARY KEY (`eresponse_id`);43169  ADD PRIMARY KEY (`eresponse_id`);
3617543170
36176--43171--
36177-- Indexes for table `evaluation_rubric_questions`43172-- Indexes for table `evaluation_rubric_questions`
36178--43173--
36179ALTER TABLE `evaluation_rubric_questions`43174ALTER TABLE `evaluation_rubric_questions`
36180  ADD PRIMARY KEY (`efrquestion_id`);43175  ADD PRIMARY KEY (`efrquestion_id`);
3618143176
36182--43177--
36183-- Indexes for table `evaluation_targets`43178-- Indexes for table `evaluation_targets`
36184--43179--
36185ALTER TABLE `evaluation_targets`43180ALTER TABLE `evaluation_targets`
36186  ADD PRIMARY KEY (`etarget_id`);43181  ADD PRIMARY KEY (`etarget_id`);
3618743182
36188--43183--
36189-- Indexes for table `events`43184-- Indexes for table `events`
36190--43185--
36191ALTER TABLE `events`43186ALTER TABLE `events`
36192  ADD PRIMARY KEY (`event_id`),43187  ADD PRIMARY KEY (`event_id`),
36193  ADD KEY `course_id` (`course_id`),43188  ADD KEY `course_id` (`course_id`),
36194  ADD KEY `region_id` (`region_id`),43189  ADD KEY `region_id` (`region_id`),
36195  ADD KEY `recurring_id` (`recurring_id`),43190  ADD KEY `recurring_id` (`recurring_id`),
36196  ADD KEY `release_date` (`release_date`,`release_until`),43191  ADD KEY `release_date` (`release_date`,`release_until`),
36197  ADD KEY `event_start` (`event_start`,`event_duration`),43192  ADD KEY `event_start` (`event_start`,`event_duration`),
36198  ADD KEY `event_start_2` (`event_start`,`event_finish`),43193  ADD KEY `event_start_2` (`event_start`,`event_finish`),
36199  ADD KEY `event_phase` (`event_phase`),43194  ADD KEY `event_phase` (`event_phase`),
36200  ADD KEY `cunit_id` (`cunit_id`),43195  ADD KEY `cunit_id` (`cunit_id`),
36201  ADD KEY `idx_custom_end_date` (`custom_end_date`) USING BTREE;43196  ADD KEY `idx_custom_end_date` (`custom_end_date`) USING BTREE;
36202ALTER TABLE `events` ADD FULLTEXT KEY `event_title` (`event_title`,`event_description`,`event_goals`,`event_objectives`,`event_message`);43197ALTER TABLE `events` ADD FULLTEXT KEY `event_title` (`event_title`,`event_description`,`event_goals`,`event_objectives`,`event_message`);
3620343198
36204--43199--
36205-- Indexes for table `events_exchange_metadata`43200-- Indexes for table `events_exchange_metadata`
36206--43201--
36207ALTER TABLE `events_exchange_metadata`43202ALTER TABLE `events_exchange_metadata`
36208  ADD PRIMARY KEY (`id`),43203  ADD PRIMARY KEY (`id`),
36209  ADD UNIQUE KEY `event_id` (`event_id`);43204  ADD UNIQUE KEY `event_id` (`event_id`);
3621043205
36211--43206--
36212-- Indexes for table `events_lu_eventtypes`43207-- Indexes for table `events_lu_eventtypes`
36213--43208--
36214ALTER TABLE `events_lu_eventtypes`43209ALTER TABLE `events_lu_eventtypes`
36215  ADD PRIMARY KEY (`eventtype_id`),43210  ADD PRIMARY KEY (`eventtype_id`),
36216  ADD KEY `eventtype_order` (`eventtype_order`);43211  ADD KEY `eventtype_order` (`eventtype_order`);
3621743212
36218--43213--
36219-- Indexes for table `events_lu_objectives`43214-- Indexes for table `events_lu_objectives`
36220--43215--
36221ALTER TABLE `events_lu_objectives`43216ALTER TABLE `events_lu_objectives`
36222  ADD PRIMARY KEY (`objective_id`),43217  ADD PRIMARY KEY (`objective_id`),
36223  ADD KEY `objective_order` (`objective_order`);43218  ADD KEY `objective_order` (`objective_order`);
3622443219
36225--43220--
36226-- Indexes for table `events_lu_resources`43221-- Indexes for table `events_lu_resources`
36227--43222--
36228ALTER TABLE `events_lu_resources`43223ALTER TABLE `events_lu_resources`
36229  ADD PRIMARY KEY (`resource_id`);43224  ADD PRIMARY KEY (`resource_id`);
3623043225
36231--43226--
36232-- Indexes for table `events_lu_topics`43227-- Indexes for table `events_lu_topics`
36233--43228--
36234ALTER TABLE `events_lu_topics`43229ALTER TABLE `events_lu_topics`
36235  ADD PRIMARY KEY (`topic_id`);43230  ADD PRIMARY KEY (`topic_id`);
3623643231
36237--43232--
36238-- Indexes for table `events_meta`43233-- Indexes for table `events_meta`
36239--43234--
36240ALTER TABLE `events_meta`43235ALTER TABLE `events_meta`
36241  ADD PRIMARY KEY (`meta_id`),43236  ADD PRIMARY KEY (`meta_id`),
36242  ADD KEY `idx_event_meta_key` (`event_id`,`key`),43237  ADD KEY `idx_event_meta_key` (`event_id`,`key`),
36243  ADD KEY `idx_meta_parent_id` (`meta_parent_id`);43238  ADD KEY `idx_meta_parent_id` (`meta_parent_id`);
3624443239
36245--43240--
36246-- Indexes for table `events_recurring`43241-- Indexes for table `events_recurring`
36247--43242--
36248ALTER TABLE `events_recurring`43243ALTER TABLE `events_recurring`
36249  ADD PRIMARY KEY (`recurring_id`);43244  ADD PRIMARY KEY (`recurring_id`);
3625043245
36251--43246--
36252-- Indexes for table `events_tbl_audience_status`43247-- Indexes for table `events_tbl_audience_status`
36253--43248--
36254ALTER TABLE `events_tbl_audience_status`43249ALTER TABLE `events_tbl_audience_status`
36255  ADD PRIMARY KEY (`status_id`),43250  ADD PRIMARY KEY (`status_id`),
36256  ADD KEY `cgroup_id` (`cgroup_id`),43251  ADD KEY `cgroup_id` (`cgroup_id`),
36257  ADD KEY `exam_post_id` (`exam_post_id`);43252  ADD KEY `exam_post_id` (`exam_post_id`);
3625843253
36259--43254--
36260-- Indexes for table `eventtype_medbiq_assessment_method`43255-- Indexes for table `eventtype_medbiq_assessment_method`
36261--43256--
36262ALTER TABLE `eventtype_medbiq_assessment_method`43257ALTER TABLE `eventtype_medbiq_assessment_method`
36263  ADD PRIMARY KEY (`eventtype_medbiq_assessment_method_id`);43258  ADD PRIMARY KEY (`eventtype_medbiq_assessment_method_id`);
3626443259
36265--43260--
36266-- Indexes for table `eventtype_medbiq_resource`43261-- Indexes for table `eventtype_medbiq_resource`
36267--43262--
36268ALTER TABLE `eventtype_medbiq_resource`43263ALTER TABLE `eventtype_medbiq_resource`
36269  ADD PRIMARY KEY (`eventtype_medbiq_resource_id`);43264  ADD PRIMARY KEY (`eventtype_medbiq_resource_id`);
3627043265
36271--43266--
36272-- Indexes for table `eventtype_organisation`43267-- Indexes for table `eventtype_organisation`
36273--43268--
36274ALTER TABLE `eventtype_organisation`43269ALTER TABLE `eventtype_organisation`
36275  ADD PRIMARY KEY (`eventtype_id`,`organisation_id`);43270  ADD PRIMARY KEY (`eventtype_id`,`organisation_id`);
3627643271
36277--43272--
36278-- Indexes for table `event_absence_pools`43273-- Indexes for table `event_absence_pools`
36279--43274--
36280ALTER TABLE `event_absence_pools`43275ALTER TABLE `event_absence_pools`
36281  ADD PRIMARY KEY (`eabsence_pool_id`);43276  ADD PRIMARY KEY (`eabsence_pool_id`);
3628243277
36283--43278--
36284-- Indexes for table `event_absence_pool_etypes`43279-- Indexes for table `event_absence_pool_etypes`
36285--43280--
36286ALTER TABLE `event_absence_pool_etypes`43281ALTER TABLE `event_absence_pool_etypes`
36287  ADD PRIMARY KEY (`eabsence_pool_etype_id`),43282  ADD PRIMARY KEY (`eabsence_pool_etype_id`),
36288  ADD KEY `event_absence_pool_fk1` (`eabsence_pool_id`),43283  ADD KEY `event_absence_pool_fk1` (`eabsence_pool_id`),
36289  ADD KEY `event_absence_pool_fk2` (`eventtype_id`);43284  ADD KEY `event_absence_pool_fk2` (`eventtype_id`);
3629043285
36291--43286--
36292-- Indexes for table `event_absence_pool_groups`43287-- Indexes for table `event_absence_pool_groups`
36293--43288--
36294ALTER TABLE `event_absence_pool_groups`43289ALTER TABLE `event_absence_pool_groups`
36295  ADD PRIMARY KEY (`eabsence_pool_group_id`),43290  ADD PRIMARY KEY (`eabsence_pool_group_id`),
36296  ADD KEY `event_absence_pool_fk3` (`eabsence_pool_id`),43291  ADD KEY `event_absence_pool_fk3` (`eabsence_pool_id`),
36297  ADD KEY `event_absence_pool_fk4` (`group_id`);43292  ADD KEY `event_absence_pool_fk4` (`group_id`);
3629843293
36299--43294--
36300-- Indexes for table `event_absence_reason_types`43295-- Indexes for table `event_absence_reason_types`
36301--43296--
36302ALTER TABLE `event_absence_reason_types`43297ALTER TABLE `event_absence_reason_types`
36303  ADD PRIMARY KEY (`eabsence_reason_type_id`);43298  ADD PRIMARY KEY (`eabsence_reason_type_id`);
3630443299
36305--43300--
36306-- Indexes for table `event_absence_reason_type_approvers`43301-- Indexes for table `event_absence_reason_type_approvers`
36307--43302--
36308ALTER TABLE `event_absence_reason_type_approvers`43303ALTER TABLE `event_absence_reason_type_approvers`
36309  ADD PRIMARY KEY (`eabsence_reason_type_approver_id`),43304  ADD PRIMARY KEY (`eabsence_reason_type_approver_id`),
36310  ADD KEY `event_absence_reason_type_approvers_fk1` (`eabsence_reason_type_id`);43305  ADD KEY `event_absence_reason_type_approvers_fk1` (`eabsence_reason_type_id`);
3631143306
36312--43307--
36313-- Indexes for table `event_absence_requests`43308-- Indexes for table `event_absence_requests`
36314--43309--
36315ALTER TABLE `event_absence_requests`43310ALTER TABLE `event_absence_requests`
36316  ADD PRIMARY KEY (`request_id`),43311  ADD PRIMARY KEY (`request_id`),
36317  ADD KEY `event_absence_req_fk3` (`event_id`),43312  ADD KEY `event_absence_req_fk3` (`event_id`),
36318  ADD KEY `event_absence_req_fk4` (`request_detail_id`);43313  ADD KEY `event_absence_req_fk4` (`request_detail_id`);
3631943314
36320--43315--
36321-- Indexes for table `event_absence_request_approvals`43316-- Indexes for table `event_absence_request_approvals`
36322--43317--
36323ALTER TABLE `event_absence_request_approvals`43318ALTER TABLE `event_absence_request_approvals`
36324  ADD PRIMARY KEY (`eabsence_request_approval_id`),43319  ADD PRIMARY KEY (`eabsence_request_approval_id`),
36325  ADD KEY `event_absence_request_approvals_fk1` (`request_detail_id`);43320  ADD KEY `event_absence_request_approvals_fk1` (`request_detail_id`);
3632643321
36327--43322--
36328-- Indexes for table `event_absence_request_details`43323-- Indexes for table `event_absence_request_details`
36329--43324--
36330ALTER TABLE `event_absence_request_details`43325ALTER TABLE `event_absence_request_details`
36331  ADD PRIMARY KEY (`request_detail_id`),43326  ADD PRIMARY KEY (`request_detail_id`),
36332  ADD KEY `event_absence_req_type_fk5` (`request_reason_id`),43327  ADD KEY `event_absence_req_type_fk5` (`request_reason_id`),
36333  ADD KEY `event_absence_req_fk6` (`request_status_id`);43328  ADD KEY `event_absence_req_fk6` (`request_status_id`);
3633443329
36335--43330--
36336-- Indexes for table `event_absence_request_files`43331-- Indexes for table `event_absence_request_files`
36337--43332--
36338ALTER TABLE `event_absence_request_files`43333ALTER TABLE `event_absence_request_files`
36339  ADD PRIMARY KEY (`file_id`),43334  ADD PRIMARY KEY (`file_id`),
36340  ADD KEY `event_absence_req_file1` (`request_detail_id`);43335  ADD KEY `event_absence_req_file1` (`request_detail_id`);
3634143336
36342--43337--
36343-- Indexes for table `event_absence_request_messages`43338-- Indexes for table `event_absence_request_messages`
36344--43339--
36345ALTER TABLE `event_absence_request_messages`43340ALTER TABLE `event_absence_request_messages`
36346  ADD PRIMARY KEY (`request_message_id`),43341  ADD PRIMARY KEY (`request_message_id`),
36347  ADD KEY `event_absence_req_message1` (`request_detail_id`);43342  ADD KEY `event_absence_req_message1` (`request_detail_id`);
3634843343
36349--43344--
36350-- Indexes for table `event_absence_request_statuses`43345-- Indexes for table `event_absence_request_statuses`
36351--43346--
36352ALTER TABLE `event_absence_request_statuses`43347ALTER TABLE `event_absence_request_statuses`
36353  ADD PRIMARY KEY (`request_status_id`);43348  ADD PRIMARY KEY (`request_status_id`);
3635443349
36355--43350--
36356-- Indexes for table `event_attendance`43351-- Indexes for table `event_attendance`
36357--43352--
36358ALTER TABLE `event_attendance`43353ALTER TABLE `event_attendance`
36359  ADD PRIMARY KEY (`eattendance_id`);43354  ADD PRIMARY KEY (`eattendance_id`);
3636043355
36361--43356--
36362-- Indexes for table `event_attendance_history`43357-- Indexes for table `event_attendance_history`
36363--43358--
36364ALTER TABLE `event_attendance_history`43359ALTER TABLE `event_attendance_history`
36365  ADD PRIMARY KEY (`eattendance_history_id`);43360  ADD PRIMARY KEY (`eattendance_history_id`);
3636643361
36367--43362--
36368-- Indexes for table `event_attendance_notifications`43363-- Indexes for table `event_attendance_notifications`
36369--43364--
36370ALTER TABLE `event_attendance_notifications`43365ALTER TABLE `event_attendance_notifications`
36371  ADD PRIMARY KEY (`ea_notification_id`);43366  ADD PRIMARY KEY (`ea_notification_id`);
3637243367
36373--43368--
36374-- Indexes for table `event_attendance_notification_templates`43369-- Indexes for table `event_attendance_notification_templates`
36375--43370--
36376ALTER TABLE `event_attendance_notification_templates`43371ALTER TABLE `event_attendance_notification_templates`
36377  ADD PRIMARY KEY (`ea_notification_template_id`);43372  ADD PRIMARY KEY (`ea_notification_template_id`);
3637843373
36379--43374--
36380-- Indexes for table `event_attendance_statuses`43375-- Indexes for table `event_attendance_statuses`
36381--43376--
36382ALTER TABLE `event_attendance_statuses`43377ALTER TABLE `event_attendance_statuses`
36383  ADD PRIMARY KEY (`ea_status_id`);43378  ADD PRIMARY KEY (`ea_status_id`);
3638443379
36385--43380--
36386-- Indexes for table `event_audience`43381-- Indexes for table `event_audience`
36387--43382--
36388ALTER TABLE `event_audience`43383ALTER TABLE `event_audience`
36389  ADD PRIMARY KEY (`eaudience_id`),43384  ADD PRIMARY KEY (`eaudience_id`),
36390  ADD KEY `event_id` (`event_id`),43385  ADD KEY `event_id` (`event_id`),
36391  ADD KEY `target_value` (`audience_value`),43386  ADD KEY `target_value` (`audience_value`),
36392  ADD KEY `target_type` (`audience_type`),43387  ADD KEY `target_type` (`audience_type`),
36393  ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`);43388  ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`);
3639443389
36395--43390--
36396-- Indexes for table `event_contacts`43391-- Indexes for table `event_contacts`
36397--43392--
36398ALTER TABLE `event_contacts`43393ALTER TABLE `event_contacts`
36399  ADD PRIMARY KEY (`econtact_id`),43394  ADD PRIMARY KEY (`econtact_id`),
36400  ADD UNIQUE KEY `event_id_2` (`event_id`,`proxy_id`),43395  ADD UNIQUE KEY `event_id_2` (`event_id`,`proxy_id`),
36401  ADD KEY `contact_order` (`contact_order`),43396  ADD KEY `contact_order` (`contact_order`),
36402  ADD KEY `event_id` (`event_id`),43397  ADD KEY `event_id` (`event_id`),
36403  ADD KEY `proxy_id` (`proxy_id`);43398  ADD KEY `proxy_id` (`proxy_id`);
3640443399
36405--43400--
36406-- Indexes for table `event_curriculum_tracks`43401-- Indexes for table `event_curriculum_tracks`
36407--43402--
36408ALTER TABLE `event_curriculum_tracks`43403ALTER TABLE `event_curriculum_tracks`
36409  ADD PRIMARY KEY (`ectrack_id`);43404  ADD PRIMARY KEY (`ectrack_id`);
3641043405
36411--43406--
36412-- Indexes for table `event_discussions`43407-- Indexes for table `event_discussions`
36413--43408--
36414ALTER TABLE `event_discussions`43409ALTER TABLE `event_discussions`
36415  ADD PRIMARY KEY (`ediscussion_id`),43410  ADD PRIMARY KEY (`ediscussion_id`),
36416  ADD KEY `event_id` (`event_id`),43411  ADD KEY `event_id` (`event_id`),
36417  ADD KEY `proxy_id` (`proxy_id`),43412  ADD KEY `proxy_id` (`proxy_id`),
36418  ADD KEY `parent_id` (`parent_id`);43413  ADD KEY `parent_id` (`parent_id`);
3641943414
36420--43415--
36421-- Indexes for table `event_eventtypes`43416-- Indexes for table `event_eventtypes`
36422--43417--
36423ALTER TABLE `event_eventtypes`43418ALTER TABLE `event_eventtypes`
36424  ADD PRIMARY KEY (`eeventtype_id`),43419  ADD PRIMARY KEY (`eeventtype_id`),
36425  ADD KEY `event_id` (`event_id`),43420  ADD KEY `event_id` (`event_id`),
36426  ADD KEY `eventtype_id` (`eventtype_id`);43421  ADD KEY `eventtype_id` (`eventtype_id`);
3642743422
36428--43423--
36429-- Indexes for table `event_feedback_forms`43424-- Indexes for table `event_feedback_forms`
36430--43425--
36431ALTER TABLE `event_feedback_forms`43426ALTER TABLE `event_feedback_forms`
36432  ADD PRIMARY KEY (`id`);43427  ADD PRIMARY KEY (`id`);
3643343428
36434--43429--
36435-- Indexes for table `event_files`43430-- Indexes for table `event_files`
36436--43431--
36437ALTER TABLE `event_files`43432ALTER TABLE `event_files`
36438  ADD PRIMARY KEY (`efile_id`),43433  ADD PRIMARY KEY (`efile_id`),
36439  ADD KEY `required` (`required`),43434  ADD KEY `required` (`required`),
36440  ADD KEY `access_method` (`access_method`),43435  ADD KEY `access_method` (`access_method`),
36441  ADD KEY `event_id` (`event_id`),43436  ADD KEY `event_id` (`event_id`),
36442  ADD KEY `release_date` (`release_date`,`release_until`),43437  ADD KEY `release_date` (`release_date`,`release_until`),
36443  ADD KEY `course_value_type` (`efile_id`,`event_id`);43438  ADD KEY `course_value_type` (`efile_id`,`event_id`);
36444ALTER TABLE `event_files` ADD FULLTEXT KEY `ft_file_contents_search` (`file_contents`,`file_name`,`file_notes`);43439ALTER TABLE `event_files` ADD FULLTEXT KEY `ft_file_contents_search` (`file_contents`,`file_name`,`file_notes`);
3644543440
36446--43441--
36447-- Indexes for table `event_history`43442-- Indexes for table `event_history`
36448--43443--
36449ALTER TABLE `event_history`43444ALTER TABLE `event_history`
36450  ADD PRIMARY KEY (`ehistory_id`),43445  ADD PRIMARY KEY (`ehistory_id`),
36451  ADD KEY `history_timestamp` (`history_timestamp`),43446  ADD KEY `history_timestamp` (`history_timestamp`),
36452  ADD KEY `event_id` (`event_id`),43447  ADD KEY `event_id` (`event_id`),
36453  ADD KEY `proxy_id` (`proxy_id`);43448  ADD KEY `proxy_id` (`proxy_id`);
3645443449
36455--43450--
36456-- Indexes for table `event_keywords`43451-- Indexes for table `event_keywords`
36457--43452--
36458ALTER TABLE `event_keywords`43453ALTER TABLE `event_keywords`
36459  ADD PRIMARY KEY (`ekeyword_id`),43454  ADD PRIMARY KEY (`ekeyword_id`),
36460  ADD KEY `event_id` (`event_id`),43455  ADD KEY `event_id` (`event_id`),
36461  ADD KEY `keyword_id` (`keyword_id`);43456  ADD KEY `keyword_id` (`keyword_id`);
3646243457
36463--43458--
36464-- Indexes for table `event_linked_objectives`43459-- Indexes for table `event_linked_objectives`
36465--43460--
36466ALTER TABLE `event_linked_objectives`43461ALTER TABLE `event_linked_objectives`
36467  ADD PRIMARY KEY (`elobjective_id`),43462  ADD PRIMARY KEY (`elobjective_id`),
36468  ADD KEY `event_id` (`event_id`),43463  ADD KEY `event_id` (`event_id`),
36469  ADD KEY `linked_objective_id` (`linked_objective_id`),43464  ADD KEY `linked_objective_id` (`linked_objective_id`),
36470  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);43465  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);
3647143466
36472--43467--
36473-- Indexes for table `event_links`43468-- Indexes for table `event_links`
36474--43469--
36475ALTER TABLE `event_links`43470ALTER TABLE `event_links`
36476  ADD PRIMARY KEY (`elink_id`),43471  ADD PRIMARY KEY (`elink_id`),
36477  ADD KEY `lecture_id` (`event_id`),43472  ADD KEY `lecture_id` (`event_id`),
36478  ADD KEY `required` (`required`),43473  ADD KEY `required` (`required`),
36479  ADD KEY `release_date` (`release_date`,`release_until`);43474  ADD KEY `release_date` (`release_date`,`release_until`);
3648043475
36481--43476--
36482-- Indexes for table `event_lu_resource_types`43477-- Indexes for table `event_lu_resource_types`
36483--43478--
36484ALTER TABLE `event_lu_resource_types`43479ALTER TABLE `event_lu_resource_types`
36485  ADD PRIMARY KEY (`event_resource_type_id`);43480  ADD PRIMARY KEY (`event_resource_type_id`);
3648643481
36487--43482--
36488-- Indexes for table `event_medbiq_assessment_methods`43483-- Indexes for table `event_medbiq_assessment_methods`
36489--43484--
36490ALTER TABLE `event_medbiq_assessment_methods`43485ALTER TABLE `event_medbiq_assessment_methods`
36491  ADD PRIMARY KEY (`em_assessment_method_id`),43486  ADD PRIMARY KEY (`em_assessment_method_id`),
36492  ADD KEY `event_id` (`event_id`),43487  ADD KEY `event_id` (`event_id`),
36493  ADD KEY `resource_id` (`assessment_method_id`);43488  ADD KEY `resource_id` (`assessment_method_id`);
3649443489
36495--43490--
36496-- Indexes for table `event_medbiq_resources`43491-- Indexes for table `event_medbiq_resources`
36497--43492--
36498ALTER TABLE `event_medbiq_resources`43493ALTER TABLE `event_medbiq_resources`
36499  ADD PRIMARY KEY (`em_resource_id`),43494  ADD PRIMARY KEY (`em_resource_id`),
36500  ADD KEY `event_id` (`event_id`),43495  ADD KEY `event_id` (`event_id`),
36501  ADD KEY `resource_id` (`resource_id`);43496  ADD KEY `resource_id` (`resource_id`);
3650243497
36503--43498--
36504-- Indexes for table `event_objectives`43499-- Indexes for table `event_objectives`
36505--43500--
36506ALTER TABLE `event_objectives`43501ALTER TABLE `event_objectives`
36507  ADD PRIMARY KEY (`eobjective_id`),43502  ADD PRIMARY KEY (`eobjective_id`),
36508  ADD KEY `event_id` (`event_id`),43503  ADD KEY `event_id` (`event_id`),
36509  ADD KEY `objective_id` (`objective_id`);43504  ADD KEY `objective_id` (`objective_id`);
36510ALTER TABLE `event_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`);43505ALTER TABLE `event_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`);
3651143506
36512--43507--
36513-- Indexes for table `event_options`43508-- Indexes for table `event_options`
36514--43509--
36515ALTER TABLE `event_options`43510ALTER TABLE `event_options`
36516  ADD PRIMARY KEY (`event_option_id`);43511  ADD PRIMARY KEY (`event_option_id`);
3651743512
36518--43513--
36519-- Indexes for table `event_related`43514-- Indexes for table `event_related`
36520--43515--
36521ALTER TABLE `event_related`43516ALTER TABLE `event_related`
36522  ADD PRIMARY KEY (`erelated_id`),43517  ADD PRIMARY KEY (`erelated_id`),
36523  ADD KEY `event_id` (`event_id`),43518  ADD KEY `event_id` (`event_id`),
36524  ADD KEY `related_type` (`related_type`),43519  ADD KEY `related_type` (`related_type`),
36525  ADD KEY `related_value` (`related_value`),43520  ADD KEY `related_value` (`related_value`),
36526  ADD KEY `event_id_2` (`event_id`,`related_type`,`related_value`);43521  ADD KEY `event_id_2` (`event_id`,`related_type`,`related_value`);
3652743522
36528--43523--
36529-- Indexes for table `event_resources`43524-- Indexes for table `event_resources`
36530--43525--
36531ALTER TABLE `event_resources`43526ALTER TABLE `event_resources`
36532  ADD PRIMARY KEY (`event_resources_id`);43527  ADD PRIMARY KEY (`event_resources_id`);
3653343528
36534--43529--
36535-- Indexes for table `event_resource_class_work`43530-- Indexes for table `event_resource_class_work`
36536--43531--
36537ALTER TABLE `event_resource_class_work`43532ALTER TABLE `event_resource_class_work`
36538  ADD PRIMARY KEY (`event_resource_class_work_id`);43533  ADD PRIMARY KEY (`event_resource_class_work_id`);
3653943534
36540--43535--
36541-- Indexes for table `event_resource_entities`43536-- Indexes for table `event_resource_entities`
36542--43537--
36543ALTER TABLE `event_resource_entities`43538ALTER TABLE `event_resource_entities`
36544  ADD PRIMARY KEY (`event_resource_entity_id`),43539  ADD PRIMARY KEY (`event_resource_entity_id`),
36545  ADD KEY `event_id` (`event_id`),43540  ADD KEY `event_id` (`event_id`),
36546  ADD KEY `entity_value` (`entity_value`),43541  ADD KEY `entity_value` (`entity_value`),
36547  ADD KEY `active` (`active`);43542  ADD KEY `active` (`active`);
3654843543
36549--43544--
36550-- Indexes for table `event_resource_external_uploads`43545-- Indexes for table `event_resource_external_uploads`
36551--43546--
36552ALTER TABLE `event_resource_external_uploads`43547ALTER TABLE `event_resource_external_uploads`
36553  ADD PRIMARY KEY (`id`),43548  ADD PRIMARY KEY (`id`),
36554  ADD KEY `id` (`id`);43549  ADD KEY `id` (`id`);
3655543550
36556--43551--
36557-- Indexes for table `event_resource_homework`43552-- Indexes for table `event_resource_homework`
36558--43553--
36559ALTER TABLE `event_resource_homework`43554ALTER TABLE `event_resource_homework`
36560  ADD PRIMARY KEY (`event_resource_homework_id`);43555  ADD PRIMARY KEY (`event_resource_homework_id`);
3656143556
36562--43557--
36563-- Indexes for table `event_resource_sections`43558-- Indexes for table `event_resource_sections`
36564--43559--
36565ALTER TABLE `event_resource_sections`43560ALTER TABLE `event_resource_sections`
36566  ADD PRIMARY KEY (`event_resource_section_id`),43561  ADD PRIMARY KEY (`event_resource_section_id`),
36567  ADD KEY `event_id` (`event_id`);43562  ADD KEY `event_id` (`event_id`);
3656843563
36569--43564--
36570-- Indexes for table `event_resource_streaming`43565-- Indexes for table `event_resource_streaming`
36571--43566--
36572ALTER TABLE `event_resource_streaming`43567ALTER TABLE `event_resource_streaming`
36573  ADD PRIMARY KEY (`event_resource_streaming_id`),43568  ADD PRIMARY KEY (`event_resource_streaming_id`),
36574  ADD KEY `erstreaming_events_fk_1` (`event_id`),43569  ADD KEY `erstreaming_events_fk_1` (`event_id`),
36575  ADD KEY `erstreaming_auth_fk_1` (`updated_by`);43570  ADD KEY `erstreaming_auth_fk_1` (`updated_by`);
3657643571
36577--43572--
36578-- Indexes for table `event_resource_textbook_reading`43573-- Indexes for table `event_resource_textbook_reading`
36579--43574--
36580ALTER TABLE `event_resource_textbook_reading`43575ALTER TABLE `event_resource_textbook_reading`
36581  ADD PRIMARY KEY (`event_resource_textbook_reading_id`);43576  ADD PRIMARY KEY (`event_resource_textbook_reading_id`);
3658243577
36583--43578--
36584-- Indexes for table `event_room_resources`43579-- Indexes for table `event_room_resources`
36585--43580--
36586ALTER TABLE `event_room_resources`43581ALTER TABLE `event_room_resources`
36587  ADD PRIMARY KEY (`event_room_resources_id`),43582  ADD PRIMARY KEY (`event_room_resources_id`),
36588  ADD KEY `event_id_fk` (`event_id`),43583  ADD KEY `event_id_fk` (`event_id`),
36589  ADD KEY `resource_id_fk` (`resource_id`);43584  ADD KEY `resource_id_fk` (`resource_id`);
3659043585
36591--43586--
36592-- Indexes for table `event_topics`43587-- Indexes for table `event_topics`
36593--43588--
36594ALTER TABLE `event_topics`43589ALTER TABLE `event_topics`
36595  ADD PRIMARY KEY (`etopic_id`),43590  ADD PRIMARY KEY (`etopic_id`),
36596  ADD KEY `event_id` (`event_id`),43591  ADD KEY `event_id` (`event_id`),
36597  ADD KEY `topic_id` (`topic_id`),43592  ADD KEY `topic_id` (`topic_id`),
36598  ADD KEY `topic_coverage` (`topic_coverage`),43593  ADD KEY `topic_coverage` (`topic_coverage`),
36599  ADD KEY `topic_time` (`topic_time`);43594  ADD KEY `topic_time` (`topic_time`);
3660043595
36601--43596--
36602-- Indexes for table `examity_config`43597-- Indexes for table `examity_config`
36603--43598--
36604ALTER TABLE `examity_config`43599ALTER TABLE `examity_config`
36605  ADD PRIMARY KEY (`examity_config_id`),43600  ADD PRIMARY KEY (`examity_config_id`),
36606  ADD KEY `exam_post_id` (`exam_post_id`);43601  ADD KEY `exam_post_id` (`exam_post_id`);
3660743602
36608--43603--
36609-- Indexes for table `examity_users`43604-- Indexes for table `examity_users`
36610--43605--
36611ALTER TABLE `examity_users`43606ALTER TABLE `examity_users`
36612  ADD PRIMARY KEY (`examity_user_id`),43607  ADD PRIMARY KEY (`examity_user_id`),
36613  ADD KEY `examity_config_id` (`examity_config_id`);43608  ADD KEY `examity_config_id` (`examity_config_id`);
3661443609
36615--43610--
36616-- Indexes for table `exams`43611-- Indexes for table `exams`
36617--43612--
36618ALTER TABLE `exams`43613ALTER TABLE `exams`
36619  ADD PRIMARY KEY (`exam_id`),43614  ADD PRIMARY KEY (`exam_id`),
36620  ADD KEY `e_index_1` (`folder_id`);43615  ADD KEY `e_index_1` (`folder_id`);
3662143616
36622--43617--
36623-- Indexes for table `exam_adjustments`43618-- Indexes for table `exam_adjustments`
36624--43619--
36625ALTER TABLE `exam_adjustments`43620ALTER TABLE `exam_adjustments`
36626  ADD PRIMARY KEY (`ep_adjustment_id`),43621  ADD PRIMARY KEY (`ep_adjustment_id`),
36627  ADD KEY `exam_element_id` (`exam_element_id`),43622  ADD KEY `exam_element_id` (`exam_element_id`),
36628  ADD KEY `post_id` (`exam_id`);43623  ADD KEY `post_id` (`exam_id`);
3662943624
36630--43625--
36631-- Indexes for table `exam_attached_files`43626-- Indexes for table `exam_attached_files`
36632--43627--
36633ALTER TABLE `exam_attached_files`43628ALTER TABLE `exam_attached_files`
36634  ADD PRIMARY KEY (`file_id`),43629  ADD PRIMARY KEY (`file_id`),
36635  ADD KEY `exam_attached_files_fk_1` (`exam_id`);43630  ADD KEY `exam_attached_files_fk_1` (`exam_id`);
3663643631
36637--43632--
36638-- Indexes for table `exam_authors`43633-- Indexes for table `exam_authors`
36639--43634--
36640ALTER TABLE `exam_authors`43635ALTER TABLE `exam_authors`
36641  ADD PRIMARY KEY (`aeauthor_id`),43636  ADD PRIMARY KEY (`aeauthor_id`),
36642  ADD KEY `exam_id` (`exam_id`);43637  ADD KEY `exam_id` (`exam_id`);
3664343638
36644--43639--
36645-- Indexes for table `exam_bank_folders`43640-- Indexes for table `exam_bank_folders`
36646--43641--
36647ALTER TABLE `exam_bank_folders`43642ALTER TABLE `exam_bank_folders`
36648  ADD PRIMARY KEY (`folder_id`),43643  ADD PRIMARY KEY (`folder_id`),
36649  ADD KEY `ebf_index_1` (`parent_folder_id`);43644  ADD KEY `ebf_index_1` (`parent_folder_id`);
3665043645
36651--43646--
36652-- Indexes for table `exam_bank_folder_authors`43647-- Indexes for table `exam_bank_folder_authors`
36653--43648--
36654ALTER TABLE `exam_bank_folder_authors`43649ALTER TABLE `exam_bank_folder_authors`
36655  ADD PRIMARY KEY (`efauthor_id`),43650  ADD PRIMARY KEY (`efauthor_id`),
36656  ADD KEY `folder_id` (`folder_id`);43651  ADD KEY `folder_id` (`folder_id`);
3665743652
36658--43653--
36659-- Indexes for table `exam_bank_folder_organisations`43654-- Indexes for table `exam_bank_folder_organisations`
36660--43655--
36661ALTER TABLE `exam_bank_folder_organisations`43656ALTER TABLE `exam_bank_folder_organisations`
36662  ADD PRIMARY KEY (`folder_org_id`),43657  ADD PRIMARY KEY (`folder_org_id`),
36663  ADD KEY `folder_id` (`folder_id`);43658  ADD KEY `folder_id` (`folder_id`);
3666443659
36665--43660--
36666-- Indexes for table `exam_category`43661-- Indexes for table `exam_category`
36667--43662--
36668ALTER TABLE `exam_category`43663ALTER TABLE `exam_category`
36669  ADD PRIMARY KEY (`category_id`),43664  ADD PRIMARY KEY (`category_id`),
36670  ADD KEY `exam_cat_fk_3` (`exam_id`),43665  ADD KEY `exam_cat_fk_3` (`exam_id`),
36671  ADD KEY `exam_cat_fk_4` (`post_id`);43666  ADD KEY `exam_cat_fk_4` (`post_id`);
3667243667
36673--43668--
36674-- Indexes for table `exam_category_audience`43669-- Indexes for table `exam_category_audience`
36675--43670--
36676ALTER TABLE `exam_category_audience`43671ALTER TABLE `exam_category_audience`
36677  ADD PRIMARY KEY (`audience_id`),43672  ADD PRIMARY KEY (`audience_id`),
36678  ADD KEY `exam_cat_fk_6` (`category_id`);43673  ADD KEY `exam_cat_fk_6` (`category_id`);
3667943674
36680--43675--
36681-- Indexes for table `exam_category_result`43676-- Indexes for table `exam_category_result`
36682--43677--
36683ALTER TABLE `exam_category_result`43678ALTER TABLE `exam_category_result`
36684  ADD PRIMARY KEY (`result_id`),43679  ADD PRIMARY KEY (`result_id`),
36685  ADD KEY `exam_cat_fk_1` (`exam_id`),43680  ADD KEY `exam_cat_fk_1` (`exam_id`),
36686  ADD KEY `exam_cat_fk_2` (`post_id`);43681  ADD KEY `exam_cat_fk_2` (`post_id`);
3668743682
36688--43683--
36689-- Indexes for table `exam_category_result_detail`43684-- Indexes for table `exam_category_result_detail`
36690--43685--
36691ALTER TABLE `exam_category_result_detail`43686ALTER TABLE `exam_category_result_detail`
36692  ADD PRIMARY KEY (`detail_id`),43687  ADD PRIMARY KEY (`detail_id`),
36693  ADD KEY `exam_cat_detail_fk_1` (`exam_id`),43688  ADD KEY `exam_cat_detail_fk_1` (`exam_id`),
36694  ADD KEY `exam_cat_detail_fk_2` (`post_id`),43689  ADD KEY `exam_cat_detail_fk_2` (`post_id`),
36695  ADD KEY `exam_cat_detail_fk_3` (`exam_progress_id`);43690  ADD KEY `exam_cat_detail_fk_3` (`exam_progress_id`);
3669643691
36697--43692--
36698-- Indexes for table `exam_category_set`43693-- Indexes for table `exam_category_set`
36699--43694--
36700ALTER TABLE `exam_category_set`43695ALTER TABLE `exam_category_set`
36701  ADD PRIMARY KEY (`set_id`),43696  ADD PRIMARY KEY (`set_id`),
36702  ADD KEY `exam_cat_fk_5` (`category_id`);43697  ADD KEY `exam_cat_fk_5` (`category_id`);
3670343698
36704--43699--
36705-- Indexes for table `exam_creation_history`43700-- Indexes for table `exam_creation_history`
36706--43701--
36707ALTER TABLE `exam_creation_history`43702ALTER TABLE `exam_creation_history`
36708  ADD PRIMARY KEY (`exam_history_id`),43703  ADD PRIMARY KEY (`exam_history_id`),
36709  ADD KEY `timestamp` (`timestamp`),43704  ADD KEY `timestamp` (`timestamp`),
36710  ADD KEY `exam_id` (`exam_id`),43705  ADD KEY `exam_id` (`exam_id`),
36711  ADD KEY `proxy_id` (`proxy_id`);43706  ADD KEY `proxy_id` (`proxy_id`);
3671243707
36713--43708--
36714-- Indexes for table `exam_elements`43709-- Indexes for table `exam_elements`
36715--43710--
36716ALTER TABLE `exam_elements`43711ALTER TABLE `exam_elements`
36717  ADD PRIMARY KEY (`exam_element_id`),43712  ADD PRIMARY KEY (`exam_element_id`),
36718  ADD KEY `exam_id` (`exam_id`),43713  ADD KEY `exam_id` (`exam_id`),
36719  ADD KEY `exam_elements_ibfk_2` (`group_id`),43714  ADD KEY `exam_elements_ibfk_2` (`group_id`),
36720  ADD KEY `ee_index_1` (`exam_id`,`deleted_date`);43715  ADD KEY `ee_index_1` (`exam_id`,`deleted_date`);
3672143716
36722--43717--
36723-- Indexes for table `exam_element_highlight`43718-- Indexes for table `exam_element_highlight`
36724--43719--
36725ALTER TABLE `exam_element_highlight`43720ALTER TABLE `exam_element_highlight`
36726  ADD PRIMARY KEY (`highlight_id`),43721  ADD PRIMARY KEY (`highlight_id`),
36727  ADD KEY `exam_element_id` (`exam_element_id`);43722  ADD KEY `exam_element_id` (`exam_element_id`);
3672843723
36729--43724--
36730-- Indexes for table `exam_graders`43725-- Indexes for table `exam_graders`
36731--43726--
36732ALTER TABLE `exam_graders`43727ALTER TABLE `exam_graders`
36733  ADD PRIMARY KEY (`exam_grader_id`),43728  ADD PRIMARY KEY (`exam_grader_id`),
36734  ADD UNIQUE KEY `exam_graders_unique_key_1` (`post_id`,`cgroup_id`,`proxy_id`),43729  ADD UNIQUE KEY `exam_graders_unique_key_1` (`post_id`,`cgroup_id`,`proxy_id`),
36735  ADD KEY `cgroup_id` (`cgroup_id`),43730  ADD KEY `cgroup_id` (`cgroup_id`),
36736  ADD KEY `proxy_id` (`proxy_id`),43731  ADD KEY `proxy_id` (`proxy_id`),
36737  ADD KEY `post_id` (`post_id`);43732  ADD KEY `post_id` (`post_id`);
3673843733
36739--43734--
36740-- Indexes for table `exam_groups`43735-- Indexes for table `exam_groups`
36741--43736--
36742ALTER TABLE `exam_groups`43737ALTER TABLE `exam_groups`
36743  ADD PRIMARY KEY (`group_id`);43738  ADD PRIMARY KEY (`group_id`);
3674443739
36745--43740--
36746-- Indexes for table `exam_group_authors`43741-- Indexes for table `exam_group_authors`
36747--43742--
36748ALTER TABLE `exam_group_authors`43743ALTER TABLE `exam_group_authors`
36749  ADD PRIMARY KEY (`egauthor_id`),43744  ADD PRIMARY KEY (`egauthor_id`),
36750  ADD KEY `group_id` (`group_id`);43745  ADD KEY `group_id` (`group_id`);
3675143746
36752--43747--
36753-- Indexes for table `exam_group_questions`43748-- Indexes for table `exam_group_questions`
36754--43749--
36755ALTER TABLE `exam_group_questions`43750ALTER TABLE `exam_group_questions`
36756  ADD PRIMARY KEY (`egquestion_id`),43751  ADD PRIMARY KEY (`egquestion_id`),
36757  ADD KEY `question_id` (`question_id`),43752  ADD KEY `question_id` (`question_id`),
36758  ADD KEY `exam_group_questions_ibfk_1` (`group_id`),43753  ADD KEY `exam_group_questions_ibfk_1` (`group_id`),
36759  ADD KEY `exam_group_questions_ibfk_3` (`version_id`);43754  ADD KEY `exam_group_questions_ibfk_3` (`version_id`);
3676043755
36761--43756--
36762-- Indexes for table `exam_lu_bank_folder_images`43757-- Indexes for table `exam_lu_bank_folder_images`
36763--43758--
36764ALTER TABLE `exam_lu_bank_folder_images`43759ALTER TABLE `exam_lu_bank_folder_images`
36765  ADD PRIMARY KEY (`image_id`);43760  ADD PRIMARY KEY (`image_id`);
3676643761
36767--43762--
36768-- Indexes for table `exam_lu_questiontypes`43763-- Indexes for table `exam_lu_questiontypes`
36769--43764--
36770ALTER TABLE `exam_lu_questiontypes`43765ALTER TABLE `exam_lu_questiontypes`
36771  ADD PRIMARY KEY (`questiontype_id`);43766  ADD PRIMARY KEY (`questiontype_id`);
3677243767
36773--43768--
36774-- Indexes for table `exam_posts`43769-- Indexes for table `exam_posts`
36775--43770--
36776ALTER TABLE `exam_posts`43771ALTER TABLE `exam_posts`
36777  ADD PRIMARY KEY (`post_id`),43772  ADD PRIMARY KEY (`post_id`),
36778  ADD KEY `post_index_1` (`exam_id`,`post_id`,`deleted_date`),43773  ADD KEY `post_index_1` (`exam_id`,`post_id`,`deleted_date`),
36779  ADD KEY `secure` (`secure`),43774  ADD KEY `secure` (`secure`),
36780  ADD KEY `end_date` (`end_date`),43775  ADD KEY `end_date` (`end_date`),
36781  ADD KEY `start_date` (`start_date`),43776  ADD KEY `start_date` (`start_date`),
36782  ADD KEY `exam_submission_date` (`exam_submission_date`),43777  ADD KEY `exam_submission_date` (`exam_submission_date`),
36783  ADD KEY `target_type` (`target_type`),43778  ADD KEY `target_type` (`target_type`),
36784  ADD KEY `target_id` (`target_type`),43779  ADD KEY `target_id` (`target_type`),
36785  ADD KEY `hide_exam` (`hide_exam`),43780  ADD KEY `hide_exam` (`hide_exam`),
36786  ADD KEY `deleted_date` (`deleted_date`),43781  ADD KEY `deleted_date` (`deleted_date`),
36787  ADD KEY `exam_index` (`target_type`,`target_id`,`hide_exam`,`deleted_date`);43782  ADD KEY `exam_index` (`target_type`,`target_id`,`hide_exam`,`deleted_date`);
3678843783
36789--43784--
36790-- Indexes for table `exam_post_exceptions`43785-- Indexes for table `exam_post_exceptions`
36791--43786--
36792ALTER TABLE `exam_post_exceptions`43787ALTER TABLE `exam_post_exceptions`
36793  ADD PRIMARY KEY (`ep_exception_id`),43788  ADD PRIMARY KEY (`ep_exception_id`),
36794  ADD KEY `exam_post_exceptions_fk_1` (`post_id`);43789  ADD KEY `exam_post_exceptions_fk_1` (`post_id`);
3679543790
36796--43791--
36797-- Indexes for table `exam_progress`43792-- Indexes for table `exam_progress`
36798--43793--
36799ALTER TABLE `exam_progress`43794ALTER TABLE `exam_progress`
36800  ADD PRIMARY KEY (`exam_progress_id`),43795  ADD PRIMARY KEY (`exam_progress_id`),
36801  ADD KEY `content_id` (`post_id`,`proxy_id`),43796  ADD KEY `content_id` (`post_id`,`proxy_id`),
36802  ADD KEY `exam_id` (`exam_id`),43797  ADD KEY `exam_id` (`exam_id`),
36803  ADD KEY `post_id` (`post_id`);43798  ADD KEY `post_id` (`post_id`);
3680443799
36805--43800--
36806-- Indexes for table `exam_progress_responses`43801-- Indexes for table `exam_progress_responses`
36807--43802--
36808ALTER TABLE `exam_progress_responses`43803ALTER TABLE `exam_progress_responses`
36809  ADD PRIMARY KEY (`exam_progress_response_id`),43804  ADD PRIMARY KEY (`exam_progress_response_id`),
36810  ADD KEY `exam_progress_id` (`exam_progress_id`),43805  ADD KEY `exam_progress_id` (`exam_progress_id`),
36811  ADD KEY `exam_id` (`exam_id`),43806  ADD KEY `exam_id` (`exam_id`),
36812  ADD KEY `post_id` (`post_id`),43807  ADD KEY `post_id` (`post_id`),
36813  ADD KEY `aeelement_id` (`exam_element_id`);43808  ADD KEY `aeelement_id` (`exam_element_id`);
3681443809
36815--43810--
36816-- Indexes for table `exam_progress_response_answers`43811-- Indexes for table `exam_progress_response_answers`
36817--43812--
36818ALTER TABLE `exam_progress_response_answers`43813ALTER TABLE `exam_progress_response_answers`
36819  ADD PRIMARY KEY (`epr_answer_id`),43814  ADD PRIMARY KEY (`epr_answer_id`),
36820  ADD KEY `epr_id` (`epr_id`);43815  ADD KEY `epr_id` (`epr_id`);
3682143816
36822--43817--
36823-- Indexes for table `exam_questions`43818-- Indexes for table `exam_questions`
36824--43819--
36825ALTER TABLE `exam_questions`43820ALTER TABLE `exam_questions`
36826  ADD PRIMARY KEY (`question_id`);43821  ADD PRIMARY KEY (`question_id`);
3682743822
36828--43823--
36829-- Indexes for table `exam_question_answers`43824-- Indexes for table `exam_question_answers`
36830--43825--
36831ALTER TABLE `exam_question_answers`43826ALTER TABLE `exam_question_answers`
36832  ADD PRIMARY KEY (`qanswer_id`),43827  ADD PRIMARY KEY (`qanswer_id`),
36833  ADD KEY `question_id` (`qanswer_id`),43828  ADD KEY `question_id` (`qanswer_id`),
36834  ADD KEY `exam_questions_answers_fk_1` (`question_id`),43829  ADD KEY `exam_questions_answers_fk_1` (`question_id`),
36835  ADD KEY `exam_questions_answers_fk_2` (`version_id`);43830  ADD KEY `exam_questions_answers_fk_2` (`version_id`);
3683643831
36837--43832--
36838-- Indexes for table `exam_question_authors`43833-- Indexes for table `exam_question_authors`
36839--43834--
36840ALTER TABLE `exam_question_authors`43835ALTER TABLE `exam_question_authors`
36841  ADD PRIMARY KEY (`eqauthor_id`),43836  ADD PRIMARY KEY (`eqauthor_id`),
36842  ADD KEY `question_id` (`question_id`),43837  ADD KEY `question_id` (`question_id`),
36843  ADD KEY `exam_questions_authors_fk_2` (`version_id`);43838  ADD KEY `exam_questions_authors_fk_2` (`version_id`);
3684443839
36845--43840--
36846-- Indexes for table `exam_question_fnb_text`43841-- Indexes for table `exam_question_fnb_text`
36847--43842--
36848ALTER TABLE `exam_question_fnb_text`43843ALTER TABLE `exam_question_fnb_text`
36849  ADD PRIMARY KEY (`fnb_text_id`),43844  ADD PRIMARY KEY (`fnb_text_id`),
36850  ADD KEY `qanswer_id` (`qanswer_id`),43845  ADD KEY `qanswer_id` (`qanswer_id`),
36851  ADD KEY `exam_questions_fnb_text_fk_1` (`qanswer_id`);43846  ADD KEY `exam_questions_fnb_text_fk_1` (`qanswer_id`);
3685243847
36853--43848--
36854-- Indexes for table `exam_question_match`43849-- Indexes for table `exam_question_match`
36855--43850--
36856ALTER TABLE `exam_question_match`43851ALTER TABLE `exam_question_match`
36857  ADD PRIMARY KEY (`match_id`),43852  ADD PRIMARY KEY (`match_id`),
36858  ADD KEY `exam_questions_match_fk_1` (`version_id`);43853  ADD KEY `exam_questions_match_fk_1` (`version_id`);
3685943854
36860--43855--
36861-- Indexes for table `exam_question_match_correct`43856-- Indexes for table `exam_question_match_correct`
36862--43857--
36863ALTER TABLE `exam_question_match_correct`43858ALTER TABLE `exam_question_match_correct`
36864  ADD PRIMARY KEY (`eqm_correct_id`),43859  ADD PRIMARY KEY (`eqm_correct_id`),
36865  ADD KEY `exam_questions_match_correct_fk_1` (`match_id`),43860  ADD KEY `exam_questions_match_correct_fk_1` (`match_id`),
36866  ADD KEY `exam_questions_match_correct_fk_2` (`qanswer_id`);43861  ADD KEY `exam_questions_match_correct_fk_2` (`qanswer_id`);
3686743862
36868--43863--
36869-- Indexes for table `exam_question_objectives`43864-- Indexes for table `exam_question_objectives`
36870--43865--
36871ALTER TABLE `exam_question_objectives`43866ALTER TABLE `exam_question_objectives`
36872  ADD PRIMARY KEY (`qobjective_id`),43867  ADD PRIMARY KEY (`qobjective_id`),
36873  ADD KEY `question_id` (`question_id`);43868  ADD KEY `question_id` (`question_id`);
3687443869
36875--43870--
36876-- Indexes for table `exam_question_versions`43871-- Indexes for table `exam_question_versions`
36877--43872--
36878ALTER TABLE `exam_question_versions`43873ALTER TABLE `exam_question_versions`
36879  ADD PRIMARY KEY (`version_id`),43874  ADD PRIMARY KEY (`version_id`),
36880  ADD KEY `question_id` (`question_id`),43875  ADD KEY `question_id` (`question_id`),
36881  ADD KEY `exam_questions_versions_fk_1` (`questiontype_id`),43876  ADD KEY `exam_questions_versions_fk_1` (`questiontype_id`),
36882  ADD KEY `examsoft_id` (`examsoft_id`);43877  ADD KEY `examsoft_id` (`examsoft_id`);
3688343878
36884--43879--
36885-- Indexes for table `exam_question_version_highlight`43880-- Indexes for table `exam_question_version_highlight`
36886--43881--
36887ALTER TABLE `exam_question_version_highlight`43882ALTER TABLE `exam_question_version_highlight`
36888  ADD PRIMARY KEY (`highlight_id`),43883  ADD PRIMARY KEY (`highlight_id`),
36889  ADD KEY `version_id` (`version_id`);43884  ADD KEY `version_id` (`version_id`);
3689043885
36891--43886--
36892-- Indexes for table `exam_versions`43887-- Indexes for table `exam_versions`
36893--43888--
36894ALTER TABLE `exam_versions`43889ALTER TABLE `exam_versions`
36895  ADD PRIMARY KEY (`exam_version_id`),43890  ADD PRIMARY KEY (`exam_version_id`),
36896  ADD KEY `exam_versions_fk_1` (`exam_id`);43891  ADD KEY `exam_versions_fk_1` (`exam_id`);
3689743892
36898--43893--
36899-- Indexes for table `filetypes`43894-- Indexes for table `filetypes`
36900--43895--
36901ALTER TABLE `filetypes`43896ALTER TABLE `filetypes`
36902  ADD PRIMARY KEY (`id`),43897  ADD PRIMARY KEY (`id`),
36903  ADD KEY `ext` (`ext`);43898  ADD KEY `ext` (`ext`);
3690443899
36905--43900--
36906-- Indexes for table `file_uploads`43901-- Indexes for table `file_uploads`
36907--43902--
36908ALTER TABLE `file_uploads`43903ALTER TABLE `file_uploads`
36909  ADD PRIMARY KEY (`fuploads_id`);43904  ADD PRIMARY KEY (`fuploads_id`);
3691043905
36911--43906--
36912-- Indexes for table `file_upload_module_mappings`43907-- Indexes for table `file_upload_module_mappings`
36913--43908--
36914ALTER TABLE `file_upload_module_mappings`43909ALTER TABLE `file_upload_module_mappings`
36915  ADD PRIMARY KEY (`fummappings_id`),43910  ADD PRIMARY KEY (`fummappings_id`),
36916  ADD KEY `flpldmdlmpgs_flplds_fk_idx` (`fuploads_id`);43911  ADD KEY `flpldmdlmpgs_flplds_fk_idx` (`fuploads_id`);
3691743912
36918--43913--
36919-- Indexes for table `global_lu_buildings`43914-- Indexes for table `global_lu_buildings`
36920--43915--
36921ALTER TABLE `global_lu_buildings`43916ALTER TABLE `global_lu_buildings`
36922  ADD PRIMARY KEY (`building_id`);43917  ADD PRIMARY KEY (`building_id`);
3692343918
36924--43919--
36925-- Indexes for table `global_lu_community_types`43920-- Indexes for table `global_lu_community_types`
36926--43921--
36927ALTER TABLE `global_lu_community_types`43922ALTER TABLE `global_lu_community_types`
36928  ADD PRIMARY KEY (`ctype_id`);43923  ADD PRIMARY KEY (`ctype_id`);
3692943924
36930--43925--
36931-- Indexes for table `global_lu_community_type_options`43926-- Indexes for table `global_lu_community_type_options`
36932--43927--
36933ALTER TABLE `global_lu_community_type_options`43928ALTER TABLE `global_lu_community_type_options`
36934  ADD PRIMARY KEY (`ctoption_id`);43929  ADD PRIMARY KEY (`ctoption_id`);
3693543930
36936--43931--
36937-- Indexes for table `global_lu_countries`43932-- Indexes for table `global_lu_countries`
36938--43933--
36939ALTER TABLE `global_lu_countries`43934ALTER TABLE `global_lu_countries`
36940  ADD PRIMARY KEY (`countries_id`),43935  ADD PRIMARY KEY (`countries_id`),
36941  ADD KEY `abbr_idx` (`abbreviation`),43936  ADD KEY `abbr_idx` (`abbreviation`),
36942  ADD KEY `iso2_idx` (`iso2`),43937  ADD KEY `iso2_idx` (`iso2`),
36943  ADD KEY `isonum_idx` (`isonum`);43938  ADD KEY `isonum_idx` (`isonum`);
3694443939
36945--43940--
36946-- Indexes for table `global_lu_disciplines`43941-- Indexes for table `global_lu_disciplines`
36947--43942--
36948ALTER TABLE `global_lu_disciplines`43943ALTER TABLE `global_lu_disciplines`
36949  ADD PRIMARY KEY (`discipline_id`);43944  ADD PRIMARY KEY (`discipline_id`);
3695043945
36951--43946--
36952-- Indexes for table `global_lu_focus_groups`43947-- Indexes for table `global_lu_focus_groups`
36953--43948--
36954ALTER TABLE `global_lu_focus_groups`43949ALTER TABLE `global_lu_focus_groups`
36955  ADD PRIMARY KEY (`group_id`),43950  ADD PRIMARY KEY (`group_id`),
36956  ADD KEY `focus_group` (`focus_group`);43951  ADD KEY `focus_group` (`focus_group`);
3695743952
36958--43953--
36959-- Indexes for table `global_lu_hospital_location`43954-- Indexes for table `global_lu_hospital_location`
36960--43955--
36961ALTER TABLE `global_lu_hospital_location`43956ALTER TABLE `global_lu_hospital_location`
36962  ADD PRIMARY KEY (`hosp_id`),43957  ADD PRIMARY KEY (`hosp_id`),
36963  ADD KEY `hosp_desc` (`hosp_desc`);43958  ADD KEY `hosp_desc` (`hosp_desc`);
3696443959
36965--43960--
36966-- Indexes for table `global_lu_learner_levels`43961-- Indexes for table `global_lu_learner_levels`
36967--43962--
36968ALTER TABLE `global_lu_learner_levels`43963ALTER TABLE `global_lu_learner_levels`
36969  ADD PRIMARY KEY (`level_id`);43964  ADD PRIMARY KEY (`level_id`);
3697043965
36971--43966--
36972-- Indexes for table `global_lu_learner_statuses`43967-- Indexes for table `global_lu_learner_statuses`
36973--43968--
36974ALTER TABLE `global_lu_learner_statuses`43969ALTER TABLE `global_lu_learner_statuses`
36975  ADD PRIMARY KEY (`status_id`);43970  ADD PRIMARY KEY (`status_id`);
3697643971
36977--43972--
36978-- Indexes for table `global_lu_likelihoods`43973-- Indexes for table `global_lu_likelihoods`
36979--43974--
36980ALTER TABLE `global_lu_likelihoods`43975ALTER TABLE `global_lu_likelihoods`
36981  ADD PRIMARY KEY (`likelihood_id`);43976  ADD PRIMARY KEY (`likelihood_id`);
3698243977
36983--43978--
36984-- Indexes for table `global_lu_objectives`43979-- Indexes for table `global_lu_objectives`
36985--43980--
36986ALTER TABLE `global_lu_objectives`43981ALTER TABLE `global_lu_objectives`
36987  ADD PRIMARY KEY (`objective_id`),43982  ADD PRIMARY KEY (`objective_id`),
36988  ADD KEY `objective_order` (`objective_order`),43983  ADD KEY `objective_order` (`objective_order`),
36989  ADD KEY `objective_code` (`objective_code`),43984  ADD KEY `objective_code` (`objective_code`),
36990  ADD KEY `idx_parent` (`objective_parent`,`objective_active`),43985  ADD KEY `idx_parent` (`objective_parent`,`objective_active`),
36991  ADD KEY `objective_parent` (`objective_parent`);43986  ADD KEY `objective_parent` (`objective_parent`);
36992ALTER TABLE `global_lu_objectives` ADD FULLTEXT KEY `ft_objective_search` (`objective_code`,`objective_name`,`objective_description`);43987ALTER TABLE `global_lu_objectives` ADD FULLTEXT KEY `ft_objective_search` (`objective_code`,`objective_name`,`objective_description`);
3699343988
36994--43989--
36995-- Indexes for table `global_lu_objective_sets`43990-- Indexes for table `global_lu_objective_sets`
36996--43991--
36997ALTER TABLE `global_lu_objective_sets`43992ALTER TABLE `global_lu_objective_sets`
36998  ADD PRIMARY KEY (`objective_set_id`),43993  ADD PRIMARY KEY (`objective_set_id`),
36999  ADD KEY `shortname` (`shortname`);43994  ADD KEY `shortname` (`shortname`);
3700043995
37001--43996--
37002-- Indexes for table `global_lu_provinces`43997-- Indexes for table `global_lu_provinces`
37003--43998--
37004ALTER TABLE `global_lu_provinces`43999ALTER TABLE `global_lu_provinces`
37005  ADD PRIMARY KEY (`province_id`);44000  ADD PRIMARY KEY (`province_id`);
3700644001
37007--44002--
37008-- Indexes for table `global_lu_publication_type`44003-- Indexes for table `global_lu_publication_type`
37009--44004--
37010ALTER TABLE `global_lu_publication_type`44005ALTER TABLE `global_lu_publication_type`
37011  ADD PRIMARY KEY (`type_id`),44006  ADD PRIMARY KEY (`type_id`),
37012  ADD KEY `type_description` (`type_description`);44007  ADD KEY `type_description` (`type_description`);
3701344008
37014--44009--
37015-- Indexes for table `global_lu_relationship_types`44010-- Indexes for table `global_lu_relationship_types`
37016--44011--
37017ALTER TABLE `global_lu_relationship_types`44012ALTER TABLE `global_lu_relationship_types`
37018  ADD PRIMARY KEY (`id`);44013  ADD PRIMARY KEY (`id`);
3701944014
37020--44015--
37021-- Indexes for table `global_lu_resources`44016-- Indexes for table `global_lu_resources`
37022--44017--
37023ALTER TABLE `global_lu_resources`44018ALTER TABLE `global_lu_resources`
37024  ADD PRIMARY KEY (`resource_id`);44019  ADD PRIMARY KEY (`resource_id`);
3702544020
37026--44021--
37027-- Indexes for table `global_lu_roles`44022-- Indexes for table `global_lu_roles`
37028--44023--
37029ALTER TABLE `global_lu_roles`44024ALTER TABLE `global_lu_roles`
37030  ADD PRIMARY KEY (`role_id`),44025  ADD PRIMARY KEY (`role_id`),
37031  ADD KEY `role_description` (`role_description`);44026  ADD KEY `role_description` (`role_description`);
3703244027
37033--44028--
37034-- Indexes for table `global_lu_rooms`44029-- Indexes for table `global_lu_rooms`
37035--44030--
37036ALTER TABLE `global_lu_rooms`44031ALTER TABLE `global_lu_rooms`
37037  ADD PRIMARY KEY (`room_id`);44032  ADD PRIMARY KEY (`room_id`);
3703844033
37039--44034--
37040-- Indexes for table `global_lu_room_resources`44035-- Indexes for table `global_lu_room_resources`
37041--44036--
37042ALTER TABLE `global_lu_room_resources`44037ALTER TABLE `global_lu_room_resources`
37043  ADD PRIMARY KEY (`id`),44038  ADD PRIMARY KEY (`id`),
37044  ADD KEY `glurresources_glurooms_fk_1` (`room_id`),44039  ADD KEY `glurresources_glurooms_fk_1` (`room_id`),
37045  ADD KEY `glurresources_gluresources_fk_1` (`resource_id`);44040  ADD KEY `glurresources_gluresources_fk_1` (`resource_id`);
3704644041
37047--44042--
37048-- Indexes for table `global_lu_schools`44043-- Indexes for table `global_lu_schools`
37049--44044--
37050ALTER TABLE `global_lu_schools`44045ALTER TABLE `global_lu_schools`
37051  ADD PRIMARY KEY (`schools_id`);44046  ADD PRIMARY KEY (`schools_id`);
3705244047
37053--44048--
37054-- Indexes for table `global_lu_sites`44049-- Indexes for table `global_lu_sites`
37055--44050--
37056ALTER TABLE `global_lu_sites`44051ALTER TABLE `global_lu_sites`
37057  ADD PRIMARY KEY (`site_id`);44052  ADD PRIMARY KEY (`site_id`);
3705844053
37059--44054--
37060-- Indexes for table `global_lu_sites_organisation`44055-- Indexes for table `global_lu_sites_organisation`
37061--44056--
37062ALTER TABLE `global_lu_sites_organisation`44057ALTER TABLE `global_lu_sites_organisation`
37063  ADD PRIMARY KEY (`site_id`,`organisation_id`);44058  ADD PRIMARY KEY (`site_id`,`organisation_id`);
3706444059
37065--44060--
37066-- Indexes for table `global_lu_timezone`44061-- Indexes for table `global_lu_timezone`
37067--44062--
37068ALTER TABLE `global_lu_timezone`44063ALTER TABLE `global_lu_timezone`
37069  ADD PRIMARY KEY (`timezone_id`);44064  ADD PRIMARY KEY (`timezone_id`);
3707044065
37071--44066--
37072-- Indexes for table `global_modules`44067-- Indexes for table `global_modules`
37073--44068--
37074ALTER TABLE `global_modules`44069ALTER TABLE `global_modules`
37075  ADD PRIMARY KEY (`gmodules_id`),44070  ADD PRIMARY KEY (`gmodules_id`),
37076  ADD UNIQUE KEY `module_UNIQUE` (`module`);44071  ADD UNIQUE KEY `module_UNIQUE` (`module`);
3707744072
37078--44073--
37079-- Indexes for table `global_objective_note`44074-- Indexes for table `global_objective_note`
37080--44075--
37081ALTER TABLE `global_objective_note`44076ALTER TABLE `global_objective_note`
37082  ADD PRIMARY KEY (`global_objective_note_id`),44077  ADD PRIMARY KEY (`global_objective_note_id`),
37083  ADD KEY `idx_global_objective_note` (`objective_id`);44078  ADD KEY `idx_global_objective_note` (`objective_id`);
3708444079
37085--44080--
37086-- Indexes for table `global_priority_levels`44081-- Indexes for table `global_priority_levels`
37087--44082--
37088ALTER TABLE `global_priority_levels`44083ALTER TABLE `global_priority_levels`
37089  ADD PRIMARY KEY (`gplevels_id`);44084  ADD PRIMARY KEY (`gplevels_id`);
3709044085
37091--44086--
37092-- Indexes for table `gradebook_assessment_audience`44087-- Indexes for table `gradebook_assessment_audience`
37093--44088--
37094ALTER TABLE `gradebook_assessment_audience`44089ALTER TABLE `gradebook_assessment_audience`
37095  ADD PRIMARY KEY (`gaaudience_id`);44090  ADD PRIMARY KEY (`gaaudience_id`);
3709644091
37097--44092--
37098-- Indexes for table `gradebook_assessment_discussions`44093-- Indexes for table `gradebook_assessment_discussions`
37099--44094--
37100ALTER TABLE `gradebook_assessment_discussions`44095ALTER TABLE `gradebook_assessment_discussions`
37101  ADD PRIMARY KEY (`gadiscussion_id`);44096  ADD PRIMARY KEY (`gadiscussion_id`);
3710244097
37103--44098--
37104-- Indexes for table `gradebook_assessment_form_elements`44099-- Indexes for table `gradebook_assessment_form_elements`
37105--44100--
37106ALTER TABLE `gradebook_assessment_form_elements`44101ALTER TABLE `gradebook_assessment_form_elements`
37107  ADD PRIMARY KEY (`gafelement_id`),44102  ADD PRIMARY KEY (`gafelement_id`),
37108  ADD KEY `assessment_id` (`assessment_id`),44103  ADD KEY `assessment_id` (`assessment_id`),
37109  ADD KEY `afelement_id` (`afelement_id`);44104  ADD KEY `afelement_id` (`afelement_id`);
3711044105
37111--44106--
37112-- Indexes for table `gradebook_assessment_item_responses`44107-- Indexes for table `gradebook_assessment_item_responses`
37113--44108--
37114ALTER TABLE `gradebook_assessment_item_responses`44109ALTER TABLE `gradebook_assessment_item_responses`
37115  ADD PRIMARY KEY (`gairesponse_id`),44110  ADD PRIMARY KEY (`gairesponse_id`),
37116  ADD KEY `assessment_id` (`assessment_id`),44111  ADD KEY `assessment_id` (`assessment_id`),
37117  ADD KEY `iresponse_id` (`iresponse_id`);44112  ADD KEY `iresponse_id` (`iresponse_id`);
3711844113
37119--44114--
37120-- Indexes for table `gradebook_files`44115-- Indexes for table `gradebook_files`
37121--44116--
37122ALTER TABLE `gradebook_files`44117ALTER TABLE `gradebook_files`
37123  ADD PRIMARY KEY (`id`),44118  ADD PRIMARY KEY (`id`),
37124  ADD KEY `gradebook_file_folder_id` (`gradebook_file_folder_id`),44119  ADD KEY `gradebook_file_folder_id` (`gradebook_file_folder_id`),
37125  ADD KEY `user_data_id` (`user_data_id`),44120  ADD KEY `user_data_id` (`user_data_id`),
37126  ADD KEY `release_date` (`release_date`),44121  ADD KEY `release_date` (`release_date`),
37127  ADD KEY `release_until` (`release_until`);44122  ADD KEY `release_until` (`release_until`);
3712844123
37129--44124--
37130-- Indexes for table `gradebook_file_folders`44125-- Indexes for table `gradebook_file_folders`
37131--44126--
37132ALTER TABLE `gradebook_file_folders`44127ALTER TABLE `gradebook_file_folders`
37133  ADD PRIMARY KEY (`id`),44128  ADD PRIMARY KEY (`id`),
37134  ADD KEY `course_id` (`course_id`),44129  ADD KEY `course_id` (`course_id`),
37135  ADD KEY `cperiod_id` (`cperiod_id`),44130  ADD KEY `cperiod_id` (`cperiod_id`),
37136  ADD KEY `active` (`active`),44131  ADD KEY `active` (`active`),
37137  ADD KEY `created_date` (`created_date`),44132  ADD KEY `created_date` (`created_date`),
37138  ADD KEY `updated_date` (`updated_date`);44133  ADD KEY `updated_date` (`updated_date`);
3713944134
37140--44135--
37141-- Indexes for table `gradebook_grade_adjustments`44136-- Indexes for table `gradebook_grade_adjustments`
37142--44137--
37143ALTER TABLE `gradebook_grade_adjustments`44138ALTER TABLE `gradebook_grade_adjustments`
37144  ADD PRIMARY KEY (`gradebook_grade_adjustment_id`);44139  ADD PRIMARY KEY (`gradebook_grade_adjustment_id`);
3714544140
37146--44141--
37147-- Indexes for table `gradebook_spreadsheet_comments`44142-- Indexes for table `gradebook_spreadsheet_comments`
37148--44143--
37149ALTER TABLE `gradebook_spreadsheet_comments`44144ALTER TABLE `gradebook_spreadsheet_comments`
37150  ADD PRIMARY KEY (`gscomment_id`);44145  ADD PRIMARY KEY (`gscomment_id`);
3715144146
37152--44147--
37153-- Indexes for table `groups`44148-- Indexes for table `groups`
37154--44149--
37155ALTER TABLE `groups`44150ALTER TABLE `groups`
37156  ADD PRIMARY KEY (`group_id`),44151  ADD PRIMARY KEY (`group_id`),
37157  ADD KEY `groups_group_name_idx` (`group_name`) USING BTREE;44152  ADD KEY `groups_group_name_idx` (`group_name`) USING BTREE;
3715844153
37159--44154--
37160-- Indexes for table `group_members`44155-- Indexes for table `group_members`
37161--44156--
37162ALTER TABLE `group_members`44157ALTER TABLE `group_members`
37163  ADD PRIMARY KEY (`gmember_id`),44158  ADD PRIMARY KEY (`gmember_id`),
37164  ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`),44159  ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`),
37165  ADD KEY `member_active` (`member_active`);44160  ADD KEY `member_active` (`member_active`);
3716644161
37167--44162--
37168-- Indexes for table `group_organisations`44163-- Indexes for table `group_organisations`
37169--44164--
37170ALTER TABLE `group_organisations`44165ALTER TABLE `group_organisations`
37171  ADD PRIMARY KEY (`gorganisation_id`),44166  ADD PRIMARY KEY (`gorganisation_id`),
37172  ADD KEY `group_id` (`group_id`,`organisation_id`,`updated_date`,`updated_by`);44167  ADD KEY `group_id` (`group_id`,`organisation_id`,`updated_date`,`updated_by`);
3717344168
37174--44169--
37175-- Indexes for table `instructor_linked_objectives`44170-- Indexes for table `instructor_linked_objectives`
37176--44171--
37177ALTER TABLE `instructor_linked_objectives`44172ALTER TABLE `instructor_linked_objectives`
37178  ADD PRIMARY KEY (`ilobjective_id`),44173  ADD PRIMARY KEY (`ilobjective_id`),
37179  ADD KEY `assessment_id` (`proxy_id`),44174  ADD KEY `assessment_id` (`proxy_id`),
37180  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);44175  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);
3718144176
37182--44177--
37183-- Indexes for table `jobs`44178-- Indexes for table `jobs`
37184--44179--
37185ALTER TABLE `jobs`44180ALTER TABLE `jobs`
37186  ADD PRIMARY KEY (`id`),44181  ADD PRIMARY KEY (`id`),
37187  ADD KEY `queue` (`queue`);44182  ADD KEY `queue` (`queue`);
3718844183
37189--44184--
37190-- Indexes for table `jobs_failed`44185-- Indexes for table `jobs_failed`
37191--44186--
37192ALTER TABLE `jobs_failed`44187ALTER TABLE `jobs_failed`
37193  ADD PRIMARY KEY (`id`);44188  ADD PRIMARY KEY (`id`);
3719444189
37195--44190--
37196-- Indexes for table `language`44191-- Indexes for table `language`
37197--44192--
37198ALTER TABLE `language`44193ALTER TABLE `language`
37199  ADD PRIMARY KEY (`language_id`);44194  ADD PRIMARY KEY (`language_id`);
3720044195
37201--44196--
37202-- Indexes for table `learner_explorer_assessments`44197-- Indexes for table `learner_explorer_assessments`
37203--44198--
37204ALTER TABLE `learner_explorer_assessments`44199ALTER TABLE `learner_explorer_assessments`
37205  ADD PRIMARY KEY (`learner_explorer_id`),44200  ADD PRIMARY KEY (`learner_explorer_id`),
37206  ADD KEY `assessment_id` (`assessment_id`);44201  ADD KEY `assessment_id` (`assessment_id`);
3720744202
37208--44203--
37209-- Indexes for table `learner_level_organisation`44204-- Indexes for table `learner_level_organisation`
37210--44205--
37211ALTER TABLE `learner_level_organisation`44206ALTER TABLE `learner_level_organisation`
37212  ADD PRIMARY KEY (`level_org_id`),44207  ADD PRIMARY KEY (`level_org_id`),
37213  ADD KEY `organisation_id` (`organisation_id`,`level_id`),44208  ADD KEY `organisation_id` (`organisation_id`,`level_id`),
37214  ADD KEY `level_id` (`level_id`);44209  ADD KEY `level_id` (`level_id`);
3721544210
37216--44211--
37217-- Indexes for table `learner_status_organisation`44212-- Indexes for table `learner_status_organisation`
37218--44213--
37219ALTER TABLE `learner_status_organisation`44214ALTER TABLE `learner_status_organisation`
37220  ADD PRIMARY KEY (`status_org_id`),44215  ADD PRIMARY KEY (`status_org_id`),
37221  ADD KEY `organisation_id` (`organisation_id`,`status_id`),44216  ADD KEY `organisation_id` (`organisation_id`,`status_id`),
37222  ADD KEY `lso_status_id` (`status_id`);44217  ADD KEY `lso_status_id` (`status_id`);
3722344218
37224--44219--
37225-- Indexes for table `learning_objects`44220-- Indexes for table `learning_objects`
37226--44221--
37227ALTER TABLE `learning_objects`44222ALTER TABLE `learning_objects`
37228  ADD PRIMARY KEY (`learning_object_id`);44223  ADD PRIMARY KEY (`learning_object_id`);
3722944224
37230--44225--
37231-- Indexes for table `learning_objects_progress`44226-- Indexes for table `learning_objects_progress`
37232--44227--
37233ALTER TABLE `learning_objects_progress`44228ALTER TABLE `learning_objects_progress`
37234  ADD PRIMARY KEY (`learning_objects_progress_id`),44229  ADD PRIMARY KEY (`learning_objects_progress_id`),
37235  ADD KEY `proxy_id` (`proxy_id`),44230  ADD KEY `proxy_id` (`proxy_id`),
37236  ADD KEY `learning_objects_activity_id` (`learning_objects_activity_id`),44231  ADD KEY `learning_objects_activity_id` (`learning_objects_activity_id`),
37237  ADD KEY `learning_objects_state_id` (`learning_objects_state_id`);44232  ADD KEY `learning_objects_state_id` (`learning_objects_state_id`);
3723844233
37239--44234--
37240-- Indexes for table `learning_object_authors`44235-- Indexes for table `learning_object_authors`
37241--44236--
37242ALTER TABLE `learning_object_authors`44237ALTER TABLE `learning_object_authors`
37243  ADD PRIMARY KEY (`id`),44238  ADD PRIMARY KEY (`id`),
37244  ADD KEY `learning_object_id` (`learning_object_id`);44239  ADD KEY `learning_object_id` (`learning_object_id`);
3724544240
37246--44241--
37247-- Indexes for table `learning_object_external_authors`44242-- Indexes for table `learning_object_external_authors`
37248--44243--
37249ALTER TABLE `learning_object_external_authors`44244ALTER TABLE `learning_object_external_authors`
37250  ADD PRIMARY KEY (`eauthor_id`);44245  ADD PRIMARY KEY (`eauthor_id`);
3725144246
37252--44247--
37253-- Indexes for table `learning_object_files`44248-- Indexes for table `learning_object_files`
37254--44249--
37255ALTER TABLE `learning_object_files`44250ALTER TABLE `learning_object_files`
37256  ADD PRIMARY KEY (`lo_file_id`);44251  ADD PRIMARY KEY (`lo_file_id`);
3725744252
37258--44253--
37259-- Indexes for table `learning_object_file_permissions`44254-- Indexes for table `learning_object_file_permissions`
37260--44255--
37261ALTER TABLE `learning_object_file_permissions`44256ALTER TABLE `learning_object_file_permissions`
37262  ADD PRIMARY KEY (`lo_file_permission_id`);44257  ADD PRIMARY KEY (`lo_file_permission_id`);
3726344258
37264--44259--
37265-- Indexes for table `learning_object_file_tags`44260-- Indexes for table `learning_object_file_tags`
37266--44261--
37267ALTER TABLE `learning_object_file_tags`44262ALTER TABLE `learning_object_file_tags`
37268  ADD PRIMARY KEY (`lo_file_tag_id`);44263  ADD PRIMARY KEY (`lo_file_tag_id`);
3726944264
37270--44265--
37271-- Indexes for table `learning_object_objectives`44266-- Indexes for table `learning_object_objectives`
37272--44267--
37273ALTER TABLE `learning_object_objectives`44268ALTER TABLE `learning_object_objectives`
37274  ADD PRIMARY KEY (`loobjective_id`);44269  ADD PRIMARY KEY (`loobjective_id`);
3727544270
37276--44271--
37277-- Indexes for table `learning_object_organisation`44272-- Indexes for table `learning_object_organisation`
37278--44273--
37279ALTER TABLE `learning_object_organisation`44274ALTER TABLE `learning_object_organisation`
37280  ADD PRIMARY KEY (`learning_object_id`,`organisation_id`);44275  ADD PRIMARY KEY (`learning_object_id`,`organisation_id`);
3728144276
37282--44277--
37283-- Indexes for table `learning_object_statements`44278-- Indexes for table `learning_object_statements`
37284--44279--
37285ALTER TABLE `learning_object_statements`44280ALTER TABLE `learning_object_statements`
37286  ADD PRIMARY KEY (`lor_statement_id`),44281  ADD PRIMARY KEY (`lor_statement_id`),
37287  ADD KEY `module_id` (`module_id`),44282  ADD KEY `module_id` (`module_id`),
37288  ADD KEY `target_type` (`target_type`),44283  ADD KEY `target_type` (`target_type`),
37289  ADD KEY `target_id` (`target_id`),44284  ADD KEY `target_id` (`target_id`),
37290  ADD KEY `object` (`object`),44285  ADD KEY `object` (`object`),
37291  ADD KEY `result` (`result`),44286  ADD KEY `result` (`result`),
37292  ADD KEY `response` (`response`),44287  ADD KEY `response` (`response`),
37293  ADD KEY `score_scaled` (`score_scaled`);44288  ADD KEY `score_scaled` (`score_scaled`);
3729444289
37295--44290--
37296-- Indexes for table `linked_objectives`44291-- Indexes for table `linked_objectives`
37297--44292--
37298ALTER TABLE `linked_objectives`44293ALTER TABLE `linked_objectives`
37299  ADD PRIMARY KEY (`linked_objective_id`),44294  ADD PRIMARY KEY (`linked_objective_id`),
37300  ADD KEY `objective_id` (`objective_id`),44295  ADD KEY `objective_id` (`objective_id`),
37301  ADD KEY `target_objective_id` (`target_objective_id`),44296  ADD KEY `target_objective_id` (`target_objective_id`),
37302  ADD KEY `version_id` (`version_id`),44297  ADD KEY `version_id` (`version_id`),
37303  ADD KEY `version_objective_target_id` (`version_id`,`objective_id`,`target_objective_id`);44298  ADD KEY `version_objective_target_id` (`version_id`,`objective_id`,`target_objective_id`);
3730444299
37305--44300--
37306-- Indexes for table `linked_tag_sets`44301-- Indexes for table `linked_tag_sets`
37307--44302--
37308ALTER TABLE `linked_tag_sets`44303ALTER TABLE `linked_tag_sets`
37309  ADD PRIMARY KEY (`linked_tag_set_id`),44304  ADD PRIMARY KEY (`linked_tag_set_id`),
37310  ADD KEY `organisation_id` (`organisation_id`),44305  ADD KEY `organisation_id` (`organisation_id`),
37311  ADD KEY `type` (`type`),44306  ADD KEY `type` (`type`),
37312  ADD KEY `objective_id` (`objective_id`);44307  ADD KEY `objective_id` (`objective_id`);
3731344308
37314--44309--
37315-- Indexes for table `logbook_course_sites`44310-- Indexes for table `logbook_course_sites`
37316--44311--
37317ALTER TABLE `logbook_course_sites`44312ALTER TABLE `logbook_course_sites`
37318  ADD PRIMARY KEY (`id`),44313  ADD PRIMARY KEY (`id`),
37319  ADD KEY `site_id` (`site_id`),44314  ADD KEY `site_id` (`site_id`),
37320  ADD KEY `course_id` (`course_id`);44315  ADD KEY `course_id` (`course_id`);
3732144316
37322--44317--
37323-- Indexes for table `logbook_entries`44318-- Indexes for table `logbook_entries`
37324--44319--
37325ALTER TABLE `logbook_entries`44320ALTER TABLE `logbook_entries`
37326  ADD PRIMARY KEY (`lentry_id`),44321  ADD PRIMARY KEY (`lentry_id`),
37327  ADD KEY `proxy_id` (`proxy_id`),44322  ADD KEY `proxy_id` (`proxy_id`),
37328  ADD KEY `proxy_id_2` (`proxy_id`),44323  ADD KEY `proxy_id_2` (`proxy_id`),
37329  ADD KEY `logbook_entries_clinical_event_id_foreign` (`clinical_event_id`);44324  ADD KEY `logbook_entries_clinical_event_id_foreign` (`clinical_event_id`);
3733044325
37331--44326--
37332-- Indexes for table `logbook_entry_objectives`44327-- Indexes for table `logbook_entry_objectives`
37333--44328--
37334ALTER TABLE `logbook_entry_objectives`44329ALTER TABLE `logbook_entry_objectives`
37335  ADD PRIMARY KEY (`leobjective_id`),44330  ADD PRIMARY KEY (`leobjective_id`),
37336  ADD KEY `lentry_id` (`lentry_id`);44331  ADD KEY `lentry_id` (`lentry_id`);
3733744332
37338--44333--
37339-- Indexes for table `logbook_lu_ageranges`44334-- Indexes for table `logbook_lu_ageranges`
37340--44335--
37341ALTER TABLE `logbook_lu_ageranges`44336ALTER TABLE `logbook_lu_ageranges`
37342  ADD PRIMARY KEY (`agerange_id`);44337  ADD PRIMARY KEY (`agerange_id`);
3734344338
37344--44339--
37345-- Indexes for table `logbook_lu_environments`44340-- Indexes for table `logbook_lu_environments`
37346--44341--
37347ALTER TABLE `logbook_lu_environments`44342ALTER TABLE `logbook_lu_environments`
37348  ADD PRIMARY KEY (`lenvironment_id`);44343  ADD PRIMARY KEY (`lenvironment_id`);
3734944344
37350--44345--
37351-- Indexes for table `logbook_lu_locations`44346-- Indexes for table `logbook_lu_locations`
37352--44347--
37353ALTER TABLE `logbook_lu_locations`44348ALTER TABLE `logbook_lu_locations`
37354  ADD PRIMARY KEY (`llocation_id`);44349  ADD PRIMARY KEY (`llocation_id`);
3735544350
37356--44351--
37357-- Indexes for table `logbook_lu_roles`44352-- Indexes for table `logbook_lu_roles`
37358--44353--
37359ALTER TABLE `logbook_lu_roles`44354ALTER TABLE `logbook_lu_roles`
37360  ADD PRIMARY KEY (`lrole_id`);44355  ADD PRIMARY KEY (`lrole_id`);
3736144356
37362--44357--
37363-- Indexes for table `logbook_lu_sites`44358-- Indexes for table `logbook_lu_sites`
37364--44359--
37365ALTER TABLE `logbook_lu_sites`44360ALTER TABLE `logbook_lu_sites`
37366  ADD PRIMARY KEY (`lsite_id`);44361  ADD PRIMARY KEY (`lsite_id`);
3736744362
37368--44363--
37369-- Indexes for table `logbook_objectives`44364-- Indexes for table `logbook_objectives`
37370--44365--
37371ALTER TABLE `logbook_objectives`44366ALTER TABLE `logbook_objectives`
37372  ADD PRIMARY KEY (`lobjective_id`),44367  ADD PRIMARY KEY (`lobjective_id`),
37373  ADD KEY `objective_id` (`objective_id`),44368  ADD KEY `objective_id` (`objective_id`),
37374  ADD KEY `course_id` (`course_id`);44369  ADD KEY `course_id` (`course_id`);
3737544370
37376--44371--
37377-- Indexes for table `logbook_objective_environments`44372-- Indexes for table `logbook_objective_environments`
37378--44373--
37379ALTER TABLE `logbook_objective_environments`44374ALTER TABLE `logbook_objective_environments`
37380  ADD PRIMARY KEY (`loenvironment_id`),44375  ADD PRIMARY KEY (`loenvironment_id`),
37381  ADD KEY `lobjective_id` (`lobjective_id`),44376  ADD KEY `lobjective_id` (`lobjective_id`),
37382  ADD KEY `lenvironment_id` (`lenvironment_id`);44377  ADD KEY `lenvironment_id` (`lenvironment_id`);
3738344378
37384--44379--
37385-- Indexes for table `logbook_objective_roles`44380-- Indexes for table `logbook_objective_roles`
37386--44381--
37387ALTER TABLE `logbook_objective_roles`44382ALTER TABLE `logbook_objective_roles`
37388  ADD PRIMARY KEY (`lorole_id`),44383  ADD PRIMARY KEY (`lorole_id`),
37389  ADD KEY `lobjective_id` (`lobjective_id`),44384  ADD KEY `lobjective_id` (`lobjective_id`),
37390  ADD KEY `lrole_id` (`lrole_id`);44385  ADD KEY `lrole_id` (`lrole_id`);
3739144386
37392--44387--
37393-- Indexes for table `lotteries`44388-- Indexes for table `lotteries`
37394--44389--
37395ALTER TABLE `lotteries`44390ALTER TABLE `lotteries`
37396  ADD PRIMARY KEY (`lottery_id`),44391  ADD PRIMARY KEY (`lottery_id`),
37397  ADD KEY `schedule_draft_id` (`schedule_draft_id`),44392  ADD KEY `schedule_draft_id` (`schedule_draft_id`),
37398  ADD KEY `cperiod_id` (`cperiod_id`);44393  ADD KEY `cperiod_id` (`cperiod_id`);
3739944394
37400--44395--
37401-- Indexes for table `lottery_exclusions`44396-- Indexes for table `lottery_exclusions`
37402--44397--
37403ALTER TABLE `lottery_exclusions`44398ALTER TABLE `lottery_exclusions`
37404  ADD PRIMARY KEY (`lottery_exclusion_id`),44399  ADD PRIMARY KEY (`lottery_exclusion_id`),
37405  ADD UNIQUE KEY `lottery_exclusion_id_UNIQUE` (`lottery_exclusion_id`),44400  ADD UNIQUE KEY `lottery_exclusion_id_UNIQUE` (`lottery_exclusion_id`),
37406  ADD KEY `proxy_id` (`proxy_id`),44401  ADD KEY `proxy_id` (`proxy_id`),
37407  ADD KEY `exclusion_type` (`exclusion_type`),44402  ADD KEY `exclusion_type` (`exclusion_type`),
37408  ADD KEY `resource_type` (`resource_type`),44403  ADD KEY `resource_type` (`resource_type`),
37409  ADD KEY `resource_id` (`resource_id`);44404  ADD KEY `resource_id` (`resource_id`);
3741044405
37411--44406--
37412-- Indexes for table `lottery_job_submissions`44407-- Indexes for table `lottery_job_submissions`
37413--44408--
37414ALTER TABLE `lottery_job_submissions`44409ALTER TABLE `lottery_job_submissions`
37415  ADD PRIMARY KEY (`submission_id`);44410  ADD PRIMARY KEY (`submission_id`);
3741644411
37417--44412--
37418-- Indexes for table `lottery_learner_rankings`44413-- Indexes for table `lottery_learner_rankings`
37419--44414--
37420ALTER TABLE `lottery_learner_rankings`44415ALTER TABLE `lottery_learner_rankings`
37421  ADD PRIMARY KEY (`ranking_id`),44416  ADD PRIMARY KEY (`ranking_id`),
37422  ADD KEY `option_id` (`option_id`),44417  ADD KEY `option_id` (`option_id`),
37423  ADD KEY `stage_id` (`stage_id`),44418  ADD KEY `stage_id` (`stage_id`),
37424  ADD KEY `phase_id` (`phase_id`);44419  ADD KEY `phase_id` (`phase_id`);
3742544420
37426--44421--
37427-- Indexes for table `lottery_rotation_options`44422-- Indexes for table `lottery_rotation_options`
37428--44423--
37429ALTER TABLE `lottery_rotation_options`44424ALTER TABLE `lottery_rotation_options`
37430  ADD PRIMARY KEY (`option_id`),44425  ADD PRIMARY KEY (`option_id`),
37431  ADD KEY `stage_id` (`stage_id`);44426  ADD KEY `stage_id` (`stage_id`);
3743244427
37433--44428--
37434-- Indexes for table `lottery_rotation_options_block_swap_requests`44429-- Indexes for table `lottery_rotation_options_block_swap_requests`
37435--44430--
37436ALTER TABLE `lottery_rotation_options_block_swap_requests`44431ALTER TABLE `lottery_rotation_options_block_swap_requests`
37437  ADD PRIMARY KEY (`lrobs_request_id`),44432  ADD PRIMARY KEY (`lrobs_request_id`),
37438  ADD KEY `fk_lottery_rotation_options_block_swap_requests_1_idx` (`requested_slot_id`),44433  ADD KEY `fk_lottery_rotation_options_block_swap_requests_1_idx` (`requested_slot_id`),
37439  ADD KEY `fk_lottery_rotation_options_block_swap_requests_2_idx` (`block_id`);44434  ADD KEY `fk_lottery_rotation_options_block_swap_requests_2_idx` (`block_id`);
3744044435
37441--44436--
37442-- Indexes for table `lottery_rotation_options_block_swap_request_denials`44437-- Indexes for table `lottery_rotation_options_block_swap_request_denials`
37443--44438--
37444ALTER TABLE `lottery_rotation_options_block_swap_request_denials`44439ALTER TABLE `lottery_rotation_options_block_swap_request_denials`
37445  ADD PRIMARY KEY (`lrobsr_denial_id`),44440  ADD PRIMARY KEY (`lrobsr_denial_id`),
37446  ADD UNIQUE KEY `lottery_rotation_options_block_swap_request_denials_uk1` (`lrobs_request_id`,`proxy_id`),44441  ADD UNIQUE KEY `lottery_rotation_options_block_swap_request_denials_uk1` (`lrobs_request_id`,`proxy_id`),
37447  ADD KEY `lottery_rotation_options_block_swap_request_denials_idfk1_idx` (`lrobs_request_id`);44442  ADD KEY `lottery_rotation_options_block_swap_request_denials_idfk1_idx` (`lrobs_request_id`);
3744844443
37449--44444--
37450-- Indexes for table `lottery_rotation_options_swap_requests`44445-- Indexes for table `lottery_rotation_options_swap_requests`
37451--44446--
37452ALTER TABLE `lottery_rotation_options_swap_requests`44447ALTER TABLE `lottery_rotation_options_swap_requests`
37453  ADD PRIMARY KEY (`lros_request_id`),44448  ADD PRIMARY KEY (`lros_request_id`),
37454  ADD KEY `lottery_schedule_audience_swap_requests_ibfk1_idx` (`rotation_options_id`),44449  ADD KEY `lottery_schedule_audience_swap_requests_ibfk1_idx` (`rotation_options_id`),
37455  ADD KEY `lottery_schedule_audience_swap_requests_ibfk2_idx` (`requested_rotation_options_id`);44450  ADD KEY `lottery_schedule_audience_swap_requests_ibfk2_idx` (`requested_rotation_options_id`);
3745644451
37457--44452--
37458-- Indexes for table `lottery_rotation_options_swap_request_denials`44453-- Indexes for table `lottery_rotation_options_swap_request_denials`
37459--44454--
37460ALTER TABLE `lottery_rotation_options_swap_request_denials`44455ALTER TABLE `lottery_rotation_options_swap_request_denials`
37461  ADD PRIMARY KEY (`lrosr_denial_id`),44456  ADD PRIMARY KEY (`lrosr_denial_id`),
37462  ADD UNIQUE KEY `lottery_rotation_options_swap_request_denials_uk1` (`lros_request_id`,`proxy_id`),44457  ADD UNIQUE KEY `lottery_rotation_options_swap_request_denials_uk1` (`lros_request_id`,`proxy_id`),
37463  ADD KEY `lottery_rotation_options_swap_request_denials_idfk1_idx` (`lros_request_id`);44458  ADD KEY `lottery_rotation_options_swap_request_denials_idfk1_idx` (`lros_request_id`);
3746444459
37465--44460--
37466-- Indexes for table `lottery_rotation_option_slots`44461-- Indexes for table `lottery_rotation_option_slots`
37467--44462--
37468ALTER TABLE `lottery_rotation_option_slots`44463ALTER TABLE `lottery_rotation_option_slots`
37469  ADD PRIMARY KEY (`option_slot_id`),44464  ADD PRIMARY KEY (`option_slot_id`),
37470  ADD UNIQUE KEY `option_slot_id_UNIQUE` (`option_slot_id`),44465  ADD UNIQUE KEY `option_slot_id_UNIQUE` (`option_slot_id`),
37471  ADD UNIQUE KEY `option_slot` (`option_id`,`slot_id`),44466  ADD UNIQUE KEY `option_slot` (`option_id`,`slot_id`),
37472  ADD KEY `fk_lottery_rotation_option_slots_1_idx` (`option_id`),44467  ADD KEY `fk_lottery_rotation_option_slots_1_idx` (`option_id`),
37473  ADD KEY `fk_lottery_rotation_option_slots_2_idx` (`slot_id`);44468  ADD KEY `fk_lottery_rotation_option_slots_2_idx` (`slot_id`);
3747444469
37475--44470--
37476-- Indexes for table `lottery_schedules`44471-- Indexes for table `lottery_schedules`
37477--44472--
37478ALTER TABLE `lottery_schedules`44473ALTER TABLE `lottery_schedules`
37479  ADD PRIMARY KEY (`schedule_id`);44474  ADD PRIMARY KEY (`schedule_id`);
3748044475
37481--44476--
37482-- Indexes for table `lottery_schedule_audiences`44477-- Indexes for table `lottery_schedule_audiences`
37483--44478--
37484ALTER TABLE `lottery_schedule_audiences`44479ALTER TABLE `lottery_schedule_audiences`
37485  ADD PRIMARY KEY (`audience_id`),44480  ADD PRIMARY KEY (`audience_id`),
37486  ADD KEY `schedule_id` (`schedule_id`),44481  ADD KEY `schedule_id` (`schedule_id`),
37487  ADD KEY `slot_id` (`slot_id`);44482  ADD KEY `slot_id` (`slot_id`);
3748844483
37489--44484--
37490-- Indexes for table `lottery_schedule_variations`44485-- Indexes for table `lottery_schedule_variations`
37491--44486--
37492ALTER TABLE `lottery_schedule_variations`44487ALTER TABLE `lottery_schedule_variations`
37493  ADD PRIMARY KEY (`variation_id`),44488  ADD PRIMARY KEY (`variation_id`),
37494  ADD KEY `stage_id` (`stage_id`);44489  ADD KEY `stage_id` (`stage_id`);
3749544490
37496--44491--
37497-- Indexes for table `lottery_schedule_variation_statistics`44492-- Indexes for table `lottery_schedule_variation_statistics`
37498--44493--
37499ALTER TABLE `lottery_schedule_variation_statistics`44494ALTER TABLE `lottery_schedule_variation_statistics`
37500  ADD PRIMARY KEY (`statistic_id`),44495  ADD PRIMARY KEY (`statistic_id`),
37501  ADD KEY `variation_id` (`variation_id`);44496  ADD KEY `variation_id` (`variation_id`);
3750244497
37503--44498--
37504-- Indexes for table `lottery_schedule_workspace`44499-- Indexes for table `lottery_schedule_workspace`
37505--44500--
37506ALTER TABLE `lottery_schedule_workspace`44501ALTER TABLE `lottery_schedule_workspace`
37507  ADD PRIMARY KEY (`id`),44502  ADD PRIMARY KEY (`id`),
37508  ADD KEY `lottery_schedule_workspace_idfk3_idx` (`stage_id`),44503  ADD KEY `lottery_schedule_workspace_idfk3_idx` (`stage_id`),
37509  ADD KEY `fk_lottery_schedule_workspace_1_idx` (`slot_id`);44504  ADD KEY `fk_lottery_schedule_workspace_1_idx` (`slot_id`);
3751044505
37511--44506--
37512-- Indexes for table `lottery_stages`44507-- Indexes for table `lottery_stages`
37513--44508--
37514ALTER TABLE `lottery_stages`44509ALTER TABLE `lottery_stages`
37515  ADD PRIMARY KEY (`stage_id`),44510  ADD PRIMARY KEY (`stage_id`),
37516  ADD KEY `lottery_id` (`lottery_id`);44511  ADD KEY `lottery_id` (`lottery_id`);
3751744512
37518--44513--
37519-- Indexes for table `lottery_stage_phases`44514-- Indexes for table `lottery_stage_phases`
37520--44515--
37521ALTER TABLE `lottery_stage_phases`44516ALTER TABLE `lottery_stage_phases`
37522  ADD PRIMARY KEY (`phase_id`),44517  ADD PRIMARY KEY (`phase_id`),
37523  ADD KEY `stage_id` (`stage_id`);44518  ADD KEY `stage_id` (`stage_id`);
3752444519
37525--44520--
37526-- Indexes for table `lrs_history`44521-- Indexes for table `lrs_history`
37527--44522--
37528ALTER TABLE `lrs_history`44523ALTER TABLE `lrs_history`
37529  ADD PRIMARY KEY (`id`);44524  ADD PRIMARY KEY (`id`);
3753044525
37531--44526--
37532-- Indexes for table `lti_consumers`44527-- Indexes for table `lti_consumers`
37533--44528--
37534ALTER TABLE `lti_consumers`44529ALTER TABLE `lti_consumers`
37535  ADD PRIMARY KEY (`id`),44530  ADD PRIMARY KEY (`id`),
37536  ADD KEY `context_type` (`context_type`,`context_value`,`associated_record_id`,`associated_record_type`);44531  ADD KEY `context_type` (`context_type`,`context_value`,`associated_record_id`,`associated_record_type`);
3753744532
37538--44533--
37539-- Indexes for table `lti_lu_access_methods`44534-- Indexes for table `lti_lu_access_methods`
37540--44535--
37541ALTER TABLE `lti_lu_access_methods`44536ALTER TABLE `lti_lu_access_methods`
37542  ADD PRIMARY KEY (`id`);44537  ADD PRIMARY KEY (`id`);
3754344538
37544--44539--
37545-- Indexes for table `lti_lu_categories`44540-- Indexes for table `lti_lu_categories`
37546--44541--
37547ALTER TABLE `lti_lu_categories`44542ALTER TABLE `lti_lu_categories`
37548  ADD PRIMARY KEY (`id`);44543  ADD PRIMARY KEY (`id`);
3754944544
37550--44545--
37551-- Indexes for table `lti_lu_provider_types`44546-- Indexes for table `lti_lu_provider_types`
37552--44547--
37553ALTER TABLE `lti_lu_provider_types`44548ALTER TABLE `lti_lu_provider_types`
37554  ADD PRIMARY KEY (`id`);44549  ADD PRIMARY KEY (`id`);
3755544550
37556--44551--
37557-- Indexes for table `lti_providers`44552-- Indexes for table `lti_providers`
37558--44553--
37559ALTER TABLE `lti_providers`44554ALTER TABLE `lti_providers`
37560  ADD PRIMARY KEY (`id`);44555  ADD PRIMARY KEY (`id`);
3756144556
37562--44557--
37563-- Indexes for table `lti_provider_organisation`44558-- Indexes for table `lti_provider_organisation`
37564--44559--
37565ALTER TABLE `lti_provider_organisation`44560ALTER TABLE `lti_provider_organisation`
37566  ADD PRIMARY KEY (`id`);44561  ADD PRIMARY KEY (`id`);
3756744562
37568--44563--
37569-- Indexes for table `map_assessments_meta`44564-- Indexes for table `map_assessments_meta`
37570--44565--
37571ALTER TABLE `map_assessments_meta`44566ALTER TABLE `map_assessments_meta`
37572  ADD PRIMARY KEY (`map_assessments_meta_id`);44567  ADD PRIMARY KEY (`map_assessments_meta_id`);
3757344568
37574--44569--
37575-- Indexes for table `map_events_eventtypes`44570-- Indexes for table `map_events_eventtypes`
37576--44571--
37577ALTER TABLE `map_events_eventtypes`44572ALTER TABLE `map_events_eventtypes`
37578  ADD PRIMARY KEY (`map_events_eventtypes_id`);44573  ADD PRIMARY KEY (`map_events_eventtypes_id`);
3757944574
37580--44575--
37581-- Indexes for table `map_event_resources`44576-- Indexes for table `map_event_resources`
37582--44577--
37583ALTER TABLE `map_event_resources`44578ALTER TABLE `map_event_resources`
37584  ADD PRIMARY KEY (`map_event_resources_id`);44579  ADD PRIMARY KEY (`map_event_resources_id`);
3758544580
37586--44581--
37587-- Indexes for table `medbiq_assessment_methods`44582-- Indexes for table `medbiq_assessment_methods`
37588--44583--
37589ALTER TABLE `medbiq_assessment_methods`44584ALTER TABLE `medbiq_assessment_methods`
37590  ADD PRIMARY KEY (`assessment_method_id`);44585  ADD PRIMARY KEY (`assessment_method_id`);
3759144586
37592--44587--
37593-- Indexes for table `medbiq_instructional_methods`44588-- Indexes for table `medbiq_instructional_methods`
37594--44589--
37595ALTER TABLE `medbiq_instructional_methods`44590ALTER TABLE `medbiq_instructional_methods`
37596  ADD PRIMARY KEY (`instructional_method_id`);44591  ADD PRIMARY KEY (`instructional_method_id`);
3759744592
37598--44593--
37599-- Indexes for table `medbiq_resources`44594-- Indexes for table `medbiq_resources`
37600--44595--
37601ALTER TABLE `medbiq_resources`44596ALTER TABLE `medbiq_resources`
37602  ADD PRIMARY KEY (`resource_id`);44597  ADD PRIMARY KEY (`resource_id`);
3760344598
37604--44599--
37605-- Indexes for table `media`44600-- Indexes for table `media`
37606--44601--
37607ALTER TABLE `media`44602ALTER TABLE `media`
37608  ADD PRIMARY KEY (`id`),44603  ADD PRIMARY KEY (`id`),
37609  ADD KEY `fkIdx_30` (`media_source_id`);44604  ADD KEY `fkIdx_30` (`media_source_id`);
3761044605
37611--44606--
37612-- Indexes for table `media_lu_source_entity_types`44607-- Indexes for table `media_lu_source_entity_types`
37613--44608--
37614ALTER TABLE `media_lu_source_entity_types`44609ALTER TABLE `media_lu_source_entity_types`
37615  ADD PRIMARY KEY (`id`),44610  ADD PRIMARY KEY (`id`),
37616  ADD UNIQUE KEY `shortname` (`shortname`);44611  ADD UNIQUE KEY `shortname` (`shortname`);
3761744612
37618--44613--
37619-- Indexes for table `media_lu_source_property_types`44614-- Indexes for table `media_lu_source_property_types`
37620--44615--
37621ALTER TABLE `media_lu_source_property_types`44616ALTER TABLE `media_lu_source_property_types`
37622  ADD PRIMARY KEY (`id`),44617  ADD PRIMARY KEY (`id`),
37623  ADD UNIQUE KEY `shortname` (`shortname`);44618  ADD UNIQUE KEY `shortname` (`shortname`);
3762444619
37625--44620--
37626-- Indexes for table `media_lu_types`44621-- Indexes for table `media_lu_types`
37627--44622--
37628ALTER TABLE `media_lu_types`44623ALTER TABLE `media_lu_types`
37629  ADD PRIMARY KEY (`id`),44624  ADD PRIMARY KEY (`id`),
37630  ADD UNIQUE KEY `shortname` (`shortname`);44625  ADD UNIQUE KEY `shortname` (`shortname`);
3763144626
37632--44627--
37633-- Indexes for table `media_properties`44628-- Indexes for table `media_properties`
37634--44629--
37635ALTER TABLE `media_properties`44630ALTER TABLE `media_properties`
37636  ADD PRIMARY KEY (`id`),44631  ADD PRIMARY KEY (`id`),
37637  ADD KEY `fkIdx_130` (`media_id`),44632  ADD KEY `fkIdx_130` (`media_id`),
37638  ADD KEY `fkIdx_138` (`media_source_property_type_id`);44633  ADD KEY `fkIdx_138` (`media_source_property_type_id`);
3763944634
37640--44635--
37641-- Indexes for table `media_sources`44636-- Indexes for table `media_sources`
37642--44637--
37643ALTER TABLE `media_sources`44638ALTER TABLE `media_sources`
37644  ADD PRIMARY KEY (`id`);44639  ADD PRIMARY KEY (`id`);
3764544640
37646--44641--
37647-- Indexes for table `media_source_entity_properties`44642-- Indexes for table `media_source_entity_properties`
37648--44643--
37649ALTER TABLE `media_source_entity_properties`44644ALTER TABLE `media_source_entity_properties`
37650  ADD PRIMARY KEY (`id`);44645  ADD PRIMARY KEY (`id`);
3765144646
37652--44647--
37653-- Indexes for table `media_source_properties`44648-- Indexes for table `media_source_properties`
37654--44649--
37655ALTER TABLE `media_source_properties`44650ALTER TABLE `media_source_properties`
37656  ADD PRIMARY KEY (`id`);44651  ADD PRIMARY KEY (`id`);
3765744652
37658--44653--
37659-- Indexes for table `media_source_transactions`44654-- Indexes for table `media_source_transactions`
37660--44655--
37661ALTER TABLE `media_source_transactions`44656ALTER TABLE `media_source_transactions`
37662  ADD PRIMARY KEY (`id`);44657  ADD PRIMARY KEY (`id`);
3766344658
37664--44659--
37665-- Indexes for table `media_sync`44660-- Indexes for table `media_sync`
37666--44661--
37667ALTER TABLE `media_sync`44662ALTER TABLE `media_sync`
37668  ADD PRIMARY KEY (`id`);44663  ADD PRIMARY KEY (`id`);
3766944664
37670--44665--
37671-- Indexes for table `messages_additional_viewers`44666-- Indexes for table `messages_additional_viewers`
37672--44667--
37673ALTER TABLE `messages_additional_viewers`44668ALTER TABLE `messages_additional_viewers`
37674  ADD PRIMARY KEY (`maviewers_id`),44669  ADD PRIMARY KEY (`maviewers_id`),
37675  ADD KEY `msgvwrs_msgmsghdrs_fk_idx` (`mmheaders_id`);44670  ADD KEY `msgvwrs_msgmsghdrs_fk_idx` (`mmheaders_id`);
3767644671
37677--44672--
37678-- Indexes for table `messages_constraints`44673-- Indexes for table `messages_constraints`
37679--44674--
37680ALTER TABLE `messages_constraints`44675ALTER TABLE `messages_constraints`
37681  ADD PRIMARY KEY (`mconstraints_id`),44676  ADD PRIMARY KEY (`mconstraints_id`),
37682  ADD UNIQUE KEY `msgcnstrnts_unq` (`mmheaders_id`);44677  ADD UNIQUE KEY `msgcnstrnts_unq` (`mmheaders_id`);
3768344678
37684--44679--
37685-- Indexes for table `messages_events_optouts`44680-- Indexes for table `messages_events_optouts`
37686--44681--
37687ALTER TABLE `messages_events_optouts`44682ALTER TABLE `messages_events_optouts`
37688  ADD PRIMARY KEY (`meoptouts_id`);44683  ADD PRIMARY KEY (`meoptouts_id`);
3768944684
37690--44685--
37691-- Indexes for table `messages_forms`44686-- Indexes for table `messages_forms`
37692--44687--
37693ALTER TABLE `messages_forms`44688ALTER TABLE `messages_forms`
37694  ADD PRIMARY KEY (`mforms_id`);44689  ADD PRIMARY KEY (`mforms_id`);
3769544690
37696--44691--
37697-- Indexes for table `messages_messages`44692-- Indexes for table `messages_messages`
37698--44693--
37699ALTER TABLE `messages_messages`44694ALTER TABLE `messages_messages`
37700  ADD PRIMARY KEY (`mmessages_id`),44695  ADD PRIMARY KEY (`mmessages_id`),
37701  ADD KEY `msgmsgs_msgmsghdrs_fk_idx` (`mmheaders_id`),44696  ADD KEY `msgmsgs_msgmsghdrs_fk_idx` (`mmheaders_id`),
37702  ADD KEY `msgmsgs_msgnttmpgs_fk` (`emappings_id`);44697  ADD KEY `msgmsgs_msgnttmpgs_fk` (`emappings_id`);
3770344698
37704--44699--
37705-- Indexes for table `messages_messages_views`44700-- Indexes for table `messages_messages_views`
37706--44701--
37707ALTER TABLE `messages_messages_views`44702ALTER TABLE `messages_messages_views`
37708  ADD PRIMARY KEY (`mmviews_id`),44703  ADD PRIMARY KEY (`mmviews_id`),
37709  ADD KEY `msgmsgvws_msgmsgs_fk_idx` (`mmessages_id`),44704  ADD KEY `msgmsgvws_msgmsgs_fk_idx` (`mmessages_id`),
37710  ADD KEY `msgmsgvws_msgmrcpnts_fk_idx` (`mrecipients_id`);44705  ADD KEY `msgmsgvws_msgmrcpnts_fk_idx` (`mrecipients_id`);
3771144706
37712--44707--
37713-- Indexes for table `messages_message_headers`44708-- Indexes for table `messages_message_headers`
37714--44709--
37715ALTER TABLE `messages_message_headers`44710ALTER TABLE `messages_message_headers`
37716  ADD PRIMARY KEY (`mmheaders_id`),44711  ADD PRIMARY KEY (`mmheaders_id`),
37717  ADD KEY `msgmsghdrs_msgmdls_fk_idx` (`gmodules_id`),44712  ADD KEY `msgmsghdrs_msgmdls_fk_idx` (`gmodules_id`),
37718  ADD KEY `msgmsghdrs_msgtps_fk_idx` (`mtypes_id`),44713  ADD KEY `msgmsghdrs_msgtps_fk_idx` (`mtypes_id`),
37719  ADD KEY `msgmsghdrs__msgnttmppgs_fk_idx` (`emappings_id`),44714  ADD KEY `msgmsghdrs__msgnttmppgs_fk_idx` (`emappings_id`),
37720  ADD KEY `msgmsghdrs_msgprtlvls_fk_idx` (`gplevels_id`),44715  ADD KEY `msgmsghdrs_msgprtlvls_fk_idx` (`gplevels_id`),
37721  ADD KEY `msgmsghdrs_mrqtps_fk_idx` (`mrqtypes_id`),44716  ADD KEY `msgmsghdrs_mrqtps_fk_idx` (`mrqtypes_id`),
37722  ADD KEY `msgmsghdrs_mrtps_fk_idx` (`mrtypes_id`);44717  ADD KEY `msgmsghdrs_mrtps_fk_idx` (`mrtypes_id`);
3772344718
37724--44719--
37725-- Indexes for table `messages_overridden_recipients`44720-- Indexes for table `messages_overridden_recipients`
37726--44721--
37727ALTER TABLE `messages_overridden_recipients`44722ALTER TABLE `messages_overridden_recipients`
37728  ADD PRIMARY KEY (`morecipient_id`),44723  ADD PRIMARY KEY (`morecipient_id`),
37729  ADD KEY `mmessages_id_idx` (`mmessages_id`),44724  ADD KEY `mmessages_id_idx` (`mmessages_id`),
37730  ADD KEY `emappings_id_idx` (`emappings_id`);44725  ADD KEY `emappings_id_idx` (`emappings_id`);
3773144726
37732--44727--
37733-- Indexes for table `messages_recipients`44728-- Indexes for table `messages_recipients`
37734--44729--
37735ALTER TABLE `messages_recipients`44730ALTER TABLE `messages_recipients`
37736  ADD PRIMARY KEY (`mrecipients_id`),44731  ADD PRIMARY KEY (`mrecipients_id`),
37737  ADD KEY `msgrcpnts_msgmsghdrs_fk_idx` (`mmheaders_id`);44732  ADD KEY `msgrcpnts_msgmsghdrs_fk_idx` (`mmheaders_id`);
3773844733
37739--44734--
37740-- Indexes for table `messages_recipient_groups`44735-- Indexes for table `messages_recipient_groups`
37741--44736--
37742ALTER TABLE `messages_recipient_groups`44737ALTER TABLE `messages_recipient_groups`
37743  ADD PRIMARY KEY (`mrgroups_id`),44738  ADD PRIMARY KEY (`mrgroups_id`),
37744  ADD KEY `msgrcpntgrp_msgmsghdrs_fk_idx` (`mmheaders_id`);44739  ADD KEY `msgrcpntgrp_msgmsghdrs_fk_idx` (`mmheaders_id`);
3774544740
37746--44741--
37747-- Indexes for table `messages_recipient_types`44742-- Indexes for table `messages_recipient_types`
37748--44743--
37749ALTER TABLE `messages_recipient_types`44744ALTER TABLE `messages_recipient_types`
37750  ADD PRIMARY KEY (`mrtypes_id`);44745  ADD PRIMARY KEY (`mrtypes_id`);
3775144746
37752--44747--
37753-- Indexes for table `messages_requested_by`44748-- Indexes for table `messages_requested_by`
37754--44749--
37755ALTER TABLE `messages_requested_by`44750ALTER TABLE `messages_requested_by`
37756  ADD PRIMARY KEY (`mrby_id`),44751  ADD PRIMARY KEY (`mrby_id`),
37757  ADD KEY `msgrqstby_msgmsghdrs_fk_idx` (`mmheaders_id`),44752  ADD KEY `msgrqstby_msgmsghdrs_fk_idx` (`mmheaders_id`),
37758  ADD KEY `msgrqstby_nttmppgs_fk` (`entity_mapping_id`);44753  ADD KEY `msgrqstby_nttmppgs_fk` (`entity_mapping_id`);
3775944754
37760--44755--
37761-- Indexes for table `messages_request_types`44756-- Indexes for table `messages_request_types`
37762--44757--
37763ALTER TABLE `messages_request_types`44758ALTER TABLE `messages_request_types`
37764  ADD PRIMARY KEY (`mrqtypes_id`);44759  ADD PRIMARY KEY (`mrqtypes_id`);
3776544760
37766--44761--
37767-- Indexes for table `messages_statuses`44762-- Indexes for table `messages_statuses`
37768--44763--
37769ALTER TABLE `messages_statuses`44764ALTER TABLE `messages_statuses`
37770  ADD PRIMARY KEY (`mstatuses_id`),44765  ADD PRIMARY KEY (`mstatuses_id`),
37771  ADD UNIQUE KEY `msgstts_unq` (`gmodules_id`,`name`);44766  ADD UNIQUE KEY `msgstts_unq` (`gmodules_id`,`name`);
3777244767
37773--44768--
37774-- Indexes for table `messages_templates`44769-- Indexes for table `messages_templates`
37775--44770--
37776ALTER TABLE `messages_templates`44771ALTER TABLE `messages_templates`
37777  ADD PRIMARY KEY (`mtemplates_id`),44772  ADD PRIMARY KEY (`mtemplates_id`),
37778  ADD UNIQUE KEY `mtypes_id_UNIQUE` (`mtemplates_id`);44773  ADD UNIQUE KEY `mtypes_id_UNIQUE` (`mtemplates_id`);
3777944774
37780--44775--
37781-- Indexes for table `messages_templates_i18n`44776-- Indexes for table `messages_templates_i18n`
37782--44777--
37783ALTER TABLE `messages_templates_i18n`44778ALTER TABLE `messages_templates_i18n`
37784  ADD UNIQUE KEY `index1` (`language_key`,`mtemplates_id`);44779  ADD UNIQUE KEY `index1` (`language_key`,`mtemplates_id`);
3778544780
37786--44781--
37787-- Indexes for table `messages_template_settings`44782-- Indexes for table `messages_template_settings`
37788--44783--
37789ALTER TABLE `messages_template_settings`44784ALTER TABLE `messages_template_settings`
37790  ADD PRIMARY KEY (`mtsettings_id`);44785  ADD PRIMARY KEY (`mtsettings_id`);
3779144786
37792--44787--
37793-- Indexes for table `messages_types`44788-- Indexes for table `messages_types`
37794--44789--
37795ALTER TABLE `messages_types`44790ALTER TABLE `messages_types`
37796  ADD PRIMARY KEY (`mtypes_id`);44791  ADD PRIMARY KEY (`mtypes_id`);
3779744792
37798--44793--
37799-- Indexes for table `meta_types`44794-- Indexes for table `meta_types`
37800--44795--
37801ALTER TABLE `meta_types`44796ALTER TABLE `meta_types`
37802  ADD PRIMARY KEY (`meta_type_id`);44797  ADD PRIMARY KEY (`meta_type_id`);
3780344798
37804--44799--
37805-- Indexes for table `meta_type_relations`44800-- Indexes for table `meta_type_relations`
37806--44801--
37807ALTER TABLE `meta_type_relations`44802ALTER TABLE `meta_type_relations`
37808  ADD PRIMARY KEY (`meta_data_relation_id`),44803  ADD PRIMARY KEY (`meta_data_relation_id`),
37809  ADD UNIQUE KEY `meta_type_id` (`meta_type_id`,`entity_type`,`entity_value`);44804  ADD UNIQUE KEY `meta_type_id` (`meta_type_id`,`entity_type`,`entity_value`);
3781044805
37811--44806--
37812-- Indexes for table `meta_values`44807-- Indexes for table `meta_values`
37813--44808--
37814ALTER TABLE `meta_values`44809ALTER TABLE `meta_values`
37815  ADD PRIMARY KEY (`meta_value_id`);44810  ADD PRIMARY KEY (`meta_value_id`);
3781644811
37817--44812--
37818-- Indexes for table `migrations`44813-- Indexes for table `migrations`
37819--44814--
37820ALTER TABLE `migrations`44815ALTER TABLE `migrations`
37821  ADD PRIMARY KEY (`migration`);44816  ADD PRIMARY KEY (`migration`);
3782244817
37823--44818--
37824-- Indexes for table `mtd_categories`44819-- Indexes for table `mtd_categories`
37825--44820--
37826ALTER TABLE `mtd_categories`44821ALTER TABLE `mtd_categories`
37827  ADD PRIMARY KEY (`id`);44822  ADD PRIMARY KEY (`id`);
3782844823
37829--44824--
37830-- Indexes for table `mtd_facilities`44825-- Indexes for table `mtd_facilities`
37831--44826--
37832ALTER TABLE `mtd_facilities`44827ALTER TABLE `mtd_facilities`
37833  ADD PRIMARY KEY (`id`);44828  ADD PRIMARY KEY (`id`);
3783444829
37835--44830--
37836-- Indexes for table `mtd_locale_duration`44831-- Indexes for table `mtd_locale_duration`
37837--44832--
37838ALTER TABLE `mtd_locale_duration`44833ALTER TABLE `mtd_locale_duration`
37839  ADD PRIMARY KEY (`id`);44834  ADD PRIMARY KEY (`id`);
3784044835
37841--44836--
37842-- Indexes for table `mtd_moh_program_codes`44837-- Indexes for table `mtd_moh_program_codes`
37843--44838--
37844ALTER TABLE `mtd_moh_program_codes`44839ALTER TABLE `mtd_moh_program_codes`
37845  ADD PRIMARY KEY (`id`);44840  ADD PRIMARY KEY (`id`);
3784644841
37847--44842--
37848-- Indexes for table `mtd_moh_service_codes`44843-- Indexes for table `mtd_moh_service_codes`
37849--44844--
37850ALTER TABLE `mtd_moh_service_codes`44845ALTER TABLE `mtd_moh_service_codes`
37851  ADD PRIMARY KEY (`id`);44846  ADD PRIMARY KEY (`id`);
3785244847
37853--44848--
37854-- Indexes for table `mtd_pgme_moh_programs`44849-- Indexes for table `mtd_pgme_moh_programs`
37855--44850--
37856ALTER TABLE `mtd_pgme_moh_programs`44851ALTER TABLE `mtd_pgme_moh_programs`
37857  ADD PRIMARY KEY (`id`);44852  ADD PRIMARY KEY (`id`);
3785844853
37859--44854--
37860-- Indexes for table `mtd_schedule`44855-- Indexes for table `mtd_schedule`
37861--44856--
37862ALTER TABLE `mtd_schedule`44857ALTER TABLE `mtd_schedule`
37863  ADD PRIMARY KEY (`id`);44858  ADD PRIMARY KEY (`id`);
3786444859
37865--44860--
37866-- Indexes for table `mtd_schools`44861-- Indexes for table `mtd_schools`
37867--44862--
37868ALTER TABLE `mtd_schools`44863ALTER TABLE `mtd_schools`
37869  ADD PRIMARY KEY (`id`);44864  ADD PRIMARY KEY (`id`);
3787044865
37871--44866--
37872-- Indexes for table `mtd_type`44867-- Indexes for table `mtd_type`
37873--44868--
37874ALTER TABLE `mtd_type`44869ALTER TABLE `mtd_type`
37875  ADD PRIMARY KEY (`id`);44870  ADD PRIMARY KEY (`id`);
3787644871
37877--44872--
37878-- Indexes for table `notices`44873-- Indexes for table `notices`
37879--44874--
37880ALTER TABLE `notices`44875ALTER TABLE `notices`
37881  ADD PRIMARY KEY (`notice_id`),44876  ADD PRIMARY KEY (`notice_id`),
37882  ADD KEY `display_from` (`display_from`),44877  ADD KEY `display_from` (`display_from`),
37883  ADD KEY `display_until` (`display_until`),44878  ADD KEY `display_until` (`display_until`),
37884  ADD KEY `organisation_id` (`organisation_id`);44879  ADD KEY `organisation_id` (`organisation_id`);
3788544880
37886--44881--
37887-- Indexes for table `notices_read`44882-- Indexes for table `notices_read`
37888--44883--
37889ALTER TABLE `notices_read`44884ALTER TABLE `notices_read`
37890  ADD PRIMARY KEY (`notice_read_id`),44885  ADD PRIMARY KEY (`notice_read_id`),
37891  ADD KEY `proxy_notice_id` (`proxy_id`,`notice_id`);44886  ADD KEY `proxy_notice_id` (`proxy_id`,`notice_id`);
3789244887
37893--44888--
37894-- Indexes for table `notice_audience`44889-- Indexes for table `notice_audience`
37895--44890--
37896ALTER TABLE `notice_audience`44891ALTER TABLE `notice_audience`
37897  ADD PRIMARY KEY (`naudience_id`),44892  ADD PRIMARY KEY (`naudience_id`),
37898  ADD KEY `audience_id` (`notice_id`,`audience_type`,`audience_value`,`updated_date`);44893  ADD KEY `audience_id` (`notice_id`,`audience_type`,`audience_value`,`updated_date`);
3789944894
37900--44895--
37901-- Indexes for table `notifications`44896-- Indexes for table `notifications`
37902--44897--
37903ALTER TABLE `notifications`44898ALTER TABLE `notifications`
37904  ADD PRIMARY KEY (`notification_id`),44899  ADD PRIMARY KEY (`notification_id`),
37905  ADD KEY `nuser_sent` (`nuser_id`,`sent`);44900  ADD KEY `nuser_sent` (`nuser_id`,`sent`);
3790644901
37907--44902--
37908-- Indexes for table `notification_users`44903-- Indexes for table `notification_users`
37909--44904--
37910ALTER TABLE `notification_users`44905ALTER TABLE `notification_users`
37911  ADD PRIMARY KEY (`nuser_id`),44906  ADD PRIMARY KEY (`nuser_id`),
37912  ADD KEY `content_type` (`content_type`);44907  ADD KEY `content_type` (`content_type`);
3791344908
37914--44909--
37915-- Indexes for table `objective_audience`44910-- Indexes for table `objective_audience`
37916--44911--
37917ALTER TABLE `objective_audience`44912ALTER TABLE `objective_audience`
37918  ADD PRIMARY KEY (`oaudience_id`);44913  ADD PRIMARY KEY (`oaudience_id`);
3791944914
37920--44915--
37921-- Indexes for table `objective_history`44916-- Indexes for table `objective_history`
37922--44917--
37923ALTER TABLE `objective_history`44918ALTER TABLE `objective_history`
37924  ADD PRIMARY KEY (`objective_history_id`),44919  ADD PRIMARY KEY (`objective_history_id`),
37925  ADD KEY `idx_objective_history` (`objective_id`);44920  ADD KEY `idx_objective_history` (`objective_id`);
3792644921
37927--44922--
37928-- Indexes for table `objective_organisation`44923-- Indexes for table `objective_organisation`
37929--44924--
37930ALTER TABLE `objective_organisation`44925ALTER TABLE `objective_organisation`
37931  ADD PRIMARY KEY (`objective_id`,`organisation_id`);44926  ADD PRIMARY KEY (`objective_id`,`organisation_id`);
3793244927
37933--44928--
37934-- Indexes for table `objective_status`44929-- Indexes for table `objective_status`
37935--44930--
37936ALTER TABLE `objective_status`44931ALTER TABLE `objective_status`
37937  ADD PRIMARY KEY (`objective_status_id`);44932  ADD PRIMARY KEY (`objective_status_id`);
3793844933
37939--44934--
37940-- Indexes for table `objective_tag_attributes`44935-- Indexes for table `objective_tag_attributes`
37941--44936--
37942ALTER TABLE `objective_tag_attributes`44937ALTER TABLE `objective_tag_attributes`
37943  ADD PRIMARY KEY (`otag_attribute_id`),44938  ADD PRIMARY KEY (`otag_attribute_id`),
37944  ADD KEY `objective_set_id` (`objective_set_id`),44939  ADD KEY `objective_set_id` (`objective_set_id`),
37945  ADD KEY `target_objective_set_id` (`target_objective_set_id`);44940  ADD KEY `target_objective_set_id` (`target_objective_set_id`);
3794644941
37947--44942--
37948-- Indexes for table `objective_tag_levels`44943-- Indexes for table `objective_tag_levels`
37949--44944--
37950ALTER TABLE `objective_tag_levels`44945ALTER TABLE `objective_tag_levels`
37951  ADD PRIMARY KEY (`otag_level_id`),44946  ADD PRIMARY KEY (`otag_level_id`),
37952  ADD KEY `objective_set_id` (`objective_set_id`);44947  ADD KEY `objective_set_id` (`objective_set_id`);
3795344948
37954--44949--
37955-- Indexes for table `objective_translation`44950-- Indexes for table `objective_translation`
37956--44951--
37957ALTER TABLE `objective_translation`44952ALTER TABLE `objective_translation`
37958  ADD PRIMARY KEY (`objective_translation_id`),44953  ADD PRIMARY KEY (`objective_translation_id`),
37959  ADD KEY `idx_objective_translation` (`objective_id`),44954  ADD KEY `idx_objective_translation` (`objective_id`),
37960  ADD KEY `idx_objective_translation_1` (`language_id`);44955  ADD KEY `idx_objective_translation_1` (`language_id`);
3796144956
37962--44957--
37963-- Indexes for table `objective_translation_status`44958-- Indexes for table `objective_translation_status`
37964--44959--
37965ALTER TABLE `objective_translation_status`44960ALTER TABLE `objective_translation_status`
37966  ADD PRIMARY KEY (`objective_translation_status_id`);44961  ADD PRIMARY KEY (`objective_translation_status_id`);
3796744962
37968--44963--
37969-- Indexes for table `observership_reflections`44964-- Indexes for table `observership_reflections`
37970--44965--
37971ALTER TABLE `observership_reflections`44966ALTER TABLE `observership_reflections`
37972  ADD PRIMARY KEY (`id`);44967  ADD PRIMARY KEY (`id`);
3797344968
37974--44969--
37975-- Indexes for table `organisation_lu_restricted_days`44970-- Indexes for table `organisation_lu_restricted_days`
37976--44971--
37977ALTER TABLE `organisation_lu_restricted_days`44972ALTER TABLE `organisation_lu_restricted_days`
37978  ADD PRIMARY KEY (`orday_id`);44973  ADD PRIMARY KEY (`orday_id`);
3797944974
37980--44975--
37981-- Indexes for table `org_community_types`44976-- Indexes for table `org_community_types`
37982--44977--
37983ALTER TABLE `org_community_types`44978ALTER TABLE `org_community_types`
37984  ADD PRIMARY KEY (`octype_id`);44979  ADD PRIMARY KEY (`octype_id`);
3798544980
37986--44981--
37987-- Indexes for table `permissions`44982-- Indexes for table `permissions`
37988--44983--
37989ALTER TABLE `permissions`44984ALTER TABLE `permissions`
37990  ADD PRIMARY KEY (`permission_id`),44985  ADD PRIMARY KEY (`permission_id`),
37991  ADD KEY `assigned_by` (`assigned_by`),44986  ADD KEY `assigned_by` (`assigned_by`),
37992  ADD KEY `assigned_to` (`assigned_to`),44987  ADD KEY `assigned_to` (`assigned_to`),
37993  ADD KEY `valid_from` (`valid_from`),44988  ADD KEY `valid_from` (`valid_from`),
37994  ADD KEY `valid_until` (`valid_until`);44989  ADD KEY `valid_until` (`valid_until`);
3799544990
37996--44991--
37997-- Indexes for table `pg_blocks`44992-- Indexes for table `pg_blocks`
37998--44993--
37999ALTER TABLE `pg_blocks`44994ALTER TABLE `pg_blocks`
38000  ADD PRIMARY KEY (`id`);44995  ADD PRIMARY KEY (`id`);
3800144996
38002--44997--
38003-- Indexes for table `pg_eval_response_rates`44998-- Indexes for table `pg_eval_response_rates`
38004--44999--
38005ALTER TABLE `pg_eval_response_rates`45000ALTER TABLE `pg_eval_response_rates`
38006  ADD PRIMARY KEY (`id`);45001  ADD PRIMARY KEY (`id`);
3800745002
38008--45003--
38009-- Indexes for table `pg_one45_community`45004-- Indexes for table `pg_one45_community`
38010--45005--
38011ALTER TABLE `pg_one45_community`45006ALTER TABLE `pg_one45_community`
38012  ADD PRIMARY KEY (`id`);45007  ADD PRIMARY KEY (`id`);
3801345008
38014--45009--
38015-- Indexes for table `poll_answers`45010-- Indexes for table `poll_answers`
38016--45011--
38017ALTER TABLE `poll_answers`45012ALTER TABLE `poll_answers`
38018  ADD PRIMARY KEY (`answer_id`),45013  ADD PRIMARY KEY (`answer_id`),
38019  ADD KEY `poll_id` (`poll_id`),45014  ADD KEY `poll_id` (`poll_id`),
38020  ADD KEY `answer_order` (`answer_order`);45015  ADD KEY `answer_order` (`answer_order`);
3802145016
38022--45017--
38023-- Indexes for table `poll_questions`45018-- Indexes for table `poll_questions`
38024--45019--
38025ALTER TABLE `poll_questions`45020ALTER TABLE `poll_questions`
38026  ADD PRIMARY KEY (`poll_id`),45021  ADD PRIMARY KEY (`poll_id`),
38027  ADD KEY `poll_target` (`poll_target`),45022  ADD KEY `poll_target` (`poll_target`),
38028  ADD KEY `poll_from` (`poll_from`),45023  ADD KEY `poll_from` (`poll_from`),
38029  ADD KEY `poll_until` (`poll_until`);45024  ADD KEY `poll_until` (`poll_until`);
3803045025
38031--45026--
38032-- Indexes for table `poll_results`45027-- Indexes for table `poll_results`
38033--45028--
38034ALTER TABLE `poll_results`45029ALTER TABLE `poll_results`
38035  ADD PRIMARY KEY (`result_id`),45030  ADD PRIMARY KEY (`result_id`),
38036  ADD KEY `poll_id` (`poll_id`),45031  ADD KEY `poll_id` (`poll_id`),
38037  ADD KEY `answer_id` (`answer_id`),45032  ADD KEY `answer_id` (`answer_id`),
38038  ADD KEY `proxy_id` (`proxy_id`);45033  ADD KEY `proxy_id` (`proxy_id`);
3803945034
38040--45035--
38041-- Indexes for table `portfolios_course_groups`45036-- Indexes for table `portfolios_course_groups`
38042--45037--
38043ALTER TABLE `portfolios_course_groups`45038ALTER TABLE `portfolios_course_groups`
38044  ADD PRIMARY KEY (`pcgroup_id`),45039  ADD PRIMARY KEY (`pcgroup_id`),
38045  ADD KEY `pportfolios_id` (`pportfolios_id`),45040  ADD KEY `pportfolios_id` (`pportfolios_id`),
38046  ADD KEY `cgroup_id` (`cgroup_id`);45041  ADD KEY `cgroup_id` (`cgroup_id`);
3804745042
38048--45043--
38049-- Indexes for table `portfolios_curriculum_periods`45044-- Indexes for table `portfolios_curriculum_periods`
38050--45045--
38051ALTER TABLE `portfolios_curriculum_periods`45046ALTER TABLE `portfolios_curriculum_periods`
38052  ADD PRIMARY KEY (`pcperiod_id`),45047  ADD PRIMARY KEY (`pcperiod_id`),
38053  ADD KEY `pportfolios_id` (`pportfolios_id`),45048  ADD KEY `pportfolios_id` (`pportfolios_id`),
38054  ADD KEY `cperiod_id` (`cperiod_id`);45049  ADD KEY `cperiod_id` (`cperiod_id`);
3805545050
38056--45051--
38057-- Indexes for table `portfolios_groups`45052-- Indexes for table `portfolios_groups`
38058--45053--
38059ALTER TABLE `portfolios_groups`45054ALTER TABLE `portfolios_groups`
38060  ADD PRIMARY KEY (`pgroup_id`),45055  ADD PRIMARY KEY (`pgroup_id`),
38061  ADD KEY `pportfolios_id` (`pportfolios_id`),45056  ADD KEY `pportfolios_id` (`pportfolios_id`),
38062  ADD KEY `prtflgrps_grps_idx` (`group_id`);45057  ADD KEY `prtflgrps_grps_idx` (`group_id`);
3806345058
38064--45059--
38065-- Indexes for table `portfolios_learners`45060-- Indexes for table `portfolios_learners`
38066--45061--
38067ALTER TABLE `portfolios_learners`45062ALTER TABLE `portfolios_learners`
38068  ADD PRIMARY KEY (`plearner_id`),45063  ADD PRIMARY KEY (`plearner_id`),
38069  ADD KEY `pportfolios_id` (`pportfolios_id`);45064  ADD KEY `pportfolios_id` (`pportfolios_id`);
3807045065
38071--45066--
38072-- Indexes for table `portfolios_portfolios`45067-- Indexes for table `portfolios_portfolios`
38073--45068--
38074ALTER TABLE `portfolios_portfolios`45069ALTER TABLE `portfolios_portfolios`
38075  ADD PRIMARY KEY (`pportfolios_id`);45070  ADD PRIMARY KEY (`pportfolios_id`);
3807645071
38077--45072--
38078-- Indexes for table `portfolios_tasks`45073-- Indexes for table `portfolios_tasks`
38079--45074--
38080ALTER TABLE `portfolios_tasks`45075ALTER TABLE `portfolios_tasks`
38081  ADD PRIMARY KEY (`ptask_id`),45076  ADD PRIMARY KEY (`ptask_id`),
38082  ADD KEY `portfolios_tasks_ibfk_1` (`ptrequest_id`);45077  ADD KEY `portfolios_tasks_ibfk_1` (`ptrequest_id`);
3808345078
38084--45079--
38085-- Indexes for table `portfolios_tasks_requests`45080-- Indexes for table `portfolios_tasks_requests`
38086--45081--
38087ALTER TABLE `portfolios_tasks_requests`45082ALTER TABLE `portfolios_tasks_requests`
38088  ADD PRIMARY KEY (`ptrequest_id`),45083  ADD PRIMARY KEY (`ptrequest_id`),
38089  ADD KEY `portfolios_tasks_requests_ibfk_1` (`pportfolios_id`);45084  ADD KEY `portfolios_tasks_requests_ibfk_1` (`pportfolios_id`);
3809045085
38091--45086--
38092-- Indexes for table `portfolios_task_request_recipient_course_groups`45087-- Indexes for table `portfolios_task_request_recipient_course_groups`
38093--45088--
38094ALTER TABLE `portfolios_task_request_recipient_course_groups`45089ALTER TABLE `portfolios_task_request_recipient_course_groups`
38095  ADD PRIMARY KEY (`ptrrcgroup_id`),45090  ADD PRIMARY KEY (`ptrrcgroup_id`),
38096  ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_1` (`ptrequest_id`),45091  ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_1` (`ptrequest_id`),
38097  ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_2` (`pcgroup_id`);45092  ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_2` (`pcgroup_id`);
3809845093
38099--45094--
38100-- Indexes for table `portfolios_task_request_recipient_groups`45095-- Indexes for table `portfolios_task_request_recipient_groups`
38101--45096--
38102ALTER TABLE `portfolios_task_request_recipient_groups`45097ALTER TABLE `portfolios_task_request_recipient_groups`
38103  ADD PRIMARY KEY (`ptrrgroup_id`),45098  ADD PRIMARY KEY (`ptrrgroup_id`),
38104  ADD KEY `prtfl_tsks_req_rec_grp_ibfk_1` (`ptrequest_id`),45099  ADD KEY `prtfl_tsks_req_rec_grp_ibfk_1` (`ptrequest_id`),
38105  ADD KEY `prtfl_tsks_req_rec_grp_ibfk_2` (`pgroup_id`);45100  ADD KEY `prtfl_tsks_req_rec_grp_ibfk_2` (`pgroup_id`);
3810645101
38107--45102--
38108-- Indexes for table `portfolios_task_request_recipient_learners`45103-- Indexes for table `portfolios_task_request_recipient_learners`
38109--45104--
38110ALTER TABLE `portfolios_task_request_recipient_learners`45105ALTER TABLE `portfolios_task_request_recipient_learners`
38111  ADD PRIMARY KEY (`ptrrlearner_id`),45106  ADD PRIMARY KEY (`ptrrlearner_id`),
38112  ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_1` (`ptrequest_id`),45107  ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_1` (`ptrequest_id`),
38113  ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_2` (`plearner_id`);45108  ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_2` (`plearner_id`);
3811445109
38115--45110--
38116-- Indexes for table `portfolios_task_statuses`45111-- Indexes for table `portfolios_task_statuses`
38117--45112--
38118ALTER TABLE `portfolios_task_statuses`45113ALTER TABLE `portfolios_task_statuses`
38119  ADD PRIMARY KEY (`ptstatus_id`);45114  ADD PRIMARY KEY (`ptstatus_id`);
3812045115
38121--45116--
38122-- Indexes for table `portfolios_task_submissions`45117-- Indexes for table `portfolios_task_submissions`
38123--45118--
38124ALTER TABLE `portfolios_task_submissions`45119ALTER TABLE `portfolios_task_submissions`
38125  ADD PRIMARY KEY (`ptsubmission_id`),45120  ADD PRIMARY KEY (`ptsubmission_id`),
38126  ADD KEY `portfolios_task_submissions_ibfk_1` (`ptask_id`),45121  ADD KEY `portfolios_task_submissions_ibfk_1` (`ptask_id`),
38127  ADD KEY `portfolios_statuses_ibfk_1` (`ptstatus_id`);45122  ADD KEY `portfolios_statuses_ibfk_1` (`ptstatus_id`);
3812845123
38129--45124--
38130-- Indexes for table `portfolio_advisor_portfolio`45125-- Indexes for table `portfolio_advisor_portfolio`
38131--45126--
38132ALTER TABLE `portfolio_advisor_portfolio`45127ALTER TABLE `portfolio_advisor_portfolio`
38133  ADD PRIMARY KEY (`id`),45128  ADD PRIMARY KEY (`id`),
38134  ADD KEY `portfolio_id` (`portfolio_id`),45129  ADD KEY `portfolio_id` (`portfolio_id`),
38135  ADD KEY `advisor_id` (`advisor_id`);45130  ADD KEY `advisor_id` (`advisor_id`);
3813645131
38137--45132--
38138-- Indexes for table `portfolio_advisor_student`45133-- Indexes for table `portfolio_advisor_student`
38139--45134--
38140ALTER TABLE `portfolio_advisor_student`45135ALTER TABLE `portfolio_advisor_student`
38141  ADD PRIMARY KEY (`id`),45136  ADD PRIMARY KEY (`id`),
38142  ADD UNIQUE KEY `relation_unique` (`advisor_id`,`student_id`),45137  ADD UNIQUE KEY `relation_unique` (`advisor_id`,`student_id`),
38143  ADD KEY `student_id` (`student_id`);45138  ADD KEY `student_id` (`student_id`);
3814445139
38145--45140--
38146-- Indexes for table `portfolio_artifacts`45141-- Indexes for table `portfolio_artifacts`
38147--45142--
38148ALTER TABLE `portfolio_artifacts`45143ALTER TABLE `portfolio_artifacts`
38149  ADD PRIMARY KEY (`id`),45144  ADD PRIMARY KEY (`id`),
38150  ADD KEY `pfolder_id` (`folder_id`),45145  ADD KEY `pfolder_id` (`folder_id`),
38151  ADD KEY `proxy_id` (`proxy_id`),45146  ADD KEY `proxy_id` (`proxy_id`),
38152  ADD KEY `updated_by` (`updated_by`);45147  ADD KEY `updated_by` (`updated_by`);
3815345148
38154--45149--
38155-- Indexes for table `portfolio_artifact_curriculum_tag`45150-- Indexes for table `portfolio_artifact_curriculum_tag`
38156--45151--
38157ALTER TABLE `portfolio_artifact_curriculum_tag`45152ALTER TABLE `portfolio_artifact_curriculum_tag`
38158  ADD PRIMARY KEY (`id`),45153  ADD PRIMARY KEY (`id`),
38159  ADD KEY `artifact_id` (`artifact_id`);45154  ADD KEY `artifact_id` (`artifact_id`);
3816045155
38161--45156--
38162-- Indexes for table `portfolio_artifact_permissions`45157-- Indexes for table `portfolio_artifact_permissions`
38163--45158--
38164ALTER TABLE `portfolio_artifact_permissions`45159ALTER TABLE `portfolio_artifact_permissions`
38165  ADD PRIMARY KEY (`id`),45160  ADD PRIMARY KEY (`id`),
38166  ADD KEY `portfolio_user_permissions_pentry_id` (`entry_id`),45161  ADD KEY `portfolio_user_permissions_pentry_id` (`entry_id`),
38167  ADD KEY `allow_to` (`allow_to`),45162  ADD KEY `allow_to` (`allow_to`),
38168  ADD KEY `proxy_id` (`proxy_id`);45163  ADD KEY `proxy_id` (`proxy_id`);
3816945164
38170--45165--
38171-- Indexes for table `portfolio_artifact_reviewers`45166-- Indexes for table `portfolio_artifact_reviewers`
38172--45167--
38173ALTER TABLE `portfolio_artifact_reviewers`45168ALTER TABLE `portfolio_artifact_reviewers`
38174  ADD PRIMARY KEY (`id`),45169  ADD PRIMARY KEY (`id`),
38175  ADD KEY `pfartifact_id` (`entry_id`),45170  ADD KEY `pfartifact_id` (`entry_id`),
38176  ADD KEY `proxy_id` (`proxy_id`),45171  ADD KEY `proxy_id` (`proxy_id`),
38177  ADD KEY `updated_by` (`updated_by`);45172  ADD KEY `updated_by` (`updated_by`);
3817845173
38179--45174--
38180-- Indexes for table `portfolio_comments`45175-- Indexes for table `portfolio_comments`
38181--45176--
38182ALTER TABLE `portfolio_comments`45177ALTER TABLE `portfolio_comments`
38183  ADD PRIMARY KEY (`id`),45178  ADD PRIMARY KEY (`id`),
38184  ADD KEY `pentry_id` (`entry_id`),45179  ADD KEY `pentry_id` (`entry_id`),
38185  ADD KEY `proxy_id` (`proxy_id`),45180  ADD KEY `proxy_id` (`proxy_id`),
38186  ADD KEY `updated_by` (`updated_by`);45181  ADD KEY `updated_by` (`updated_by`);
3818745182
38188--45183--
38189-- Indexes for table `portfolio_document_attachments`45184-- Indexes for table `portfolio_document_attachments`
38190--45185--
38191ALTER TABLE `portfolio_document_attachments`45186ALTER TABLE `portfolio_document_attachments`
38192  ADD PRIMARY KEY (`id`);45187  ADD PRIMARY KEY (`id`);
3819345188
38194--45189--
38195-- Indexes for table `portfolio_entries`45190-- Indexes for table `portfolio_entries`
38196--45191--
38197ALTER TABLE `portfolio_entries`45192ALTER TABLE `portfolio_entries`
38198  ADD PRIMARY KEY (`id`),45193  ADD PRIMARY KEY (`id`),
38199  ADD KEY `pfartifact_id` (`artifact_id`),45194  ADD KEY `pfartifact_id` (`artifact_id`),
38200  ADD KEY `proxy_id` (`proxy_id`),45195  ADD KEY `proxy_id` (`proxy_id`),
38201  ADD KEY `reviewed_by` (`reviewed_by`),45196  ADD KEY `reviewed_by` (`reviewed_by`),
38202  ADD KEY `flagged_by` (`flagged_by`),45197  ADD KEY `flagged_by` (`flagged_by`),
38203  ADD KEY `is_assessable_set_by` (`is_assessable_set_by`),45198  ADD KEY `is_assessable_set_by` (`is_assessable_set_by`),
38204  ADD KEY `updated_by` (`updated_by`);45199  ADD KEY `updated_by` (`updated_by`);
3820545200
38206--45201--
38207-- Indexes for table `portfolio_folders`45202-- Indexes for table `portfolio_folders`
38208--45203--
38209ALTER TABLE `portfolio_folders`45204ALTER TABLE `portfolio_folders`
38210  ADD PRIMARY KEY (`id`),45205  ADD PRIMARY KEY (`id`),
38211  ADD KEY `portfolio_id` (`portfolio_id`),45206  ADD KEY `portfolio_id` (`portfolio_id`),
38212  ADD KEY `updated_by` (`updated_by`);45207  ADD KEY `updated_by` (`updated_by`);
3821345208
38214--45209--
38215-- Indexes for table `portfolio_personal_reflections`45210-- Indexes for table `portfolio_personal_reflections`
38216--45211--
38217ALTER TABLE `portfolio_personal_reflections`45212ALTER TABLE `portfolio_personal_reflections`
38218  ADD PRIMARY KEY (`id`);45213  ADD PRIMARY KEY (`id`);
3821945214
38220--45215--
38221-- Indexes for table `portfolio_portfolios`45216-- Indexes for table `portfolio_portfolios`
38222--45217--
38223ALTER TABLE `portfolio_portfolios`45218ALTER TABLE `portfolio_portfolios`
38224  ADD PRIMARY KEY (`id`),45219  ADD PRIMARY KEY (`id`),
38225  ADD KEY `group_id` (`group_id`),45220  ADD KEY `group_id` (`group_id`),
38226  ADD KEY `organisation_id` (`organisation_id`),45221  ADD KEY `organisation_id` (`organisation_id`),
38227  ADD KEY `updated_by` (`updated_by`);45222  ADD KEY `updated_by` (`updated_by`);
3822845223
38229--45224--
38230-- Indexes for table `portfolio_urls`45225-- Indexes for table `portfolio_urls`
38231--45226--
38232ALTER TABLE `portfolio_urls`45227ALTER TABLE `portfolio_urls`
38233  ADD PRIMARY KEY (`id`);45228  ADD PRIMARY KEY (`id`);
3823445229
38235--45230--
38236-- Indexes for table `profile_custom_fields`45231-- Indexes for table `profile_custom_fields`
38237--45232--
38238ALTER TABLE `profile_custom_fields`45233ALTER TABLE `profile_custom_fields`
38239  ADD PRIMARY KEY (`id`);45234  ADD PRIMARY KEY (`id`);
3824045235
38241--45236--
38242-- Indexes for table `profile_custom_responses`45237-- Indexes for table `profile_custom_responses`
38243--45238--
38244ALTER TABLE `profile_custom_responses`45239ALTER TABLE `profile_custom_responses`
38245  ADD PRIMARY KEY (`id`);45240  ADD PRIMARY KEY (`id`);
3824645241
38247--45242--
38248-- Indexes for table `prompted_response_comments`45243-- Indexes for table `prompted_response_comments`
38249--45244--
38250ALTER TABLE `prompted_response_comments`45245ALTER TABLE `prompted_response_comments`
38251  ADD PRIMARY KEY (`prcomment_id`),45246  ADD PRIMARY KEY (`prcomment_id`),
38252  ADD KEY `prompted_response_comments_fk_1` (`dassessment_id`),45247  ADD KEY `prompted_response_comments_fk_1` (`dassessment_id`),
38253  ADD KEY `prompted_response_comments_fk_2` (`aprogress_id`);45248  ADD KEY `prompted_response_comments_fk_2` (`aprogress_id`);
3825445249
38255--45250--
38256-- Indexes for table `prompted_response_reviews`45251-- Indexes for table `prompted_response_reviews`
38257--45252--
38258ALTER TABLE `prompted_response_reviews`45253ALTER TABLE `prompted_response_reviews`
38259  ADD PRIMARY KEY (`prreview_id`),45254  ADD PRIMARY KEY (`prreview_id`),
38260  ADD KEY `prompted_response_reviews_fk_1` (`dassessment_id`),45255  ADD KEY `prompted_response_reviews_fk_1` (`dassessment_id`),
38261  ADD KEY `prompted_response_reviews_fk_2` (`aprogress_id`),45256  ADD KEY `prompted_response_reviews_fk_2` (`aprogress_id`),
38262  ADD KEY `proxy_id` (`proxy_id`);45257  ADD KEY `proxy_id` (`proxy_id`);
3826345258
38264--45259--
38265-- Indexes for table `push_notification_tokens`45260-- Indexes for table `push_notification_tokens`
38266--45261--
38267ALTER TABLE `push_notification_tokens`45262ALTER TABLE `push_notification_tokens`
38268  ADD PRIMARY KEY (`id`);45263  ADD PRIMARY KEY (`id`);
3826945264
38270--45265--
38271-- Indexes for table `quizzes`45266-- Indexes for table `quizzes`
38272--45267--
38273ALTER TABLE `quizzes`45268ALTER TABLE `quizzes`
38274  ADD PRIMARY KEY (`quiz_id`),45269  ADD PRIMARY KEY (`quiz_id`),
38275  ADD KEY `quiz_active` (`quiz_active`);45270  ADD KEY `quiz_active` (`quiz_active`);
3827645271
38277--45272--
38278-- Indexes for table `quizzes_lu_questiontypes`45273-- Indexes for table `quizzes_lu_questiontypes`
38279--45274--
38280ALTER TABLE `quizzes_lu_questiontypes`45275ALTER TABLE `quizzes_lu_questiontypes`
38281  ADD PRIMARY KEY (`questiontype_id`),45276  ADD PRIMARY KEY (`questiontype_id`),
38282  ADD KEY `questiontype_active` (`questiontype_active`,`questiontype_order`);45277  ADD KEY `questiontype_active` (`questiontype_active`,`questiontype_order`);
3828345278
38284--45279--
38285-- Indexes for table `quizzes_lu_quiztypes`45280-- Indexes for table `quizzes_lu_quiztypes`
38286--45281--
38287ALTER TABLE `quizzes_lu_quiztypes`45282ALTER TABLE `quizzes_lu_quiztypes`
38288  ADD PRIMARY KEY (`quiztype_id`),45283  ADD PRIMARY KEY (`quiztype_id`),
38289  ADD KEY `quiztype_active` (`quiztype_active`,`quiztype_order`),45284  ADD KEY `quiztype_active` (`quiztype_active`,`quiztype_order`),
38290  ADD KEY `quiztype_code` (`quiztype_code`);45285  ADD KEY `quiztype_code` (`quiztype_code`);
3829145286
38292--45287--
38293-- Indexes for table `quiz_contacts`45288-- Indexes for table `quiz_contacts`
38294--45289--
38295ALTER TABLE `quiz_contacts`45290ALTER TABLE `quiz_contacts`
38296  ADD PRIMARY KEY (`qcontact_id`),45291  ADD PRIMARY KEY (`qcontact_id`),
38297  ADD KEY `quiz_id` (`quiz_id`,`proxy_id`);45292  ADD KEY `quiz_id` (`quiz_id`,`proxy_id`);
3829845293
38299--45294--
38300-- Indexes for table `quiz_progress`45295-- Indexes for table `quiz_progress`
38301--45296--
38302ALTER TABLE `quiz_progress`45297ALTER TABLE `quiz_progress`
38303  ADD PRIMARY KEY (`qprogress_id`),45298  ADD PRIMARY KEY (`qprogress_id`),
38304  ADD KEY `content_id` (`aquiz_id`,`content_id`,`proxy_id`),45299  ADD KEY `content_id` (`aquiz_id`,`content_id`,`proxy_id`),
38305  ADD KEY `quiz_id` (`quiz_id`);45300  ADD KEY `quiz_id` (`quiz_id`);
3830645301
38307--45302--
38308-- Indexes for table `quiz_progress_responses`45303-- Indexes for table `quiz_progress_responses`
38309--45304--
38310ALTER TABLE `quiz_progress_responses`45305ALTER TABLE `quiz_progress_responses`
38311  ADD PRIMARY KEY (`qpresponse_id`),45306  ADD PRIMARY KEY (`qpresponse_id`),
38312  ADD KEY `qprogress_id` (`qprogress_id`,`aquiz_id`,`content_id`,`quiz_id`,`proxy_id`,`qquestion_id`,`qqresponse_id`);45307  ADD KEY `qprogress_id` (`qprogress_id`,`aquiz_id`,`content_id`,`quiz_id`,`proxy_id`,`qquestion_id`,`qqresponse_id`);
3831345308
38314--45309--
38315-- Indexes for table `quiz_questions`45310-- Indexes for table `quiz_questions`
38316--45311--
38317ALTER TABLE `quiz_questions`45312ALTER TABLE `quiz_questions`
38318  ADD PRIMARY KEY (`qquestion_id`),45313  ADD PRIMARY KEY (`qquestion_id`),
38319  ADD KEY `quiz_id` (`quiz_id`,`questiontype_id`,`question_order`);45314  ADD KEY `quiz_id` (`quiz_id`,`questiontype_id`,`question_order`);
3832045315
38321--45316--
38322-- Indexes for table `quiz_question_responses`45317-- Indexes for table `quiz_question_responses`
38323--45318--
38324ALTER TABLE `quiz_question_responses`45319ALTER TABLE `quiz_question_responses`
38325  ADD PRIMARY KEY (`qqresponse_id`),45320  ADD PRIMARY KEY (`qqresponse_id`),
38326  ADD KEY `qquestion_id` (`qquestion_id`,`response_order`,`response_correct`),45321  ADD KEY `qquestion_id` (`qquestion_id`,`response_order`,`response_correct`),
38327  ADD KEY `response_is_html` (`response_is_html`);45322  ADD KEY `response_is_html` (`response_is_html`);
3832845323
38329--45324--
38330-- Indexes for table `reports_aamc_ci`45325-- Indexes for table `reports_aamc_ci`
38331--45326--
38332ALTER TABLE `reports_aamc_ci`45327ALTER TABLE `reports_aamc_ci`
38333  ADD PRIMARY KEY (`raci_id`),45328  ADD PRIMARY KEY (`raci_id`),
38334  ADD KEY `report_date` (`report_date`),45329  ADD KEY `report_date` (`report_date`),
38335  ADD KEY `report_active` (`organisation_id`,`report_active`);45330  ADD KEY `report_active` (`organisation_id`,`report_active`);
3833645331
38337--45332--
38338-- Indexes for table `reports_aamc_ci_learner`45333-- Indexes for table `reports_aamc_ci_learner`
38339--45334--
38340ALTER TABLE `reports_aamc_ci_learner`45335ALTER TABLE `reports_aamc_ci_learner`
38341  ADD PRIMARY KEY (`report_learner_id`),45336  ADD PRIMARY KEY (`report_learner_id`),
38342  ADD KEY `raci_id` (`raci_id`),45337  ADD KEY `raci_id` (`raci_id`),
38343  ADD KEY `proxy_id` (`proxy_id`);45338  ADD KEY `proxy_id` (`proxy_id`);
3834445339
38345--45340--
38346-- Indexes for table `resource_images`45341-- Indexes for table `resource_images`
38347--45342--
38348ALTER TABLE `resource_images`45343ALTER TABLE `resource_images`
38349  ADD PRIMARY KEY (`image_id`),45344  ADD PRIMARY KEY (`image_id`),
38350  ADD UNIQUE KEY `resource_id` (`resource_id`,`resource_type`);45345  ADD UNIQUE KEY `resource_id` (`resource_id`,`resource_type`);
3835145346
38352--45347--
38353-- Indexes for table `room_reservations`45348-- Indexes for table `room_reservations`
38354--45349--
38355ALTER TABLE `room_reservations`45350ALTER TABLE `room_reservations`
38356  ADD PRIMARY KEY (`id`);45351  ADD PRIMARY KEY (`id`);
3835745352
38358--45353--
38359-- Indexes for table `rp_now_config`45354-- Indexes for table `rp_now_config`
38360--45355--
38361ALTER TABLE `rp_now_config`45356ALTER TABLE `rp_now_config`
38362  ADD PRIMARY KEY (`rpnow_id`),45357  ADD PRIMARY KEY (`rpnow_id`),
38363  ADD KEY `rp_now_config_fk_1` (`exam_post_id`);45358  ADD KEY `rp_now_config_fk_1` (`exam_post_id`);
3836445359
38365--45360--
38366-- Indexes for table `rp_now_users`45361-- Indexes for table `rp_now_users`
38367--45362--
38368ALTER TABLE `rp_now_users`45363ALTER TABLE `rp_now_users`
38369  ADD PRIMARY KEY (`rpnow_id`),45364  ADD PRIMARY KEY (`rpnow_id`),
38370  ADD KEY `rp_now_user_fk_1` (`rpnow_config_id`);45365  ADD KEY `rp_now_user_fk_1` (`rpnow_config_id`);
3837145366
38372--45367--
38373-- Indexes for table `sandboxes`45368-- Indexes for table `sandboxes`
38374--45369--
38375ALTER TABLE `sandboxes`45370ALTER TABLE `sandboxes`
38376  ADD PRIMARY KEY (`id`);45371  ADD PRIMARY KEY (`id`);
3837745372
38378--45373--
38379-- Indexes for table `scorm_cmis`45374-- Indexes for table `scorm_cmis`
38380--45375--
38381ALTER TABLE `scorm_cmis`45376ALTER TABLE `scorm_cmis`
38382  ADD PRIMARY KEY (`scorm_cmi_id`),45377  ADD PRIMARY KEY (`scorm_cmi_id`),
38383  ADD KEY `learning_object_id` (`learning_object_id`);45378  ADD KEY `learning_object_id` (`learning_object_id`);
3838445379
38385--45380--
38386-- Indexes for table `secure_access_files`45381-- Indexes for table `secure_access_files`
38387--45382--
38388ALTER TABLE `secure_access_files`45383ALTER TABLE `secure_access_files`
38389  ADD PRIMARY KEY (`id`);45384  ADD PRIMARY KEY (`id`);
3839045385
38391--45386--
38392-- Indexes for table `secure_access_keys`45387-- Indexes for table `secure_access_keys`
38393--45388--
38394ALTER TABLE `secure_access_keys`45389ALTER TABLE `secure_access_keys`
38395  ADD PRIMARY KEY (`id`);45390  ADD PRIMARY KEY (`id`);
3839645391
38397--45392--
38398-- Indexes for table `settings`45393-- Indexes for table `settings`
38399--45394--
38400ALTER TABLE `settings`45395ALTER TABLE `settings`
38401  ADD PRIMARY KEY (`setting_id`);45396  ADD PRIMARY KEY (`setting_id`);
3840245397
38403--45398--
38404-- Indexes for table `site_linked_objectives`45399-- Indexes for table `site_linked_objectives`
38405--45400--
38406ALTER TABLE `site_linked_objectives`45401ALTER TABLE `site_linked_objectives`
38407  ADD PRIMARY KEY (`slobjective_id`),45402  ADD PRIMARY KEY (`slobjective_id`),
38408  ADD KEY `assessment_id` (`site_id`),45403  ADD KEY `assessment_id` (`site_id`),
38409  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);45404  ADD KEY `objective_target` (`objective_id`,`target_objective_id`);
3841045405
38411--45406--
38412-- Indexes for table `statistics`45407-- Indexes for table `statistics`
38413--45408--
38414ALTER TABLE `statistics`45409ALTER TABLE `statistics`
38415  ADD PRIMARY KEY (`statistic_id`),45410  ADD PRIMARY KEY (`statistic_id`),
38416  ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`),45411  ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`),
38417  ADD KEY `proxy_id_2` (`proxy_id`),45412  ADD KEY `proxy_id_2` (`proxy_id`),
38418  ADD KEY `timestamp` (`timestamp`),45413  ADD KEY `timestamp` (`timestamp`),
38419  ADD KEY `module` (`module`,`action`,`action_field`,`action_value`),45414  ADD KEY `module` (`module`,`action`,`action_field`,`action_value`),
38420  ADD KEY `action` (`action`),45415  ADD KEY `action` (`action`),
38421  ADD KEY `action_field` (`action_field`);45416  ADD KEY `action_field` (`action_field`);
3842245417
38423--45418--
38424-- Indexes for table `statistics_archive`45419-- Indexes for table `statistics_archive`
38425--45420--
38426ALTER TABLE `statistics_archive`45421ALTER TABLE `statistics_archive`
38427  ADD PRIMARY KEY (`statistic_id`),45422  ADD PRIMARY KEY (`statistic_id`),
38428  ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`),45423  ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`),
38429  ADD KEY `proxy_id_2` (`proxy_id`),45424  ADD KEY `proxy_id_2` (`proxy_id`),
38430  ADD KEY `timestamp` (`timestamp`),45425  ADD KEY `timestamp` (`timestamp`),
38431  ADD KEY `module` (`module`,`action`,`action_field`,`action_value`),45426  ADD KEY `module` (`module`,`action`,`action_field`,`action_value`),
38432  ADD KEY `action` (`action`),45427  ADD KEY `action` (`action`),
38433  ADD KEY `action_field` (`action_field`);45428  ADD KEY `action_field` (`action_field`);
3843445429
38435--45430--
38436-- Indexes for table `student_awards_external`45431-- Indexes for table `student_awards_external`
38437--45432--
38438ALTER TABLE `student_awards_external`45433ALTER TABLE `student_awards_external`
38439  ADD PRIMARY KEY (`id`);45434  ADD PRIMARY KEY (`id`);
3844045435
38441--45436--
38442-- Indexes for table `student_awards_internal`45437-- Indexes for table `student_awards_internal`
38443--45438--
38444ALTER TABLE `student_awards_internal`45439ALTER TABLE `student_awards_internal`
38445  ADD PRIMARY KEY (`id`);45440  ADD PRIMARY KEY (`id`);
3844645441
38447--45442--
38448-- Indexes for table `student_awards_internal_types`45443-- Indexes for table `student_awards_internal_types`
38449--45444--
38450ALTER TABLE `student_awards_internal_types`45445ALTER TABLE `student_awards_internal_types`
38451  ADD PRIMARY KEY (`id`),45446  ADD PRIMARY KEY (`id`),
38452  ADD UNIQUE KEY `title_unique` (`title`);45447  ADD UNIQUE KEY `title_unique` (`title`);
3845345448
38454--45449--
38455-- Indexes for table `student_clineval_comments`45450-- Indexes for table `student_clineval_comments`
38456--45451--
38457ALTER TABLE `student_clineval_comments`45452ALTER TABLE `student_clineval_comments`
38458  ADD PRIMARY KEY (`id`);45453  ADD PRIMARY KEY (`id`);
3845945454
38460--45455--
38461-- Indexes for table `student_community_health_and_epidemiology`45456-- Indexes for table `student_community_health_and_epidemiology`
38462--45457--
38463ALTER TABLE `student_community_health_and_epidemiology`45458ALTER TABLE `student_community_health_and_epidemiology`
38464  ADD PRIMARY KEY (`user_id`);45459  ADD PRIMARY KEY (`user_id`);
3846545460
38466--45461--
38467-- Indexes for table `student_contributions`45462-- Indexes for table `student_contributions`
38468--45463--
38469ALTER TABLE `student_contributions`45464ALTER TABLE `student_contributions`
38470  ADD PRIMARY KEY (`id`);45465  ADD PRIMARY KEY (`id`);
3847145466
38472--45467--
38473-- Indexes for table `student_critical_enquiries`45468-- Indexes for table `student_critical_enquiries`
38474--45469--
38475ALTER TABLE `student_critical_enquiries`45470ALTER TABLE `student_critical_enquiries`
38476  ADD PRIMARY KEY (`user_id`);45471  ADD PRIMARY KEY (`user_id`);
3847745472
38478--45473--
38479-- Indexes for table `student_disciplinary_actions`45474-- Indexes for table `student_disciplinary_actions`
38480--45475--
38481ALTER TABLE `student_disciplinary_actions`45476ALTER TABLE `student_disciplinary_actions`
38482  ADD PRIMARY KEY (`id`);45477  ADD PRIMARY KEY (`id`);
3848345478
38484--45479--
38485-- Indexes for table `student_formal_remediations`45480-- Indexes for table `student_formal_remediations`
38486--45481--
38487ALTER TABLE `student_formal_remediations`45482ALTER TABLE `student_formal_remediations`
38488  ADD PRIMARY KEY (`id`);45483  ADD PRIMARY KEY (`id`);
3848945484
38490--45485--
38491-- Indexes for table `student_international_activities`45486-- Indexes for table `student_international_activities`
38492--45487--
38493ALTER TABLE `student_international_activities`45488ALTER TABLE `student_international_activities`
38494  ADD PRIMARY KEY (`id`);45489  ADD PRIMARY KEY (`id`);
3849545490
38496--45491--
38497-- Indexes for table `student_leaves_of_absence`45492-- Indexes for table `student_leaves_of_absence`
38498--45493--
38499ALTER TABLE `student_leaves_of_absence`45494ALTER TABLE `student_leaves_of_absence`
38500  ADD PRIMARY KEY (`id`);45495  ADD PRIMARY KEY (`id`);
3850145496
38502--45497--
38503-- Indexes for table `student_mspr`45498-- Indexes for table `student_mspr`
38504--45499--
38505ALTER TABLE `student_mspr`45500ALTER TABLE `student_mspr`
38506  ADD PRIMARY KEY (`user_id`),45501  ADD PRIMARY KEY (`user_id`),
38507  ADD KEY `idx_user_id` (`user_id`);45502  ADD KEY `idx_user_id` (`user_id`);
3850845503
38509--45504--
38510-- Indexes for table `student_mspr_class`45505-- Indexes for table `student_mspr_class`
38511--45506--
38512ALTER TABLE `student_mspr_class`45507ALTER TABLE `student_mspr_class`
38513  ADD PRIMARY KEY (`year`);45508  ADD PRIMARY KEY (`year`);
3851445509
38515--45510--
38516-- Indexes for table `student_observerships`45511-- Indexes for table `student_observerships`
38517--45512--
38518ALTER TABLE `student_observerships`45513ALTER TABLE `student_observerships`
38519  ADD PRIMARY KEY (`id`);45514  ADD PRIMARY KEY (`id`);
3852045515
38521--45516--
38522-- Indexes for table `student_research`45517-- Indexes for table `student_research`
38523--45518--
38524ALTER TABLE `student_research`45519ALTER TABLE `student_research`
38525  ADD PRIMARY KEY (`id`);45520  ADD PRIMARY KEY (`id`);
3852645521
38527--45522--
38528-- Indexes for table `student_studentships`45523-- Indexes for table `student_studentships`
38529--45524--
38530ALTER TABLE `student_studentships`45525ALTER TABLE `student_studentships`
38531  ADD PRIMARY KEY (`id`);45526  ADD PRIMARY KEY (`id`);
3853245527
38533--45528--
38534-- Indexes for table `student_student_run_electives`45529-- Indexes for table `student_student_run_electives`
38535--45530--
38536ALTER TABLE `student_student_run_electives`45531ALTER TABLE `student_student_run_electives`
38537  ADD PRIMARY KEY (`id`);45532  ADD PRIMARY KEY (`id`);
3853845533
38539--45534--
38540-- Indexes for table `tbl_exam_post_reporter`45535-- Indexes for table `tbl_exam_post_reporter`
38541--45536--
38542ALTER TABLE `tbl_exam_post_reporter`45537ALTER TABLE `tbl_exam_post_reporter`
38543  ADD PRIMARY KEY (`id`);45538  ADD PRIMARY KEY (`id`);
3854445539
38545--45540--
38546-- Indexes for table `tbl_lu_answer_thresholds`45541-- Indexes for table `tbl_lu_answer_thresholds`
38547--45542--
38548ALTER TABLE `tbl_lu_answer_thresholds`45543ALTER TABLE `tbl_lu_answer_thresholds`
38549  ADD PRIMARY KEY (`id`);45544  ADD PRIMARY KEY (`id`);
3855045545
38551--45546--
38552-- Indexes for table `tbl_lu_trat_attempt_weighting`45547-- Indexes for table `tbl_lu_trat_attempt_weighting`
38553--45548--
38554ALTER TABLE `tbl_lu_trat_attempt_weighting`45549ALTER TABLE `tbl_lu_trat_attempt_weighting`
38555  ADD PRIMARY KEY (`id`);45550  ADD PRIMARY KEY (`id`);
3855645551
38557--45552--
38558-- Indexes for table `topic_organisation`45553-- Indexes for table `topic_organisation`
38559--45554--
38560ALTER TABLE `topic_organisation`45555ALTER TABLE `topic_organisation`
38561  ADD PRIMARY KEY (`topic_id`,`organisation_id`);45556  ADD PRIMARY KEY (`topic_id`,`organisation_id`);
3856245557
38563--45558--
38564-- Indexes for table `turnitin_entities`45559-- Indexes for table `turnitin_entities`
38565--45560--
38566ALTER TABLE `turnitin_entities`45561ALTER TABLE `turnitin_entities`
38567  ADD PRIMARY KEY (`id`);45562  ADD PRIMARY KEY (`id`);
3856845563
38569--45564--
38570-- Indexes for table `turnitin_eula_acceptance`45565-- Indexes for table `turnitin_eula_acceptance`
38571--45566--
38572ALTER TABLE `turnitin_eula_acceptance`45567ALTER TABLE `turnitin_eula_acceptance`
38573  ADD PRIMARY KEY (`id`),45568  ADD PRIMARY KEY (`id`),
38574  ADD KEY `proxy_id` (`proxy_id`),45569  ADD KEY `proxy_id` (`proxy_id`),
38575  ADD KEY `version_id` (`version_id`);45570  ADD KEY `version_id` (`version_id`);
3857645571
38577--45572--
38578-- Indexes for table `turnitin_similarity_reports`45573-- Indexes for table `turnitin_similarity_reports`
38579--45574--
38580ALTER TABLE `turnitin_similarity_reports`45575ALTER TABLE `turnitin_similarity_reports`
38581  ADD PRIMARY KEY (`id`),45576  ADD PRIMARY KEY (`id`),
38582  ADD KEY `submission_id` (`submission_id`),45577  ADD KEY `submission_id` (`submission_id`),
38583  ADD KEY `assignment_id` (`assignment_id`),45578  ADD KEY `assignment_id` (`assignment_id`),
38584  ADD KEY `afile_id` (`afile_id`),45579  ADD KEY `afile_id` (`afile_id`),
38585  ADD KEY `proxy_id` (`proxy_id`);45580  ADD KEY `proxy_id` (`proxy_id`);
3858645581
38587--45582--
38588-- Indexes for table `turnitin_submissions`45583-- Indexes for table `turnitin_submissions`
38589--45584--
38590ALTER TABLE `turnitin_submissions`45585ALTER TABLE `turnitin_submissions`
38591  ADD PRIMARY KEY (`id`);45586  ADD PRIMARY KEY (`id`);
3859245587
38593--45588--
38594-- Indexes for table `turnitin_submission_files`45589-- Indexes for table `turnitin_submission_files`
38595--45590--
38596ALTER TABLE `turnitin_submission_files`45591ALTER TABLE `turnitin_submission_files`
38597  ADD PRIMARY KEY (`id`),45592  ADD PRIMARY KEY (`id`),
38598  ADD KEY `submission_id` (`submission_id`),45593  ADD KEY `submission_id` (`submission_id`),
38599  ADD KEY `assignment_id` (`assignment_id`);45594  ADD KEY `assignment_id` (`assignment_id`);
3860045595
38601--45596--
38602-- Indexes for table `turnitin_webhooks`45597-- Indexes for table `turnitin_webhooks`
38603--45598--
38604ALTER TABLE `turnitin_webhooks`45599ALTER TABLE `turnitin_webhooks`
38605  ADD PRIMARY KEY (`id`),45600  ADD PRIMARY KEY (`id`),
38606  ADD KEY `FK_TURNITIN` (`turnitin_id`);45601  ADD KEY `FK_TURNITIN` (`turnitin_id`);
3860745602
38608--45603--
38609-- Indexes for table `turnitin_webhook_responses`45604-- Indexes for table `turnitin_webhook_responses`
38610--45605--
38611ALTER TABLE `turnitin_webhook_responses`45606ALTER TABLE `turnitin_webhook_responses`
38612  ADD PRIMARY KEY (`id`);45607  ADD PRIMARY KEY (`id`);
3861345608
38614--45609--
38615-- Indexes for table `tweets`45610-- Indexes for table `tweets`
38616--45611--
38617ALTER TABLE `tweets`45612ALTER TABLE `tweets`
38618  ADD PRIMARY KEY (`id`),45613  ADD PRIMARY KEY (`id`),
38619  ADD KEY `tweets_handle` (`tweets_handle`,`tweets_hashtag`);45614  ADD KEY `tweets_handle` (`tweets_handle`,`tweets_hashtag`);
3862045615
38621--45616--
38622-- Indexes for table `users_online`45617-- Indexes for table `users_online`
38623--45618--
38624ALTER TABLE `users_online`45619ALTER TABLE `users_online`
38625  ADD PRIMARY KEY (`session_id`),45620  ADD PRIMARY KEY (`session_id`),
38626  ADD KEY `ip_address` (`ip_address`),45621  ADD KEY `ip_address` (`ip_address`),
38627  ADD KEY `proxy_id` (`proxy_id`),45622  ADD KEY `proxy_id` (`proxy_id`),
38628  ADD KEY `timestamp` (`timestamp`);45623  ADD KEY `timestamp` (`timestamp`);
3862945624
38630--45625--
38631-- Indexes for table `user_access_requests`45626-- Indexes for table `user_access_requests`
38632--45627--
38633ALTER TABLE `user_access_requests`45628ALTER TABLE `user_access_requests`
38634  ADD PRIMARY KEY (`user_access_request_id`);45629  ADD PRIMARY KEY (`user_access_request_id`);
3863545630
38636--45631--
38637-- Indexes for table `user_learner_levels`45632-- Indexes for table `user_learner_levels`
38638--45633--
38639ALTER TABLE `user_learner_levels`45634ALTER TABLE `user_learner_levels`
38640  ADD PRIMARY KEY (`user_learner_level_id`),45635  ADD PRIMARY KEY (`user_learner_level_id`),
38641  ADD KEY `proxy_id` (`proxy_id`),45636  ADD KEY `proxy_id` (`proxy_id`),
38642  ADD KEY `user_learner_levels_level_id` (`level_id`),45637  ADD KEY `user_learner_levels_level_id` (`level_id`),
38643  ADD KEY `user_learner_levels_status_id` (`status_id`);45638  ADD KEY `user_learner_levels_status_id` (`status_id`);
3864445639
38645--45640--
38646-- Indexes for table `websockets_statistics_entries`45641-- Indexes for table `websockets_statistics_entries`
38647--45642--
38648ALTER TABLE `websockets_statistics_entries`45643ALTER TABLE `websockets_statistics_entries`
38649  ADD PRIMARY KEY (`id`);45644  ADD PRIMARY KEY (`id`);
3865045645
38651--45646--
38652-- Indexes for table `weeks`45647-- Indexes for table `weeks`
38653--45648--
38654ALTER TABLE `weeks`45649ALTER TABLE `weeks`
38655  ADD PRIMARY KEY (`week_id`),45650  ADD PRIMARY KEY (`week_id`),
38656  ADD KEY `curriculum_type_id` (`curriculum_type_id`);45651  ADD KEY `curriculum_type_id` (`curriculum_type_id`);
3865745652
38658--45653--
38659-- AUTO_INCREMENT for dumped tables45654-- AUTO_INCREMENT for dumped tables
38660--45655--
3866145656
38662--45657--
38663-- AUTO_INCREMENT for table `ali_resources`45658-- AUTO_INCREMENT for table `ali_resources`
38664--45659--
38665ALTER TABLE `ali_resources`45660ALTER TABLE `ali_resources`
38666  MODIFY `ali_resource_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45661  MODIFY `ali_resource_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3866745662
38668--45663--
38669-- AUTO_INCREMENT for table `ali_resource_entities`45664-- AUTO_INCREMENT for table `ali_resource_entities`
38670--45665--
38671ALTER TABLE `ali_resource_entities`45666ALTER TABLE `ali_resource_entities`
38672  MODIFY `ali_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45667  MODIFY `ali_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3867345668
38674--45669--
38675-- AUTO_INCREMENT for table `ali_resource_meta`45670-- AUTO_INCREMENT for table `ali_resource_meta`
38676--45671--
38677ALTER TABLE `ali_resource_meta`45672ALTER TABLE `ali_resource_meta`
38678  MODIFY `ali_resource_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45673  MODIFY `ali_resource_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3867945674
38680--45675--
38681-- AUTO_INCREMENT for table `ali_resource_meta_types`45676-- AUTO_INCREMENT for table `ali_resource_meta_types`
38682--45677--
38683ALTER TABLE `ali_resource_meta_types`45678ALTER TABLE `ali_resource_meta_types`
38684  MODIFY `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45679  MODIFY `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3868545680
38686--45681--
38687-- AUTO_INCREMENT for table `ali_resource_organisation`45682-- AUTO_INCREMENT for table `ali_resource_organisation`
38688--45683--
38689ALTER TABLE `ali_resource_organisation`45684ALTER TABLE `ali_resource_organisation`
38690  MODIFY `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45685  MODIFY `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3869145686
38692--45687--
38693-- AUTO_INCREMENT for table `ali_resource_types`45688-- AUTO_INCREMENT for table `ali_resource_types`
38694--45689--
38695ALTER TABLE `ali_resource_types`45690ALTER TABLE `ali_resource_types`
38696  MODIFY `ali_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;45691  MODIFY `ali_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3869745692
38698--45693--
38699-- AUTO_INCREMENT for table `ali_resource_type_organisation`45694-- AUTO_INCREMENT for table `ali_resource_type_organisation`
38700--45695--
38701ALTER TABLE `ali_resource_type_organisation`45696ALTER TABLE `ali_resource_type_organisation`
38702  MODIFY `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;45697  MODIFY `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3870345698
38704--45699--
38705-- AUTO_INCREMENT for table `ar_book_chapter_mono`45700-- AUTO_INCREMENT for table `ar_book_chapter_mono`
38706--45701--
38707ALTER TABLE `ar_book_chapter_mono`45702ALTER TABLE `ar_book_chapter_mono`
38708  MODIFY `book_chapter_mono_id` int(11) NOT NULL AUTO_INCREMENT;45703  MODIFY `book_chapter_mono_id` int(11) NOT NULL AUTO_INCREMENT;
3870945704
38710--45705--
38711-- AUTO_INCREMENT for table `ar_clinical_activity`45706-- AUTO_INCREMENT for table `ar_clinical_activity`
38712--45707--
38713ALTER TABLE `ar_clinical_activity`45708ALTER TABLE `ar_clinical_activity`
38714  MODIFY `clinical_activity_id` int(11) NOT NULL AUTO_INCREMENT;45709  MODIFY `clinical_activity_id` int(11) NOT NULL AUTO_INCREMENT;
3871545710
38716--45711--
38717-- AUTO_INCREMENT for table `ar_clinical_education`45712-- AUTO_INCREMENT for table `ar_clinical_education`
38718--45713--
38719ALTER TABLE `ar_clinical_education`45714ALTER TABLE `ar_clinical_education`
38720  MODIFY `clinical_education_id` int(11) NOT NULL AUTO_INCREMENT;45715  MODIFY `clinical_education_id` int(11) NOT NULL AUTO_INCREMENT;
3872145716
38722--45717--
38723-- AUTO_INCREMENT for table `ar_clinical_innovation`45718-- AUTO_INCREMENT for table `ar_clinical_innovation`
38724--45719--
38725ALTER TABLE `ar_clinical_innovation`45720ALTER TABLE `ar_clinical_innovation`
38726  MODIFY `clinical_innovation_id` int(11) NOT NULL AUTO_INCREMENT;45721  MODIFY `clinical_innovation_id` int(11) NOT NULL AUTO_INCREMENT;
3872745722
38728--45723--
38729-- AUTO_INCREMENT for table `ar_clinics`45724-- AUTO_INCREMENT for table `ar_clinics`
38730--45725--
38731ALTER TABLE `ar_clinics`45726ALTER TABLE `ar_clinics`
38732  MODIFY `clinics_id` int(11) NOT NULL AUTO_INCREMENT;45727  MODIFY `clinics_id` int(11) NOT NULL AUTO_INCREMENT;
3873345728
38734--45729--
38735-- AUTO_INCREMENT for table `ar_conference_papers`45730-- AUTO_INCREMENT for table `ar_conference_papers`
38736--45731--
38737ALTER TABLE `ar_conference_papers`45732ALTER TABLE `ar_conference_papers`
38738  MODIFY `conference_papers_id` int(11) NOT NULL AUTO_INCREMENT;45733  MODIFY `conference_papers_id` int(11) NOT NULL AUTO_INCREMENT;
3873945734
38740--45735--
38741-- AUTO_INCREMENT for table `ar_consults`45736-- AUTO_INCREMENT for table `ar_consults`
38742--45737--
38743ALTER TABLE `ar_consults`45738ALTER TABLE `ar_consults`
38744  MODIFY `consults_id` int(11) NOT NULL AUTO_INCREMENT;45739  MODIFY `consults_id` int(11) NOT NULL AUTO_INCREMENT;
3874545740
38746--45741--
38747-- AUTO_INCREMENT for table `ar_continuing_education`45742-- AUTO_INCREMENT for table `ar_continuing_education`
38748--45743--
38749ALTER TABLE `ar_continuing_education`45744ALTER TABLE `ar_continuing_education`
38750  MODIFY `continuing_education_id` int(11) NOT NULL AUTO_INCREMENT;45745  MODIFY `continuing_education_id` int(11) NOT NULL AUTO_INCREMENT;
3875145746
38752--45747--
38753-- AUTO_INCREMENT for table `ar_external_contributions`45748-- AUTO_INCREMENT for table `ar_external_contributions`
38754--45749--
38755ALTER TABLE `ar_external_contributions`45750ALTER TABLE `ar_external_contributions`
38756  MODIFY `external_contributions_id` int(11) NOT NULL AUTO_INCREMENT;45751  MODIFY `external_contributions_id` int(11) NOT NULL AUTO_INCREMENT;
3875745752
38758--45753--
38759-- AUTO_INCREMENT for table `ar_graduate_supervision`45754-- AUTO_INCREMENT for table `ar_graduate_supervision`
38760--45755--
38761ALTER TABLE `ar_graduate_supervision`45756ALTER TABLE `ar_graduate_supervision`
38762  MODIFY `graduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT;45757  MODIFY `graduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT;
3876345758
38764--45759--
38765-- AUTO_INCREMENT for table `ar_graduate_teaching`45760-- AUTO_INCREMENT for table `ar_graduate_teaching`
38766--45761--
38767ALTER TABLE `ar_graduate_teaching`45762ALTER TABLE `ar_graduate_teaching`
38768  MODIFY `graduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT;45763  MODIFY `graduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT;
3876945764
38770--45765--
38771-- AUTO_INCREMENT for table `ar_innovation`45766-- AUTO_INCREMENT for table `ar_innovation`
38772--45767--
38773ALTER TABLE `ar_innovation`45768ALTER TABLE `ar_innovation`
38774  MODIFY `innovation_id` int(11) NOT NULL AUTO_INCREMENT;45769  MODIFY `innovation_id` int(11) NOT NULL AUTO_INCREMENT;
3877545770
38776--45771--
38777-- AUTO_INCREMENT for table `ar_internal_contributions`45772-- AUTO_INCREMENT for table `ar_internal_contributions`
38778--45773--
38779ALTER TABLE `ar_internal_contributions`45774ALTER TABLE `ar_internal_contributions`
38780  MODIFY `internal_contributions_id` int(11) NOT NULL AUTO_INCREMENT;45775  MODIFY `internal_contributions_id` int(11) NOT NULL AUTO_INCREMENT;
3878145776
38782--45777--
38783-- AUTO_INCREMENT for table `ar_lu_activity_types`45778-- AUTO_INCREMENT for table `ar_lu_activity_types`
38784--45779--
38785ALTER TABLE `ar_lu_activity_types`45780ALTER TABLE `ar_lu_activity_types`
38786  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45781  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3878745782
38788--45783--
38789-- AUTO_INCREMENT for table `ar_lu_clinical_locations`45784-- AUTO_INCREMENT for table `ar_lu_clinical_locations`
38790--45785--
38791ALTER TABLE `ar_lu_clinical_locations`45786ALTER TABLE `ar_lu_clinical_locations`
38792  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45787  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3879345788
38794--45789--
38795-- AUTO_INCREMENT for table `ar_lu_conference_paper_types`45790-- AUTO_INCREMENT for table `ar_lu_conference_paper_types`
38796--45791--
38797ALTER TABLE `ar_lu_conference_paper_types`45792ALTER TABLE `ar_lu_conference_paper_types`
38798  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;45793  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3879945794
38800--45795--
38801-- AUTO_INCREMENT for table `ar_lu_consult_locations`45796-- AUTO_INCREMENT for table `ar_lu_consult_locations`
38802--45797--
38803ALTER TABLE `ar_lu_consult_locations`45798ALTER TABLE `ar_lu_consult_locations`
38804  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45799  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3880545800
38806--45801--
38807-- AUTO_INCREMENT for table `ar_lu_contribution_roles`45802-- AUTO_INCREMENT for table `ar_lu_contribution_roles`
38808--45803--
38809ALTER TABLE `ar_lu_contribution_roles`45804ALTER TABLE `ar_lu_contribution_roles`
38810  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;45805  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
3881145806
38812--45807--
38813-- AUTO_INCREMENT for table `ar_lu_contribution_types`45808-- AUTO_INCREMENT for table `ar_lu_contribution_types`
38814--45809--
38815ALTER TABLE `ar_lu_contribution_types`45810ALTER TABLE `ar_lu_contribution_types`
38816  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;45811  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
3881745812
38818--45813--
38819-- AUTO_INCREMENT for table `ar_lu_degree_types`45814-- AUTO_INCREMENT for table `ar_lu_degree_types`
38820--45815--
38821ALTER TABLE `ar_lu_degree_types`45816ALTER TABLE `ar_lu_degree_types`
38822  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;45817  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
3882345818
38824--45819--
38825-- AUTO_INCREMENT for table `ar_lu_education_locations`45820-- AUTO_INCREMENT for table `ar_lu_education_locations`
38826--45821--
38827ALTER TABLE `ar_lu_education_locations`45822ALTER TABLE `ar_lu_education_locations`
38828  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45823  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3882945824
38830--45825--
38831-- AUTO_INCREMENT for table `ar_lu_focus_groups`45826-- AUTO_INCREMENT for table `ar_lu_focus_groups`
38832--45827--
38833ALTER TABLE `ar_lu_focus_groups`45828ALTER TABLE `ar_lu_focus_groups`
38834  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;45829  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
3883545830
38836--45831--
38837-- AUTO_INCREMENT for table `ar_lu_innovation_types`45832-- AUTO_INCREMENT for table `ar_lu_innovation_types`
38838--45833--
38839ALTER TABLE `ar_lu_innovation_types`45834ALTER TABLE `ar_lu_innovation_types`
38840  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;45835  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3884145836
38842--45837--
38843-- AUTO_INCREMENT for table `ar_lu_membership_roles`45838-- AUTO_INCREMENT for table `ar_lu_membership_roles`
38844--45839--
38845ALTER TABLE `ar_lu_membership_roles`45840ALTER TABLE `ar_lu_membership_roles`
38846  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;45841  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3884745842
38848--45843--
38849-- AUTO_INCREMENT for table `ar_lu_on_call_locations`45844-- AUTO_INCREMENT for table `ar_lu_on_call_locations`
38850--45845--
38851ALTER TABLE `ar_lu_on_call_locations`45846ALTER TABLE `ar_lu_on_call_locations`
38852  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45847  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3885345848
38854--45849--
38855-- AUTO_INCREMENT for table `ar_lu_other_locations`45850-- AUTO_INCREMENT for table `ar_lu_other_locations`
38856--45851--
38857ALTER TABLE `ar_lu_other_locations`45852ALTER TABLE `ar_lu_other_locations`
38858  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45853  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3885945854
38860--45855--
38861-- AUTO_INCREMENT for table `ar_lu_patent_types`45856-- AUTO_INCREMENT for table `ar_lu_patent_types`
38862--45857--
38863ALTER TABLE `ar_lu_patent_types`45858ALTER TABLE `ar_lu_patent_types`
38864  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45859  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3886545860
38866--45861--
38867-- AUTO_INCREMENT for table `ar_lu_prize_categories`45862-- AUTO_INCREMENT for table `ar_lu_prize_categories`
38868--45863--
38869ALTER TABLE `ar_lu_prize_categories`45864ALTER TABLE `ar_lu_prize_categories`
38870  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;45865  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3887145866
38872--45867--
38873-- AUTO_INCREMENT for table `ar_lu_prize_types`45868-- AUTO_INCREMENT for table `ar_lu_prize_types`
38874--45869--
38875ALTER TABLE `ar_lu_prize_types`45870ALTER TABLE `ar_lu_prize_types`
38876  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;45871  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3887745872
38878--45873--
38879-- AUTO_INCREMENT for table `ar_lu_profile_roles`45874-- AUTO_INCREMENT for table `ar_lu_profile_roles`
38880--45875--
38881ALTER TABLE `ar_lu_profile_roles`45876ALTER TABLE `ar_lu_profile_roles`
38882  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;45877  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3888345878
38884--45879--
38885-- AUTO_INCREMENT for table `ar_lu_publication_statuses`45880-- AUTO_INCREMENT for table `ar_lu_publication_statuses`
38886--45881--
38887ALTER TABLE `ar_lu_publication_statuses`45882ALTER TABLE `ar_lu_publication_statuses`
38888  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;45883  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3888945884
38890--45885--
38891-- AUTO_INCREMENT for table `ar_lu_research_types`45886-- AUTO_INCREMENT for table `ar_lu_research_types`
38892--45887--
38893ALTER TABLE `ar_lu_research_types`45888ALTER TABLE `ar_lu_research_types`
38894  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45889  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3889545890
38896--45891--
38897-- AUTO_INCREMENT for table `ar_lu_scholarly_types`45892-- AUTO_INCREMENT for table `ar_lu_scholarly_types`
38898--45893--
38899ALTER TABLE `ar_lu_scholarly_types`45894ALTER TABLE `ar_lu_scholarly_types`
38900  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;45895  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3890145896
38902--45897--
38903-- AUTO_INCREMENT for table `ar_lu_self_education_types`45898-- AUTO_INCREMENT for table `ar_lu_self_education_types`
38904--45899--
38905ALTER TABLE `ar_lu_self_education_types`45900ALTER TABLE `ar_lu_self_education_types`
38906  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;45901  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3890745902
38908--45903--
38909-- AUTO_INCREMENT for table `ar_lu_supervision_types`45904-- AUTO_INCREMENT for table `ar_lu_supervision_types`
38910--45905--
38911ALTER TABLE `ar_lu_supervision_types`45906ALTER TABLE `ar_lu_supervision_types`
38912  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;45907  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3891345908
38914--45909--
38915-- AUTO_INCREMENT for table `ar_lu_trainee_levels`45910-- AUTO_INCREMENT for table `ar_lu_trainee_levels`
38916--45911--
38917ALTER TABLE `ar_lu_trainee_levels`45912ALTER TABLE `ar_lu_trainee_levels`
38918  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;45913  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3891945914
38920--45915--
38921-- AUTO_INCREMENT for table `ar_lu_undergraduate_supervision_courses`45916-- AUTO_INCREMENT for table `ar_lu_undergraduate_supervision_courses`
38922--45917--
38923ALTER TABLE `ar_lu_undergraduate_supervision_courses`45918ALTER TABLE `ar_lu_undergraduate_supervision_courses`
38924  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;45919  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
3892545920
38926--45921--
38927-- AUTO_INCREMENT for table `ar_memberships`45922-- AUTO_INCREMENT for table `ar_memberships`
38928--45923--
38929ALTER TABLE `ar_memberships`45924ALTER TABLE `ar_memberships`
38930  MODIFY `memberships_id` int(11) NOT NULL AUTO_INCREMENT;45925  MODIFY `memberships_id` int(11) NOT NULL AUTO_INCREMENT;
3893145926
38932--45927--
38933-- AUTO_INCREMENT for table `ar_non_peer_reviewed_papers`45928-- AUTO_INCREMENT for table `ar_non_peer_reviewed_papers`
38934--45929--
38935ALTER TABLE `ar_non_peer_reviewed_papers`45930ALTER TABLE `ar_non_peer_reviewed_papers`
38936  MODIFY `non_peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT;45931  MODIFY `non_peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT;
3893745932
38938--45933--
38939-- AUTO_INCREMENT for table `ar_on_call`45934-- AUTO_INCREMENT for table `ar_on_call`
38940--45935--
38941ALTER TABLE `ar_on_call`45936ALTER TABLE `ar_on_call`
38942  MODIFY `on_call_id` int(11) NOT NULL AUTO_INCREMENT;45937  MODIFY `on_call_id` int(11) NOT NULL AUTO_INCREMENT;
3894345938
38944--45939--
38945-- AUTO_INCREMENT for table `ar_other`45940-- AUTO_INCREMENT for table `ar_other`
38946--45941--
38947ALTER TABLE `ar_other`45942ALTER TABLE `ar_other`
38948  MODIFY `other_id` int(11) NOT NULL AUTO_INCREMENT;45943  MODIFY `other_id` int(11) NOT NULL AUTO_INCREMENT;
3894945944
38950--45945--
38951-- AUTO_INCREMENT for table `ar_other_activity`45946-- AUTO_INCREMENT for table `ar_other_activity`
38952--45947--
38953ALTER TABLE `ar_other_activity`45948ALTER TABLE `ar_other_activity`
38954  MODIFY `other_activity_id` int(11) NOT NULL AUTO_INCREMENT;45949  MODIFY `other_activity_id` int(11) NOT NULL AUTO_INCREMENT;
3895545950
38956--45951--
38957-- AUTO_INCREMENT for table `ar_patent_activity`45952-- AUTO_INCREMENT for table `ar_patent_activity`
38958--45953--
38959ALTER TABLE `ar_patent_activity`45954ALTER TABLE `ar_patent_activity`
38960  MODIFY `patent_activity_id` int(11) NOT NULL AUTO_INCREMENT;45955  MODIFY `patent_activity_id` int(11) NOT NULL AUTO_INCREMENT;
3896145956
38962--45957--
38963-- AUTO_INCREMENT for table `ar_peer_reviewed_papers`45958-- AUTO_INCREMENT for table `ar_peer_reviewed_papers`
38964--45959--
38965ALTER TABLE `ar_peer_reviewed_papers`45960ALTER TABLE `ar_peer_reviewed_papers`
38966  MODIFY `peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT;45961  MODIFY `peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT;
3896745962
38968--45963--
38969-- AUTO_INCREMENT for table `ar_poster_reports`45964-- AUTO_INCREMENT for table `ar_poster_reports`
38970--45965--
38971ALTER TABLE `ar_poster_reports`45966ALTER TABLE `ar_poster_reports`
38972  MODIFY `poster_reports_id` int(11) NOT NULL AUTO_INCREMENT;45967  MODIFY `poster_reports_id` int(11) NOT NULL AUTO_INCREMENT;
3897345968
38974--45969--
38975-- AUTO_INCREMENT for table `ar_prizes`45970-- AUTO_INCREMENT for table `ar_prizes`
38976--45971--
38977ALTER TABLE `ar_prizes`45972ALTER TABLE `ar_prizes`
38978  MODIFY `prizes_id` int(11) NOT NULL AUTO_INCREMENT;45973  MODIFY `prizes_id` int(11) NOT NULL AUTO_INCREMENT;
3897945974
38980--45975--
38981-- AUTO_INCREMENT for table `ar_procedures`45976-- AUTO_INCREMENT for table `ar_procedures`
38982--45977--
38983ALTER TABLE `ar_procedures`45978ALTER TABLE `ar_procedures`
38984  MODIFY `procedures_id` int(11) NOT NULL AUTO_INCREMENT;45979  MODIFY `procedures_id` int(11) NOT NULL AUTO_INCREMENT;
3898545980
38986--45981--
38987-- AUTO_INCREMENT for table `ar_profile`45982-- AUTO_INCREMENT for table `ar_profile`
38988--45983--
38989ALTER TABLE `ar_profile`45984ALTER TABLE `ar_profile`
38990  MODIFY `profile_id` int(11) NOT NULL AUTO_INCREMENT;45985  MODIFY `profile_id` int(11) NOT NULL AUTO_INCREMENT;
3899145986
38992--45987--
38993-- AUTO_INCREMENT for table `ar_research`45988-- AUTO_INCREMENT for table `ar_research`
38994--45989--
38995ALTER TABLE `ar_research`45990ALTER TABLE `ar_research`
38996  MODIFY `research_id` int(11) NOT NULL AUTO_INCREMENT;45991  MODIFY `research_id` int(11) NOT NULL AUTO_INCREMENT;
3899745992
38998--45993--
38999-- AUTO_INCREMENT for table `ar_scholarly_activity`45994-- AUTO_INCREMENT for table `ar_scholarly_activity`
39000--45995--
39001ALTER TABLE `ar_scholarly_activity`45996ALTER TABLE `ar_scholarly_activity`
39002  MODIFY `scholarly_activity_id` int(11) NOT NULL AUTO_INCREMENT;45997  MODIFY `scholarly_activity_id` int(11) NOT NULL AUTO_INCREMENT;
3900345998
39004--45999--
39005-- AUTO_INCREMENT for table `ar_self_education`46000-- AUTO_INCREMENT for table `ar_self_education`
39006--46001--
39007ALTER TABLE `ar_self_education`46002ALTER TABLE `ar_self_education`
39008  MODIFY `self_education_id` int(11) NOT NULL AUTO_INCREMENT;46003  MODIFY `self_education_id` int(11) NOT NULL AUTO_INCREMENT;
3900946004
39010--46005--
39011-- AUTO_INCREMENT for table `ar_undergraduate_nonmedical_teaching`46006-- AUTO_INCREMENT for table `ar_undergraduate_nonmedical_teaching`
39012--46007--
39013ALTER TABLE `ar_undergraduate_nonmedical_teaching`46008ALTER TABLE `ar_undergraduate_nonmedical_teaching`
39014  MODIFY `undergraduate_nonmedical_teaching_id` int(11) NOT NULL AUTO_INCREMENT;46009  MODIFY `undergraduate_nonmedical_teaching_id` int(11) NOT NULL AUTO_INCREMENT;
3901546010
39016--46011--
39017-- AUTO_INCREMENT for table `ar_undergraduate_supervision`46012-- AUTO_INCREMENT for table `ar_undergraduate_supervision`
39018--46013--
39019ALTER TABLE `ar_undergraduate_supervision`46014ALTER TABLE `ar_undergraduate_supervision`
39020  MODIFY `undergraduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT;46015  MODIFY `undergraduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT;
3902146016
39022--46017--
39023-- AUTO_INCREMENT for table `ar_undergraduate_teaching`46018-- AUTO_INCREMENT for table `ar_undergraduate_teaching`
39024--46019--
39025ALTER TABLE `ar_undergraduate_teaching`46020ALTER TABLE `ar_undergraduate_teaching`
39026  MODIFY `undergraduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT;46021  MODIFY `undergraduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT;
3902746022
39028--46023--
39029-- AUTO_INCREMENT for table `ar_ward_supervision`46024-- AUTO_INCREMENT for table `ar_ward_supervision`
39030--46025--
39031ALTER TABLE `ar_ward_supervision`46026ALTER TABLE `ar_ward_supervision`
39032  MODIFY `ward_supervision_id` int(11) NOT NULL AUTO_INCREMENT;46027  MODIFY `ward_supervision_id` int(11) NOT NULL AUTO_INCREMENT;
3903346028
39034--46029--
39035-- AUTO_INCREMENT for table `assessments`46030-- AUTO_INCREMENT for table `assessments`
39036--46031--
39037ALTER TABLE `assessments`46032ALTER TABLE `assessments`
39038  MODIFY `assessment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;46033  MODIFY `assessment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
3903946034
39040--46035--
39041-- AUTO_INCREMENT for table `assessments_lu_meta`46036-- AUTO_INCREMENT for table `assessments_lu_meta`
39042--46037--
39043ALTER TABLE `assessments_lu_meta`46038ALTER TABLE `assessments_lu_meta`
39044  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;46039  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
3904546040
39046--46041--
39047-- AUTO_INCREMENT for table `assessments_lu_meta_options`46042-- AUTO_INCREMENT for table `assessments_lu_meta_options`
39048--46043--
39049ALTER TABLE `assessments_lu_meta_options`46044ALTER TABLE `assessments_lu_meta_options`
39050  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;46045  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3905146046
39052--46047--
39053-- AUTO_INCREMENT for table `assessments_lu_meta_scoring`46048-- AUTO_INCREMENT for table `assessments_lu_meta_scoring`
39054--46049--
39055ALTER TABLE `assessments_lu_meta_scoring`46050ALTER TABLE `assessments_lu_meta_scoring`
39056  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;46051  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3905746052
39058--46053--
39059-- AUTO_INCREMENT for table `assessment_attached_quizzes`46054-- AUTO_INCREMENT for table `assessment_attached_quizzes`
39060--46055--
39061ALTER TABLE `assessment_attached_quizzes`46056ALTER TABLE `assessment_attached_quizzes`
39062  MODIFY `aaquiz_id` int(12) NOT NULL AUTO_INCREMENT;46057  MODIFY `aaquiz_id` int(12) NOT NULL AUTO_INCREMENT;
3906346058
39064--46059--
39065-- AUTO_INCREMENT for table `assessment_collections`46060-- AUTO_INCREMENT for table `assessment_collections`
39066--46061--
39067ALTER TABLE `assessment_collections`46062ALTER TABLE `assessment_collections`
39068  MODIFY `collection_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;46063  MODIFY `collection_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3906946064
39070--46065--
39071-- AUTO_INCREMENT for table `assessment_comments`46066-- AUTO_INCREMENT for table `assessment_comments`
39072--46067--
39073ALTER TABLE `assessment_comments`46068ALTER TABLE `assessment_comments`
39074  MODIFY `acomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;46069  MODIFY `acomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
3907546070
39076--46071--
39077-- AUTO_INCREMENT for table `assessment_events`46072-- AUTO_INCREMENT for table `assessment_events`
39078--46073--
39079ALTER TABLE `assessment_events`46074ALTER TABLE `assessment_events`
39080  MODIFY `assessment_event_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46075  MODIFY `assessment_event_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3908146076
39082--46077--
39083-- AUTO_INCREMENT for table `assessment_exceptions`46078-- AUTO_INCREMENT for table `assessment_exceptions`
39084--46079--
39085ALTER TABLE `assessment_exceptions`46080ALTER TABLE `assessment_exceptions`
39086  MODIFY `aexception_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;46081  MODIFY `aexception_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3908746082
39088--46083--
39089-- AUTO_INCREMENT for table `assessment_graders`46084-- AUTO_INCREMENT for table `assessment_graders`
39090--46085--
39091ALTER TABLE `assessment_graders`46086ALTER TABLE `assessment_graders`
39092  MODIFY `ag_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;46087  MODIFY `ag_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
3909346088
39094--46089--
39095-- AUTO_INCREMENT for table `assessment_grades`46090-- AUTO_INCREMENT for table `assessment_grades`
39096--46091--
39097ALTER TABLE `assessment_grades`46092ALTER TABLE `assessment_grades`
39098  MODIFY `grade_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;46093  MODIFY `grade_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
3909946094
39100--46095--
39101-- AUTO_INCREMENT for table `assessment_grade_form_comments`46096-- AUTO_INCREMENT for table `assessment_grade_form_comments`
39102--46097--
39103ALTER TABLE `assessment_grade_form_comments`46098ALTER TABLE `assessment_grade_form_comments`
39104  MODIFY `agfcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46099  MODIFY `agfcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3910546100
39106--46101--
39107-- AUTO_INCREMENT for table `assessment_grade_form_elements`46102-- AUTO_INCREMENT for table `assessment_grade_form_elements`
39108--46103--
39109ALTER TABLE `assessment_grade_form_elements`46104ALTER TABLE `assessment_grade_form_elements`
39110  MODIFY `agfelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46105  MODIFY `agfelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3911146106
39112--46107--
39113-- AUTO_INCREMENT for table `assessment_grading_range`46108-- AUTO_INCREMENT for table `assessment_grading_range`
39114--46109--
39115ALTER TABLE `assessment_grading_range`46110ALTER TABLE `assessment_grading_range`
39116  MODIFY `agrange_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;46111  MODIFY `agrange_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
3911746112
39118--46113--
39119-- AUTO_INCREMENT for table `assessment_grading_scale`46114-- AUTO_INCREMENT for table `assessment_grading_scale`
39120--46115--
39121ALTER TABLE `assessment_grading_scale`46116ALTER TABLE `assessment_grading_scale`
39122  MODIFY `agscale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;46117  MODIFY `agscale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3912346118
39124--46119--
39125-- AUTO_INCREMENT for table `assessment_groups`46120-- AUTO_INCREMENT for table `assessment_groups`
39126--46121--
39127ALTER TABLE `assessment_groups`46122ALTER TABLE `assessment_groups`
39128  MODIFY `agroup_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;46123  MODIFY `agroup_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3912946124
39130--46125--
39131-- AUTO_INCREMENT for table `assessment_linked_objectives`46126-- AUTO_INCREMENT for table `assessment_linked_objectives`
39132--46127--
39133ALTER TABLE `assessment_linked_objectives`46128ALTER TABLE `assessment_linked_objectives`
39134  MODIFY `alobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46129  MODIFY `alobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3913546130
39136--46131--
39137-- AUTO_INCREMENT for table `assessment_marking_schemes`46132-- AUTO_INCREMENT for table `assessment_marking_schemes`
39138--46133--
39139ALTER TABLE `assessment_marking_schemes`46134ALTER TABLE `assessment_marking_schemes`
39140  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;46135  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3914146136
39142--46137--
39143-- AUTO_INCREMENT for table `assessment_notificatons`46138-- AUTO_INCREMENT for table `assessment_notificatons`
39144--46139--
39145ALTER TABLE `assessment_notificatons`46140ALTER TABLE `assessment_notificatons`
39146  MODIFY `at_notificaton_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46141  MODIFY `at_notificaton_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3914746142
39148--46143--
39149-- AUTO_INCREMENT for table `assessment_objectives`46144-- AUTO_INCREMENT for table `assessment_objectives`
39150--46145--
39151ALTER TABLE `assessment_objectives`46146ALTER TABLE `assessment_objectives`
39152  MODIFY `aobjective_id` int(12) NOT NULL AUTO_INCREMENT;46147  MODIFY `aobjective_id` int(12) NOT NULL AUTO_INCREMENT;
3915346148
39154--46149--
39155-- AUTO_INCREMENT for table `assessment_options`46150-- AUTO_INCREMENT for table `assessment_options`
39156--46151--
39157ALTER TABLE `assessment_options`46152ALTER TABLE `assessment_options`
39158  MODIFY `aoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;46153  MODIFY `aoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;
3915946154
39160--46155--
39161-- AUTO_INCREMENT for table `assessment_option_values`46156-- AUTO_INCREMENT for table `assessment_option_values`
39162--46157--
39163ALTER TABLE `assessment_option_values`46158ALTER TABLE `assessment_option_values`
39164  MODIFY `aovalue_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46159  MODIFY `aovalue_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3916546160
39166--46161--
39167-- AUTO_INCREMENT for table `assessment_quiz_questions`46162-- AUTO_INCREMENT for table `assessment_quiz_questions`
39168--46163--
39169ALTER TABLE `assessment_quiz_questions`46164ALTER TABLE `assessment_quiz_questions`
39170  MODIFY `aqquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46165  MODIFY `aqquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3917146166
39172--46167--
39173-- AUTO_INCREMENT for table `assessment_statistics`46168-- AUTO_INCREMENT for table `assessment_statistics`
39174--46169--
39175ALTER TABLE `assessment_statistics`46170ALTER TABLE `assessment_statistics`
n39176  MODIFY `assessment_statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;n46171  MODIFY `assessment_statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;
3917746172
39178--46173--
39179-- AUTO_INCREMENT for table `assigned_locations`46174-- AUTO_INCREMENT for table `assigned_locations`
39180--46175--
39181ALTER TABLE `assigned_locations`46176ALTER TABLE `assigned_locations`
39182  MODIFY `alocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;46177  MODIFY `alocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
3918346178
39184--46179--
39185-- AUTO_INCREMENT for table `assignments`46180-- AUTO_INCREMENT for table `assignments`
39186--46181--
39187ALTER TABLE `assignments`46182ALTER TABLE `assignments`
39188  MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46183  MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3918946184
39190--46185--
39191-- AUTO_INCREMENT for table `assignment_comments`46186-- AUTO_INCREMENT for table `assignment_comments`
39192--46187--
39193ALTER TABLE `assignment_comments`46188ALTER TABLE `assignment_comments`
39194  MODIFY `acomment_id` int(12) NOT NULL AUTO_INCREMENT;46189  MODIFY `acomment_id` int(12) NOT NULL AUTO_INCREMENT;
3919546190
39196--46191--
39197-- AUTO_INCREMENT for table `assignment_contacts`46192-- AUTO_INCREMENT for table `assignment_contacts`
39198--46193--
39199ALTER TABLE `assignment_contacts`46194ALTER TABLE `assignment_contacts`
39200  MODIFY `acontact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;46195  MODIFY `acontact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3920146196
39202--46197--
39203-- AUTO_INCREMENT for table `assignment_files`46198-- AUTO_INCREMENT for table `assignment_files`
39204--46199--
39205ALTER TABLE `assignment_files`46200ALTER TABLE `assignment_files`
39206  MODIFY `afile_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;46201  MODIFY `afile_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3920746202
39208--46203--
39209-- AUTO_INCREMENT for table `assignment_file_versions`46204-- AUTO_INCREMENT for table `assignment_file_versions`
39210--46205--
39211ALTER TABLE `assignment_file_versions`46206ALTER TABLE `assignment_file_versions`
39212  MODIFY `afversion_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46207  MODIFY `afversion_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3921346208
39214--46209--
39215-- AUTO_INCREMENT for table `assignment_turnitin_options`46210-- AUTO_INCREMENT for table `assignment_turnitin_options`
39216--46211--
39217ALTER TABLE `assignment_turnitin_options`46212ALTER TABLE `assignment_turnitin_options`
39218  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;46213  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
3921946214
39220--46215--
39221-- AUTO_INCREMENT for table `attached_quizzes`46216-- AUTO_INCREMENT for table `attached_quizzes`
39222--46217--
39223ALTER TABLE `attached_quizzes`46218ALTER TABLE `attached_quizzes`
39224  MODIFY `aquiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;46219  MODIFY `aquiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3922546220
39226--46221--
39227-- AUTO_INCREMENT for table `bookmarks`46222-- AUTO_INCREMENT for table `bookmarks`
39228--46223--
39229ALTER TABLE `bookmarks`46224ALTER TABLE `bookmarks`
39230  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46225  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3923146226
39232--46227--
39233-- AUTO_INCREMENT for table `bookmarks_blacklist`46228-- AUTO_INCREMENT for table `bookmarks_blacklist`
39234--46229--
39235ALTER TABLE `bookmarks_blacklist`46230ALTER TABLE `bookmarks_blacklist`
39236  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;46231  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3923746232
39238--46233--
39239-- AUTO_INCREMENT for table `bookmarks_default`46234-- AUTO_INCREMENT for table `bookmarks_default`
39240--46235--
39241ALTER TABLE `bookmarks_default`46236ALTER TABLE `bookmarks_default`
39242  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46237  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3924346238
39244--46239--
39245-- AUTO_INCREMENT for table `bookmarks_global`46240-- AUTO_INCREMENT for table `bookmarks_global`
39246--46241--
39247ALTER TABLE `bookmarks_global`46242ALTER TABLE `bookmarks_global`
39248  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46243  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3924946244
39250--46245--
39251-- AUTO_INCREMENT for table `cases`46246-- AUTO_INCREMENT for table `cases`
39252--46247--
39253ALTER TABLE `cases`46248ALTER TABLE `cases`
39254  MODIFY `case_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46249  MODIFY `case_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3925546250
39256--46251--
39257-- AUTO_INCREMENT for table `case_contacts`46252-- AUTO_INCREMENT for table `case_contacts`
39258--46253--
39259ALTER TABLE `case_contacts`46254ALTER TABLE `case_contacts`
39260  MODIFY `ccontact_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46255  MODIFY `ccontact_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3926146256
39262--46257--
39263-- AUTO_INCREMENT for table `case_periods`46258-- AUTO_INCREMENT for table `case_periods`
39264--46259--
39265ALTER TABLE `case_periods`46260ALTER TABLE `case_periods`
39266  MODIFY `case_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46261  MODIFY `case_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3926746262
39268--46263--
39269-- AUTO_INCREMENT for table `cbl_academic_advisor_meetings`46264-- AUTO_INCREMENT for table `cbl_academic_advisor_meetings`
39270--46265--
39271ALTER TABLE `cbl_academic_advisor_meetings`46266ALTER TABLE `cbl_academic_advisor_meetings`
39272  MODIFY `meeting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46267  MODIFY `meeting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3927346268
39274--46269--
39275-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_authors`46270-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_authors`
39276--46271--
39277ALTER TABLE `cbl_assessments_form_blueprint_authors`46272ALTER TABLE `cbl_assessments_form_blueprint_authors`
n39278  MODIFY `afbauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n46273  MODIFY `afbauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
3927946274
39280--46275--
39281-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_elements`46276-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_elements`
39282--46277--
39283ALTER TABLE `cbl_assessments_form_blueprint_elements`46278ALTER TABLE `cbl_assessments_form_blueprint_elements`
n39284  MODIFY `afblueprint_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n46279  MODIFY `afblueprint_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;
3928546280
39286--46281--
39287-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_item_templates`46282-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_item_templates`
39288--46283--
39289ALTER TABLE `cbl_assessments_form_blueprint_item_templates`46284ALTER TABLE `cbl_assessments_form_blueprint_item_templates`
39290  MODIFY `afb_item_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;46285  MODIFY `afb_item_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
3929146286
39292--46287--
39293-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_objectives`46288-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_objectives`
39294--46289--
39295ALTER TABLE `cbl_assessments_form_blueprint_objectives`46290ALTER TABLE `cbl_assessments_form_blueprint_objectives`
n39296  MODIFY `afblueprint_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n46291  MODIFY `afblueprint_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=169;
3929746292
39298--46293--
39299-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_rating_scales`46294-- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_rating_scales`
39300--46295--
39301ALTER TABLE `cbl_assessments_form_blueprint_rating_scales`46296ALTER TABLE `cbl_assessments_form_blueprint_rating_scales`
n39302  MODIFY `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;n46297  MODIFY `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
3930346298
39304--46299--
39305-- AUTO_INCREMENT for table `cbl_assessments_form_statistics`46300-- AUTO_INCREMENT for table `cbl_assessments_form_statistics`
39306--46301--
39307ALTER TABLE `cbl_assessments_form_statistics`46302ALTER TABLE `cbl_assessments_form_statistics`
39308  MODIFY `afstatistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46303  MODIFY `afstatistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3930946304
39310--46305--
39311-- AUTO_INCREMENT for table `cbl_assessments_form_type_component_settings`46306-- AUTO_INCREMENT for table `cbl_assessments_form_type_component_settings`
39312--46307--
39313ALTER TABLE `cbl_assessments_form_type_component_settings`46308ALTER TABLE `cbl_assessments_form_type_component_settings`
39314  MODIFY `aftc_setting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;46309  MODIFY `aftc_setting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
3931546310
39316--46311--
39317-- AUTO_INCREMENT for table `cbl_assessments_form_type_organisation`46312-- AUTO_INCREMENT for table `cbl_assessments_form_type_organisation`
39318--46313--
39319ALTER TABLE `cbl_assessments_form_type_organisation`46314ALTER TABLE `cbl_assessments_form_type_organisation`
39320  MODIFY `aftype_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;46315  MODIFY `aftype_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
3932146316
39322--46317--
39323-- AUTO_INCREMENT for table `cbl_assessments_lu_data_sources`46318-- AUTO_INCREMENT for table `cbl_assessments_lu_data_sources`
39324--46319--
39325ALTER TABLE `cbl_assessments_lu_data_sources`46320ALTER TABLE `cbl_assessments_lu_data_sources`
39326  MODIFY `dsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46321  MODIFY `dsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3932746322
39328--46323--
39329-- AUTO_INCREMENT for table `cbl_assessments_lu_data_source_types`46324-- AUTO_INCREMENT for table `cbl_assessments_lu_data_source_types`
39330--46325--
39331ALTER TABLE `cbl_assessments_lu_data_source_types`46326ALTER TABLE `cbl_assessments_lu_data_source_types`
39332  MODIFY `dstype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46327  MODIFY `dstype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3933346328
39334--46329--
39335-- AUTO_INCREMENT for table `cbl_assessments_lu_flags`46330-- AUTO_INCREMENT for table `cbl_assessments_lu_flags`
39336--46331--
39337ALTER TABLE `cbl_assessments_lu_flags`46332ALTER TABLE `cbl_assessments_lu_flags`
39338  MODIFY `flag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;46333  MODIFY `flag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3933946334
39340--46335--
39341-- AUTO_INCREMENT for table `cbl_assessments_lu_forms`46336-- AUTO_INCREMENT for table `cbl_assessments_lu_forms`
39342--46337--
39343ALTER TABLE `cbl_assessments_lu_forms`46338ALTER TABLE `cbl_assessments_lu_forms`
n39344  MODIFY `form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;n46339  MODIFY `form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
3934546340
39346--46341--
39347-- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprints`46342-- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprints`
39348--46343--
39349ALTER TABLE `cbl_assessments_lu_form_blueprints`46344ALTER TABLE `cbl_assessments_lu_form_blueprints`
n39350  MODIFY `form_blueprint_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;n46345  MODIFY `form_blueprint_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
3935146346
39352--46347--
39353-- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprint_components`46348-- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprint_components`
39354--46349--
39355ALTER TABLE `cbl_assessments_lu_form_blueprint_components`46350ALTER TABLE `cbl_assessments_lu_form_blueprint_components`
39356  MODIFY `blueprint_component_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;46351  MODIFY `blueprint_component_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
3935746352
39358--46353--
39359-- AUTO_INCREMENT for table `cbl_assessments_lu_form_relationships`46354-- AUTO_INCREMENT for table `cbl_assessments_lu_form_relationships`
39360--46355--
39361ALTER TABLE `cbl_assessments_lu_form_relationships`46356ALTER TABLE `cbl_assessments_lu_form_relationships`
39362  MODIFY `frelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46357  MODIFY `frelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3936346358
39364--46359--
39365-- AUTO_INCREMENT for table `cbl_assessments_lu_form_types`46360-- AUTO_INCREMENT for table `cbl_assessments_lu_form_types`
39366--46361--
39367ALTER TABLE `cbl_assessments_lu_form_types`46362ALTER TABLE `cbl_assessments_lu_form_types`
39368  MODIFY `form_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;46363  MODIFY `form_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
3936946364
39370--46365--
39371-- AUTO_INCREMENT for table `cbl_assessments_lu_form_type_workflow_link`46366-- AUTO_INCREMENT for table `cbl_assessments_lu_form_type_workflow_link`
39372--46367--
39373ALTER TABLE `cbl_assessments_lu_form_type_workflow_link`46368ALTER TABLE `cbl_assessments_lu_form_type_workflow_link`
39374  MODIFY `form_type_workflow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;46369  MODIFY `form_type_workflow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
3937546370
39376--46371--
39377-- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflows`46372-- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflows`
39378--46373--
39379ALTER TABLE `cbl_assessments_lu_form_workflows`46374ALTER TABLE `cbl_assessments_lu_form_workflows`
39380  MODIFY `form_workflow_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;46375  MODIFY `form_workflow_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3938146376
39382--46377--
39383-- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflow_groups`46378-- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflow_groups`
39384--46379--
39385ALTER TABLE `cbl_assessments_lu_form_workflow_groups`46380ALTER TABLE `cbl_assessments_lu_form_workflow_groups`
39386  MODIFY `form_workflow_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46381  MODIFY `form_workflow_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3938746382
39388--46383--
39389-- AUTO_INCREMENT for table `cbl_assessments_lu_items`46384-- AUTO_INCREMENT for table `cbl_assessments_lu_items`
39390--46385--
39391ALTER TABLE `cbl_assessments_lu_items`46386ALTER TABLE `cbl_assessments_lu_items`
n39392  MODIFY `item_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;n46387  MODIFY `item_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90;
3939346388
39394--46389--
39395-- AUTO_INCREMENT for table `cbl_assessments_lu_itemtypes`46390-- AUTO_INCREMENT for table `cbl_assessments_lu_itemtypes`
39396--46391--
39397ALTER TABLE `cbl_assessments_lu_itemtypes`46392ALTER TABLE `cbl_assessments_lu_itemtypes`
39398  MODIFY `itemtype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;46393  MODIFY `itemtype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
3939946394
39400--46395--
39401-- AUTO_INCREMENT for table `cbl_assessments_lu_item_groups`46396-- AUTO_INCREMENT for table `cbl_assessments_lu_item_groups`
39402--46397--
39403ALTER TABLE `cbl_assessments_lu_item_groups`46398ALTER TABLE `cbl_assessments_lu_item_groups`
39404  MODIFY `item_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;46399  MODIFY `item_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;
3940546400
39406--46401--
39407-- AUTO_INCREMENT for table `cbl_assessments_lu_item_relationships`46402-- AUTO_INCREMENT for table `cbl_assessments_lu_item_relationships`
39408--46403--
39409ALTER TABLE `cbl_assessments_lu_item_relationships`46404ALTER TABLE `cbl_assessments_lu_item_relationships`
39410  MODIFY `irelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46405  MODIFY `irelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3941146406
39412--46407--
39413-- AUTO_INCREMENT for table `cbl_assessments_lu_item_responses`46408-- AUTO_INCREMENT for table `cbl_assessments_lu_item_responses`
39414--46409--
39415ALTER TABLE `cbl_assessments_lu_item_responses`46410ALTER TABLE `cbl_assessments_lu_item_responses`
n39416  MODIFY `iresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;n46411  MODIFY `iresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=281;
3941746412
39418--46413--
39419-- AUTO_INCREMENT for table `cbl_assessments_lu_item_response_objectives`46414-- AUTO_INCREMENT for table `cbl_assessments_lu_item_response_objectives`
39420--46415--
39421ALTER TABLE `cbl_assessments_lu_item_response_objectives`46416ALTER TABLE `cbl_assessments_lu_item_response_objectives`
n39422  MODIFY `irobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;n46417  MODIFY `irobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
3942346418
39424--46419--
39425-- AUTO_INCREMENT for table `cbl_assessments_lu_rating_scale_types`46420-- AUTO_INCREMENT for table `cbl_assessments_lu_rating_scale_types`
39426--46421--
39427ALTER TABLE `cbl_assessments_lu_rating_scale_types`46422ALTER TABLE `cbl_assessments_lu_rating_scale_types`
39428  MODIFY `rating_scale_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;46423  MODIFY `rating_scale_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3942946424
39430--46425--
39431-- AUTO_INCREMENT for table `cbl_assessments_lu_response_description_options`46426-- AUTO_INCREMENT for table `cbl_assessments_lu_response_description_options`
39432--46427--
39433ALTER TABLE `cbl_assessments_lu_response_description_options`46428ALTER TABLE `cbl_assessments_lu_response_description_options`
39434  MODIFY `rdoption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46429  MODIFY `rdoption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3943546430
39436--46431--
39437-- AUTO_INCREMENT for table `cbl_assessments_lu_response_descriptors`46432-- AUTO_INCREMENT for table `cbl_assessments_lu_response_descriptors`
39438--46433--
39439ALTER TABLE `cbl_assessments_lu_response_descriptors`46434ALTER TABLE `cbl_assessments_lu_response_descriptors`
39440  MODIFY `ardescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;46435  MODIFY `ardescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;
3944146436
39442--46437--
39443-- AUTO_INCREMENT for table `cbl_assessments_lu_rubrics`46438-- AUTO_INCREMENT for table `cbl_assessments_lu_rubrics`
39444--46439--
39445ALTER TABLE `cbl_assessments_lu_rubrics`46440ALTER TABLE `cbl_assessments_lu_rubrics`
n39446  MODIFY `rubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;n46441  MODIFY `rubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
3944746442
39448--46443--
39449-- AUTO_INCREMENT for table `cbl_assessments_lu_rubric_labels`46444-- AUTO_INCREMENT for table `cbl_assessments_lu_rubric_labels`
39450--46445--
39451ALTER TABLE `cbl_assessments_lu_rubric_labels`46446ALTER TABLE `cbl_assessments_lu_rubric_labels`
39452  MODIFY `rlabel_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46447  MODIFY `rlabel_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3945346448
39454--46449--
39455-- AUTO_INCREMENT for table `cbl_assessments_lu_tags`46450-- AUTO_INCREMENT for table `cbl_assessments_lu_tags`
39456--46451--
39457ALTER TABLE `cbl_assessments_lu_tags`46452ALTER TABLE `cbl_assessments_lu_tags`
39458  MODIFY `tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46453  MODIFY `tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3945946454
39460--46455--
39461-- AUTO_INCREMENT for table `cbl_assessment_additional_tasks`46456-- AUTO_INCREMENT for table `cbl_assessment_additional_tasks`
39462--46457--
39463ALTER TABLE `cbl_assessment_additional_tasks`46458ALTER TABLE `cbl_assessment_additional_tasks`
39464  MODIFY `additional_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46459  MODIFY `additional_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3946546460
39466--46461--
39467-- AUTO_INCREMENT for table `cbl_assessment_blueprint_prompted_response_reviewers`46462-- AUTO_INCREMENT for table `cbl_assessment_blueprint_prompted_response_reviewers`
39468--46463--
39469ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers`46464ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers`
39470  MODIFY `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46465  MODIFY `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3947146466
39472--46467--
39473-- AUTO_INCREMENT for table `cbl_assessment_deleted_tasks`46468-- AUTO_INCREMENT for table `cbl_assessment_deleted_tasks`
39474--46469--
39475ALTER TABLE `cbl_assessment_deleted_tasks`46470ALTER TABLE `cbl_assessment_deleted_tasks`
39476  MODIFY `deleted_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46471  MODIFY `deleted_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3947746472
39478--46473--
39479-- AUTO_INCREMENT for table `cbl_assessment_distributions`46474-- AUTO_INCREMENT for table `cbl_assessment_distributions`
39480--46475--
39481ALTER TABLE `cbl_assessment_distributions`46476ALTER TABLE `cbl_assessment_distributions`
39482  MODIFY `adistribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;46477  MODIFY `adistribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3948346478
39484--46479--
39485-- AUTO_INCREMENT for table `cbl_assessment_distribution_adhoc`46480-- AUTO_INCREMENT for table `cbl_assessment_distribution_adhoc`
39486--46481--
39487ALTER TABLE `cbl_assessment_distribution_adhoc`46482ALTER TABLE `cbl_assessment_distribution_adhoc`
39488  MODIFY `dadhoc_id` int(11) NOT NULL AUTO_INCREMENT;46483  MODIFY `dadhoc_id` int(11) NOT NULL AUTO_INCREMENT;
3948946484
39490--46485--
39491-- AUTO_INCREMENT for table `cbl_assessment_distribution_approvers`46486-- AUTO_INCREMENT for table `cbl_assessment_distribution_approvers`
39492--46487--
39493ALTER TABLE `cbl_assessment_distribution_approvers`46488ALTER TABLE `cbl_assessment_distribution_approvers`
39494  MODIFY `adapprover_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46489  MODIFY `adapprover_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3949546490
39496--46491--
39497-- AUTO_INCREMENT for table `cbl_assessment_distribution_assessors`46492-- AUTO_INCREMENT for table `cbl_assessment_distribution_assessors`
39498--46493--
39499ALTER TABLE `cbl_assessment_distribution_assessors`46494ALTER TABLE `cbl_assessment_distribution_assessors`
39500  MODIFY `adassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;46495  MODIFY `adassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
3950146496
39502--46497--
39503-- AUTO_INCREMENT for table `cbl_assessment_distribution_authors`46498-- AUTO_INCREMENT for table `cbl_assessment_distribution_authors`
39504--46499--
39505ALTER TABLE `cbl_assessment_distribution_authors`46500ALTER TABLE `cbl_assessment_distribution_authors`
39506  MODIFY `adauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;46501  MODIFY `adauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
3950746502
39508--46503--
39509-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegations`46504-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegations`
39510--46505--
39511ALTER TABLE `cbl_assessment_distribution_delegations`46506ALTER TABLE `cbl_assessment_distribution_delegations`
n39512  MODIFY `addelegation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=209;n46507  MODIFY `addelegation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3951346508
39514--46509--
39515-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegation_assignments`46510-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegation_assignments`
39516--46511--
39517ALTER TABLE `cbl_assessment_distribution_delegation_assignments`46512ALTER TABLE `cbl_assessment_distribution_delegation_assignments`
n39518  MODIFY `addassignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=230;n46513  MODIFY `addassignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3951946514
39520--46515--
39521-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegators`46516-- AUTO_INCREMENT for table `cbl_assessment_distribution_delegators`
39522--46517--
39523ALTER TABLE `cbl_assessment_distribution_delegators`46518ALTER TABLE `cbl_assessment_distribution_delegators`
39524  MODIFY `addelegator_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46519  MODIFY `addelegator_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3952546520
39526--46521--
39527-- AUTO_INCREMENT for table `cbl_assessment_distribution_events`46522-- AUTO_INCREMENT for table `cbl_assessment_distribution_events`
39528--46523--
39529ALTER TABLE `cbl_assessment_distribution_events`46524ALTER TABLE `cbl_assessment_distribution_events`
39530  MODIFY `devent_id` int(11) NOT NULL AUTO_INCREMENT;46525  MODIFY `devent_id` int(11) NOT NULL AUTO_INCREMENT;
3953146526
39532--46527--
39533-- AUTO_INCREMENT for table `cbl_assessment_distribution_eventtypes`46528-- AUTO_INCREMENT for table `cbl_assessment_distribution_eventtypes`
39534--46529--
39535ALTER TABLE `cbl_assessment_distribution_eventtypes`46530ALTER TABLE `cbl_assessment_distribution_eventtypes`
39536  MODIFY `deventtype_id` int(11) NOT NULL AUTO_INCREMENT;46531  MODIFY `deventtype_id` int(11) NOT NULL AUTO_INCREMENT;
3953746532
39538--46533--
39539-- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_assessments`46534-- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_assessments`
39540--46535--
39541ALTER TABLE `cbl_assessment_distribution_linked_assessments`46536ALTER TABLE `cbl_assessment_distribution_linked_assessments`
39542  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46537  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3954346538
39544--46539--
39545-- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_distributions`46540-- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_distributions`
39546--46541--
39547ALTER TABLE `cbl_assessment_distribution_linked_distributions`46542ALTER TABLE `cbl_assessment_distribution_linked_distributions`
39548  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46543  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3954946544
39550--46545--
39551-- AUTO_INCREMENT for table `cbl_assessment_distribution_methods`46546-- AUTO_INCREMENT for table `cbl_assessment_distribution_methods`
39552--46547--
39553ALTER TABLE `cbl_assessment_distribution_methods`46548ALTER TABLE `cbl_assessment_distribution_methods`
39554  MODIFY `admethod_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;46549  MODIFY `admethod_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3955546550
39556--46551--
39557-- AUTO_INCREMENT for table `cbl_assessment_distribution_prerequisites`46552-- AUTO_INCREMENT for table `cbl_assessment_distribution_prerequisites`
39558--46553--
39559ALTER TABLE `cbl_assessment_distribution_prerequisites`46554ALTER TABLE `cbl_assessment_distribution_prerequisites`
39560  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;46555  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
3956146556
39562--46557--
39563-- AUTO_INCREMENT for table `cbl_assessment_distribution_reviewers`46558-- AUTO_INCREMENT for table `cbl_assessment_distribution_reviewers`
39564--46559--
39565ALTER TABLE `cbl_assessment_distribution_reviewers`46560ALTER TABLE `cbl_assessment_distribution_reviewers`
39566  MODIFY `adreviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46561  MODIFY `adreviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3956746562
39568--46563--
39569-- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule`46564-- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule`
39570--46565--
39571ALTER TABLE `cbl_assessment_distribution_schedule`46566ALTER TABLE `cbl_assessment_distribution_schedule`
39572  MODIFY `adschedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46567  MODIFY `adschedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3957346568
39574--46569--
39575-- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule_sites`46570-- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule_sites`
39576--46571--
39577ALTER TABLE `cbl_assessment_distribution_schedule_sites`46572ALTER TABLE `cbl_assessment_distribution_schedule_sites`
39578  MODIFY `adssite_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46573  MODIFY `adssite_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3957946574
39580--46575--
39581-- AUTO_INCREMENT for table `cbl_assessment_distribution_senders`46576-- AUTO_INCREMENT for table `cbl_assessment_distribution_senders`
39582--46577--
39583ALTER TABLE `cbl_assessment_distribution_senders`46578ALTER TABLE `cbl_assessment_distribution_senders`
39584  MODIFY `dsender_id` int(11) NOT NULL AUTO_INCREMENT;46579  MODIFY `dsender_id` int(11) NOT NULL AUTO_INCREMENT;
3958546580
39586--46581--
39587-- AUTO_INCREMENT for table `cbl_assessment_distribution_targets`46582-- AUTO_INCREMENT for table `cbl_assessment_distribution_targets`
39588--46583--
39589ALTER TABLE `cbl_assessment_distribution_targets`46584ALTER TABLE `cbl_assessment_distribution_targets`
39590  MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;46585  MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
3959146586
39592--46587--
39593-- AUTO_INCREMENT for table `cbl_assessment_distribution_target_report_releases`46588-- AUTO_INCREMENT for table `cbl_assessment_distribution_target_report_releases`
39594--46589--
39595ALTER TABLE `cbl_assessment_distribution_target_report_releases`46590ALTER TABLE `cbl_assessment_distribution_target_report_releases`
39596  MODIFY `adt_report_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;46591  MODIFY `adt_report_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
3959746592
39598--46593--
39599-- AUTO_INCREMENT for table `cbl_assessment_distribution_target_task_releases`46594-- AUTO_INCREMENT for table `cbl_assessment_distribution_target_task_releases`
39600--46595--
39601ALTER TABLE `cbl_assessment_distribution_target_task_releases`46596ALTER TABLE `cbl_assessment_distribution_target_task_releases`
39602  MODIFY `adt_task_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;46597  MODIFY `adt_task_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3960346598
39604--46599--
39605-- AUTO_INCREMENT for table `cbl_assessment_embargo_forms`46600-- AUTO_INCREMENT for table `cbl_assessment_embargo_forms`
39606--46601--
39607ALTER TABLE `cbl_assessment_embargo_forms`46602ALTER TABLE `cbl_assessment_embargo_forms`
39608  MODIFY `eform_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46603  MODIFY `eform_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3960946604
39610--46605--
39611-- AUTO_INCREMENT for table `cbl_assessment_embargo_release`46606-- AUTO_INCREMENT for table `cbl_assessment_embargo_release`
39612--46607--
39613ALTER TABLE `cbl_assessment_embargo_release`46608ALTER TABLE `cbl_assessment_embargo_release`
39614  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46609  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3961546610
39616--46611--
39617-- AUTO_INCREMENT for table `cbl_assessment_form_authors`46612-- AUTO_INCREMENT for table `cbl_assessment_form_authors`
39618--46613--
39619ALTER TABLE `cbl_assessment_form_authors`46614ALTER TABLE `cbl_assessment_form_authors`
n39620  MODIFY `afauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;n46615  MODIFY `afauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
3962146616
39622--46617--
39623-- AUTO_INCREMENT for table `cbl_assessment_form_elements`46618-- AUTO_INCREMENT for table `cbl_assessment_form_elements`
39624--46619--
39625ALTER TABLE `cbl_assessment_form_elements`46620ALTER TABLE `cbl_assessment_form_elements`
n39626  MODIFY `afelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;n46621  MODIFY `afelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=87;
3962746622
39628--46623--
39629-- AUTO_INCREMENT for table `cbl_assessment_form_objectives`46624-- AUTO_INCREMENT for table `cbl_assessment_form_objectives`
39630--46625--
39631ALTER TABLE `cbl_assessment_form_objectives`46626ALTER TABLE `cbl_assessment_form_objectives`
n39632  MODIFY `assessment_form_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;n46627  MODIFY `assessment_form_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
3963346628
39634--46629--
39635-- AUTO_INCREMENT for table `cbl_assessment_form_prompted_response_reviewers`46630-- AUTO_INCREMENT for table `cbl_assessment_form_prompted_response_reviewers`
39636--46631--
39637ALTER TABLE `cbl_assessment_form_prompted_response_reviewers`46632ALTER TABLE `cbl_assessment_form_prompted_response_reviewers`
39638  MODIFY `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46633  MODIFY `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3963946634
39640--46635--
39641-- AUTO_INCREMENT for table `cbl_assessment_form_type_meta`46636-- AUTO_INCREMENT for table `cbl_assessment_form_type_meta`
39642--46637--
39643ALTER TABLE `cbl_assessment_form_type_meta`46638ALTER TABLE `cbl_assessment_form_type_meta`
39644  MODIFY `form_type_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;46639  MODIFY `form_type_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
3964546640
39646--46641--
39647-- AUTO_INCREMENT for table `cbl_assessment_item_authors`46642-- AUTO_INCREMENT for table `cbl_assessment_item_authors`
39648--46643--
39649ALTER TABLE `cbl_assessment_item_authors`46644ALTER TABLE `cbl_assessment_item_authors`
n39650  MODIFY `aiauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;n46645  MODIFY `aiauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90;
3965146646
39652--46647--
39653-- AUTO_INCREMENT for table `cbl_assessment_item_objectives`46648-- AUTO_INCREMENT for table `cbl_assessment_item_objectives`
39654--46649--
39655ALTER TABLE `cbl_assessment_item_objectives`46650ALTER TABLE `cbl_assessment_item_objectives`
n39656  MODIFY `aiobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;n46651  MODIFY `aiobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=328;
3965746652
39658--46653--
39659-- AUTO_INCREMENT for table `cbl_assessment_item_tags`46654-- AUTO_INCREMENT for table `cbl_assessment_item_tags`
39660--46655--
39661ALTER TABLE `cbl_assessment_item_tags`46656ALTER TABLE `cbl_assessment_item_tags`
39662  MODIFY `aitag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46657  MODIFY `aitag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3966346658
39664--46659--
39665-- AUTO_INCREMENT for table `cbl_assessment_lu_distribution_linked_assessment_types`46660-- AUTO_INCREMENT for table `cbl_assessment_lu_distribution_linked_assessment_types`
39666--46661--
39667ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types`46662ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types`
39668  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46663  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3966946664
39670--46665--
39671-- AUTO_INCREMENT for table `cbl_assessment_lu_methods`46666-- AUTO_INCREMENT for table `cbl_assessment_lu_methods`
39672--46667--
39673ALTER TABLE `cbl_assessment_lu_methods`46668ALTER TABLE `cbl_assessment_lu_methods`
39674  MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;46669  MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
3967546670
39676--46671--
39677-- AUTO_INCREMENT for table `cbl_assessment_lu_prompted_response_reviewer_types`46672-- AUTO_INCREMENT for table `cbl_assessment_lu_prompted_response_reviewer_types`
39678--46673--
39679ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types`46674ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types`
39680  MODIFY `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;46675  MODIFY `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3968146676
39682--46677--
39683-- AUTO_INCREMENT for table `cbl_assessment_lu_task_deleted_reasons`46678-- AUTO_INCREMENT for table `cbl_assessment_lu_task_deleted_reasons`
39684--46679--
39685ALTER TABLE `cbl_assessment_lu_task_deleted_reasons`46680ALTER TABLE `cbl_assessment_lu_task_deleted_reasons`
39686  MODIFY `reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;46681  MODIFY `reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3968746682
39688--46683--
39689-- AUTO_INCREMENT for table `cbl_assessment_lu_task_reopen_reasons`46684-- AUTO_INCREMENT for table `cbl_assessment_lu_task_reopen_reasons`
39690--46685--
39691ALTER TABLE `cbl_assessment_lu_task_reopen_reasons`46686ALTER TABLE `cbl_assessment_lu_task_reopen_reasons`
n39692  MODIFY `reopen_reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;n46687  MODIFY `reopen_reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3969346688
39694--46689--
39695-- AUTO_INCREMENT for table `cbl_assessment_lu_types`46690-- AUTO_INCREMENT for table `cbl_assessment_lu_types`
39696--46691--
39697ALTER TABLE `cbl_assessment_lu_types`46692ALTER TABLE `cbl_assessment_lu_types`
39698  MODIFY `assessment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;46693  MODIFY `assessment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3969946694
39700--46695--
39701-- AUTO_INCREMENT for table `cbl_assessment_method_groups`46696-- AUTO_INCREMENT for table `cbl_assessment_method_groups`
39702--46697--
39703ALTER TABLE `cbl_assessment_method_groups`46698ALTER TABLE `cbl_assessment_method_groups`
39704  MODIFY `amethod_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;46699  MODIFY `amethod_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
3970546700
39706--46701--
39707-- AUTO_INCREMENT for table `cbl_assessment_method_group_meta`46702-- AUTO_INCREMENT for table `cbl_assessment_method_group_meta`
39708--46703--
39709ALTER TABLE `cbl_assessment_method_group_meta`46704ALTER TABLE `cbl_assessment_method_group_meta`
39710  MODIFY `amethod_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;46705  MODIFY `amethod_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
3971146706
39712--46707--
39713-- AUTO_INCREMENT for table `cbl_assessment_method_organisations`46708-- AUTO_INCREMENT for table `cbl_assessment_method_organisations`
39714--46709--
39715ALTER TABLE `cbl_assessment_method_organisations`46710ALTER TABLE `cbl_assessment_method_organisations`
39716  MODIFY `amethod_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;46711  MODIFY `amethod_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
3971746712
39718--46713--
39719-- AUTO_INCREMENT for table `cbl_assessment_notifications`46714-- AUTO_INCREMENT for table `cbl_assessment_notifications`
39720--46715--
39721ALTER TABLE `cbl_assessment_notifications`46716ALTER TABLE `cbl_assessment_notifications`
n39722  MODIFY `anotification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;n46717  MODIFY `anotification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
3972346718
39724--46719--
39725-- AUTO_INCREMENT for table `cbl_assessment_plans`46720-- AUTO_INCREMENT for table `cbl_assessment_plans`
39726--46721--
39727ALTER TABLE `cbl_assessment_plans`46722ALTER TABLE `cbl_assessment_plans`
n39728  MODIFY `assessment_plan_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46723  MODIFY `assessment_plan_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3972946724
39730--46725--
39731-- AUTO_INCREMENT for table `cbl_assessment_plan_containers`46726-- AUTO_INCREMENT for table `cbl_assessment_plan_containers`
39732--46727--
39733ALTER TABLE `cbl_assessment_plan_containers`46728ALTER TABLE `cbl_assessment_plan_containers`
n39734  MODIFY `assessment_plan_container_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46729  MODIFY `assessment_plan_container_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3973546730
39736--46731--
39737-- AUTO_INCREMENT for table `cbl_assessment_plan_container_users`46732-- AUTO_INCREMENT for table `cbl_assessment_plan_container_users`
39738--46733--
39739ALTER TABLE `cbl_assessment_plan_container_users`46734ALTER TABLE `cbl_assessment_plan_container_users`
39740  MODIFY `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46735  MODIFY `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3974146736
39742--46737--
39743-- AUTO_INCREMENT for table `cbl_assessment_plan_forms`46738-- AUTO_INCREMENT for table `cbl_assessment_plan_forms`
39744--46739--
39745ALTER TABLE `cbl_assessment_plan_forms`46740ALTER TABLE `cbl_assessment_plan_forms`
n39746  MODIFY `assessment_plan_form_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46741  MODIFY `assessment_plan_form_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3974746742
39748--46743--
39749-- AUTO_INCREMENT for table `cbl_assessment_plan_form_cv_types`46744-- AUTO_INCREMENT for table `cbl_assessment_plan_form_cv_types`
39750--46745--
39751ALTER TABLE `cbl_assessment_plan_form_cv_types`46746ALTER TABLE `cbl_assessment_plan_form_cv_types`
n39752  MODIFY `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46747  MODIFY `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
3975346748
39754--46749--
39755-- AUTO_INCREMENT for table `cbl_assessment_plan_form_objectives`46750-- AUTO_INCREMENT for table `cbl_assessment_plan_form_objectives`
39756--46751--
39757ALTER TABLE `cbl_assessment_plan_form_objectives`46752ALTER TABLE `cbl_assessment_plan_form_objectives`
n39758  MODIFY `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46753  MODIFY `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
3975946754
39760--46755--
39761-- AUTO_INCREMENT for table `cbl_assessment_plan_form_objective_groups`46756-- AUTO_INCREMENT for table `cbl_assessment_plan_form_objective_groups`
39762--46757--
39763ALTER TABLE `cbl_assessment_plan_form_objective_groups`46758ALTER TABLE `cbl_assessment_plan_form_objective_groups`
39764  MODIFY `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46759  MODIFY `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3976546760
39766--46761--
39767-- AUTO_INCREMENT for table `cbl_assessment_plan_lu_cv_types`46762-- AUTO_INCREMENT for table `cbl_assessment_plan_lu_cv_types`
39768--46763--
39769ALTER TABLE `cbl_assessment_plan_lu_cv_types`46764ALTER TABLE `cbl_assessment_plan_lu_cv_types`
39770  MODIFY `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;46765  MODIFY `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
3977146766
39772--46767--
39773-- AUTO_INCREMENT for table `cbl_assessment_plan_objectives`46768-- AUTO_INCREMENT for table `cbl_assessment_plan_objectives`
39774--46769--
39775ALTER TABLE `cbl_assessment_plan_objectives`46770ALTER TABLE `cbl_assessment_plan_objectives`
39776  MODIFY `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46771  MODIFY `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3977746772
39778--46773--
39779-- AUTO_INCREMENT for table `cbl_assessment_progress`46774-- AUTO_INCREMENT for table `cbl_assessment_progress`
39780--46775--
39781ALTER TABLE `cbl_assessment_progress`46776ALTER TABLE `cbl_assessment_progress`
n39782  MODIFY `aprogress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n46777  MODIFY `aprogress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
3978346778
39784--46779--
39785-- AUTO_INCREMENT for table `cbl_assessment_progress_approvals`46780-- AUTO_INCREMENT for table `cbl_assessment_progress_approvals`
39786--46781--
39787ALTER TABLE `cbl_assessment_progress_approvals`46782ALTER TABLE `cbl_assessment_progress_approvals`
39788  MODIFY `apapproval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46783  MODIFY `apapproval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3978946784
39790--46785--
39791-- AUTO_INCREMENT for table `cbl_assessment_progress_responses`46786-- AUTO_INCREMENT for table `cbl_assessment_progress_responses`
39792--46787--
39793ALTER TABLE `cbl_assessment_progress_responses`46788ALTER TABLE `cbl_assessment_progress_responses`
n39794  MODIFY `epresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80;n46789  MODIFY `epresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1176;
3979546790
39796--46791--
39797-- AUTO_INCREMENT for table `cbl_assessment_rating_scale`46792-- AUTO_INCREMENT for table `cbl_assessment_rating_scale`
39798--46793--
39799ALTER TABLE `cbl_assessment_rating_scale`46794ALTER TABLE `cbl_assessment_rating_scale`
39800  MODIFY `rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;46795  MODIFY `rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
3980146796
39802--46797--
39803-- AUTO_INCREMENT for table `cbl_assessment_rating_scale_authors`46798-- AUTO_INCREMENT for table `cbl_assessment_rating_scale_authors`
39804--46799--
39805ALTER TABLE `cbl_assessment_rating_scale_authors`46800ALTER TABLE `cbl_assessment_rating_scale_authors`
39806  MODIFY `rating_scale_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;46801  MODIFY `rating_scale_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;
3980746802
39808--46803--
39809-- AUTO_INCREMENT for table `cbl_assessment_rating_scale_responses`46804-- AUTO_INCREMENT for table `cbl_assessment_rating_scale_responses`
39810--46805--
39811ALTER TABLE `cbl_assessment_rating_scale_responses`46806ALTER TABLE `cbl_assessment_rating_scale_responses`
39812  MODIFY `rating_scale_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;46807  MODIFY `rating_scale_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;
3981346808
39814--46809--
39815-- AUTO_INCREMENT for table `cbl_assessment_reports`46810-- AUTO_INCREMENT for table `cbl_assessment_reports`
39816--46811--
39817ALTER TABLE `cbl_assessment_reports`46812ALTER TABLE `cbl_assessment_reports`
39818  MODIFY `areport_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46813  MODIFY `areport_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3981946814
39820--46815--
39821-- AUTO_INCREMENT for table `cbl_assessment_report_audience`46816-- AUTO_INCREMENT for table `cbl_assessment_report_audience`
39822--46817--
39823ALTER TABLE `cbl_assessment_report_audience`46818ALTER TABLE `cbl_assessment_report_audience`
39824  MODIFY `araudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46819  MODIFY `araudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3982546820
39826--46821--
39827-- AUTO_INCREMENT for table `cbl_assessment_report_caches`46822-- AUTO_INCREMENT for table `cbl_assessment_report_caches`
39828--46823--
39829ALTER TABLE `cbl_assessment_report_caches`46824ALTER TABLE `cbl_assessment_report_caches`
39830  MODIFY `arcache_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46825  MODIFY `arcache_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3983146826
39832--46827--
39833-- AUTO_INCREMENT for table `cbl_assessment_report_sources`46828-- AUTO_INCREMENT for table `cbl_assessment_report_sources`
39834--46829--
39835ALTER TABLE `cbl_assessment_report_sources`46830ALTER TABLE `cbl_assessment_report_sources`
39836  MODIFY `arsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46831  MODIFY `arsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3983746832
39838--46833--
39839-- AUTO_INCREMENT for table `cbl_assessment_report_source_targets`46834-- AUTO_INCREMENT for table `cbl_assessment_report_source_targets`
39840--46835--
39841ALTER TABLE `cbl_assessment_report_source_targets`46836ALTER TABLE `cbl_assessment_report_source_targets`
39842  MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46837  MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3984346838
39844--46839--
39845-- AUTO_INCREMENT for table `cbl_assessment_rubric_authors`46840-- AUTO_INCREMENT for table `cbl_assessment_rubric_authors`
39846--46841--
39847ALTER TABLE `cbl_assessment_rubric_authors`46842ALTER TABLE `cbl_assessment_rubric_authors`
n39848  MODIFY `arauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;n46843  MODIFY `arauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
3984946844
39850--46845--
39851-- AUTO_INCREMENT for table `cbl_assessment_rubric_items`46846-- AUTO_INCREMENT for table `cbl_assessment_rubric_items`
39852--46847--
39853ALTER TABLE `cbl_assessment_rubric_items`46848ALTER TABLE `cbl_assessment_rubric_items`
n39854  MODIFY `aritem_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;n46849  MODIFY `aritem_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;
3985546850
39856--46851--
39857-- AUTO_INCREMENT for table `cbl_assessment_ss_existing_tasks`46852-- AUTO_INCREMENT for table `cbl_assessment_ss_existing_tasks`
39858--46853--
39859ALTER TABLE `cbl_assessment_ss_existing_tasks`46854ALTER TABLE `cbl_assessment_ss_existing_tasks`
39860  MODIFY `existing_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46855  MODIFY `existing_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3986146856
39862--46857--
39863-- AUTO_INCREMENT for table `cbl_assessment_ss_future_tasks`46858-- AUTO_INCREMENT for table `cbl_assessment_ss_future_tasks`
39864--46859--
39865ALTER TABLE `cbl_assessment_ss_future_tasks`46860ALTER TABLE `cbl_assessment_ss_future_tasks`
39866  MODIFY `future_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46861  MODIFY `future_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3986746862
39868--46863--
39869-- AUTO_INCREMENT for table `cbl_assessment_type_organisations`46864-- AUTO_INCREMENT for table `cbl_assessment_type_organisations`
39870--46865--
39871ALTER TABLE `cbl_assessment_type_organisations`46866ALTER TABLE `cbl_assessment_type_organisations`
39872  MODIFY `atype_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;46867  MODIFY `atype_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3987346868
39874--46869--
39875-- AUTO_INCREMENT for table `cbl_assessor_target_feedback`46870-- AUTO_INCREMENT for table `cbl_assessor_target_feedback`
39876--46871--
39877ALTER TABLE `cbl_assessor_target_feedback`46872ALTER TABLE `cbl_assessor_target_feedback`
39878  MODIFY `atfeedback_id` int(12) NOT NULL AUTO_INCREMENT;46873  MODIFY `atfeedback_id` int(12) NOT NULL AUTO_INCREMENT;
3987946874
39880--46875--
39881-- AUTO_INCREMENT for table `cbl_course_contacts`46876-- AUTO_INCREMENT for table `cbl_course_contacts`
39882--46877--
39883ALTER TABLE `cbl_course_contacts`46878ALTER TABLE `cbl_course_contacts`
n39884  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;n46879  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
3988546880
39886--46881--
39887-- AUTO_INCREMENT for table `cbl_delivery_schedule`46882-- AUTO_INCREMENT for table `cbl_delivery_schedule`
39888--46883--
39889ALTER TABLE `cbl_delivery_schedule`46884ALTER TABLE `cbl_delivery_schedule`
39890  MODIFY `delivery_schedule_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46885  MODIFY `delivery_schedule_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3989146886
39892--46887--
39893-- AUTO_INCREMENT for table `cbl_distribution_assessments`46888-- AUTO_INCREMENT for table `cbl_distribution_assessments`
39894--46889--
39895ALTER TABLE `cbl_distribution_assessments`46890ALTER TABLE `cbl_distribution_assessments`
n39896  MODIFY `dassessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n46891  MODIFY `dassessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
3989746892
39898--46893--
39899-- AUTO_INCREMENT for table `cbl_distribution_assessment_assessors`46894-- AUTO_INCREMENT for table `cbl_distribution_assessment_assessors`
39900--46895--
39901ALTER TABLE `cbl_distribution_assessment_assessors`46896ALTER TABLE `cbl_distribution_assessment_assessors`
39902  MODIFY `aassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46897  MODIFY `aassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3990346898
39904--46899--
39905-- AUTO_INCREMENT for table `cbl_distribution_assessment_options`46900-- AUTO_INCREMENT for table `cbl_distribution_assessment_options`
39906--46901--
39907ALTER TABLE `cbl_distribution_assessment_options`46902ALTER TABLE `cbl_distribution_assessment_options`
n39908  MODIFY `daoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;n46903  MODIFY `daoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;
3990946904
39910--46905--
39911-- AUTO_INCREMENT for table `cbl_distribution_assessment_targets`46906-- AUTO_INCREMENT for table `cbl_distribution_assessment_targets`
39912--46907--
39913ALTER TABLE `cbl_distribution_assessment_targets`46908ALTER TABLE `cbl_distribution_assessment_targets`
n39914  MODIFY `atarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;n46909  MODIFY `atarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
3991546910
39916--46911--
39917-- AUTO_INCREMENT for table `cbl_distribution_groups`46912-- AUTO_INCREMENT for table `cbl_distribution_groups`
39918--46913--
39919ALTER TABLE `cbl_distribution_groups`46914ALTER TABLE `cbl_distribution_groups`
39920  MODIFY `distribution_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46915  MODIFY `distribution_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3992146916
39922--46917--
39923-- AUTO_INCREMENT for table `cbl_distribution_group_distributions`46918-- AUTO_INCREMENT for table `cbl_distribution_group_distributions`
39924--46919--
39925ALTER TABLE `cbl_distribution_group_distributions`46920ALTER TABLE `cbl_distribution_group_distributions`
39926  MODIFY `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46921  MODIFY `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3992746922
39928--46923--
39929-- AUTO_INCREMENT for table `cbl_external_assessors`46924-- AUTO_INCREMENT for table `cbl_external_assessors`
39930--46925--
39931ALTER TABLE `cbl_external_assessors`46926ALTER TABLE `cbl_external_assessors`
39932  MODIFY `eassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;46927  MODIFY `eassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
3993346928
39934--46929--
39935-- AUTO_INCREMENT for table `cbl_external_assessor_email_history`46930-- AUTO_INCREMENT for table `cbl_external_assessor_email_history`
39936--46931--
39937ALTER TABLE `cbl_external_assessor_email_history`46932ALTER TABLE `cbl_external_assessor_email_history`
39938  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46933  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3993946934
39940--46935--
39941-- AUTO_INCREMENT for table `cbl_learner_objectives_completion`46936-- AUTO_INCREMENT for table `cbl_learner_objectives_completion`
39942--46937--
39943ALTER TABLE `cbl_learner_objectives_completion`46938ALTER TABLE `cbl_learner_objectives_completion`
n39944  MODIFY `lo_completion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46939  MODIFY `lo_completion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
3994546940
39946--46941--
39947-- AUTO_INCREMENT for table `cbl_learner_objectives_completion_files`46942-- AUTO_INCREMENT for table `cbl_learner_objectives_completion_files`
39948--46943--
39949ALTER TABLE `cbl_learner_objectives_completion_files`46944ALTER TABLE `cbl_learner_objectives_completion_files`
39950  MODIFY `learner_objectives_completion_file_id` int(12) NOT NULL AUTO_INCREMENT;46945  MODIFY `learner_objectives_completion_file_id` int(12) NOT NULL AUTO_INCREMENT;
3995146946
39952--46947--
39953-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessments`46948-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessments`
39954--46949--
39955ALTER TABLE `cbl_learner_objectives_self_assessments`46950ALTER TABLE `cbl_learner_objectives_self_assessments`
39956  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46951  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3995746952
39958--46953--
39959-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_files`46954-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_files`
39960--46955--
39961ALTER TABLE `cbl_learner_objectives_self_assessment_files`46956ALTER TABLE `cbl_learner_objectives_self_assessment_files`
39962  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;46957  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
3996346958
39964--46959--
39965-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_views`46960-- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_views`
39966--46961--
39967ALTER TABLE `cbl_learner_objectives_self_assessment_views`46962ALTER TABLE `cbl_learner_objectives_self_assessment_views`
39968  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46963  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3996946964
39970--46965--
39971-- AUTO_INCREMENT for table `cbl_leave_tracking`46966-- AUTO_INCREMENT for table `cbl_leave_tracking`
39972--46967--
39973ALTER TABLE `cbl_leave_tracking`46968ALTER TABLE `cbl_leave_tracking`
39974  MODIFY `leave_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;46969  MODIFY `leave_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
3997546970
39976--46971--
39977-- AUTO_INCREMENT for table `cbl_likes`46972-- AUTO_INCREMENT for table `cbl_likes`
39978--46973--
39979ALTER TABLE `cbl_likes`46974ALTER TABLE `cbl_likes`
39980  MODIFY `like_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;46975  MODIFY `like_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
3998146976
39982--46977--
39983-- AUTO_INCREMENT for table `cbl_linked_assessments`46978-- AUTO_INCREMENT for table `cbl_linked_assessments`
39984--46979--
39985ALTER TABLE `cbl_linked_assessments`46980ALTER TABLE `cbl_linked_assessments`
n39986  MODIFY `link_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n46981  MODIFY `link_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
3998746982
39988--46983--
39989-- AUTO_INCREMENT for table `cbl_linked_distributions`46984-- AUTO_INCREMENT for table `cbl_linked_distributions`
39990--46985--
39991ALTER TABLE `cbl_linked_distributions`46986ALTER TABLE `cbl_linked_distributions`
39992  MODIFY `link_id` int(12) NOT NULL AUTO_INCREMENT;46987  MODIFY `link_id` int(12) NOT NULL AUTO_INCREMENT;
3999346988
39994--46989--
39995-- AUTO_INCREMENT for table `cbl_lu_leave_tracking_types`46990-- AUTO_INCREMENT for table `cbl_lu_leave_tracking_types`
39996--46991--
39997ALTER TABLE `cbl_lu_leave_tracking_types`46992ALTER TABLE `cbl_lu_leave_tracking_types`
39998  MODIFY `type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;46993  MODIFY `type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
3999946994
40000--46995--
40001-- AUTO_INCREMENT for table `cbl_meeting_files`46996-- AUTO_INCREMENT for table `cbl_meeting_files`
40002--46997--
40003ALTER TABLE `cbl_meeting_files`46998ALTER TABLE `cbl_meeting_files`
40004  MODIFY `meeting_file_id` int(12) NOT NULL AUTO_INCREMENT;46999  MODIFY `meeting_file_id` int(12) NOT NULL AUTO_INCREMENT;
4000547000
40006--47001--
40007-- AUTO_INCREMENT for table `cbl_pins`47002-- AUTO_INCREMENT for table `cbl_pins`
40008--47003--
40009ALTER TABLE `cbl_pins`47004ALTER TABLE `cbl_pins`
40010  MODIFY `pin_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47005  MODIFY `pin_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4001147006
40012--47007--
40013-- AUTO_INCREMENT for table `cbl_read`47008-- AUTO_INCREMENT for table `cbl_read`
40014--47009--
40015ALTER TABLE `cbl_read`47010ALTER TABLE `cbl_read`
n40016  MODIFY `read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;n47011  MODIFY `read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4001747012
40018--47013--
40019-- AUTO_INCREMENT for table `cbl_schedule`47014-- AUTO_INCREMENT for table `cbl_schedule`
40020--47015--
40021ALTER TABLE `cbl_schedule`47016ALTER TABLE `cbl_schedule`
40022  MODIFY `schedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127;47017  MODIFY `schedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127;
4002347018
40024--47019--
40025-- AUTO_INCREMENT for table `cbl_schedule_audience`47020-- AUTO_INCREMENT for table `cbl_schedule_audience`
40026--47021--
40027ALTER TABLE `cbl_schedule_audience`47022ALTER TABLE `cbl_schedule_audience`
40028  MODIFY `saudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47023  MODIFY `saudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4002947024
40030--47025--
40031-- AUTO_INCREMENT for table `cbl_schedule_audience_history`47026-- AUTO_INCREMENT for table `cbl_schedule_audience_history`
40032--47027--
40033ALTER TABLE `cbl_schedule_audience_history`47028ALTER TABLE `cbl_schedule_audience_history`
40034  MODIFY `sahistory_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47029  MODIFY `sahistory_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4003547030
40036--47031--
40037-- AUTO_INCREMENT for table `cbl_schedule_course_objectives`47032-- AUTO_INCREMENT for table `cbl_schedule_course_objectives`
40038--47033--
40039ALTER TABLE `cbl_schedule_course_objectives`47034ALTER TABLE `cbl_schedule_course_objectives`
40040  MODIFY `sco_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47035  MODIFY `sco_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4004147036
40042--47037--
40043-- AUTO_INCREMENT for table `cbl_schedule_drafts`47038-- AUTO_INCREMENT for table `cbl_schedule_drafts`
40044--47039--
40045ALTER TABLE `cbl_schedule_drafts`47040ALTER TABLE `cbl_schedule_drafts`
40046  MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;47041  MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4004747042
40048--47043--
40049-- AUTO_INCREMENT for table `cbl_schedule_draft_authors`47044-- AUTO_INCREMENT for table `cbl_schedule_draft_authors`
40050--47045--
40051ALTER TABLE `cbl_schedule_draft_authors`47046ALTER TABLE `cbl_schedule_draft_authors`
40052  MODIFY `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;47047  MODIFY `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4005347048
40054--47049--
40055-- AUTO_INCREMENT for table `cbl_schedule_draft_courses`47050-- AUTO_INCREMENT for table `cbl_schedule_draft_courses`
40056--47051--
40057ALTER TABLE `cbl_schedule_draft_courses`47052ALTER TABLE `cbl_schedule_draft_courses`
40058  MODIFY `cbl_schedule_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;47053  MODIFY `cbl_schedule_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4005947054
40060--47055--
40061-- AUTO_INCREMENT for table `cbl_schedule_files`47056-- AUTO_INCREMENT for table `cbl_schedule_files`
40062--47057--
40063ALTER TABLE `cbl_schedule_files`47058ALTER TABLE `cbl_schedule_files`
40064  MODIFY `schedule_file_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47059  MODIFY `schedule_file_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4006547060
40066--47061--
40067-- AUTO_INCREMENT for table `cbl_schedule_lu_block_types`47062-- AUTO_INCREMENT for table `cbl_schedule_lu_block_types`
40068--47063--
40069ALTER TABLE `cbl_schedule_lu_block_types`47064ALTER TABLE `cbl_schedule_lu_block_types`
40070  MODIFY `block_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;47065  MODIFY `block_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4007147066
40072--47067--
40073-- AUTO_INCREMENT for table `cbl_schedule_sites`47068-- AUTO_INCREMENT for table `cbl_schedule_sites`
40074--47069--
40075ALTER TABLE `cbl_schedule_sites`47070ALTER TABLE `cbl_schedule_sites`
40076  MODIFY `cssite_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47071  MODIFY `cssite_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4007747072
40078--47073--
40079-- AUTO_INCREMENT for table `cbl_schedule_slots`47074-- AUTO_INCREMENT for table `cbl_schedule_slots`
40080--47075--
40081ALTER TABLE `cbl_schedule_slots`47076ALTER TABLE `cbl_schedule_slots`
40082  MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;47077  MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;
4008347078
40084--47079--
40085-- AUTO_INCREMENT for table `cbl_schedule_slot_types`47080-- AUTO_INCREMENT for table `cbl_schedule_slot_types`
40086--47081--
40087ALTER TABLE `cbl_schedule_slot_types`47082ALTER TABLE `cbl_schedule_slot_types`
40088  MODIFY `slot_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47083  MODIFY `slot_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4008947084
40090--47085--
40091-- AUTO_INCREMENT for table `cbl_student_meetings_download_log`47086-- AUTO_INCREMENT for table `cbl_student_meetings_download_log`
40092--47087--
40093ALTER TABLE `cbl_student_meetings_download_log`47088ALTER TABLE `cbl_student_meetings_download_log`
n40094  MODIFY `download_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;n47089  MODIFY `download_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4009547090
40096--47091--
40097-- AUTO_INCREMENT for table `cbme_course_objectives`47092-- AUTO_INCREMENT for table `cbme_course_objectives`
40098--47093--
40099ALTER TABLE `cbme_course_objectives`47094ALTER TABLE `cbme_course_objectives`
n40100  MODIFY `cbme_course_objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;n47095  MODIFY `cbme_course_objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=187;
4010147096
40102--47097--
40103-- AUTO_INCREMENT for table `cbme_learner_epa_progress`47098-- AUTO_INCREMENT for table `cbme_learner_epa_progress`
40104--47099--
40105ALTER TABLE `cbme_learner_epa_progress`47100ALTER TABLE `cbme_learner_epa_progress`
n40106  MODIFY `learner_epa_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47101  MODIFY `learner_epa_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1541;
4010747102
40108--47103--
40109-- AUTO_INCREMENT for table `cbme_learner_epa_progress_history`47104-- AUTO_INCREMENT for table `cbme_learner_epa_progress_history`
40110--47105--
40111ALTER TABLE `cbme_learner_epa_progress_history`47106ALTER TABLE `cbme_learner_epa_progress_history`
n40112  MODIFY `lep_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47107  MODIFY `lep_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1996;
4011347108
40114--47109--
40115-- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals`47110-- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals`
40116--47111--
40117ALTER TABLE `cbme_learner_epa_requirements_progress_totals`47112ALTER TABLE `cbme_learner_epa_requirements_progress_totals`
n40118  MODIFY `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47113  MODIFY `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466;
4011947114
40120--47115--
40121-- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals_history`47116-- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals_history`
40122--47117--
40123ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history`47118ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history`
n40124  MODIFY `lerpt_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47119  MODIFY `lerpt_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587;
4012547120
40126--47121--
40127-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments`47122-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments`
40128--47123--
40129ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`47124ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`
n40130  MODIFY `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47125  MODIFY `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=177;
4013147126
40132--47127--
40133-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments_history`47128-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments_history`
40134--47129--
40135ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history`47130ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history`
n40136  MODIFY `lerma_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47131  MODIFY `lerma_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210;
4013747132
40138--47133--
40139-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress`47134-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress`
40140--47135--
40141ALTER TABLE `cbme_learner_epa_requirement_progress`47136ALTER TABLE `cbme_learner_epa_requirement_progress`
n40142  MODIFY `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47137  MODIFY `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466;
4014347138
40144--47139--
40145-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress_history`47140-- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress_history`
40146--47141--
40147ALTER TABLE `cbme_learner_epa_requirement_progress_history`47142ALTER TABLE `cbme_learner_epa_requirement_progress_history`
n40148  MODIFY `lerp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47143  MODIFY `lerp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587;
4014947144
40150--47145--
40151-- AUTO_INCREMENT for table `cbme_learner_stage_progress`47146-- AUTO_INCREMENT for table `cbme_learner_stage_progress`
40152--47147--
40153ALTER TABLE `cbme_learner_stage_progress`47148ALTER TABLE `cbme_learner_stage_progress`
n40154  MODIFY `learner_stage_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47149  MODIFY `learner_stage_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=956;
4015547150
40156--47151--
40157-- AUTO_INCREMENT for table `cbme_learner_stage_progress_history`47152-- AUTO_INCREMENT for table `cbme_learner_stage_progress_history`
40158--47153--
40159ALTER TABLE `cbme_learner_stage_progress_history`47154ALTER TABLE `cbme_learner_stage_progress_history`
n40160  MODIFY `lsp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;n47155  MODIFY `lsp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1296;
4016147156
40162--47157--
40163-- AUTO_INCREMENT for table `cbme_lu_objective_statuses`47158-- AUTO_INCREMENT for table `cbme_lu_objective_statuses`
40164--47159--
40165ALTER TABLE `cbme_lu_objective_statuses`47160ALTER TABLE `cbme_lu_objective_statuses`
40166  MODIFY `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47161  MODIFY `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4016747162
40168--47163--
40169-- AUTO_INCREMENT for table `cbme_objective_groups`47164-- AUTO_INCREMENT for table `cbme_objective_groups`
40170--47165--
40171ALTER TABLE `cbme_objective_groups`47166ALTER TABLE `cbme_objective_groups`
40172  MODIFY `objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47167  MODIFY `objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4017347168
40174--47169--
40175-- AUTO_INCREMENT for table `cbme_objective_group_objectives`47170-- AUTO_INCREMENT for table `cbme_objective_group_objectives`
40176--47171--
40177ALTER TABLE `cbme_objective_group_objectives`47172ALTER TABLE `cbme_objective_group_objectives`
40178  MODIFY `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47173  MODIFY `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4017947174
40180--47175--
40181-- AUTO_INCREMENT for table `cbme_objective_trees`47176-- AUTO_INCREMENT for table `cbme_objective_trees`
40182--47177--
40183ALTER TABLE `cbme_objective_trees`47178ALTER TABLE `cbme_objective_trees`
40184  MODIFY `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47179  MODIFY `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4018547180
40186--47181--
40187-- AUTO_INCREMENT for table `cbme_objective_tree_aggregates`47182-- AUTO_INCREMENT for table `cbme_objective_tree_aggregates`
40188--47183--
40189ALTER TABLE `cbme_objective_tree_aggregates`47184ALTER TABLE `cbme_objective_tree_aggregates`
40190  MODIFY `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47185  MODIFY `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4019147186
40192--47187--
40193-- AUTO_INCREMENT for table `cbme_objective_tree_map_branches`47188-- AUTO_INCREMENT for table `cbme_objective_tree_map_branches`
40194--47189--
40195ALTER TABLE `cbme_objective_tree_map_branches`47190ALTER TABLE `cbme_objective_tree_map_branches`
40196  MODIFY `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47191  MODIFY `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4019747192
40198--47193--
40199-- AUTO_INCREMENT for table `cbme_objective_tree_modifiers`47194-- AUTO_INCREMENT for table `cbme_objective_tree_modifiers`
40200--47195--
40201ALTER TABLE `cbme_objective_tree_modifiers`47196ALTER TABLE `cbme_objective_tree_modifiers`
40202  MODIFY `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47197  MODIFY `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4020347198
40204--47199--
40205-- AUTO_INCREMENT for table `cbme_objective_tree_node_versions`47200-- AUTO_INCREMENT for table `cbme_objective_tree_node_versions`
40206--47201--
40207ALTER TABLE `cbme_objective_tree_node_versions`47202ALTER TABLE `cbme_objective_tree_node_versions`
40208  MODIFY `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47203  MODIFY `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4020947204
40210--47205--
40211-- AUTO_INCREMENT for table `cbme_objective_tree_versions`47206-- AUTO_INCREMENT for table `cbme_objective_tree_versions`
40212--47207--
40213ALTER TABLE `cbme_objective_tree_versions`47208ALTER TABLE `cbme_objective_tree_versions`
40214  MODIFY `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47209  MODIFY `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4021547210
40216--47211--
40217-- AUTO_INCREMENT for table `cbme_objective_tree_version_audit`47212-- AUTO_INCREMENT for table `cbme_objective_tree_version_audit`
40218--47213--
40219ALTER TABLE `cbme_objective_tree_version_audit`47214ALTER TABLE `cbme_objective_tree_version_audit`
40220  MODIFY `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47215  MODIFY `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4022147216
40222--47217--
40223-- AUTO_INCREMENT for table `cbme_objective_tree_version_changes`47218-- AUTO_INCREMENT for table `cbme_objective_tree_version_changes`
40224--47219--
40225ALTER TABLE `cbme_objective_tree_version_changes`47220ALTER TABLE `cbme_objective_tree_version_changes`
40226  MODIFY `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47221  MODIFY `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4022747222
40228--47223--
40229-- AUTO_INCREMENT for table `cbme_objective_tree_version_statuses`47224-- AUTO_INCREMENT for table `cbme_objective_tree_version_statuses`
40230--47225--
40231ALTER TABLE `cbme_objective_tree_version_statuses`47226ALTER TABLE `cbme_objective_tree_version_statuses`
40232  MODIFY `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47227  MODIFY `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4023347228
40234--47229--
40235-- AUTO_INCREMENT for table `cbme_procedure_epa_attributes`47230-- AUTO_INCREMENT for table `cbme_procedure_epa_attributes`
40236--47231--
40237ALTER TABLE `cbme_procedure_epa_attributes`47232ALTER TABLE `cbme_procedure_epa_attributes`
40238  MODIFY `epa_attribute_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47233  MODIFY `epa_attribute_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4023947234
40240--47235--
40241-- AUTO_INCREMENT for table `cbme_schedule_stats`47236-- AUTO_INCREMENT for table `cbme_schedule_stats`
40242--47237--
40243ALTER TABLE `cbme_schedule_stats`47238ALTER TABLE `cbme_schedule_stats`
40244  MODIFY `schedule_stats_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47239  MODIFY `schedule_stats_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4024547240
40246--47241--
40247-- AUTO_INCREMENT for table `cbme_schedule_stats_completion_status`47242-- AUTO_INCREMENT for table `cbme_schedule_stats_completion_status`
40248--47243--
40249ALTER TABLE `cbme_schedule_stats_completion_status`47244ALTER TABLE `cbme_schedule_stats_completion_status`
40250  MODIFY `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47245  MODIFY `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4025147246
40252--47247--
40253-- AUTO_INCREMENT for table `cbme_schedule_stats_history`47248-- AUTO_INCREMENT for table `cbme_schedule_stats_history`
40254--47249--
40255ALTER TABLE `cbme_schedule_stats_history`47250ALTER TABLE `cbme_schedule_stats_history`
40256  MODIFY `ss_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47251  MODIFY `ss_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4025747252
40258--47253--
40259-- AUTO_INCREMENT for table `cbme_schedule_stats_learners`47254-- AUTO_INCREMENT for table `cbme_schedule_stats_learners`
40260--47255--
40261ALTER TABLE `cbme_schedule_stats_learners`47256ALTER TABLE `cbme_schedule_stats_learners`
40262  MODIFY `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47257  MODIFY `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4026347258
40264--47259--
40265-- AUTO_INCREMENT for table `cbme_schedule_stats_learners_history`47260-- AUTO_INCREMENT for table `cbme_schedule_stats_learners_history`
40266--47261--
40267ALTER TABLE `cbme_schedule_stats_learners_history`47262ALTER TABLE `cbme_schedule_stats_learners_history`
40268  MODIFY `ssle_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47263  MODIFY `ssle_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4026947264
40270--47265--
40271-- AUTO_INCREMENT for table `cbme_schedule_stats_period`47266-- AUTO_INCREMENT for table `cbme_schedule_stats_period`
40272--47267--
40273ALTER TABLE `cbme_schedule_stats_period`47268ALTER TABLE `cbme_schedule_stats_period`
40274  MODIFY `schedule_stats_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47269  MODIFY `schedule_stats_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4027547270
40276--47271--
40277-- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments`47272-- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments`
40278--47273--
40279ALTER TABLE `cbme_schedule_stats_period_assessments`47274ALTER TABLE `cbme_schedule_stats_period_assessments`
40280  MODIFY `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47275  MODIFY `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4028147276
40282--47277--
40283-- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments_history`47278-- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments_history`
40284--47279--
40285ALTER TABLE `cbme_schedule_stats_period_assessments_history`47280ALTER TABLE `cbme_schedule_stats_period_assessments_history`
40286  MODIFY `sspa_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47281  MODIFY `sspa_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4028747282
40288--47283--
40289-- AUTO_INCREMENT for table `cbme_schedule_stats_period_history`47284-- AUTO_INCREMENT for table `cbme_schedule_stats_period_history`
40290--47285--
40291ALTER TABLE `cbme_schedule_stats_period_history`47286ALTER TABLE `cbme_schedule_stats_period_history`
40292  MODIFY `ssp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47287  MODIFY `ssp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4029347288
40294--47289--
40295-- AUTO_INCREMENT for table `cbme_schedule_stats_period_type`47290-- AUTO_INCREMENT for table `cbme_schedule_stats_period_type`
40296--47291--
40297ALTER TABLE `cbme_schedule_stats_period_type`47292ALTER TABLE `cbme_schedule_stats_period_type`
40298  MODIFY `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47293  MODIFY `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4029947294
40300--47295--
40301-- AUTO_INCREMENT for table `cbme_tree_version_objectives`47296-- AUTO_INCREMENT for table `cbme_tree_version_objectives`
40302--47297--
40303ALTER TABLE `cbme_tree_version_objectives`47298ALTER TABLE `cbme_tree_version_objectives`
40304  MODIFY `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47299  MODIFY `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4030547300
40306--47301--
40307-- AUTO_INCREMENT for table `ce_instructor_capacity_overrides`47302-- AUTO_INCREMENT for table `ce_instructor_capacity_overrides`
40308--47303--
40309ALTER TABLE `ce_instructor_capacity_overrides`47304ALTER TABLE `ce_instructor_capacity_overrides`
40310  MODIFY `capacity_override_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47305  MODIFY `capacity_override_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4031147306
40312--47307--
40313-- AUTO_INCREMENT for table `ce_instructor_contacts`47308-- AUTO_INCREMENT for table `ce_instructor_contacts`
40314--47309--
40315ALTER TABLE `ce_instructor_contacts`47310ALTER TABLE `ce_instructor_contacts`
40316  MODIFY `instructor_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47311  MODIFY `instructor_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4031747312
40318--47313--
40319-- AUTO_INCREMENT for table `ce_instructor_credentials`47314-- AUTO_INCREMENT for table `ce_instructor_credentials`
40320--47315--
40321ALTER TABLE `ce_instructor_credentials`47316ALTER TABLE `ce_instructor_credentials`
40322  MODIFY `instructor_credential_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47317  MODIFY `instructor_credential_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4032347318
40324--47319--
40325-- AUTO_INCREMENT for table `ce_instructor_documents`47320-- AUTO_INCREMENT for table `ce_instructor_documents`
40326--47321--
40327ALTER TABLE `ce_instructor_documents`47322ALTER TABLE `ce_instructor_documents`
40328  MODIFY `instructor_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47323  MODIFY `instructor_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4032947324
40330--47325--
40331-- AUTO_INCREMENT for table `ce_instructor_notes`47326-- AUTO_INCREMENT for table `ce_instructor_notes`
40332--47327--
40333ALTER TABLE `ce_instructor_notes`47328ALTER TABLE `ce_instructor_notes`
40334  MODIFY `instructor_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47329  MODIFY `instructor_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4033547330
40336--47331--
40337-- AUTO_INCREMENT for table `ce_instructor_site_disciplines`47332-- AUTO_INCREMENT for table `ce_instructor_site_disciplines`
40338--47333--
40339ALTER TABLE `ce_instructor_site_disciplines`47334ALTER TABLE `ce_instructor_site_disciplines`
40340  MODIFY `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47335  MODIFY `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4034147336
40342--47337--
40343-- AUTO_INCREMENT for table `ce_instructor_statuses`47338-- AUTO_INCREMENT for table `ce_instructor_statuses`
40344--47339--
40345ALTER TABLE `ce_instructor_statuses`47340ALTER TABLE `ce_instructor_statuses`
40346  MODIFY `instructor_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;47341  MODIFY `instructor_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4034747342
40348--47343--
40349-- AUTO_INCREMENT for table `ce_instructor_stipends`47344-- AUTO_INCREMENT for table `ce_instructor_stipends`
40350--47345--
40351ALTER TABLE `ce_instructor_stipends`47346ALTER TABLE `ce_instructor_stipends`
40352  MODIFY `instructor_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47347  MODIFY `instructor_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4035347348
40354--47349--
40355-- AUTO_INCREMENT for table `ce_instructor_stipend_event_types`47350-- AUTO_INCREMENT for table `ce_instructor_stipend_event_types`
40356--47351--
40357ALTER TABLE `ce_instructor_stipend_event_types`47352ALTER TABLE `ce_instructor_stipend_event_types`
40358  MODIFY `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47353  MODIFY `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4035947354
40360--47355--
40361-- AUTO_INCREMENT for table `ce_lotteries`47356-- AUTO_INCREMENT for table `ce_lotteries`
40362--47357--
40363ALTER TABLE `ce_lotteries`47358ALTER TABLE `ce_lotteries`
40364  MODIFY `lottery_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47359  MODIFY `lottery_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4036547360
40366--47361--
40367-- AUTO_INCREMENT for table `ce_lu_algorithms`47362-- AUTO_INCREMENT for table `ce_lu_algorithms`
40368--47363--
40369ALTER TABLE `ce_lu_algorithms`47364ALTER TABLE `ce_lu_algorithms`
40370  MODIFY `algorithm_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47365  MODIFY `algorithm_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4037147366
40372--47367--
40373-- AUTO_INCREMENT for table `ce_lu_document_types`47368-- AUTO_INCREMENT for table `ce_lu_document_types`
40374--47369--
40375ALTER TABLE `ce_lu_document_types`47370ALTER TABLE `ce_lu_document_types`
40376  MODIFY `document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47371  MODIFY `document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4037747372
40378--47373--
40379-- AUTO_INCREMENT for table `ce_lu_document_type_organisations`47374-- AUTO_INCREMENT for table `ce_lu_document_type_organisations`
40380--47375--
40381ALTER TABLE `ce_lu_document_type_organisations`47376ALTER TABLE `ce_lu_document_type_organisations`
40382  MODIFY `document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47377  MODIFY `document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4038347378
40384--47379--
40385-- AUTO_INCREMENT for table `ce_lu_event_rate_types`47380-- AUTO_INCREMENT for table `ce_lu_event_rate_types`
40386--47381--
40387ALTER TABLE `ce_lu_event_rate_types`47382ALTER TABLE `ce_lu_event_rate_types`
40388  MODIFY `event_rate_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47383  MODIFY `event_rate_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4038947384
40390--47385--
40391-- AUTO_INCREMENT for table `ce_lu_event_rate_type_organisations`47386-- AUTO_INCREMENT for table `ce_lu_event_rate_type_organisations`
40392--47387--
40393ALTER TABLE `ce_lu_event_rate_type_organisations`47388ALTER TABLE `ce_lu_event_rate_type_organisations`
40394  MODIFY `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47389  MODIFY `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4039547390
40396--47391--
40397-- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_types`47392-- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_types`
40398--47393--
40399ALTER TABLE `ce_lu_instructor_credential_status_types`47394ALTER TABLE `ce_lu_instructor_credential_status_types`
40400  MODIFY `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47395  MODIFY `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4040147396
40402--47397--
40403-- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_type_organisations`47398-- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_type_organisations`
40404--47399--
40405ALTER TABLE `ce_lu_instructor_credential_status_type_organisations`47400ALTER TABLE `ce_lu_instructor_credential_status_type_organisations`
40406  MODIFY `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47401  MODIFY `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4040747402
40408--47403--
40409-- AUTO_INCREMENT for table `ce_lu_instructor_note_types`47404-- AUTO_INCREMENT for table `ce_lu_instructor_note_types`
40410--47405--
40411ALTER TABLE `ce_lu_instructor_note_types`47406ALTER TABLE `ce_lu_instructor_note_types`
40412  MODIFY `instructor_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47407  MODIFY `instructor_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4041347408
40414--47409--
40415-- AUTO_INCREMENT for table `ce_lu_instructor_note_type_organisations`47410-- AUTO_INCREMENT for table `ce_lu_instructor_note_type_organisations`
40416--47411--
40417ALTER TABLE `ce_lu_instructor_note_type_organisations`47412ALTER TABLE `ce_lu_instructor_note_type_organisations`
40418  MODIFY `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47413  MODIFY `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4041947414
40420--47415--
40421-- AUTO_INCREMENT for table `ce_lu_instructor_status_types`47416-- AUTO_INCREMENT for table `ce_lu_instructor_status_types`
40422--47417--
40423ALTER TABLE `ce_lu_instructor_status_types`47418ALTER TABLE `ce_lu_instructor_status_types`
40424  MODIFY `instructor_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47419  MODIFY `instructor_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4042547420
40426--47421--
40427-- AUTO_INCREMENT for table `ce_lu_instructor_status_type_organisations`47422-- AUTO_INCREMENT for table `ce_lu_instructor_status_type_organisations`
40428--47423--
40429ALTER TABLE `ce_lu_instructor_status_type_organisations`47424ALTER TABLE `ce_lu_instructor_status_type_organisations`
40430  MODIFY `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47425  MODIFY `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4043147426
40432--47427--
40433-- AUTO_INCREMENT for table `ce_lu_learner_rank_options`47428-- AUTO_INCREMENT for table `ce_lu_learner_rank_options`
40434--47429--
40435ALTER TABLE `ce_lu_learner_rank_options`47430ALTER TABLE `ce_lu_learner_rank_options`
40436  MODIFY `learner_rank_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47431  MODIFY `learner_rank_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4043747432
40438--47433--
40439-- AUTO_INCREMENT for table `ce_lu_rankings`47434-- AUTO_INCREMENT for table `ce_lu_rankings`
40440--47435--
40441ALTER TABLE `ce_lu_rankings`47436ALTER TABLE `ce_lu_rankings`
40442  MODIFY `ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47437  MODIFY `ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4044347438
40444--47439--
40445-- AUTO_INCREMENT for table `ce_lu_schedule_status_types`47440-- AUTO_INCREMENT for table `ce_lu_schedule_status_types`
40446--47441--
40447ALTER TABLE `ce_lu_schedule_status_types`47442ALTER TABLE `ce_lu_schedule_status_types`
40448  MODIFY `csstype_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47443  MODIFY `csstype_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4044947444
40450--47445--
40451-- AUTO_INCREMENT for table `ce_lu_schedule_status_type_organisations`47446-- AUTO_INCREMENT for table `ce_lu_schedule_status_type_organisations`
40452--47447--
40453ALTER TABLE `ce_lu_schedule_status_type_organisations`47448ALTER TABLE `ce_lu_schedule_status_type_organisations`
40454  MODIFY `csstorganisation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47449  MODIFY `csstorganisation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4045547450
40456--47451--
40457-- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_types`47452-- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_types`
40458--47453--
40459ALTER TABLE `ce_lu_site_affiliation_status_types`47454ALTER TABLE `ce_lu_site_affiliation_status_types`
40460  MODIFY `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47455  MODIFY `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4046147456
40462--47457--
40463-- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_type_organisations`47458-- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_type_organisations`
40464--47459--
40465ALTER TABLE `ce_lu_site_affiliation_status_type_organisations`47460ALTER TABLE `ce_lu_site_affiliation_status_type_organisations`
40466  MODIFY `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47461  MODIFY `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4046747462
40468--47463--
40469-- AUTO_INCREMENT for table `ce_lu_site_document_status_types`47464-- AUTO_INCREMENT for table `ce_lu_site_document_status_types`
40470--47465--
40471ALTER TABLE `ce_lu_site_document_status_types`47466ALTER TABLE `ce_lu_site_document_status_types`
40472  MODIFY `site_document_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47467  MODIFY `site_document_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4047347468
40474--47469--
40475-- AUTO_INCREMENT for table `ce_lu_site_document_status_type_organisations`47470-- AUTO_INCREMENT for table `ce_lu_site_document_status_type_organisations`
40476--47471--
40477ALTER TABLE `ce_lu_site_document_status_type_organisations`47472ALTER TABLE `ce_lu_site_document_status_type_organisations`
40478  MODIFY `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47473  MODIFY `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4047947474
40480--47475--
40481-- AUTO_INCREMENT for table `ce_lu_site_note_types`47476-- AUTO_INCREMENT for table `ce_lu_site_note_types`
40482--47477--
40483ALTER TABLE `ce_lu_site_note_types`47478ALTER TABLE `ce_lu_site_note_types`
40484  MODIFY `site_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47479  MODIFY `site_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4048547480
40486--47481--
40487-- AUTO_INCREMENT for table `ce_lu_site_note_type_organisations`47482-- AUTO_INCREMENT for table `ce_lu_site_note_type_organisations`
40488--47483--
40489ALTER TABLE `ce_lu_site_note_type_organisations`47484ALTER TABLE `ce_lu_site_note_type_organisations`
40490  MODIFY `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47485  MODIFY `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4049147486
40492--47487--
40493-- AUTO_INCREMENT for table `ce_lu_site_required_document_types`47488-- AUTO_INCREMENT for table `ce_lu_site_required_document_types`
40494--47489--
40495ALTER TABLE `ce_lu_site_required_document_types`47490ALTER TABLE `ce_lu_site_required_document_types`
40496  MODIFY `site_required_document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47491  MODIFY `site_required_document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4049747492
40498--47493--
40499-- AUTO_INCREMENT for table `ce_lu_site_required_document_type_organisations`47494-- AUTO_INCREMENT for table `ce_lu_site_required_document_type_organisations`
40500--47495--
40501ALTER TABLE `ce_lu_site_required_document_type_organisations`47496ALTER TABLE `ce_lu_site_required_document_type_organisations`
40502  MODIFY `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;47497  MODIFY `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4050347498
40504--47499--
40505-- AUTO_INCREMENT for table `ce_lu_site_status_types`47500-- AUTO_INCREMENT for table `ce_lu_site_status_types`
40506--47501--
40507ALTER TABLE `ce_lu_site_status_types`47502ALTER TABLE `ce_lu_site_status_types`
40508  MODIFY `site_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47503  MODIFY `site_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4050947504
40510--47505--
40511-- AUTO_INCREMENT for table `ce_lu_site_status_type_organisations`47506-- AUTO_INCREMENT for table `ce_lu_site_status_type_organisations`
40512--47507--
40513ALTER TABLE `ce_lu_site_status_type_organisations`47508ALTER TABLE `ce_lu_site_status_type_organisations`
40514  MODIFY `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47509  MODIFY `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4051547510
40516--47511--
40517-- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_types`47512-- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_types`
40518--47513--
40519ALTER TABLE `ce_lu_site_stipend_fee_types`47514ALTER TABLE `ce_lu_site_stipend_fee_types`
40520  MODIFY `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47515  MODIFY `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4052147516
40522--47517--
40523-- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_type_organisations`47518-- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_type_organisations`
40524--47519--
40525ALTER TABLE `ce_lu_site_stipend_fee_type_organisations`47520ALTER TABLE `ce_lu_site_stipend_fee_type_organisations`
40526  MODIFY `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47521  MODIFY `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4052747522
40528--47523--
40529-- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_types`47524-- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_types`
40530--47525--
40531ALTER TABLE `ce_lu_site_stipend_instructor_payment_types`47526ALTER TABLE `ce_lu_site_stipend_instructor_payment_types`
40532  MODIFY `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47527  MODIFY `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4053347528
40534--47529--
40535-- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_type_organisations`47530-- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_type_organisations`
40536--47531--
40537ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations`47532ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations`
40538  MODIFY `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47533  MODIFY `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4053947534
40540--47535--
40541-- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_types`47536-- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_types`
40542--47537--
40543ALTER TABLE `ce_lu_site_stipend_payment_types`47538ALTER TABLE `ce_lu_site_stipend_payment_types`
40544  MODIFY `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47539  MODIFY `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4054547540
40546--47541--
40547-- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_type_organisations`47542-- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_type_organisations`
40548--47543--
40549ALTER TABLE `ce_lu_site_stipend_payment_type_organisations`47544ALTER TABLE `ce_lu_site_stipend_payment_type_organisations`
40550  MODIFY `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47545  MODIFY `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4055147546
40552--47547--
40553-- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_types`47548-- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_types`
40554--47549--
40555ALTER TABLE `ce_lu_site_visit_outcome_types`47550ALTER TABLE `ce_lu_site_visit_outcome_types`
40556  MODIFY `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47551  MODIFY `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4055747552
40558--47553--
40559-- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_type_organisations`47554-- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_type_organisations`
40560--47555--
40561ALTER TABLE `ce_lu_site_visit_outcome_type_organisations`47556ALTER TABLE `ce_lu_site_visit_outcome_type_organisations`
40562  MODIFY `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47557  MODIFY `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4056347558
40564--47559--
40565-- AUTO_INCREMENT for table `ce_lu_stage_condition_options`47560-- AUTO_INCREMENT for table `ce_lu_stage_condition_options`
40566--47561--
40567ALTER TABLE `ce_lu_stage_condition_options`47562ALTER TABLE `ce_lu_stage_condition_options`
40568  MODIFY `stage_condition_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47563  MODIFY `stage_condition_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4056947564
40570--47565--
40571-- AUTO_INCREMENT for table `ce_lu_stage_condition_rules`47566-- AUTO_INCREMENT for table `ce_lu_stage_condition_rules`
40572--47567--
40573ALTER TABLE `ce_lu_stage_condition_rules`47568ALTER TABLE `ce_lu_stage_condition_rules`
40574  MODIFY `stage_condition_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47569  MODIFY `stage_condition_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4057547570
40576--47571--
40577-- AUTO_INCREMENT for table `ce_lu_stage_condition_target`47572-- AUTO_INCREMENT for table `ce_lu_stage_condition_target`
40578--47573--
40579ALTER TABLE `ce_lu_stage_condition_target`47574ALTER TABLE `ce_lu_stage_condition_target`
40580  MODIFY `stage_condition_target_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47575  MODIFY `stage_condition_target_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4058147576
40582--47577--
40583-- AUTO_INCREMENT for table `ce_lu_stage_condition_when`47578-- AUTO_INCREMENT for table `ce_lu_stage_condition_when`
40584--47579--
40585ALTER TABLE `ce_lu_stage_condition_when`47580ALTER TABLE `ce_lu_stage_condition_when`
40586  MODIFY `stage_condition_when_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47581  MODIFY `stage_condition_when_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4058747582
40588--47583--
40589-- AUTO_INCREMENT for table `ce_lu_stage_option_types`47584-- AUTO_INCREMENT for table `ce_lu_stage_option_types`
40590--47585--
40591ALTER TABLE `ce_lu_stage_option_types`47586ALTER TABLE `ce_lu_stage_option_types`
40592  MODIFY `stage_option_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47587  MODIFY `stage_option_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4059347588
40594--47589--
40595-- AUTO_INCREMENT for table `ce_lu_stage_rules`47590-- AUTO_INCREMENT for table `ce_lu_stage_rules`
40596--47591--
40597ALTER TABLE `ce_lu_stage_rules`47592ALTER TABLE `ce_lu_stage_rules`
40598  MODIFY `stage_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47593  MODIFY `stage_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4059947594
40600--47595--
40601-- AUTO_INCREMENT for table `ce_lu_stage_types`47596-- AUTO_INCREMENT for table `ce_lu_stage_types`
40602--47597--
40603ALTER TABLE `ce_lu_stage_types`47598ALTER TABLE `ce_lu_stage_types`
40604  MODIFY `stage_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47599  MODIFY `stage_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4060547600
40606--47601--
40607-- AUTO_INCREMENT for table `ce_objectives`47602-- AUTO_INCREMENT for table `ce_objectives`
40608--47603--
40609ALTER TABLE `ce_objectives`47604ALTER TABLE `ce_objectives`
40610  MODIFY `ce_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;47605  MODIFY `ce_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4061147606
40612--47607--
40613-- AUTO_INCREMENT for table `ce_schedule_variations`47608-- AUTO_INCREMENT for table `ce_schedule_variations`
40614--47609--
40615ALTER TABLE `ce_schedule_variations`47610ALTER TABLE `ce_schedule_variations`
40616  MODIFY `variation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47611  MODIFY `variation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4061747612
40618--47613--
40619-- AUTO_INCREMENT for table `ce_site_affiliations`47614-- AUTO_INCREMENT for table `ce_site_affiliations`
40620--47615--
40621ALTER TABLE `ce_site_affiliations`47616ALTER TABLE `ce_site_affiliations`
40622  MODIFY `site_affiliation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47617  MODIFY `site_affiliation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4062347618
40624--47619--
40625-- AUTO_INCREMENT for table `ce_site_contacts`47620-- AUTO_INCREMENT for table `ce_site_contacts`
40626--47621--
40627ALTER TABLE `ce_site_contacts`47622ALTER TABLE `ce_site_contacts`
40628  MODIFY `site_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47623  MODIFY `site_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4062947624
40630--47625--
40631-- AUTO_INCREMENT for table `ce_site_curriculum_tracks`47626-- AUTO_INCREMENT for table `ce_site_curriculum_tracks`
40632--47627--
40633ALTER TABLE `ce_site_curriculum_tracks`47628ALTER TABLE `ce_site_curriculum_tracks`
40634  MODIFY `site_curriculum_track_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47629  MODIFY `site_curriculum_track_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4063547630
40636--47631--
40637-- AUTO_INCREMENT for table `ce_site_disciplines`47632-- AUTO_INCREMENT for table `ce_site_disciplines`
40638--47633--
40639ALTER TABLE `ce_site_disciplines`47634ALTER TABLE `ce_site_disciplines`
40640  MODIFY `site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47635  MODIFY `site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4064147636
40642--47637--
40643-- AUTO_INCREMENT for table `ce_site_discipline_instructors`47638-- AUTO_INCREMENT for table `ce_site_discipline_instructors`
40644--47639--
40645ALTER TABLE `ce_site_discipline_instructors`47640ALTER TABLE `ce_site_discipline_instructors`
40646  MODIFY `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47641  MODIFY `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4064747642
40648--47643--
40649-- AUTO_INCREMENT for table `ce_site_documents`47644-- AUTO_INCREMENT for table `ce_site_documents`
40650--47645--
40651ALTER TABLE `ce_site_documents`47646ALTER TABLE `ce_site_documents`
40652  MODIFY `site_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47647  MODIFY `site_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4065347648
40654--47649--
40655-- AUTO_INCREMENT for table `ce_site_instructors`47650-- AUTO_INCREMENT for table `ce_site_instructors`
40656--47651--
40657ALTER TABLE `ce_site_instructors`47652ALTER TABLE `ce_site_instructors`
40658  MODIFY `site_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47653  MODIFY `site_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4065947654
40660--47655--
40661-- AUTO_INCREMENT for table `ce_site_notes`47656-- AUTO_INCREMENT for table `ce_site_notes`
40662--47657--
40663ALTER TABLE `ce_site_notes`47658ALTER TABLE `ce_site_notes`
40664  MODIFY `site_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47659  MODIFY `site_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4066547660
40666--47661--
40667-- AUTO_INCREMENT for table `ce_site_required_documents`47662-- AUTO_INCREMENT for table `ce_site_required_documents`
40668--47663--
40669ALTER TABLE `ce_site_required_documents`47664ALTER TABLE `ce_site_required_documents`
40670  MODIFY `site_required_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47665  MODIFY `site_required_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4067147666
40672--47667--
40673-- AUTO_INCREMENT for table `ce_site_statuses`47668-- AUTO_INCREMENT for table `ce_site_statuses`
40674--47669--
40675ALTER TABLE `ce_site_statuses`47670ALTER TABLE `ce_site_statuses`
40676  MODIFY `site_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47671  MODIFY `site_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4067747672
40678--47673--
40679-- AUTO_INCREMENT for table `ce_site_stipend`47674-- AUTO_INCREMENT for table `ce_site_stipend`
40680--47675--
40681ALTER TABLE `ce_site_stipend`47676ALTER TABLE `ce_site_stipend`
40682  MODIFY `site_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47677  MODIFY `site_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4068347678
40684--47679--
40685-- AUTO_INCREMENT for table `ce_site_visits`47680-- AUTO_INCREMENT for table `ce_site_visits`
40686--47681--
40687ALTER TABLE `ce_site_visits`47682ALTER TABLE `ce_site_visits`
40688  MODIFY `site_visit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47683  MODIFY `site_visit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4068947684
40690--47685--
40691-- AUTO_INCREMENT for table `ce_stages`47686-- AUTO_INCREMENT for table `ce_stages`
40692--47687--
40693ALTER TABLE `ce_stages`47688ALTER TABLE `ce_stages`
40694  MODIFY `stage_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47689  MODIFY `stage_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4069547690
40696--47691--
40697-- AUTO_INCREMENT for table `ce_stage_conditions`47692-- AUTO_INCREMENT for table `ce_stage_conditions`
40698--47693--
40699ALTER TABLE `ce_stage_conditions`47694ALTER TABLE `ce_stage_conditions`
40700  MODIFY `stage_condition_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47695  MODIFY `stage_condition_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4070147696
40702--47697--
40703-- AUTO_INCREMENT for table `ce_stage_courses`47698-- AUTO_INCREMENT for table `ce_stage_courses`
40704--47699--
40705ALTER TABLE `ce_stage_courses`47700ALTER TABLE `ce_stage_courses`
40706  MODIFY `stage_course_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47701  MODIFY `stage_course_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4070747702
40708--47703--
40709-- AUTO_INCREMENT for table `ce_stage_learner_results`47704-- AUTO_INCREMENT for table `ce_stage_learner_results`
40710--47705--
40711ALTER TABLE `ce_stage_learner_results`47706ALTER TABLE `ce_stage_learner_results`
40712  MODIFY `stage_learner_result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47707  MODIFY `stage_learner_result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4071347708
40714--47709--
40715-- AUTO_INCREMENT for table `ce_stage_options`47710-- AUTO_INCREMENT for table `ce_stage_options`
40716--47711--
40717ALTER TABLE `ce_stage_options`47712ALTER TABLE `ce_stage_options`
40718  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47713  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4071947714
40720--47715--
40721-- AUTO_INCREMENT for table `ce_stage_ranking`47716-- AUTO_INCREMENT for table `ce_stage_ranking`
40722--47717--
40723ALTER TABLE `ce_stage_ranking`47718ALTER TABLE `ce_stage_ranking`
40724  MODIFY `stage_ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47719  MODIFY `stage_ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4072547720
40726--47721--
40727-- AUTO_INCREMENT for table `ce_stage_rules`47722-- AUTO_INCREMENT for table `ce_stage_rules`
40728--47723--
40729ALTER TABLE `ce_stage_rules`47724ALTER TABLE `ce_stage_rules`
40730  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47725  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4073147726
40732--47727--
40733-- AUTO_INCREMENT for table `clinical_events`47728-- AUTO_INCREMENT for table `clinical_events`
40734--47729--
40735ALTER TABLE `clinical_events`47730ALTER TABLE `clinical_events`
40736  MODIFY `clinical_event_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47731  MODIFY `clinical_event_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4073747732
40738--47733--
40739-- AUTO_INCREMENT for table `clinical_event_approval`47734-- AUTO_INCREMENT for table `clinical_event_approval`
40740--47735--
40741ALTER TABLE `clinical_event_approval`47736ALTER TABLE `clinical_event_approval`
40742  MODIFY `clinical_event_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47737  MODIFY `clinical_event_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4074347738
40744--47739--
40745-- AUTO_INCREMENT for table `clinical_event_approval_history`47740-- AUTO_INCREMENT for table `clinical_event_approval_history`
40746--47741--
40747ALTER TABLE `clinical_event_approval_history`47742ALTER TABLE `clinical_event_approval_history`
40748  MODIFY `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47743  MODIFY `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4074947744
40750--47745--
40751-- AUTO_INCREMENT for table `clinical_event_attendance`47746-- AUTO_INCREMENT for table `clinical_event_attendance`
40752--47747--
40753ALTER TABLE `clinical_event_attendance`47748ALTER TABLE `clinical_event_attendance`
40754  MODIFY `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47749  MODIFY `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4075547750
40756--47751--
40757-- AUTO_INCREMENT for table `clinical_event_attendance_history`47752-- AUTO_INCREMENT for table `clinical_event_attendance_history`
40758--47753--
40759ALTER TABLE `clinical_event_attendance_history`47754ALTER TABLE `clinical_event_attendance_history`
40760  MODIFY `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47755  MODIFY `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4076147756
40762--47757--
40763-- AUTO_INCREMENT for table `clinical_event_audiences`47758-- AUTO_INCREMENT for table `clinical_event_audiences`
40764--47759--
40765ALTER TABLE `clinical_event_audiences`47760ALTER TABLE `clinical_event_audiences`
40766  MODIFY `clinical_event_audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47761  MODIFY `clinical_event_audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4076747762
40768--47763--
40769-- AUTO_INCREMENT for table `clinical_event_recurring`47764-- AUTO_INCREMENT for table `clinical_event_recurring`
40770--47765--
40771ALTER TABLE `clinical_event_recurring`47766ALTER TABLE `clinical_event_recurring`
40772  MODIFY `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47767  MODIFY `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4077347768
40774--47769--
40775-- AUTO_INCREMENT for table `clinical_locations`47770-- AUTO_INCREMENT for table `clinical_locations`
40776--47771--
40777ALTER TABLE `clinical_locations`47772ALTER TABLE `clinical_locations`
40778  MODIFY `clocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;47773  MODIFY `clocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4077947774
40780--47775--
40781-- AUTO_INCREMENT for table `clinical_preceptors`47776-- AUTO_INCREMENT for table `clinical_preceptors`
40782--47777--
40783ALTER TABLE `clinical_preceptors`47778ALTER TABLE `clinical_preceptors`
40784  MODIFY `cpreceptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;47779  MODIFY `cpreceptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
4078547780
40786--47781--
40787-- AUTO_INCREMENT for table `clinical_preceptor_roles`47782-- AUTO_INCREMENT for table `clinical_preceptor_roles`
40788--47783--
40789ALTER TABLE `clinical_preceptor_roles`47784ALTER TABLE `clinical_preceptor_roles`
40790  MODIFY `cprole_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;47785  MODIFY `cprole_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4079147786
40792--47787--
40793-- AUTO_INCREMENT for table `communities`47788-- AUTO_INCREMENT for table `communities`
40794--47789--
40795ALTER TABLE `communities`47790ALTER TABLE `communities`
40796  MODIFY `community_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;47791  MODIFY `community_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4079747792
40798--47793--
40799-- AUTO_INCREMENT for table `communities_categories`47794-- AUTO_INCREMENT for table `communities_categories`
40800--47795--
40801ALTER TABLE `communities_categories`47796ALTER TABLE `communities_categories`
40802  MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;47797  MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
4080347798
40804--47799--
40805-- AUTO_INCREMENT for table `communities_modules`47800-- AUTO_INCREMENT for table `communities_modules`
40806--47801--
40807ALTER TABLE `communities_modules`47802ALTER TABLE `communities_modules`
40808  MODIFY `module_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;47803  MODIFY `module_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4080947804
40810--47805--
40811-- AUTO_INCREMENT for table `communities_most_active`47806-- AUTO_INCREMENT for table `communities_most_active`
40812--47807--
40813ALTER TABLE `communities_most_active`47808ALTER TABLE `communities_most_active`
40814  MODIFY `cmactive_id` int(12) NOT NULL AUTO_INCREMENT;47809  MODIFY `cmactive_id` int(12) NOT NULL AUTO_INCREMENT;
4081547810
40816--47811--
40817-- AUTO_INCREMENT for table `communities_template_permissions`47812-- AUTO_INCREMENT for table `communities_template_permissions`
40818--47813--
40819ALTER TABLE `communities_template_permissions`47814ALTER TABLE `communities_template_permissions`
40820  MODIFY `ctpermission_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;47815  MODIFY `ctpermission_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4082147816
40822--47817--
40823-- AUTO_INCREMENT for table `community_acl`47818-- AUTO_INCREMENT for table `community_acl`
40824--47819--
40825ALTER TABLE `community_acl`47820ALTER TABLE `community_acl`
40826  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;47821  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4082747822
40828--47823--
40829-- AUTO_INCREMENT for table `community_acl_groups`47824-- AUTO_INCREMENT for table `community_acl_groups`
40830--47825--
40831ALTER TABLE `community_acl_groups`47826ALTER TABLE `community_acl_groups`
40832  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;47827  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4083347828
40834--47829--
40835-- AUTO_INCREMENT for table `community_announcements`47830-- AUTO_INCREMENT for table `community_announcements`
40836--47831--
40837ALTER TABLE `community_announcements`47832ALTER TABLE `community_announcements`
40838  MODIFY `cannouncement_id` int(12) NOT NULL AUTO_INCREMENT;47833  MODIFY `cannouncement_id` int(12) NOT NULL AUTO_INCREMENT;
4083947834
40840--47835--
40841-- AUTO_INCREMENT for table `community_courses`47836-- AUTO_INCREMENT for table `community_courses`
40842--47837--
40843ALTER TABLE `community_courses`47838ALTER TABLE `community_courses`
40844  MODIFY `community_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47839  MODIFY `community_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4084547840
40846--47841--
40847-- AUTO_INCREMENT for table `community_course_cperiods`47842-- AUTO_INCREMENT for table `community_course_cperiods`
40848--47843--
40849ALTER TABLE `community_course_cperiods`47844ALTER TABLE `community_course_cperiods`
40850  MODIFY `cccperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47845  MODIFY `cccperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4085147846
40852--47847--
40853-- AUTO_INCREMENT for table `community_discussions`47848-- AUTO_INCREMENT for table `community_discussions`
40854--47849--
40855ALTER TABLE `community_discussions`47850ALTER TABLE `community_discussions`
40856  MODIFY `cdiscussion_id` int(12) NOT NULL AUTO_INCREMENT;47851  MODIFY `cdiscussion_id` int(12) NOT NULL AUTO_INCREMENT;
4085747852
40858--47853--
40859-- AUTO_INCREMENT for table `community_discussions_files`47854-- AUTO_INCREMENT for table `community_discussions_files`
40860--47855--
40861ALTER TABLE `community_discussions_files`47856ALTER TABLE `community_discussions_files`
40862  MODIFY `cdfile_id` int(12) NOT NULL AUTO_INCREMENT;47857  MODIFY `cdfile_id` int(12) NOT NULL AUTO_INCREMENT;
4086347858
40864--47859--
40865-- AUTO_INCREMENT for table `community_discussions_open`47860-- AUTO_INCREMENT for table `community_discussions_open`
40866--47861--
40867ALTER TABLE `community_discussions_open`47862ALTER TABLE `community_discussions_open`
40868  MODIFY `cdopen_id` int(12) NOT NULL AUTO_INCREMENT;47863  MODIFY `cdopen_id` int(12) NOT NULL AUTO_INCREMENT;
4086947864
40870--47865--
40871-- AUTO_INCREMENT for table `community_discussion_file_versions`47866-- AUTO_INCREMENT for table `community_discussion_file_versions`
40872--47867--
40873ALTER TABLE `community_discussion_file_versions`47868ALTER TABLE `community_discussion_file_versions`
40874  MODIFY `cdfversion_id` int(12) NOT NULL AUTO_INCREMENT;47869  MODIFY `cdfversion_id` int(12) NOT NULL AUTO_INCREMENT;
4087547870
40876--47871--
40877-- AUTO_INCREMENT for table `community_discussion_topics`47872-- AUTO_INCREMENT for table `community_discussion_topics`
40878--47873--
40879ALTER TABLE `community_discussion_topics`47874ALTER TABLE `community_discussion_topics`
40880  MODIFY `cdtopic_id` int(12) NOT NULL AUTO_INCREMENT;47875  MODIFY `cdtopic_id` int(12) NOT NULL AUTO_INCREMENT;
4088147876
40882--47877--
40883-- AUTO_INCREMENT for table `community_events`47878-- AUTO_INCREMENT for table `community_events`
40884--47879--
40885ALTER TABLE `community_events`47880ALTER TABLE `community_events`
40886  MODIFY `cevent_id` int(12) NOT NULL AUTO_INCREMENT;47881  MODIFY `cevent_id` int(12) NOT NULL AUTO_INCREMENT;
4088747882
40888--47883--
40889-- AUTO_INCREMENT for table `community_galleries`47884-- AUTO_INCREMENT for table `community_galleries`
40890--47885--
40891ALTER TABLE `community_galleries`47886ALTER TABLE `community_galleries`
40892  MODIFY `cgallery_id` int(12) NOT NULL AUTO_INCREMENT;47887  MODIFY `cgallery_id` int(12) NOT NULL AUTO_INCREMENT;
4089347888
40894--47889--
40895-- AUTO_INCREMENT for table `community_gallery_comments`47890-- AUTO_INCREMENT for table `community_gallery_comments`
40896--47891--
40897ALTER TABLE `community_gallery_comments`47892ALTER TABLE `community_gallery_comments`
40898  MODIFY `cgcomment_id` int(12) NOT NULL AUTO_INCREMENT;47893  MODIFY `cgcomment_id` int(12) NOT NULL AUTO_INCREMENT;
4089947894
40900--47895--
40901-- AUTO_INCREMENT for table `community_gallery_photos`47896-- AUTO_INCREMENT for table `community_gallery_photos`
40902--47897--
40903ALTER TABLE `community_gallery_photos`47898ALTER TABLE `community_gallery_photos`
40904  MODIFY `cgphoto_id` int(12) NOT NULL AUTO_INCREMENT;47899  MODIFY `cgphoto_id` int(12) NOT NULL AUTO_INCREMENT;
4090547900
40906--47901--
40907-- AUTO_INCREMENT for table `community_history`47902-- AUTO_INCREMENT for table `community_history`
40908--47903--
40909ALTER TABLE `community_history`47904ALTER TABLE `community_history`
40910  MODIFY `chistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;47905  MODIFY `chistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4091147906
40912--47907--
40913-- AUTO_INCREMENT for table `community_mailing_lists`47908-- AUTO_INCREMENT for table `community_mailing_lists`
40914--47909--
40915ALTER TABLE `community_mailing_lists`47910ALTER TABLE `community_mailing_lists`
40916  MODIFY `cmlist_id` int(12) NOT NULL AUTO_INCREMENT;47911  MODIFY `cmlist_id` int(12) NOT NULL AUTO_INCREMENT;
4091747912
40918--47913--
40919-- AUTO_INCREMENT for table `community_mailing_list_members`47914-- AUTO_INCREMENT for table `community_mailing_list_members`
40920--47915--
40921ALTER TABLE `community_mailing_list_members`47916ALTER TABLE `community_mailing_list_members`
40922  MODIFY `cmlmember_id` int(12) NOT NULL AUTO_INCREMENT;47917  MODIFY `cmlmember_id` int(12) NOT NULL AUTO_INCREMENT;
4092347918
40924--47919--
40925-- AUTO_INCREMENT for table `community_members`47920-- AUTO_INCREMENT for table `community_members`
40926--47921--
40927ALTER TABLE `community_members`47922ALTER TABLE `community_members`
n40928  MODIFY `cmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n47923  MODIFY `cmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
4092947924
40930--47925--
40931-- AUTO_INCREMENT for table `community_modules`47926-- AUTO_INCREMENT for table `community_modules`
40932--47927--
40933ALTER TABLE `community_modules`47928ALTER TABLE `community_modules`
40934  MODIFY `cmodule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;47929  MODIFY `cmodule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
4093547930
40936--47931--
40937-- AUTO_INCREMENT for table `community_notifications`47932-- AUTO_INCREMENT for table `community_notifications`
40938--47933--
40939ALTER TABLE `community_notifications`47934ALTER TABLE `community_notifications`
40940  MODIFY `cnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;47935  MODIFY `cnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4094147936
40942--47937--
40943-- AUTO_INCREMENT for table `community_notify_members`47938-- AUTO_INCREMENT for table `community_notify_members`
40944--47939--
40945ALTER TABLE `community_notify_members`47940ALTER TABLE `community_notify_members`
40946  MODIFY `cnmember_id` int(12) NOT NULL AUTO_INCREMENT;47941  MODIFY `cnmember_id` int(12) NOT NULL AUTO_INCREMENT;
4094747942
40948--47943--
40949-- AUTO_INCREMENT for table `community_pages`47944-- AUTO_INCREMENT for table `community_pages`
40950--47945--
40951ALTER TABLE `community_pages`47946ALTER TABLE `community_pages`
40952  MODIFY `cpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;47947  MODIFY `cpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4095347948
40954--47949--
40955-- AUTO_INCREMENT for table `community_page_navigation`47950-- AUTO_INCREMENT for table `community_page_navigation`
40956--47951--
40957ALTER TABLE `community_page_navigation`47952ALTER TABLE `community_page_navigation`
40958  MODIFY `cpnav_id` int(12) NOT NULL AUTO_INCREMENT;47953  MODIFY `cpnav_id` int(12) NOT NULL AUTO_INCREMENT;
4095947954
40960--47955--
40961-- AUTO_INCREMENT for table `community_page_options`47956-- AUTO_INCREMENT for table `community_page_options`
40962--47957--
40963ALTER TABLE `community_page_options`47958ALTER TABLE `community_page_options`
40964  MODIFY `cpoption_id` int(12) NOT NULL AUTO_INCREMENT;47959  MODIFY `cpoption_id` int(12) NOT NULL AUTO_INCREMENT;
4096547960
40966--47961--
40967-- AUTO_INCREMENT for table `community_permissions`47962-- AUTO_INCREMENT for table `community_permissions`
40968--47963--
40969ALTER TABLE `community_permissions`47964ALTER TABLE `community_permissions`
40970  MODIFY `cpermission_id` int(12) NOT NULL AUTO_INCREMENT;47965  MODIFY `cpermission_id` int(12) NOT NULL AUTO_INCREMENT;
4097147966
40972--47967--
40973-- AUTO_INCREMENT for table `community_polls`47968-- AUTO_INCREMENT for table `community_polls`
40974--47969--
40975ALTER TABLE `community_polls`47970ALTER TABLE `community_polls`
40976  MODIFY `cpolls_id` int(12) NOT NULL AUTO_INCREMENT;47971  MODIFY `cpolls_id` int(12) NOT NULL AUTO_INCREMENT;
4097747972
40978--47973--
40979-- AUTO_INCREMENT for table `community_polls_access`47974-- AUTO_INCREMENT for table `community_polls_access`
40980--47975--
40981ALTER TABLE `community_polls_access`47976ALTER TABLE `community_polls_access`
40982  MODIFY `cpaccess_id` int(12) NOT NULL AUTO_INCREMENT;47977  MODIFY `cpaccess_id` int(12) NOT NULL AUTO_INCREMENT;
4098347978
40984--47979--
40985-- AUTO_INCREMENT for table `community_polls_questions`47980-- AUTO_INCREMENT for table `community_polls_questions`
40986--47981--
40987ALTER TABLE `community_polls_questions`47982ALTER TABLE `community_polls_questions`
40988  MODIFY `cpquestion_id` int(12) NOT NULL AUTO_INCREMENT;47983  MODIFY `cpquestion_id` int(12) NOT NULL AUTO_INCREMENT;
4098947984
40990--47985--
40991-- AUTO_INCREMENT for table `community_polls_responses`47986-- AUTO_INCREMENT for table `community_polls_responses`
40992--47987--
40993ALTER TABLE `community_polls_responses`47988ALTER TABLE `community_polls_responses`
40994  MODIFY `cpresponses_id` int(12) NOT NULL AUTO_INCREMENT;47989  MODIFY `cpresponses_id` int(12) NOT NULL AUTO_INCREMENT;
4099547990
40996--47991--
40997-- AUTO_INCREMENT for table `community_polls_results`47992-- AUTO_INCREMENT for table `community_polls_results`
40998--47993--
40999ALTER TABLE `community_polls_results`47994ALTER TABLE `community_polls_results`
41000  MODIFY `cpresults_id` int(12) NOT NULL AUTO_INCREMENT;47995  MODIFY `cpresults_id` int(12) NOT NULL AUTO_INCREMENT;
4100147996
41002--47997--
41003-- AUTO_INCREMENT for table `community_shares`47998-- AUTO_INCREMENT for table `community_shares`
41004--47999--
41005ALTER TABLE `community_shares`48000ALTER TABLE `community_shares`
41006  MODIFY `cshare_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48001  MODIFY `cshare_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4100748002
41008--48003--
41009-- AUTO_INCREMENT for table `community_shares_open`48004-- AUTO_INCREMENT for table `community_shares_open`
41010--48005--
41011ALTER TABLE `community_shares_open`48006ALTER TABLE `community_shares_open`
41012  MODIFY `cshareopem_id` int(12) NOT NULL AUTO_INCREMENT;48007  MODIFY `cshareopem_id` int(12) NOT NULL AUTO_INCREMENT;
4101348008
41014--48009--
41015-- AUTO_INCREMENT for table `community_share_comments`48010-- AUTO_INCREMENT for table `community_share_comments`
41016--48011--
41017ALTER TABLE `community_share_comments`48012ALTER TABLE `community_share_comments`
41018  MODIFY `cscomment_id` int(12) NOT NULL AUTO_INCREMENT;48013  MODIFY `cscomment_id` int(12) NOT NULL AUTO_INCREMENT;
4101948014
41020--48015--
41021-- AUTO_INCREMENT for table `community_share_files`48016-- AUTO_INCREMENT for table `community_share_files`
41022--48017--
41023ALTER TABLE `community_share_files`48018ALTER TABLE `community_share_files`
41024  MODIFY `csfile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48019  MODIFY `csfile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4102548020
41026--48021--
41027-- AUTO_INCREMENT for table `community_share_file_versions`48022-- AUTO_INCREMENT for table `community_share_file_versions`
41028--48023--
41029ALTER TABLE `community_share_file_versions`48024ALTER TABLE `community_share_file_versions`
41030  MODIFY `csfversion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48025  MODIFY `csfversion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4103148026
41032--48027--
41033-- AUTO_INCREMENT for table `community_share_html`48028-- AUTO_INCREMENT for table `community_share_html`
41034--48029--
41035ALTER TABLE `community_share_html`48030ALTER TABLE `community_share_html`
41036  MODIFY `cshtml_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48031  MODIFY `cshtml_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4103748032
41038--48033--
41039-- AUTO_INCREMENT for table `community_share_links`48034-- AUTO_INCREMENT for table `community_share_links`
41040--48035--
41041ALTER TABLE `community_share_links`48036ALTER TABLE `community_share_links`
41042  MODIFY `cslink_id` int(12) NOT NULL AUTO_INCREMENT;48037  MODIFY `cslink_id` int(12) NOT NULL AUTO_INCREMENT;
4104348038
41044--48039--
41045-- AUTO_INCREMENT for table `community_templates`48040-- AUTO_INCREMENT for table `community_templates`
41046--48041--
41047ALTER TABLE `community_templates`48042ALTER TABLE `community_templates`
41048  MODIFY `template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;48043  MODIFY `template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4104948044
41050--48045--
41051-- AUTO_INCREMENT for table `community_type_pages`48046-- AUTO_INCREMENT for table `community_type_pages`
41052--48047--
41053ALTER TABLE `community_type_pages`48048ALTER TABLE `community_type_pages`
41054  MODIFY `ctpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;48049  MODIFY `ctpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;
4105548050
41056--48051--
41057-- AUTO_INCREMENT for table `community_type_page_options`48052-- AUTO_INCREMENT for table `community_type_page_options`
41058--48053--
41059ALTER TABLE `community_type_page_options`48054ALTER TABLE `community_type_page_options`
41060  MODIFY `ctpoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48055  MODIFY `ctpoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4106148056
41062--48057--
41063-- AUTO_INCREMENT for table `community_type_templates`48058-- AUTO_INCREMENT for table `community_type_templates`
41064--48059--
41065ALTER TABLE `community_type_templates`48060ALTER TABLE `community_type_templates`
41066  MODIFY `cttemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;48061  MODIFY `cttemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
4106748062
41068--48063--
41069-- AUTO_INCREMENT for table `courses`48064-- AUTO_INCREMENT for table `courses`
41070--48065--
41071ALTER TABLE `courses`48066ALTER TABLE `courses`
n41072  MODIFY `course_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;n48067  MODIFY `course_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
4107348068
41074--48069--
41075-- AUTO_INCREMENT for table `course_audience`48070-- AUTO_INCREMENT for table `course_audience`
41076--48071--
41077ALTER TABLE `course_audience`48072ALTER TABLE `course_audience`
n41078  MODIFY `caudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;n48073  MODIFY `caudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
4107948074
41080--48075--
41081-- AUTO_INCREMENT for table `course_audience_groups`48076-- AUTO_INCREMENT for table `course_audience_groups`
41082--48077--
41083ALTER TABLE `course_audience_groups`48078ALTER TABLE `course_audience_groups`
41084  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT;48079  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT;
4108548080
41086--48081--
41087-- AUTO_INCREMENT for table `course_capture_eventtypes`48082-- AUTO_INCREMENT for table `course_capture_eventtypes`
41088--48083--
41089ALTER TABLE `course_capture_eventtypes`48084ALTER TABLE `course_capture_eventtypes`
41090  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48085  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4109148086
41092--48087--
41093-- AUTO_INCREMENT for table `course_capture_media_source_entities`48088-- AUTO_INCREMENT for table `course_capture_media_source_entities`
41094--48089--
41095ALTER TABLE `course_capture_media_source_entities`48090ALTER TABLE `course_capture_media_source_entities`
41096  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48091  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4109748092
41098--48093--
41099-- AUTO_INCREMENT for table `course_contacts`48094-- AUTO_INCREMENT for table `course_contacts`
41100--48095--
41101ALTER TABLE `course_contacts`48096ALTER TABLE `course_contacts`
n41102  MODIFY `contact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;n48097  MODIFY `contact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
4110348098
41104--48099--
41105-- AUTO_INCREMENT for table `course_files`48100-- AUTO_INCREMENT for table `course_files`
41106--48101--
41107ALTER TABLE `course_files`48102ALTER TABLE `course_files`
41108  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;48103  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4110948104
41110--48105--
41111-- AUTO_INCREMENT for table `course_grading_scale`48106-- AUTO_INCREMENT for table `course_grading_scale`
41112--48107--
41113ALTER TABLE `course_grading_scale`48108ALTER TABLE `course_grading_scale`
41114  MODIFY `cgscale_id` int(11) NOT NULL AUTO_INCREMENT;48109  MODIFY `cgscale_id` int(11) NOT NULL AUTO_INCREMENT;
4111548110
41116--48111--
41117-- AUTO_INCREMENT for table `course_groups`48112-- AUTO_INCREMENT for table `course_groups`
41118--48113--
41119ALTER TABLE `course_groups`48114ALTER TABLE `course_groups`
41120  MODIFY `cgroup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;48115  MODIFY `cgroup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4112148116
41122--48117--
41123-- AUTO_INCREMENT for table `course_group_audience`48118-- AUTO_INCREMENT for table `course_group_audience`
41124--48119--
41125ALTER TABLE `course_group_audience`48120ALTER TABLE `course_group_audience`
41126  MODIFY `cgaudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;48121  MODIFY `cgaudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4112748122
41128--48123--
41129-- AUTO_INCREMENT for table `course_group_contacts`48124-- AUTO_INCREMENT for table `course_group_contacts`
41130--48125--
41131ALTER TABLE `course_group_contacts`48126ALTER TABLE `course_group_contacts`
41132  MODIFY `cgcontact_id` int(12) NOT NULL AUTO_INCREMENT;48127  MODIFY `cgcontact_id` int(12) NOT NULL AUTO_INCREMENT;
4113348128
41134--48129--
41135-- AUTO_INCREMENT for table `course_group_contact_lu_roles`48130-- AUTO_INCREMENT for table `course_group_contact_lu_roles`
41136--48131--
41137ALTER TABLE `course_group_contact_lu_roles`48132ALTER TABLE `course_group_contact_lu_roles`
41138  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48133  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4113948134
41140--48135--
41141-- AUTO_INCREMENT for table `course_group_contact_role`48136-- AUTO_INCREMENT for table `course_group_contact_role`
41142--48137--
41143ALTER TABLE `course_group_contact_role`48138ALTER TABLE `course_group_contact_role`
41144  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;48139  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4114548140
41146--48141--
41147-- AUTO_INCREMENT for table `course_keywords`48142-- AUTO_INCREMENT for table `course_keywords`
41148--48143--
41149ALTER TABLE `course_keywords`48144ALTER TABLE `course_keywords`
41150  MODIFY `ckeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48145  MODIFY `ckeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4115148146
41152--48147--
41153-- AUTO_INCREMENT for table `course_learner_levels`48148-- AUTO_INCREMENT for table `course_learner_levels`
41154--48149--
41155ALTER TABLE `course_learner_levels`48150ALTER TABLE `course_learner_levels`
41156  MODIFY `course_level_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48151  MODIFY `course_level_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4115748152
41158--48153--
41159-- AUTO_INCREMENT for table `course_linked_objectives`48154-- AUTO_INCREMENT for table `course_linked_objectives`
41160--48155--
41161ALTER TABLE `course_linked_objectives`48156ALTER TABLE `course_linked_objectives`
41162  MODIFY `clobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48157  MODIFY `clobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4116348158
41164--48159--
41165-- AUTO_INCREMENT for table `course_links`48160-- AUTO_INCREMENT for table `course_links`
41166--48161--
41167ALTER TABLE `course_links`48162ALTER TABLE `course_links`
41168  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;48163  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4116948164
41170--48165--
41171-- AUTO_INCREMENT for table `course_lu_reports`48166-- AUTO_INCREMENT for table `course_lu_reports`
41172--48167--
41173ALTER TABLE `course_lu_reports`48168ALTER TABLE `course_lu_reports`
41174  MODIFY `course_report_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48169  MODIFY `course_report_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4117548170
41176--48171--
41177-- AUTO_INCREMENT for table `course_objectives`48172-- AUTO_INCREMENT for table `course_objectives`
41178--48173--
41179ALTER TABLE `course_objectives`48174ALTER TABLE `course_objectives`
41180  MODIFY `cobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109;48175  MODIFY `cobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109;
4118148176
41182--48177--
41183-- AUTO_INCREMENT for table `course_reports`48178-- AUTO_INCREMENT for table `course_reports`
41184--48179--
41185ALTER TABLE `course_reports`48180ALTER TABLE `course_reports`
41186  MODIFY `creport_id` int(12) NOT NULL AUTO_INCREMENT;48181  MODIFY `creport_id` int(12) NOT NULL AUTO_INCREMENT;
4118748182
41188--48183--
41189-- AUTO_INCREMENT for table `course_report_organisations`48184-- AUTO_INCREMENT for table `course_report_organisations`
41190--48185--
41191ALTER TABLE `course_report_organisations`48186ALTER TABLE `course_report_organisations`
41192  MODIFY `crorganisation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;48187  MODIFY `crorganisation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4119348188
41194--48189--
41195-- AUTO_INCREMENT for table `course_settings`48190-- AUTO_INCREMENT for table `course_settings`
41196--48191--
41197ALTER TABLE `course_settings`48192ALTER TABLE `course_settings`
n41198  MODIFY `csetting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;n48193  MODIFY `csetting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
4119948194
41200--48195--
41201-- AUTO_INCREMENT for table `course_syllabi`48196-- AUTO_INCREMENT for table `course_syllabi`
41202--48197--
41203ALTER TABLE `course_syllabi`48198ALTER TABLE `course_syllabi`
n41204  MODIFY `syllabus_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;n48199  MODIFY `syllabus_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4120548200
41206--48201--
41207-- AUTO_INCREMENT for table `course_units`48202-- AUTO_INCREMENT for table `course_units`
41208--48203--
41209ALTER TABLE `course_units`48204ALTER TABLE `course_units`
41210  MODIFY `cunit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48205  MODIFY `cunit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4121148206
41212--48207--
41213-- AUTO_INCREMENT for table `course_unit_contacts`48208-- AUTO_INCREMENT for table `course_unit_contacts`
41214--48209--
41215ALTER TABLE `course_unit_contacts`48210ALTER TABLE `course_unit_contacts`
n41216  MODIFY `cucontact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n48211  MODIFY `cucontact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4121748212
41218--48213--
41219-- AUTO_INCREMENT for table `course_unit_linked_objectives`48214-- AUTO_INCREMENT for table `course_unit_linked_objectives`
41220--48215--
41221ALTER TABLE `course_unit_linked_objectives`48216ALTER TABLE `course_unit_linked_objectives`
41222  MODIFY `culobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48217  MODIFY `culobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4122348218
41224--48219--
41225-- AUTO_INCREMENT for table `course_unit_objectives`48220-- AUTO_INCREMENT for table `course_unit_objectives`
41226--48221--
41227ALTER TABLE `course_unit_objectives`48222ALTER TABLE `course_unit_objectives`
41228  MODIFY `cuobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48223  MODIFY `cuobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4122948224
41230--48225--
41231-- AUTO_INCREMENT for table `cron`48226-- AUTO_INCREMENT for table `cron`
41232--48227--
41233ALTER TABLE `cron`48228ALTER TABLE `cron`
41234  MODIFY `cron_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48229  MODIFY `cron_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4123548230
41236--48231--
41237-- AUTO_INCREMENT for table `cron_community_notifications`48232-- AUTO_INCREMENT for table `cron_community_notifications`
41238--48233--
41239ALTER TABLE `cron_community_notifications`48234ALTER TABLE `cron_community_notifications`
41240  MODIFY `ccnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48235  MODIFY `ccnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4124148236
41242--48237--
41243-- AUTO_INCREMENT for table `cron_events`48238-- AUTO_INCREMENT for table `cron_events`
41244--48239--
41245ALTER TABLE `cron_events`48240ALTER TABLE `cron_events`
41246  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;48241  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4124748242
41248--48243--
41249-- AUTO_INCREMENT for table `curriculum_frameworks`48244-- AUTO_INCREMENT for table `curriculum_frameworks`
41250--48245--
41251ALTER TABLE `curriculum_frameworks`48246ALTER TABLE `curriculum_frameworks`
n41252  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;n48247  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4125348248
41254--48249--
41255-- AUTO_INCREMENT for table `curriculum_framework_lu_objective_set_property_types`48250-- AUTO_INCREMENT for table `curriculum_framework_lu_objective_set_property_types`
41256--48251--
41257ALTER TABLE `curriculum_framework_lu_objective_set_property_types`48252ALTER TABLE `curriculum_framework_lu_objective_set_property_types`
41258  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;48253  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
4125948254
41260--48255--
41261-- AUTO_INCREMENT for table `curriculum_framework_objective_sets`48256-- AUTO_INCREMENT for table `curriculum_framework_objective_sets`
41262--48257--
41263ALTER TABLE `curriculum_framework_objective_sets`48258ALTER TABLE `curriculum_framework_objective_sets`
n41264  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;n48259  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4126548260
41266--48261--
41267-- AUTO_INCREMENT for table `curriculum_framework_objective_sets_properties`48262-- AUTO_INCREMENT for table `curriculum_framework_objective_sets_properties`
41268--48263--
41269ALTER TABLE `curriculum_framework_objective_sets_properties`48264ALTER TABLE `curriculum_framework_objective_sets_properties`
n41270  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=288;n48265  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=402;
4127148266
41272--48267--
41273-- AUTO_INCREMENT for table `curriculum_level_organisation`48268-- AUTO_INCREMENT for table `curriculum_level_organisation`
41274--48269--
41275ALTER TABLE `curriculum_level_organisation`48270ALTER TABLE `curriculum_level_organisation`
41276  MODIFY `cl_org_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48271  MODIFY `cl_org_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4127748272
41278--48273--
41279-- AUTO_INCREMENT for table `curriculum_lu_levels`48274-- AUTO_INCREMENT for table `curriculum_lu_levels`
41280--48275--
41281ALTER TABLE `curriculum_lu_levels`48276ALTER TABLE `curriculum_lu_levels`
41282  MODIFY `curriculum_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48277  MODIFY `curriculum_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4128348278
41284--48279--
41285-- AUTO_INCREMENT for table `curriculum_lu_tracks`48280-- AUTO_INCREMENT for table `curriculum_lu_tracks`
41286--48281--
41287ALTER TABLE `curriculum_lu_tracks`48282ALTER TABLE `curriculum_lu_tracks`
41288  MODIFY `curriculum_track_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;48283  MODIFY `curriculum_track_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4128948284
41290--48285--
41291-- AUTO_INCREMENT for table `curriculum_lu_types`48286-- AUTO_INCREMENT for table `curriculum_lu_types`
41292--48287--
41293ALTER TABLE `curriculum_lu_types`48288ALTER TABLE `curriculum_lu_types`
41294  MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;48289  MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
4129548290
41296--48291--
41297-- AUTO_INCREMENT for table `curriculum_map_versions`48292-- AUTO_INCREMENT for table `curriculum_map_versions`
41298--48293--
41299ALTER TABLE `curriculum_map_versions`48294ALTER TABLE `curriculum_map_versions`
41300  MODIFY `version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48295  MODIFY `version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4130148296
41302--48297--
41303-- AUTO_INCREMENT for table `curriculum_periods`48298-- AUTO_INCREMENT for table `curriculum_periods`
41304--48299--
41305ALTER TABLE `curriculum_periods`48300ALTER TABLE `curriculum_periods`
41306  MODIFY `cperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;48301  MODIFY `cperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
4130748302
41308--48303--
41309-- AUTO_INCREMENT for table `curriculum_relationships`48304-- AUTO_INCREMENT for table `curriculum_relationships`
41310--48305--
41311ALTER TABLE `curriculum_relationships`48306ALTER TABLE `curriculum_relationships`
n41312  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;n48307  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4131348308
41314--48309--
41315-- AUTO_INCREMENT for table `custom_forms`48310-- AUTO_INCREMENT for table `custom_forms`
41316--48311--
41317ALTER TABLE `custom_forms`48312ALTER TABLE `custom_forms`
41318  MODIFY `custom_form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48313  MODIFY `custom_form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4131948314
41320--48315--
41321-- AUTO_INCREMENT for table `custom_form_entities`48316-- AUTO_INCREMENT for table `custom_form_entities`
41322--48317--
41323ALTER TABLE `custom_form_entities`48318ALTER TABLE `custom_form_entities`
41324  MODIFY `custom_form_entity_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48319  MODIFY `custom_form_entity_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4132548320
41326--48321--
41327-- AUTO_INCREMENT for table `custom_form_fields`48322-- AUTO_INCREMENT for table `custom_form_fields`
41328--48323--
41329ALTER TABLE `custom_form_fields`48324ALTER TABLE `custom_form_fields`
41330  MODIFY `custom_form_field_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48325  MODIFY `custom_form_field_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4133148326
41332--48327--
41333-- AUTO_INCREMENT for table `custom_form_field_values`48328-- AUTO_INCREMENT for table `custom_form_field_values`
41334--48329--
41335ALTER TABLE `custom_form_field_values`48330ALTER TABLE `custom_form_field_values`
41336  MODIFY `custom_form_field_value_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48331  MODIFY `custom_form_field_value_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4133748332
41338--48333--
41339-- AUTO_INCREMENT for table `custom_form_lu_field_types`48334-- AUTO_INCREMENT for table `custom_form_lu_field_types`
41340--48335--
41341ALTER TABLE `custom_form_lu_field_types`48336ALTER TABLE `custom_form_lu_field_types`
41342  MODIFY `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48337  MODIFY `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4134348338
41344--48339--
41345-- AUTO_INCREMENT for table `custom_form_lu_field_type_organisations`48340-- AUTO_INCREMENT for table `custom_form_lu_field_type_organisations`
41346--48341--
41347ALTER TABLE `custom_form_lu_field_type_organisations`48342ALTER TABLE `custom_form_lu_field_type_organisations`
41348  MODIFY `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48343  MODIFY `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4134948344
41350--48345--
41351-- AUTO_INCREMENT for table `custom_form_organisations`48346-- AUTO_INCREMENT for table `custom_form_organisations`
41352--48347--
41353ALTER TABLE `custom_form_organisations`48348ALTER TABLE `custom_form_organisations`
41354  MODIFY `custom_form_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48349  MODIFY `custom_form_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4135548350
41356--48351--
41357-- AUTO_INCREMENT for table `disclaimers`48352-- AUTO_INCREMENT for table `disclaimers`
41358--48353--
41359ALTER TABLE `disclaimers`48354ALTER TABLE `disclaimers`
41360  MODIFY `disclaimer_id` int(11) NOT NULL AUTO_INCREMENT;48355  MODIFY `disclaimer_id` int(11) NOT NULL AUTO_INCREMENT;
4136148356
41362--48357--
41363-- AUTO_INCREMENT for table `disclaimer_audience`48358-- AUTO_INCREMENT for table `disclaimer_audience`
41364--48359--
41365ALTER TABLE `disclaimer_audience`48360ALTER TABLE `disclaimer_audience`
41366  MODIFY `disclaimer_audience_id` int(11) NOT NULL AUTO_INCREMENT;48361  MODIFY `disclaimer_audience_id` int(11) NOT NULL AUTO_INCREMENT;
4136748362
41368--48363--
41369-- AUTO_INCREMENT for table `disclaimer_audience_users`48364-- AUTO_INCREMENT for table `disclaimer_audience_users`
41370--48365--
41371ALTER TABLE `disclaimer_audience_users`48366ALTER TABLE `disclaimer_audience_users`
41372  MODIFY `disclaimer_audience_users_id` int(11) NOT NULL AUTO_INCREMENT;48367  MODIFY `disclaimer_audience_users_id` int(11) NOT NULL AUTO_INCREMENT;
4137348368
41374--48369--
41375-- AUTO_INCREMENT for table `disclaimer_trigger`48370-- AUTO_INCREMENT for table `disclaimer_trigger`
41376--48371--
41377ALTER TABLE `disclaimer_trigger`48372ALTER TABLE `disclaimer_trigger`
41378  MODIFY `disclaimer_trigger_id` int(11) NOT NULL AUTO_INCREMENT;48373  MODIFY `disclaimer_trigger_id` int(11) NOT NULL AUTO_INCREMENT;
4137948374
41380--48375--
41381-- AUTO_INCREMENT for table `domains_blacklist`48376-- AUTO_INCREMENT for table `domains_blacklist`
41382--48377--
41383ALTER TABLE `domains_blacklist`48378ALTER TABLE `domains_blacklist`
41384  MODIFY `dblacklist_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;48379  MODIFY `dblacklist_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
4138548380
41386--48381--
41387-- AUTO_INCREMENT for table `drafts`48382-- AUTO_INCREMENT for table `drafts`
41388--48383--
41389ALTER TABLE `drafts`48384ALTER TABLE `drafts`
41390  MODIFY `draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48385  MODIFY `draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4139148386
41392--48387--
41393-- AUTO_INCREMENT for table `draft_audience`48388-- AUTO_INCREMENT for table `draft_audience`
41394--48389--
41395ALTER TABLE `draft_audience`48390ALTER TABLE `draft_audience`
41396  MODIFY `daudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48391  MODIFY `daudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4139748392
41398--48393--
41399-- AUTO_INCREMENT for table `draft_contacts`48394-- AUTO_INCREMENT for table `draft_contacts`
41400--48395--
41401ALTER TABLE `draft_contacts`48396ALTER TABLE `draft_contacts`
41402  MODIFY `dcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48397  MODIFY `dcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4140348398
41404--48399--
41405-- AUTO_INCREMENT for table `draft_creators`48400-- AUTO_INCREMENT for table `draft_creators`
41406--48401--
41407ALTER TABLE `draft_creators`48402ALTER TABLE `draft_creators`
41408  MODIFY `create_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48403  MODIFY `create_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4140948404
41410--48405--
41411-- AUTO_INCREMENT for table `draft_events`48406-- AUTO_INCREMENT for table `draft_events`
41412--48407--
41413ALTER TABLE `draft_events`48408ALTER TABLE `draft_events`
41414  MODIFY `devent_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;48409  MODIFY `devent_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4141548410
41416--48411--
41417-- AUTO_INCREMENT for table `draft_eventtypes`48412-- AUTO_INCREMENT for table `draft_eventtypes`
41418--48413--
41419ALTER TABLE `draft_eventtypes`48414ALTER TABLE `draft_eventtypes`
41420  MODIFY `deventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;48415  MODIFY `deventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4142148416
41422--48417--
41423-- AUTO_INCREMENT for table `draft_event_curriculum_tracks`48418-- AUTO_INCREMENT for table `draft_event_curriculum_tracks`
41424--48419--
41425ALTER TABLE `draft_event_curriculum_tracks`48420ALTER TABLE `draft_event_curriculum_tracks`
41426  MODIFY `dectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48421  MODIFY `dectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4142748422
41428--48423--
41429-- AUTO_INCREMENT for table `draft_event_room_resources`48424-- AUTO_INCREMENT for table `draft_event_room_resources`
41430--48425--
41431ALTER TABLE `draft_event_room_resources`48426ALTER TABLE `draft_event_room_resources`
41432  MODIFY `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48427  MODIFY `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4143348428
41434--48429--
41435-- AUTO_INCREMENT for table `draft_options`48430-- AUTO_INCREMENT for table `draft_options`
41436--48431--
41437ALTER TABLE `draft_options`48432ALTER TABLE `draft_options`
41438  MODIFY `doption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;48433  MODIFY `doption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
4143948434
41440--48435--
41441-- AUTO_INCREMENT for table `duty_hours_entries`48436-- AUTO_INCREMENT for table `duty_hours_entries`
41442--48437--
41443ALTER TABLE `duty_hours_entries`48438ALTER TABLE `duty_hours_entries`
41444  MODIFY `dhentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48439  MODIFY `dhentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4144548440
41446--48441--
41447-- AUTO_INCREMENT for table `email_aliases`48442-- AUTO_INCREMENT for table `email_aliases`
41448--48443--
41449ALTER TABLE `email_aliases`48444ALTER TABLE `email_aliases`
41450  MODIFY `ealiases_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48445  MODIFY `ealiases_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4145148446
41452--48447--
41453-- AUTO_INCREMENT for table `email_templates`48448-- AUTO_INCREMENT for table `email_templates`
41454--48449--
41455ALTER TABLE `email_templates`48450ALTER TABLE `email_templates`
41456  MODIFY `etemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;48451  MODIFY `etemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
4145748452
41458--48453--
41459-- AUTO_INCREMENT for table `email_template_organisations`48454-- AUTO_INCREMENT for table `email_template_organisations`
41460--48455--
41461ALTER TABLE `email_template_organisations`48456ALTER TABLE `email_template_organisations`
41462  MODIFY `etorganisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48457  MODIFY `etorganisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4146348458
41464--48459--
41465-- AUTO_INCREMENT for table `entity_mapping_types`48460-- AUTO_INCREMENT for table `entity_mapping_types`
41466--48461--
41467ALTER TABLE `entity_mapping_types`48462ALTER TABLE `entity_mapping_types`
41468  MODIFY `emtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48463  MODIFY `emtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4146948464
41470--48465--
41471-- AUTO_INCREMENT for table `evaluations`48466-- AUTO_INCREMENT for table `evaluations`
41472--48467--
41473ALTER TABLE `evaluations`48468ALTER TABLE `evaluations`
41474  MODIFY `evaluation_id` int(12) NOT NULL AUTO_INCREMENT;48469  MODIFY `evaluation_id` int(12) NOT NULL AUTO_INCREMENT;
4147548470
41476--48471--
41477-- AUTO_INCREMENT for table `evaluations_lu_questions`48472-- AUTO_INCREMENT for table `evaluations_lu_questions`
41478--48473--
41479ALTER TABLE `evaluations_lu_questions`48474ALTER TABLE `evaluations_lu_questions`
41480  MODIFY `equestion_id` int(12) NOT NULL AUTO_INCREMENT;48475  MODIFY `equestion_id` int(12) NOT NULL AUTO_INCREMENT;
4148148476
41482--48477--
41483-- AUTO_INCREMENT for table `evaluations_lu_questiontypes`48478-- AUTO_INCREMENT for table `evaluations_lu_questiontypes`
41484--48479--
41485ALTER TABLE `evaluations_lu_questiontypes`48480ALTER TABLE `evaluations_lu_questiontypes`
41486  MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;48481  MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4148748482
41488--48483--
41489-- AUTO_INCREMENT for table `evaluations_lu_question_responses`48484-- AUTO_INCREMENT for table `evaluations_lu_question_responses`
41490--48485--
41491ALTER TABLE `evaluations_lu_question_responses`48486ALTER TABLE `evaluations_lu_question_responses`
41492  MODIFY `eqresponse_id` int(12) NOT NULL AUTO_INCREMENT;48487  MODIFY `eqresponse_id` int(12) NOT NULL AUTO_INCREMENT;
4149348488
41494--48489--
41495-- AUTO_INCREMENT for table `evaluations_lu_question_response_criteria`48490-- AUTO_INCREMENT for table `evaluations_lu_question_response_criteria`
41496--48491--
41497ALTER TABLE `evaluations_lu_question_response_criteria`48492ALTER TABLE `evaluations_lu_question_response_criteria`
41498  MODIFY `eqrcriteria_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48493  MODIFY `eqrcriteria_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4149948494
41500--48495--
41501-- AUTO_INCREMENT for table `evaluations_lu_response_descriptors`48496-- AUTO_INCREMENT for table `evaluations_lu_response_descriptors`
41502--48497--
41503ALTER TABLE `evaluations_lu_response_descriptors`48498ALTER TABLE `evaluations_lu_response_descriptors`
41504  MODIFY `erdescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48499  MODIFY `erdescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4150548500
41506--48501--
41507-- AUTO_INCREMENT for table `evaluations_lu_rubrics`48502-- AUTO_INCREMENT for table `evaluations_lu_rubrics`
41508--48503--
41509ALTER TABLE `evaluations_lu_rubrics`48504ALTER TABLE `evaluations_lu_rubrics`
41510  MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48505  MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4151148506
41512--48507--
41513-- AUTO_INCREMENT for table `evaluations_lu_targets`48508-- AUTO_INCREMENT for table `evaluations_lu_targets`
41514--48509--
41515ALTER TABLE `evaluations_lu_targets`48510ALTER TABLE `evaluations_lu_targets`
41516  MODIFY `target_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;48511  MODIFY `target_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4151748512
41518--48513--
41519-- AUTO_INCREMENT for table `evaluations_related_questions`48514-- AUTO_INCREMENT for table `evaluations_related_questions`
41520--48515--
41521ALTER TABLE `evaluations_related_questions`48516ALTER TABLE `evaluations_related_questions`
41522  MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48517  MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4152348518
41524--48519--
41525-- AUTO_INCREMENT for table `evaluation_contacts`48520-- AUTO_INCREMENT for table `evaluation_contacts`
41526--48521--
41527ALTER TABLE `evaluation_contacts`48522ALTER TABLE `evaluation_contacts`
41528  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;48523  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;
4152948524
41530--48525--
41531-- AUTO_INCREMENT for table `evaluation_evaluators`48526-- AUTO_INCREMENT for table `evaluation_evaluators`
41532--48527--
41533ALTER TABLE `evaluation_evaluators`48528ALTER TABLE `evaluation_evaluators`
41534  MODIFY `eevaluator_id` int(12) NOT NULL AUTO_INCREMENT;48529  MODIFY `eevaluator_id` int(12) NOT NULL AUTO_INCREMENT;
4153548530
41536--48531--
41537-- AUTO_INCREMENT for table `evaluation_evaluator_exclusions`48532-- AUTO_INCREMENT for table `evaluation_evaluator_exclusions`
41538--48533--
41539ALTER TABLE `evaluation_evaluator_exclusions`48534ALTER TABLE `evaluation_evaluator_exclusions`
41540  MODIFY `eeexclusion_id` int(12) NOT NULL AUTO_INCREMENT;48535  MODIFY `eeexclusion_id` int(12) NOT NULL AUTO_INCREMENT;
4154148536
41542--48537--
41543-- AUTO_INCREMENT for table `evaluation_forms`48538-- AUTO_INCREMENT for table `evaluation_forms`
41544--48539--
41545ALTER TABLE `evaluation_forms`48540ALTER TABLE `evaluation_forms`
41546  MODIFY `eform_id` int(12) NOT NULL AUTO_INCREMENT;48541  MODIFY `eform_id` int(12) NOT NULL AUTO_INCREMENT;
4154748542
41548--48543--
41549-- AUTO_INCREMENT for table `evaluation_form_contacts`48544-- AUTO_INCREMENT for table `evaluation_form_contacts`
41550--48545--
41551ALTER TABLE `evaluation_form_contacts`48546ALTER TABLE `evaluation_form_contacts`
41552  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;48547  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;
4155348548
41554--48549--
41555-- AUTO_INCREMENT for table `evaluation_form_questions`48550-- AUTO_INCREMENT for table `evaluation_form_questions`
41556--48551--
41557ALTER TABLE `evaluation_form_questions`48552ALTER TABLE `evaluation_form_questions`
41558  MODIFY `efquestion_id` int(12) NOT NULL AUTO_INCREMENT;48553  MODIFY `efquestion_id` int(12) NOT NULL AUTO_INCREMENT;
4155948554
41560--48555--
41561-- AUTO_INCREMENT for table `evaluation_form_question_objectives`48556-- AUTO_INCREMENT for table `evaluation_form_question_objectives`
41562--48557--
41563ALTER TABLE `evaluation_form_question_objectives`48558ALTER TABLE `evaluation_form_question_objectives`
41564  MODIFY `efqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48559  MODIFY `efqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4156548560
41566--48561--
41567-- AUTO_INCREMENT for table `evaluation_progress`48562-- AUTO_INCREMENT for table `evaluation_progress`
41568--48563--
41569ALTER TABLE `evaluation_progress`48564ALTER TABLE `evaluation_progress`
41570  MODIFY `eprogress_id` int(12) NOT NULL AUTO_INCREMENT;48565  MODIFY `eprogress_id` int(12) NOT NULL AUTO_INCREMENT;
4157148566
41572--48567--
41573-- AUTO_INCREMENT for table `evaluation_progress_clerkship_events`48568-- AUTO_INCREMENT for table `evaluation_progress_clerkship_events`
41574--48569--
41575ALTER TABLE `evaluation_progress_clerkship_events`48570ALTER TABLE `evaluation_progress_clerkship_events`
41576  MODIFY `epcevent_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48571  MODIFY `epcevent_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4157748572
41578--48573--
41579-- AUTO_INCREMENT for table `evaluation_progress_patient_encounters`48574-- AUTO_INCREMENT for table `evaluation_progress_patient_encounters`
41580--48575--
41581ALTER TABLE `evaluation_progress_patient_encounters`48576ALTER TABLE `evaluation_progress_patient_encounters`
41582  MODIFY `eppencounter_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48577  MODIFY `eppencounter_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4158348578
41584--48579--
41585-- AUTO_INCREMENT for table `evaluation_question_objectives`48580-- AUTO_INCREMENT for table `evaluation_question_objectives`
41586--48581--
41587ALTER TABLE `evaluation_question_objectives`48582ALTER TABLE `evaluation_question_objectives`
41588  MODIFY `eqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48583  MODIFY `eqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4158948584
41590--48585--
41591-- AUTO_INCREMENT for table `evaluation_question_response_descriptors`48586-- AUTO_INCREMENT for table `evaluation_question_response_descriptors`
41592--48587--
41593ALTER TABLE `evaluation_question_response_descriptors`48588ALTER TABLE `evaluation_question_response_descriptors`
41594  MODIFY `eqrdescriptor_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48589  MODIFY `eqrdescriptor_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4159548590
41596--48591--
41597-- AUTO_INCREMENT for table `evaluation_requests`48592-- AUTO_INCREMENT for table `evaluation_requests`
41598--48593--
41599ALTER TABLE `evaluation_requests`48594ALTER TABLE `evaluation_requests`
41600  MODIFY `erequest_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48595  MODIFY `erequest_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4160148596
41602--48597--
41603-- AUTO_INCREMENT for table `evaluation_responses`48598-- AUTO_INCREMENT for table `evaluation_responses`
41604--48599--
41605ALTER TABLE `evaluation_responses`48600ALTER TABLE `evaluation_responses`
41606  MODIFY `eresponse_id` int(12) NOT NULL AUTO_INCREMENT;48601  MODIFY `eresponse_id` int(12) NOT NULL AUTO_INCREMENT;
4160748602
41608--48603--
41609-- AUTO_INCREMENT for table `evaluation_rubric_questions`48604-- AUTO_INCREMENT for table `evaluation_rubric_questions`
41610--48605--
41611ALTER TABLE `evaluation_rubric_questions`48606ALTER TABLE `evaluation_rubric_questions`
41612  MODIFY `efrquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48607  MODIFY `efrquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4161348608
41614--48609--
41615-- AUTO_INCREMENT for table `evaluation_targets`48610-- AUTO_INCREMENT for table `evaluation_targets`
41616--48611--
41617ALTER TABLE `evaluation_targets`48612ALTER TABLE `evaluation_targets`
41618  MODIFY `etarget_id` int(12) NOT NULL AUTO_INCREMENT;48613  MODIFY `etarget_id` int(12) NOT NULL AUTO_INCREMENT;
4161948614
41620--48615--
41621-- AUTO_INCREMENT for table `events`48616-- AUTO_INCREMENT for table `events`
41622--48617--
41623ALTER TABLE `events`48618ALTER TABLE `events`
41624  MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;48619  MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
4162548620
41626--48621--
41627-- AUTO_INCREMENT for table `events_exchange_metadata`48622-- AUTO_INCREMENT for table `events_exchange_metadata`
41628--48623--
41629ALTER TABLE `events_exchange_metadata`48624ALTER TABLE `events_exchange_metadata`
41630  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48625  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4163148626
41632--48627--
41633-- AUTO_INCREMENT for table `events_lu_eventtypes`48628-- AUTO_INCREMENT for table `events_lu_eventtypes`
41634--48629--
41635ALTER TABLE `events_lu_eventtypes`48630ALTER TABLE `events_lu_eventtypes`
41636  MODIFY `eventtype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;48631  MODIFY `eventtype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
4163748632
41638--48633--
41639-- AUTO_INCREMENT for table `events_lu_objectives`48634-- AUTO_INCREMENT for table `events_lu_objectives`
41640--48635--
41641ALTER TABLE `events_lu_objectives`48636ALTER TABLE `events_lu_objectives`
41642  MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT;48637  MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT;
4164348638
41644--48639--
41645-- AUTO_INCREMENT for table `events_lu_resources`48640-- AUTO_INCREMENT for table `events_lu_resources`
41646--48641--
41647ALTER TABLE `events_lu_resources`48642ALTER TABLE `events_lu_resources`
41648  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48643  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4164948644
41650--48645--
41651-- AUTO_INCREMENT for table `events_lu_topics`48646-- AUTO_INCREMENT for table `events_lu_topics`
41652--48647--
41653ALTER TABLE `events_lu_topics`48648ALTER TABLE `events_lu_topics`
41654  MODIFY `topic_id` int(12) NOT NULL AUTO_INCREMENT;48649  MODIFY `topic_id` int(12) NOT NULL AUTO_INCREMENT;
4165548650
41656--48651--
41657-- AUTO_INCREMENT for table `events_meta`48652-- AUTO_INCREMENT for table `events_meta`
41658--48653--
41659ALTER TABLE `events_meta`48654ALTER TABLE `events_meta`
41660  MODIFY `meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48655  MODIFY `meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4166148656
41662--48657--
41663-- AUTO_INCREMENT for table `events_recurring`48658-- AUTO_INCREMENT for table `events_recurring`
41664--48659--
41665ALTER TABLE `events_recurring`48660ALTER TABLE `events_recurring`
41666  MODIFY `recurring_id` int(12) NOT NULL AUTO_INCREMENT;48661  MODIFY `recurring_id` int(12) NOT NULL AUTO_INCREMENT;
4166748662
41668--48663--
41669-- AUTO_INCREMENT for table `events_tbl_audience_status`48664-- AUTO_INCREMENT for table `events_tbl_audience_status`
41670--48665--
41671ALTER TABLE `events_tbl_audience_status`48666ALTER TABLE `events_tbl_audience_status`
41672  MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48667  MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4167348668
41674--48669--
41675-- AUTO_INCREMENT for table `eventtype_medbiq_assessment_method`48670-- AUTO_INCREMENT for table `eventtype_medbiq_assessment_method`
41676--48671--
41677ALTER TABLE `eventtype_medbiq_assessment_method`48672ALTER TABLE `eventtype_medbiq_assessment_method`
41678  MODIFY `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48673  MODIFY `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4167948674
41680--48675--
41681-- AUTO_INCREMENT for table `eventtype_medbiq_resource`48676-- AUTO_INCREMENT for table `eventtype_medbiq_resource`
41682--48677--
41683ALTER TABLE `eventtype_medbiq_resource`48678ALTER TABLE `eventtype_medbiq_resource`
41684  MODIFY `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48679  MODIFY `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4168548680
41686--48681--
41687-- AUTO_INCREMENT for table `event_absence_pools`48682-- AUTO_INCREMENT for table `event_absence_pools`
41688--48683--
41689ALTER TABLE `event_absence_pools`48684ALTER TABLE `event_absence_pools`
41690  MODIFY `eabsence_pool_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48685  MODIFY `eabsence_pool_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4169148686
41692--48687--
41693-- AUTO_INCREMENT for table `event_absence_pool_etypes`48688-- AUTO_INCREMENT for table `event_absence_pool_etypes`
41694--48689--
41695ALTER TABLE `event_absence_pool_etypes`48690ALTER TABLE `event_absence_pool_etypes`
41696  MODIFY `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48691  MODIFY `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4169748692
41698--48693--
41699-- AUTO_INCREMENT for table `event_absence_pool_groups`48694-- AUTO_INCREMENT for table `event_absence_pool_groups`
41700--48695--
41701ALTER TABLE `event_absence_pool_groups`48696ALTER TABLE `event_absence_pool_groups`
41702  MODIFY `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;48697  MODIFY `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4170348698
41704--48699--
41705-- AUTO_INCREMENT for table `event_absence_reason_types`48700-- AUTO_INCREMENT for table `event_absence_reason_types`
41706--48701--
41707ALTER TABLE `event_absence_reason_types`48702ALTER TABLE `event_absence_reason_types`
41708  MODIFY `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48703  MODIFY `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4170948704
41710--48705--
41711-- AUTO_INCREMENT for table `event_absence_reason_type_approvers`48706-- AUTO_INCREMENT for table `event_absence_reason_type_approvers`
41712--48707--
41713ALTER TABLE `event_absence_reason_type_approvers`48708ALTER TABLE `event_absence_reason_type_approvers`
41714  MODIFY `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48709  MODIFY `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4171548710
41716--48711--
41717-- AUTO_INCREMENT for table `event_absence_requests`48712-- AUTO_INCREMENT for table `event_absence_requests`
41718--48713--
41719ALTER TABLE `event_absence_requests`48714ALTER TABLE `event_absence_requests`
41720  MODIFY `request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48715  MODIFY `request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4172148716
41722--48717--
41723-- AUTO_INCREMENT for table `event_absence_request_approvals`48718-- AUTO_INCREMENT for table `event_absence_request_approvals`
41724--48719--
41725ALTER TABLE `event_absence_request_approvals`48720ALTER TABLE `event_absence_request_approvals`
41726  MODIFY `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48721  MODIFY `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4172748722
41728--48723--
41729-- AUTO_INCREMENT for table `event_absence_request_details`48724-- AUTO_INCREMENT for table `event_absence_request_details`
41730--48725--
41731ALTER TABLE `event_absence_request_details`48726ALTER TABLE `event_absence_request_details`
41732  MODIFY `request_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48727  MODIFY `request_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4173348728
41734--48729--
41735-- AUTO_INCREMENT for table `event_absence_request_files`48730-- AUTO_INCREMENT for table `event_absence_request_files`
41736--48731--
41737ALTER TABLE `event_absence_request_files`48732ALTER TABLE `event_absence_request_files`
41738  MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48733  MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4173948734
41740--48735--
41741-- AUTO_INCREMENT for table `event_absence_request_messages`48736-- AUTO_INCREMENT for table `event_absence_request_messages`
41742--48737--
41743ALTER TABLE `event_absence_request_messages`48738ALTER TABLE `event_absence_request_messages`
41744  MODIFY `request_message_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48739  MODIFY `request_message_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4174548740
41746--48741--
41747-- AUTO_INCREMENT for table `event_absence_request_statuses`48742-- AUTO_INCREMENT for table `event_absence_request_statuses`
41748--48743--
41749ALTER TABLE `event_absence_request_statuses`48744ALTER TABLE `event_absence_request_statuses`
41750  MODIFY `request_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;48745  MODIFY `request_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4175148746
41752--48747--
41753-- AUTO_INCREMENT for table `event_attendance`48748-- AUTO_INCREMENT for table `event_attendance`
41754--48749--
41755ALTER TABLE `event_attendance`48750ALTER TABLE `event_attendance`
41756  MODIFY `eattendance_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;48751  MODIFY `eattendance_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4175748752
41758--48753--
41759-- AUTO_INCREMENT for table `event_attendance_history`48754-- AUTO_INCREMENT for table `event_attendance_history`
41760--48755--
41761ALTER TABLE `event_attendance_history`48756ALTER TABLE `event_attendance_history`
41762  MODIFY `eattendance_history_id` int(11) NOT NULL AUTO_INCREMENT;48757  MODIFY `eattendance_history_id` int(11) NOT NULL AUTO_INCREMENT;
4176348758
41764--48759--
41765-- AUTO_INCREMENT for table `event_attendance_notifications`48760-- AUTO_INCREMENT for table `event_attendance_notifications`
41766--48761--
41767ALTER TABLE `event_attendance_notifications`48762ALTER TABLE `event_attendance_notifications`
41768  MODIFY `ea_notification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48763  MODIFY `ea_notification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4176948764
41770--48765--
41771-- AUTO_INCREMENT for table `event_attendance_notification_templates`48766-- AUTO_INCREMENT for table `event_attendance_notification_templates`
41772--48767--
41773ALTER TABLE `event_attendance_notification_templates`48768ALTER TABLE `event_attendance_notification_templates`
41774  MODIFY `ea_notification_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48769  MODIFY `ea_notification_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4177548770
41776--48771--
41777-- AUTO_INCREMENT for table `event_attendance_statuses`48772-- AUTO_INCREMENT for table `event_attendance_statuses`
41778--48773--
41779ALTER TABLE `event_attendance_statuses`48774ALTER TABLE `event_attendance_statuses`
41780  MODIFY `ea_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;48775  MODIFY `ea_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4178148776
41782--48777--
41783-- AUTO_INCREMENT for table `event_audience`48778-- AUTO_INCREMENT for table `event_audience`
41784--48779--
41785ALTER TABLE `event_audience`48780ALTER TABLE `event_audience`
41786  MODIFY `eaudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;48781  MODIFY `eaudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
4178748782
41788--48783--
41789-- AUTO_INCREMENT for table `event_contacts`48784-- AUTO_INCREMENT for table `event_contacts`
41790--48785--
41791ALTER TABLE `event_contacts`48786ALTER TABLE `event_contacts`
41792  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;48787  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4179348788
41794--48789--
41795-- AUTO_INCREMENT for table `event_curriculum_tracks`48790-- AUTO_INCREMENT for table `event_curriculum_tracks`
41796--48791--
41797ALTER TABLE `event_curriculum_tracks`48792ALTER TABLE `event_curriculum_tracks`
41798  MODIFY `ectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48793  MODIFY `ectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4179948794
41800--48795--
41801-- AUTO_INCREMENT for table `event_discussions`48796-- AUTO_INCREMENT for table `event_discussions`
41802--48797--
41803ALTER TABLE `event_discussions`48798ALTER TABLE `event_discussions`
41804  MODIFY `ediscussion_id` int(12) NOT NULL AUTO_INCREMENT;48799  MODIFY `ediscussion_id` int(12) NOT NULL AUTO_INCREMENT;
4180548800
41806--48801--
41807-- AUTO_INCREMENT for table `event_eventtypes`48802-- AUTO_INCREMENT for table `event_eventtypes`
41808--48803--
41809ALTER TABLE `event_eventtypes`48804ALTER TABLE `event_eventtypes`
41810  MODIFY `eeventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;48805  MODIFY `eeventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
4181148806
41812--48807--
41813-- AUTO_INCREMENT for table `event_feedback_forms`48808-- AUTO_INCREMENT for table `event_feedback_forms`
41814--48809--
41815ALTER TABLE `event_feedback_forms`48810ALTER TABLE `event_feedback_forms`
41816  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48811  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4181748812
41818--48813--
41819-- AUTO_INCREMENT for table `event_files`48814-- AUTO_INCREMENT for table `event_files`
41820--48815--
41821ALTER TABLE `event_files`48816ALTER TABLE `event_files`
41822  MODIFY `efile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;48817  MODIFY `efile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4182348818
41824--48819--
41825-- AUTO_INCREMENT for table `event_history`48820-- AUTO_INCREMENT for table `event_history`
41826--48821--
41827ALTER TABLE `event_history`48822ALTER TABLE `event_history`
41828  MODIFY `ehistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;48823  MODIFY `ehistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
4182948824
41830--48825--
41831-- AUTO_INCREMENT for table `event_keywords`48826-- AUTO_INCREMENT for table `event_keywords`
41832--48827--
41833ALTER TABLE `event_keywords`48828ALTER TABLE `event_keywords`
41834  MODIFY `ekeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48829  MODIFY `ekeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4183548830
41836--48831--
41837-- AUTO_INCREMENT for table `event_linked_objectives`48832-- AUTO_INCREMENT for table `event_linked_objectives`
41838--48833--
41839ALTER TABLE `event_linked_objectives`48834ALTER TABLE `event_linked_objectives`
41840  MODIFY `elobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48835  MODIFY `elobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4184148836
41842--48837--
41843-- AUTO_INCREMENT for table `event_links`48838-- AUTO_INCREMENT for table `event_links`
41844--48839--
41845ALTER TABLE `event_links`48840ALTER TABLE `event_links`
41846  MODIFY `elink_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48841  MODIFY `elink_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4184748842
41848--48843--
41849-- AUTO_INCREMENT for table `event_lu_resource_types`48844-- AUTO_INCREMENT for table `event_lu_resource_types`
41850--48845--
41851ALTER TABLE `event_lu_resource_types`48846ALTER TABLE `event_lu_resource_types`
41852  MODIFY `event_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;48847  MODIFY `event_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
4185348848
41854--48849--
41855-- AUTO_INCREMENT for table `event_medbiq_assessment_methods`48850-- AUTO_INCREMENT for table `event_medbiq_assessment_methods`
41856--48851--
41857ALTER TABLE `event_medbiq_assessment_methods`48852ALTER TABLE `event_medbiq_assessment_methods`
41858  MODIFY `em_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48853  MODIFY `em_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4185948854
41860--48855--
41861-- AUTO_INCREMENT for table `event_medbiq_resources`48856-- AUTO_INCREMENT for table `event_medbiq_resources`
41862--48857--
41863ALTER TABLE `event_medbiq_resources`48858ALTER TABLE `event_medbiq_resources`
41864  MODIFY `em_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;48859  MODIFY `em_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4186548860
41866--48861--
41867-- AUTO_INCREMENT for table `event_objectives`48862-- AUTO_INCREMENT for table `event_objectives`
41868--48863--
41869ALTER TABLE `event_objectives`48864ALTER TABLE `event_objectives`
41870  MODIFY `eobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=567;48865  MODIFY `eobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=567;
4187148866
41872--48867--
41873-- AUTO_INCREMENT for table `event_options`48868-- AUTO_INCREMENT for table `event_options`
41874--48869--
41875ALTER TABLE `event_options`48870ALTER TABLE `event_options`
41876  MODIFY `event_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48871  MODIFY `event_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4187748872
41878--48873--
41879-- AUTO_INCREMENT for table `event_related`48874-- AUTO_INCREMENT for table `event_related`
41880--48875--
41881ALTER TABLE `event_related`48876ALTER TABLE `event_related`
41882  MODIFY `erelated_id` int(12) NOT NULL AUTO_INCREMENT;48877  MODIFY `erelated_id` int(12) NOT NULL AUTO_INCREMENT;
4188348878
41884--48879--
41885-- AUTO_INCREMENT for table `event_resources`48880-- AUTO_INCREMENT for table `event_resources`
41886--48881--
41887ALTER TABLE `event_resources`48882ALTER TABLE `event_resources`
41888  MODIFY `event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48883  MODIFY `event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4188948884
41890--48885--
41891-- AUTO_INCREMENT for table `event_resource_class_work`48886-- AUTO_INCREMENT for table `event_resource_class_work`
41892--48887--
41893ALTER TABLE `event_resource_class_work`48888ALTER TABLE `event_resource_class_work`
41894  MODIFY `event_resource_class_work_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48889  MODIFY `event_resource_class_work_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4189548890
41896--48891--
41897-- AUTO_INCREMENT for table `event_resource_entities`48892-- AUTO_INCREMENT for table `event_resource_entities`
41898--48893--
41899ALTER TABLE `event_resource_entities`48894ALTER TABLE `event_resource_entities`
41900  MODIFY `event_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;48895  MODIFY `event_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
4190148896
41902--48897--
41903-- AUTO_INCREMENT for table `event_resource_external_uploads`48898-- AUTO_INCREMENT for table `event_resource_external_uploads`
41904--48899--
41905ALTER TABLE `event_resource_external_uploads`48900ALTER TABLE `event_resource_external_uploads`
41906  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48901  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4190748902
41908--48903--
41909-- AUTO_INCREMENT for table `event_resource_homework`48904-- AUTO_INCREMENT for table `event_resource_homework`
41910--48905--
41911ALTER TABLE `event_resource_homework`48906ALTER TABLE `event_resource_homework`
41912  MODIFY `event_resource_homework_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48907  MODIFY `event_resource_homework_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4191348908
41914--48909--
41915-- AUTO_INCREMENT for table `event_resource_sections`48910-- AUTO_INCREMENT for table `event_resource_sections`
41916--48911--
41917ALTER TABLE `event_resource_sections`48912ALTER TABLE `event_resource_sections`
41918  MODIFY `event_resource_section_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48913  MODIFY `event_resource_section_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4191948914
41920--48915--
41921-- AUTO_INCREMENT for table `event_resource_streaming`48916-- AUTO_INCREMENT for table `event_resource_streaming`
41922--48917--
41923ALTER TABLE `event_resource_streaming`48918ALTER TABLE `event_resource_streaming`
41924  MODIFY `event_resource_streaming_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48919  MODIFY `event_resource_streaming_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4192548920
41926--48921--
41927-- AUTO_INCREMENT for table `event_resource_textbook_reading`48922-- AUTO_INCREMENT for table `event_resource_textbook_reading`
41928--48923--
41929ALTER TABLE `event_resource_textbook_reading`48924ALTER TABLE `event_resource_textbook_reading`
41930  MODIFY `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48925  MODIFY `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4193148926
41932--48927--
41933-- AUTO_INCREMENT for table `event_room_resources`48928-- AUTO_INCREMENT for table `event_room_resources`
41934--48929--
41935ALTER TABLE `event_room_resources`48930ALTER TABLE `event_room_resources`
41936  MODIFY `event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48931  MODIFY `event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4193748932
41938--48933--
41939-- AUTO_INCREMENT for table `event_topics`48934-- AUTO_INCREMENT for table `event_topics`
41940--48935--
41941ALTER TABLE `event_topics`48936ALTER TABLE `event_topics`
41942  MODIFY `etopic_id` int(12) NOT NULL AUTO_INCREMENT;48937  MODIFY `etopic_id` int(12) NOT NULL AUTO_INCREMENT;
4194348938
41944--48939--
41945-- AUTO_INCREMENT for table `examity_config`48940-- AUTO_INCREMENT for table `examity_config`
41946--48941--
41947ALTER TABLE `examity_config`48942ALTER TABLE `examity_config`
41948  MODIFY `examity_config_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48943  MODIFY `examity_config_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4194948944
41950--48945--
41951-- AUTO_INCREMENT for table `examity_users`48946-- AUTO_INCREMENT for table `examity_users`
41952--48947--
41953ALTER TABLE `examity_users`48948ALTER TABLE `examity_users`
41954  MODIFY `examity_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;48949  MODIFY `examity_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4195548950
41956--48951--
41957-- AUTO_INCREMENT for table `exams`48952-- AUTO_INCREMENT for table `exams`
41958--48953--
41959ALTER TABLE `exams`48954ALTER TABLE `exams`
41960  MODIFY `exam_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48955  MODIFY `exam_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4196148956
41962--48957--
41963-- AUTO_INCREMENT for table `exam_adjustments`48958-- AUTO_INCREMENT for table `exam_adjustments`
41964--48959--
41965ALTER TABLE `exam_adjustments`48960ALTER TABLE `exam_adjustments`
41966  MODIFY `ep_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48961  MODIFY `ep_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4196748962
41968--48963--
41969-- AUTO_INCREMENT for table `exam_attached_files`48964-- AUTO_INCREMENT for table `exam_attached_files`
41970--48965--
41971ALTER TABLE `exam_attached_files`48966ALTER TABLE `exam_attached_files`
41972  MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48967  MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4197348968
41974--48969--
41975-- AUTO_INCREMENT for table `exam_authors`48970-- AUTO_INCREMENT for table `exam_authors`
41976--48971--
41977ALTER TABLE `exam_authors`48972ALTER TABLE `exam_authors`
41978  MODIFY `aeauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;48973  MODIFY `aeauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4197948974
41980--48975--
41981-- AUTO_INCREMENT for table `exam_bank_folders`48976-- AUTO_INCREMENT for table `exam_bank_folders`
41982--48977--
41983ALTER TABLE `exam_bank_folders`48978ALTER TABLE `exam_bank_folders`
41984  MODIFY `folder_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;48979  MODIFY `folder_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4198548980
41986--48981--
41987-- AUTO_INCREMENT for table `exam_bank_folder_authors`48982-- AUTO_INCREMENT for table `exam_bank_folder_authors`
41988--48983--
41989ALTER TABLE `exam_bank_folder_authors`48984ALTER TABLE `exam_bank_folder_authors`
41990  MODIFY `efauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;48985  MODIFY `efauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4199148986
41992--48987--
41993-- AUTO_INCREMENT for table `exam_bank_folder_organisations`48988-- AUTO_INCREMENT for table `exam_bank_folder_organisations`
41994--48989--
41995ALTER TABLE `exam_bank_folder_organisations`48990ALTER TABLE `exam_bank_folder_organisations`
41996  MODIFY `folder_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;48991  MODIFY `folder_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4199748992
41998--48993--
41999-- AUTO_INCREMENT for table `exam_category`48994-- AUTO_INCREMENT for table `exam_category`
42000--48995--
42001ALTER TABLE `exam_category`48996ALTER TABLE `exam_category`
42002  MODIFY `category_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;48997  MODIFY `category_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4200348998
42004--48999--
42005-- AUTO_INCREMENT for table `exam_category_audience`49000-- AUTO_INCREMENT for table `exam_category_audience`
42006--49001--
42007ALTER TABLE `exam_category_audience`49002ALTER TABLE `exam_category_audience`
42008  MODIFY `audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49003  MODIFY `audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4200949004
42010--49005--
42011-- AUTO_INCREMENT for table `exam_category_result`49006-- AUTO_INCREMENT for table `exam_category_result`
42012--49007--
42013ALTER TABLE `exam_category_result`49008ALTER TABLE `exam_category_result`
42014  MODIFY `result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49009  MODIFY `result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4201549010
42016--49011--
42017-- AUTO_INCREMENT for table `exam_category_result_detail`49012-- AUTO_INCREMENT for table `exam_category_result_detail`
42018--49013--
42019ALTER TABLE `exam_category_result_detail`49014ALTER TABLE `exam_category_result_detail`
42020  MODIFY `detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49015  MODIFY `detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4202149016
42022--49017--
42023-- AUTO_INCREMENT for table `exam_category_set`49018-- AUTO_INCREMENT for table `exam_category_set`
42024--49019--
42025ALTER TABLE `exam_category_set`49020ALTER TABLE `exam_category_set`
42026  MODIFY `set_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49021  MODIFY `set_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4202749022
42028--49023--
42029-- AUTO_INCREMENT for table `exam_creation_history`49024-- AUTO_INCREMENT for table `exam_creation_history`
42030--49025--
42031ALTER TABLE `exam_creation_history`49026ALTER TABLE `exam_creation_history`
42032  MODIFY `exam_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49027  MODIFY `exam_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4203349028
42034--49029--
42035-- AUTO_INCREMENT for table `exam_elements`49030-- AUTO_INCREMENT for table `exam_elements`
42036--49031--
42037ALTER TABLE `exam_elements`49032ALTER TABLE `exam_elements`
42038  MODIFY `exam_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49033  MODIFY `exam_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4203949034
42040--49035--
42041-- AUTO_INCREMENT for table `exam_element_highlight`49036-- AUTO_INCREMENT for table `exam_element_highlight`
42042--49037--
42043ALTER TABLE `exam_element_highlight`49038ALTER TABLE `exam_element_highlight`
42044  MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49039  MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4204549040
42046--49041--
42047-- AUTO_INCREMENT for table `exam_graders`49042-- AUTO_INCREMENT for table `exam_graders`
42048--49043--
42049ALTER TABLE `exam_graders`49044ALTER TABLE `exam_graders`
42050  MODIFY `exam_grader_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49045  MODIFY `exam_grader_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4205149046
42052--49047--
42053-- AUTO_INCREMENT for table `exam_groups`49048-- AUTO_INCREMENT for table `exam_groups`
42054--49049--
42055ALTER TABLE `exam_groups`49050ALTER TABLE `exam_groups`
42056  MODIFY `group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49051  MODIFY `group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4205749052
42058--49053--
42059-- AUTO_INCREMENT for table `exam_group_authors`49054-- AUTO_INCREMENT for table `exam_group_authors`
42060--49055--
42061ALTER TABLE `exam_group_authors`49056ALTER TABLE `exam_group_authors`
42062  MODIFY `egauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49057  MODIFY `egauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4206349058
42064--49059--
42065-- AUTO_INCREMENT for table `exam_group_questions`49060-- AUTO_INCREMENT for table `exam_group_questions`
42066--49061--
42067ALTER TABLE `exam_group_questions`49062ALTER TABLE `exam_group_questions`
42068  MODIFY `egquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49063  MODIFY `egquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4206949064
42070--49065--
42071-- AUTO_INCREMENT for table `exam_lu_bank_folder_images`49066-- AUTO_INCREMENT for table `exam_lu_bank_folder_images`
42072--49067--
42073ALTER TABLE `exam_lu_bank_folder_images`49068ALTER TABLE `exam_lu_bank_folder_images`
42074  MODIFY `image_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;49069  MODIFY `image_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
4207549070
42076--49071--
42077-- AUTO_INCREMENT for table `exam_lu_questiontypes`49072-- AUTO_INCREMENT for table `exam_lu_questiontypes`
42078--49073--
42079ALTER TABLE `exam_lu_questiontypes`49074ALTER TABLE `exam_lu_questiontypes`
42080  MODIFY `questiontype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;49075  MODIFY `questiontype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
4208149076
42082--49077--
42083-- AUTO_INCREMENT for table `exam_posts`49078-- AUTO_INCREMENT for table `exam_posts`
42084--49079--
42085ALTER TABLE `exam_posts`49080ALTER TABLE `exam_posts`
42086  MODIFY `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;49081  MODIFY `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4208749082
42088--49083--
42089-- AUTO_INCREMENT for table `exam_post_exceptions`49084-- AUTO_INCREMENT for table `exam_post_exceptions`
42090--49085--
42091ALTER TABLE `exam_post_exceptions`49086ALTER TABLE `exam_post_exceptions`
42092  MODIFY `ep_exception_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49087  MODIFY `ep_exception_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4209349088
42094--49089--
42095-- AUTO_INCREMENT for table `exam_progress`49090-- AUTO_INCREMENT for table `exam_progress`
42096--49091--
42097ALTER TABLE `exam_progress`49092ALTER TABLE `exam_progress`
42098  MODIFY `exam_progress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;49093  MODIFY `exam_progress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4209949094
42100--49095--
42101-- AUTO_INCREMENT for table `exam_progress_responses`49096-- AUTO_INCREMENT for table `exam_progress_responses`
42102--49097--
42103ALTER TABLE `exam_progress_responses`49098ALTER TABLE `exam_progress_responses`
42104  MODIFY `exam_progress_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49099  MODIFY `exam_progress_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4210549100
42106--49101--
42107-- AUTO_INCREMENT for table `exam_progress_response_answers`49102-- AUTO_INCREMENT for table `exam_progress_response_answers`
42108--49103--
42109ALTER TABLE `exam_progress_response_answers`49104ALTER TABLE `exam_progress_response_answers`
42110  MODIFY `epr_answer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49105  MODIFY `epr_answer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4211149106
42112--49107--
42113-- AUTO_INCREMENT for table `exam_questions`49108-- AUTO_INCREMENT for table `exam_questions`
42114--49109--
42115ALTER TABLE `exam_questions`49110ALTER TABLE `exam_questions`
42116  MODIFY `question_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49111  MODIFY `question_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4211749112
42118--49113--
42119-- AUTO_INCREMENT for table `exam_question_answers`49114-- AUTO_INCREMENT for table `exam_question_answers`
42120--49115--
42121ALTER TABLE `exam_question_answers`49116ALTER TABLE `exam_question_answers`
42122  MODIFY `qanswer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49117  MODIFY `qanswer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4212349118
42124--49119--
42125-- AUTO_INCREMENT for table `exam_question_authors`49120-- AUTO_INCREMENT for table `exam_question_authors`
42126--49121--
42127ALTER TABLE `exam_question_authors`49122ALTER TABLE `exam_question_authors`
42128  MODIFY `eqauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49123  MODIFY `eqauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4212949124
42130--49125--
42131-- AUTO_INCREMENT for table `exam_question_fnb_text`49126-- AUTO_INCREMENT for table `exam_question_fnb_text`
42132--49127--
42133ALTER TABLE `exam_question_fnb_text`49128ALTER TABLE `exam_question_fnb_text`
42134  MODIFY `fnb_text_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49129  MODIFY `fnb_text_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4213549130
42136--49131--
42137-- AUTO_INCREMENT for table `exam_question_match`49132-- AUTO_INCREMENT for table `exam_question_match`
42138--49133--
42139ALTER TABLE `exam_question_match`49134ALTER TABLE `exam_question_match`
42140  MODIFY `match_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49135  MODIFY `match_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4214149136
42142--49137--
42143-- AUTO_INCREMENT for table `exam_question_match_correct`49138-- AUTO_INCREMENT for table `exam_question_match_correct`
42144--49139--
42145ALTER TABLE `exam_question_match_correct`49140ALTER TABLE `exam_question_match_correct`
42146  MODIFY `eqm_correct_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49141  MODIFY `eqm_correct_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4214749142
42148--49143--
42149-- AUTO_INCREMENT for table `exam_question_objectives`49144-- AUTO_INCREMENT for table `exam_question_objectives`
42150--49145--
42151ALTER TABLE `exam_question_objectives`49146ALTER TABLE `exam_question_objectives`
42152  MODIFY `qobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49147  MODIFY `qobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4215349148
42154--49149--
42155-- AUTO_INCREMENT for table `exam_question_versions`49150-- AUTO_INCREMENT for table `exam_question_versions`
42156--49151--
42157ALTER TABLE `exam_question_versions`49152ALTER TABLE `exam_question_versions`
42158  MODIFY `version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49153  MODIFY `version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4215949154
42160--49155--
42161-- AUTO_INCREMENT for table `exam_question_version_highlight`49156-- AUTO_INCREMENT for table `exam_question_version_highlight`
42162--49157--
42163ALTER TABLE `exam_question_version_highlight`49158ALTER TABLE `exam_question_version_highlight`
42164  MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49159  MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4216549160
42166--49161--
42167-- AUTO_INCREMENT for table `exam_versions`49162-- AUTO_INCREMENT for table `exam_versions`
42168--49163--
42169ALTER TABLE `exam_versions`49164ALTER TABLE `exam_versions`
42170  MODIFY `exam_version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49165  MODIFY `exam_version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4217149166
42172--49167--
42173-- AUTO_INCREMENT for table `filetypes`49168-- AUTO_INCREMENT for table `filetypes`
42174--49169--
42175ALTER TABLE `filetypes`49170ALTER TABLE `filetypes`
42176  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;49171  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;
4217749172
42178--49173--
42179-- AUTO_INCREMENT for table `global_lu_buildings`49174-- AUTO_INCREMENT for table `global_lu_buildings`
42180--49175--
42181ALTER TABLE `global_lu_buildings`49176ALTER TABLE `global_lu_buildings`
42182  MODIFY `building_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;49177  MODIFY `building_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4218349178
42184--49179--
42185-- AUTO_INCREMENT for table `global_lu_community_types`49180-- AUTO_INCREMENT for table `global_lu_community_types`
42186--49181--
42187ALTER TABLE `global_lu_community_types`49182ALTER TABLE `global_lu_community_types`
42188  MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49183  MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4218949184
42190--49185--
42191-- AUTO_INCREMENT for table `global_lu_community_type_options`49186-- AUTO_INCREMENT for table `global_lu_community_type_options`
42192--49187--
42193ALTER TABLE `global_lu_community_type_options`49188ALTER TABLE `global_lu_community_type_options`
42194  MODIFY `ctoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49189  MODIFY `ctoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4219549190
42196--49191--
42197-- AUTO_INCREMENT for table `global_lu_countries`49192-- AUTO_INCREMENT for table `global_lu_countries`
42198--49193--
42199ALTER TABLE `global_lu_countries`49194ALTER TABLE `global_lu_countries`
42200  MODIFY `countries_id` int(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=242;49195  MODIFY `countries_id` int(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=242;
4220149196
42202--49197--
42203-- AUTO_INCREMENT for table `global_lu_disciplines`49198-- AUTO_INCREMENT for table `global_lu_disciplines`
42204--49199--
42205ALTER TABLE `global_lu_disciplines`49200ALTER TABLE `global_lu_disciplines`
42206  MODIFY `discipline_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;49201  MODIFY `discipline_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;
4220749202
42208--49203--
42209-- AUTO_INCREMENT for table `global_lu_focus_groups`49204-- AUTO_INCREMENT for table `global_lu_focus_groups`
42210--49205--
42211ALTER TABLE `global_lu_focus_groups`49206ALTER TABLE `global_lu_focus_groups`
42212  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;49207  MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
4221349208
42214--49209--
42215-- AUTO_INCREMENT for table `global_lu_learner_levels`49210-- AUTO_INCREMENT for table `global_lu_learner_levels`
42216--49211--
42217ALTER TABLE `global_lu_learner_levels`49212ALTER TABLE `global_lu_learner_levels`
42218  MODIFY `level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;49213  MODIFY `level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
4221949214
42220--49215--
42221-- AUTO_INCREMENT for table `global_lu_learner_statuses`49216-- AUTO_INCREMENT for table `global_lu_learner_statuses`
42222--49217--
42223ALTER TABLE `global_lu_learner_statuses`49218ALTER TABLE `global_lu_learner_statuses`
42224  MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;49219  MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
4222549220
42226--49221--
42227-- AUTO_INCREMENT for table `global_lu_likelihoods`49222-- AUTO_INCREMENT for table `global_lu_likelihoods`
42228--49223--
42229ALTER TABLE `global_lu_likelihoods`49224ALTER TABLE `global_lu_likelihoods`
42230  MODIFY `likelihood_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49225  MODIFY `likelihood_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4223149226
42232--49227--
42233-- AUTO_INCREMENT for table `global_lu_objectives`49228-- AUTO_INCREMENT for table `global_lu_objectives`
42234--49229--
42235ALTER TABLE `global_lu_objectives`49230ALTER TABLE `global_lu_objectives`
n42236  MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2688;n49231  MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2777;
4223749232
42238--49233--
42239-- AUTO_INCREMENT for table `global_lu_objective_sets`49234-- AUTO_INCREMENT for table `global_lu_objective_sets`
42240--49235--
42241ALTER TABLE `global_lu_objective_sets`49236ALTER TABLE `global_lu_objective_sets`
n42242  MODIFY `objective_set_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;n49237  MODIFY `objective_set_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;
4224349238
42244--49239--
42245-- AUTO_INCREMENT for table `global_lu_provinces`49240-- AUTO_INCREMENT for table `global_lu_provinces`
42246--49241--
42247ALTER TABLE `global_lu_provinces`49242ALTER TABLE `global_lu_provinces`
42248  MODIFY `province_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;49243  MODIFY `province_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;
4224949244
42250--49245--
42251-- AUTO_INCREMENT for table `global_lu_relationship_types`49246-- AUTO_INCREMENT for table `global_lu_relationship_types`
42252--49247--
42253ALTER TABLE `global_lu_relationship_types`49248ALTER TABLE `global_lu_relationship_types`
42254  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49249  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4225549250
42256--49251--
42257-- AUTO_INCREMENT for table `global_lu_resources`49252-- AUTO_INCREMENT for table `global_lu_resources`
42258--49253--
42259ALTER TABLE `global_lu_resources`49254ALTER TABLE `global_lu_resources`
42260  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;49255  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4226149256
42262--49257--
42263-- AUTO_INCREMENT for table `global_lu_rooms`49258-- AUTO_INCREMENT for table `global_lu_rooms`
42264--49259--
42265ALTER TABLE `global_lu_rooms`49260ALTER TABLE `global_lu_rooms`
42266  MODIFY `room_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49261  MODIFY `room_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4226749262
42268--49263--
42269-- AUTO_INCREMENT for table `global_lu_room_resources`49264-- AUTO_INCREMENT for table `global_lu_room_resources`
42270--49265--
42271ALTER TABLE `global_lu_room_resources`49266ALTER TABLE `global_lu_room_resources`
42272  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49267  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4227349268
42274--49269--
42275-- AUTO_INCREMENT for table `global_lu_schools`49270-- AUTO_INCREMENT for table `global_lu_schools`
42276--49271--
42277ALTER TABLE `global_lu_schools`49272ALTER TABLE `global_lu_schools`
42278  MODIFY `schools_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;49273  MODIFY `schools_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
4227949274
42280--49275--
42281-- AUTO_INCREMENT for table `global_lu_sites`49276-- AUTO_INCREMENT for table `global_lu_sites`
42282--49277--
42283ALTER TABLE `global_lu_sites`49278ALTER TABLE `global_lu_sites`
42284  MODIFY `site_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;49279  MODIFY `site_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4228549280
42286--49281--
42287-- AUTO_INCREMENT for table `global_lu_timezone`49282-- AUTO_INCREMENT for table `global_lu_timezone`
42288--49283--
42289ALTER TABLE `global_lu_timezone`49284ALTER TABLE `global_lu_timezone`
42290  MODIFY `timezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113;49285  MODIFY `timezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113;
4229149286
42292--49287--
42293-- AUTO_INCREMENT for table `global_objective_note`49288-- AUTO_INCREMENT for table `global_objective_note`
42294--49289--
42295ALTER TABLE `global_objective_note`49290ALTER TABLE `global_objective_note`
42296  MODIFY `global_objective_note_id` int(12) NOT NULL AUTO_INCREMENT;49291  MODIFY `global_objective_note_id` int(12) NOT NULL AUTO_INCREMENT;
4229749292
42298--49293--
42299-- AUTO_INCREMENT for table `global_priority_levels`49294-- AUTO_INCREMENT for table `global_priority_levels`
42300--49295--
42301ALTER TABLE `global_priority_levels`49296ALTER TABLE `global_priority_levels`
42302  MODIFY `gplevels_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49297  MODIFY `gplevels_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4230349298
42304--49299--
42305-- AUTO_INCREMENT for table `gradebook_assessment_audience`49300-- AUTO_INCREMENT for table `gradebook_assessment_audience`
42306--49301--
42307ALTER TABLE `gradebook_assessment_audience`49302ALTER TABLE `gradebook_assessment_audience`
42308  MODIFY `gaaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;49303  MODIFY `gaaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4230949304
42310--49305--
42311-- AUTO_INCREMENT for table `gradebook_assessment_discussions`49306-- AUTO_INCREMENT for table `gradebook_assessment_discussions`
42312--49307--
42313ALTER TABLE `gradebook_assessment_discussions`49308ALTER TABLE `gradebook_assessment_discussions`
42314  MODIFY `gadiscussion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49309  MODIFY `gadiscussion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4231549310
42316--49311--
42317-- AUTO_INCREMENT for table `gradebook_assessment_form_elements`49312-- AUTO_INCREMENT for table `gradebook_assessment_form_elements`
42318--49313--
42319ALTER TABLE `gradebook_assessment_form_elements`49314ALTER TABLE `gradebook_assessment_form_elements`
42320  MODIFY `gafelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49315  MODIFY `gafelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4232149316
42322--49317--
42323-- AUTO_INCREMENT for table `gradebook_assessment_item_responses`49318-- AUTO_INCREMENT for table `gradebook_assessment_item_responses`
42324--49319--
42325ALTER TABLE `gradebook_assessment_item_responses`49320ALTER TABLE `gradebook_assessment_item_responses`
42326  MODIFY `gairesponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;49321  MODIFY `gairesponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4232749322
42328--49323--
42329-- AUTO_INCREMENT for table `gradebook_files`49324-- AUTO_INCREMENT for table `gradebook_files`
42330--49325--
42331ALTER TABLE `gradebook_files`49326ALTER TABLE `gradebook_files`
42332  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49327  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4233349328
42334--49329--
42335-- AUTO_INCREMENT for table `gradebook_file_folders`49330-- AUTO_INCREMENT for table `gradebook_file_folders`
42336--49331--
42337ALTER TABLE `gradebook_file_folders`49332ALTER TABLE `gradebook_file_folders`
42338  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49333  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4233949334
42340--49335--
42341-- AUTO_INCREMENT for table `gradebook_grade_adjustments`49336-- AUTO_INCREMENT for table `gradebook_grade_adjustments`
42342--49337--
42343ALTER TABLE `gradebook_grade_adjustments`49338ALTER TABLE `gradebook_grade_adjustments`
42344  MODIFY `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49339  MODIFY `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4234549340
42346--49341--
42347-- AUTO_INCREMENT for table `gradebook_spreadsheet_comments`49342-- AUTO_INCREMENT for table `gradebook_spreadsheet_comments`
42348--49343--
42349ALTER TABLE `gradebook_spreadsheet_comments`49344ALTER TABLE `gradebook_spreadsheet_comments`
42350  MODIFY `gscomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49345  MODIFY `gscomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4235149346
42352--49347--
42353-- AUTO_INCREMENT for table `groups`49348-- AUTO_INCREMENT for table `groups`
42354--49349--
42355ALTER TABLE `groups`49350ALTER TABLE `groups`
42356  MODIFY `group_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;49351  MODIFY `group_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
4235749352
42358--49353--
42359-- AUTO_INCREMENT for table `group_members`49354-- AUTO_INCREMENT for table `group_members`
42360--49355--
42361ALTER TABLE `group_members`49356ALTER TABLE `group_members`
42362  MODIFY `gmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;49357  MODIFY `gmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
4236349358
42364--49359--
42365-- AUTO_INCREMENT for table `group_organisations`49360-- AUTO_INCREMENT for table `group_organisations`
42366--49361--
42367ALTER TABLE `group_organisations`49362ALTER TABLE `group_organisations`
42368  MODIFY `gorganisation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;49363  MODIFY `gorganisation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
4236949364
42370--49365--
42371-- AUTO_INCREMENT for table `instructor_linked_objectives`49366-- AUTO_INCREMENT for table `instructor_linked_objectives`
42372--49367--
42373ALTER TABLE `instructor_linked_objectives`49368ALTER TABLE `instructor_linked_objectives`
42374  MODIFY `ilobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49369  MODIFY `ilobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4237549370
42376--49371--
42377-- AUTO_INCREMENT for table `jobs`49372-- AUTO_INCREMENT for table `jobs`
42378--49373--
42379ALTER TABLE `jobs`49374ALTER TABLE `jobs`
42380  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;49375  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
4238149376
42382--49377--
42383-- AUTO_INCREMENT for table `jobs_failed`49378-- AUTO_INCREMENT for table `jobs_failed`
42384--49379--
42385ALTER TABLE `jobs_failed`49380ALTER TABLE `jobs_failed`
42386  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;49381  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
4238749382
42388--49383--
42389-- AUTO_INCREMENT for table `language`49384-- AUTO_INCREMENT for table `language`
42390--49385--
42391ALTER TABLE `language`49386ALTER TABLE `language`
42392  MODIFY `language_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49387  MODIFY `language_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4239349388
42394--49389--
42395-- AUTO_INCREMENT for table `learner_explorer_assessments`49390-- AUTO_INCREMENT for table `learner_explorer_assessments`
42396--49391--
42397ALTER TABLE `learner_explorer_assessments`49392ALTER TABLE `learner_explorer_assessments`
42398  MODIFY `learner_explorer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49393  MODIFY `learner_explorer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4239949394
42400--49395--
42401-- AUTO_INCREMENT for table `learner_level_organisation`49396-- AUTO_INCREMENT for table `learner_level_organisation`
42402--49397--
42403ALTER TABLE `learner_level_organisation`49398ALTER TABLE `learner_level_organisation`
42404  MODIFY `level_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;49399  MODIFY `level_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4240549400
42406--49401--
42407-- AUTO_INCREMENT for table `learner_status_organisation`49402-- AUTO_INCREMENT for table `learner_status_organisation`
42408--49403--
42409ALTER TABLE `learner_status_organisation`49404ALTER TABLE `learner_status_organisation`
42410  MODIFY `status_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49405  MODIFY `status_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4241149406
42412--49407--
42413-- AUTO_INCREMENT for table `learning_objects`49408-- AUTO_INCREMENT for table `learning_objects`
42414--49409--
42415ALTER TABLE `learning_objects`49410ALTER TABLE `learning_objects`
42416  MODIFY `learning_object_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49411  MODIFY `learning_object_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4241749412
42418--49413--
42419-- AUTO_INCREMENT for table `learning_objects_progress`49414-- AUTO_INCREMENT for table `learning_objects_progress`
42420--49415--
42421ALTER TABLE `learning_objects_progress`49416ALTER TABLE `learning_objects_progress`
42422  MODIFY `learning_objects_progress_id` int(12) NOT NULL AUTO_INCREMENT;49417  MODIFY `learning_objects_progress_id` int(12) NOT NULL AUTO_INCREMENT;
4242349418
42424--49419--
42425-- AUTO_INCREMENT for table `learning_object_authors`49420-- AUTO_INCREMENT for table `learning_object_authors`
42426--49421--
42427ALTER TABLE `learning_object_authors`49422ALTER TABLE `learning_object_authors`
42428  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49423  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4242949424
42430--49425--
42431-- AUTO_INCREMENT for table `learning_object_external_authors`49426-- AUTO_INCREMENT for table `learning_object_external_authors`
42432--49427--
42433ALTER TABLE `learning_object_external_authors`49428ALTER TABLE `learning_object_external_authors`
42434  MODIFY `eauthor_id` int(12) NOT NULL AUTO_INCREMENT;49429  MODIFY `eauthor_id` int(12) NOT NULL AUTO_INCREMENT;
4243549430
42436--49431--
42437-- AUTO_INCREMENT for table `learning_object_files`49432-- AUTO_INCREMENT for table `learning_object_files`
42438--49433--
42439ALTER TABLE `learning_object_files`49434ALTER TABLE `learning_object_files`
42440  MODIFY `lo_file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49435  MODIFY `lo_file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4244149436
42442--49437--
42443-- AUTO_INCREMENT for table `learning_object_file_permissions`49438-- AUTO_INCREMENT for table `learning_object_file_permissions`
42444--49439--
42445ALTER TABLE `learning_object_file_permissions`49440ALTER TABLE `learning_object_file_permissions`
42446  MODIFY `lo_file_permission_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49441  MODIFY `lo_file_permission_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4244749442
42448--49443--
42449-- AUTO_INCREMENT for table `learning_object_file_tags`49444-- AUTO_INCREMENT for table `learning_object_file_tags`
42450--49445--
42451ALTER TABLE `learning_object_file_tags`49446ALTER TABLE `learning_object_file_tags`
42452  MODIFY `lo_file_tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49447  MODIFY `lo_file_tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4245349448
42454--49449--
42455-- AUTO_INCREMENT for table `learning_object_objectives`49450-- AUTO_INCREMENT for table `learning_object_objectives`
42456--49451--
42457ALTER TABLE `learning_object_objectives`49452ALTER TABLE `learning_object_objectives`
42458  MODIFY `loobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49453  MODIFY `loobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4245949454
42460--49455--
42461-- AUTO_INCREMENT for table `learning_object_statements`49456-- AUTO_INCREMENT for table `learning_object_statements`
42462--49457--
42463ALTER TABLE `learning_object_statements`49458ALTER TABLE `learning_object_statements`
n42464  MODIFY `lor_statement_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2336105;n49459  MODIFY `lor_statement_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4246549460
42466--49461--
42467-- AUTO_INCREMENT for table `linked_objectives`49462-- AUTO_INCREMENT for table `linked_objectives`
42468--49463--
42469ALTER TABLE `linked_objectives`49464ALTER TABLE `linked_objectives`
42470  MODIFY `linked_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;49465  MODIFY `linked_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
4247149466
42472--49467--
42473-- AUTO_INCREMENT for table `linked_tag_sets`49468-- AUTO_INCREMENT for table `linked_tag_sets`
42474--49469--
42475ALTER TABLE `linked_tag_sets`49470ALTER TABLE `linked_tag_sets`
42476  MODIFY `linked_tag_set_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49471  MODIFY `linked_tag_set_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4247749472
42478--49473--
42479-- AUTO_INCREMENT for table `logbook_course_sites`49474-- AUTO_INCREMENT for table `logbook_course_sites`
42480--49475--
42481ALTER TABLE `logbook_course_sites`49476ALTER TABLE `logbook_course_sites`
42482  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49477  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4248349478
42484--49479--
42485-- AUTO_INCREMENT for table `logbook_entries`49480-- AUTO_INCREMENT for table `logbook_entries`
42486--49481--
42487ALTER TABLE `logbook_entries`49482ALTER TABLE `logbook_entries`
42488  MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49483  MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4248949484
42490--49485--
42491-- AUTO_INCREMENT for table `logbook_entry_objectives`49486-- AUTO_INCREMENT for table `logbook_entry_objectives`
42492--49487--
42493ALTER TABLE `logbook_entry_objectives`49488ALTER TABLE `logbook_entry_objectives`
42494  MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49489  MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4249549490
42496--49491--
42497-- AUTO_INCREMENT for table `logbook_lu_ageranges`49492-- AUTO_INCREMENT for table `logbook_lu_ageranges`
42498--49493--
42499ALTER TABLE `logbook_lu_ageranges`49494ALTER TABLE `logbook_lu_ageranges`
42500  MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;49495  MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4250149496
42502--49497--
42503-- AUTO_INCREMENT for table `logbook_lu_environments`49498-- AUTO_INCREMENT for table `logbook_lu_environments`
42504--49499--
42505ALTER TABLE `logbook_lu_environments`49500ALTER TABLE `logbook_lu_environments`
n42506  MODIFY `lenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;n49501  MODIFY `lenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
4250749502
42508--49503--
42509-- AUTO_INCREMENT for table `logbook_lu_locations`49504-- AUTO_INCREMENT for table `logbook_lu_locations`
42510--49505--
42511ALTER TABLE `logbook_lu_locations`49506ALTER TABLE `logbook_lu_locations`
42512  MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;49507  MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
4251349508
42514--49509--
42515-- AUTO_INCREMENT for table `logbook_lu_roles`49510-- AUTO_INCREMENT for table `logbook_lu_roles`
42516--49511--
42517ALTER TABLE `logbook_lu_roles`49512ALTER TABLE `logbook_lu_roles`
42518  MODIFY `lrole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49513  MODIFY `lrole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4251949514
42520--49515--
42521-- AUTO_INCREMENT for table `logbook_lu_sites`49516-- AUTO_INCREMENT for table `logbook_lu_sites`
42522--49517--
42523ALTER TABLE `logbook_lu_sites`49518ALTER TABLE `logbook_lu_sites`
42524  MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;49519  MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
4252549520
42526--49521--
42527-- AUTO_INCREMENT for table `logbook_objectives`49522-- AUTO_INCREMENT for table `logbook_objectives`
42528--49523--
42529ALTER TABLE `logbook_objectives`49524ALTER TABLE `logbook_objectives`
42530  MODIFY `lobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;49525  MODIFY `lobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
4253149526
42532--49527--
42533-- AUTO_INCREMENT for table `logbook_objective_environments`49528-- AUTO_INCREMENT for table `logbook_objective_environments`
42534--49529--
42535ALTER TABLE `logbook_objective_environments`49530ALTER TABLE `logbook_objective_environments`
42536  MODIFY `loenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49531  MODIFY `loenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4253749532
42538--49533--
42539-- AUTO_INCREMENT for table `logbook_objective_roles`49534-- AUTO_INCREMENT for table `logbook_objective_roles`
42540--49535--
42541ALTER TABLE `logbook_objective_roles`49536ALTER TABLE `logbook_objective_roles`
42542  MODIFY `lorole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49537  MODIFY `lorole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4254349538
42544--49539--
42545-- AUTO_INCREMENT for table `lotteries`49540-- AUTO_INCREMENT for table `lotteries`
42546--49541--
42547ALTER TABLE `lotteries`49542ALTER TABLE `lotteries`
42548  MODIFY `lottery_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;49543  MODIFY `lottery_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
4254949544
42550--49545--
42551-- AUTO_INCREMENT for table `lottery_exclusions`49546-- AUTO_INCREMENT for table `lottery_exclusions`
42552--49547--
42553ALTER TABLE `lottery_exclusions`49548ALTER TABLE `lottery_exclusions`
42554  MODIFY `lottery_exclusion_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49549  MODIFY `lottery_exclusion_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4255549550
42556--49551--
42557-- AUTO_INCREMENT for table `lottery_job_submissions`49552-- AUTO_INCREMENT for table `lottery_job_submissions`
42558--49553--
42559ALTER TABLE `lottery_job_submissions`49554ALTER TABLE `lottery_job_submissions`
42560  MODIFY `submission_id` int(12) NOT NULL AUTO_INCREMENT;49555  MODIFY `submission_id` int(12) NOT NULL AUTO_INCREMENT;
4256149556
42562--49557--
42563-- AUTO_INCREMENT for table `lottery_learner_rankings`49558-- AUTO_INCREMENT for table `lottery_learner_rankings`
42564--49559--
42565ALTER TABLE `lottery_learner_rankings`49560ALTER TABLE `lottery_learner_rankings`
42566  MODIFY `ranking_id` int(12) NOT NULL AUTO_INCREMENT;49561  MODIFY `ranking_id` int(12) NOT NULL AUTO_INCREMENT;
4256749562
42568--49563--
42569-- AUTO_INCREMENT for table `lottery_rotation_options`49564-- AUTO_INCREMENT for table `lottery_rotation_options`
42570--49565--
42571ALTER TABLE `lottery_rotation_options`49566ALTER TABLE `lottery_rotation_options`
42572  MODIFY `option_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;49567  MODIFY `option_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;
4257349568
42574--49569--
42575-- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_requests`49570-- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_requests`
42576--49571--
42577ALTER TABLE `lottery_rotation_options_block_swap_requests`49572ALTER TABLE `lottery_rotation_options_block_swap_requests`
42578  MODIFY `lrobs_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;49573  MODIFY `lrobs_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4257949574
42580--49575--
42581-- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_request_denials`49576-- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_request_denials`
42582--49577--
42583ALTER TABLE `lottery_rotation_options_block_swap_request_denials`49578ALTER TABLE `lottery_rotation_options_block_swap_request_denials`
42584  MODIFY `lrobsr_denial_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49579  MODIFY `lrobsr_denial_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4258549580
42586--49581--
42587-- AUTO_INCREMENT for table `lottery_rotation_options_swap_requests`49582-- AUTO_INCREMENT for table `lottery_rotation_options_swap_requests`
42588--49583--
42589ALTER TABLE `lottery_rotation_options_swap_requests`49584ALTER TABLE `lottery_rotation_options_swap_requests`
42590  MODIFY `lros_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;49585  MODIFY `lros_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4259149586
42592--49587--
42593-- AUTO_INCREMENT for table `lottery_rotation_options_swap_request_denials`49588-- AUTO_INCREMENT for table `lottery_rotation_options_swap_request_denials`
42594--49589--
42595ALTER TABLE `lottery_rotation_options_swap_request_denials`49590ALTER TABLE `lottery_rotation_options_swap_request_denials`
42596  MODIFY `lrosr_denial_id` int(11) NOT NULL AUTO_INCREMENT;49591  MODIFY `lrosr_denial_id` int(11) NOT NULL AUTO_INCREMENT;
4259749592
42598--49593--
42599-- AUTO_INCREMENT for table `lottery_rotation_option_slots`49594-- AUTO_INCREMENT for table `lottery_rotation_option_slots`
42600--49595--
42601ALTER TABLE `lottery_rotation_option_slots`49596ALTER TABLE `lottery_rotation_option_slots`
42602  MODIFY `option_slot_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167;49597  MODIFY `option_slot_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167;
4260349598
42604--49599--
42605-- AUTO_INCREMENT for table `lottery_schedules`49600-- AUTO_INCREMENT for table `lottery_schedules`
42606--49601--
42607ALTER TABLE `lottery_schedules`49602ALTER TABLE `lottery_schedules`
42608  MODIFY `schedule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;49603  MODIFY `schedule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
4260949604
42610--49605--
42611-- AUTO_INCREMENT for table `lottery_schedule_audiences`49606-- AUTO_INCREMENT for table `lottery_schedule_audiences`
42612--49607--
42613ALTER TABLE `lottery_schedule_audiences`49608ALTER TABLE `lottery_schedule_audiences`
42614  MODIFY `audience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298;49609  MODIFY `audience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298;
4261549610
42616--49611--
42617-- AUTO_INCREMENT for table `lottery_schedule_variations`49612-- AUTO_INCREMENT for table `lottery_schedule_variations`
42618--49613--
42619ALTER TABLE `lottery_schedule_variations`49614ALTER TABLE `lottery_schedule_variations`
42620  MODIFY `variation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;49615  MODIFY `variation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
4262149616
42622--49617--
42623-- AUTO_INCREMENT for table `lottery_schedule_variation_statistics`49618-- AUTO_INCREMENT for table `lottery_schedule_variation_statistics`
42624--49619--
42625ALTER TABLE `lottery_schedule_variation_statistics`49620ALTER TABLE `lottery_schedule_variation_statistics`
42626  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89;49621  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89;
4262749622
42628--49623--
42629-- AUTO_INCREMENT for table `lottery_schedule_workspace`49624-- AUTO_INCREMENT for table `lottery_schedule_workspace`
42630--49625--
42631ALTER TABLE `lottery_schedule_workspace`49626ALTER TABLE `lottery_schedule_workspace`
42632  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;49627  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
4263349628
42634--49629--
42635-- AUTO_INCREMENT for table `lottery_stages`49630-- AUTO_INCREMENT for table `lottery_stages`
42636--49631--
42637ALTER TABLE `lottery_stages`49632ALTER TABLE `lottery_stages`
42638  MODIFY `stage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;49633  MODIFY `stage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
4263949634
42640--49635--
42641-- AUTO_INCREMENT for table `lottery_stage_phases`49636-- AUTO_INCREMENT for table `lottery_stage_phases`
42642--49637--
42643ALTER TABLE `lottery_stage_phases`49638ALTER TABLE `lottery_stage_phases`
42644  MODIFY `phase_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;49639  MODIFY `phase_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
4264549640
42646--49641--
42647-- AUTO_INCREMENT for table `lrs_history`49642-- AUTO_INCREMENT for table `lrs_history`
42648--49643--
42649ALTER TABLE `lrs_history`49644ALTER TABLE `lrs_history`
42650  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49645  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4265149646
42652--49647--
42653-- AUTO_INCREMENT for table `lti_consumers`49648-- AUTO_INCREMENT for table `lti_consumers`
42654--49649--
42655ALTER TABLE `lti_consumers`49650ALTER TABLE `lti_consumers`
42656  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49651  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4265749652
42658--49653--
42659-- AUTO_INCREMENT for table `lti_lu_access_methods`49654-- AUTO_INCREMENT for table `lti_lu_access_methods`
42660--49655--
42661ALTER TABLE `lti_lu_access_methods`49656ALTER TABLE `lti_lu_access_methods`
42662  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49657  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4266349658
42664--49659--
42665-- AUTO_INCREMENT for table `lti_lu_categories`49660-- AUTO_INCREMENT for table `lti_lu_categories`
42666--49661--
42667ALTER TABLE `lti_lu_categories`49662ALTER TABLE `lti_lu_categories`
42668  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49663  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4266949664
42670--49665--
42671-- AUTO_INCREMENT for table `lti_lu_provider_types`49666-- AUTO_INCREMENT for table `lti_lu_provider_types`
42672--49667--
42673ALTER TABLE `lti_lu_provider_types`49668ALTER TABLE `lti_lu_provider_types`
42674  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49669  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4267549670
42676--49671--
42677-- AUTO_INCREMENT for table `lti_providers`49672-- AUTO_INCREMENT for table `lti_providers`
42678--49673--
42679ALTER TABLE `lti_providers`49674ALTER TABLE `lti_providers`
42680  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49675  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4268149676
42682--49677--
42683-- AUTO_INCREMENT for table `lti_provider_organisation`49678-- AUTO_INCREMENT for table `lti_provider_organisation`
42684--49679--
42685ALTER TABLE `lti_provider_organisation`49680ALTER TABLE `lti_provider_organisation`
42686  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49681  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4268749682
42688--49683--
42689-- AUTO_INCREMENT for table `map_assessments_meta`49684-- AUTO_INCREMENT for table `map_assessments_meta`
42690--49685--
42691ALTER TABLE `map_assessments_meta`49686ALTER TABLE `map_assessments_meta`
42692  MODIFY `map_assessments_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49687  MODIFY `map_assessments_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4269349688
42694--49689--
42695-- AUTO_INCREMENT for table `map_events_eventtypes`49690-- AUTO_INCREMENT for table `map_events_eventtypes`
42696--49691--
42697ALTER TABLE `map_events_eventtypes`49692ALTER TABLE `map_events_eventtypes`
42698  MODIFY `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49693  MODIFY `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4269949694
42700--49695--
42701-- AUTO_INCREMENT for table `map_event_resources`49696-- AUTO_INCREMENT for table `map_event_resources`
42702--49697--
42703ALTER TABLE `map_event_resources`49698ALTER TABLE `map_event_resources`
42704  MODIFY `map_event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49699  MODIFY `map_event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4270549700
42706--49701--
42707-- AUTO_INCREMENT for table `medbiq_assessment_methods`49702-- AUTO_INCREMENT for table `medbiq_assessment_methods`
42708--49703--
42709ALTER TABLE `medbiq_assessment_methods`49704ALTER TABLE `medbiq_assessment_methods`
42710  MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;49705  MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
4271149706
42712--49707--
42713-- AUTO_INCREMENT for table `medbiq_instructional_methods`49708-- AUTO_INCREMENT for table `medbiq_instructional_methods`
42714--49709--
42715ALTER TABLE `medbiq_instructional_methods`49710ALTER TABLE `medbiq_instructional_methods`
42716  MODIFY `instructional_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;49711  MODIFY `instructional_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
4271749712
42718--49713--
42719-- AUTO_INCREMENT for table `medbiq_resources`49714-- AUTO_INCREMENT for table `medbiq_resources`
42720--49715--
42721ALTER TABLE `medbiq_resources`49716ALTER TABLE `medbiq_resources`
42722  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;49717  MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
4272349718
42724--49719--
42725-- AUTO_INCREMENT for table `media`49720-- AUTO_INCREMENT for table `media`
42726--49721--
42727ALTER TABLE `media`49722ALTER TABLE `media`
42728  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;49723  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4272949724
42730--49725--
42731-- AUTO_INCREMENT for table `media_lu_source_entity_types`49726-- AUTO_INCREMENT for table `media_lu_source_entity_types`
42732--49727--
42733ALTER TABLE `media_lu_source_entity_types`49728ALTER TABLE `media_lu_source_entity_types`
42734  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49729  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4273549730
42736--49731--
42737-- AUTO_INCREMENT for table `media_lu_source_property_types`49732-- AUTO_INCREMENT for table `media_lu_source_property_types`
42738--49733--
42739ALTER TABLE `media_lu_source_property_types`49734ALTER TABLE `media_lu_source_property_types`
42740  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;49735  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
4274149736
42742--49737--
42743-- AUTO_INCREMENT for table `media_lu_types`49738-- AUTO_INCREMENT for table `media_lu_types`
42744--49739--
42745ALTER TABLE `media_lu_types`49740ALTER TABLE `media_lu_types`
42746  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;49741  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4274749742
42748--49743--
42749-- AUTO_INCREMENT for table `media_properties`49744-- AUTO_INCREMENT for table `media_properties`
42750--49745--
42751ALTER TABLE `media_properties`49746ALTER TABLE `media_properties`
42752  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;49747  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4275349748
42754--49749--
42755-- AUTO_INCREMENT for table `media_sources`49750-- AUTO_INCREMENT for table `media_sources`
42756--49751--
42757ALTER TABLE `media_sources`49752ALTER TABLE `media_sources`
42758  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;49753  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4275949754
42760--49755--
42761-- AUTO_INCREMENT for table `media_source_entity_properties`49756-- AUTO_INCREMENT for table `media_source_entity_properties`
42762--49757--
42763ALTER TABLE `media_source_entity_properties`49758ALTER TABLE `media_source_entity_properties`
42764  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;49759  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
4276549760
42766--49761--
42767-- AUTO_INCREMENT for table `media_source_properties`49762-- AUTO_INCREMENT for table `media_source_properties`
42768--49763--
42769ALTER TABLE `media_source_properties`49764ALTER TABLE `media_source_properties`
42770  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49765  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4277149766
42772--49767--
42773-- AUTO_INCREMENT for table `media_source_transactions`49768-- AUTO_INCREMENT for table `media_source_transactions`
42774--49769--
42775ALTER TABLE `media_source_transactions`49770ALTER TABLE `media_source_transactions`
42776  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49771  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4277749772
42778--49773--
42779-- AUTO_INCREMENT for table `media_sync`49774-- AUTO_INCREMENT for table `media_sync`
42780--49775--
42781ALTER TABLE `media_sync`49776ALTER TABLE `media_sync`
42782  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49777  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4278349778
42784--49779--
42785-- AUTO_INCREMENT for table `messages_events_optouts`49780-- AUTO_INCREMENT for table `messages_events_optouts`
42786--49781--
42787ALTER TABLE `messages_events_optouts`49782ALTER TABLE `messages_events_optouts`
42788  MODIFY `meoptouts_id` int(11) NOT NULL AUTO_INCREMENT;49783  MODIFY `meoptouts_id` int(11) NOT NULL AUTO_INCREMENT;
4278949784
42790--49785--
42791-- AUTO_INCREMENT for table `messages_overridden_recipients`49786-- AUTO_INCREMENT for table `messages_overridden_recipients`
42792--49787--
42793ALTER TABLE `messages_overridden_recipients`49788ALTER TABLE `messages_overridden_recipients`
42794  MODIFY `morecipient_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;49789  MODIFY `morecipient_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4279549790
42796--49791--
42797-- AUTO_INCREMENT for table `messages_recipient_types`49792-- AUTO_INCREMENT for table `messages_recipient_types`
42798--49793--
42799ALTER TABLE `messages_recipient_types`49794ALTER TABLE `messages_recipient_types`
42800  MODIFY `mrtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49795  MODIFY `mrtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4280149796
42802--49797--
42803-- AUTO_INCREMENT for table `messages_request_types`49798-- AUTO_INCREMENT for table `messages_request_types`
42804--49799--
42805ALTER TABLE `messages_request_types`49800ALTER TABLE `messages_request_types`
42806  MODIFY `mrqtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49801  MODIFY `mrqtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4280749802
42808--49803--
42809-- AUTO_INCREMENT for table `messages_statuses`49804-- AUTO_INCREMENT for table `messages_statuses`
42810--49805--
42811ALTER TABLE `messages_statuses`49806ALTER TABLE `messages_statuses`
n42812  MODIFY `mstatuses_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;n49807  MODIFY `mstatuses_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4281349808
42814--49809--
42815-- AUTO_INCREMENT for table `messages_templates`49810-- AUTO_INCREMENT for table `messages_templates`
42816--49811--
42817ALTER TABLE `messages_templates`49812ALTER TABLE `messages_templates`
42818  MODIFY `mtemplates_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;49813  MODIFY `mtemplates_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
4281949814
42820--49815--
42821-- AUTO_INCREMENT for table `messages_template_settings`49816-- AUTO_INCREMENT for table `messages_template_settings`
42822--49817--
42823ALTER TABLE `messages_template_settings`49818ALTER TABLE `messages_template_settings`
42824  MODIFY `mtsettings_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;49819  MODIFY `mtsettings_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
4282549820
42826--49821--
42827-- AUTO_INCREMENT for table `messages_types`49822-- AUTO_INCREMENT for table `messages_types`
42828--49823--
42829ALTER TABLE `messages_types`49824ALTER TABLE `messages_types`
n42830  MODIFY `mtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;n49825  MODIFY `mtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
4283149826
42832--49827--
42833-- AUTO_INCREMENT for table `meta_types`49828-- AUTO_INCREMENT for table `meta_types`
42834--49829--
42835ALTER TABLE `meta_types`49830ALTER TABLE `meta_types`
42836  MODIFY `meta_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;49831  MODIFY `meta_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
4283749832
42838--49833--
42839-- AUTO_INCREMENT for table `meta_type_relations`49834-- AUTO_INCREMENT for table `meta_type_relations`
42840--49835--
42841ALTER TABLE `meta_type_relations`49836ALTER TABLE `meta_type_relations`
42842  MODIFY `meta_data_relation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;49837  MODIFY `meta_data_relation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
4284349838
42844--49839--
42845-- AUTO_INCREMENT for table `meta_values`49840-- AUTO_INCREMENT for table `meta_values`
42846--49841--
42847ALTER TABLE `meta_values`49842ALTER TABLE `meta_values`
42848  MODIFY `meta_value_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;49843  MODIFY `meta_value_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4284949844
42850--49845--
42851-- AUTO_INCREMENT for table `mtd_schedule`49846-- AUTO_INCREMENT for table `mtd_schedule`
42852--49847--
42853ALTER TABLE `mtd_schedule`49848ALTER TABLE `mtd_schedule`
42854  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;49849  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4285549850
42856--49851--
42857-- AUTO_INCREMENT for table `mtd_type`49852-- AUTO_INCREMENT for table `mtd_type`
42858--49853--
42859ALTER TABLE `mtd_type`49854ALTER TABLE `mtd_type`
42860  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49855  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4286149856
42862--49857--
42863-- AUTO_INCREMENT for table `notices`49858-- AUTO_INCREMENT for table `notices`
42864--49859--
42865ALTER TABLE `notices`49860ALTER TABLE `notices`
42866  MODIFY `notice_id` int(12) NOT NULL AUTO_INCREMENT;49861  MODIFY `notice_id` int(12) NOT NULL AUTO_INCREMENT;
4286749862
42868--49863--
42869-- AUTO_INCREMENT for table `notices_read`49864-- AUTO_INCREMENT for table `notices_read`
42870--49865--
42871ALTER TABLE `notices_read`49866ALTER TABLE `notices_read`
42872  MODIFY `notice_read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49867  MODIFY `notice_read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4287349868
42874--49869--
42875-- AUTO_INCREMENT for table `notice_audience`49870-- AUTO_INCREMENT for table `notice_audience`
42876--49871--
42877ALTER TABLE `notice_audience`49872ALTER TABLE `notice_audience`
42878  MODIFY `naudience_id` int(11) NOT NULL AUTO_INCREMENT;49873  MODIFY `naudience_id` int(11) NOT NULL AUTO_INCREMENT;
4287949874
42880--49875--
42881-- AUTO_INCREMENT for table `notifications`49876-- AUTO_INCREMENT for table `notifications`
42882--49877--
42883ALTER TABLE `notifications`49878ALTER TABLE `notifications`
n42884  MODIFY `notification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;n49879  MODIFY `notification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4288549880
42886--49881--
42887-- AUTO_INCREMENT for table `notification_users`49882-- AUTO_INCREMENT for table `notification_users`
42888--49883--
42889ALTER TABLE `notification_users`49884ALTER TABLE `notification_users`
n42890  MODIFY `nuser_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;n49885  MODIFY `nuser_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
4289149886
42892--49887--
42893-- AUTO_INCREMENT for table `objective_audience`49888-- AUTO_INCREMENT for table `objective_audience`
42894--49889--
42895ALTER TABLE `objective_audience`49890ALTER TABLE `objective_audience`
42896  MODIFY `oaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;49891  MODIFY `oaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
4289749892
42898--49893--
42899-- AUTO_INCREMENT for table `objective_history`49894-- AUTO_INCREMENT for table `objective_history`
42900--49895--
42901ALTER TABLE `objective_history`49896ALTER TABLE `objective_history`
42902  MODIFY `objective_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;49897  MODIFY `objective_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
4290349898
42904--49899--
42905-- AUTO_INCREMENT for table `objective_status`49900-- AUTO_INCREMENT for table `objective_status`
42906--49901--
42907ALTER TABLE `objective_status`49902ALTER TABLE `objective_status`
42908  MODIFY `objective_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49903  MODIFY `objective_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4290949904
42910--49905--
42911-- AUTO_INCREMENT for table `objective_tag_attributes`49906-- AUTO_INCREMENT for table `objective_tag_attributes`
42912--49907--
42913ALTER TABLE `objective_tag_attributes`49908ALTER TABLE `objective_tag_attributes`
42914  MODIFY `otag_attribute_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;49909  MODIFY `otag_attribute_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4291549910
42916--49911--
42917-- AUTO_INCREMENT for table `objective_tag_levels`49912-- AUTO_INCREMENT for table `objective_tag_levels`
42918--49913--
42919ALTER TABLE `objective_tag_levels`49914ALTER TABLE `objective_tag_levels`
42920  MODIFY `otag_level_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49915  MODIFY `otag_level_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4292149916
42922--49917--
42923-- AUTO_INCREMENT for table `objective_translation`49918-- AUTO_INCREMENT for table `objective_translation`
42924--49919--
42925ALTER TABLE `objective_translation`49920ALTER TABLE `objective_translation`
n42926  MODIFY `objective_translation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11983;n49921  MODIFY `objective_translation_id` int(12) NOT NULL AUTO_INCREMENT;
4292749922
42928--49923--
42929-- AUTO_INCREMENT for table `objective_translation_status`49924-- AUTO_INCREMENT for table `objective_translation_status`
42930--49925--
42931ALTER TABLE `objective_translation_status`49926ALTER TABLE `objective_translation_status`
42932  MODIFY `objective_translation_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;49927  MODIFY `objective_translation_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4293349928
42934--49929--
42935-- AUTO_INCREMENT for table `observership_reflections`49930-- AUTO_INCREMENT for table `observership_reflections`
42936--49931--
42937ALTER TABLE `observership_reflections`49932ALTER TABLE `observership_reflections`
42938  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;49933  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4293949934
42940--49935--
42941-- AUTO_INCREMENT for table `organisation_lu_restricted_days`49936-- AUTO_INCREMENT for table `organisation_lu_restricted_days`
42942--49937--
42943ALTER TABLE `organisation_lu_restricted_days`49938ALTER TABLE `organisation_lu_restricted_days`
42944  MODIFY `orday_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;49939  MODIFY `orday_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4294549940
42946--49941--
42947-- AUTO_INCREMENT for table `org_community_types`49942-- AUTO_INCREMENT for table `org_community_types`
42948--49943--
42949ALTER TABLE `org_community_types`49944ALTER TABLE `org_community_types`
42950  MODIFY `octype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;49945  MODIFY `octype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4295149946
42952--49947--
42953-- AUTO_INCREMENT for table `permissions`49948-- AUTO_INCREMENT for table `permissions`
42954--49949--
42955ALTER TABLE `permissions`49950ALTER TABLE `permissions`
42956  MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT;49951  MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT;
4295749952
42958--49953--
42959-- AUTO_INCREMENT for table `pg_blocks`49954-- AUTO_INCREMENT for table `pg_blocks`
42960--49955--
42961ALTER TABLE `pg_blocks`49956ALTER TABLE `pg_blocks`
42962  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;49957  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
4296349958
42964--49959--
42965-- AUTO_INCREMENT for table `pg_eval_response_rates`49960-- AUTO_INCREMENT for table `pg_eval_response_rates`
42966--49961--
42967ALTER TABLE `pg_eval_response_rates`49962ALTER TABLE `pg_eval_response_rates`
42968  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;49963  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4296949964
42970--49965--
42971-- AUTO_INCREMENT for table `pg_one45_community`49966-- AUTO_INCREMENT for table `pg_one45_community`
42972--49967--
42973ALTER TABLE `pg_one45_community`49968ALTER TABLE `pg_one45_community`
42974  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;49969  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4297549970
42976--49971--
42977-- AUTO_INCREMENT for table `poll_answers`49972-- AUTO_INCREMENT for table `poll_answers`
42978--49973--
42979ALTER TABLE `poll_answers`49974ALTER TABLE `poll_answers`
42980  MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT;49975  MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT;
4298149976
42982--49977--
42983-- AUTO_INCREMENT for table `poll_questions`49978-- AUTO_INCREMENT for table `poll_questions`
42984--49979--
42985ALTER TABLE `poll_questions`49980ALTER TABLE `poll_questions`
42986  MODIFY `poll_id` int(12) NOT NULL AUTO_INCREMENT;49981  MODIFY `poll_id` int(12) NOT NULL AUTO_INCREMENT;
4298749982
42988--49983--
42989-- AUTO_INCREMENT for table `poll_results`49984-- AUTO_INCREMENT for table `poll_results`
42990--49985--
42991ALTER TABLE `poll_results`49986ALTER TABLE `poll_results`
42992  MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT;49987  MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT;
4299349988
42994--49989--
42995-- AUTO_INCREMENT for table `portfolios_course_groups`49990-- AUTO_INCREMENT for table `portfolios_course_groups`
42996--49991--
42997ALTER TABLE `portfolios_course_groups`49992ALTER TABLE `portfolios_course_groups`
42998  MODIFY `pcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;49993  MODIFY `pcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
4299949994
43000--49995--
43001-- AUTO_INCREMENT for table `portfolios_curriculum_periods`49996-- AUTO_INCREMENT for table `portfolios_curriculum_periods`
43002--49997--
43003ALTER TABLE `portfolios_curriculum_periods`49998ALTER TABLE `portfolios_curriculum_periods`
43004  MODIFY `pcperiod_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;49999  MODIFY `pcperiod_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
4300550000
43006--50001--
43007-- AUTO_INCREMENT for table `portfolios_groups`50002-- AUTO_INCREMENT for table `portfolios_groups`
43008--50003--
43009ALTER TABLE `portfolios_groups`50004ALTER TABLE `portfolios_groups`
43010  MODIFY `pgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;50005  MODIFY `pgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
4301150006
43012--50007--
43013-- AUTO_INCREMENT for table `portfolios_learners`50008-- AUTO_INCREMENT for table `portfolios_learners`
43014--50009--
43015ALTER TABLE `portfolios_learners`50010ALTER TABLE `portfolios_learners`
43016  MODIFY `plearner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;50011  MODIFY `plearner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4301750012
43018--50013--
43019-- AUTO_INCREMENT for table `portfolios_portfolios`50014-- AUTO_INCREMENT for table `portfolios_portfolios`
43020--50015--
43021ALTER TABLE `portfolios_portfolios`50016ALTER TABLE `portfolios_portfolios`
43022  MODIFY `pportfolios_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;50017  MODIFY `pportfolios_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
4302350018
43024--50019--
43025-- AUTO_INCREMENT for table `portfolios_tasks`50020-- AUTO_INCREMENT for table `portfolios_tasks`
43026--50021--
43027ALTER TABLE `portfolios_tasks`50022ALTER TABLE `portfolios_tasks`
43028  MODIFY `ptask_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;50023  MODIFY `ptask_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4302950024
43030--50025--
43031-- AUTO_INCREMENT for table `portfolios_tasks_requests`50026-- AUTO_INCREMENT for table `portfolios_tasks_requests`
43032--50027--
43033ALTER TABLE `portfolios_tasks_requests`50028ALTER TABLE `portfolios_tasks_requests`
43034  MODIFY `ptrequest_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;50029  MODIFY `ptrequest_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
4303550030
43036--50031--
43037-- AUTO_INCREMENT for table `portfolios_task_request_recipient_course_groups`50032-- AUTO_INCREMENT for table `portfolios_task_request_recipient_course_groups`
43038--50033--
43039ALTER TABLE `portfolios_task_request_recipient_course_groups`50034ALTER TABLE `portfolios_task_request_recipient_course_groups`
43040  MODIFY `ptrrcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;50035  MODIFY `ptrrcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
4304150036
43042--50037--
43043-- AUTO_INCREMENT for table `portfolios_task_request_recipient_groups`50038-- AUTO_INCREMENT for table `portfolios_task_request_recipient_groups`
43044--50039--
43045ALTER TABLE `portfolios_task_request_recipient_groups`50040ALTER TABLE `portfolios_task_request_recipient_groups`
43046  MODIFY `ptrrgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;50041  MODIFY `ptrrgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
4304750042
43048--50043--
43049-- AUTO_INCREMENT for table `portfolios_task_request_recipient_learners`50044-- AUTO_INCREMENT for table `portfolios_task_request_recipient_learners`
43050--50045--
43051ALTER TABLE `portfolios_task_request_recipient_learners`50046ALTER TABLE `portfolios_task_request_recipient_learners`
43052  MODIFY `ptrrlearner_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;50047  MODIFY `ptrrlearner_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
4305350048
43054--50049--
43055-- AUTO_INCREMENT for table `portfolios_task_statuses`50050-- AUTO_INCREMENT for table `portfolios_task_statuses`
43056--50051--
43057ALTER TABLE `portfolios_task_statuses`50052ALTER TABLE `portfolios_task_statuses`
43058  MODIFY `ptstatus_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;50053  MODIFY `ptstatus_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4305950054
43060--50055--
43061-- AUTO_INCREMENT for table `portfolios_task_submissions`50056-- AUTO_INCREMENT for table `portfolios_task_submissions`
43062--50057--
43063ALTER TABLE `portfolios_task_submissions`50058ALTER TABLE `portfolios_task_submissions`
43064  MODIFY `ptsubmission_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;50059  MODIFY `ptsubmission_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4306550060
43066--50061--
43067-- AUTO_INCREMENT for table `portfolio_advisor_portfolio`50062-- AUTO_INCREMENT for table `portfolio_advisor_portfolio`
43068--50063--
43069ALTER TABLE `portfolio_advisor_portfolio`50064ALTER TABLE `portfolio_advisor_portfolio`
43070  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50065  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4307150066
43072--50067--
43073-- AUTO_INCREMENT for table `portfolio_advisor_student`50068-- AUTO_INCREMENT for table `portfolio_advisor_student`
43074--50069--
43075ALTER TABLE `portfolio_advisor_student`50070ALTER TABLE `portfolio_advisor_student`
43076  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50071  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4307750072
43078--50073--
43079-- AUTO_INCREMENT for table `portfolio_artifacts`50074-- AUTO_INCREMENT for table `portfolio_artifacts`
43080--50075--
43081ALTER TABLE `portfolio_artifacts`50076ALTER TABLE `portfolio_artifacts`
43082  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;50077  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4308350078
43084--50079--
43085-- AUTO_INCREMENT for table `portfolio_artifact_curriculum_tag`50080-- AUTO_INCREMENT for table `portfolio_artifact_curriculum_tag`
43086--50081--
43087ALTER TABLE `portfolio_artifact_curriculum_tag`50082ALTER TABLE `portfolio_artifact_curriculum_tag`
43088  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50083  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4308950084
43090--50085--
43091-- AUTO_INCREMENT for table `portfolio_artifact_permissions`50086-- AUTO_INCREMENT for table `portfolio_artifact_permissions`
43092--50087--
43093ALTER TABLE `portfolio_artifact_permissions`50088ALTER TABLE `portfolio_artifact_permissions`
43094  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50089  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4309550090
43096--50091--
43097-- AUTO_INCREMENT for table `portfolio_artifact_reviewers`50092-- AUTO_INCREMENT for table `portfolio_artifact_reviewers`
43098--50093--
43099ALTER TABLE `portfolio_artifact_reviewers`50094ALTER TABLE `portfolio_artifact_reviewers`
43100  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50095  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4310150096
43102--50097--
43103-- AUTO_INCREMENT for table `portfolio_comments`50098-- AUTO_INCREMENT for table `portfolio_comments`
43104--50099--
43105ALTER TABLE `portfolio_comments`50100ALTER TABLE `portfolio_comments`
43106  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50101  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4310750102
43108--50103--
43109-- AUTO_INCREMENT for table `portfolio_document_attachments`50104-- AUTO_INCREMENT for table `portfolio_document_attachments`
43110--50105--
43111ALTER TABLE `portfolio_document_attachments`50106ALTER TABLE `portfolio_document_attachments`
43112  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50107  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4311350108
43114--50109--
43115-- AUTO_INCREMENT for table `portfolio_entries`50110-- AUTO_INCREMENT for table `portfolio_entries`
43116--50111--
43117ALTER TABLE `portfolio_entries`50112ALTER TABLE `portfolio_entries`
43118  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50113  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4311950114
43120--50115--
43121-- AUTO_INCREMENT for table `portfolio_folders`50116-- AUTO_INCREMENT for table `portfolio_folders`
43122--50117--
43123ALTER TABLE `portfolio_folders`50118ALTER TABLE `portfolio_folders`
43124  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;50119  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4312550120
43126--50121--
43127-- AUTO_INCREMENT for table `portfolio_personal_reflections`50122-- AUTO_INCREMENT for table `portfolio_personal_reflections`
43128--50123--
43129ALTER TABLE `portfolio_personal_reflections`50124ALTER TABLE `portfolio_personal_reflections`
43130  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50125  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4313150126
43132--50127--
43133-- AUTO_INCREMENT for table `portfolio_portfolios`50128-- AUTO_INCREMENT for table `portfolio_portfolios`
43134--50129--
43135ALTER TABLE `portfolio_portfolios`50130ALTER TABLE `portfolio_portfolios`
43136  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;50131  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4313750132
43138--50133--
43139-- AUTO_INCREMENT for table `portfolio_urls`50134-- AUTO_INCREMENT for table `portfolio_urls`
43140--50135--
43141ALTER TABLE `portfolio_urls`50136ALTER TABLE `portfolio_urls`
43142  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50137  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4314350138
43144--50139--
43145-- AUTO_INCREMENT for table `profile_custom_fields`50140-- AUTO_INCREMENT for table `profile_custom_fields`
43146--50141--
43147ALTER TABLE `profile_custom_fields`50142ALTER TABLE `profile_custom_fields`
43148  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50143  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4314950144
43150--50145--
43151-- AUTO_INCREMENT for table `profile_custom_responses`50146-- AUTO_INCREMENT for table `profile_custom_responses`
43152--50147--
43153ALTER TABLE `profile_custom_responses`50148ALTER TABLE `profile_custom_responses`
43154  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50149  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4315550150
43156--50151--
43157-- AUTO_INCREMENT for table `prompted_response_comments`50152-- AUTO_INCREMENT for table `prompted_response_comments`
43158--50153--
43159ALTER TABLE `prompted_response_comments`50154ALTER TABLE `prompted_response_comments`
43160  MODIFY `prcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50155  MODIFY `prcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4316150156
43162--50157--
43163-- AUTO_INCREMENT for table `prompted_response_reviews`50158-- AUTO_INCREMENT for table `prompted_response_reviews`
43164--50159--
43165ALTER TABLE `prompted_response_reviews`50160ALTER TABLE `prompted_response_reviews`
43166  MODIFY `prreview_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50161  MODIFY `prreview_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4316750162
43168--50163--
43169-- AUTO_INCREMENT for table `push_notification_tokens`50164-- AUTO_INCREMENT for table `push_notification_tokens`
43170--50165--
43171ALTER TABLE `push_notification_tokens`50166ALTER TABLE `push_notification_tokens`
43172  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50167  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4317350168
43174--50169--
43175-- AUTO_INCREMENT for table `quizzes`50170-- AUTO_INCREMENT for table `quizzes`
43176--50171--
43177ALTER TABLE `quizzes`50172ALTER TABLE `quizzes`
43178  MODIFY `quiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;50173  MODIFY `quiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4317950174
43180--50175--
43181-- AUTO_INCREMENT for table `quizzes_lu_questiontypes`50176-- AUTO_INCREMENT for table `quizzes_lu_questiontypes`
43182--50177--
43183ALTER TABLE `quizzes_lu_questiontypes`50178ALTER TABLE `quizzes_lu_questiontypes`
43184  MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;50179  MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4318550180
43186--50181--
43187-- AUTO_INCREMENT for table `quizzes_lu_quiztypes`50182-- AUTO_INCREMENT for table `quizzes_lu_quiztypes`
43188--50183--
43189ALTER TABLE `quizzes_lu_quiztypes`50184ALTER TABLE `quizzes_lu_quiztypes`
43190  MODIFY `quiztype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;50185  MODIFY `quiztype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4319150186
43192--50187--
43193-- AUTO_INCREMENT for table `quiz_contacts`50188-- AUTO_INCREMENT for table `quiz_contacts`
43194--50189--
43195ALTER TABLE `quiz_contacts`50190ALTER TABLE `quiz_contacts`
43196  MODIFY `qcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;50191  MODIFY `qcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4319750192
43198--50193--
43199-- AUTO_INCREMENT for table `quiz_progress`50194-- AUTO_INCREMENT for table `quiz_progress`
43200--50195--
43201ALTER TABLE `quiz_progress`50196ALTER TABLE `quiz_progress`
43202  MODIFY `qprogress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50197  MODIFY `qprogress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4320350198
43204--50199--
43205-- AUTO_INCREMENT for table `quiz_progress_responses`50200-- AUTO_INCREMENT for table `quiz_progress_responses`
43206--50201--
43207ALTER TABLE `quiz_progress_responses`50202ALTER TABLE `quiz_progress_responses`
43208  MODIFY `qpresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50203  MODIFY `qpresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4320950204
43210--50205--
43211-- AUTO_INCREMENT for table `quiz_questions`50206-- AUTO_INCREMENT for table `quiz_questions`
43212--50207--
43213ALTER TABLE `quiz_questions`50208ALTER TABLE `quiz_questions`
43214  MODIFY `qquestion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;50209  MODIFY `qquestion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4321550210
43216--50211--
43217-- AUTO_INCREMENT for table `quiz_question_responses`50212-- AUTO_INCREMENT for table `quiz_question_responses`
43218--50213--
43219ALTER TABLE `quiz_question_responses`50214ALTER TABLE `quiz_question_responses`
43220  MODIFY `qqresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;50215  MODIFY `qqresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
4322150216
43222--50217--
43223-- AUTO_INCREMENT for table `reports_aamc_ci`50218-- AUTO_INCREMENT for table `reports_aamc_ci`
43224--50219--
43225ALTER TABLE `reports_aamc_ci`50220ALTER TABLE `reports_aamc_ci`
43226  MODIFY `raci_id` int(12) NOT NULL AUTO_INCREMENT;50221  MODIFY `raci_id` int(12) NOT NULL AUTO_INCREMENT;
4322750222
43228--50223--
43229-- AUTO_INCREMENT for table `reports_aamc_ci_learner`50224-- AUTO_INCREMENT for table `reports_aamc_ci_learner`
43230--50225--
43231ALTER TABLE `reports_aamc_ci_learner`50226ALTER TABLE `reports_aamc_ci_learner`
43232  MODIFY `report_learner_id` int(12) NOT NULL AUTO_INCREMENT;50227  MODIFY `report_learner_id` int(12) NOT NULL AUTO_INCREMENT;
4323350228
43234--50229--
43235-- AUTO_INCREMENT for table `resource_images`50230-- AUTO_INCREMENT for table `resource_images`
43236--50231--
43237ALTER TABLE `resource_images`50232ALTER TABLE `resource_images`
43238  MODIFY `image_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50233  MODIFY `image_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4323950234
43240--50235--
43241-- AUTO_INCREMENT for table `room_reservations`50236-- AUTO_INCREMENT for table `room_reservations`
43242--50237--
43243ALTER TABLE `room_reservations`50238ALTER TABLE `room_reservations`
43244  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50239  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4324550240
43246--50241--
43247-- AUTO_INCREMENT for table `rp_now_config`50242-- AUTO_INCREMENT for table `rp_now_config`
43248--50243--
43249ALTER TABLE `rp_now_config`50244ALTER TABLE `rp_now_config`
43250  MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50245  MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4325150246
43252--50247--
43253-- AUTO_INCREMENT for table `rp_now_users`50248-- AUTO_INCREMENT for table `rp_now_users`
43254--50249--
43255ALTER TABLE `rp_now_users`50250ALTER TABLE `rp_now_users`
43256  MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50251  MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4325750252
43258--50253--
43259-- AUTO_INCREMENT for table `sandboxes`50254-- AUTO_INCREMENT for table `sandboxes`
43260--50255--
43261ALTER TABLE `sandboxes`50256ALTER TABLE `sandboxes`
43262  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50257  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4326350258
43264--50259--
43265-- AUTO_INCREMENT for table `scorm_cmis`50260-- AUTO_INCREMENT for table `scorm_cmis`
43266--50261--
43267ALTER TABLE `scorm_cmis`50262ALTER TABLE `scorm_cmis`
43268  MODIFY `scorm_cmi_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;50263  MODIFY `scorm_cmi_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4326950264
43270--50265--
43271-- AUTO_INCREMENT for table `secure_access_files`50266-- AUTO_INCREMENT for table `secure_access_files`
43272--50267--
43273ALTER TABLE `secure_access_files`50268ALTER TABLE `secure_access_files`
43274  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50269  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4327550270
43276--50271--
43277-- AUTO_INCREMENT for table `secure_access_keys`50272-- AUTO_INCREMENT for table `secure_access_keys`
43278--50273--
43279ALTER TABLE `secure_access_keys`50274ALTER TABLE `secure_access_keys`
43280  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50275  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4328150276
43282--50277--
43283-- AUTO_INCREMENT for table `settings`50278-- AUTO_INCREMENT for table `settings`
43284--50279--
43285ALTER TABLE `settings`50280ALTER TABLE `settings`
43286  MODIFY `setting_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=273;50281  MODIFY `setting_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=273;
4328750282
43288--50283--
43289-- AUTO_INCREMENT for table `site_linked_objectives`50284-- AUTO_INCREMENT for table `site_linked_objectives`
43290--50285--
43291ALTER TABLE `site_linked_objectives`50286ALTER TABLE `site_linked_objectives`
43292  MODIFY `slobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50287  MODIFY `slobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4329350288
43294--50289--
43295-- AUTO_INCREMENT for table `statistics`50290-- AUTO_INCREMENT for table `statistics`
43296--50291--
43297ALTER TABLE `statistics`50292ALTER TABLE `statistics`
t43298  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT;t50293  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1223;
4329950294
43300--50295--
43301-- AUTO_INCREMENT for table `statistics_archive`50296-- AUTO_INCREMENT for table `statistics_archive`
43302--50297--
43303ALTER TABLE `statistics_archive`50298ALTER TABLE `statistics_archive`
43304  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT;50299  MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT;
4330550300
43306--50301--
43307-- AUTO_INCREMENT for table `student_awards_external`50302-- AUTO_INCREMENT for table `student_awards_external`
43308--50303--
43309ALTER TABLE `student_awards_external`50304ALTER TABLE `student_awards_external`
43310  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50305  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4331150306
43312--50307--
43313-- AUTO_INCREMENT for table `student_awards_internal`50308-- AUTO_INCREMENT for table `student_awards_internal`
43314--50309--
43315ALTER TABLE `student_awards_internal`50310ALTER TABLE `student_awards_internal`
43316  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50311  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4331750312
43318--50313--
43319-- AUTO_INCREMENT for table `student_awards_internal_types`50314-- AUTO_INCREMENT for table `student_awards_internal_types`
43320--50315--
43321ALTER TABLE `student_awards_internal_types`50316ALTER TABLE `student_awards_internal_types`
43322  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50317  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4332350318
43324--50319--
43325-- AUTO_INCREMENT for table `student_clineval_comments`50320-- AUTO_INCREMENT for table `student_clineval_comments`
43326--50321--
43327ALTER TABLE `student_clineval_comments`50322ALTER TABLE `student_clineval_comments`
43328  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50323  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4332950324
43330--50325--
43331-- AUTO_INCREMENT for table `student_contributions`50326-- AUTO_INCREMENT for table `student_contributions`
43332--50327--
43333ALTER TABLE `student_contributions`50328ALTER TABLE `student_contributions`
43334  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50329  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4333550330
43336--50331--
43337-- AUTO_INCREMENT for table `student_disciplinary_actions`50332-- AUTO_INCREMENT for table `student_disciplinary_actions`
43338--50333--
43339ALTER TABLE `student_disciplinary_actions`50334ALTER TABLE `student_disciplinary_actions`
43340  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50335  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4334150336
43342--50337--
43343-- AUTO_INCREMENT for table `student_formal_remediations`50338-- AUTO_INCREMENT for table `student_formal_remediations`
43344--50339--
43345ALTER TABLE `student_formal_remediations`50340ALTER TABLE `student_formal_remediations`
43346  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50341  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4334750342
43348--50343--
43349-- AUTO_INCREMENT for table `student_international_activities`50344-- AUTO_INCREMENT for table `student_international_activities`
43350--50345--
43351ALTER TABLE `student_international_activities`50346ALTER TABLE `student_international_activities`
43352  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50347  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4335350348
43354--50349--
43355-- AUTO_INCREMENT for table `student_leaves_of_absence`50350-- AUTO_INCREMENT for table `student_leaves_of_absence`
43356--50351--
43357ALTER TABLE `student_leaves_of_absence`50352ALTER TABLE `student_leaves_of_absence`
43358  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50353  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4335950354
43360--50355--
43361-- AUTO_INCREMENT for table `student_observerships`50356-- AUTO_INCREMENT for table `student_observerships`
43362--50357--
43363ALTER TABLE `student_observerships`50358ALTER TABLE `student_observerships`
43364  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50359  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4336550360
43366--50361--
43367-- AUTO_INCREMENT for table `student_research`50362-- AUTO_INCREMENT for table `student_research`
43368--50363--
43369ALTER TABLE `student_research`50364ALTER TABLE `student_research`
43370  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50365  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4337150366
43372--50367--
43373-- AUTO_INCREMENT for table `student_studentships`50368-- AUTO_INCREMENT for table `student_studentships`
43374--50369--
43375ALTER TABLE `student_studentships`50370ALTER TABLE `student_studentships`
43376  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50371  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4337750372
43378--50373--
43379-- AUTO_INCREMENT for table `student_student_run_electives`50374-- AUTO_INCREMENT for table `student_student_run_electives`
43380--50375--
43381ALTER TABLE `student_student_run_electives`50376ALTER TABLE `student_student_run_electives`
43382  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50377  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4338350378
43384--50379--
43385-- AUTO_INCREMENT for table `tbl_exam_post_reporter`50380-- AUTO_INCREMENT for table `tbl_exam_post_reporter`
43386--50381--
43387ALTER TABLE `tbl_exam_post_reporter`50382ALTER TABLE `tbl_exam_post_reporter`
43388  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50383  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4338950384
43390--50385--
43391-- AUTO_INCREMENT for table `tbl_lu_answer_thresholds`50386-- AUTO_INCREMENT for table `tbl_lu_answer_thresholds`
43392--50387--
43393ALTER TABLE `tbl_lu_answer_thresholds`50388ALTER TABLE `tbl_lu_answer_thresholds`
43394  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;50389  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4339550390
43396--50391--
43397-- AUTO_INCREMENT for table `tbl_lu_trat_attempt_weighting`50392-- AUTO_INCREMENT for table `tbl_lu_trat_attempt_weighting`
43398--50393--
43399ALTER TABLE `tbl_lu_trat_attempt_weighting`50394ALTER TABLE `tbl_lu_trat_attempt_weighting`
43400  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;50395  MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
4340150396
43402--50397--
43403-- AUTO_INCREMENT for table `turnitin_entities`50398-- AUTO_INCREMENT for table `turnitin_entities`
43404--50399--
43405ALTER TABLE `turnitin_entities`50400ALTER TABLE `turnitin_entities`
43406  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50401  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4340750402
43408--50403--
43409-- AUTO_INCREMENT for table `turnitin_eula_acceptance`50404-- AUTO_INCREMENT for table `turnitin_eula_acceptance`
43410--50405--
43411ALTER TABLE `turnitin_eula_acceptance`50406ALTER TABLE `turnitin_eula_acceptance`
43412  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50407  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4341350408
43414--50409--
43415-- AUTO_INCREMENT for table `turnitin_similarity_reports`50410-- AUTO_INCREMENT for table `turnitin_similarity_reports`
43416--50411--
43417ALTER TABLE `turnitin_similarity_reports`50412ALTER TABLE `turnitin_similarity_reports`
43418  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50413  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4341950414
43420--50415--
43421-- AUTO_INCREMENT for table `turnitin_submissions`50416-- AUTO_INCREMENT for table `turnitin_submissions`
43422--50417--
43423ALTER TABLE `turnitin_submissions`50418ALTER TABLE `turnitin_submissions`
43424  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50419  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4342550420
43426--50421--
43427-- AUTO_INCREMENT for table `turnitin_submission_files`50422-- AUTO_INCREMENT for table `turnitin_submission_files`
43428--50423--
43429ALTER TABLE `turnitin_submission_files`50424ALTER TABLE `turnitin_submission_files`
43430  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50425  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4343150426
43432--50427--
43433-- AUTO_INCREMENT for table `turnitin_webhooks`50428-- AUTO_INCREMENT for table `turnitin_webhooks`
43434--50429--
43435ALTER TABLE `turnitin_webhooks`50430ALTER TABLE `turnitin_webhooks`
43436  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50431  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4343750432
43438--50433--
43439-- AUTO_INCREMENT for table `turnitin_webhook_responses`50434-- AUTO_INCREMENT for table `turnitin_webhook_responses`
43440--50435--
43441ALTER TABLE `turnitin_webhook_responses`50436ALTER TABLE `turnitin_webhook_responses`
43442  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;50437  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
4344350438
43444--50439--
43445-- AUTO_INCREMENT for table `tweets`50440-- AUTO_INCREMENT for table `tweets`
43446--50441--
43447ALTER TABLE `tweets`50442ALTER TABLE `tweets`
43448  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;50443  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4344950444
43450--50445--
43451-- AUTO_INCREMENT for table `user_access_requests`50446-- AUTO_INCREMENT for table `user_access_requests`
43452--50447--
43453ALTER TABLE `user_access_requests`50448ALTER TABLE `user_access_requests`
43454  MODIFY `user_access_request_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;50449  MODIFY `user_access_request_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4345550450
43456--50451--
43457-- AUTO_INCREMENT for table `user_learner_levels`50452-- AUTO_INCREMENT for table `user_learner_levels`
43458--50453--
43459ALTER TABLE `user_learner_levels`50454ALTER TABLE `user_learner_levels`
43460  MODIFY `user_learner_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;50455  MODIFY `user_learner_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
4346150456
43462--50457--
43463-- AUTO_INCREMENT for table `websockets_statistics_entries`50458-- AUTO_INCREMENT for table `websockets_statistics_entries`
43464--50459--
43465ALTER TABLE `websockets_statistics_entries`50460ALTER TABLE `websockets_statistics_entries`
43466  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;50461  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
4346750462
43468--50463--
43469-- AUTO_INCREMENT for table `weeks`50464-- AUTO_INCREMENT for table `weeks`
43470--50465--
43471ALTER TABLE `weeks`50466ALTER TABLE `weeks`
43472  MODIFY `week_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;50467  MODIFY `week_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
4347350468
43474--50469--
43475-- Constraints for dumped tables50470-- Constraints for dumped tables
43476--50471--
4347750472
43478--50473--
43479-- Constraints for table `assessment_comments`50474-- Constraints for table `assessment_comments`
43480--50475--
43481ALTER TABLE `assessment_comments`50476ALTER TABLE `assessment_comments`
43482  ADD CONSTRAINT `assessment_comments_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);50477  ADD CONSTRAINT `assessment_comments_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);
4348350478
43484--50479--
43485-- Constraints for table `assessment_grade_form_comments`50480-- Constraints for table `assessment_grade_form_comments`
43486--50481--
43487ALTER TABLE `assessment_grade_form_comments`50482ALTER TABLE `assessment_grade_form_comments`
43488  ADD CONSTRAINT `assessment_grade_form_comments_ibfk_1` FOREIGN KEY (`gafelement_id`) REFERENCES `gradebook_assessment_form_elements` (`gafelement_id`),50483  ADD CONSTRAINT `assessment_grade_form_comments_ibfk_1` FOREIGN KEY (`gafelement_id`) REFERENCES `gradebook_assessment_form_elements` (`gafelement_id`),
43489  ADD CONSTRAINT `assessment_grade_form_comments_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);50484  ADD CONSTRAINT `assessment_grade_form_comments_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);
4349050485
43491--50486--
43492-- Constraints for table `assessment_grade_form_elements`50487-- Constraints for table `assessment_grade_form_elements`
43493--50488--
43494ALTER TABLE `assessment_grade_form_elements`50489ALTER TABLE `assessment_grade_form_elements`
43495  ADD CONSTRAINT `assessment_grade_form_elements_ibfk_1` FOREIGN KEY (`gairesponse_id`) REFERENCES `gradebook_assessment_item_responses` (`gairesponse_id`),50490  ADD CONSTRAINT `assessment_grade_form_elements_ibfk_1` FOREIGN KEY (`gairesponse_id`) REFERENCES `gradebook_assessment_item_responses` (`gairesponse_id`),
43496  ADD CONSTRAINT `assessment_grade_form_elements_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);50491  ADD CONSTRAINT `assessment_grade_form_elements_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);
4349750492
43498--50493--
43499-- Constraints for table `assessment_grading_range`50494-- Constraints for table `assessment_grading_range`
43500--50495--
43501ALTER TABLE `assessment_grading_range`50496ALTER TABLE `assessment_grading_range`
43502  ADD CONSTRAINT `assessment_grading_range_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`);50497  ADD CONSTRAINT `assessment_grading_range_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`);
4350350498
43504--50499--
43505-- Constraints for table `assessment_groups`50500-- Constraints for table `assessment_groups`
43506--50501--
43507ALTER TABLE `assessment_groups`50502ALTER TABLE `assessment_groups`
43508  ADD CONSTRAINT `assessment_groups_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`),50503  ADD CONSTRAINT `assessment_groups_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`),
43509  ADD CONSTRAINT `assessment_groups_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);50504  ADD CONSTRAINT `assessment_groups_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`);
4351050505
43511--50506--
43512-- Constraints for table `cbl_assessments_lu_form_relationships`50507-- Constraints for table `cbl_assessments_lu_form_relationships`
43513--50508--
43514ALTER TABLE `cbl_assessments_lu_form_relationships`50509ALTER TABLE `cbl_assessments_lu_form_relationships`
43515  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),50510  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),
43516  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),50511  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),
43517  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);50512  ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);
4351850513
43519--50514--
43520-- Constraints for table `cbl_assessments_lu_items`50515-- Constraints for table `cbl_assessments_lu_items`
43521--50516--
43522ALTER TABLE `cbl_assessments_lu_items`50517ALTER TABLE `cbl_assessments_lu_items`
43523  ADD CONSTRAINT `cbl_assessments_lu_items_ibfk_1` FOREIGN KEY (`itemtype_id`) REFERENCES `cbl_assessments_lu_itemtypes` (`itemtype_id`);50518  ADD CONSTRAINT `cbl_assessments_lu_items_ibfk_1` FOREIGN KEY (`itemtype_id`) REFERENCES `cbl_assessments_lu_itemtypes` (`itemtype_id`);
4352450519
43525--50520--
43526-- Constraints for table `cbl_assessments_lu_item_relationships`50521-- Constraints for table `cbl_assessments_lu_item_relationships`
43527--50522--
43528ALTER TABLE `cbl_assessments_lu_item_relationships`50523ALTER TABLE `cbl_assessments_lu_item_relationships`
43529  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),50524  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),
43530  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),50525  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),
43531  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);50526  ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);
4353250527
43533--50528--
43534-- Constraints for table `cbl_assessments_lu_item_responses`50529-- Constraints for table `cbl_assessments_lu_item_responses`
43535--50530--
43536ALTER TABLE `cbl_assessments_lu_item_responses`50531ALTER TABLE `cbl_assessments_lu_item_responses`
43537  ADD CONSTRAINT `cbl_assessments_lu_item_responses_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);50532  ADD CONSTRAINT `cbl_assessments_lu_item_responses_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);
4353850533
43539--50534--
43540-- Constraints for table `cbl_assessments_lu_rubric_labels`50535-- Constraints for table `cbl_assessments_lu_rubric_labels`
43541--50536--
43542ALTER TABLE `cbl_assessments_lu_rubric_labels`50537ALTER TABLE `cbl_assessments_lu_rubric_labels`
43543  ADD CONSTRAINT `cbl_assessments_lu_rubric_labels_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`);50538  ADD CONSTRAINT `cbl_assessments_lu_rubric_labels_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`);
4354450539
43545--50540--
43546-- Constraints for table `cbl_assessment_additional_tasks`50541-- Constraints for table `cbl_assessment_additional_tasks`
43547--50542--
43548ALTER TABLE `cbl_assessment_additional_tasks`50543ALTER TABLE `cbl_assessment_additional_tasks`
43549  ADD CONSTRAINT `cbl_assessment_additional_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50544  ADD CONSTRAINT `cbl_assessment_additional_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4355050545
43551--50546--
43552-- Constraints for table `cbl_assessment_deleted_tasks`50547-- Constraints for table `cbl_assessment_deleted_tasks`
43553--50548--
43554ALTER TABLE `cbl_assessment_deleted_tasks`50549ALTER TABLE `cbl_assessment_deleted_tasks`
43555  ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),50550  ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),
43556  ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_2` FOREIGN KEY (`deleted_reason_id`) REFERENCES `cbl_assessment_lu_task_deleted_reasons` (`reason_id`);50551  ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_2` FOREIGN KEY (`deleted_reason_id`) REFERENCES `cbl_assessment_lu_task_deleted_reasons` (`reason_id`);
4355750552
43558--50553--
43559-- Constraints for table `cbl_assessment_distributions`50554-- Constraints for table `cbl_assessment_distributions`
43560--50555--
43561ALTER TABLE `cbl_assessment_distributions`50556ALTER TABLE `cbl_assessment_distributions`
43562  ADD CONSTRAINT `cbl_assessment_distributions_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);50557  ADD CONSTRAINT `cbl_assessment_distributions_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);
4356350558
43564--50559--
43565-- Constraints for table `cbl_assessment_distribution_approvers`50560-- Constraints for table `cbl_assessment_distribution_approvers`
43566--50561--
43567ALTER TABLE `cbl_assessment_distribution_approvers`50562ALTER TABLE `cbl_assessment_distribution_approvers`
43568  ADD CONSTRAINT `cbl_assessment_distribution_approvers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50563  ADD CONSTRAINT `cbl_assessment_distribution_approvers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4356950564
43570--50565--
43571-- Constraints for table `cbl_assessment_distribution_assessors`50566-- Constraints for table `cbl_assessment_distribution_assessors`
43572--50567--
43573ALTER TABLE `cbl_assessment_distribution_assessors`50568ALTER TABLE `cbl_assessment_distribution_assessors`
43574  ADD CONSTRAINT `cbl_assessment_distribution_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50569  ADD CONSTRAINT `cbl_assessment_distribution_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4357550570
43576--50571--
43577-- Constraints for table `cbl_assessment_distribution_authors`50572-- Constraints for table `cbl_assessment_distribution_authors`
43578--50573--
43579ALTER TABLE `cbl_assessment_distribution_authors`50574ALTER TABLE `cbl_assessment_distribution_authors`
43580  ADD CONSTRAINT `cbl_assessment_distribution_authors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50575  ADD CONSTRAINT `cbl_assessment_distribution_authors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4358150576
43582--50577--
43583-- Constraints for table `cbl_assessment_distribution_delegations`50578-- Constraints for table `cbl_assessment_distribution_delegations`
43584--50579--
43585ALTER TABLE `cbl_assessment_distribution_delegations`50580ALTER TABLE `cbl_assessment_distribution_delegations`
43586  ADD CONSTRAINT `cbl_assessment_distribution_delegations_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50581  ADD CONSTRAINT `cbl_assessment_distribution_delegations_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4358750582
43588--50583--
43589-- Constraints for table `cbl_assessment_distribution_delegation_assignments`50584-- Constraints for table `cbl_assessment_distribution_delegation_assignments`
43590--50585--
43591ALTER TABLE `cbl_assessment_distribution_delegation_assignments`50586ALTER TABLE `cbl_assessment_distribution_delegation_assignments`
43592  ADD CONSTRAINT `cbl_assessment_distribution_delegation_assignments_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50587  ADD CONSTRAINT `cbl_assessment_distribution_delegation_assignments_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4359350588
43594--50589--
43595-- Constraints for table `cbl_assessment_distribution_delegators`50590-- Constraints for table `cbl_assessment_distribution_delegators`
43596--50591--
43597ALTER TABLE `cbl_assessment_distribution_delegators`50592ALTER TABLE `cbl_assessment_distribution_delegators`
43598  ADD CONSTRAINT `cbl_assessment_distribution_delegators_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50593  ADD CONSTRAINT `cbl_assessment_distribution_delegators_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4359950594
43600--50595--
43601-- Constraints for table `cbl_assessment_distribution_linked_distributions`50596-- Constraints for table `cbl_assessment_distribution_linked_distributions`
43602--50597--
43603ALTER TABLE `cbl_assessment_distribution_linked_distributions`50598ALTER TABLE `cbl_assessment_distribution_linked_distributions`
43604  ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,50599  ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,
43605  ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_2` FOREIGN KEY (`linked_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE;50600  ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_2` FOREIGN KEY (`linked_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE;
4360650601
43607--50602--
43608-- Constraints for table `cbl_assessment_distribution_prerequisites`50603-- Constraints for table `cbl_assessment_distribution_prerequisites`
43609--50604--
43610ALTER TABLE `cbl_assessment_distribution_prerequisites`50605ALTER TABLE `cbl_assessment_distribution_prerequisites`
43611  ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,50606  ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,
43612  ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_2` FOREIGN KEY (`prerequisite_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE;50607  ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_2` FOREIGN KEY (`prerequisite_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE;
4361350608
43614--50609--
43615-- Constraints for table `cbl_assessment_distribution_reviewers`50610-- Constraints for table `cbl_assessment_distribution_reviewers`
43616--50611--
43617ALTER TABLE `cbl_assessment_distribution_reviewers`50612ALTER TABLE `cbl_assessment_distribution_reviewers`
43618  ADD CONSTRAINT `cbl_assessment_distribution_reviewers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50613  ADD CONSTRAINT `cbl_assessment_distribution_reviewers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4361950614
43620--50615--
43621-- Constraints for table `cbl_assessment_distribution_schedule`50616-- Constraints for table `cbl_assessment_distribution_schedule`
43622--50617--
43623ALTER TABLE `cbl_assessment_distribution_schedule`50618ALTER TABLE `cbl_assessment_distribution_schedule`
43624  ADD CONSTRAINT `cbl_assessment_distribution_schedule_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50619  ADD CONSTRAINT `cbl_assessment_distribution_schedule_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4362550620
43626--50621--
43627-- Constraints for table `cbl_assessment_distribution_schedule_sites`50622-- Constraints for table `cbl_assessment_distribution_schedule_sites`
43628--50623--
43629ALTER TABLE `cbl_assessment_distribution_schedule_sites`50624ALTER TABLE `cbl_assessment_distribution_schedule_sites`
43630  ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_1` FOREIGN KEY (`adschedule_id`) REFERENCES `cbl_assessment_distribution_schedule` (`adschedule_id`),50625  ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_1` FOREIGN KEY (`adschedule_id`) REFERENCES `cbl_assessment_distribution_schedule` (`adschedule_id`),
43631  ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_2` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`);50626  ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_2` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`);
4363250627
43633--50628--
43634-- Constraints for table `cbl_assessment_distribution_targets`50629-- Constraints for table `cbl_assessment_distribution_targets`
43635--50630--
43636ALTER TABLE `cbl_assessment_distribution_targets`50631ALTER TABLE `cbl_assessment_distribution_targets`
43637  ADD CONSTRAINT `cbl_assessment_distribution_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50632  ADD CONSTRAINT `cbl_assessment_distribution_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4363850633
43639--50634--
43640-- Constraints for table `cbl_assessment_distribution_target_report_releases`50635-- Constraints for table `cbl_assessment_distribution_target_report_releases`
43641--50636--
43642ALTER TABLE `cbl_assessment_distribution_target_report_releases`50637ALTER TABLE `cbl_assessment_distribution_target_report_releases`
43643  ADD CONSTRAINT `target_report_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50638  ADD CONSTRAINT `target_report_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4364450639
43645--50640--
43646-- Constraints for table `cbl_assessment_distribution_target_task_releases`50641-- Constraints for table `cbl_assessment_distribution_target_task_releases`
43647--50642--
43648ALTER TABLE `cbl_assessment_distribution_target_task_releases`50643ALTER TABLE `cbl_assessment_distribution_target_task_releases`
43649  ADD CONSTRAINT `target_task_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50644  ADD CONSTRAINT `target_task_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4365050645
43651--50646--
43652-- Constraints for table `cbl_assessment_embargo_forms`50647-- Constraints for table `cbl_assessment_embargo_forms`
43653--50648--
43654ALTER TABLE `cbl_assessment_embargo_forms`50649ALTER TABLE `cbl_assessment_embargo_forms`
43655  ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key1` FOREIGN KEY (`embargo_form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),50650  ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key1` FOREIGN KEY (`embargo_form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),
43656  ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);50651  ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);
4365750652
43658--50653--
43659-- Constraints for table `cbl_assessment_embargo_release`50654-- Constraints for table `cbl_assessment_embargo_release`
43660--50655--
43661ALTER TABLE `cbl_assessment_embargo_release`50656ALTER TABLE `cbl_assessment_embargo_release`
43662  ADD CONSTRAINT `fk_dassessment` FOREIGN KEY (`atarget_id`) REFERENCES `cbl_distribution_assessment_targets` (`atarget_id`);50657  ADD CONSTRAINT `fk_dassessment` FOREIGN KEY (`atarget_id`) REFERENCES `cbl_distribution_assessment_targets` (`atarget_id`);
4366350658
43664--50659--
43665-- Constraints for table `cbl_assessment_form_authors`50660-- Constraints for table `cbl_assessment_form_authors`
43666--50661--
43667ALTER TABLE `cbl_assessment_form_authors`50662ALTER TABLE `cbl_assessment_form_authors`
43668  ADD CONSTRAINT `cbl_assessment_form_authors_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);50663  ADD CONSTRAINT `cbl_assessment_form_authors_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);
4366950664
43670--50665--
43671-- Constraints for table `cbl_assessment_form_elements`50666-- Constraints for table `cbl_assessment_form_elements`
43672--50667--
43673ALTER TABLE `cbl_assessment_form_elements`50668ALTER TABLE `cbl_assessment_form_elements`
43674  ADD CONSTRAINT `cbl_assessment_form_elements_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);50669  ADD CONSTRAINT `cbl_assessment_form_elements_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`);
4367550670
43676--50671--
43677-- Constraints for table `cbl_assessment_item_authors`50672-- Constraints for table `cbl_assessment_item_authors`
43678--50673--
43679ALTER TABLE `cbl_assessment_item_authors`50674ALTER TABLE `cbl_assessment_item_authors`
43680  ADD CONSTRAINT `cbl_assessment_item_authors_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);50675  ADD CONSTRAINT `cbl_assessment_item_authors_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);
4368150676
43682--50677--
43683-- Constraints for table `cbl_assessment_item_objectives`50678-- Constraints for table `cbl_assessment_item_objectives`
43684--50679--
43685ALTER TABLE `cbl_assessment_item_objectives`50680ALTER TABLE `cbl_assessment_item_objectives`
43686  ADD CONSTRAINT `cbl_assessment_item_objectives_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);50681  ADD CONSTRAINT `cbl_assessment_item_objectives_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);
4368750682
43688--50683--
43689-- Constraints for table `cbl_assessment_item_tags`50684-- Constraints for table `cbl_assessment_item_tags`
43690--50685--
43691ALTER TABLE `cbl_assessment_item_tags`50686ALTER TABLE `cbl_assessment_item_tags`
43692  ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),50687  ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`),
43693  ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_2` FOREIGN KEY (`tag_id`) REFERENCES `cbl_assessments_lu_tags` (`tag_id`);50688  ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_2` FOREIGN KEY (`tag_id`) REFERENCES `cbl_assessments_lu_tags` (`tag_id`);
4369450689
43695--50690--
43696-- Constraints for table `cbl_assessment_notifications`50691-- Constraints for table `cbl_assessment_notifications`
43697--50692--
43698ALTER TABLE `cbl_assessment_notifications`50693ALTER TABLE `cbl_assessment_notifications`
43699  ADD CONSTRAINT `cbl_assessment_notifications_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),50694  ADD CONSTRAINT `cbl_assessment_notifications_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),
43700  ADD CONSTRAINT `cbl_assessment_notifications_ibfk_2` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);50695  ADD CONSTRAINT `cbl_assessment_notifications_ibfk_2` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);
4370150696
43702--50697--
43703-- Constraints for table `cbl_assessment_plan_form_objective_groups`50698-- Constraints for table `cbl_assessment_plan_form_objective_groups`
43704--50699--
43705ALTER TABLE `cbl_assessment_plan_form_objective_groups`50700ALTER TABLE `cbl_assessment_plan_form_objective_groups`
43706  ADD CONSTRAINT `apfog_assessment_plan_form_id_fk_2` FOREIGN KEY (`assessment_plan_form_id`) REFERENCES `cbl_assessment_plan_forms` (`assessment_plan_form_id`),50701  ADD CONSTRAINT `apfog_assessment_plan_form_id_fk_2` FOREIGN KEY (`assessment_plan_form_id`) REFERENCES `cbl_assessment_plan_forms` (`assessment_plan_form_id`),
43707  ADD CONSTRAINT `apfog_assessment_plan_id_fk_1` FOREIGN KEY (`assessment_plan_id`) REFERENCES `cbl_assessment_plans` (`assessment_plan_id`),50702  ADD CONSTRAINT `apfog_assessment_plan_id_fk_1` FOREIGN KEY (`assessment_plan_id`) REFERENCES `cbl_assessment_plans` (`assessment_plan_id`),
43708  ADD CONSTRAINT `apfog_objective_group_id_fk_3` FOREIGN KEY (`objective_group_id`) REFERENCES `cbme_objective_groups` (`objective_group_id`);50703  ADD CONSTRAINT `apfog_objective_group_id_fk_3` FOREIGN KEY (`objective_group_id`) REFERENCES `cbme_objective_groups` (`objective_group_id`);
4370950704
43710--50705--
43711-- Constraints for table `cbl_assessment_progress`50706-- Constraints for table `cbl_assessment_progress`
43712--50707--
43713ALTER TABLE `cbl_assessment_progress`50708ALTER TABLE `cbl_assessment_progress`
43714  ADD CONSTRAINT `cbl_assessment_progress_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),50709  ADD CONSTRAINT `cbl_assessment_progress_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),
43715  ADD CONSTRAINT `cbl_assessment_progress_ibfk_2` FOREIGN KEY (`adtarget_id`) REFERENCES `cbl_assessment_distribution_targets` (`adtarget_id`);50710  ADD CONSTRAINT `cbl_assessment_progress_ibfk_2` FOREIGN KEY (`adtarget_id`) REFERENCES `cbl_assessment_distribution_targets` (`adtarget_id`);
4371650711
43717--50712--
43718-- Constraints for table `cbl_assessment_progress_approvals`50713-- Constraints for table `cbl_assessment_progress_approvals`
43719--50714--
43720ALTER TABLE `cbl_assessment_progress_approvals`50715ALTER TABLE `cbl_assessment_progress_approvals`
43721  ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),50716  ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),
43722  ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);50717  ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);
4372350718
43724--50719--
43725-- Constraints for table `cbl_assessment_progress_responses`50720-- Constraints for table `cbl_assessment_progress_responses`
43726--50721--
43727ALTER TABLE `cbl_assessment_progress_responses`50722ALTER TABLE `cbl_assessment_progress_responses`
43728  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_1` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`),50723  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_1` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`),
43729  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),50724  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`),
43730  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_3` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),50725  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_3` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`),
43731  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_4` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`);50726  ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_4` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`);
4373250727
43733--50728--
43734-- Constraints for table `cbl_assessment_report_audience`50729-- Constraints for table `cbl_assessment_report_audience`
43735--50730--
43736ALTER TABLE `cbl_assessment_report_audience`50731ALTER TABLE `cbl_assessment_report_audience`
43737  ADD CONSTRAINT `cbl_assessment_report_audience_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);50732  ADD CONSTRAINT `cbl_assessment_report_audience_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);
4373850733
43739--50734--
43740-- Constraints for table `cbl_assessment_report_sources`50735-- Constraints for table `cbl_assessment_report_sources`
43741--50736--
43742ALTER TABLE `cbl_assessment_report_sources`50737ALTER TABLE `cbl_assessment_report_sources`
43743  ADD CONSTRAINT `cbl_assessment_report_sources_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);50738  ADD CONSTRAINT `cbl_assessment_report_sources_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);
4374450739
43745--50740--
43746-- Constraints for table `cbl_assessment_report_source_targets`50741-- Constraints for table `cbl_assessment_report_source_targets`
43747--50742--
43748ALTER TABLE `cbl_assessment_report_source_targets`50743ALTER TABLE `cbl_assessment_report_source_targets`
43749  ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_1` FOREIGN KEY (`arsource_id`) REFERENCES `cbl_assessment_report_sources` (`arsource_id`),50744  ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_1` FOREIGN KEY (`arsource_id`) REFERENCES `cbl_assessment_report_sources` (`arsource_id`),
43750  ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_2` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);50745  ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_2` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`);
4375150746
43752--50747--
43753-- Constraints for table `cbl_assessment_rubric_authors`50748-- Constraints for table `cbl_assessment_rubric_authors`
43754--50749--
43755ALTER TABLE `cbl_assessment_rubric_authors`50750ALTER TABLE `cbl_assessment_rubric_authors`
43756  ADD CONSTRAINT `cbl_assessment_rubric_authors_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`);50751  ADD CONSTRAINT `cbl_assessment_rubric_authors_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`);
4375750752
43758--50753--
43759-- Constraints for table `cbl_assessment_rubric_items`50754-- Constraints for table `cbl_assessment_rubric_items`
43760--50755--
43761ALTER TABLE `cbl_assessment_rubric_items`50756ALTER TABLE `cbl_assessment_rubric_items`
43762  ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`),50757  ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`),
43763  ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_2` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);50758  ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_2` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`);
4376450759
43765--50760--
43766-- Constraints for table `cbl_assessment_ss_future_tasks`50761-- Constraints for table `cbl_assessment_ss_future_tasks`
43767--50762--
43768ALTER TABLE `cbl_assessment_ss_future_tasks`50763ALTER TABLE `cbl_assessment_ss_future_tasks`
43769  ADD CONSTRAINT `cbl_assessment_ss_future_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50764  ADD CONSTRAINT `cbl_assessment_ss_future_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4377050765
43771--50766--
43772-- Constraints for table `cbl_distribution_assessment_assessors`50767-- Constraints for table `cbl_distribution_assessment_assessors`
43773--50768--
43774ALTER TABLE `cbl_distribution_assessment_assessors`50769ALTER TABLE `cbl_distribution_assessment_assessors`
43775  ADD CONSTRAINT `cbl_distribution_assessment_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50770  ADD CONSTRAINT `cbl_distribution_assessment_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4377650771
43777--50772--
43778-- Constraints for table `cbl_distribution_assessment_options`50773-- Constraints for table `cbl_distribution_assessment_options`
43779--50774--
43780ALTER TABLE `cbl_distribution_assessment_options`50775ALTER TABLE `cbl_distribution_assessment_options`
43781  ADD CONSTRAINT `assessment_options_dassessment_id` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`);50776  ADD CONSTRAINT `assessment_options_dassessment_id` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`);
4378250777
43783--50778--
43784-- Constraints for table `cbl_distribution_assessment_targets`50779-- Constraints for table `cbl_distribution_assessment_targets`
43785--50780--
43786ALTER TABLE `cbl_distribution_assessment_targets`50781ALTER TABLE `cbl_distribution_assessment_targets`
43787  ADD CONSTRAINT `cbl_distribution_assessment_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);50782  ADD CONSTRAINT `cbl_distribution_assessment_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`);
4378850783
43789--50784--
43790-- Constraints for table `cbl_distribution_group_distributions`50785-- Constraints for table `cbl_distribution_group_distributions`
43791--50786--
43792ALTER TABLE `cbl_distribution_group_distributions`50787ALTER TABLE `cbl_distribution_group_distributions`
43793  ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,50788  ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE,
43794  ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_2` FOREIGN KEY (`distribution_group_id`) REFERENCES `cbl_distribution_groups` (`distribution_group_id`) ON DELETE CASCADE;50789  ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_2` FOREIGN KEY (`distribution_group_id`) REFERENCES `cbl_distribution_groups` (`distribution_group_id`) ON DELETE CASCADE;
4379550790
43796--50791--
43797-- Constraints for table `cbl_schedule_audience`50792-- Constraints for table `cbl_schedule_audience`
43798--50793--
43799ALTER TABLE `cbl_schedule_audience`50794ALTER TABLE `cbl_schedule_audience`
43800  ADD CONSTRAINT `cbl_schedule_audience_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);50795  ADD CONSTRAINT `cbl_schedule_audience_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);
4380150796
43802--50797--
43803-- Constraints for table `cbl_schedule_course_objectives`50798-- Constraints for table `cbl_schedule_course_objectives`
43804--50799--
43805ALTER TABLE `cbl_schedule_course_objectives`50800ALTER TABLE `cbl_schedule_course_objectives`
43806  ADD CONSTRAINT `cbl_schedule_course_objectives_likelihood_id` FOREIGN KEY (`likelihood_id`) REFERENCES `global_lu_likelihoods` (`likelihood_id`),50801  ADD CONSTRAINT `cbl_schedule_course_objectives_likelihood_id` FOREIGN KEY (`likelihood_id`) REFERENCES `global_lu_likelihoods` (`likelihood_id`),
43807  ADD CONSTRAINT `cbl_schedule_course_objectives_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);50802  ADD CONSTRAINT `cbl_schedule_course_objectives_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);
4380850803
43809--50804--
43810-- Constraints for table `cbl_schedule_draft_courses`50805-- Constraints for table `cbl_schedule_draft_courses`
43811--50806--
43812ALTER TABLE `cbl_schedule_draft_courses`50807ALTER TABLE `cbl_schedule_draft_courses`
43813  ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_1` FOREIGN KEY (`cbl_schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE,50808  ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_1` FOREIGN KEY (`cbl_schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE,
43814  ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE;50809  ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE;
4381550810
43816--50811--
43817-- Constraints for table `cbl_schedule_files`50812-- Constraints for table `cbl_schedule_files`
43818--50813--
43819ALTER TABLE `cbl_schedule_files`50814ALTER TABLE `cbl_schedule_files`
43820  ADD CONSTRAINT `cbl_schedule_files_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);50815  ADD CONSTRAINT `cbl_schedule_files_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`);
4382150816
43822--50817--
43823-- Constraints for table `cbl_schedule_sites`50818-- Constraints for table `cbl_schedule_sites`
43824--50819--
43825ALTER TABLE `cbl_schedule_sites`50820ALTER TABLE `cbl_schedule_sites`
43826  ADD CONSTRAINT `cbl_schedule_sites_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`),50821  ADD CONSTRAINT `cbl_schedule_sites_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`),
43827  ADD CONSTRAINT `cbl_schedule_slots_site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`);50822  ADD CONSTRAINT `cbl_schedule_slots_site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`);
4382850823
43829--50824--
43830-- Constraints for table `cbme_learner_epa_progress`50825-- Constraints for table `cbme_learner_epa_progress`
43831--50826--
43832ALTER TABLE `cbme_learner_epa_progress`50827ALTER TABLE `cbme_learner_epa_progress`
43833  ADD CONSTRAINT `clep_learner_stage_progress_id_fk_1` FOREIGN KEY (`learner_stage_progress_id`) REFERENCES `cbme_learner_stage_progress` (`learner_stage_progress_id`) ON DELETE CASCADE;50828  ADD CONSTRAINT `clep_learner_stage_progress_id_fk_1` FOREIGN KEY (`learner_stage_progress_id`) REFERENCES `cbme_learner_stage_progress` (`learner_stage_progress_id`) ON DELETE CASCADE;
4383450829
43835--50830--
43836-- Constraints for table `cbme_learner_epa_requirements_progress_totals`50831-- Constraints for table `cbme_learner_epa_requirements_progress_totals`
43837--50832--
43838ALTER TABLE `cbme_learner_epa_requirements_progress_totals`50833ALTER TABLE `cbme_learner_epa_requirements_progress_totals`
43839  ADD CONSTRAINT `clerpt_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE;50834  ADD CONSTRAINT `clerpt_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE;
4384050835
43841--50836--
43842-- Constraints for table `cbme_learner_epa_requirement_matching_assessments`50837-- Constraints for table `cbme_learner_epa_requirement_matching_assessments`
43843--50838--
43844ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`50839ALTER TABLE `cbme_learner_epa_requirement_matching_assessments`
43845  ADD CONSTRAINT `clerma_learner_epa_requirement_progress_id_fk_1` FOREIGN KEY (`learner_epa_requirement_progress_id`) REFERENCES `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`) ON DELETE CASCADE;50840  ADD CONSTRAINT `clerma_learner_epa_requirement_progress_id_fk_1` FOREIGN KEY (`learner_epa_requirement_progress_id`) REFERENCES `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`) ON DELETE CASCADE;
4384650841
43847--50842--
43848-- Constraints for table `cbme_learner_epa_requirement_progress`50843-- Constraints for table `cbme_learner_epa_requirement_progress`
43849--50844--
43850ALTER TABLE `cbme_learner_epa_requirement_progress`50845ALTER TABLE `cbme_learner_epa_requirement_progress`
43851  ADD CONSTRAINT `clerp_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE;50846  ADD CONSTRAINT `clerp_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE;
4385250847
43853--50848--
43854-- Constraints for table `cbme_schedule_stats_learners`50849-- Constraints for table `cbme_schedule_stats_learners`
43855--50850--
43856ALTER TABLE `cbme_schedule_stats_learners`50851ALTER TABLE `cbme_schedule_stats_learners`
43857  ADD CONSTRAINT `ssl_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE;50852  ADD CONSTRAINT `ssl_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE;
4385850853
43859--50854--
43860-- Constraints for table `cbme_schedule_stats_period`50855-- Constraints for table `cbme_schedule_stats_period`
43861--50856--
43862ALTER TABLE `cbme_schedule_stats_period`50857ALTER TABLE `cbme_schedule_stats_period`
43863  ADD CONSTRAINT `ssp.schedule_stats_period_type_fk_2` FOREIGN KEY (`schedule_stats_period_type_id`) REFERENCES `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`),50858  ADD CONSTRAINT `ssp.schedule_stats_period_type_fk_2` FOREIGN KEY (`schedule_stats_period_type_id`) REFERENCES `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`),
43864  ADD CONSTRAINT `ssp_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE;50859  ADD CONSTRAINT `ssp_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE;
4386550860
43866--50861--
43867-- Constraints for table `cbme_schedule_stats_period_assessments`50862-- Constraints for table `cbme_schedule_stats_period_assessments`
43868--50863--
43869ALTER TABLE `cbme_schedule_stats_period_assessments`50864ALTER TABLE `cbme_schedule_stats_period_assessments`
43870  ADD CONSTRAINT `ssla_schedule_stats_completion_status_id_fk_3` FOREIGN KEY (`schedule_stats_completion_status_id`) REFERENCES `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`),50865  ADD CONSTRAINT `ssla_schedule_stats_completion_status_id_fk_3` FOREIGN KEY (`schedule_stats_completion_status_id`) REFERENCES `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`),
43871  ADD CONSTRAINT `ssla_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE,50866  ADD CONSTRAINT `ssla_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE,
43872  ADD CONSTRAINT `ssla_schedule_stats_period_id_fk_2` FOREIGN KEY (`schedule_stats_period_id`) REFERENCES `cbme_schedule_stats_period` (`schedule_stats_period_id`) ON DELETE CASCADE;50867  ADD CONSTRAINT `ssla_schedule_stats_period_id_fk_2` FOREIGN KEY (`schedule_stats_period_id`) REFERENCES `cbme_schedule_stats_period` (`schedule_stats_period_id`) ON DELETE CASCADE;
4387350868
43874--50869--
43875-- Constraints for table `ce_instructor_statuses`50870-- Constraints for table `ce_instructor_statuses`
43876--50871--
43877ALTER TABLE `ce_instructor_statuses`50872ALTER TABLE `ce_instructor_statuses`
43878  ADD CONSTRAINT `fk_instructor_status_types` FOREIGN KEY (`instructor_status_type_id`) REFERENCES `ce_lu_instructor_status_types` (`instructor_status_type_id`);50873  ADD CONSTRAINT `fk_instructor_status_types` FOREIGN KEY (`instructor_status_type_id`) REFERENCES `ce_lu_instructor_status_types` (`instructor_status_type_id`);
4387950874
43880--50875--
43881-- Constraints for table `ce_site_curriculum_tracks`50876-- Constraints for table `ce_site_curriculum_tracks`
43882--50877--
43883ALTER TABLE `ce_site_curriculum_tracks`50878ALTER TABLE `ce_site_curriculum_tracks`
43884  ADD CONSTRAINT `curriculum_track_id` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,50879  ADD CONSTRAINT `curriculum_track_id` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
43885  ADD CONSTRAINT `site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;50880  ADD CONSTRAINT `site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4388650881
43887--50882--
43888-- Constraints for table `clinical_events`50883-- Constraints for table `clinical_events`
43889--50884--
43890ALTER TABLE `clinical_events`50885ALTER TABLE `clinical_events`
43891  ADD CONSTRAINT `clinical_events_clinical_event_recurring_id_foreign` FOREIGN KEY (`clinical_event_recurring_id`) REFERENCES `clinical_event_recurring` (`clinical_event_recurring_id`),50886  ADD CONSTRAINT `clinical_events_clinical_event_recurring_id_foreign` FOREIGN KEY (`clinical_event_recurring_id`) REFERENCES `clinical_event_recurring` (`clinical_event_recurring_id`),
43892  ADD CONSTRAINT `clinical_events_schedule_slot_id_foreign` FOREIGN KEY (`schedule_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`);50887  ADD CONSTRAINT `clinical_events_schedule_slot_id_foreign` FOREIGN KEY (`schedule_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`);
4389350888
43894--50889--
43895-- Constraints for table `clinical_event_approval`50890-- Constraints for table `clinical_event_approval`
43896--50891--
43897ALTER TABLE `clinical_event_approval`50892ALTER TABLE `clinical_event_approval`
43898  ADD CONSTRAINT `clinical_event_approval_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`);50893  ADD CONSTRAINT `clinical_event_approval_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`);
4389950894
43900--50895--
43901-- Constraints for table `clinical_event_approval_history`50896-- Constraints for table `clinical_event_approval_history`
43902--50897--
43903ALTER TABLE `clinical_event_approval_history`50898ALTER TABLE `clinical_event_approval_history`
43904  ADD CONSTRAINT `clinical_event_approval_history_approval_id` FOREIGN KEY (`clinical_event_approval_id`) REFERENCES `clinical_event_approval` (`clinical_event_approval_id`),50899  ADD CONSTRAINT `clinical_event_approval_history_approval_id` FOREIGN KEY (`clinical_event_approval_id`) REFERENCES `clinical_event_approval` (`clinical_event_approval_id`),
43905  ADD CONSTRAINT `clinical_event_approval_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`);50900  ADD CONSTRAINT `clinical_event_approval_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`);
4390650901
43907--50902--
43908-- Constraints for table `clinical_event_attendance`50903-- Constraints for table `clinical_event_attendance`
43909--50904--
43910ALTER TABLE `clinical_event_attendance`50905ALTER TABLE `clinical_event_attendance`
43911  ADD CONSTRAINT `clinical_event_attendance_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`),50906  ADD CONSTRAINT `clinical_event_attendance_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`),
43912  ADD CONSTRAINT `clinical_event_attendance_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);50907  ADD CONSTRAINT `clinical_event_attendance_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);
4391350908
43914--50909--
43915-- Constraints for table `clinical_event_attendance_history`50910-- Constraints for table `clinical_event_attendance_history`
43916--50911--
43917ALTER TABLE `clinical_event_attendance_history`50912ALTER TABLE `clinical_event_attendance_history`
43918  ADD CONSTRAINT `clinical_event_attendance_history_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`),50913  ADD CONSTRAINT `clinical_event_attendance_history_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`),
43919  ADD CONSTRAINT `clinical_event_attendance_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`),50914  ADD CONSTRAINT `clinical_event_attendance_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`),
43920  ADD CONSTRAINT `clinical_event_attendance_history_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);50915  ADD CONSTRAINT `clinical_event_attendance_history_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);
4392150916
43922--50917--
43923-- Constraints for table `clinical_event_audiences`50918-- Constraints for table `clinical_event_audiences`
43924--50919--
43925ALTER TABLE `clinical_event_audiences`50920ALTER TABLE `clinical_event_audiences`
43926  ADD CONSTRAINT `clinical_event_audiences_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);50921  ADD CONSTRAINT `clinical_event_audiences_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);
4392750922
43928--50923--
43929-- Constraints for table `clinical_locations`50924-- Constraints for table `clinical_locations`
43930--50925--
43931ALTER TABLE `clinical_locations`50926ALTER TABLE `clinical_locations`
43932  ADD CONSTRAINT `clinical_location_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`);50927  ADD CONSTRAINT `clinical_location_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`);
4393350928
43934--50929--
43935-- Constraints for table `clinical_preceptors`50930-- Constraints for table `clinical_preceptors`
43936--50931--
43937ALTER TABLE `clinical_preceptors`50932ALTER TABLE `clinical_preceptors`
43938  ADD CONSTRAINT `clinical_preceptors_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `clinical_preceptor_roles` (`cprole_id`);50933  ADD CONSTRAINT `clinical_preceptors_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `clinical_preceptor_roles` (`cprole_id`);
4393950934
43940--50935--
43941-- Constraints for table `course_audience_groups`50936-- Constraints for table `course_audience_groups`
43942--50937--
43943ALTER TABLE `course_audience_groups`50938ALTER TABLE `course_audience_groups`
43944  ADD CONSTRAINT `course_audience_groups_ibfk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE,50939  ADD CONSTRAINT `course_audience_groups_ibfk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE,
43945  ADD CONSTRAINT `course_audience_groups_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE;50940  ADD CONSTRAINT `course_audience_groups_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE;
4394650941
43947--50942--
43948-- Constraints for table `course_capture_eventtypes`50943-- Constraints for table `course_capture_eventtypes`
43949--50944--
43950ALTER TABLE `course_capture_eventtypes`50945ALTER TABLE `course_capture_eventtypes`
43951  ADD CONSTRAINT `cceventtypes_courses_fk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE ON UPDATE NO ACTION,50946  ADD CONSTRAINT `cceventtypes_courses_fk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
43952  ADD CONSTRAINT `cceventtypes_elueventtypes_fk_2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`) ON DELETE CASCADE ON UPDATE NO ACTION;50947  ADD CONSTRAINT `cceventtypes_elueventtypes_fk_2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
4395350948
43954--50949--
43955-- Constraints for table `course_grading_scale`50950-- Constraints for table `course_grading_scale`
43956--50951--
43957ALTER TABLE `course_grading_scale`50952ALTER TABLE `course_grading_scale`
43958  ADD CONSTRAINT `course_grading_scale_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`),50953  ADD CONSTRAINT `course_grading_scale_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`),
43959  ADD CONSTRAINT `course_grading_scale_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`),50954  ADD CONSTRAINT `course_grading_scale_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`),
43960  ADD CONSTRAINT `course_grading_scale_ibfk_3` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`);50955  ADD CONSTRAINT `course_grading_scale_ibfk_3` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`);
4396150956
43962--50957--
43963-- Constraints for table `course_learner_levels`50958-- Constraints for table `course_learner_levels`
43964--50959--
43965ALTER TABLE `course_learner_levels`50960ALTER TABLE `course_learner_levels`
43966  ADD CONSTRAINT `course_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`);50961  ADD CONSTRAINT `course_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`);
4396750962
43968--50963--
43969-- Constraints for table `disclaimer_audience`50964-- Constraints for table `disclaimer_audience`
43970--50965--
43971ALTER TABLE `disclaimer_audience`50966ALTER TABLE `disclaimer_audience`
43972  ADD CONSTRAINT `disclaimer_audience_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);50967  ADD CONSTRAINT `disclaimer_audience_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);
4397350968
43974--50969--
43975-- Constraints for table `disclaimer_audience_users`50970-- Constraints for table `disclaimer_audience_users`
43976--50971--
43977ALTER TABLE `disclaimer_audience_users`50972ALTER TABLE `disclaimer_audience_users`
43978  ADD CONSTRAINT `disclaimer_audience_users_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);50973  ADD CONSTRAINT `disclaimer_audience_users_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);
4397950974
43980--50975--
43981-- Constraints for table `disclaimer_trigger`50976-- Constraints for table `disclaimer_trigger`
43982--50977--
43983ALTER TABLE `disclaimer_trigger`50978ALTER TABLE `disclaimer_trigger`
43984  ADD CONSTRAINT `disclaimer_trigger_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);50979  ADD CONSTRAINT `disclaimer_trigger_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`);
4398550980
43986--50981--
43987-- Constraints for table `draft_event_curriculum_tracks`50982-- Constraints for table `draft_event_curriculum_tracks`
43988--50983--
43989ALTER TABLE `draft_event_curriculum_tracks`50984ALTER TABLE `draft_event_curriculum_tracks`
43990  ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_1` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`),50985  ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_1` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`),
43991  ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_2` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`);50986  ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_2` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`);
4399250987
43993--50988--
43994-- Constraints for table `draft_event_room_resources`50989-- Constraints for table `draft_event_room_resources`
43995--50990--
43996ALTER TABLE `draft_event_room_resources`50991ALTER TABLE `draft_event_room_resources`
43997  ADD CONSTRAINT `devent_id_fk` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`),50992  ADD CONSTRAINT `devent_id_fk` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`),
43998  ADD CONSTRAINT `dresource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`);50993  ADD CONSTRAINT `dresource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`);
4399950994
44000--50995--
44001-- Constraints for table `email_template_organisations`50996-- Constraints for table `email_template_organisations`
44002--50997--
44003ALTER TABLE `email_template_organisations`50998ALTER TABLE `email_template_organisations`
44004  ADD CONSTRAINT `email_template_organisation_ibfk_1` FOREIGN KEY (`etemplate_id`) REFERENCES `email_templates` (`etemplate_id`);50999  ADD CONSTRAINT `email_template_organisation_ibfk_1` FOREIGN KEY (`etemplate_id`) REFERENCES `email_templates` (`etemplate_id`);
4400551000
44006--51001--
44007-- Constraints for table `entity_mappings`51002-- Constraints for table `entity_mappings`
44008--51003--
44009ALTER TABLE `entity_mappings`51004ALTER TABLE `entity_mappings`
44010  ADD CONSTRAINT `msgnttmpgs_nttmpgtps_fk` FOREIGN KEY (`emtypes_id`) REFERENCES `entity_mapping_types` (`emtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51005  ADD CONSTRAINT `msgnttmpgs_nttmpgtps_fk` FOREIGN KEY (`emtypes_id`) REFERENCES `entity_mapping_types` (`emtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4401151006
44012--51007--
44013-- Constraints for table `events_meta`51008-- Constraints for table `events_meta`
44014--51009--
44015ALTER TABLE `events_meta`51010ALTER TABLE `events_meta`
44016  ADD CONSTRAINT `events_meta_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`) ON DELETE CASCADE;51011  ADD CONSTRAINT `events_meta_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`) ON DELETE CASCADE;
4401751012
44018--51013--
44019-- Constraints for table `events_tbl_audience_status`51014-- Constraints for table `events_tbl_audience_status`
44020--51015--
44021ALTER TABLE `events_tbl_audience_status`51016ALTER TABLE `events_tbl_audience_status`
44022  ADD CONSTRAINT `events_tbl_audience_status_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`) ON DELETE CASCADE,51017  ADD CONSTRAINT `events_tbl_audience_status_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`) ON DELETE CASCADE,
44023  ADD CONSTRAINT `events_tbl_audience_status_ibfk_2` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`) ON DELETE CASCADE;51018  ADD CONSTRAINT `events_tbl_audience_status_ibfk_2` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`) ON DELETE CASCADE;
4402451019
44025--51020--
44026-- Constraints for table `event_absence_pool_etypes`51021-- Constraints for table `event_absence_pool_etypes`
44027--51022--
44028ALTER TABLE `event_absence_pool_etypes`51023ALTER TABLE `event_absence_pool_etypes`
44029  ADD CONSTRAINT `event_absence_pool_fk1` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`),51024  ADD CONSTRAINT `event_absence_pool_fk1` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`),
44030  ADD CONSTRAINT `event_absence_pool_fk2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`);51025  ADD CONSTRAINT `event_absence_pool_fk2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`);
4403151026
44032--51027--
44033-- Constraints for table `event_absence_pool_groups`51028-- Constraints for table `event_absence_pool_groups`
44034--51029--
44035ALTER TABLE `event_absence_pool_groups`51030ALTER TABLE `event_absence_pool_groups`
44036  ADD CONSTRAINT `event_absence_pool_fk3` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`),51031  ADD CONSTRAINT `event_absence_pool_fk3` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`),
44037  ADD CONSTRAINT `event_absence_pool_fk4` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`);51032  ADD CONSTRAINT `event_absence_pool_fk4` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`);
4403851033
44039--51034--
44040-- Constraints for table `event_absence_reason_type_approvers`51035-- Constraints for table `event_absence_reason_type_approvers`
44041--51036--
44042ALTER TABLE `event_absence_reason_type_approvers`51037ALTER TABLE `event_absence_reason_type_approvers`
44043  ADD CONSTRAINT `event_absence_reason_type_approvers_fk1` FOREIGN KEY (`eabsence_reason_type_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`);51038  ADD CONSTRAINT `event_absence_reason_type_approvers_fk1` FOREIGN KEY (`eabsence_reason_type_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`);
4404451039
44045--51040--
44046-- Constraints for table `event_absence_requests`51041-- Constraints for table `event_absence_requests`
44047--51042--
44048ALTER TABLE `event_absence_requests`51043ALTER TABLE `event_absence_requests`
44049  ADD CONSTRAINT `event_absence_req_fk3` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`),51044  ADD CONSTRAINT `event_absence_req_fk3` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`),
44050  ADD CONSTRAINT `event_absence_req_fk4` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);51045  ADD CONSTRAINT `event_absence_req_fk4` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);
4405151046
44052--51047--
44053-- Constraints for table `event_absence_request_approvals`51048-- Constraints for table `event_absence_request_approvals`
44054--51049--
44055ALTER TABLE `event_absence_request_approvals`51050ALTER TABLE `event_absence_request_approvals`
44056  ADD CONSTRAINT `event_absence_request_approvals_fk1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);51051  ADD CONSTRAINT `event_absence_request_approvals_fk1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);
4405751052
44058--51053--
44059-- Constraints for table `event_absence_request_details`51054-- Constraints for table `event_absence_request_details`
44060--51055--
44061ALTER TABLE `event_absence_request_details`51056ALTER TABLE `event_absence_request_details`
44062  ADD CONSTRAINT `event_absence_req_fk6` FOREIGN KEY (`request_status_id`) REFERENCES `event_absence_request_statuses` (`request_status_id`),51057  ADD CONSTRAINT `event_absence_req_fk6` FOREIGN KEY (`request_status_id`) REFERENCES `event_absence_request_statuses` (`request_status_id`),
44063  ADD CONSTRAINT `event_absence_req_type_fk5` FOREIGN KEY (`request_reason_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`);51058  ADD CONSTRAINT `event_absence_req_type_fk5` FOREIGN KEY (`request_reason_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`);
4406451059
44065--51060--
44066-- Constraints for table `event_absence_request_files`51061-- Constraints for table `event_absence_request_files`
44067--51062--
44068ALTER TABLE `event_absence_request_files`51063ALTER TABLE `event_absence_request_files`
44069  ADD CONSTRAINT `event_absence_req_file1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);51064  ADD CONSTRAINT `event_absence_req_file1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);
4407051065
44071--51066--
44072-- Constraints for table `event_absence_request_messages`51067-- Constraints for table `event_absence_request_messages`
44073--51068--
44074ALTER TABLE `event_absence_request_messages`51069ALTER TABLE `event_absence_request_messages`
44075  ADD CONSTRAINT `event_absence_req_message1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);51070  ADD CONSTRAINT `event_absence_req_message1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`);
4407651071
44077--51072--
44078-- Constraints for table `event_room_resources`51073-- Constraints for table `event_room_resources`
44079--51074--
44080ALTER TABLE `event_room_resources`51075ALTER TABLE `event_room_resources`
44081  ADD CONSTRAINT `event_id_fk` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`),51076  ADD CONSTRAINT `event_id_fk` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`),
44082  ADD CONSTRAINT `resource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`);51077  ADD CONSTRAINT `resource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`);
4408351078
44084--51079--
44085-- Constraints for table `exam_adjustments`51080-- Constraints for table `exam_adjustments`
44086--51081--
44087ALTER TABLE `exam_adjustments`51082ALTER TABLE `exam_adjustments`
44088  ADD CONSTRAINT `exam_adjustments_ibfk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`) ON DELETE CASCADE ON UPDATE CASCADE,51083  ADD CONSTRAINT `exam_adjustments_ibfk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`) ON DELETE CASCADE ON UPDATE CASCADE,
44089  ADD CONSTRAINT `exam_adjustments_ibfk_2` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`) ON DELETE CASCADE ON UPDATE CASCADE;51084  ADD CONSTRAINT `exam_adjustments_ibfk_2` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`) ON DELETE CASCADE ON UPDATE CASCADE;
4409051085
44091--51086--
44092-- Constraints for table `exam_attached_files`51087-- Constraints for table `exam_attached_files`
44093--51088--
44094ALTER TABLE `exam_attached_files`51089ALTER TABLE `exam_attached_files`
44095  ADD CONSTRAINT `exam_attached_files_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);51090  ADD CONSTRAINT `exam_attached_files_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);
4409651091
44097--51092--
44098-- Constraints for table `exam_authors`51093-- Constraints for table `exam_authors`
44099--51094--
44100ALTER TABLE `exam_authors`51095ALTER TABLE `exam_authors`
44101  ADD CONSTRAINT `exam_authors_ibfk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);51096  ADD CONSTRAINT `exam_authors_ibfk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);
4410251097
44103--51098--
44104-- Constraints for table `exam_bank_folder_organisations`51099-- Constraints for table `exam_bank_folder_organisations`
44105--51100--
44106ALTER TABLE `exam_bank_folder_organisations`51101ALTER TABLE `exam_bank_folder_organisations`
44107  ADD CONSTRAINT `exam_qbf_org_fk_1` FOREIGN KEY (`folder_id`) REFERENCES `exam_bank_folders` (`folder_id`);51102  ADD CONSTRAINT `exam_qbf_org_fk_1` FOREIGN KEY (`folder_id`) REFERENCES `exam_bank_folders` (`folder_id`);
4410851103
44109--51104--
44110-- Constraints for table `exam_category`51105-- Constraints for table `exam_category`
44111--51106--
44112ALTER TABLE `exam_category`51107ALTER TABLE `exam_category`
44113  ADD CONSTRAINT `exam_cat_fk_3` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51108  ADD CONSTRAINT `exam_cat_fk_3` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44114  ADD CONSTRAINT `exam_cat_fk_4` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);51109  ADD CONSTRAINT `exam_cat_fk_4` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);
4411551110
44116--51111--
44117-- Constraints for table `exam_category_audience`51112-- Constraints for table `exam_category_audience`
44118--51113--
44119ALTER TABLE `exam_category_audience`51114ALTER TABLE `exam_category_audience`
44120  ADD CONSTRAINT `exam_cat_fk_6` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`);51115  ADD CONSTRAINT `exam_cat_fk_6` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`);
4412151116
44122--51117--
44123-- Constraints for table `exam_category_result`51118-- Constraints for table `exam_category_result`
44124--51119--
44125ALTER TABLE `exam_category_result`51120ALTER TABLE `exam_category_result`
44126  ADD CONSTRAINT `exam_cat_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51121  ADD CONSTRAINT `exam_cat_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44127  ADD CONSTRAINT `exam_cat_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);51122  ADD CONSTRAINT `exam_cat_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);
4412851123
44129--51124--
44130-- Constraints for table `exam_category_result_detail`51125-- Constraints for table `exam_category_result_detail`
44131--51126--
44132ALTER TABLE `exam_category_result_detail`51127ALTER TABLE `exam_category_result_detail`
44133  ADD CONSTRAINT `exam_cat_detail_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51128  ADD CONSTRAINT `exam_cat_detail_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44134  ADD CONSTRAINT `exam_cat_detail_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`),51129  ADD CONSTRAINT `exam_cat_detail_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`),
44135  ADD CONSTRAINT `exam_cat_detail_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`);51130  ADD CONSTRAINT `exam_cat_detail_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`);
4413651131
44137--51132--
44138-- Constraints for table `exam_category_set`51133-- Constraints for table `exam_category_set`
44139--51134--
44140ALTER TABLE `exam_category_set`51135ALTER TABLE `exam_category_set`
44141  ADD CONSTRAINT `exam_cat_fk_5` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`);51136  ADD CONSTRAINT `exam_cat_fk_5` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`);
4414251137
44143--51138--
44144-- Constraints for table `exam_elements`51139-- Constraints for table `exam_elements`
44145--51140--
44146ALTER TABLE `exam_elements`51141ALTER TABLE `exam_elements`
44147  ADD CONSTRAINT `exam_elements_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51142  ADD CONSTRAINT `exam_elements_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44148  ADD CONSTRAINT `exam_elements_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`);51143  ADD CONSTRAINT `exam_elements_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`);
4414951144
44150--51145--
44151-- Constraints for table `exam_element_highlight`51146-- Constraints for table `exam_element_highlight`
44152--51147--
44153ALTER TABLE `exam_element_highlight`51148ALTER TABLE `exam_element_highlight`
44154  ADD CONSTRAINT `exam_e_highlights_fk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`);51149  ADD CONSTRAINT `exam_e_highlights_fk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`);
4415551150
44156--51151--
44157-- Constraints for table `exam_graders`51152-- Constraints for table `exam_graders`
44158--51153--
44159ALTER TABLE `exam_graders`51154ALTER TABLE `exam_graders`
44160  ADD CONSTRAINT `exam_graders_ibfk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);51155  ADD CONSTRAINT `exam_graders_ibfk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);
4416151156
44162--51157--
44163-- Constraints for table `exam_group_authors`51158-- Constraints for table `exam_group_authors`
44164--51159--
44165ALTER TABLE `exam_group_authors`51160ALTER TABLE `exam_group_authors`
44166  ADD CONSTRAINT `exam_group_authors_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`);51161  ADD CONSTRAINT `exam_group_authors_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`);
4416751162
44168--51163--
44169-- Constraints for table `exam_group_questions`51164-- Constraints for table `exam_group_questions`
44170--51165--
44171ALTER TABLE `exam_group_questions`51166ALTER TABLE `exam_group_questions`
44172  ADD CONSTRAINT `exam_group_questions_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`),51167  ADD CONSTRAINT `exam_group_questions_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`),
44173  ADD CONSTRAINT `exam_group_questions_ibfk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),51168  ADD CONSTRAINT `exam_group_questions_ibfk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),
44174  ADD CONSTRAINT `exam_group_questions_ibfk_3` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);51169  ADD CONSTRAINT `exam_group_questions_ibfk_3` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);
4417551170
44176--51171--
44177-- Constraints for table `exam_post_exceptions`51172-- Constraints for table `exam_post_exceptions`
44178--51173--
44179ALTER TABLE `exam_post_exceptions`51174ALTER TABLE `exam_post_exceptions`
44180  ADD CONSTRAINT `exam_post_exceptions_fk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);51175  ADD CONSTRAINT `exam_post_exceptions_fk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);
4418151176
44182--51177--
44183-- Constraints for table `exam_progress`51178-- Constraints for table `exam_progress`
44184--51179--
44185ALTER TABLE `exam_progress`51180ALTER TABLE `exam_progress`
44186  ADD CONSTRAINT `exam_progresss_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51181  ADD CONSTRAINT `exam_progresss_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44187  ADD CONSTRAINT `exam_progresss_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);51182  ADD CONSTRAINT `exam_progresss_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`);
4418851183
44189--51184--
44190-- Constraints for table `exam_progress_responses`51185-- Constraints for table `exam_progress_responses`
44191--51186--
44192ALTER TABLE `exam_progress_responses`51187ALTER TABLE `exam_progress_responses`
44193  ADD CONSTRAINT `exam_progresss_responses_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),51188  ADD CONSTRAINT `exam_progresss_responses_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`),
44194  ADD CONSTRAINT `exam_progresss_responses_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`),51189  ADD CONSTRAINT `exam_progresss_responses_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`),
44195  ADD CONSTRAINT `exam_progresss_responses_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`),51190  ADD CONSTRAINT `exam_progresss_responses_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`),
44196  ADD CONSTRAINT `exam_progresss_responses_fk_4` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`);51191  ADD CONSTRAINT `exam_progresss_responses_fk_4` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`);
4419751192
44198--51193--
44199-- Constraints for table `exam_progress_response_answers`51194-- Constraints for table `exam_progress_response_answers`
44200--51195--
44201ALTER TABLE `exam_progress_response_answers`51196ALTER TABLE `exam_progress_response_answers`
44202  ADD CONSTRAINT `epr_fk_1` FOREIGN KEY (`epr_id`) REFERENCES `exam_progress_responses` (`exam_progress_response_id`);51197  ADD CONSTRAINT `epr_fk_1` FOREIGN KEY (`epr_id`) REFERENCES `exam_progress_responses` (`exam_progress_response_id`);
4420351198
44204--51199--
44205-- Constraints for table `exam_question_answers`51200-- Constraints for table `exam_question_answers`
44206--51201--
44207ALTER TABLE `exam_question_answers`51202ALTER TABLE `exam_question_answers`
44208  ADD CONSTRAINT `exam_questions_answers_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),51203  ADD CONSTRAINT `exam_questions_answers_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),
44209  ADD CONSTRAINT `exam_questions_answers_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);51204  ADD CONSTRAINT `exam_questions_answers_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);
4421051205
44211--51206--
44212-- Constraints for table `exam_question_authors`51207-- Constraints for table `exam_question_authors`
44213--51208--
44214ALTER TABLE `exam_question_authors`51209ALTER TABLE `exam_question_authors`
44215  ADD CONSTRAINT `exam_questions_authors_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),51210  ADD CONSTRAINT `exam_questions_authors_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`),
44216  ADD CONSTRAINT `exam_questions_authors_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);51211  ADD CONSTRAINT `exam_questions_authors_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);
4421751212
44218--51213--
44219-- Constraints for table `exam_question_fnb_text`51214-- Constraints for table `exam_question_fnb_text`
44220--51215--
44221ALTER TABLE `exam_question_fnb_text`51216ALTER TABLE `exam_question_fnb_text`
44222  ADD CONSTRAINT `exam_questions_fnb_text_fk_1` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`);51217  ADD CONSTRAINT `exam_questions_fnb_text_fk_1` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`);
4422351218
44224--51219--
44225-- Constraints for table `exam_question_match`51220-- Constraints for table `exam_question_match`
44226--51221--
44227ALTER TABLE `exam_question_match`51222ALTER TABLE `exam_question_match`
44228  ADD CONSTRAINT `exam_questions_match_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);51223  ADD CONSTRAINT `exam_questions_match_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);
4422951224
44230--51225--
44231-- Constraints for table `exam_question_match_correct`51226-- Constraints for table `exam_question_match_correct`
44232--51227--
44233ALTER TABLE `exam_question_match_correct`51228ALTER TABLE `exam_question_match_correct`
44234  ADD CONSTRAINT `exam_questions_match_correct_fk_1` FOREIGN KEY (`match_id`) REFERENCES `exam_question_match` (`match_id`),51229  ADD CONSTRAINT `exam_questions_match_correct_fk_1` FOREIGN KEY (`match_id`) REFERENCES `exam_question_match` (`match_id`),
44235  ADD CONSTRAINT `exam_questions_match_correct_fk_2` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`);51230  ADD CONSTRAINT `exam_questions_match_correct_fk_2` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`);
4423651231
44237--51232--
44238-- Constraints for table `exam_question_objectives`51233-- Constraints for table `exam_question_objectives`
44239--51234--
44240ALTER TABLE `exam_question_objectives`51235ALTER TABLE `exam_question_objectives`
44241  ADD CONSTRAINT `exam_questions_objectives_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`);51236  ADD CONSTRAINT `exam_questions_objectives_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`);
4424251237
44243--51238--
44244-- Constraints for table `exam_question_versions`51239-- Constraints for table `exam_question_versions`
44245--51240--
44246ALTER TABLE `exam_question_versions`51241ALTER TABLE `exam_question_versions`
44247  ADD CONSTRAINT `exam_questions_versions_fk_1` FOREIGN KEY (`questiontype_id`) REFERENCES `exam_lu_questiontypes` (`questiontype_id`),51242  ADD CONSTRAINT `exam_questions_versions_fk_1` FOREIGN KEY (`questiontype_id`) REFERENCES `exam_lu_questiontypes` (`questiontype_id`),
44248  ADD CONSTRAINT `exam_questions_versions_fk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`);51243  ADD CONSTRAINT `exam_questions_versions_fk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`);
4424951244
44250--51245--
44251-- Constraints for table `exam_question_version_highlight`51246-- Constraints for table `exam_question_version_highlight`
44252--51247--
44253ALTER TABLE `exam_question_version_highlight`51248ALTER TABLE `exam_question_version_highlight`
44254  ADD CONSTRAINT `exam_q_v_highlights_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);51249  ADD CONSTRAINT `exam_q_v_highlights_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`);
4425551250
44256--51251--
44257-- Constraints for table `exam_versions`51252-- Constraints for table `exam_versions`
44258--51253--
44259ALTER TABLE `exam_versions`51254ALTER TABLE `exam_versions`
44260  ADD CONSTRAINT `exam_versions_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);51255  ADD CONSTRAINT `exam_versions_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`);
4426151256
44262--51257--
44263-- Constraints for table `file_upload_module_mappings`51258-- Constraints for table `file_upload_module_mappings`
44264--51259--
44265ALTER TABLE `file_upload_module_mappings`51260ALTER TABLE `file_upload_module_mappings`
44266  ADD CONSTRAINT `flpldmdlmpgs_flplds_fk` FOREIGN KEY (`fuploads_id`) REFERENCES `file_uploads` (`fuploads_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51261  ADD CONSTRAINT `flpldmdlmpgs_flplds_fk` FOREIGN KEY (`fuploads_id`) REFERENCES `file_uploads` (`fuploads_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4426751262
44268--51263--
44269-- Constraints for table `global_lu_room_resources`51264-- Constraints for table `global_lu_room_resources`
44270--51265--
44271ALTER TABLE `global_lu_room_resources`51266ALTER TABLE `global_lu_room_resources`
44272  ADD CONSTRAINT `glurresources_gluresources_fk_1` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`) ON DELETE CASCADE ON UPDATE NO ACTION,51267  ADD CONSTRAINT `glurresources_gluresources_fk_1` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`) ON DELETE CASCADE ON UPDATE NO ACTION,
44273  ADD CONSTRAINT `glurresources_glurooms_fk_1` FOREIGN KEY (`room_id`) REFERENCES `global_lu_rooms` (`room_id`) ON DELETE CASCADE ON UPDATE NO ACTION;51268  ADD CONSTRAINT `glurresources_glurooms_fk_1` FOREIGN KEY (`room_id`) REFERENCES `global_lu_rooms` (`room_id`) ON DELETE CASCADE ON UPDATE NO ACTION;
4427451269
44275--51270--
44276-- Constraints for table `gradebook_assessment_form_elements`51271-- Constraints for table `gradebook_assessment_form_elements`
44277--51272--
44278ALTER TABLE `gradebook_assessment_form_elements`51273ALTER TABLE `gradebook_assessment_form_elements`
44279  ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`),51274  ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`),
44280  ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_2` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`);51275  ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_2` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`);
4428151276
44282--51277--
44283-- Constraints for table `gradebook_assessment_item_responses`51278-- Constraints for table `gradebook_assessment_item_responses`
44284--51279--
44285ALTER TABLE `gradebook_assessment_item_responses`51280ALTER TABLE `gradebook_assessment_item_responses`
44286  ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`),51281  ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`),
44287  ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_2` FOREIGN KEY (`iresponse_id`) REFERENCES `cbl_assessments_lu_item_responses` (`iresponse_id`);51282  ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_2` FOREIGN KEY (`iresponse_id`) REFERENCES `cbl_assessments_lu_item_responses` (`iresponse_id`);
4428851283
44289--51284--
44290-- Constraints for table `learner_level_organisation`51285-- Constraints for table `learner_level_organisation`
44291--51286--
44292ALTER TABLE `learner_level_organisation`51287ALTER TABLE `learner_level_organisation`
44293  ADD CONSTRAINT `level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`);51288  ADD CONSTRAINT `level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`);
4429451289
44295--51290--
44296-- Constraints for table `learner_status_organisation`51291-- Constraints for table `learner_status_organisation`
44297--51292--
44298ALTER TABLE `learner_status_organisation`51293ALTER TABLE `learner_status_organisation`
44299  ADD CONSTRAINT `lso_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`);51294  ADD CONSTRAINT `lso_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`);
4430051295
44301--51296--
44302-- Constraints for table `learning_object_authors`51297-- Constraints for table `learning_object_authors`
44303--51298--
44304ALTER TABLE `learning_object_authors`51299ALTER TABLE `learning_object_authors`
44305  ADD CONSTRAINT `fk_learning_object` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51300  ADD CONSTRAINT `fk_learning_object` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4430651301
44307--51302--
44308-- Constraints for table `logbook_course_sites`51303-- Constraints for table `logbook_course_sites`
44309--51304--
44310ALTER TABLE `logbook_course_sites`51305ALTER TABLE `logbook_course_sites`
44311  ADD CONSTRAINT `logbook_course_sites_ibfk_1` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`),51306  ADD CONSTRAINT `logbook_course_sites_ibfk_1` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`),
44312  ADD CONSTRAINT `logbook_course_sites_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`);51307  ADD CONSTRAINT `logbook_course_sites_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`);
4431351308
44314--51309--
44315-- Constraints for table `logbook_entries`51310-- Constraints for table `logbook_entries`
44316--51311--
44317ALTER TABLE `logbook_entries`51312ALTER TABLE `logbook_entries`
44318  ADD CONSTRAINT `logbook_entries_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);51313  ADD CONSTRAINT `logbook_entries_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`);
4431951314
44320--51315--
44321-- Constraints for table `lotteries`51316-- Constraints for table `lotteries`
44322--51317--
44323ALTER TABLE `lotteries`51318ALTER TABLE `lotteries`
44324  ADD CONSTRAINT `lotteries_ibfk_1` FOREIGN KEY (`schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE,51319  ADD CONSTRAINT `lotteries_ibfk_1` FOREIGN KEY (`schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE,
44325  ADD CONSTRAINT `lotteries_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE;51320  ADD CONSTRAINT `lotteries_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE;
4432651321
44327--51322--
44328-- Constraints for table `lottery_learner_rankings`51323-- Constraints for table `lottery_learner_rankings`
44329--51324--
44330ALTER TABLE `lottery_learner_rankings`51325ALTER TABLE `lottery_learner_rankings`
44331  ADD CONSTRAINT `lottery_learner_rankings_ibfk_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE CASCADE,51326  ADD CONSTRAINT `lottery_learner_rankings_ibfk_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE CASCADE,
44332  ADD CONSTRAINT `lottery_learner_rankings_ibfk_2` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE,51327  ADD CONSTRAINT `lottery_learner_rankings_ibfk_2` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE,
44333  ADD CONSTRAINT `lottery_learner_rankings_ibfk_3` FOREIGN KEY (`phase_id`) REFERENCES `lottery_stage_phases` (`phase_id`) ON DELETE CASCADE;51328  ADD CONSTRAINT `lottery_learner_rankings_ibfk_3` FOREIGN KEY (`phase_id`) REFERENCES `lottery_stage_phases` (`phase_id`) ON DELETE CASCADE;
4433451329
44335--51330--
44336-- Constraints for table `lottery_rotation_options`51331-- Constraints for table `lottery_rotation_options`
44337--51332--
44338ALTER TABLE `lottery_rotation_options`51333ALTER TABLE `lottery_rotation_options`
44339  ADD CONSTRAINT `lottery_rotation_options_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;51334  ADD CONSTRAINT `lottery_rotation_options_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;
4434051335
44341--51336--
44342-- Constraints for table `lottery_rotation_options_block_swap_requests`51337-- Constraints for table `lottery_rotation_options_block_swap_requests`
44343--51338--
44344ALTER TABLE `lottery_rotation_options_block_swap_requests`51339ALTER TABLE `lottery_rotation_options_block_swap_requests`
44345  ADD CONSTRAINT `fk_schedule_block` FOREIGN KEY (`block_id`) REFERENCES `cbl_schedule` (`schedule_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51340  ADD CONSTRAINT `fk_schedule_block` FOREIGN KEY (`block_id`) REFERENCES `cbl_schedule` (`schedule_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44346  ADD CONSTRAINT `fk_schedule_slot` FOREIGN KEY (`requested_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51341  ADD CONSTRAINT `fk_schedule_slot` FOREIGN KEY (`requested_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4434751342
44348--51343--
44349-- Constraints for table `lottery_rotation_options_block_swap_request_denials`51344-- Constraints for table `lottery_rotation_options_block_swap_request_denials`
44350--51345--
44351ALTER TABLE `lottery_rotation_options_block_swap_request_denials`51346ALTER TABLE `lottery_rotation_options_block_swap_request_denials`
44352  ADD CONSTRAINT `lottery_rotation_options_block_swap_request_denials_idfk1` FOREIGN KEY (`lrobs_request_id`) REFERENCES `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51347  ADD CONSTRAINT `lottery_rotation_options_block_swap_request_denials_idfk1` FOREIGN KEY (`lrobs_request_id`) REFERENCES `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4435351348
44354--51349--
44355-- Constraints for table `lottery_rotation_options_swap_requests`51350-- Constraints for table `lottery_rotation_options_swap_requests`
44356--51351--
44357ALTER TABLE `lottery_rotation_options_swap_requests`51352ALTER TABLE `lottery_rotation_options_swap_requests`
44358  ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk1` FOREIGN KEY (`rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51353  ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk1` FOREIGN KEY (`rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44359  ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk2` FOREIGN KEY (`requested_rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51354  ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk2` FOREIGN KEY (`requested_rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4436051355
44361--51356--
44362-- Constraints for table `lottery_rotation_option_slots`51357-- Constraints for table `lottery_rotation_option_slots`
44363--51358--
44364ALTER TABLE `lottery_rotation_option_slots`51359ALTER TABLE `lottery_rotation_option_slots`
44365  ADD CONSTRAINT `fk_lottery_rotation_option_slots_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51360  ADD CONSTRAINT `fk_lottery_rotation_option_slots_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44366  ADD CONSTRAINT `fk_lottery_rotation_option_slots_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51361  ADD CONSTRAINT `fk_lottery_rotation_option_slots_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4436751362
44368--51363--
44369-- Constraints for table `lottery_schedule_audiences`51364-- Constraints for table `lottery_schedule_audiences`
44370--51365--
44371ALTER TABLE `lottery_schedule_audiences`51366ALTER TABLE `lottery_schedule_audiences`
44372  ADD CONSTRAINT `lottery_schedule_audiences_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `lottery_schedules` (`schedule_id`) ON DELETE CASCADE,51367  ADD CONSTRAINT `lottery_schedule_audiences_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `lottery_schedules` (`schedule_id`) ON DELETE CASCADE,
44373  ADD CONSTRAINT `lottery_schedule_audiences_ibfk_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE CASCADE;51368  ADD CONSTRAINT `lottery_schedule_audiences_ibfk_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE CASCADE;
4437451369
44375--51370--
44376-- Constraints for table `lottery_schedule_variations`51371-- Constraints for table `lottery_schedule_variations`
44377--51372--
44378ALTER TABLE `lottery_schedule_variations`51373ALTER TABLE `lottery_schedule_variations`
44379  ADD CONSTRAINT `lottery_schedule_variations_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;51374  ADD CONSTRAINT `lottery_schedule_variations_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;
4438051375
44381--51376--
44382-- Constraints for table `lottery_schedule_variation_statistics`51377-- Constraints for table `lottery_schedule_variation_statistics`
44383--51378--
44384ALTER TABLE `lottery_schedule_variation_statistics`51379ALTER TABLE `lottery_schedule_variation_statistics`
44385  ADD CONSTRAINT `lottery_schedule_variation_statistics_ibfk_1` FOREIGN KEY (`variation_id`) REFERENCES `lottery_schedule_variations` (`variation_id`) ON DELETE CASCADE;51380  ADD CONSTRAINT `lottery_schedule_variation_statistics_ibfk_1` FOREIGN KEY (`variation_id`) REFERENCES `lottery_schedule_variations` (`variation_id`) ON DELETE CASCADE;
4438651381
44387--51382--
44388-- Constraints for table `lottery_schedule_workspace`51383-- Constraints for table `lottery_schedule_workspace`
44389--51384--
44390ALTER TABLE `lottery_schedule_workspace`51385ALTER TABLE `lottery_schedule_workspace`
44391  ADD CONSTRAINT `fk_lottery_schedule_workspace_1` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51386  ADD CONSTRAINT `fk_lottery_schedule_workspace_1` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44392  ADD CONSTRAINT `lottery_schedule_workspace_idfk3` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51387  ADD CONSTRAINT `lottery_schedule_workspace_idfk3` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4439351388
44394--51389--
44395-- Constraints for table `lottery_stages`51390-- Constraints for table `lottery_stages`
44396--51391--
44397ALTER TABLE `lottery_stages`51392ALTER TABLE `lottery_stages`
44398  ADD CONSTRAINT `lottery_stages_ibfk_1` FOREIGN KEY (`lottery_id`) REFERENCES `lotteries` (`lottery_id`) ON DELETE CASCADE;51393  ADD CONSTRAINT `lottery_stages_ibfk_1` FOREIGN KEY (`lottery_id`) REFERENCES `lotteries` (`lottery_id`) ON DELETE CASCADE;
4439951394
44400--51395--
44401-- Constraints for table `lottery_stage_phases`51396-- Constraints for table `lottery_stage_phases`
44402--51397--
44403ALTER TABLE `lottery_stage_phases`51398ALTER TABLE `lottery_stage_phases`
44404  ADD CONSTRAINT `lottery_stage_phases_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;51399  ADD CONSTRAINT `lottery_stage_phases_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE;
4440551400
44406--51401--
44407-- Constraints for table `media`51402-- Constraints for table `media`
44408--51403--
44409ALTER TABLE `media`51404ALTER TABLE `media`
44410  ADD CONSTRAINT `FK_30` FOREIGN KEY (`media_source_id`) REFERENCES `media_sources` (`id`);51405  ADD CONSTRAINT `FK_30` FOREIGN KEY (`media_source_id`) REFERENCES `media_sources` (`id`);
4441151406
44412--51407--
44413-- Constraints for table `media_properties`51408-- Constraints for table `media_properties`
44414--51409--
44415ALTER TABLE `media_properties`51410ALTER TABLE `media_properties`
44416  ADD CONSTRAINT `FK_130` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`),51411  ADD CONSTRAINT `FK_130` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`),
44417  ADD CONSTRAINT `media_properties_ibfk_1` FOREIGN KEY (`media_source_property_type_id`) REFERENCES `media_lu_source_property_types` (`id`);51412  ADD CONSTRAINT `media_properties_ibfk_1` FOREIGN KEY (`media_source_property_type_id`) REFERENCES `media_lu_source_property_types` (`id`);
4441851413
44419--51414--
44420-- Constraints for table `messages_additional_viewers`51415-- Constraints for table `messages_additional_viewers`
44421--51416--
44422ALTER TABLE `messages_additional_viewers`51417ALTER TABLE `messages_additional_viewers`
44423  ADD CONSTRAINT `msgvwrs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51418  ADD CONSTRAINT `msgvwrs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4442451419
44425--51420--
44426-- Constraints for table `messages_constraints`51421-- Constraints for table `messages_constraints`
44427--51422--
44428ALTER TABLE `messages_constraints`51423ALTER TABLE `messages_constraints`
44429  ADD CONSTRAINT `msgscnstrnts_msgsmsgs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51424  ADD CONSTRAINT `msgscnstrnts_msgsmsgs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4443051425
44431--51426--
44432-- Constraints for table `messages_messages`51427-- Constraints for table `messages_messages`
44433--51428--
44434ALTER TABLE `messages_messages`51429ALTER TABLE `messages_messages`
44435  ADD CONSTRAINT `msgmsgs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51430  ADD CONSTRAINT `msgmsgs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44436  ADD CONSTRAINT `msgmsgs_msgnttmpgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51431  ADD CONSTRAINT `msgmsgs_msgnttmpgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4443751432
44438--51433--
44439-- Constraints for table `messages_messages_views`51434-- Constraints for table `messages_messages_views`
44440--51435--
44441ALTER TABLE `messages_messages_views`51436ALTER TABLE `messages_messages_views`
44442  ADD CONSTRAINT `msgmsgvws_msgmrcpnts_fk` FOREIGN KEY (`mrecipients_id`) REFERENCES `messages_recipients` (`mrecipients_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51437  ADD CONSTRAINT `msgmsgvws_msgmrcpnts_fk` FOREIGN KEY (`mrecipients_id`) REFERENCES `messages_recipients` (`mrecipients_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44443  ADD CONSTRAINT `msgmsgvws_msgmsgs_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51438  ADD CONSTRAINT `msgmsgvws_msgmsgs_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4444451439
44445--51440--
44446-- Constraints for table `messages_message_headers`51441-- Constraints for table `messages_message_headers`
44447--51442--
44448ALTER TABLE `messages_message_headers`51443ALTER TABLE `messages_message_headers`
44449  ADD CONSTRAINT `msgmsghdrs_mrqstps_fk` FOREIGN KEY (`mrqtypes_id`) REFERENCES `messages_request_types` (`mrqtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51444  ADD CONSTRAINT `msgmsghdrs_mrqstps_fk` FOREIGN KEY (`mrqtypes_id`) REFERENCES `messages_request_types` (`mrqtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44450  ADD CONSTRAINT `msgmsghdrs_mrstps_fk` FOREIGN KEY (`mrtypes_id`) REFERENCES `messages_recipient_types` (`mrtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51445  ADD CONSTRAINT `msgmsghdrs_mrstps_fk` FOREIGN KEY (`mrtypes_id`) REFERENCES `messages_recipient_types` (`mrtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44451  ADD CONSTRAINT `msgmsghdrs_msgmdls_fk` FOREIGN KEY (`gmodules_id`) REFERENCES `global_modules` (`gmodules_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51446  ADD CONSTRAINT `msgmsghdrs_msgmdls_fk` FOREIGN KEY (`gmodules_id`) REFERENCES `global_modules` (`gmodules_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44452  ADD CONSTRAINT `msgmsghdrs_msgnttmppgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51447  ADD CONSTRAINT `msgmsghdrs_msgnttmppgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44453  ADD CONSTRAINT `msgmsghdrs_msgprtlvls_fk` FOREIGN KEY (`gplevels_id`) REFERENCES `global_priority_levels` (`gplevels_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51448  ADD CONSTRAINT `msgmsghdrs_msgprtlvls_fk` FOREIGN KEY (`gplevels_id`) REFERENCES `global_priority_levels` (`gplevels_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44454  ADD CONSTRAINT `msgmsghdrs_msgtps_fk` FOREIGN KEY (`mtypes_id`) REFERENCES `messages_types` (`mtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51449  ADD CONSTRAINT `msgmsghdrs_msgtps_fk` FOREIGN KEY (`mtypes_id`) REFERENCES `messages_types` (`mtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4445551450
44456--51451--
44457-- Constraints for table `messages_overridden_recipients`51452-- Constraints for table `messages_overridden_recipients`
44458--51453--
44459ALTER TABLE `messages_overridden_recipients`51454ALTER TABLE `messages_overridden_recipients`
44460  ADD CONSTRAINT `entity_mappings_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51455  ADD CONSTRAINT `entity_mappings_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44461  ADD CONSTRAINT `messages_messages_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51456  ADD CONSTRAINT `messages_messages_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4446251457
44463--51458--
44464-- Constraints for table `messages_recipients`51459-- Constraints for table `messages_recipients`
44465--51460--
44466ALTER TABLE `messages_recipients`51461ALTER TABLE `messages_recipients`
44467  ADD CONSTRAINT `msgrcpnts_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51462  ADD CONSTRAINT `msgrcpnts_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4446851463
44469--51464--
44470-- Constraints for table `messages_recipient_groups`51465-- Constraints for table `messages_recipient_groups`
44471--51466--
44472ALTER TABLE `messages_recipient_groups`51467ALTER TABLE `messages_recipient_groups`
44473  ADD CONSTRAINT `msgrcpntgrp_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51468  ADD CONSTRAINT `msgrcpntgrp_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4447451469
44475--51470--
44476-- Constraints for table `messages_requested_by`51471-- Constraints for table `messages_requested_by`
44477--51472--
44478ALTER TABLE `messages_requested_by`51473ALTER TABLE `messages_requested_by`
44479  ADD CONSTRAINT `msgrqstby_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,51474  ADD CONSTRAINT `msgrqstby_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
44480  ADD CONSTRAINT `msgrqstby_nttmppgs_fk` FOREIGN KEY (`entity_mapping_id`) REFERENCES `entity_mappings` (`emappings_id`);51475  ADD CONSTRAINT `msgrqstby_nttmppgs_fk` FOREIGN KEY (`entity_mapping_id`) REFERENCES `entity_mappings` (`emappings_id`);
4448151476
44482--51477--
44483-- Constraints for table `objective_tag_attributes`51478-- Constraints for table `objective_tag_attributes`
44484--51479--
44485ALTER TABLE `objective_tag_attributes`51480ALTER TABLE `objective_tag_attributes`
44486  ADD CONSTRAINT `objective_tag_attributes_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`),51481  ADD CONSTRAINT `objective_tag_attributes_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`),
44487  ADD CONSTRAINT `objective_tag_attributes_ibfk_2` FOREIGN KEY (`target_objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`);51482  ADD CONSTRAINT `objective_tag_attributes_ibfk_2` FOREIGN KEY (`target_objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`);
4448851483
44489--51484--
44490-- Constraints for table `objective_tag_levels`51485-- Constraints for table `objective_tag_levels`
44491--51486--
44492ALTER TABLE `objective_tag_levels`51487ALTER TABLE `objective_tag_levels`
44493  ADD CONSTRAINT `objective_tag_levels_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`);51488  ADD CONSTRAINT `objective_tag_levels_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`);
4449451489
44495--51490--
44496-- Constraints for table `objective_translation`51491-- Constraints for table `objective_translation`
44497--51492--
44498ALTER TABLE `objective_translation`51493ALTER TABLE `objective_translation`
44499  ADD CONSTRAINT `fk_objective_translation_0` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;51494  ADD CONSTRAINT `fk_objective_translation_0` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
4450051495
44501--51496--
44502-- Constraints for table `portfolios_course_groups`51497-- Constraints for table `portfolios_course_groups`
44503--51498--
44504ALTER TABLE `portfolios_course_groups`51499ALTER TABLE `portfolios_course_groups`
44505  ADD CONSTRAINT `portfolios_course_groups_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`),51500  ADD CONSTRAINT `portfolios_course_groups_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`),
44506  ADD CONSTRAINT `portfolios_course_groups_ibfk_2` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`);51501  ADD CONSTRAINT `portfolios_course_groups_ibfk_2` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`);
4450751502
44508--51503--
44509-- Constraints for table `portfolios_curriculum_periods`51504-- Constraints for table `portfolios_curriculum_periods`
44510--51505--
44511ALTER TABLE `portfolios_curriculum_periods`51506ALTER TABLE `portfolios_curriculum_periods`
44512  ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`),51507  ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`),
44513  ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`);51508  ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`);
4451451509
44515--51510--
44516-- Constraints for table `portfolios_groups`51511-- Constraints for table `portfolios_groups`
44517--51512--
44518ALTER TABLE `portfolios_groups`51513ALTER TABLE `portfolios_groups`
44519  ADD CONSTRAINT `prtflgrps_grps` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`),51514  ADD CONSTRAINT `prtflgrps_grps` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`),
44520  ADD CONSTRAINT `prtflgrps_prtfls` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);51515  ADD CONSTRAINT `prtflgrps_prtfls` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);
4452151516
44522--51517--
44523-- Constraints for table `portfolios_learners`51518-- Constraints for table `portfolios_learners`
44524--51519--
44525ALTER TABLE `portfolios_learners`51520ALTER TABLE `portfolios_learners`
44526  ADD CONSTRAINT `portfolios_learners_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);51521  ADD CONSTRAINT `portfolios_learners_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);
4452751522
44528--51523--
44529-- Constraints for table `portfolios_tasks`51524-- Constraints for table `portfolios_tasks`
44530--51525--
44531ALTER TABLE `portfolios_tasks`51526ALTER TABLE `portfolios_tasks`
44532  ADD CONSTRAINT `portfolios_tasks_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`);51527  ADD CONSTRAINT `portfolios_tasks_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`);
4453351528
44534--51529--
44535-- Constraints for table `portfolios_tasks_requests`51530-- Constraints for table `portfolios_tasks_requests`
44536--51531--
44537ALTER TABLE `portfolios_tasks_requests`51532ALTER TABLE `portfolios_tasks_requests`
44538  ADD CONSTRAINT `portfolios_tasks_requests_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);51533  ADD CONSTRAINT `portfolios_tasks_requests_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`);
4453951534
44540--51535--
44541-- Constraints for table `portfolios_task_request_recipient_course_groups`51536-- Constraints for table `portfolios_task_request_recipient_course_groups`
44542--51537--
44543ALTER TABLE `portfolios_task_request_recipient_course_groups`51538ALTER TABLE `portfolios_task_request_recipient_course_groups`
44544  ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),51539  ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),
44545  ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_2` FOREIGN KEY (`pcgroup_id`) REFERENCES `portfolios_course_groups` (`pcgroup_id`);51540  ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_2` FOREIGN KEY (`pcgroup_id`) REFERENCES `portfolios_course_groups` (`pcgroup_id`);
4454651541
44547--51542--
44548-- Constraints for table `portfolios_task_request_recipient_groups`51543-- Constraints for table `portfolios_task_request_recipient_groups`
44549--51544--
44550ALTER TABLE `portfolios_task_request_recipient_groups`51545ALTER TABLE `portfolios_task_request_recipient_groups`
44551  ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),51546  ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),
44552  ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_2` FOREIGN KEY (`pgroup_id`) REFERENCES `portfolios_groups` (`pgroup_id`);51547  ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_2` FOREIGN KEY (`pgroup_id`) REFERENCES `portfolios_groups` (`pgroup_id`);
4455351548
44554--51549--
44555-- Constraints for table `portfolios_task_request_recipient_learners`51550-- Constraints for table `portfolios_task_request_recipient_learners`
44556--51551--
44557ALTER TABLE `portfolios_task_request_recipient_learners`51552ALTER TABLE `portfolios_task_request_recipient_learners`
44558  ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),51553  ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`),
44559  ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_2` FOREIGN KEY (`plearner_id`) REFERENCES `portfolios_learners` (`plearner_id`);51554  ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_2` FOREIGN KEY (`plearner_id`) REFERENCES `portfolios_learners` (`plearner_id`);
4456051555
44561--51556--
44562-- Constraints for table `portfolios_task_submissions`51557-- Constraints for table `portfolios_task_submissions`
44563--51558--
44564ALTER TABLE `portfolios_task_submissions`51559ALTER TABLE `portfolios_task_submissions`
44565  ADD CONSTRAINT `portfolios_statuses_ibfk_1` FOREIGN KEY (`ptstatus_id`) REFERENCES `portfolios_task_statuses` (`ptstatus_id`),51560  ADD CONSTRAINT `portfolios_statuses_ibfk_1` FOREIGN KEY (`ptstatus_id`) REFERENCES `portfolios_task_statuses` (`ptstatus_id`),
44566  ADD CONSTRAINT `portfolios_task_submissions_ibfk_1` FOREIGN KEY (`ptask_id`) REFERENCES `portfolios_tasks` (`ptask_id`);51561  ADD CONSTRAINT `portfolios_task_submissions_ibfk_1` FOREIGN KEY (`ptask_id`) REFERENCES `portfolios_tasks` (`ptask_id`);
4456751562
44568--51563--
44569-- Constraints for table `portfolio_advisor_portfolio`51564-- Constraints for table `portfolio_advisor_portfolio`
44570--51565--
44571ALTER TABLE `portfolio_advisor_portfolio`51566ALTER TABLE `portfolio_advisor_portfolio`
44572  ADD CONSTRAINT `portfolio_advisor_portfolio_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`);51567  ADD CONSTRAINT `portfolio_advisor_portfolio_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`);
4457351568
44574--51569--
44575-- Constraints for table `portfolio_artifacts`51570-- Constraints for table `portfolio_artifacts`
44576--51571--
44577ALTER TABLE `portfolio_artifacts`51572ALTER TABLE `portfolio_artifacts`
44578  ADD CONSTRAINT `portfolio_artifacts_ibfk_1` FOREIGN KEY (`folder_id`) REFERENCES `portfolio_folders` (`id`);51573  ADD CONSTRAINT `portfolio_artifacts_ibfk_1` FOREIGN KEY (`folder_id`) REFERENCES `portfolio_folders` (`id`);
4457951574
44580--51575--
44581-- Constraints for table `portfolio_artifact_curriculum_tag`51576-- Constraints for table `portfolio_artifact_curriculum_tag`
44582--51577--
44583ALTER TABLE `portfolio_artifact_curriculum_tag`51578ALTER TABLE `portfolio_artifact_curriculum_tag`
44584  ADD CONSTRAINT `portfolio_artifact_curriculum_tag_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`);51579  ADD CONSTRAINT `portfolio_artifact_curriculum_tag_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`);
4458551580
44586--51581--
44587-- Constraints for table `portfolio_artifact_permissions`51582-- Constraints for table `portfolio_artifact_permissions`
44588--51583--
44589ALTER TABLE `portfolio_artifact_permissions`51584ALTER TABLE `portfolio_artifact_permissions`
44590  ADD CONSTRAINT `portfolio_artifact_permissions_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);51585  ADD CONSTRAINT `portfolio_artifact_permissions_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);
4459151586
44592--51587--
44593-- Constraints for table `portfolio_artifact_reviewers`51588-- Constraints for table `portfolio_artifact_reviewers`
44594--51589--
44595ALTER TABLE `portfolio_artifact_reviewers`51590ALTER TABLE `portfolio_artifact_reviewers`
44596  ADD CONSTRAINT `portfolio_artifact_reviewers_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);51591  ADD CONSTRAINT `portfolio_artifact_reviewers_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);
4459751592
44598--51593--
44599-- Constraints for table `portfolio_comments`51594-- Constraints for table `portfolio_comments`
44600--51595--
44601ALTER TABLE `portfolio_comments`51596ALTER TABLE `portfolio_comments`
44602  ADD CONSTRAINT `portfolio_comments_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);51597  ADD CONSTRAINT `portfolio_comments_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`);
4460351598
44604--51599--
44605-- Constraints for table `portfolio_entries`51600-- Constraints for table `portfolio_entries`
44606--51601--
44607ALTER TABLE `portfolio_entries`51602ALTER TABLE `portfolio_entries`
44608  ADD CONSTRAINT `portfolio_entries_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`);51603  ADD CONSTRAINT `portfolio_entries_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`);
4460951604
44610--51605--
44611-- Constraints for table `portfolio_folders`51606-- Constraints for table `portfolio_folders`
44612--51607--
44613ALTER TABLE `portfolio_folders`51608ALTER TABLE `portfolio_folders`
44614  ADD CONSTRAINT `portfolio_folders_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`);51609  ADD CONSTRAINT `portfolio_folders_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`);
4461551610
44616--51611--
44617-- Constraints for table `portfolio_portfolios`51612-- Constraints for table `portfolio_portfolios`
44618--51613--
44619ALTER TABLE `portfolio_portfolios`51614ALTER TABLE `portfolio_portfolios`
44620  ADD CONSTRAINT `portfolio_portfolios_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`);51615  ADD CONSTRAINT `portfolio_portfolios_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`);
4462151616
44622--51617--
44623-- Constraints for table `prompted_response_comments`51618-- Constraints for table `prompted_response_comments`
44624--51619--
44625ALTER TABLE `prompted_response_comments`51620ALTER TABLE `prompted_response_comments`
44626  ADD CONSTRAINT `prompted_response_comments_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`),51621  ADD CONSTRAINT `prompted_response_comments_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`),
44627  ADD CONSTRAINT `prompted_response_comments_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);51622  ADD CONSTRAINT `prompted_response_comments_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);
4462851623
44629--51624--
44630-- Constraints for table `prompted_response_reviews`51625-- Constraints for table `prompted_response_reviews`
44631--51626--
44632ALTER TABLE `prompted_response_reviews`51627ALTER TABLE `prompted_response_reviews`
44633  ADD CONSTRAINT `prompted_response_reviews_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`),51628  ADD CONSTRAINT `prompted_response_reviews_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`),
44634  ADD CONSTRAINT `prompted_response_reviews_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);51629  ADD CONSTRAINT `prompted_response_reviews_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`);
4463551630
44636--51631--
44637-- Constraints for table `reports_aamc_ci_learner`51632-- Constraints for table `reports_aamc_ci_learner`
44638--51633--
44639ALTER TABLE `reports_aamc_ci_learner`51634ALTER TABLE `reports_aamc_ci_learner`
44640  ADD CONSTRAINT `aam_ci_report_ibfk_1` FOREIGN KEY (`raci_id`) REFERENCES `reports_aamc_ci` (`raci_id`);51635  ADD CONSTRAINT `aam_ci_report_ibfk_1` FOREIGN KEY (`raci_id`) REFERENCES `reports_aamc_ci` (`raci_id`);
4464151636
44642--51637--
44643-- Constraints for table `rp_now_config`51638-- Constraints for table `rp_now_config`
44644--51639--
44645ALTER TABLE `rp_now_config`51640ALTER TABLE `rp_now_config`
44646  ADD CONSTRAINT `rp_now_config_fk_1` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`);51641  ADD CONSTRAINT `rp_now_config_fk_1` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`);
4464751642
44648--51643--
44649-- Constraints for table `rp_now_users`51644-- Constraints for table `rp_now_users`
44650--51645--
44651ALTER TABLE `rp_now_users`51646ALTER TABLE `rp_now_users`
44652  ADD CONSTRAINT `rp_now_user_fk_1` FOREIGN KEY (`rpnow_config_id`) REFERENCES `rp_now_config` (`rpnow_id`);51647  ADD CONSTRAINT `rp_now_user_fk_1` FOREIGN KEY (`rpnow_config_id`) REFERENCES `rp_now_config` (`rpnow_id`);
4465351648
44654--51649--
44655-- Constraints for table `scorm_cmis`51650-- Constraints for table `scorm_cmis`
44656--51651--
44657ALTER TABLE `scorm_cmis`51652ALTER TABLE `scorm_cmis`
44658  ADD CONSTRAINT `scorm_cmis_ibfk_1` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE CASCADE ON UPDATE CASCADE;51653  ADD CONSTRAINT `scorm_cmis_ibfk_1` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE CASCADE ON UPDATE CASCADE;
4465951654
44660--51655--
44661-- Constraints for table `turnitin_webhooks`51656-- Constraints for table `turnitin_webhooks`
44662--51657--
44663ALTER TABLE `turnitin_webhooks`51658ALTER TABLE `turnitin_webhooks`
44664  ADD CONSTRAINT `FK_TURNITIN` FOREIGN KEY (`turnitin_id`) REFERENCES `turnitin_entities` (`id`);51659  ADD CONSTRAINT `FK_TURNITIN` FOREIGN KEY (`turnitin_id`) REFERENCES `turnitin_entities` (`id`);
4466551660
44666--51661--
44667-- Constraints for table `user_learner_levels`51662-- Constraints for table `user_learner_levels`
44668--51663--
44669ALTER TABLE `user_learner_levels`51664ALTER TABLE `user_learner_levels`
44670  ADD CONSTRAINT `user_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`),51665  ADD CONSTRAINT `user_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`),
44671  ADD CONSTRAINT `user_learner_levels_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`);51666  ADD CONSTRAINT `user_learner_levels_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`);
44672--51667--
44673-- Database: `elentra_me_clerkship`51668-- Database: `elentra_me_clerkship`
44674--51669--
44675CREATE DATABASE IF NOT EXISTS `elentra_me_clerkship` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;51670CREATE DATABASE IF NOT EXISTS `elentra_me_clerkship` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
44676USE `elentra_me_clerkship`;51671USE `elentra_me_clerkship`;
4467751672
44678-- --------------------------------------------------------51673-- --------------------------------------------------------
4467951674
44680--51675--
44681-- Table structure for table `apartments`51676-- Table structure for table `apartments`
44682--51677--
4468351678
44684CREATE TABLE `apartments` (51679CREATE TABLE `apartments` (
44685  `apartment_id` int(12) NOT NULL,51680  `apartment_id` int(12) NOT NULL,
44686  `countries_id` int(12) NOT NULL DEFAULT '0',51681  `countries_id` int(12) NOT NULL DEFAULT '0',
44687  `province_id` int(12) NOT NULL DEFAULT '0',51682  `province_id` int(12) NOT NULL DEFAULT '0',
44688  `apartment_province` varchar(24) NOT NULL DEFAULT '',51683  `apartment_province` varchar(24) NOT NULL DEFAULT '',
44689  `region_id` int(12) NOT NULL DEFAULT '0',51684  `region_id` int(12) NOT NULL DEFAULT '0',
44690  `department_id` int(12) NOT NULL DEFAULT '0',51685  `department_id` int(12) NOT NULL DEFAULT '0',
44691  `apartment_title` varchar(86) NOT NULL DEFAULT '',51686  `apartment_title` varchar(86) NOT NULL DEFAULT '',
44692  `apartment_number` varchar(12) NOT NULL DEFAULT '',51687  `apartment_number` varchar(12) NOT NULL DEFAULT '',
44693  `apartment_address` varchar(86) NOT NULL DEFAULT '',51688  `apartment_address` varchar(86) NOT NULL DEFAULT '',
44694  `apartment_postcode` varchar(12) NOT NULL DEFAULT '',51689  `apartment_postcode` varchar(12) NOT NULL DEFAULT '',
44695  `apartment_phone` varchar(24) NOT NULL DEFAULT '',51690  `apartment_phone` varchar(24) NOT NULL DEFAULT '',
44696  `apartment_email` varchar(128) NOT NULL DEFAULT '',51691  `apartment_email` varchar(128) NOT NULL DEFAULT '',
44697  `apartment_information` text NOT NULL,51692  `apartment_information` text NOT NULL,
44698  `super_firstname` varchar(32) NOT NULL,51693  `super_firstname` varchar(32) NOT NULL,
44699  `super_lastname` varchar(32) NOT NULL,51694  `super_lastname` varchar(32) NOT NULL,
44700  `super_phone` varchar(32) NOT NULL,51695  `super_phone` varchar(32) NOT NULL,
44701  `super_email` varchar(128) NOT NULL,51696  `super_email` varchar(128) NOT NULL,
44702  `keys_firstname` varchar(32) NOT NULL,51697  `keys_firstname` varchar(32) NOT NULL,
44703  `keys_lastname` varchar(32) NOT NULL,51698  `keys_lastname` varchar(32) NOT NULL,
44704  `keys_phone` varchar(32) NOT NULL,51699  `keys_phone` varchar(32) NOT NULL,
44705  `keys_email` varchar(128) NOT NULL,51700  `keys_email` varchar(128) NOT NULL,
44706  `max_occupants` int(8) NOT NULL DEFAULT '0',51701  `max_occupants` int(8) NOT NULL DEFAULT '0',
44707  `apartment_longitude` varchar(24) NOT NULL DEFAULT '',51702  `apartment_longitude` varchar(24) NOT NULL DEFAULT '',
44708  `apartment_latitude` varchar(24) NOT NULL DEFAULT '',51703  `apartment_latitude` varchar(24) NOT NULL DEFAULT '',
44709  `available_start` bigint(64) NOT NULL DEFAULT '0',51704  `available_start` bigint(64) NOT NULL DEFAULT '0',
44710  `available_finish` bigint(64) NOT NULL DEFAULT '0',51705  `available_finish` bigint(64) NOT NULL DEFAULT '0',
44711  `updated_last` bigint(64) NOT NULL DEFAULT '0',51706  `updated_last` bigint(64) NOT NULL DEFAULT '0',
44712  `updated_by` int(12) NOT NULL DEFAULT '0'51707  `updated_by` int(12) NOT NULL DEFAULT '0'
44713) ENGINE=InnoDB DEFAULT CHARSET=utf8;51708) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4471451709
44715-- --------------------------------------------------------51710-- --------------------------------------------------------
4471651711
44717--51712--
44718-- Table structure for table `apartment_accounts`51713-- Table structure for table `apartment_accounts`
44719--51714--
4472051715
44721CREATE TABLE `apartment_accounts` (51716CREATE TABLE `apartment_accounts` (
44722  `aaccount_id` int(12) NOT NULL,51717  `aaccount_id` int(12) NOT NULL,
44723  `apartment_id` int(12) NOT NULL DEFAULT '0',51718  `apartment_id` int(12) NOT NULL DEFAULT '0',
44724  `aaccount_company` varchar(128) NOT NULL DEFAULT '',51719  `aaccount_company` varchar(128) NOT NULL DEFAULT '',
44725  `aaccount_custnumber` varchar(128) NOT NULL DEFAULT '',51720  `aaccount_custnumber` varchar(128) NOT NULL DEFAULT '',
44726  `aaccount_details` text NOT NULL,51721  `aaccount_details` text NOT NULL,
44727  `updated_last` bigint(64) NOT NULL DEFAULT '0',51722  `updated_last` bigint(64) NOT NULL DEFAULT '0',
44728  `updated_by` int(12) NOT NULL DEFAULT '0',51723  `updated_by` int(12) NOT NULL DEFAULT '0',
44729  `account_status` varchar(12) NOT NULL DEFAULT ''51724  `account_status` varchar(12) NOT NULL DEFAULT ''
44730) ENGINE=InnoDB DEFAULT CHARSET=utf8;51725) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4473151726
44732-- --------------------------------------------------------51727-- --------------------------------------------------------
4473351728
44734--51729--
44735-- Table structure for table `apartment_contacts`51730-- Table structure for table `apartment_contacts`
44736--51731--
4473751732
44738CREATE TABLE `apartment_contacts` (51733CREATE TABLE `apartment_contacts` (
44739  `acontact_id` int(12) NOT NULL,51734  `acontact_id` int(12) NOT NULL,
44740  `apartment_id` int(12) NOT NULL DEFAULT '0',51735  `apartment_id` int(12) NOT NULL DEFAULT '0',
44741  `proxy_id` int(12) NOT NULL DEFAULT '0',51736  `proxy_id` int(12) NOT NULL DEFAULT '0',
44742  `department_id` int(12) NOT NULL DEFAULT '0',51737  `department_id` int(12) NOT NULL DEFAULT '0',
44743  `updated_date` bigint(64) NOT NULL DEFAULT '0',51738  `updated_date` bigint(64) NOT NULL DEFAULT '0',
44744  `updated_by` int(12) NOT NULL DEFAULT '0'51739  `updated_by` int(12) NOT NULL DEFAULT '0'
44745) ENGINE=InnoDB DEFAULT CHARSET=latin1;51740) ENGINE=InnoDB DEFAULT CHARSET=latin1;
4474651741
44747-- --------------------------------------------------------51742-- --------------------------------------------------------
4474851743
44749--51744--
44750-- Table structure for table `apartment_photos`51745-- Table structure for table `apartment_photos`
44751--51746--
4475251747
44753CREATE TABLE `apartment_photos` (51748CREATE TABLE `apartment_photos` (
44754  `aphoto_id` int(12) NOT NULL,51749  `aphoto_id` int(12) NOT NULL,
44755  `apartment_id` int(12) NOT NULL DEFAULT '0',51750  `apartment_id` int(12) NOT NULL DEFAULT '0',
44756  `aphoto_name` varchar(64) NOT NULL DEFAULT '',51751  `aphoto_name` varchar(64) NOT NULL DEFAULT '',
44757  `aphoto_type` varchar(32) NOT NULL DEFAULT '',51752  `aphoto_type` varchar(32) NOT NULL DEFAULT '',
44758  `aphoto_size` int(32) NOT NULL DEFAULT '0',51753  `aphoto_size` int(32) NOT NULL DEFAULT '0',
44759  `aphoto_desc` text NOT NULL51754  `aphoto_desc` text NOT NULL
44760) ENGINE=InnoDB DEFAULT CHARSET=utf8;51755) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4476151756
44762-- --------------------------------------------------------51757-- --------------------------------------------------------
4476351758
44764--51759--
44765-- Table structure for table `apartment_regionaled_users`51760-- Table structure for table `apartment_regionaled_users`
44766--51761--
4476751762
44768CREATE TABLE `apartment_regionaled_users` (51763CREATE TABLE `apartment_regionaled_users` (
44769  `aregionaled_id` int(12) NOT NULL,51764  `aregionaled_id` int(12) NOT NULL,
44770  `proxy_id` int(12) NOT NULL DEFAULT '0'51765  `proxy_id` int(12) NOT NULL DEFAULT '0'
44771) ENGINE=InnoDB DEFAULT CHARSET=latin1;51766) ENGINE=InnoDB DEFAULT CHARSET=latin1;
4477251767
44773-- --------------------------------------------------------51768-- --------------------------------------------------------
4477451769
44775--51770--
44776-- Table structure for table `apartment_schedule`51771-- Table structure for table `apartment_schedule`
44777--51772--
4477851773
44779CREATE TABLE `apartment_schedule` (51774CREATE TABLE `apartment_schedule` (
44780  `aschedule_id` int(12) NOT NULL,51775  `aschedule_id` int(12) NOT NULL,
44781  `apartment_id` int(12) NOT NULL DEFAULT '0',51776  `apartment_id` int(12) NOT NULL DEFAULT '0',
44782  `event_id` int(12) NOT NULL DEFAULT '0',51777  `event_id` int(12) NOT NULL DEFAULT '0',
44783  `proxy_id` int(12) NOT NULL DEFAULT '0',51778  `proxy_id` int(12) NOT NULL DEFAULT '0',
44784  `occupant_title` varchar(64) NOT NULL,51779  `occupant_title` varchar(64) NOT NULL,
44785  `occupant_type` varchar(16) NOT NULL DEFAULT 'undergrad',51780  `occupant_type` varchar(16) NOT NULL DEFAULT 'undergrad',
44786  `confirmed` int(1) NOT NULL DEFAULT '1',51781  `confirmed` int(1) NOT NULL DEFAULT '1',
44787  `cost_recovery` int(1) NOT NULL DEFAULT '0',51782  `cost_recovery` int(1) NOT NULL DEFAULT '0',
44788  `notes` text NOT NULL,51783  `notes` text NOT NULL,
44789  `inhabiting_start` bigint(64) NOT NULL DEFAULT '0',51784  `inhabiting_start` bigint(64) NOT NULL DEFAULT '0',
44790  `inhabiting_finish` bigint(64) NOT NULL DEFAULT '0',51785  `inhabiting_finish` bigint(64) NOT NULL DEFAULT '0',
44791  `updated_last` bigint(64) NOT NULL DEFAULT '0',51786  `updated_last` bigint(64) NOT NULL DEFAULT '0',
44792  `updated_by` int(12) NOT NULL DEFAULT '0',51787  `updated_by` int(12) NOT NULL DEFAULT '0',
44793  `aschedule_status` varchar(12) NOT NULL DEFAULT ''51788  `aschedule_status` varchar(12) NOT NULL DEFAULT ''
44794) ENGINE=InnoDB DEFAULT CHARSET=utf8;51789) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4479551790
44796-- --------------------------------------------------------51791-- --------------------------------------------------------
4479751792
44798--51793--
44799-- Table structure for table `categories`51794-- Table structure for table `categories`
44800--51795--
4480151796
44802CREATE TABLE `categories` (51797CREATE TABLE `categories` (
44803  `category_id` int(12) NOT NULL,51798  `category_id` int(12) NOT NULL,
44804  `category_parent` int(12) NOT NULL DEFAULT '0',51799  `category_parent` int(12) NOT NULL DEFAULT '0',
44805  `category_code` varchar(12) DEFAULT NULL,51800  `category_code` varchar(12) DEFAULT NULL,
44806  `category_type` int(12) NOT NULL DEFAULT '0',51801  `category_type` int(12) NOT NULL DEFAULT '0',
44807  `category_name` varchar(128) NOT NULL DEFAULT '',51802  `category_name` varchar(128) NOT NULL DEFAULT '',
44808  `category_desc` text,51803  `category_desc` text,
44809  `category_min` int(12) DEFAULT NULL,51804  `category_min` int(12) DEFAULT NULL,
44810  `category_max` int(12) DEFAULT NULL,51805  `category_max` int(12) DEFAULT NULL,
44811  `category_buffer` int(12) DEFAULT NULL,51806  `category_buffer` int(12) DEFAULT NULL,
44812  `category_start` bigint(64) NOT NULL DEFAULT '0',51807  `category_start` bigint(64) NOT NULL DEFAULT '0',
44813  `category_finish` bigint(64) NOT NULL DEFAULT '0',51808  `category_finish` bigint(64) NOT NULL DEFAULT '0',
44814  `subcategory_strict` int(1) NOT NULL DEFAULT '0',51809  `subcategory_strict` int(1) NOT NULL DEFAULT '0',
44815  `category_expiry` bigint(64) NOT NULL DEFAULT '0',51810  `category_expiry` bigint(64) NOT NULL DEFAULT '0',
44816  `category_status` varchar(12) NOT NULL DEFAULT 'published',51811  `category_status` varchar(12) NOT NULL DEFAULT 'published',
44817  `category_order` int(3) NOT NULL DEFAULT '0',51812  `category_order` int(3) NOT NULL DEFAULT '0',
44818  `organisation_id` int(12) DEFAULT NULL,51813  `organisation_id` int(12) DEFAULT NULL,
44819  `rotation_id` int(12) NOT NULL DEFAULT '0',51814  `rotation_id` int(12) NOT NULL DEFAULT '0',
44820  `updated_date` bigint(64) NOT NULL,51815  `updated_date` bigint(64) NOT NULL,
44821  `updated_by` int(11) NOT NULL51816  `updated_by` int(11) NOT NULL
44822) ENGINE=InnoDB DEFAULT CHARSET=utf8;51817) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4482351818
44824--51819--
44825-- Dumping data for table `categories`51820-- Dumping data for table `categories`
44826--51821--
4482751822
44828INSERT INTO `categories` (`category_id`, `category_parent`, `category_code`, `category_type`, `category_name`, `category_desc`, `category_min`, `category_max`, `category_buffer`, `category_start`, `category_finish`, `subcategory_strict`, `category_expiry`, `category_status`, `category_order`, `organisation_id`, `rotation_id`, `updated_date`, `updated_by`) VALUES51823INSERT INTO `categories` (`category_id`, `category_parent`, `category_code`, `category_type`, `category_name`, `category_desc`, `category_min`, `category_max`, `category_buffer`, `category_start`, `category_finish`, `subcategory_strict`, `category_expiry`, `category_status`, `category_order`, `organisation_id`, `rotation_id`, `updated_date`, `updated_by`) VALUES
44829(1, 0, NULL, 12, 'School of Medicine', NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'published', 0, NULL, 0, 0, 0),51824(1, 0, NULL, 12, 'School of Medicine', NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'published', 0, NULL, 0, 0, 0),
44830(2, 1, NULL, 13, 'All Students', NULL, NULL, NULL, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0),51825(2, 1, NULL, 13, 'All Students', NULL, NULL, NULL, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0),
44831(3, 2, NULL, 17, 'Example Stream', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0),51826(3, 2, NULL, 17, 'Example Stream', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0),
44832(4, 3, NULL, 32, 'Pediatrics', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 4, NULL, 4, 0, 0),51827(4, 3, NULL, 32, 'Pediatrics', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 4, NULL, 4, 0, 0),
44833(5, 3, NULL, 32, 'Obstetrics & Gynecology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 3, NULL, 3, 0, 0),51828(5, 3, NULL, 32, 'Obstetrics & Gynecology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 3, NULL, 3, 0, 0),
44834(6, 3, NULL, 32, 'Perioperative', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 5, NULL, 5, 0, 0),51829(6, 3, NULL, 32, 'Perioperative', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 5, NULL, 5, 0, 0),
44835(7, 3, NULL, 32, 'Surgery - Urology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 7, NULL, 7, 0, 0),51830(7, 3, NULL, 32, 'Surgery - Urology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 7, NULL, 7, 0, 0),
44836(8, 3, NULL, 32, 'Surgery - Orthopedic', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 8, NULL, 8, 0, 0),51831(8, 3, NULL, 32, 'Surgery - Orthopedic', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 8, NULL, 8, 0, 0),
44837(9, 3, NULL, 32, 'Family Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 1, NULL, 1, 0, 0),51832(9, 3, NULL, 32, 'Family Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 1, NULL, 1, 0, 0),
44838(10, 3, NULL, 32, 'Psychiatry', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 6, NULL, 6, 0, 0),51833(10, 3, NULL, 32, 'Psychiatry', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 6, NULL, 6, 0, 0),
44839(11, 3, NULL, 32, 'Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 2, NULL, 2, 0, 0),51834(11, 3, NULL, 32, 'Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 2, NULL, 2, 0, 0),
44840(12, 3, NULL, 32, 'Integrated', NULL, 2, 2, NULL, 0, 1924927200, 0, 0, 'published', 9, NULL, 9, 0, 0);51835(12, 3, NULL, 32, 'Integrated', NULL, 2, 2, NULL, 0, 1924927200, 0, 0, 'published', 9, NULL, 9, 0, 0);
4484151836
44842-- --------------------------------------------------------51837-- --------------------------------------------------------
4484351838
44844--51839--
44845-- Table structure for table `category_departments`51840-- Table structure for table `category_departments`
44846--51841--
4484751842
44848CREATE TABLE `category_departments` (51843CREATE TABLE `category_departments` (
44849  `cdep_id` int(12) NOT NULL,51844  `cdep_id` int(12) NOT NULL,
44850  `category_id` int(12) NOT NULL DEFAULT '0',51845  `category_id` int(12) NOT NULL DEFAULT '0',
44851  `department_id` int(12) NOT NULL DEFAULT '0',51846  `department_id` int(12) NOT NULL DEFAULT '0',
44852  `contact_id` int(12) NOT NULL DEFAULT '0'51847  `contact_id` int(12) NOT NULL DEFAULT '0'
44853) ENGINE=InnoDB DEFAULT CHARSET=utf8;51848) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4485451849
44855-- --------------------------------------------------------51850-- --------------------------------------------------------
4485651851
44857--51852--
44858-- Table structure for table `category_type`51853-- Table structure for table `category_type`
44859--51854--
4486051855
44861CREATE TABLE `category_type` (51856CREATE TABLE `category_type` (
44862  `ctype_id` int(12) NOT NULL,51857  `ctype_id` int(12) NOT NULL,
44863  `ctype_parent` int(12) NOT NULL DEFAULT '0',51858  `ctype_parent` int(12) NOT NULL DEFAULT '0',
44864  `ctype_name` varchar(128) NOT NULL DEFAULT '',51859  `ctype_name` varchar(128) NOT NULL DEFAULT '',
44865  `ctype_desc` text NOT NULL,51860  `ctype_desc` text NOT NULL,
44866  `require_min` int(11) NOT NULL DEFAULT '0',51861  `require_min` int(11) NOT NULL DEFAULT '0',
44867  `require_max` int(11) NOT NULL DEFAULT '0',51862  `require_max` int(11) NOT NULL DEFAULT '0',
44868  `require_buffer` int(11) NOT NULL DEFAULT '0',51863  `require_buffer` int(11) NOT NULL DEFAULT '0',
44869  `require_start` int(11) NOT NULL DEFAULT '0',51864  `require_start` int(11) NOT NULL DEFAULT '0',
44870  `require_finish` int(11) NOT NULL DEFAULT '0',51865  `require_finish` int(11) NOT NULL DEFAULT '0',
44871  `require_expiry` int(11) NOT NULL DEFAULT '0',51866  `require_expiry` int(11) NOT NULL DEFAULT '0',
44872  `ctype_filterable` int(11) NOT NULL DEFAULT '0',51867  `ctype_filterable` int(11) NOT NULL DEFAULT '0',
44873  `ctype_order` int(3) NOT NULL DEFAULT '0'51868  `ctype_order` int(3) NOT NULL DEFAULT '0'
44874) ENGINE=InnoDB DEFAULT CHARSET=utf8;51869) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4487551870
44876--51871--
44877-- Dumping data for table `category_type`51872-- Dumping data for table `category_type`
44878--51873--
4487951874
44880INSERT INTO `category_type` (`ctype_id`, `ctype_parent`, `ctype_name`, `ctype_desc`, `require_min`, `require_max`, `require_buffer`, `require_start`, `require_finish`, `require_expiry`, `ctype_filterable`, `ctype_order`) VALUES51875INSERT INTO `category_type` (`ctype_id`, `ctype_parent`, `ctype_name`, `ctype_desc`, `require_min`, `require_max`, `require_buffer`, `require_start`, `require_finish`, `require_expiry`, `ctype_filterable`, `ctype_order`) VALUES
44881(1, 30, 'Institution', '', 0, 0, 0, 0, 0, 0, 0, 0),51876(1, 30, 'Institution', '', 0, 0, 0, 0, 0, 0, 0, 0),
44882(2, 30, 'Faculty', '', 0, 0, 0, 0, 0, 0, 0, 0),51877(2, 30, 'Faculty', '', 0, 0, 0, 0, 0, 0, 0, 0),
44883(12, 30, 'School', '', 0, 0, 0, 0, 0, 0, 0, 0),51878(12, 30, 'School', '', 0, 0, 0, 0, 0, 0, 0, 0),
44884(13, 30, 'Graduating Year', '', 0, 0, 0, 0, 0, 0, 0, 0),51879(13, 30, 'Graduating Year', '', 0, 0, 0, 0, 0, 0, 0, 0),
44885(14, 30, 'Phase', '', 0, 0, 0, 0, 0, 0, 0, 0),51880(14, 30, 'Phase', '', 0, 0, 0, 0, 0, 0, 0, 0),
44886(15, 30, 'Unit', '', 0, 0, 0, 0, 0, 0, 0, 0),51881(15, 30, 'Unit', '', 0, 0, 0, 0, 0, 0, 0, 0),
44887(16, 30, 'Block', '', 0, 0, 0, 0, 0, 0, 0, 0),51882(16, 30, 'Block', '', 0, 0, 0, 0, 0, 0, 0, 0),
44888(17, 30, 'Stream', '', 0, 0, 0, 0, 0, 0, 0, 0),51883(17, 30, 'Stream', '', 0, 0, 0, 0, 0, 0, 0, 0),
44889(19, 30, 'Selective', '', 0, 0, 0, 0, 0, 0, 0, 0),51884(19, 30, 'Selective', '', 0, 0, 0, 0, 0, 0, 0, 0),
44890(20, 30, 'Course Grouping', '', 0, 0, 0, 0, 0, 0, 0, 0),51885(20, 30, 'Course Grouping', '', 0, 0, 0, 0, 0, 0, 0, 0),
44891(21, 30, 'Course', '', 0, 0, 0, 0, 0, 0, 0, 0),51886(21, 30, 'Course', '', 0, 0, 0, 0, 0, 0, 0, 0),
44892(22, 30, 'Date Period', '', 0, 0, 0, 0, 0, 0, 0, 0),51887(22, 30, 'Date Period', '', 0, 0, 0, 0, 0, 0, 0, 0),
44893(23, 0, 'Downtime', '', 0, 0, 0, 0, 0, 0, 0, 1),51888(23, 0, 'Downtime', '', 0, 0, 0, 0, 0, 0, 0, 1),
44894(24, 23, 'Holiday Period', '', 0, 0, 0, 0, 0, 0, 0, 0),51889(24, 23, 'Holiday Period', '', 0, 0, 0, 0, 0, 0, 0, 0),
44895(25, 23, 'Vacation Period', '', 0, 0, 0, 0, 0, 0, 0, 0),51890(25, 23, 'Vacation Period', '', 0, 0, 0, 0, 0, 0, 0, 0),
44896(26, 23, 'Sick Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),51891(26, 23, 'Sick Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),
44897(27, 23, 'Maternity Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),51892(27, 23, 'Maternity Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),
44898(28, 23, 'Personal Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),51893(28, 23, 'Personal Leave', '', 0, 0, 0, 0, 0, 0, 0, 0),
44899(29, 23, 'Leave Of Absense', '', 0, 0, 0, 0, 0, 0, 0, 0),51894(29, 23, 'Leave Of Absense', '', 0, 0, 0, 0, 0, 0, 0, 0),
44900(30, 0, 'Default Types', '', 0, 0, 0, 0, 0, 0, 0, 0),51895(30, 0, 'Default Types', '', 0, 0, 0, 0, 0, 0, 0, 0),
44901(31, 30, 'Elective', '', 0, 0, 0, 0, 0, 0, 0, 0),51896(31, 30, 'Elective', '', 0, 0, 0, 0, 0, 0, 0, 0),
44902(32, 30, 'Rotation', '', 0, 0, 0, 0, 0, 0, 0, 0);51897(32, 30, 'Rotation', '', 0, 0, 0, 0, 0, 0, 0, 0);
4490351898
44904-- --------------------------------------------------------51899-- --------------------------------------------------------
4490551900
44906--51901--
44907-- Table structure for table `electives`51902-- Table structure for table `electives`
44908--51903--
4490951904
44910CREATE TABLE `electives` (51905CREATE TABLE `electives` (
44911  `electives_id` int(12) NOT NULL,51906  `electives_id` int(12) NOT NULL,
44912  `event_id` int(12) NOT NULL,51907  `event_id` int(12) NOT NULL,
44913  `geo_location` varchar(15) NOT NULL DEFAULT 'National',51908  `geo_location` varchar(15) NOT NULL DEFAULT 'National',
44914  `department_id` int(12) NOT NULL,51909  `department_id` int(12) NOT NULL,
44915  `discipline_id` int(11) NOT NULL,51910  `discipline_id` int(11) NOT NULL,
44916  `sub_discipline` varchar(100) DEFAULT NULL,51911  `sub_discipline` varchar(100) DEFAULT NULL,
44917  `schools_id` int(11) NOT NULL,51912  `schools_id` int(11) NOT NULL,
44918  `other_medical_school` varchar(150) DEFAULT NULL,51913  `other_medical_school` varchar(150) DEFAULT NULL,
44919  `objective` text NOT NULL,51914  `objective` text NOT NULL,
44920  `preceptor_prefix` varchar(10) DEFAULT NULL,51915  `preceptor_prefix` varchar(10) DEFAULT NULL,
44921  `preceptor_first_name` varchar(50) DEFAULT NULL,51916  `preceptor_first_name` varchar(50) DEFAULT NULL,
44922  `preceptor_last_name` varchar(50) NOT NULL,51917  `preceptor_last_name` varchar(50) NOT NULL,
44923  `address` varchar(250) NOT NULL,51918  `address` varchar(250) NOT NULL,
44924  `countries_id` int(12) NOT NULL,51919  `countries_id` int(12) NOT NULL,
44925  `city` varchar(100) NOT NULL,51920  `city` varchar(100) NOT NULL,
44926  `prov_state` varchar(200) NOT NULL,51921  `prov_state` varchar(200) NOT NULL,
44927  `region_id` int(12) NOT NULL DEFAULT '0',51922  `region_id` int(12) NOT NULL DEFAULT '0',
44928  `postal_zip_code` varchar(20) DEFAULT NULL,51923  `postal_zip_code` varchar(20) DEFAULT NULL,
44929  `fax` varchar(25) DEFAULT NULL,51924  `fax` varchar(25) DEFAULT NULL,
44930  `phone` varchar(25) DEFAULT NULL,51925  `phone` varchar(25) DEFAULT NULL,
44931  `email` varchar(150) NOT NULL,51926  `email` varchar(150) NOT NULL,
44932  `updated_date` bigint(64) NOT NULL,51927  `updated_date` bigint(64) NOT NULL,
44933  `updated_by` int(12) NOT NULL51928  `updated_by` int(12) NOT NULL
44934) ENGINE=InnoDB DEFAULT CHARSET=utf8;51929) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4493551930
44936-- --------------------------------------------------------51931-- --------------------------------------------------------
4493751932
44938--51933--
44939-- Table structure for table `evaluations`51934-- Table structure for table `evaluations`
44940--51935--
4494151936
44942CREATE TABLE `evaluations` (51937CREATE TABLE `evaluations` (
44943  `item_id` int(12) NOT NULL,51938  `item_id` int(12) NOT NULL,
44944  `form_id` int(12) NOT NULL DEFAULT '0',51939  `form_id` int(12) NOT NULL DEFAULT '0',
44945  `active` int(1) NOT NULL DEFAULT '0',51940  `active` int(1) NOT NULL DEFAULT '0',
44946  `category_id` int(12) NOT NULL DEFAULT '0',51941  `category_id` int(12) NOT NULL DEFAULT '0',
44947  `category_recurse` int(2) NOT NULL DEFAULT '1',51942  `category_recurse` int(2) NOT NULL DEFAULT '1',
44948  `item_title` varchar(128) NOT NULL DEFAULT '',51943  `item_title` varchar(128) NOT NULL DEFAULT '',
44949  `item_maxinstances` int(4) NOT NULL DEFAULT '1',51944  `item_maxinstances` int(4) NOT NULL DEFAULT '1',
44950  `item_start` int(12) NOT NULL DEFAULT '1',51945  `item_start` int(12) NOT NULL DEFAULT '1',
44951  `item_end` int(12) NOT NULL DEFAULT '30',51946  `item_end` int(12) NOT NULL DEFAULT '30',
44952  `item_status` varchar(12) NOT NULL DEFAULT 'published',51947  `item_status` varchar(12) NOT NULL DEFAULT 'published',
44953  `modified_last` bigint(64) NOT NULL DEFAULT '0',51948  `modified_last` bigint(64) NOT NULL DEFAULT '0',
44954  `modified_by` int(12) NOT NULL DEFAULT '0'51949  `modified_by` int(12) NOT NULL DEFAULT '0'
44955) ENGINE=InnoDB DEFAULT CHARSET=utf8;51950) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4495651951
44957-- --------------------------------------------------------51952-- --------------------------------------------------------
4495851953
44959--51954--
44960-- Table structure for table `eval_answers`51955-- Table structure for table `eval_answers`
44961--51956--
4496251957
44963CREATE TABLE `eval_answers` (51958CREATE TABLE `eval_answers` (
44964  `answer_id` int(12) NOT NULL,51959  `answer_id` int(12) NOT NULL,
44965  `question_id` int(12) NOT NULL DEFAULT '0',51960  `question_id` int(12) NOT NULL DEFAULT '0',
44966  `answer_type` varchar(50) NOT NULL DEFAULT '',51961  `answer_type` varchar(50) NOT NULL DEFAULT '',
44967  `answer_label` varchar(50) NOT NULL DEFAULT '',51962  `answer_label` varchar(50) NOT NULL DEFAULT '',
44968  `answer_value` varchar(50) NOT NULL DEFAULT '',51963  `answer_value` varchar(50) NOT NULL DEFAULT '',
44969  `answer_lastmod` bigint(64) DEFAULT NULL51964  `answer_lastmod` bigint(64) DEFAULT NULL
44970) ENGINE=InnoDB DEFAULT CHARSET=utf8;51965) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4497151966
44972-- --------------------------------------------------------51967-- --------------------------------------------------------
4497351968
44974--51969--
44975-- Table structure for table `eval_approved`51970-- Table structure for table `eval_approved`
44976--51971--
4497751972
44978CREATE TABLE `eval_approved` (51973CREATE TABLE `eval_approved` (
44979  `approved_id` int(12) NOT NULL,51974  `approved_id` int(12) NOT NULL,
44980  `notification_id` int(12) NOT NULL DEFAULT '0',51975  `notification_id` int(12) NOT NULL DEFAULT '0',
44981  `completed_id` int(12) NOT NULL DEFAULT '0',51976  `completed_id` int(12) NOT NULL DEFAULT '0',
44982  `modified_last` bigint(64) NOT NULL DEFAULT '0',51977  `modified_last` bigint(64) NOT NULL DEFAULT '0',
44983  `modified_by` int(12) NOT NULL DEFAULT '0'51978  `modified_by` int(12) NOT NULL DEFAULT '0'
44984) ENGINE=InnoDB DEFAULT CHARSET=utf8;51979) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4498551980
44986-- --------------------------------------------------------51981-- --------------------------------------------------------
4498751982
44988--51983--
44989-- Table structure for table `eval_completed`51984-- Table structure for table `eval_completed`
44990--51985--
4499151986
44992CREATE TABLE `eval_completed` (51987CREATE TABLE `eval_completed` (
44993  `completed_id` int(12) NOT NULL,51988  `completed_id` int(12) NOT NULL,
44994  `notification_id` int(12) NOT NULL DEFAULT '0',51989  `notification_id` int(12) NOT NULL DEFAULT '0',
44995  `instructor_id` varchar(24) NOT NULL DEFAULT '0',51990  `instructor_id` varchar(24) NOT NULL DEFAULT '0',
44996  `completed_status` varchar(12) NOT NULL DEFAULT 'pending',51991  `completed_status` varchar(12) NOT NULL DEFAULT 'pending',
44997  `completed_lastmod` bigint(64) NOT NULL DEFAULT '0'51992  `completed_lastmod` bigint(64) NOT NULL DEFAULT '0'
44998) ENGINE=InnoDB DEFAULT CHARSET=utf8;51993) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4499951994
45000-- --------------------------------------------------------51995-- --------------------------------------------------------
4500151996
45002--51997--
45003-- Table structure for table `eval_forms`51998-- Table structure for table `eval_forms`
45004--51999--
4500552000
45006CREATE TABLE `eval_forms` (52001CREATE TABLE `eval_forms` (
45007  `form_id` int(12) NOT NULL,52002  `form_id` int(12) NOT NULL,
45008  `form_type` varchar(12) NOT NULL DEFAULT '',52003  `form_type` varchar(12) NOT NULL DEFAULT '',
45009  `nmessage_id` int(12) NOT NULL DEFAULT '0',52004  `nmessage_id` int(12) NOT NULL DEFAULT '0',
45010  `form_title` varchar(128) NOT NULL DEFAULT '',52005  `form_title` varchar(128) NOT NULL DEFAULT '',
45011  `form_author` int(12) NOT NULL DEFAULT '0',52006  `form_author` int(12) NOT NULL DEFAULT '0',
45012  `form_desc` text NOT NULL,52007  `form_desc` text NOT NULL,
45013  `form_status` varchar(12) NOT NULL DEFAULT 'published',52008  `form_status` varchar(12) NOT NULL DEFAULT 'published',
45014  `form_lastmod` bigint(64) DEFAULT NULL52009  `form_lastmod` bigint(64) DEFAULT NULL
45015) ENGINE=InnoDB DEFAULT CHARSET=utf8;52010) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4501652011
45017-- --------------------------------------------------------52012-- --------------------------------------------------------
4501852013
45019--52014--
45020-- Table structure for table `eval_questions`52015-- Table structure for table `eval_questions`
45021--52016--
4502252017
45023CREATE TABLE `eval_questions` (52018CREATE TABLE `eval_questions` (
45024  `question_id` int(12) NOT NULL,52019  `question_id` int(12) NOT NULL,
45025  `form_id` int(12) NOT NULL DEFAULT '0',52020  `form_id` int(12) NOT NULL DEFAULT '0',
45026  `question_text` text NOT NULL,52021  `question_text` text NOT NULL,
45027  `question_style` varchar(50) NOT NULL DEFAULT '',52022  `question_style` varchar(50) NOT NULL DEFAULT '',
45028  `question_required` varchar(50) NOT NULL DEFAULT '',52023  `question_required` varchar(50) NOT NULL DEFAULT '',
45029  `question_lastmod` bigint(64) DEFAULT NULL52024  `question_lastmod` bigint(64) DEFAULT NULL
45030) ENGINE=InnoDB DEFAULT CHARSET=utf8;52025) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4503152026
45032-- --------------------------------------------------------52027-- --------------------------------------------------------
4503352028
45034--52029--
45035-- Table structure for table `eval_results`52030-- Table structure for table `eval_results`
45036--52031--
4503752032
45038CREATE TABLE `eval_results` (52033CREATE TABLE `eval_results` (
45039  `result_id` int(12) NOT NULL,52034  `result_id` int(12) NOT NULL,
45040  `completed_id` int(12) NOT NULL DEFAULT '0',52035  `completed_id` int(12) NOT NULL DEFAULT '0',
45041  `answer_id` int(12) NOT NULL DEFAULT '0',52036  `answer_id` int(12) NOT NULL DEFAULT '0',
45042  `result_value` text NOT NULL,52037  `result_value` text NOT NULL,
45043  `result_lastmod` bigint(64) NOT NULL DEFAULT '0'52038  `result_lastmod` bigint(64) NOT NULL DEFAULT '0'
45044) ENGINE=InnoDB DEFAULT CHARSET=utf8;52039) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4504552040
45046-- --------------------------------------------------------52041-- --------------------------------------------------------
4504752042
45048--52043--
45049-- Table structure for table `events`52044-- Table structure for table `events`
45050--52045--
4505152046
45052CREATE TABLE `events` (52047CREATE TABLE `events` (
45053  `event_id` int(12) NOT NULL,52048  `event_id` int(12) NOT NULL,
45054  `category_id` int(12) NOT NULL DEFAULT '0',52049  `category_id` int(12) NOT NULL DEFAULT '0',
45055  `rotation_id` int(12) NOT NULL DEFAULT '0',52050  `rotation_id` int(12) NOT NULL DEFAULT '0',
45056  `region_id` int(12) NOT NULL DEFAULT '0',52051  `region_id` int(12) NOT NULL DEFAULT '0',
45057  `event_title` varchar(255) NOT NULL DEFAULT '',52052  `event_title` varchar(255) NOT NULL DEFAULT '',
45058  `event_desc` text,52053  `event_desc` text,
45059  `event_start` bigint(64) NOT NULL DEFAULT '0',52054  `event_start` bigint(64) NOT NULL DEFAULT '0',
45060  `event_finish` bigint(64) NOT NULL DEFAULT '0',52055  `event_finish` bigint(64) NOT NULL DEFAULT '0',
45061  `event_expiry` bigint(64) NOT NULL DEFAULT '0',52056  `event_expiry` bigint(64) NOT NULL DEFAULT '0',
45062  `accessible_start` bigint(64) NOT NULL DEFAULT '0',52057  `accessible_start` bigint(64) NOT NULL DEFAULT '0',
45063  `accessible_finish` bigint(64) NOT NULL DEFAULT '0',52058  `accessible_finish` bigint(64) NOT NULL DEFAULT '0',
45064  `modified_last` bigint(64) NOT NULL DEFAULT '0',52059  `modified_last` bigint(64) NOT NULL DEFAULT '0',
45065  `modified_by` int(12) NOT NULL DEFAULT '0',52060  `modified_by` int(12) NOT NULL DEFAULT '0',
45066  `event_type` varchar(12) NOT NULL DEFAULT 'academic',52061  `event_type` varchar(12) NOT NULL DEFAULT 'academic',
45067  `event_access` varchar(12) NOT NULL DEFAULT 'public',52062  `event_access` varchar(12) NOT NULL DEFAULT 'public',
45068  `event_status` varchar(12) NOT NULL DEFAULT 'published',52063  `event_status` varchar(12) NOT NULL DEFAULT 'published',
45069  `requires_apartment` int(1) NOT NULL DEFAULT '0'52064  `requires_apartment` int(1) NOT NULL DEFAULT '0'
45070) ENGINE=InnoDB DEFAULT CHARSET=utf8;52065) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4507152066
45072-- --------------------------------------------------------52067-- --------------------------------------------------------
4507352068
45074--52069--
45075-- Table structure for table `event_contacts`52070-- Table structure for table `event_contacts`
45076--52071--
4507752072
45078CREATE TABLE `event_contacts` (52073CREATE TABLE `event_contacts` (
45079  `econtact_id` int(12) NOT NULL,52074  `econtact_id` int(12) NOT NULL,
45080  `event_id` int(12) NOT NULL DEFAULT '0',52075  `event_id` int(12) NOT NULL DEFAULT '0',
45081  `econtact_type` varchar(12) NOT NULL DEFAULT 'student',52076  `econtact_type` varchar(12) NOT NULL DEFAULT 'student',
45082  `etype_id` int(12) NOT NULL DEFAULT '0',52077  `etype_id` int(12) NOT NULL DEFAULT '0',
45083  `econtact_parent` int(12) NOT NULL DEFAULT '0',52078  `econtact_parent` int(12) NOT NULL DEFAULT '0',
45084  `econtact_desc` text,52079  `econtact_desc` text,
45085  `econtact_start` bigint(64) NOT NULL DEFAULT '0',52080  `econtact_start` bigint(64) NOT NULL DEFAULT '0',
45086  `econtact_finish` bigint(64) NOT NULL DEFAULT '0',52081  `econtact_finish` bigint(64) NOT NULL DEFAULT '0',
45087  `econtact_status` varchar(12) NOT NULL DEFAULT 'published',52082  `econtact_status` varchar(12) NOT NULL DEFAULT 'published',
45088  `econtact_order` int(3) NOT NULL DEFAULT '0'52083  `econtact_order` int(3) NOT NULL DEFAULT '0'
45089) ENGINE=InnoDB DEFAULT CHARSET=utf8;52084) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4509052085
45091-- --------------------------------------------------------52086-- --------------------------------------------------------
4509252087
45093--52088--
45094-- Table structure for table `event_locations`52089-- Table structure for table `event_locations`
45095--52090--
4509652091
45097CREATE TABLE `event_locations` (52092CREATE TABLE `event_locations` (
45098  `elocation_id` int(12) NOT NULL,52093  `elocation_id` int(12) NOT NULL,
45099  `event_id` int(12) NOT NULL DEFAULT '0',52094  `event_id` int(12) NOT NULL DEFAULT '0',
45100  `location_id` int(12) NOT NULL DEFAULT '0',52095  `location_id` int(12) NOT NULL DEFAULT '0',
45101  `elocation_start` bigint(64) NOT NULL DEFAULT '0',52096  `elocation_start` bigint(64) NOT NULL DEFAULT '0',
45102  `elocation_finish` bigint(64) NOT NULL DEFAULT '0',52097  `elocation_finish` bigint(64) NOT NULL DEFAULT '0',
45103  `elocation_status` varchar(12) NOT NULL DEFAULT 'published',52098  `elocation_status` varchar(12) NOT NULL DEFAULT 'published',
45104  `elocation_order` int(3) NOT NULL DEFAULT '0'52099  `elocation_order` int(3) NOT NULL DEFAULT '0'
45105) ENGINE=InnoDB DEFAULT CHARSET=utf8;52100) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4510652101
45107-- --------------------------------------------------------52102-- --------------------------------------------------------
4510852103
45109--52104--
45110-- Table structure for table `global_lu_rotations`52105-- Table structure for table `global_lu_rotations`
45111--52106--
4511252107
45113CREATE TABLE `global_lu_rotations` (52108CREATE TABLE `global_lu_rotations` (
45114  `rotation_id` int(12) UNSIGNED NOT NULL,52109  `rotation_id` int(12) UNSIGNED NOT NULL,
45115  `rotation_title` varchar(24) DEFAULT NULL,52110  `rotation_title` varchar(24) DEFAULT NULL,
45116  `percent_required` int(3) NOT NULL,52111  `percent_required` int(3) NOT NULL,
45117  `percent_period_complete` int(3) NOT NULL,52112  `percent_period_complete` int(3) NOT NULL,
45118  `course_id` int(12) NOT NULL DEFAULT '0'52113  `course_id` int(12) NOT NULL DEFAULT '0'
45119) ENGINE=InnoDB DEFAULT CHARSET=utf8;52114) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4512052115
45121--52116--
45122-- Dumping data for table `global_lu_rotations`52117-- Dumping data for table `global_lu_rotations`
45123--52118--
4512452119
45125INSERT INTO `global_lu_rotations` (`rotation_id`, `rotation_title`, `percent_required`, `percent_period_complete`, `course_id`) VALUES52120INSERT INTO `global_lu_rotations` (`rotation_id`, `rotation_title`, `percent_required`, `percent_period_complete`, `course_id`) VALUES
45126(1, 'Family Medicine', 50, 50, 0),52121(1, 'Family Medicine', 50, 50, 0),
45127(2, 'Medicine', 50, 50, 0),52122(2, 'Medicine', 50, 50, 0),
45128(3, 'Obstetrics & Gynecology', 50, 50, 0),52123(3, 'Obstetrics & Gynecology', 50, 50, 0),
45129(4, 'Pediatrics', 50, 50, 0),52124(4, 'Pediatrics', 50, 50, 0),
45130(5, 'Perioperative', 50, 50, 0),52125(5, 'Perioperative', 50, 50, 0),
45131(6, 'Psychiatry', 50, 50, 0),52126(6, 'Psychiatry', 50, 50, 0),
45132(7, 'Surgery-Urology', 50, 50, 0),52127(7, 'Surgery-Urology', 50, 50, 0),
45133(8, 'Surgery-Orthopedic', 50, 50, 0),52128(8, 'Surgery-Orthopedic', 50, 50, 0),
45134(9, 'Integrated', 50, 50, 0);52129(9, 'Integrated', 50, 50, 0);
4513552130
45136-- --------------------------------------------------------52131-- --------------------------------------------------------
4513752132
45138--52133--
45139-- Table structure for table `logbook_deficiency_plans`52134-- Table structure for table `logbook_deficiency_plans`
45140--52135--
4514152136
45142CREATE TABLE `logbook_deficiency_plans` (52137CREATE TABLE `logbook_deficiency_plans` (
45143  `ldeficiency_plan_id` int(12) NOT NULL,52138  `ldeficiency_plan_id` int(12) NOT NULL,
45144  `proxy_id` int(12) NOT NULL DEFAULT '0',52139  `proxy_id` int(12) NOT NULL DEFAULT '0',
45145  `rotation_id` int(12) NOT NULL DEFAULT '0',52140  `rotation_id` int(12) NOT NULL DEFAULT '0',
45146  `plan_body` text,52141  `plan_body` text,
45147  `timeline_start` int(12) NOT NULL DEFAULT '0',52142  `timeline_start` int(12) NOT NULL DEFAULT '0',
45148  `timeline_finish` int(12) NOT NULL DEFAULT '0',52143  `timeline_finish` int(12) NOT NULL DEFAULT '0',
45149  `clerk_accepted` int(1) NOT NULL DEFAULT '0',52144  `clerk_accepted` int(1) NOT NULL DEFAULT '0',
45150  `administrator_accepted` int(1) NOT NULL DEFAULT '0',52145  `administrator_accepted` int(1) NOT NULL DEFAULT '0',
45151  `administrator_comments` text,52146  `administrator_comments` text,
45152  `administrator_id` int(12) NOT NULL DEFAULT '0'52147  `administrator_id` int(12) NOT NULL DEFAULT '0'
45153) ENGINE=InnoDB DEFAULT CHARSET=utf8;52148) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4515452149
45155-- --------------------------------------------------------52150-- --------------------------------------------------------
4515652151
45157--52152--
45158-- Table structure for table `logbook_entries`52153-- Table structure for table `logbook_entries`
45159--52154--
4516052155
45161CREATE TABLE `logbook_entries` (52156CREATE TABLE `logbook_entries` (
45162  `lentry_id` int(12) UNSIGNED NOT NULL,52157  `lentry_id` int(12) UNSIGNED NOT NULL,
45163  `proxy_id` int(12) UNSIGNED NOT NULL,52158  `proxy_id` int(12) UNSIGNED NOT NULL,
45164  `encounter_date` int(12) NOT NULL,52159  `encounter_date` int(12) NOT NULL,
45165  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',52160  `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0',
45166  `patient_info` varchar(30) NOT NULL,52161  `patient_info` varchar(30) NOT NULL,
45167  `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52162  `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45168  `gender` varchar(1) NOT NULL DEFAULT '0',52163  `gender` varchar(1) NOT NULL DEFAULT '0',
45169  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52164  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45170  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52165  `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45171  `lsite_id` int(11) NOT NULL,52166  `lsite_id` int(11) NOT NULL,
45172  `comments` text,52167  `comments` text,
45173  `reflection` text NOT NULL,52168  `reflection` text NOT NULL,
45174  `participation_level` int(2) NOT NULL DEFAULT '2',52169  `participation_level` int(2) NOT NULL DEFAULT '2',
45175  `entry_active` int(1) NOT NULL DEFAULT '1'52170  `entry_active` int(1) NOT NULL DEFAULT '1'
45176) ENGINE=InnoDB DEFAULT CHARSET=utf8;52171) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4517752172
45178-- --------------------------------------------------------52173-- --------------------------------------------------------
4517952174
45180--52175--
45181-- Table structure for table `logbook_entry_checklist`52176-- Table structure for table `logbook_entry_checklist`
45182--52177--
4518352178
45184CREATE TABLE `logbook_entry_checklist` (52179CREATE TABLE `logbook_entry_checklist` (
45185  `lechecklist_id` int(12) UNSIGNED NOT NULL,52180  `lechecklist_id` int(12) UNSIGNED NOT NULL,
45186  `proxy_id` int(12) UNSIGNED NOT NULL,52181  `proxy_id` int(12) UNSIGNED NOT NULL,
45187  `rotation_id` int(12) UNSIGNED NOT NULL,52182  `rotation_id` int(12) UNSIGNED NOT NULL,
45188  `checklist` bigint(64) UNSIGNED NOT NULL,52183  `checklist` bigint(64) UNSIGNED NOT NULL,
45189  `updated_date` bigint(64) NOT NULL52184  `updated_date` bigint(64) NOT NULL
45190) ENGINE=InnoDB DEFAULT CHARSET=utf8;52185) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4519152186
45192-- --------------------------------------------------------52187-- --------------------------------------------------------
4519352188
45194--52189--
45195-- Table structure for table `logbook_entry_evaluations`52190-- Table structure for table `logbook_entry_evaluations`
45196--52191--
4519752192
45198CREATE TABLE `logbook_entry_evaluations` (52193CREATE TABLE `logbook_entry_evaluations` (
45199  `leevaluation_id` int(11) UNSIGNED NOT NULL,52194  `leevaluation_id` int(11) UNSIGNED NOT NULL,
45200  `levaluation_id` int(12) UNSIGNED NOT NULL,52195  `levaluation_id` int(12) UNSIGNED NOT NULL,
45201  `item_status` int(1) NOT NULL DEFAULT '0',52196  `item_status` int(1) NOT NULL DEFAULT '0',
45202  `updated_date` bigint(64) NOT NULL52197  `updated_date` bigint(64) NOT NULL
45203) ENGINE=InnoDB DEFAULT CHARSET=utf8;52198) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4520452199
45205-- --------------------------------------------------------52200-- --------------------------------------------------------
4520652201
45207--52202--
45208-- Table structure for table `logbook_entry_objectives`52203-- Table structure for table `logbook_entry_objectives`
45209--52204--
4521052205
45211CREATE TABLE `logbook_entry_objectives` (52206CREATE TABLE `logbook_entry_objectives` (
45212  `leobjective_id` int(12) UNSIGNED NOT NULL,52207  `leobjective_id` int(12) UNSIGNED NOT NULL,
45213  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52208  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45214  `objective_id` int(12) UNSIGNED NOT NULL DEFAULT '0'52209  `objective_id` int(12) UNSIGNED NOT NULL DEFAULT '0'
45215) ENGINE=InnoDB DEFAULT CHARSET=utf8;52210) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4521652211
45217-- --------------------------------------------------------52212-- --------------------------------------------------------
4521852213
45219--52214--
45220-- Table structure for table `logbook_entry_procedures`52215-- Table structure for table `logbook_entry_procedures`
45221--52216--
4522252217
45223CREATE TABLE `logbook_entry_procedures` (52218CREATE TABLE `logbook_entry_procedures` (
45224  `leprocedure_id` int(12) UNSIGNED NOT NULL,52219  `leprocedure_id` int(12) UNSIGNED NOT NULL,
45225  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52220  `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45226  `lprocedure_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52221  `lprocedure_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45227  `level` smallint(6) NOT NULL COMMENT 'Level of involvement'52222  `level` smallint(6) NOT NULL COMMENT 'Level of involvement'
45228) ENGINE=InnoDB DEFAULT CHARSET=utf8;52223) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4522952224
45230-- --------------------------------------------------------52225-- --------------------------------------------------------
4523152226
45232--52227--
45233-- Table structure for table `logbook_location_types`52228-- Table structure for table `logbook_location_types`
45234--52229--
4523552230
45236CREATE TABLE `logbook_location_types` (52231CREATE TABLE `logbook_location_types` (
45237  `llocation_type_id` int(11) UNSIGNED NOT NULL,52232  `llocation_type_id` int(11) UNSIGNED NOT NULL,
45238  `lltype_id` int(11) NOT NULL,52233  `lltype_id` int(11) NOT NULL,
45239  `llocation_id` int(11) NOT NULL52234  `llocation_id` int(11) NOT NULL
45240) ENGINE=InnoDB DEFAULT CHARSET=utf8;52235) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4524152236
45242--52237--
45243-- Dumping data for table `logbook_location_types`52238-- Dumping data for table `logbook_location_types`
45244--52239--
4524552240
45246INSERT INTO `logbook_location_types` (`llocation_type_id`, `lltype_id`, `llocation_id`) VALUES52241INSERT INTO `logbook_location_types` (`llocation_type_id`, `lltype_id`, `llocation_id`) VALUES
45247(1, 1, 1),52242(1, 1, 1),
45248(2, 1, 3),52243(2, 1, 3),
45249(3, 2, 6),52244(3, 2, 6),
45250(4, 1, 5),52245(4, 1, 5),
45251(5, 1, 9),52246(5, 1, 9),
45252(6, 2, 2),52247(6, 2, 2),
45253(7, 2, 4),52248(7, 2, 4),
45254(8, 2, 5),52249(8, 2, 5),
45255(9, 2, 7),52250(9, 2, 7),
45256(10, 2, 8),52251(10, 2, 8),
45257(11, 3, 10),52252(11, 3, 10),
45258(12, 3, 11);52253(12, 3, 11);
4525952254
45260-- --------------------------------------------------------52255-- --------------------------------------------------------
4526152256
45262--52257--
45263-- Table structure for table `logbook_lu_agerange`52258-- Table structure for table `logbook_lu_agerange`
45264--52259--
4526552260
45266CREATE TABLE `logbook_lu_agerange` (52261CREATE TABLE `logbook_lu_agerange` (
45267  `agerange_id` int(12) UNSIGNED NOT NULL,52262  `agerange_id` int(12) UNSIGNED NOT NULL,
45268  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52263  `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45269  `age` varchar(8) DEFAULT NULL52264  `age` varchar(8) DEFAULT NULL
45270) ENGINE=InnoDB DEFAULT CHARSET=utf8;52265) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4527152266
45272--52267--
45273-- Dumping data for table `logbook_lu_agerange`52268-- Dumping data for table `logbook_lu_agerange`
45274--52269--
4527552270
45276INSERT INTO `logbook_lu_agerange` (`agerange_id`, `rotation_id`, `age`) VALUES52271INSERT INTO `logbook_lu_agerange` (`agerange_id`, `rotation_id`, `age`) VALUES
45277(1, 0, '  < 1'),52272(1, 0, '  < 1'),
45278(2, 0, ' 1 - 4'),52273(2, 0, ' 1 - 4'),
45279(3, 0, ' 5 - 14'),52274(3, 0, ' 5 - 14'),
45280(4, 0, '15 - 24'),52275(4, 0, '15 - 24'),
45281(5, 0, '25 - 34'),52276(5, 0, '25 - 34'),
45282(6, 0, '35 - 44'),52277(6, 0, '35 - 44'),
45283(7, 0, '45 - 54'),52278(7, 0, '45 - 54'),
45284(8, 0, '55 - 64'),52279(8, 0, '55 - 64'),
45285(9, 0, '65 - 74'),52280(9, 0, '65 - 74'),
45286(10, 0, '  75+'),52281(10, 0, '  75+'),
45287(11, 5, '  < 1m'),52282(11, 5, '  < 1m'),
45288(12, 5, '  < 1w'),52283(12, 5, '  < 1w'),
45289(13, 5, '  < 6m'),52284(13, 5, '  < 6m'),
45290(14, 5, '  < 12m'),52285(14, 5, '  < 12m'),
45291(15, 5, '  < 60m'),52286(15, 5, '  < 60m'),
45292(16, 5, '  5-12'),52287(16, 5, '  5-12'),
45293(17, 5, '13 - 19'),52288(17, 5, '13 - 19'),
45294(18, 5, '20 - 64'),52289(18, 5, '20 - 64'),
45295(19, 6, ' 5 - 11'),52290(19, 6, ' 5 - 11'),
45296(20, 6, '12 - 17'),52291(20, 6, '12 - 17'),
45297(21, 6, '18 - 34');52292(21, 6, '18 - 34');
4529852293
45299-- --------------------------------------------------------52294-- --------------------------------------------------------
4530052295
45301--52296--
45302-- Table structure for table `logbook_lu_checklist`52297-- Table structure for table `logbook_lu_checklist`
45303--52298--
4530452299
45305CREATE TABLE `logbook_lu_checklist` (52300CREATE TABLE `logbook_lu_checklist` (
45306  `lchecklist_id` int(12) UNSIGNED NOT NULL,52301  `lchecklist_id` int(12) UNSIGNED NOT NULL,
45307  `rotation_id` int(12) UNSIGNED NOT NULL,52302  `rotation_id` int(12) UNSIGNED NOT NULL,
45308  `line` int(11) DEFAULT NULL,52303  `line` int(11) DEFAULT NULL,
45309  `type` int(11) NOT NULL,52304  `type` int(11) NOT NULL,
45310  `indent` int(11) DEFAULT NULL,52305  `indent` int(11) DEFAULT NULL,
45311  `item` varchar(255) NOT NULL52306  `item` varchar(255) NOT NULL
45312) ENGINE=InnoDB DEFAULT CHARSET=utf8;52307) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4531352308
45314--52309--
45315-- Dumping data for table `logbook_lu_checklist`52310-- Dumping data for table `logbook_lu_checklist`
45316--52311--
4531752312
45318INSERT INTO `logbook_lu_checklist` (`lchecklist_id`, `rotation_id`, `line`, `type`, `indent`, `item`) VALUES52313INSERT INTO `logbook_lu_checklist` (`lchecklist_id`, `rotation_id`, `line`, `type`, `indent`, `item`) VALUES
45319(1, 2, 1, 1, 0, 'Checklist for Family Medicine:'),52314(1, 2, 1, 1, 0, 'Checklist for Family Medicine:'),
45320(2, 2, 2, 2, 2, 'Learning Plan (see core doc, p. 26)'),52315(2, 2, 2, 2, 2, 'Learning Plan (see core doc, p. 26)'),
45321(3, 2, 3, 1, 1, 'Midpoint Review (to be completed by 3rd Friday of rotation)'),52316(3, 2, 3, 1, 1, 'Midpoint Review (to be completed by 3rd Friday of rotation)'),
45322(4, 2, 5, 2, 2, 'Review Logbook with Preceptor'),52317(4, 2, 5, 2, 2, 'Review Logbook with Preceptor'),
45323(5, 2, 6, 2, 2, 'Review Learning Plan'),52318(5, 2, 6, 2, 2, 'Review Learning Plan'),
45324(6, 2, 7, 2, 2, 'Formative MCQ Exam (on 3rd Friday of rotation)'),52319(6, 2, 7, 2, 2, 'Formative MCQ Exam (on 3rd Friday of rotation)'),
45325(7, 2, 8, 1, 1, 'In the final (6th) week:'),52320(7, 2, 8, 1, 1, 'In the final (6th) week:'),
45326(8, 2, 9, 2, 2, 'Show completed logbook'),52321(8, 2, 9, 2, 2, 'Show completed logbook'),
45327(9, 2, 10, 2, 2, 'Present Project  to clinic (by 6th Friday; see core doc, p. 28)'),52322(9, 2, 10, 2, 2, 'Present Project  to clinic (by 6th Friday; see core doc, p. 28)'),
45328(10, 2, 11, 2, 2, 'Present Project to peers/examiners (by 6th Fri; core doc, p.28)'),52323(10, 2, 11, 2, 2, 'Present Project to peers/examiners (by 6th Fri; core doc, p.28)'),
45329(11, 2, 12, 2, 2, 'Have completed 4 mini-CEX (see core doc, p. 28)'),52324(11, 2, 12, 2, 2, 'Have completed 4 mini-CEX (see core doc, p. 28)'),
45330(12, 2, 13, 2, 2, 'Final ITER (due on 6th Friday of rotation)'),52325(12, 2, 13, 2, 2, 'Final ITER (due on 6th Friday of rotation)'),
45331(13, 2, 14, 2, 2, 'Summative MCQ Exam (on 6th Friday of rotation)'),52326(13, 2, 14, 2, 2, 'Summative MCQ Exam (on 6th Friday of rotation)'),
45332(14, 1, 1, 1, 0, 'Checklist for Emergency Medicine:'),52327(14, 1, 1, 1, 0, 'Checklist for Emergency Medicine:'),
45333(15, 1, 2, 2, 2, 'Daily Shift Reports'),52328(15, 1, 2, 2, 2, 'Daily Shift Reports'),
45334(16, 1, 3, 1, 1, 'Midpoint Review '),52329(16, 1, 3, 1, 1, 'Midpoint Review '),
45335(17, 1, 4, 2, 2, 'Review Logbook with Preceptor'),52330(17, 1, 4, 2, 2, 'Review Logbook with Preceptor'),
45336(18, 1, 5, 1, 1, 'In the final week:'),52331(18, 1, 5, 1, 1, 'In the final week:'),
45337(19, 1, 6, 2, 2, 'Show completed logbook'),52332(19, 1, 6, 2, 2, 'Show completed logbook'),
45338(20, 1, 7, 2, 2, 'Final ITER '),52333(20, 1, 7, 2, 2, 'Final ITER '),
45339(21, 1, 8, 2, 2, 'Summative MCQ Exam '),52334(21, 1, 8, 2, 2, 'Summative MCQ Exam '),
45340(22, 3, 1, 1, 0, 'Checklist for Internal Medicine:'),52335(22, 3, 1, 1, 0, 'Checklist for Internal Medicine:'),
45341(23, 3, 2, 1, 1, 'Midpoint Review (to be completed by 6th Friday of rotation)'),52336(23, 3, 2, 1, 1, 'Midpoint Review (to be completed by 6th Friday of rotation)'),
45342(24, 3, 3, 2, 2, 'Review Logbook with Preceptor'),52337(24, 3, 3, 2, 2, 'Review Logbook with Preceptor'),
45343(25, 3, 4, 2, 2, 'Formative MCQ Exam (on 6th Friday of rotation)'),52338(25, 3, 4, 2, 2, 'Formative MCQ Exam (on 6th Friday of rotation)'),
45344(26, 3, 5, 2, 2, 'Formative Mid-term OSCE'),52339(26, 3, 5, 2, 2, 'Formative Mid-term OSCE'),
45345(27, 3, 6, 1, 1, 'In the final (12th) week:'),52340(27, 3, 6, 1, 1, 'In the final (12th) week:'),
45346(28, 3, 7, 2, 2, 'Show completed logbook'),52341(28, 3, 7, 2, 2, 'Show completed logbook'),
45347(29, 3, 8, 2, 2, 'Final ITER (due on 12th Friday of rotation)'),52342(29, 3, 8, 2, 2, 'Final ITER (due on 12th Friday of rotation)'),
45348(30, 3, 9, 2, 2, 'Summative MCQ Exam'),52343(30, 3, 9, 2, 2, 'Summative MCQ Exam'),
45349(31, 4, 1, 1, 0, 'Checklist for Obstetrics & Gynecology:'),52344(31, 4, 1, 1, 0, 'Checklist for Obstetrics & Gynecology:'),
45350(32, 4, 2, 1, 1, 'Midpoint Review (to be completed by 2nd week of rotation)'),52345(32, 4, 2, 1, 1, 'Midpoint Review (to be completed by 2nd week of rotation)'),
45351(33, 4, 3, 2, 2, 'Review Logbook with Preceptor'),52346(33, 4, 3, 2, 2, 'Review Logbook with Preceptor'),
45352(34, 4, 4, 2, 2, 'Formative MCQ Exam (on 2nd week of rotation)'),52347(34, 4, 4, 2, 2, 'Formative MCQ Exam (on 2nd week of rotation)'),
45353(35, 4, 5, 1, 1, 'In the final (4th) week:'),52348(35, 4, 5, 1, 1, 'In the final (4th) week:'),
45354(36, 4, 6, 2, 2, 'Show completed logbook'),52349(36, 4, 6, 2, 2, 'Show completed logbook'),
45355(37, 4, 7, 2, 2, 'Final ITER (due on 4th Friday of rotation)'),52350(37, 4, 7, 2, 2, 'Final ITER (due on 4th Friday of rotation)'),
45356(38, 4, 8, 2, 2, 'Summative MCQ Exam'),52351(38, 4, 8, 2, 2, 'Summative MCQ Exam'),
45357(39, 5, 1, 1, 0, 'Checklist for Pediatrics:'),52352(39, 5, 1, 1, 0, 'Checklist for Pediatrics:'),
45358(40, 5, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),52353(40, 5, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),
45359(41, 5, 3, 2, 2, 'Review Logbook with Preceptor'),52354(41, 5, 3, 2, 2, 'Review Logbook with Preceptor'),
45360(42, 5, 4, 2, 2, 'Formative OSCE (mid-point of rotation)'),52355(42, 5, 4, 2, 2, 'Formative OSCE (mid-point of rotation)'),
45361(43, 5, 5, 1, 1, 'In the final week:'),52356(43, 5, 5, 1, 1, 'In the final week:'),
45362(44, 5, 6, 2, 2, 'Show completed logbook'),52357(44, 5, 6, 2, 2, 'Show completed logbook'),
45363(45, 5, 7, 2, 2, 'Final ITER'),52358(45, 5, 7, 2, 2, 'Final ITER'),
45364(46, 5, 8, 2, 2, 'Summative MCQ Exam'),52359(46, 5, 8, 2, 2, 'Summative MCQ Exam'),
45365(47, 6, 1, 1, 0, 'Checklist for Psychiatry:'),52360(47, 6, 1, 1, 0, 'Checklist for Psychiatry:'),
45366(48, 6, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),52361(48, 6, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),
45367(49, 6, 3, 2, 2, 'Review Logbook with Preceptor'),52362(49, 6, 3, 2, 2, 'Review Logbook with Preceptor'),
45368(50, 6, 4, 2, 2, 'Formative VOSCE (mid-point of rotation)'),52363(50, 6, 4, 2, 2, 'Formative VOSCE (mid-point of rotation)'),
45369(51, 6, 5, 1, 1, 'In the final week:'),52364(51, 6, 5, 1, 1, 'In the final week:'),
45370(52, 6, 6, 2, 2, 'Show completed logbook'),52365(52, 6, 6, 2, 2, 'Show completed logbook'),
45371(53, 6, 7, 2, 2, 'Final ITER'),52366(53, 6, 7, 2, 2, 'Final ITER'),
45372(54, 6, 8, 2, 2, 'Summative MCQ Exam'),52367(54, 6, 8, 2, 2, 'Summative MCQ Exam'),
45373(55, 6, 9, 2, 2, 'Evaluation of Psychiatric Interviewing Skills'),52368(55, 6, 9, 2, 2, 'Evaluation of Psychiatric Interviewing Skills'),
45374(56, 7, 1, 1, 0, 'Checklist for Surgery / Anesthesia:'),52369(56, 7, 1, 1, 0, 'Checklist for Surgery / Anesthesia:'),
45375(57, 7, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),52370(57, 7, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'),
45376(58, 7, 3, 2, 2, 'Review Logbook with Preceptor'),52371(58, 7, 3, 2, 2, 'Review Logbook with Preceptor'),
45377(59, 7, 4, 2, 2, 'Formative MCQ (mid-point of rotation)'),52372(59, 7, 4, 2, 2, 'Formative MCQ (mid-point of rotation)'),
45378(60, 7, 5, 1, 1, 'In the final week:'),52373(60, 7, 5, 1, 1, 'In the final week:'),
45379(61, 7, 6, 2, 2, 'Show completed logbook'),52374(61, 7, 6, 2, 2, 'Show completed logbook'),
45380(62, 7, 7, 2, 2, 'Final ITER'),52375(62, 7, 7, 2, 2, 'Final ITER'),
45381(63, 7, 8, 2, 2, 'Summative MCQ Exam');52376(63, 7, 8, 2, 2, 'Summative MCQ Exam');
4538252377
45383-- --------------------------------------------------------52378-- --------------------------------------------------------
4538452379
45385--52380--
45386-- Table structure for table `logbook_lu_evaluations`52381-- Table structure for table `logbook_lu_evaluations`
45387--52382--
4538852383
45389CREATE TABLE `logbook_lu_evaluations` (52384CREATE TABLE `logbook_lu_evaluations` (
45390  `levaluation_id` int(12) UNSIGNED NOT NULL,52385  `levaluation_id` int(12) UNSIGNED NOT NULL,
45391  `rotation_id` int(12) UNSIGNED NOT NULL,52386  `rotation_id` int(12) UNSIGNED NOT NULL,
45392  `line` int(11) DEFAULT NULL,52387  `line` int(11) DEFAULT NULL,
45393  `type` int(11) NOT NULL,52388  `type` int(11) NOT NULL,
45394  `indent` int(11) DEFAULT NULL,52389  `indent` int(11) DEFAULT NULL,
45395  `item` varchar(255) NOT NULL52390  `item` varchar(255) NOT NULL
45396) ENGINE=InnoDB DEFAULT CHARSET=utf8;52391) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4539752392
45398-- --------------------------------------------------------52393-- --------------------------------------------------------
4539952394
45400--52395--
45401-- Table structure for table `logbook_lu_locations`52396-- Table structure for table `logbook_lu_locations`
45402--52397--
4540352398
45404CREATE TABLE `logbook_lu_locations` (52399CREATE TABLE `logbook_lu_locations` (
45405  `llocation_id` int(12) UNSIGNED NOT NULL,52400  `llocation_id` int(12) UNSIGNED NOT NULL,
45406  `location` varchar(64) DEFAULT NULL52401  `location` varchar(64) DEFAULT NULL
45407) ENGINE=InnoDB DEFAULT CHARSET=utf8;52402) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4540852403
45409--52404--
45410-- Dumping data for table `logbook_lu_locations`52405-- Dumping data for table `logbook_lu_locations`
45411--52406--
4541252407
45413INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`) VALUES52408INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`) VALUES
45414(1, 'Office / Clinic'),52409(1, 'Office / Clinic'),
45415(2, 'Hospital Ward'),52410(2, 'Hospital Ward'),
45416(3, 'Emergency'),52411(3, 'Emergency'),
45417(4, 'OR'),52412(4, 'OR'),
45418(5, 'OSCE'),52413(5, 'OSCE'),
45419(6, 'Bedside Teaching Rounds'),52414(6, 'Bedside Teaching Rounds'),
45420(7, 'Case Base Teaching Rounds'),52415(7, 'Case Base Teaching Rounds'),
45421(8, 'Patients Home'),52416(8, 'Patients Home'),
45422(9, 'Nursing Home'),52417(9, 'Nursing Home'),
45423(10, 'Community Site'),52418(10, 'Community Site'),
45424(11, 'Computer Interactive Case'),52419(11, 'Computer Interactive Case'),
45425(12, 'Day Surgery'),52420(12, 'Day Surgery'),
45426(13, 'Mega code'),52421(13, 'Mega code'),
45427(14, 'Seminar Blocks'),52422(14, 'Seminar Blocks'),
45428(15, 'HPS'),52423(15, 'HPS'),
45429(16, 'Nursery');52424(16, 'Nursery');
4543052425
45431-- --------------------------------------------------------52426-- --------------------------------------------------------
4543252427
45433--52428--
45434-- Table structure for table `logbook_lu_location_types`52429-- Table structure for table `logbook_lu_location_types`
45435--52430--
4543652431
45437CREATE TABLE `logbook_lu_location_types` (52432CREATE TABLE `logbook_lu_location_types` (
45438  `lltype_id` int(11) UNSIGNED NOT NULL,52433  `lltype_id` int(11) UNSIGNED NOT NULL,
45439  `location_type` varchar(32) DEFAULT NULL,52434  `location_type` varchar(32) DEFAULT NULL,
45440  `location_type_short` varchar(8) DEFAULT NULL52435  `location_type_short` varchar(8) DEFAULT NULL
45441) ENGINE=InnoDB DEFAULT CHARSET=utf8;52436) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4544252437
45443--52438--
45444-- Dumping data for table `logbook_lu_location_types`52439-- Dumping data for table `logbook_lu_location_types`
45445--52440--
4544652441
45447INSERT INTO `logbook_lu_location_types` (`lltype_id`, `location_type`, `location_type_short`) VALUES52442INSERT INTO `logbook_lu_location_types` (`lltype_id`, `location_type`, `location_type_short`) VALUES
45448(1, 'Ambulatory', 'Amb'),52443(1, 'Ambulatory', 'Amb'),
45449(2, 'Inpatient', 'Inp'),52444(2, 'Inpatient', 'Inp'),
45450(3, 'Alternative', 'Alt');52445(3, 'Alternative', 'Alt');
4545152446
45452-- --------------------------------------------------------52447-- --------------------------------------------------------
4545352448
45454--52449--
45455-- Table structure for table `logbook_lu_procedures`52450-- Table structure for table `logbook_lu_procedures`
45456--52451--
4545752452
45458CREATE TABLE `logbook_lu_procedures` (52453CREATE TABLE `logbook_lu_procedures` (
45459  `lprocedure_id` int(12) UNSIGNED NOT NULL,52454  `lprocedure_id` int(12) UNSIGNED NOT NULL,
45460  `procedure` varchar(60) NOT NULL52455  `procedure` varchar(60) NOT NULL
45461) ENGINE=InnoDB DEFAULT CHARSET=utf8;52456) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4546252457
45463--52458--
45464-- Dumping data for table `logbook_lu_procedures`52459-- Dumping data for table `logbook_lu_procedures`
45465--52460--
4546652461
45467INSERT INTO `logbook_lu_procedures` (`lprocedure_id`, `procedure`) VALUES52462INSERT INTO `logbook_lu_procedures` (`lprocedure_id`, `procedure`) VALUES
45468(1, 'ABG'),52463(1, 'ABG'),
45469(2, 'Dictation-discharge'),52464(2, 'Dictation-discharge'),
45470(3, 'Dictation-letter'),52465(3, 'Dictation-letter'),
45471(4, 'Cervical exam/labour'),52466(4, 'Cervical exam/labour'),
45472(5, 'Delivery, norm vaginal'),52467(5, 'Delivery, norm vaginal'),
45473(6, 'Delivery, placenta'),52468(6, 'Delivery, placenta'),
45474(7, 'PAP smear'),52469(7, 'PAP smear'),
45475(8, 'Pelvic exam'),52470(8, 'Pelvic exam'),
45476(9, 'Perineal repair'),52471(9, 'Perineal repair'),
45477(10, 'Pessary insert/remove'),52472(10, 'Pessary insert/remove'),
45478(11, 'Growth curve'),52473(11, 'Growth curve'),
45479(12, 'Infant/child immun'),52474(12, 'Infant/child immun'),
45480(13, 'Otoscopy, child'),52475(13, 'Otoscopy, child'),
45481(14, 'Cast/splint'),52476(14, 'Cast/splint'),
45482(15, 'ETT intubation'),52477(15, 'ETT intubation'),
45483(16, 'Facemask ventilation'),52478(16, 'Facemask ventilation'),
45484(17, 'IV catheter'),52479(17, 'IV catheter'),
45485(18, 'IV setup'),52480(18, 'IV setup'),
45486(19, 'OR monitors'),52481(19, 'OR monitors'),
45487(20, 'PCA setup'),52482(20, 'PCA setup'),
45488(21, 'Slit lamp exam'),52483(21, 'Slit lamp exam'),
45489(22, 'Suturing'),52484(22, 'Suturing'),
45490(23, 'Venipuncture'),52485(23, 'Venipuncture'),
45491(24, 'NG tube'),52486(24, 'NG tube'),
45492(25, 'Surgical technique/OR assist');52487(25, 'Surgical technique/OR assist');
4549352488
45494-- --------------------------------------------------------52489-- --------------------------------------------------------
4549552490
45496--52491--
45497-- Table structure for table `logbook_lu_sites`52492-- Table structure for table `logbook_lu_sites`
45498--52493--
4549952494
45500CREATE TABLE `logbook_lu_sites` (52495CREATE TABLE `logbook_lu_sites` (
45501  `lsite_id` int(11) NOT NULL,52496  `lsite_id` int(11) NOT NULL,
45502  `site_type` int(11) DEFAULT NULL,52497  `site_type` int(11) DEFAULT NULL,
45503  `site_name` varchar(64) NOT NULL52498  `site_name` varchar(64) NOT NULL
45504) ENGINE=InnoDB DEFAULT CHARSET=utf8;52499) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4550552500
45506--52501--
45507-- Dumping data for table `logbook_lu_sites`52502-- Dumping data for table `logbook_lu_sites`
45508--52503--
4550952504
45510INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_type`, `site_name`) VALUES52505INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_type`, `site_name`) VALUES
45511(1, 1, 'Brockville General Hospital'),52506(1, 1, 'Brockville General Hospital'),
45512(2, 1, 'Brockville Pyschiatric Hospital'),52507(2, 1, 'Brockville Pyschiatric Hospital'),
45513(3, 1, 'CHEO'),52508(3, 1, 'CHEO'),
45514(4, 1, 'Hotel Dieu Hospital'),52509(4, 1, 'Hotel Dieu Hospital'),
45515(5, 1, 'Kingston General Hospital'),52510(5, 1, 'Kingston General Hospital'),
45516(6, 1, 'Lakeridge Health'),52511(6, 1, 'Lakeridge Health'),
45517(7, 1, 'Markam Stouffville Hospital'),52512(7, 1, 'Markam Stouffville Hospital'),
45518(8, 1, 'Ongwanada'),52513(8, 1, 'Ongwanada'),
45519(9, 1, 'Peterborough Regional Health Centre'),52514(9, 1, 'Peterborough Regional Health Centre'),
45520(10, 1, 'Providence Continuing Care Centre'),52515(10, 1, 'Providence Continuing Care Centre'),
45521(11, 1, 'Queensway Carleton Hospital'),52516(11, 1, 'Queensway Carleton Hospital'),
45522(12, 1, 'Quinte Health Care'),52517(12, 1, 'Quinte Health Care'),
45523(13, 1, 'Weenebayko General Hospital'),52518(13, 1, 'Weenebayko General Hospital'),
45524(14, 1, 'Queen\'s University');52519(14, 1, 'Queen\'s University');
4552552520
45526-- --------------------------------------------------------52521-- --------------------------------------------------------
4552752522
45528--52523--
45529-- Table structure for table `logbook_mandatory_objectives`52524-- Table structure for table `logbook_mandatory_objectives`
45530--52525--
4553152526
45532CREATE TABLE `logbook_mandatory_objectives` (52527CREATE TABLE `logbook_mandatory_objectives` (
45533  `lmobjective_id` int(12) UNSIGNED NOT NULL,52528  `lmobjective_id` int(12) UNSIGNED NOT NULL,
45534  `rotation_id` int(12) UNSIGNED DEFAULT NULL,52529  `rotation_id` int(12) UNSIGNED DEFAULT NULL,
45535  `objective_id` int(12) UNSIGNED DEFAULT NULL,52530  `objective_id` int(12) UNSIGNED DEFAULT NULL,
45536  `number_required` int(2) NOT NULL DEFAULT '1',52531  `number_required` int(2) NOT NULL DEFAULT '1',
45537  `grad_year_min` int(11) NOT NULL DEFAULT '2011',52532  `grad_year_min` int(11) NOT NULL DEFAULT '2011',
45538  `grad_year_max` int(11) NOT NULL DEFAULT '0'52533  `grad_year_max` int(11) NOT NULL DEFAULT '0'
45539) ENGINE=InnoDB DEFAULT CHARSET=utf8;52534) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4554052535
45541--52536--
45542-- Dumping data for table `logbook_mandatory_objectives`52537-- Dumping data for table `logbook_mandatory_objectives`
45543--52538--
4554452539
45545INSERT INTO `logbook_mandatory_objectives` (`lmobjective_id`, `rotation_id`, `objective_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES52540INSERT INTO `logbook_mandatory_objectives` (`lmobjective_id`, `rotation_id`, `objective_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES
45546(1, 8, 201, 1, 2011, 0),52541(1, 8, 201, 1, 2011, 0),
45547(2, 8, 202, 1, 2011, 0),52542(2, 8, 202, 1, 2011, 0),
45548(3, 8, 203, 1, 2011, 0),52543(3, 8, 203, 1, 2011, 0),
45549(4, 8, 207, 1, 2011, 0),52544(4, 8, 207, 1, 2011, 0),
45550(5, 8, 208, 1, 2011, 0),52545(5, 8, 208, 1, 2011, 0),
45551(6, 8, 209, 1, 2011, 0),52546(6, 8, 209, 1, 2011, 0),
45552(7, 8, 210, 1, 2011, 0),52547(7, 8, 210, 1, 2011, 0),
45553(8, 8, 211, 1, 2011, 0),52548(8, 8, 211, 1, 2011, 0),
45554(9, 8, 212, 1, 2011, 0),52549(9, 8, 212, 1, 2011, 0),
45555(10, 8, 213, 1, 2011, 0),52550(10, 8, 213, 1, 2011, 0),
45556(11, 8, 214, 1, 2011, 0),52551(11, 8, 214, 1, 2011, 0),
45557(12, 6, 215, 1, 2011, 0),52552(12, 6, 215, 1, 2011, 0),
45558(13, 8, 216, 1, 2011, 0),52553(13, 8, 216, 1, 2011, 0),
45559(14, 7, 204, 1, 2011, 0),52554(14, 7, 204, 1, 2011, 0),
45560(15, 7, 205, 1, 2011, 0),52555(15, 7, 205, 1, 2011, 0),
45561(16, 7, 206, 1, 2011, 0),52556(16, 7, 206, 1, 2011, 0),
45562(17, 7, 207, 1, 2011, 0),52557(17, 7, 207, 1, 2011, 0),
45563(18, 7, 208, 1, 2011, 0),52558(18, 7, 208, 1, 2011, 0),
45564(19, 7, 209, 1, 2011, 0),52559(19, 7, 209, 1, 2011, 0),
45565(20, 7, 210, 1, 2011, 0),52560(20, 7, 210, 1, 2011, 0),
45566(21, 7, 211, 1, 2011, 0),52561(21, 7, 211, 1, 2011, 0),
45567(22, 7, 212, 1, 2011, 0),52562(22, 7, 212, 1, 2011, 0),
45568(23, 7, 213, 1, 2011, 0),52563(23, 7, 213, 1, 2011, 0),
45569(24, 7, 214, 1, 2011, 0),52564(24, 7, 214, 1, 2011, 0),
45570(25, 7, 216, 1, 2011, 0),52565(25, 7, 216, 1, 2011, 0),
45571(26, 6, 217, 1, 2011, 0),52566(26, 6, 217, 1, 2011, 0),
45572(27, 6, 218, 1, 2011, 0),52567(27, 6, 218, 1, 2011, 0),
45573(28, 6, 219, 1, 2011, 0),52568(28, 6, 219, 1, 2011, 0),
45574(29, 5, 220, 1, 2011, 0),52569(29, 5, 220, 1, 2011, 0),
45575(30, 6, 221, 1, 2011, 0),52570(30, 6, 221, 1, 2011, 0),
45576(31, 5, 222, 1, 2011, 0),52571(31, 5, 222, 1, 2011, 0),
45577(32, 5, 223, 1, 2011, 0),52572(32, 5, 223, 1, 2011, 0),
45578(33, 5, 224, 1, 2011, 0),52573(33, 5, 224, 1, 2011, 0),
45579(34, 5, 225, 1, 2011, 0),52574(34, 5, 225, 1, 2011, 0),
45580(35, 5, 226, 1, 2011, 0),52575(35, 5, 226, 1, 2011, 0),
45581(36, 5, 227, 2, 2011, 0),52576(36, 5, 227, 2, 2011, 0),
45582(37, 5, 228, 1, 2011, 0),52577(37, 5, 228, 1, 2011, 0),
45583(38, 5, 229, 2, 2011, 0),52578(38, 5, 229, 2, 2011, 0),
45584(39, 5, 230, 1, 2011, 0),52579(39, 5, 230, 1, 2011, 0),
45585(40, 5, 201, 1, 2011, 0),52580(40, 5, 201, 1, 2011, 0),
45586(41, 5, 202, 1, 2011, 0),52581(41, 5, 202, 1, 2011, 0),
45587(42, 5, 233, 1, 2011, 0),52582(42, 5, 233, 1, 2011, 0),
45588(43, 4, 234, 1, 2011, 0),52583(43, 4, 234, 1, 2011, 0),
45589(44, 4, 235, 1, 2011, 0),52584(44, 4, 235, 1, 2011, 0),
45590(45, 4, 236, 1, 2011, 0),52585(45, 4, 236, 1, 2011, 0),
45591(46, 4, 237, 1, 2011, 0),52586(46, 4, 237, 1, 2011, 0),
45592(47, 4, 238, 1, 2011, 0),52587(47, 4, 238, 1, 2011, 0),
45593(48, 4, 239, 1, 2011, 0),52588(48, 4, 239, 1, 2011, 0),
45594(49, 4, 240, 1, 2011, 0),52589(49, 4, 240, 1, 2011, 0),
45595(50, 4, 241, 1, 2011, 0),52590(50, 4, 241, 1, 2011, 0),
45596(51, 4, 242, 1, 2011, 0),52591(51, 4, 242, 1, 2011, 0),
45597(52, 4, 243, 1, 2011, 0),52592(52, 4, 243, 1, 2011, 0),
45598(53, 4, 244, 1, 2011, 0),52593(53, 4, 244, 1, 2011, 0),
45599(54, 4, 245, 1, 2011, 0),52594(54, 4, 245, 1, 2011, 0),
45600(55, 4, 246, 1, 2011, 0),52595(55, 4, 246, 1, 2011, 0),
45601(56, 4, 247, 1, 2011, 0),52596(56, 4, 247, 1, 2011, 0),
45602(57, 4, 248, 1, 2011, 0),52597(57, 4, 248, 1, 2011, 0),
45603(58, 4, 249, 1, 2011, 0),52598(58, 4, 249, 1, 2011, 0),
45604(59, 4, 250, 1, 2011, 0),52599(59, 4, 250, 1, 2011, 0),
45605(60, 4, 251, 1, 2011, 0),52600(60, 4, 251, 1, 2011, 0),
45606(61, 4, 252, 1, 2011, 0),52601(61, 4, 252, 1, 2011, 0),
45607(62, 4, 253, 1, 2011, 0),52602(62, 4, 253, 1, 2011, 0),
45608(63, 4, 254, 1, 2011, 0),52603(63, 4, 254, 1, 2011, 0),
45609(64, 4, 255, 1, 2011, 0),52604(64, 4, 255, 1, 2011, 0),
45610(65, 4, 256, 1, 2011, 0),52605(65, 4, 256, 1, 2011, 0),
45611(66, 3, 257, 1, 2011, 0),52606(66, 3, 257, 1, 2011, 0),
45612(67, 3, 258, 1, 2011, 0),52607(67, 3, 258, 1, 2011, 0),
45613(68, 3, 259, 1, 2011, 0),52608(68, 3, 259, 1, 2011, 0),
45614(69, 3, 260, 1, 2011, 0),52609(69, 3, 260, 1, 2011, 0),
45615(70, 3, 261, 1, 2011, 0),52610(70, 3, 261, 1, 2011, 0),
45616(71, 3, 262, 1, 2011, 0),52611(71, 3, 262, 1, 2011, 0),
45617(72, 3, 263, 1, 2011, 0),52612(72, 3, 263, 1, 2011, 0),
45618(73, 3, 264, 1, 2011, 0),52613(73, 3, 264, 1, 2011, 0),
45619(74, 3, 265, 1, 2011, 0),52614(74, 3, 265, 1, 2011, 0),
45620(75, 3, 266, 1, 2011, 0),52615(75, 3, 266, 1, 2011, 0),
45621(76, 3, 267, 1, 2011, 0),52616(76, 3, 267, 1, 2011, 0),
45622(77, 2, 268, 1, 2011, 0),52617(77, 2, 268, 1, 2011, 0),
45623(78, 2, 269, 1, 2011, 0),52618(78, 2, 269, 1, 2011, 0),
45624(79, 2, 270, 1, 2011, 0),52619(79, 2, 270, 1, 2011, 0),
45625(80, 2, 271, 1, 2011, 0),52620(80, 2, 271, 1, 2011, 0),
45626(81, 2, 272, 1, 2011, 0),52621(81, 2, 272, 1, 2011, 0),
45627(82, 2, 273, 1, 2011, 0),52622(82, 2, 273, 1, 2011, 0),
45628(83, 2, 274, 1, 2011, 0),52623(83, 2, 274, 1, 2011, 0),
45629(84, 2, 275, 1, 2011, 0),52624(84, 2, 275, 1, 2011, 0),
45630(85, 2, 276, 1, 2011, 0),52625(85, 2, 276, 1, 2011, 0),
45631(86, 2, 277, 1, 2011, 0),52626(86, 2, 277, 1, 2011, 0),
45632(87, 2, 278, 1, 2011, 0),52627(87, 2, 278, 1, 2011, 0),
45633(88, 2, 279, 1, 2011, 0),52628(88, 2, 279, 1, 2011, 0),
45634(89, 2, 280, 1, 2011, 0),52629(89, 2, 280, 1, 2011, 0),
45635(90, 2, 281, 1, 2011, 0),52630(90, 2, 281, 1, 2011, 0),
45636(91, 2, 282, 1, 2011, 0),52631(91, 2, 282, 1, 2011, 0),
45637(92, 2, 283, 1, 2011, 0),52632(92, 2, 283, 1, 2011, 0),
45638(93, 2, 284, 1, 2011, 0),52633(93, 2, 284, 1, 2011, 0),
45639(94, 2, 285, 1, 2011, 0),52634(94, 2, 285, 1, 2011, 0),
45640(95, 2, 286, 1, 2011, 0),52635(95, 2, 286, 1, 2011, 0),
45641(96, 2, 287, 1, 2011, 0),52636(96, 2, 287, 1, 2011, 0),
45642(97, 2, 288, 1, 2011, 0),52637(97, 2, 288, 1, 2011, 0),
45643(98, 1, 289, 1, 2011, 0),52638(98, 1, 289, 1, 2011, 0),
45644(99, 1, 290, 1, 2011, 0),52639(99, 1, 290, 1, 2011, 0),
45645(100, 1, 291, 1, 2011, 0),52640(100, 1, 291, 1, 2011, 0),
45646(101, 1, 292, 1, 2011, 0),52641(101, 1, 292, 1, 2011, 0),
45647(102, 1, 293, 1, 2011, 0),52642(102, 1, 293, 1, 2011, 0),
45648(103, 1, 294, 1, 2011, 0),52643(103, 1, 294, 1, 2011, 0),
45649(104, 1, 295, 3, 2011, 0),52644(104, 1, 295, 3, 2011, 0),
45650(105, 1, 296, 1, 2011, 0),52645(105, 1, 296, 1, 2011, 0),
45651(106, 1, 221, 1, 2011, 0),52646(106, 1, 221, 1, 2011, 0),
45652(107, 1, 276, 1, 2011, 0),52647(107, 1, 276, 1, 2011, 0),
45653(108, 1, 299, 1, 2011, 0),52648(108, 1, 299, 1, 2011, 0),
45654(109, 1, 300, 1, 2011, 0),52649(109, 1, 300, 1, 2011, 0),
45655(110, 1, 242, 1, 2011, 0),52650(110, 1, 242, 1, 2011, 0),
45656(111, 1, 281, 1, 2011, 0),52651(111, 1, 281, 1, 2011, 0),
45657(112, 1, 303, 1, 2011, 0),52652(112, 1, 303, 1, 2011, 0),
45658(113, 1, 284, 1, 2011, 0);52653(113, 1, 284, 1, 2011, 0);
4565952654
45660-- --------------------------------------------------------52655-- --------------------------------------------------------
4566152656
45662--52657--
45663-- Table structure for table `logbook_mandatory_objective_locations`52658-- Table structure for table `logbook_mandatory_objective_locations`
45664--52659--
4566552660
45666CREATE TABLE `logbook_mandatory_objective_locations` (52661CREATE TABLE `logbook_mandatory_objective_locations` (
45667  `lmolocation_id` int(11) UNSIGNED NOT NULL,52662  `lmolocation_id` int(11) UNSIGNED NOT NULL,
45668  `lmobjective_id` int(11) DEFAULT NULL,52663  `lmobjective_id` int(11) DEFAULT NULL,
45669  `lltype_id` int(11) DEFAULT NULL52664  `lltype_id` int(11) DEFAULT NULL
45670) ENGINE=InnoDB DEFAULT CHARSET=utf8;52665) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4567152666
45672--52667--
45673-- Dumping data for table `logbook_mandatory_objective_locations`52668-- Dumping data for table `logbook_mandatory_objective_locations`
45674--52669--
4567552670
45676INSERT INTO `logbook_mandatory_objective_locations` (`lmolocation_id`, `lmobjective_id`, `lltype_id`) VALUES52671INSERT INTO `logbook_mandatory_objective_locations` (`lmolocation_id`, `lmobjective_id`, `lltype_id`) VALUES
45677(1, 98, 1),52672(1, 98, 1),
45678(2, 99, 1),52673(2, 99, 1),
45679(3, 100, 1),52674(3, 100, 1),
45680(4, 101, 1),52675(4, 101, 1),
45681(5, 102, 1),52676(5, 102, 1),
45682(6, 103, 1),52677(6, 103, 1),
45683(7, 104, 1),52678(7, 104, 1),
45684(8, 105, 1),52679(8, 105, 1),
45685(9, 106, 1),52680(9, 106, 1),
45686(10, 107, 1),52681(10, 107, 1),
45687(11, 108, 1),52682(11, 108, 1),
45688(12, 109, 1),52683(12, 109, 1),
45689(13, 110, 1),52684(13, 110, 1),
45690(14, 111, 1),52685(14, 111, 1),
45691(15, 112, 1),52686(15, 112, 1),
45692(16, 113, 1),52687(16, 113, 1),
45693(17, 77, 1),52688(17, 77, 1),
45694(18, 77, 2),52689(18, 77, 2),
45695(19, 78, 1),52690(19, 78, 1),
45696(20, 78, 2),52691(20, 78, 2),
45697(21, 79, 1),52692(21, 79, 1),
45698(22, 79, 2),52693(22, 79, 2),
45699(23, 80, 1),52694(23, 80, 1),
45700(24, 80, 2),52695(24, 80, 2),
45701(25, 81, 1),52696(25, 81, 1),
45702(26, 81, 2),52697(26, 81, 2),
45703(27, 82, 1),52698(27, 82, 1),
45704(28, 82, 2),52699(28, 82, 2),
45705(29, 83, 1),52700(29, 83, 1),
45706(30, 83, 2),52701(30, 83, 2),
45707(31, 84, 1),52702(31, 84, 1),
45708(32, 84, 2),52703(32, 84, 2),
45709(33, 85, 2),52704(33, 85, 2),
45710(34, 86, 1),52705(34, 86, 1),
45711(35, 86, 2),52706(35, 86, 2),
45712(36, 87, 1),52707(36, 87, 1),
45713(37, 87, 2),52708(37, 87, 2),
45714(38, 88, 1),52709(38, 88, 1),
45715(39, 88, 2),52710(39, 88, 2),
45716(40, 89, 1),52711(40, 89, 1),
45717(41, 89, 2),52712(41, 89, 2),
45718(42, 90, 1),52713(42, 90, 1),
45719(43, 90, 2),52714(43, 90, 2),
45720(44, 91, 1),52715(44, 91, 1),
45721(45, 91, 2),52716(45, 91, 2),
45722(46, 92, 1),52717(46, 92, 1),
45723(47, 92, 2),52718(47, 92, 2),
45724(48, 93, 1),52719(48, 93, 1),
45725(49, 93, 2),52720(49, 93, 2),
45726(50, 95, 1),52721(50, 95, 1),
45727(51, 95, 2),52722(51, 95, 2),
45728(52, 97, 1),52723(52, 97, 1),
45729(53, 97, 2),52724(53, 97, 2),
45730(54, 66, 1),52725(54, 66, 1),
45731(55, 67, 1),52726(55, 67, 1),
45732(56, 68, 2),52727(56, 68, 2),
45733(57, 69, 2),52728(57, 69, 2),
45734(58, 70, 2),52729(58, 70, 2),
45735(59, 71, 1),52730(59, 71, 1),
45736(60, 72, 1),52731(60, 72, 1),
45737(61, 73, 1),52732(61, 73, 1),
45738(62, 74, 1),52733(62, 74, 1),
45739(63, 75, 1),52734(63, 75, 1),
45740(64, 76, 1),52735(64, 76, 1),
45741(65, 13, 2),52736(65, 13, 2),
45742(66, 44, 2),52737(66, 44, 2),
45743(67, 49, 1),52738(67, 49, 1),
45744(68, 49, 2),52739(68, 49, 2),
45745(69, 51, 1),52740(69, 51, 1),
45746(70, 37, 1),52741(70, 37, 1),
45747(71, 37, 2),52742(71, 37, 2),
45748(72, 42, 1),52743(72, 42, 1),
45749(73, 42, 2),52744(73, 42, 2),
45750(74, 26, 1),52745(74, 26, 1),
45751(75, 26, 2),52746(75, 26, 2),
45752(76, 12, 1),52747(76, 12, 1),
45753(77, 12, 2),52748(77, 12, 2),
45754(78, 27, 1),52749(78, 27, 1),
45755(79, 27, 2),52750(79, 27, 2),
45756(80, 28, 1),52751(80, 28, 1),
45757(81, 28, 2),52752(81, 28, 2),
45758(82, 30, 1),52753(82, 30, 1),
45759(83, 30, 2),52754(83, 30, 2),
45760(84, 14, 1),52755(84, 14, 1),
45761(85, 15, 1),52756(85, 15, 1),
45762(86, 16, 1),52757(86, 16, 1),
45763(87, 17, 1),52758(87, 17, 1),
45764(88, 17, 2),52759(88, 17, 2),
45765(89, 18, 1),52760(89, 18, 1),
45766(90, 19, 1),52761(90, 19, 1),
45767(91, 19, 2),52762(91, 19, 2),
45768(92, 20, 1),52763(92, 20, 1),
45769(93, 21, 1),52764(93, 21, 1),
45770(94, 22, 1),52765(94, 22, 1),
45771(95, 22, 2),52766(95, 22, 2),
45772(96, 23, 1),52767(96, 23, 1),
45773(97, 23, 2),52768(97, 23, 2),
45774(98, 24, 1),52769(98, 24, 1),
45775(99, 24, 2),52770(99, 24, 2),
45776(100, 25, 1),52771(100, 25, 1),
45777(101, 25, 2),52772(101, 25, 2),
45778(102, 1, 1),52773(102, 1, 1),
45779(103, 2, 1),52774(103, 2, 1),
45780(104, 4, 1),52775(104, 4, 1),
45781(105, 4, 2),52776(105, 4, 2),
45782(106, 5, 1),52777(106, 5, 1),
45783(107, 6, 1),52778(107, 6, 1),
45784(108, 6, 2),52779(108, 6, 2),
45785(109, 7, 1),52780(109, 7, 1),
45786(110, 8, 1),52781(110, 8, 1),
45787(111, 9, 1),52782(111, 9, 1),
45788(112, 9, 2),52783(112, 9, 2),
45789(113, 10, 1),52784(113, 10, 1),
45790(114, 10, 2),52785(114, 10, 2),
45791(115, 11, 1),52786(115, 11, 1),
45792(116, 11, 2),52787(116, 11, 2),
45793(117, 13, 1);52788(117, 13, 1);
4579452789
45795-- --------------------------------------------------------52790-- --------------------------------------------------------
4579652791
45797--52792--
45798-- Table structure for table `logbook_notification_history`52793-- Table structure for table `logbook_notification_history`
45799--52794--
4580052795
45801CREATE TABLE `logbook_notification_history` (52796CREATE TABLE `logbook_notification_history` (
45802  `lnhistory_id` int(12) NOT NULL,52797  `lnhistory_id` int(12) NOT NULL,
45803  `clerk_id` int(12) NOT NULL,52798  `clerk_id` int(12) NOT NULL,
45804  `proxy_id` int(12) NOT NULL,52799  `proxy_id` int(12) NOT NULL,
45805  `rotation_id` int(12) NOT NULL,52800  `rotation_id` int(12) NOT NULL,
45806  `notified_date` int(12) NOT NULL52801  `notified_date` int(12) NOT NULL
45807) ENGINE=InnoDB DEFAULT CHARSET=utf8;52802) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4580852803
45809-- --------------------------------------------------------52804-- --------------------------------------------------------
4581052805
45811--52806--
45812-- Table structure for table `logbook_overdue`52807-- Table structure for table `logbook_overdue`
45813--52808--
4581452809
45815CREATE TABLE `logbook_overdue` (52810CREATE TABLE `logbook_overdue` (
45816  `lologging_id` int(12) NOT NULL,52811  `lologging_id` int(12) NOT NULL,
45817  `proxy_id` int(12) NOT NULL,52812  `proxy_id` int(12) NOT NULL,
45818  `rotation_id` int(12) NOT NULL,52813  `rotation_id` int(12) NOT NULL,
45819  `event_id` int(12) NOT NULL,52814  `event_id` int(12) NOT NULL,
45820  `logged_required` int(12) NOT NULL,52815  `logged_required` int(12) NOT NULL,
45821  `logged_completed` int(12) NOT NULL DEFAULT '0',52816  `logged_completed` int(12) NOT NULL DEFAULT '0',
45822  `procedures_required` int(12) NOT NULL DEFAULT '0',52817  `procedures_required` int(12) NOT NULL DEFAULT '0',
45823  `procedures_completed` int(12) NOT NULL DEFAULT '0'52818  `procedures_completed` int(12) NOT NULL DEFAULT '0'
45824) ENGINE=InnoDB DEFAULT CHARSET=utf8;52819) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4582552820
45826-- --------------------------------------------------------52821-- --------------------------------------------------------
4582752822
45828--52823--
45829-- Table structure for table `logbook_preferred_procedures`52824-- Table structure for table `logbook_preferred_procedures`
45830--52825--
4583152826
45832CREATE TABLE `logbook_preferred_procedures` (52827CREATE TABLE `logbook_preferred_procedures` (
45833  `lpprocedure_id` int(12) UNSIGNED NOT NULL,52828  `lpprocedure_id` int(12) UNSIGNED NOT NULL,
45834  `rotation_id` int(12) UNSIGNED NOT NULL,52829  `rotation_id` int(12) UNSIGNED NOT NULL,
45835  `order` smallint(6) NOT NULL,52830  `order` smallint(6) NOT NULL,
45836  `lprocedure_id` int(12) UNSIGNED NOT NULL,52831  `lprocedure_id` int(12) UNSIGNED NOT NULL,
45837  `number_required` int(2) NOT NULL DEFAULT '1',52832  `number_required` int(2) NOT NULL DEFAULT '1',
45838  `grad_year_min` int(4) NOT NULL DEFAULT '2011',52833  `grad_year_min` int(4) NOT NULL DEFAULT '2011',
45839  `grad_year_max` int(11) NOT NULL DEFAULT '0'52834  `grad_year_max` int(11) NOT NULL DEFAULT '0'
45840) ENGINE=InnoDB DEFAULT CHARSET=utf8;52835) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4584152836
45842--52837--
45843-- Dumping data for table `logbook_preferred_procedures`52838-- Dumping data for table `logbook_preferred_procedures`
45844--52839--
4584552840
45846INSERT INTO `logbook_preferred_procedures` (`lpprocedure_id`, `rotation_id`, `order`, `lprocedure_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES52841INSERT INTO `logbook_preferred_procedures` (`lpprocedure_id`, `rotation_id`, `order`, `lprocedure_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES
45847(1, 2, 0, 1, 1, 2011, 0),52842(1, 2, 0, 1, 1, 2011, 0),
45848(2, 2, 0, 2, 1, 2011, 0),52843(2, 2, 0, 2, 1, 2011, 0),
45849(3, 2, 0, 3, 1, 2011, 0),52844(3, 2, 0, 3, 1, 2011, 0),
45850(4, 3, 0, 4, 1, 2011, 0),52845(4, 3, 0, 4, 1, 2011, 0),
45851(5, 3, 0, 5, 1, 2011, 0),52846(5, 3, 0, 5, 1, 2011, 0),
45852(6, 3, 0, 6, 1, 2011, 0),52847(6, 3, 0, 6, 1, 2011, 0),
45853(7, 3, 0, 7, 1, 2011, 0),52848(7, 3, 0, 7, 1, 2011, 0),
45854(8, 3, 0, 8, 1, 2011, 0),52849(8, 3, 0, 8, 1, 2011, 0),
45855(9, 3, 0, 9, 1, 2011, 0),52850(9, 3, 0, 9, 1, 2011, 0),
45856(10, 3, 0, 10, 1, 2011, 0),52851(10, 3, 0, 10, 1, 2011, 0),
45857(11, 4, 0, 11, 1, 2011, 0),52852(11, 4, 0, 11, 1, 2011, 0),
45858(12, 4, 0, 12, 1, 2011, 0),52853(12, 4, 0, 12, 1, 2011, 0),
45859(13, 4, 0, 13, 1, 2011, 0),52854(13, 4, 0, 13, 1, 2011, 0),
45860(14, 5, 0, 14, 1, 2011, 0),52855(14, 5, 0, 14, 1, 2011, 0),
45861(15, 5, 0, 15, 1, 2011, 0),52856(15, 5, 0, 15, 1, 2011, 0),
45862(16, 5, 0, 16, 3, 2011, 0),52857(16, 5, 0, 16, 3, 2011, 0),
45863(17, 5, 0, 17, 3, 2011, 0),52858(17, 5, 0, 17, 3, 2011, 0),
45864(18, 5, 0, 18, 1, 2011, 0),52859(18, 5, 0, 18, 1, 2011, 0),
45865(19, 5, 0, 19, 1, 2011, 0),52860(19, 5, 0, 19, 1, 2011, 0),
45866(20, 5, 0, 20, 1, 2011, 0),52861(20, 5, 0, 20, 1, 2011, 0),
45867(21, 5, 0, 21, 1, 2011, 0),52862(21, 5, 0, 21, 1, 2011, 0),
45868(22, 5, 0, 22, 1, 2011, 0),52863(22, 5, 0, 22, 1, 2011, 0),
45869(23, 5, 0, 23, 2, 2011, 0),52864(23, 5, 0, 23, 2, 2011, 0),
45870(24, 7, 0, 24, 1, 2011, 0),52865(24, 7, 0, 24, 1, 2011, 0),
45871(25, 7, 0, 25, 4, 2011, 0),52866(25, 7, 0, 25, 4, 2011, 0),
45872(26, 7, 0, 22, 1, 2011, 0),52867(26, 7, 0, 22, 1, 2011, 0),
45873(27, 8, 0, 24, 1, 2011, 0),52868(27, 8, 0, 24, 1, 2011, 0),
45874(28, 8, 0, 25, 4, 2011, 0),52869(28, 8, 0, 25, 4, 2011, 0),
45875(29, 8, 0, 22, 1, 2011, 0);52870(29, 8, 0, 22, 1, 2011, 0);
4587652871
45877-- --------------------------------------------------------52872-- --------------------------------------------------------
4587852873
45879--52874--
45880-- Table structure for table `logbook_preferred_procedure_locations`52875-- Table structure for table `logbook_preferred_procedure_locations`
45881--52876--
4588252877
45883CREATE TABLE `logbook_preferred_procedure_locations` (52878CREATE TABLE `logbook_preferred_procedure_locations` (
45884  `lpplocation_id` int(11) UNSIGNED NOT NULL,52879  `lpplocation_id` int(11) UNSIGNED NOT NULL,
45885  `lpprocedure_id` int(11) DEFAULT NULL,52880  `lpprocedure_id` int(11) DEFAULT NULL,
45886  `lltype_id` int(11) DEFAULT NULL52881  `lltype_id` int(11) DEFAULT NULL
45887) ENGINE=InnoDB DEFAULT CHARSET=utf8;52882) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4588852883
45889--52884--
45890-- Dumping data for table `logbook_preferred_procedure_locations`52885-- Dumping data for table `logbook_preferred_procedure_locations`
45891--52886--
4589252887
45893INSERT INTO `logbook_preferred_procedure_locations` (`lpplocation_id`, `lpprocedure_id`, `lltype_id`) VALUES52888INSERT INTO `logbook_preferred_procedure_locations` (`lpplocation_id`, `lpprocedure_id`, `lltype_id`) VALUES
45894(1, 3, 2),52889(1, 3, 2),
45895(2, 2, 2),52890(2, 2, 2),
45896(3, 7, 1),52891(3, 7, 1),
45897(4, 5, 2),52892(4, 5, 2),
45898(5, 10, 1),52893(5, 10, 1),
45899(6, 8, 1),52894(6, 8, 1),
45900(7, 6, 2),52895(7, 6, 2),
45901(8, 4, 2),52896(8, 4, 2),
45902(9, 17, 2),52897(9, 17, 2),
45903(10, 15, 2),52898(10, 15, 2),
45904(11, 18, 2),52899(11, 18, 2),
45905(12, 16, 2),52900(12, 16, 2),
45906(13, 14, 1),52901(13, 14, 1),
45907(14, 19, 2),52902(14, 19, 2),
45908(15, 26, 2),52903(15, 26, 2),
45909(16, 24, 2),52904(16, 24, 2),
45910(17, 27, 2),52905(17, 27, 2),
45911(18, 29, 2);52906(18, 29, 2);
4591252907
45913-- --------------------------------------------------------52908-- --------------------------------------------------------
4591452909
45915--52910--
45916-- Table structure for table `logbook_rotation_comments`52911-- Table structure for table `logbook_rotation_comments`
45917--52912--
4591852913
45919CREATE TABLE `logbook_rotation_comments` (52914CREATE TABLE `logbook_rotation_comments` (
45920  `lrcomment_id` int(12) NOT NULL,52915  `lrcomment_id` int(12) NOT NULL,
45921  `clerk_id` int(12) NOT NULL,52916  `clerk_id` int(12) NOT NULL,
45922  `proxy_id` int(12) NOT NULL DEFAULT '0',52917  `proxy_id` int(12) NOT NULL DEFAULT '0',
45923  `rotation_id` int(12) NOT NULL DEFAULT '0',52918  `rotation_id` int(12) NOT NULL DEFAULT '0',
45924  `comments` text NOT NULL,52919  `comments` text NOT NULL,
45925  `updated_date` int(12) NOT NULL,52920  `updated_date` int(12) NOT NULL,
45926  `comment_active` int(1) NOT NULL DEFAULT '1'52921  `comment_active` int(1) NOT NULL DEFAULT '1'
45927) ENGINE=InnoDB DEFAULT CHARSET=utf8;52922) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4592852923
45929-- --------------------------------------------------------52924-- --------------------------------------------------------
4593052925
45931--52926--
45932-- Table structure for table `logbook_rotation_notifications`52927-- Table structure for table `logbook_rotation_notifications`
45933--52928--
4593452929
45935CREATE TABLE `logbook_rotation_notifications` (52930CREATE TABLE `logbook_rotation_notifications` (
45936  `lrnotification_id` int(12) NOT NULL,52931  `lrnotification_id` int(12) NOT NULL,
45937  `proxy_id` int(12) NOT NULL,52932  `proxy_id` int(12) NOT NULL,
45938  `rotation_id` int(12) NOT NULL,52933  `rotation_id` int(12) NOT NULL,
45939  `notified` int(1) NOT NULL DEFAULT '0',52934  `notified` int(1) NOT NULL DEFAULT '0',
45940  `updated_date` int(12) NOT NULL DEFAULT '0'52935  `updated_date` int(12) NOT NULL DEFAULT '0'
45941) ENGINE=InnoDB DEFAULT CHARSET=utf8;52936) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4594252937
45943-- --------------------------------------------------------52938-- --------------------------------------------------------
4594452939
45945--52940--
45946-- Table structure for table `logbook_rotation_sites`52941-- Table structure for table `logbook_rotation_sites`
45947--52942--
4594852943
45949CREATE TABLE `logbook_rotation_sites` (52944CREATE TABLE `logbook_rotation_sites` (
45950  `lrsite_id` smallint(6) NOT NULL,52945  `lrsite_id` smallint(6) NOT NULL,
45951  `site_description` varchar(255) DEFAULT NULL,52946  `site_description` varchar(255) DEFAULT NULL,
45952  `rotation_id` smallint(6) DEFAULT NULL52947  `rotation_id` smallint(6) DEFAULT NULL
45953) ENGINE=InnoDB DEFAULT CHARSET=utf8;52948) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4595452949
45955-- --------------------------------------------------------52950-- --------------------------------------------------------
4595652951
45957--52952--
45958-- Table structure for table `logbook_virtual_patients`52953-- Table structure for table `logbook_virtual_patients`
45959--52954--
4596052955
45961CREATE TABLE `logbook_virtual_patients` (52956CREATE TABLE `logbook_virtual_patients` (
45962  `lvpatient_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52957  `lvpatient_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45963  `title` varchar(30) DEFAULT NULL,52958  `title` varchar(30) DEFAULT NULL,
45964  `url` varchar(200) DEFAULT NULL52959  `url` varchar(200) DEFAULT NULL
45965) ENGINE=InnoDB DEFAULT CHARSET=utf8;52960) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4596652961
45967-- --------------------------------------------------------52962-- --------------------------------------------------------
4596852963
45969--52964--
45970-- Table structure for table `logbook_virtual_patient_objectives`52965-- Table structure for table `logbook_virtual_patient_objectives`
45971--52966--
4597252967
45973CREATE TABLE `logbook_virtual_patient_objectives` (52968CREATE TABLE `logbook_virtual_patient_objectives` (
45974  `lvpobjective_id` int(12) UNSIGNED NOT NULL DEFAULT '0',52969  `lvpobjective_id` int(12) UNSIGNED NOT NULL DEFAULT '0',
45975  `objective_id` int(12) UNSIGNED DEFAULT NULL,52970  `objective_id` int(12) UNSIGNED DEFAULT NULL,
45976  `lvpatient_id` int(12) UNSIGNED DEFAULT NULL52971  `lvpatient_id` int(12) UNSIGNED DEFAULT NULL
45977) ENGINE=InnoDB DEFAULT CHARSET=utf8;52972) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4597852973
45979-- --------------------------------------------------------52974-- --------------------------------------------------------
4598052975
45981--52976--
45982-- Table structure for table `lottery_clerks`52977-- Table structure for table `lottery_clerks`
45983--52978--
4598452979
45985CREATE TABLE `lottery_clerks` (52980CREATE TABLE `lottery_clerks` (
45986  `lottery_clerk_id` int(12) NOT NULL,52981  `lottery_clerk_id` int(12) NOT NULL,
45987  `proxy_id` int(12) NOT NULL DEFAULT '0',52982  `proxy_id` int(12) NOT NULL DEFAULT '0',
45988  `discipline_1` int(12) NOT NULL DEFAULT '0',52983  `discipline_1` int(12) NOT NULL DEFAULT '0',
45989  `discipline_2` int(12) NOT NULL DEFAULT '0',52984  `discipline_2` int(12) NOT NULL DEFAULT '0',
45990  `discipline_3` int(12) NOT NULL DEFAULT '0',52985  `discipline_3` int(12) NOT NULL DEFAULT '0',
45991  `chosen_stream` int(12) NOT NULL DEFAULT '0',52986  `chosen_stream` int(12) NOT NULL DEFAULT '0',
45992  `chosen_rationale` text,52987  `chosen_rationale` text,
45993  `chosen_order` int(12) NOT NULL DEFAULT '0'52988  `chosen_order` int(12) NOT NULL DEFAULT '0'
45994) ENGINE=InnoDB DEFAULT CHARSET=utf8;52989) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4599552990
45996-- --------------------------------------------------------52991-- --------------------------------------------------------
4599752992
45998--52993--
45999-- Table structure for table `lottery_clerk_streams`52994-- Table structure for table `lottery_clerk_streams`
46000--52995--
4600152996
46002CREATE TABLE `lottery_clerk_streams` (52997CREATE TABLE `lottery_clerk_streams` (
46003  `lcstream_id` int(12) NOT NULL,52998  `lcstream_id` int(12) NOT NULL,
46004  `lottery_clerk_id` int(12) NOT NULL DEFAULT '0',52999  `lottery_clerk_id` int(12) NOT NULL DEFAULT '0',
46005  `category_id` int(12) NOT NULL DEFAULT '0',53000  `category_id` int(12) NOT NULL DEFAULT '0',
46006  `rationale` text,53001  `rationale` text,
46007  `stream_order` int(12) NOT NULL DEFAULT '0'53002  `stream_order` int(12) NOT NULL DEFAULT '0'
46008) ENGINE=InnoDB DEFAULT CHARSET=utf8;53003) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4600953004
46010-- --------------------------------------------------------53005-- --------------------------------------------------------
4601153006
46012--53007--
46013-- Table structure for table `notifications`53008-- Table structure for table `notifications`
46014--53009--
4601553010
46016CREATE TABLE `notifications` (53011CREATE TABLE `notifications` (
46017  `notification_id` int(12) NOT NULL,53012  `notification_id` int(12) NOT NULL,
46018  `user_id` int(12) NOT NULL DEFAULT '0',53013  `user_id` int(12) NOT NULL DEFAULT '0',
46019  `event_id` int(12) NOT NULL DEFAULT '0',53014  `event_id` int(12) NOT NULL DEFAULT '0',
46020  `category_id` int(12) NOT NULL DEFAULT '0',53015  `category_id` int(12) NOT NULL DEFAULT '0',
46021  `item_id` int(12) NOT NULL DEFAULT '0',53016  `item_id` int(12) NOT NULL DEFAULT '0',
46022  `item_maxinstances` int(4) NOT NULL DEFAULT '1',53017  `item_maxinstances` int(4) NOT NULL DEFAULT '1',
46023  `notification_status` varchar(16) NOT NULL DEFAULT 'initiated',53018  `notification_status` varchar(16) NOT NULL DEFAULT 'initiated',
46024  `notified_last` bigint(64) NOT NULL DEFAULT '0'53019  `notified_last` bigint(64) NOT NULL DEFAULT '0'
46025) ENGINE=InnoDB DEFAULT CHARSET=utf8;53020) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4602653021
46027-- --------------------------------------------------------53022-- --------------------------------------------------------
4602853023
46029--53024--
46030-- Table structure for table `notification_log`53025-- Table structure for table `notification_log`
46031--53026--
4603253027
46033CREATE TABLE `notification_log` (53028CREATE TABLE `notification_log` (
46034  `nlog_id` int(12) NOT NULL,53029  `nlog_id` int(12) NOT NULL,
46035  `notification_id` int(12) NOT NULL DEFAULT '0',53030  `notification_id` int(12) NOT NULL DEFAULT '0',
46036  `user_id` int(12) NOT NULL DEFAULT '0',53031  `user_id` int(12) NOT NULL DEFAULT '0',
46037  `nlog_timestamp` bigint(64) NOT NULL DEFAULT '0',53032  `nlog_timestamp` bigint(64) NOT NULL DEFAULT '0',
46038  `nlog_address` varchar(128) NOT NULL DEFAULT '',53033  `nlog_address` varchar(128) NOT NULL DEFAULT '',
46039  `nlog_message` text NOT NULL,53034  `nlog_message` text NOT NULL,
46040  `prune_after` bigint(64) NOT NULL DEFAULT '0'53035  `prune_after` bigint(64) NOT NULL DEFAULT '0'
46041) ENGINE=InnoDB DEFAULT CHARSET=utf8;53036) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4604253037
46043-- --------------------------------------------------------53038-- --------------------------------------------------------
4604453039
46045--53040--
46046-- Table structure for table `notification_messages`53041-- Table structure for table `notification_messages`
46047--53042--
4604853043
46049CREATE TABLE `notification_messages` (53044CREATE TABLE `notification_messages` (
46050  `nmessage_id` int(12) NOT NULL,53045  `nmessage_id` int(12) NOT NULL,
46051  `form_type` varchar(12) NOT NULL DEFAULT 'rotation',53046  `form_type` varchar(12) NOT NULL DEFAULT 'rotation',
46052  `nmessage_title` varchar(128) NOT NULL DEFAULT '',53047  `nmessage_title` varchar(128) NOT NULL DEFAULT '',
46053  `nmessage_version` int(4) NOT NULL DEFAULT '0',53048  `nmessage_version` int(4) NOT NULL DEFAULT '0',
46054  `nmessage_from_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca',53049  `nmessage_from_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca',
46055  `nmessage_from_name` varchar(64) NOT NULL DEFAULT 'Evaluation System',53050  `nmessage_from_name` varchar(64) NOT NULL DEFAULT 'Evaluation System',
46056  `nmessage_reply_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca',53051  `nmessage_reply_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca',
46057  `nmessage_reply_name` varchar(64) NOT NULL DEFAULT 'Evaluation System',53052  `nmessage_reply_name` varchar(64) NOT NULL DEFAULT 'Evaluation System',
46058  `nmessage_subject` varchar(255) NOT NULL DEFAULT '',53053  `nmessage_subject` varchar(255) NOT NULL DEFAULT '',
46059  `nmessage_body` text NOT NULL,53054  `nmessage_body` text NOT NULL,
46060  `modified_last` bigint(64) NOT NULL DEFAULT '0',53055  `modified_last` bigint(64) NOT NULL DEFAULT '0',
46061  `modified_by` int(12) NOT NULL DEFAULT '0',53056  `modified_by` int(12) NOT NULL DEFAULT '0',
46062  `nmessage_status` varchar(12) NOT NULL DEFAULT 'published'53057  `nmessage_status` varchar(12) NOT NULL DEFAULT 'published'
46063) ENGINE=InnoDB DEFAULT CHARSET=utf8;53058) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4606453059
46065-- --------------------------------------------------------53060-- --------------------------------------------------------
4606653061
46067--53062--
46068-- Table structure for table `notification_monitor`53063-- Table structure for table `notification_monitor`
46069--53064--
4607053065
46071CREATE TABLE `notification_monitor` (53066CREATE TABLE `notification_monitor` (
46072  `nmonitor_id` int(12) NOT NULL,53067  `nmonitor_id` int(12) NOT NULL,
46073  `item_id` int(12) NOT NULL DEFAULT '0',53068  `item_id` int(12) NOT NULL DEFAULT '0',
46074  `form_id` int(12) NOT NULL DEFAULT '0',53069  `form_id` int(12) NOT NULL DEFAULT '0',
46075  `category_id` int(12) NOT NULL DEFAULT '0',53070  `category_id` int(12) NOT NULL DEFAULT '0',
46076  `category_recurse` int(2) NOT NULL DEFAULT '1',53071  `category_recurse` int(2) NOT NULL DEFAULT '1',
46077  `item_title` varchar(128) NOT NULL DEFAULT '',53072  `item_title` varchar(128) NOT NULL DEFAULT '',
46078  `item_maxinstances` int(12) NOT NULL DEFAULT '1',53073  `item_maxinstances` int(12) NOT NULL DEFAULT '1',
46079  `item_start` int(12) NOT NULL DEFAULT '1',53074  `item_start` int(12) NOT NULL DEFAULT '1',
46080  `item_end` int(12) NOT NULL DEFAULT '30',53075  `item_end` int(12) NOT NULL DEFAULT '30',
46081  `item_status` varchar(12) NOT NULL DEFAULT 'published',53076  `item_status` varchar(12) NOT NULL DEFAULT 'published',
46082  `modified_last` bigint(64) NOT NULL DEFAULT '0',53077  `modified_last` bigint(64) NOT NULL DEFAULT '0',
46083  `modified_by` int(12) NOT NULL DEFAULT '0'53078  `modified_by` int(12) NOT NULL DEFAULT '0'
46084) ENGINE=InnoDB DEFAULT CHARSET=utf8;53079) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4608553080
46086-- --------------------------------------------------------53081-- --------------------------------------------------------
4608753082
46088--53083--
46089-- Table structure for table `other_teachers`53084-- Table structure for table `other_teachers`
46090--53085--
4609153086
46092CREATE TABLE `other_teachers` (53087CREATE TABLE `other_teachers` (
46093  `oteacher_id` int(12) NOT NULL,53088  `oteacher_id` int(12) NOT NULL,
46094  `proxy_id` int(12) NOT NULL DEFAULT '0',53089  `proxy_id` int(12) NOT NULL DEFAULT '0',
46095  `firstname` varchar(50) NOT NULL DEFAULT '',53090  `firstname` varchar(50) NOT NULL DEFAULT '',
46096  `lastname` varchar(50) NOT NULL DEFAULT '',53091  `lastname` varchar(50) NOT NULL DEFAULT '',
46097  `email` varchar(150) NOT NULL DEFAULT ''53092  `email` varchar(150) NOT NULL DEFAULT ''
46098) ENGINE=InnoDB DEFAULT CHARSET=utf8;53093) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4609953094
46100-- --------------------------------------------------------53095-- --------------------------------------------------------
4610153096
46102--53097--
46103-- Table structure for table `regions`53098-- Table structure for table `regions`
46104--53099--
4610553100
46106CREATE TABLE `regions` (53101CREATE TABLE `regions` (
46107  `region_id` int(12) NOT NULL,53102  `region_id` int(12) NOT NULL,
46108  `region_name` varchar(64) NOT NULL DEFAULT '',53103  `region_name` varchar(64) NOT NULL DEFAULT '',
46109  `province_id` int(12) NOT NULL DEFAULT '0',53104  `province_id` int(12) NOT NULL DEFAULT '0',
46110  `countries_id` int(12) NOT NULL DEFAULT '0',53105  `countries_id` int(12) NOT NULL DEFAULT '0',
46111  `prov_state` varchar(200) DEFAULT NULL,53106  `prov_state` varchar(200) DEFAULT NULL,
46112  `manage_apartments` int(1) NOT NULL DEFAULT '0',53107  `manage_apartments` int(1) NOT NULL DEFAULT '0',
46113  `is_core` int(1) NOT NULL DEFAULT '0',53108  `is_core` int(1) NOT NULL DEFAULT '0',
46114  `region_active` int(1) NOT NULL DEFAULT '1',53109  `region_active` int(1) NOT NULL DEFAULT '1',
46115  `updated_date` bigint(64) NOT NULL DEFAULT '0',53110  `updated_date` bigint(64) NOT NULL DEFAULT '0',
46116  `updated_by` int(12) NOT NULL DEFAULT '0'53111  `updated_by` int(12) NOT NULL DEFAULT '0'
46117) ENGINE=InnoDB DEFAULT CHARSET=utf8;53112) ENGINE=InnoDB DEFAULT CHARSET=utf8;
4611853113
46119--53114--
46120-- Dumping data for table `regions`53115-- Dumping data for table `regions`
46121--53116--
4612253117
46123INSERT INTO `regions` (`region_id`, `region_name`, `province_id`, `countries_id`, `prov_state`, `manage_apartments`, `is_core`, `region_active`, `updated_date`, `updated_by`) VALUES53118INSERT INTO `regions` (`region_id`, `region_name`, `province_id`, `countries_id`, `prov_state`, `manage_apartments`, `is_core`, `region_active`, `updated_date`, `updated_by`) VALUES
46124(1, 'Alexandria', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53119(1, 'Alexandria', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46125(2, 'Almonte', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53120(2, 'Almonte', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46126(3, 'Amherstview', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53121(3, 'Amherstview', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46127(4, 'Arnprior', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53122(4, 'Arnprior', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46128(5, 'Bancroft', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53123(5, 'Bancroft', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46129(6, 'Banff', 1, 39, 'Alberta', 0, 1, 1, 0, 0),53124(6, 'Banff', 1, 39, 'Alberta', 0, 1, 1, 0, 0),
46130(7, 'Barrie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53125(7, 'Barrie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46131(8, 'Barry\'s Bay', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53126(8, 'Barry\'s Bay', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46132(9, 'Belleville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53127(9, 'Belleville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46133(10, 'Bowmanville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53128(10, 'Bowmanville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46134(11, 'Brantford', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53129(11, 'Brantford', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46135(12, 'Brighton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53130(12, 'Brighton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46136(13, 'Brockville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53131(13, 'Brockville', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46137(14, 'Calabogie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53132(14, 'Calabogie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46138(15, 'Callander', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53133(15, 'Callander', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46139(16, 'Cambridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53134(16, 'Cambridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46140(17, 'Campbellford', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53135(17, 'Campbellford', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46141(18, 'Carleton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53136(18, 'Carleton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46142(19, 'Carleton Place', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53137(19, 'Carleton Place', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46143(20, 'Carp', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53138(20, 'Carp', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46144(21, 'Cobourg', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53139(21, 'Cobourg', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46145(22, 'Collingwood', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53140(22, 'Collingwood', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46146(23, 'Cornwall', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53141(23, 'Cornwall', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46147(24, 'Deep River', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53142(24, 'Deep River', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46148(25, 'Fort Erie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53143(25, 'Fort Erie', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46149(26, 'Georgetown', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53144(26, 'Georgetown', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46150(27, 'Guelph', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53145(27, 'Guelph', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46151(28, 'Haliburton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53146(28, 'Haliburton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46152(29, 'Ingersoll', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53147(29, 'Ingersoll', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46153(30, 'Inuvik', 0, 39, 'Northwest Territories', 0, 1, 1, 0, 0),53148(30, 'Inuvik', 0, 39, 'Northwest Territories', 0, 1, 1, 0, 0),
46154(31, 'Iqaluit', 8, 39, 'Nunavut', 0, 1, 1, 0, 0),53149(31, 'Iqaluit', 8, 39, 'Nunavut', 0, 1, 1, 0, 0),
46155(32, 'Kemptville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53150(32, 'Kemptville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46156(33, 'Kincardine', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53151(33, 'Kincardine', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46157(34, 'Kingston', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53152(34, 'Kingston', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46158(35, 'Lanark', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53153(35, 'Lanark', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46159(36, 'Lansdowne', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53154(36, 'Lansdowne', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46160(37, 'Marathon', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53155(37, 'Marathon', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46161(38, 'Markham', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53156(38, 'Markham', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46162(39, 'Merrickville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53157(39, 'Merrickville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46163(40, 'Midland', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53158(40, 'Midland', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46164(41, 'Milton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53159(41, 'Milton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46165(42, 'Moose Factory', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53160(42, 'Moose Factory', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46166(43, 'Morrisburg', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53161(43, 'Morrisburg', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46167(44, 'Napanee', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53162(44, 'Napanee', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46168(45, 'Newmarket', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53163(45, 'Newmarket', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46169(46, 'Niagara Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53164(46, 'Niagara Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46170(47, 'Orangeville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53165(47, 'Orangeville', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46171(48, 'Orillia', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53166(48, 'Orillia', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46172(49, 'Oshawa', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53167(49, 'Oshawa', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46173(50, 'Pembroke', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53168(50, 'Pembroke', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46174(51, 'Perth', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53169(51, 'Perth', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46175(52, 'Peterborough', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53170(52, 'Peterborough', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46176(53, 'Picton', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53171(53, 'Picton', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46177(54, 'Port Colborne', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53172(54, 'Port Colborne', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46178(55, 'Port Perry', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53173(55, 'Port Perry', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46179(56, 'Red Lake', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53174(56, 'Red Lake', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46180(57, 'Renfrew', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53175(57, 'Renfrew', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46181(58, 'Russell', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53176(58, 'Russell', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46182(59, 'Sackville', 4, 39, 'New Brunswick', 0, 1, 1, 0, 0),53177(59, 'Sackville', 4, 39, 'New Brunswick', 0, 1, 1, 0, 0),
46183(60, 'Sharbot Lake', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53178(60, 'Sharbot Lake', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46184(61, 'Sioux Lookout', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53179(61, 'Sioux Lookout', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46185(62, 'Smiths Falls', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53180(62, 'Smiths Falls', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46186(63, 'Sturgeon Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53181(63, 'Sturgeon Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46187(64, 'Sudbury', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53182(64, 'Sudbury', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46188(65, 'Sydenham', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53183(65, 'Sydenham', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46189(66, 'Tamworth', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53184(66, 'Tamworth', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46190(67, 'Temagami', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53185(67, 'Temagami', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46191(68, 'Thornhill', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53186(68, 'Thornhill', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46192(69, 'Tofino', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),53187(69, 'Tofino', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),
46193(70, 'Toronto', 9, 39, 'Ontario', 1, 1, 1, 0, 0),53188(70, 'Toronto', 9, 39, 'Ontario', 1, 1, 1, 0, 0),
46194(71, 'Trenton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53189(71, 'Trenton', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46195(72, 'Uxbridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53190(72, 'Uxbridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46196(73, 'Valemount', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),53191(73, 'Valemount', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),
46197(74, 'Vaughan', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53192(74, 'Vaughan', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46198(75, 'Verona', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53193(75, 'Verona', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46199(76, 'Waterloo', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53194(76, 'Waterloo', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46200(77, 'Welland', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53195(77, 'Welland', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46201(78, 'Wellington', 9, 39, 'Ontario', 0, 1, 1, 0, 0),53196(78, 'Wellington', 9, 39, 'Ontario', 0, 1, 1, 0, 0),
46202(79, 'Whistler', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),53197(79, 'Whistler', 2, 39, 'British Columbia', 0, 1, 1, 0, 0),
46203(80, 'Yarker', 9, 39, 'Ontario', 0, 1, 1, 0, 0);53198(80, 'Yarker', 9, 39, 'Ontario', 0, 1, 1, 0, 0);
4620453199
46205--53200--
46206-- Indexes for dumped tables53201-- Indexes for dumped tables
46207--53202--
4620853203
46209--53204--
46210-- Indexes for table `apartments`53205-- Indexes for table `apartments`
46211--53206--
46212ALTER TABLE `apartments`53207ALTER TABLE `apartments`
46213  ADD PRIMARY KEY (`apartment_id`),53208  ADD PRIMARY KEY (`apartment_id`),
46214  ADD KEY `region_id` (`region_id`),53209  ADD KEY `region_id` (`region_id`),
46215  ADD KEY `apartment_title` (`apartment_title`),53210  ADD KEY `apartment_title` (`apartment_title`),
46216  ADD KEY `apartment_address` (`apartment_address`),53211  ADD KEY `apartment_address` (`apartment_address`),
46217  ADD KEY `apartment_province` (`apartment_province`),53212  ADD KEY `apartment_province` (`apartment_province`),
46218  ADD KEY `max_occupants` (`max_occupants`),53213  ADD KEY `max_occupants` (`max_occupants`),
46219  ADD KEY `apartment_longitude` (`apartment_longitude`),53214  ADD KEY `apartment_longitude` (`apartment_longitude`),
46220  ADD KEY `apartment_latitude` (`apartment_latitude`),53215  ADD KEY `apartment_latitude` (`apartment_latitude`),
46221  ADD KEY `available_start` (`available_start`),53216  ADD KEY `available_start` (`available_start`),
46222  ADD KEY `available_finish` (`available_finish`),53217  ADD KEY `available_finish` (`available_finish`),
46223  ADD KEY `countries_id` (`countries_id`),53218  ADD KEY `countries_id` (`countries_id`),
46224  ADD KEY `province_id` (`province_id`);53219  ADD KEY `province_id` (`province_id`);
4622553220
46226--53221--
46227-- Indexes for table `apartment_accounts`53222-- Indexes for table `apartment_accounts`
46228--53223--
46229ALTER TABLE `apartment_accounts`53224ALTER TABLE `apartment_accounts`
46230  ADD PRIMARY KEY (`aaccount_id`),53225  ADD PRIMARY KEY (`aaccount_id`),
46231  ADD KEY `apartment_id` (`apartment_id`),53226  ADD KEY `apartment_id` (`apartment_id`),
46232  ADD KEY `aaccount_company` (`aaccount_company`),53227  ADD KEY `aaccount_company` (`aaccount_company`),
46233  ADD KEY `aaccount_custnumber` (`aaccount_custnumber`),53228  ADD KEY `aaccount_custnumber` (`aaccount_custnumber`),
46234  ADD KEY `account_status` (`account_status`);53229  ADD KEY `account_status` (`account_status`);
4623553230
46236--53231--
46237-- Indexes for table `apartment_contacts`53232-- Indexes for table `apartment_contacts`
46238--53233--
46239ALTER TABLE `apartment_contacts`53234ALTER TABLE `apartment_contacts`
46240  ADD PRIMARY KEY (`acontact_id`),53235  ADD PRIMARY KEY (`acontact_id`),
46241  ADD KEY `apartment_id` (`apartment_id`,`proxy_id`,`department_id`);53236  ADD KEY `apartment_id` (`apartment_id`,`proxy_id`,`department_id`);
4624253237
46243--53238--
46244-- Indexes for table `apartment_photos`53239-- Indexes for table `apartment_photos`
46245--53240--
46246ALTER TABLE `apartment_photos`53241ALTER TABLE `apartment_photos`
46247  ADD PRIMARY KEY (`aphoto_id`),53242  ADD PRIMARY KEY (`aphoto_id`),
46248  ADD KEY `apartment_id` (`apartment_id`),53243  ADD KEY `apartment_id` (`apartment_id`),
46249  ADD KEY `aphoto_name` (`aphoto_name`);53244  ADD KEY `aphoto_name` (`aphoto_name`);
4625053245
46251--53246--
46252-- Indexes for table `apartment_regionaled_users`53247-- Indexes for table `apartment_regionaled_users`
46253--53248--
46254ALTER TABLE `apartment_regionaled_users`53249ALTER TABLE `apartment_regionaled_users`
46255  ADD PRIMARY KEY (`aregionaled_id`),53250  ADD PRIMARY KEY (`aregionaled_id`),
46256  ADD KEY `proxy_id` (`proxy_id`);53251  ADD KEY `proxy_id` (`proxy_id`);
4625753252
46258--53253--
46259-- Indexes for table `apartment_schedule`53254-- Indexes for table `apartment_schedule`
46260--53255--
46261ALTER TABLE `apartment_schedule`53256ALTER TABLE `apartment_schedule`
46262  ADD PRIMARY KEY (`aschedule_id`),53257  ADD PRIMARY KEY (`aschedule_id`),
46263  ADD KEY `apartment_id` (`apartment_id`),53258  ADD KEY `apartment_id` (`apartment_id`),
46264  ADD KEY `event_id` (`event_id`),53259  ADD KEY `event_id` (`event_id`),
46265  ADD KEY `proxy_id` (`proxy_id`),53260  ADD KEY `proxy_id` (`proxy_id`),
46266  ADD KEY `inhabiting_start` (`inhabiting_start`),53261  ADD KEY `inhabiting_start` (`inhabiting_start`),
46267  ADD KEY `inhabiting_finish` (`inhabiting_finish`),53262  ADD KEY `inhabiting_finish` (`inhabiting_finish`),
46268  ADD KEY `aschedule_status` (`aschedule_status`),53263  ADD KEY `aschedule_status` (`aschedule_status`),
46269  ADD KEY `occupant_type` (`occupant_type`),53264  ADD KEY `occupant_type` (`occupant_type`),
46270  ADD KEY `confirmed` (`confirmed`),53265  ADD KEY `confirmed` (`confirmed`),
46271  ADD KEY `cost_recovery` (`cost_recovery`);53266  ADD KEY `cost_recovery` (`cost_recovery`);
4627253267
46273--53268--
46274-- Indexes for table `categories`53269-- Indexes for table `categories`
46275--53270--
46276ALTER TABLE `categories`53271ALTER TABLE `categories`
46277  ADD PRIMARY KEY (`category_id`),53272  ADD PRIMARY KEY (`category_id`),
46278  ADD KEY `category_parent` (`category_parent`),53273  ADD KEY `category_parent` (`category_parent`),
46279  ADD KEY `category_code` (`category_code`),53274  ADD KEY `category_code` (`category_code`),
46280  ADD KEY `category_type` (`category_type`),53275  ADD KEY `category_type` (`category_type`),
46281  ADD KEY `category_name` (`category_name`),53276  ADD KEY `category_name` (`category_name`),
46282  ADD KEY `category_min` (`category_min`),53277  ADD KEY `category_min` (`category_min`),
46283  ADD KEY `category_max` (`category_max`),53278  ADD KEY `category_max` (`category_max`),
46284  ADD KEY `category_start` (`category_start`),53279  ADD KEY `category_start` (`category_start`),
46285  ADD KEY `category_finish` (`category_finish`),53280  ADD KEY `category_finish` (`category_finish`),
46286  ADD KEY `subcategory_strict` (`subcategory_strict`),53281  ADD KEY `subcategory_strict` (`subcategory_strict`),
46287  ADD KEY `category_expiry` (`category_expiry`),53282  ADD KEY `category_expiry` (`category_expiry`),
46288  ADD KEY `category_status` (`category_status`);53283  ADD KEY `category_status` (`category_status`);
4628953284
46290--53285--
46291-- Indexes for table `category_departments`53286-- Indexes for table `category_departments`
46292--53287--
46293ALTER TABLE `category_departments`53288ALTER TABLE `category_departments`
46294  ADD PRIMARY KEY (`cdep_id`),53289  ADD PRIMARY KEY (`cdep_id`),
46295  ADD KEY `category_id` (`category_id`),53290  ADD KEY `category_id` (`category_id`),
46296  ADD KEY `department_id` (`department_id`),53291  ADD KEY `department_id` (`department_id`),
46297  ADD KEY `contact_id` (`contact_id`);53292  ADD KEY `contact_id` (`contact_id`);
4629853293
46299--53294--
46300-- Indexes for table `category_type`53295-- Indexes for table `category_type`
46301--53296--
46302ALTER TABLE `category_type`53297ALTER TABLE `category_type`
46303  ADD PRIMARY KEY (`ctype_id`),53298  ADD PRIMARY KEY (`ctype_id`),
46304  ADD KEY `ctype_parent` (`ctype_parent`),53299  ADD KEY `ctype_parent` (`ctype_parent`),
46305  ADD KEY `require_start` (`require_start`),53300  ADD KEY `require_start` (`require_start`),
46306  ADD KEY `require_finish` (`require_finish`),53301  ADD KEY `require_finish` (`require_finish`),
46307  ADD KEY `require_expiry` (`require_expiry`),53302  ADD KEY `require_expiry` (`require_expiry`),
46308  ADD KEY `ctype_filterable` (`ctype_filterable`),53303  ADD KEY `ctype_filterable` (`ctype_filterable`),
46309  ADD KEY `ctype_order` (`ctype_order`);53304  ADD KEY `ctype_order` (`ctype_order`);
4631053305
46311--53306--
46312-- Indexes for table `electives`53307-- Indexes for table `electives`
46313--53308--
46314ALTER TABLE `electives`53309ALTER TABLE `electives`
46315  ADD PRIMARY KEY (`electives_id`),53310  ADD PRIMARY KEY (`electives_id`),
46316  ADD KEY `region_id` (`region_id`),53311  ADD KEY `region_id` (`region_id`),
46317  ADD KEY `event_id` (`event_id`),53312  ADD KEY `event_id` (`event_id`),
46318  ADD KEY `department_id` (`department_id`),53313  ADD KEY `department_id` (`department_id`),
46319  ADD KEY `discipline_id` (`discipline_id`),53314  ADD KEY `discipline_id` (`discipline_id`),
46320  ADD KEY `schools_id` (`schools_id`),53315  ADD KEY `schools_id` (`schools_id`),
46321  ADD KEY `countries_id` (`countries_id`);53316  ADD KEY `countries_id` (`countries_id`);
4632253317
46323--53318--
46324-- Indexes for table `evaluations`53319-- Indexes for table `evaluations`
46325--53320--
46326ALTER TABLE `evaluations`53321ALTER TABLE `evaluations`
46327  ADD PRIMARY KEY (`item_id`),53322  ADD PRIMARY KEY (`item_id`),
46328  ADD KEY `form_id` (`form_id`),53323  ADD KEY `form_id` (`form_id`),
46329  ADD KEY `category_id` (`category_id`),53324  ADD KEY `category_id` (`category_id`),
46330  ADD KEY `item_status` (`item_status`),53325  ADD KEY `item_status` (`item_status`),
46331  ADD KEY `item_end` (`item_end`),53326  ADD KEY `item_end` (`item_end`),
46332  ADD KEY `item_start` (`item_start`),53327  ADD KEY `item_start` (`item_start`),
46333  ADD KEY `item_maxinstances` (`item_maxinstances`),53328  ADD KEY `item_maxinstances` (`item_maxinstances`),
46334  ADD KEY `category_recurse` (`category_recurse`),53329  ADD KEY `category_recurse` (`category_recurse`),
46335  ADD KEY `active` (`active`);53330  ADD KEY `active` (`active`);
4633653331
46337--53332--
46338-- Indexes for table `eval_answers`53333-- Indexes for table `eval_answers`
46339--53334--
46340ALTER TABLE `eval_answers`53335ALTER TABLE `eval_answers`
46341  ADD PRIMARY KEY (`answer_id`),53336  ADD PRIMARY KEY (`answer_id`),
46342  ADD KEY `question_id` (`question_id`),53337  ADD KEY `question_id` (`question_id`),
46343  ADD KEY `answer_value` (`answer_value`);53338  ADD KEY `answer_value` (`answer_value`);
4634453339
46345--53340--
46346-- Indexes for table `eval_approved`53341-- Indexes for table `eval_approved`
46347--53342--
46348ALTER TABLE `eval_approved`53343ALTER TABLE `eval_approved`
46349  ADD PRIMARY KEY (`approved_id`),53344  ADD PRIMARY KEY (`approved_id`),
46350  ADD KEY `notification_id` (`notification_id`),53345  ADD KEY `notification_id` (`notification_id`),
46351  ADD KEY `completed_id` (`completed_id`);53346  ADD KEY `completed_id` (`completed_id`);
4635253347
46353--53348--
46354-- Indexes for table `eval_completed`53349-- Indexes for table `eval_completed`
46355--53350--
46356ALTER TABLE `eval_completed`53351ALTER TABLE `eval_completed`
46357  ADD PRIMARY KEY (`completed_id`),53352  ADD PRIMARY KEY (`completed_id`),
46358  ADD KEY `notification_id` (`notification_id`),53353  ADD KEY `notification_id` (`notification_id`),
46359  ADD KEY `instructor_id` (`instructor_id`),53354  ADD KEY `instructor_id` (`instructor_id`),
46360  ADD KEY `completed_status` (`completed_status`);53355  ADD KEY `completed_status` (`completed_status`);
4636153356
46362--53357--
46363-- Indexes for table `eval_forms`53358-- Indexes for table `eval_forms`
46364--53359--
46365ALTER TABLE `eval_forms`53360ALTER TABLE `eval_forms`
46366  ADD PRIMARY KEY (`form_id`),53361  ADD PRIMARY KEY (`form_id`),
46367  ADD KEY `form_type` (`form_type`),53362  ADD KEY `form_type` (`form_type`),
46368  ADD KEY `nmessage_id` (`nmessage_id`),53363  ADD KEY `nmessage_id` (`nmessage_id`),
46369  ADD KEY `form_status` (`form_status`);53364  ADD KEY `form_status` (`form_status`);
4637053365
46371--53366--
46372-- Indexes for table `eval_questions`53367-- Indexes for table `eval_questions`
46373--53368--
46374ALTER TABLE `eval_questions`53369ALTER TABLE `eval_questions`
46375  ADD PRIMARY KEY (`question_id`),53370  ADD PRIMARY KEY (`question_id`),
46376  ADD KEY `form_id` (`form_id`),53371  ADD KEY `form_id` (`form_id`),
46377  ADD KEY `question_required` (`question_required`);53372  ADD KEY `question_required` (`question_required`);
4637853373
46379--53374--
46380-- Indexes for table `eval_results`53375-- Indexes for table `eval_results`
46381--53376--
46382ALTER TABLE `eval_results`53377ALTER TABLE `eval_results`
46383  ADD PRIMARY KEY (`result_id`),53378  ADD PRIMARY KEY (`result_id`),
46384  ADD KEY `completed_id` (`completed_id`),53379  ADD KEY `completed_id` (`completed_id`),
46385  ADD KEY `answer_id` (`answer_id`);53380  ADD KEY `answer_id` (`answer_id`);
4638653381
46387--53382--
46388-- Indexes for table `events`53383-- Indexes for table `events`
46389--53384--
46390ALTER TABLE `events`53385ALTER TABLE `events`
46391  ADD PRIMARY KEY (`event_id`),53386  ADD PRIMARY KEY (`event_id`),
46392  ADD KEY `category_id` (`category_id`),53387  ADD KEY `category_id` (`category_id`),
46393  ADD KEY `region_id` (`region_id`),53388  ADD KEY `region_id` (`region_id`),
46394  ADD KEY `event_type` (`event_type`),53389  ADD KEY `event_type` (`event_type`),
46395  ADD KEY `event_access` (`event_access`),53390  ADD KEY `event_access` (`event_access`),
46396  ADD KEY `event_status` (`event_status`),53391  ADD KEY `event_status` (`event_status`),
46397  ADD KEY `accessible_finish` (`accessible_finish`),53392  ADD KEY `accessible_finish` (`accessible_finish`),
46398  ADD KEY `accessible_start` (`accessible_start`),53393  ADD KEY `accessible_start` (`accessible_start`),
46399  ADD KEY `event_expiry` (`event_expiry`),53394  ADD KEY `event_expiry` (`event_expiry`),
46400  ADD KEY `event_finish` (`event_finish`),53395  ADD KEY `event_finish` (`event_finish`),
46401  ADD KEY `event_start` (`event_start`),53396  ADD KEY `event_start` (`event_start`),
46402  ADD KEY `requires_apartment` (`requires_apartment`),53397  ADD KEY `requires_apartment` (`requires_apartment`),
46403  ADD KEY `rotation_id` (`rotation_id`);53398  ADD KEY `rotation_id` (`rotation_id`);
4640453399
46405--53400--
46406-- Indexes for table `event_contacts`53401-- Indexes for table `event_contacts`
46407--53402--
46408ALTER TABLE `event_contacts`53403ALTER TABLE `event_contacts`
46409  ADD PRIMARY KEY (`econtact_id`),53404  ADD PRIMARY KEY (`econtact_id`),
46410  ADD KEY `event_id` (`event_id`),53405  ADD KEY `event_id` (`event_id`),
46411  ADD KEY `econtact_type` (`econtact_type`),53406  ADD KEY `econtact_type` (`econtact_type`),
46412  ADD KEY `etype_id` (`etype_id`),53407  ADD KEY `etype_id` (`etype_id`),
46413  ADD KEY `econtact_parent` (`econtact_parent`),53408  ADD KEY `econtact_parent` (`econtact_parent`),
46414  ADD KEY `econtact_order` (`econtact_order`),53409  ADD KEY `econtact_order` (`econtact_order`),
46415  ADD KEY `econtact_status` (`econtact_status`),53410  ADD KEY `econtact_status` (`econtact_status`),
46416  ADD KEY `econtact_finish` (`econtact_finish`),53411  ADD KEY `econtact_finish` (`econtact_finish`),
46417  ADD KEY `econtact_start` (`econtact_start`);53412  ADD KEY `econtact_start` (`econtact_start`);
4641853413
46419--53414--
46420-- Indexes for table `event_locations`53415-- Indexes for table `event_locations`
46421--53416--
46422ALTER TABLE `event_locations`53417ALTER TABLE `event_locations`
46423  ADD PRIMARY KEY (`elocation_id`),53418  ADD PRIMARY KEY (`elocation_id`),
46424  ADD KEY `event_id` (`event_id`),53419  ADD KEY `event_id` (`event_id`),
46425  ADD KEY `location_id` (`location_id`),53420  ADD KEY `location_id` (`location_id`),
46426  ADD KEY `elocation_start` (`elocation_start`),53421  ADD KEY `elocation_start` (`elocation_start`),
46427  ADD KEY `elocation_finish` (`elocation_finish`),53422  ADD KEY `elocation_finish` (`elocation_finish`),
46428  ADD KEY `elocation_status` (`elocation_status`),53423  ADD KEY `elocation_status` (`elocation_status`),
46429  ADD KEY `elocation_order` (`elocation_order`);53424  ADD KEY `elocation_order` (`elocation_order`);
4643053425
46431--53426--
46432-- Indexes for table `global_lu_rotations`53427-- Indexes for table `global_lu_rotations`
46433--53428--
46434ALTER TABLE `global_lu_rotations`53429ALTER TABLE `global_lu_rotations`
46435  ADD PRIMARY KEY (`rotation_id`);53430  ADD PRIMARY KEY (`rotation_id`);
4643653431
46437--53432--
46438-- Indexes for table `logbook_deficiency_plans`53433-- Indexes for table `logbook_deficiency_plans`
46439--53434--
46440ALTER TABLE `logbook_deficiency_plans`53435ALTER TABLE `logbook_deficiency_plans`
46441  ADD PRIMARY KEY (`ldeficiency_plan_id`);53436  ADD PRIMARY KEY (`ldeficiency_plan_id`);
4644253437
46443--53438--
46444-- Indexes for table `logbook_entries`53439-- Indexes for table `logbook_entries`
46445--53440--
46446ALTER TABLE `logbook_entries`53441ALTER TABLE `logbook_entries`
46447  ADD PRIMARY KEY (`lentry_id`),53442  ADD PRIMARY KEY (`lentry_id`),
46448  ADD KEY `proxy_id` (`proxy_id`,`updated_date`);53443  ADD KEY `proxy_id` (`proxy_id`,`updated_date`);
4644953444
46450--53445--
46451-- Indexes for table `logbook_entry_checklist`53446-- Indexes for table `logbook_entry_checklist`
46452--53447--
46453ALTER TABLE `logbook_entry_checklist`53448ALTER TABLE `logbook_entry_checklist`
46454  ADD PRIMARY KEY (`lechecklist_id`),53449  ADD PRIMARY KEY (`lechecklist_id`),
46455  ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`);53450  ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`);
4645653451
46457--53452--
46458-- Indexes for table `logbook_entry_evaluations`53453-- Indexes for table `logbook_entry_evaluations`
46459--53454--
46460ALTER TABLE `logbook_entry_evaluations`53455ALTER TABLE `logbook_entry_evaluations`
46461  ADD PRIMARY KEY (`leevaluation_id`),53456  ADD PRIMARY KEY (`leevaluation_id`),
46462  ADD UNIQUE KEY `levaluation_id` (`levaluation_id`);53457  ADD UNIQUE KEY `levaluation_id` (`levaluation_id`);
4646353458
46464--53459--
46465-- Indexes for table `logbook_entry_objectives`53460-- Indexes for table `logbook_entry_objectives`
46466--53461--
46467ALTER TABLE `logbook_entry_objectives`53462ALTER TABLE `logbook_entry_objectives`
46468  ADD PRIMARY KEY (`leobjective_id`),53463  ADD PRIMARY KEY (`leobjective_id`),
46469  ADD KEY `lentry_id` (`lentry_id`,`objective_id`);53464  ADD KEY `lentry_id` (`lentry_id`,`objective_id`);
4647053465
46471--53466--
46472-- Indexes for table `logbook_entry_procedures`53467-- Indexes for table `logbook_entry_procedures`
46473--53468--
46474ALTER TABLE `logbook_entry_procedures`53469ALTER TABLE `logbook_entry_procedures`
46475  ADD PRIMARY KEY (`leprocedure_id`),53470  ADD PRIMARY KEY (`leprocedure_id`),
46476  ADD KEY `lentry_id` (`lentry_id`,`lprocedure_id`),53471  ADD KEY `lentry_id` (`lentry_id`,`lprocedure_id`),
46477  ADD KEY `lentry_id_2` (`lentry_id`),53472  ADD KEY `lentry_id_2` (`lentry_id`),
46478  ADD KEY `lprocedure_id` (`lprocedure_id`);53473  ADD KEY `lprocedure_id` (`lprocedure_id`);
4647953474
46480--53475--
46481-- Indexes for table `logbook_location_types`53476-- Indexes for table `logbook_location_types`
46482--53477--
46483ALTER TABLE `logbook_location_types`53478ALTER TABLE `logbook_location_types`
46484  ADD PRIMARY KEY (`llocation_type_id`);53479  ADD PRIMARY KEY (`llocation_type_id`);
4648553480
46486--53481--
46487-- Indexes for table `logbook_lu_agerange`53482-- Indexes for table `logbook_lu_agerange`
46488--53483--
46489ALTER TABLE `logbook_lu_agerange`53484ALTER TABLE `logbook_lu_agerange`
46490  ADD PRIMARY KEY (`agerange_id`);53485  ADD PRIMARY KEY (`agerange_id`);
4649153486
46492--53487--
46493-- Indexes for table `logbook_lu_checklist`53488-- Indexes for table `logbook_lu_checklist`
46494--53489--
46495ALTER TABLE `logbook_lu_checklist`53490ALTER TABLE `logbook_lu_checklist`
46496  ADD PRIMARY KEY (`lchecklist_id`);53491  ADD PRIMARY KEY (`lchecklist_id`);
4649753492
46498--53493--
46499-- Indexes for table `logbook_lu_evaluations`53494-- Indexes for table `logbook_lu_evaluations`
46500--53495--
46501ALTER TABLE `logbook_lu_evaluations`53496ALTER TABLE `logbook_lu_evaluations`
46502  ADD PRIMARY KEY (`levaluation_id`);53497  ADD PRIMARY KEY (`levaluation_id`);
4650353498
46504--53499--
46505-- Indexes for table `logbook_lu_locations`53500-- Indexes for table `logbook_lu_locations`
46506--53501--
46507ALTER TABLE `logbook_lu_locations`53502ALTER TABLE `logbook_lu_locations`
46508  ADD PRIMARY KEY (`llocation_id`);53503  ADD PRIMARY KEY (`llocation_id`);
4650953504
46510--53505--
46511-- Indexes for table `logbook_lu_location_types`53506-- Indexes for table `logbook_lu_location_types`
46512--53507--
46513ALTER TABLE `logbook_lu_location_types`53508ALTER TABLE `logbook_lu_location_types`
46514  ADD PRIMARY KEY (`lltype_id`);53509  ADD PRIMARY KEY (`lltype_id`);
4651553510
46516--53511--
46517-- Indexes for table `logbook_lu_procedures`53512-- Indexes for table `logbook_lu_procedures`
46518--53513--
46519ALTER TABLE `logbook_lu_procedures`53514ALTER TABLE `logbook_lu_procedures`
46520  ADD PRIMARY KEY (`lprocedure_id`);53515  ADD PRIMARY KEY (`lprocedure_id`);
4652153516
46522--53517--
46523-- Indexes for table `logbook_lu_sites`53518-- Indexes for table `logbook_lu_sites`
46524--53519--
46525ALTER TABLE `logbook_lu_sites`53520ALTER TABLE `logbook_lu_sites`
46526  ADD PRIMARY KEY (`lsite_id`);53521  ADD PRIMARY KEY (`lsite_id`);
4652753522
46528--53523--
46529-- Indexes for table `logbook_mandatory_objectives`53524-- Indexes for table `logbook_mandatory_objectives`
46530--53525--
46531ALTER TABLE `logbook_mandatory_objectives`53526ALTER TABLE `logbook_mandatory_objectives`
46532  ADD PRIMARY KEY (`lmobjective_id`),53527  ADD PRIMARY KEY (`lmobjective_id`),
46533  ADD KEY `rotation_id` (`rotation_id`),53528  ADD KEY `rotation_id` (`rotation_id`),
46534  ADD KEY `objective_id` (`objective_id`),53529  ADD KEY `objective_id` (`objective_id`),
46535  ADD KEY `number_required` (`number_required`);53530  ADD KEY `number_required` (`number_required`);
4653653531
46537--53532--
46538-- Indexes for table `logbook_mandatory_objective_locations`53533-- Indexes for table `logbook_mandatory_objective_locations`
46539--53534--
46540ALTER TABLE `logbook_mandatory_objective_locations`53535ALTER TABLE `logbook_mandatory_objective_locations`
46541  ADD PRIMARY KEY (`lmolocation_id`);53536  ADD PRIMARY KEY (`lmolocation_id`);
4654253537
46543--53538--
46544-- Indexes for table `logbook_notification_history`53539-- Indexes for table `logbook_notification_history`
46545--53540--
46546ALTER TABLE `logbook_notification_history`53541ALTER TABLE `logbook_notification_history`
46547  ADD PRIMARY KEY (`lnhistory_id`);53542  ADD PRIMARY KEY (`lnhistory_id`);
4654853543
46549--53544--
46550-- Indexes for table `logbook_overdue`53545-- Indexes for table `logbook_overdue`
46551--53546--
46552ALTER TABLE `logbook_overdue`53547ALTER TABLE `logbook_overdue`
46553  ADD PRIMARY KEY (`lologging_id`),53548  ADD PRIMARY KEY (`lologging_id`),
46554  ADD UNIQUE KEY `lologging_id` (`lologging_id`,`proxy_id`,`event_id`);53549  ADD UNIQUE KEY `lologging_id` (`lologging_id`,`proxy_id`,`event_id`);
4655553550
46556--53551--
46557-- Indexes for table `logbook_preferred_procedures`53552-- Indexes for table `logbook_preferred_procedures`
46558--53553--
46559ALTER TABLE `logbook_preferred_procedures`53554ALTER TABLE `logbook_preferred_procedures`
46560  ADD PRIMARY KEY (`lpprocedure_id`),53555  ADD PRIMARY KEY (`lpprocedure_id`),
46561  ADD KEY `rotation_id` (`rotation_id`),53556  ADD KEY `rotation_id` (`rotation_id`),
46562  ADD KEY `order` (`order`),53557  ADD KEY `order` (`order`),
46563  ADD KEY `lprocedure_id` (`lprocedure_id`);53558  ADD KEY `lprocedure_id` (`lprocedure_id`);
4656453559
46565--53560--
46566-- Indexes for table `logbook_preferred_procedure_locations`53561-- Indexes for table `logbook_preferred_procedure_locations`
46567--53562--
46568ALTER TABLE `logbook_preferred_procedure_locations`53563ALTER TABLE `logbook_preferred_procedure_locations`
46569  ADD PRIMARY KEY (`lpplocation_id`);53564  ADD PRIMARY KEY (`lpplocation_id`);
4657053565
46571--53566--
46572-- Indexes for table `logbook_rotation_comments`53567-- Indexes for table `logbook_rotation_comments`
46573--53568--
46574ALTER TABLE `logbook_rotation_comments`53569ALTER TABLE `logbook_rotation_comments`
46575  ADD PRIMARY KEY (`lrcomment_id`);53570  ADD PRIMARY KEY (`lrcomment_id`);
4657653571
46577--53572--
46578-- Indexes for table `logbook_rotation_notifications`53573-- Indexes for table `logbook_rotation_notifications`
46579--53574--
46580ALTER TABLE `logbook_rotation_notifications`53575ALTER TABLE `logbook_rotation_notifications`
46581  ADD PRIMARY KEY (`lrnotification_id`),53576  ADD PRIMARY KEY (`lrnotification_id`),
46582  ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`);53577  ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`);
4658353578
46584--53579--
46585-- Indexes for table `logbook_rotation_sites`53580-- Indexes for table `logbook_rotation_sites`
46586--53581--
46587ALTER TABLE `logbook_rotation_sites`53582ALTER TABLE `logbook_rotation_sites`
46588  ADD PRIMARY KEY (`lrsite_id`);53583  ADD PRIMARY KEY (`lrsite_id`);
4658953584
46590--53585--
46591-- Indexes for table `logbook_virtual_patients`53586-- Indexes for table `logbook_virtual_patients`
46592--53587--
46593ALTER TABLE `logbook_virtual_patients`53588ALTER TABLE `logbook_virtual_patients`
46594  ADD PRIMARY KEY (`lvpatient_id`);53589  ADD PRIMARY KEY (`lvpatient_id`);
4659553590
46596--53591--
46597-- Indexes for table `logbook_virtual_patient_objectives`53592-- Indexes for table `logbook_virtual_patient_objectives`
46598--53593--
46599ALTER TABLE `logbook_virtual_patient_objectives`53594ALTER TABLE `logbook_virtual_patient_objectives`
46600  ADD PRIMARY KEY (`lvpobjective_id`);53595  ADD PRIMARY KEY (`lvpobjective_id`);
4660153596
46602--53597--
46603-- Indexes for table `lottery_clerks`53598-- Indexes for table `lottery_clerks`
46604--53599--
46605ALTER TABLE `lottery_clerks`53600ALTER TABLE `lottery_clerks`
46606  ADD PRIMARY KEY (`lottery_clerk_id`);53601  ADD PRIMARY KEY (`lottery_clerk_id`);
4660753602
46608--53603--
46609-- Indexes for table `lottery_clerk_streams`53604-- Indexes for table `lottery_clerk_streams`
46610--53605--
46611ALTER TABLE `lottery_clerk_streams`53606ALTER TABLE `lottery_clerk_streams`
46612  ADD PRIMARY KEY (`lcstream_id`);53607  ADD PRIMARY KEY (`lcstream_id`);
4661353608
46614--53609--
46615-- Indexes for table `notifications`53610-- Indexes for table `notifications`
46616--53611--
46617ALTER TABLE `notifications`53612ALTER TABLE `notifications`
46618  ADD PRIMARY KEY (`notification_id`),53613  ADD PRIMARY KEY (`notification_id`),
46619  ADD KEY `user_id` (`user_id`),53614  ADD KEY `user_id` (`user_id`),
46620  ADD KEY `event_id` (`event_id`),53615  ADD KEY `event_id` (`event_id`),
46621  ADD KEY `category_id` (`category_id`),53616  ADD KEY `category_id` (`category_id`),
46622  ADD KEY `item_id` (`item_id`),53617  ADD KEY `item_id` (`item_id`),
46623  ADD KEY `item_maxinstances` (`item_maxinstances`),53618  ADD KEY `item_maxinstances` (`item_maxinstances`),
46624  ADD KEY `notification_status` (`notification_status`),53619  ADD KEY `notification_status` (`notification_status`),
46625  ADD KEY `notified_last` (`notified_last`);53620  ADD KEY `notified_last` (`notified_last`);
4662653621
46627--53622--
46628-- Indexes for table `notification_log`53623-- Indexes for table `notification_log`
46629--53624--
46630ALTER TABLE `notification_log`53625ALTER TABLE `notification_log`
46631  ADD PRIMARY KEY (`nlog_id`);53626  ADD PRIMARY KEY (`nlog_id`);
4663253627
46633--53628--
46634-- Indexes for table `notification_messages`53629-- Indexes for table `notification_messages`
46635--53630--
46636ALTER TABLE `notification_messages`53631ALTER TABLE `notification_messages`
46637  ADD PRIMARY KEY (`nmessage_id`),53632  ADD PRIMARY KEY (`nmessage_id`),
46638  ADD KEY `form_type` (`form_type`),53633  ADD KEY `form_type` (`form_type`),
46639  ADD KEY `nmessage_version` (`nmessage_version`),53634  ADD KEY `nmessage_version` (`nmessage_version`),
46640  ADD KEY `nmessage_status` (`nmessage_status`);53635  ADD KEY `nmessage_status` (`nmessage_status`);
4664153636
46642--53637--
46643-- Indexes for table `notification_monitor`53638-- Indexes for table `notification_monitor`
46644--53639--
46645ALTER TABLE `notification_monitor`53640ALTER TABLE `notification_monitor`
46646  ADD PRIMARY KEY (`nmonitor_id`),53641  ADD PRIMARY KEY (`nmonitor_id`),
46647  ADD KEY `item_id` (`item_id`),53642  ADD KEY `item_id` (`item_id`),
46648  ADD KEY `form_id` (`form_id`),53643  ADD KEY `form_id` (`form_id`),
46649  ADD KEY `category_id` (`category_id`),53644  ADD KEY `category_id` (`category_id`),
46650  ADD KEY `category_recurse` (`category_recurse`),53645  ADD KEY `category_recurse` (`category_recurse`),
46651  ADD KEY `item_start` (`item_start`),53646  ADD KEY `item_start` (`item_start`),
46652  ADD KEY `item_end` (`item_end`),53647  ADD KEY `item_end` (`item_end`),
46653  ADD KEY `item_status` (`item_status`);53648  ADD KEY `item_status` (`item_status`);
4665453649
46655--53650--
46656-- Indexes for table `other_teachers`53651-- Indexes for table `other_teachers`
46657--53652--
46658ALTER TABLE `other_teachers`53653ALTER TABLE `other_teachers`
46659  ADD PRIMARY KEY (`oteacher_id`),53654  ADD PRIMARY KEY (`oteacher_id`),
46660  ADD KEY `proxy_id` (`proxy_id`),53655  ADD KEY `proxy_id` (`proxy_id`),
46661  ADD KEY `firstname` (`firstname`),53656  ADD KEY `firstname` (`firstname`),
46662  ADD KEY `lastname` (`lastname`),53657  ADD KEY `lastname` (`lastname`),
46663  ADD KEY `email` (`email`);53658  ADD KEY `email` (`email`);
4666453659
46665--53660--
46666-- Indexes for table `regions`53661-- Indexes for table `regions`
46667--53662--
46668ALTER TABLE `regions`53663ALTER TABLE `regions`
46669  ADD PRIMARY KEY (`region_id`),53664  ADD PRIMARY KEY (`region_id`),
46670  ADD KEY `region_name` (`region_name`),53665  ADD KEY `region_name` (`region_name`),
46671  ADD KEY `manage_apartments` (`manage_apartments`),53666  ADD KEY `manage_apartments` (`manage_apartments`),
46672  ADD KEY `province_id` (`province_id`),53667  ADD KEY `province_id` (`province_id`),
46673  ADD KEY `countries_id` (`countries_id`),53668  ADD KEY `countries_id` (`countries_id`),
46674  ADD KEY `is_core` (`is_core`);53669  ADD KEY `is_core` (`is_core`);
4667553670
46676--53671--
46677-- AUTO_INCREMENT for dumped tables53672-- AUTO_INCREMENT for dumped tables
46678--53673--
4667953674
46680--53675--
46681-- AUTO_INCREMENT for table `apartments`53676-- AUTO_INCREMENT for table `apartments`
46682--53677--
46683ALTER TABLE `apartments`53678ALTER TABLE `apartments`
46684  MODIFY `apartment_id` int(12) NOT NULL AUTO_INCREMENT;53679  MODIFY `apartment_id` int(12) NOT NULL AUTO_INCREMENT;
4668553680
46686--53681--
46687-- AUTO_INCREMENT for table `apartment_accounts`53682-- AUTO_INCREMENT for table `apartment_accounts`
46688--53683--
46689ALTER TABLE `apartment_accounts`53684ALTER TABLE `apartment_accounts`
46690  MODIFY `aaccount_id` int(12) NOT NULL AUTO_INCREMENT;53685  MODIFY `aaccount_id` int(12) NOT NULL AUTO_INCREMENT;
4669153686
46692--53687--
46693-- AUTO_INCREMENT for table `apartment_contacts`53688-- AUTO_INCREMENT for table `apartment_contacts`
46694--53689--
46695ALTER TABLE `apartment_contacts`53690ALTER TABLE `apartment_contacts`
46696  MODIFY `acontact_id` int(12) NOT NULL AUTO_INCREMENT;53691  MODIFY `acontact_id` int(12) NOT NULL AUTO_INCREMENT;
4669753692
46698--53693--
46699-- AUTO_INCREMENT for table `apartment_photos`53694-- AUTO_INCREMENT for table `apartment_photos`
46700--53695--
46701ALTER TABLE `apartment_photos`53696ALTER TABLE `apartment_photos`
46702  MODIFY `aphoto_id` int(12) NOT NULL AUTO_INCREMENT;53697  MODIFY `aphoto_id` int(12) NOT NULL AUTO_INCREMENT;
4670353698
46704--53699--
46705-- AUTO_INCREMENT for table `apartment_regionaled_users`53700-- AUTO_INCREMENT for table `apartment_regionaled_users`
46706--53701--
46707ALTER TABLE `apartment_regionaled_users`53702ALTER TABLE `apartment_regionaled_users`
46708  MODIFY `aregionaled_id` int(12) NOT NULL AUTO_INCREMENT;53703  MODIFY `aregionaled_id` int(12) NOT NULL AUTO_INCREMENT;
4670953704
46710--53705--
46711-- AUTO_INCREMENT for table `apartment_schedule`53706-- AUTO_INCREMENT for table `apartment_schedule`
46712--53707--
46713ALTER TABLE `apartment_schedule`53708ALTER TABLE `apartment_schedule`
46714  MODIFY `aschedule_id` int(12) NOT NULL AUTO_INCREMENT;53709  MODIFY `aschedule_id` int(12) NOT NULL AUTO_INCREMENT;
4671553710
46716--53711--
46717-- AUTO_INCREMENT for table `categories`53712-- AUTO_INCREMENT for table `categories`
46718--53713--
46719ALTER TABLE `categories`53714ALTER TABLE `categories`
46720  MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;53715  MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4672153716
46722--53717--
46723-- AUTO_INCREMENT for table `category_departments`53718-- AUTO_INCREMENT for table `category_departments`
46724--53719--
46725ALTER TABLE `category_departments`53720ALTER TABLE `category_departments`
46726  MODIFY `cdep_id` int(12) NOT NULL AUTO_INCREMENT;53721  MODIFY `cdep_id` int(12) NOT NULL AUTO_INCREMENT;
4672753722
46728--53723--
46729-- AUTO_INCREMENT for table `category_type`53724-- AUTO_INCREMENT for table `category_type`
46730--53725--
46731ALTER TABLE `category_type`53726ALTER TABLE `category_type`
46732  MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;53727  MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;
4673353728
46734--53729--
46735-- AUTO_INCREMENT for table `electives`53730-- AUTO_INCREMENT for table `electives`
46736--53731--
46737ALTER TABLE `electives`53732ALTER TABLE `electives`
46738  MODIFY `electives_id` int(12) NOT NULL AUTO_INCREMENT;53733  MODIFY `electives_id` int(12) NOT NULL AUTO_INCREMENT;
4673953734
46740--53735--
46741-- AUTO_INCREMENT for table `evaluations`53736-- AUTO_INCREMENT for table `evaluations`
46742--53737--
46743ALTER TABLE `evaluations`53738ALTER TABLE `evaluations`
46744  MODIFY `item_id` int(12) NOT NULL AUTO_INCREMENT;53739  MODIFY `item_id` int(12) NOT NULL AUTO_INCREMENT;
4674553740
46746--53741--
46747-- AUTO_INCREMENT for table `eval_answers`53742-- AUTO_INCREMENT for table `eval_answers`
46748--53743--
46749ALTER TABLE `eval_answers`53744ALTER TABLE `eval_answers`
46750  MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT;53745  MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT;
4675153746
46752--53747--
46753-- AUTO_INCREMENT for table `eval_approved`53748-- AUTO_INCREMENT for table `eval_approved`
46754--53749--
46755ALTER TABLE `eval_approved`53750ALTER TABLE `eval_approved`
46756  MODIFY `approved_id` int(12) NOT NULL AUTO_INCREMENT;53751  MODIFY `approved_id` int(12) NOT NULL AUTO_INCREMENT;
4675753752
46758--53753--
46759-- AUTO_INCREMENT for table `eval_completed`53754-- AUTO_INCREMENT for table `eval_completed`
46760--53755--
46761ALTER TABLE `eval_completed`53756ALTER TABLE `eval_completed`
46762  MODIFY `completed_id` int(12) NOT NULL AUTO_INCREMENT;53757  MODIFY `completed_id` int(12) NOT NULL AUTO_INCREMENT;
4676353758
46764--53759--
46765-- AUTO_INCREMENT for table `eval_forms`53760-- AUTO_INCREMENT for table `eval_forms`
46766--53761--
46767ALTER TABLE `eval_forms`53762ALTER TABLE `eval_forms`
46768  MODIFY `form_id` int(12) NOT NULL AUTO_INCREMENT;53763  MODIFY `form_id` int(12) NOT NULL AUTO_INCREMENT;
4676953764
46770--53765--
46771-- AUTO_INCREMENT for table `eval_questions`53766-- AUTO_INCREMENT for table `eval_questions`
46772--53767--
46773ALTER TABLE `eval_questions`53768ALTER TABLE `eval_questions`
46774  MODIFY `question_id` int(12) NOT NULL AUTO_INCREMENT;53769  MODIFY `question_id` int(12) NOT NULL AUTO_INCREMENT;
4677553770
46776--53771--
46777-- AUTO_INCREMENT for table `eval_results`53772-- AUTO_INCREMENT for table `eval_results`
46778--53773--
46779ALTER TABLE `eval_results`53774ALTER TABLE `eval_results`
46780  MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT;53775  MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT;
4678153776
46782--53777--
46783-- AUTO_INCREMENT for table `events`53778-- AUTO_INCREMENT for table `events`
46784--53779--
46785ALTER TABLE `events`53780ALTER TABLE `events`
46786  MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT;53781  MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT;
4678753782
46788--53783--
46789-- AUTO_INCREMENT for table `event_contacts`53784-- AUTO_INCREMENT for table `event_contacts`
46790--53785--
46791ALTER TABLE `event_contacts`53786ALTER TABLE `event_contacts`
46792  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;53787  MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT;
4679353788
46794--53789--
46795-- AUTO_INCREMENT for table `event_locations`53790-- AUTO_INCREMENT for table `event_locations`
46796--53791--
46797ALTER TABLE `event_locations`53792ALTER TABLE `event_locations`
46798  MODIFY `elocation_id` int(12) NOT NULL AUTO_INCREMENT;53793  MODIFY `elocation_id` int(12) NOT NULL AUTO_INCREMENT;
4679953794
46800--53795--
46801-- AUTO_INCREMENT for table `global_lu_rotations`53796-- AUTO_INCREMENT for table `global_lu_rotations`
46802--53797--
46803ALTER TABLE `global_lu_rotations`53798ALTER TABLE `global_lu_rotations`
46804  MODIFY `rotation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;53799  MODIFY `rotation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
4680553800
46806--53801--
46807-- AUTO_INCREMENT for table `logbook_deficiency_plans`53802-- AUTO_INCREMENT for table `logbook_deficiency_plans`
46808--53803--
46809ALTER TABLE `logbook_deficiency_plans`53804ALTER TABLE `logbook_deficiency_plans`
46810  MODIFY `ldeficiency_plan_id` int(12) NOT NULL AUTO_INCREMENT;53805  MODIFY `ldeficiency_plan_id` int(12) NOT NULL AUTO_INCREMENT;
4681153806
46812--53807--
46813-- AUTO_INCREMENT for table `logbook_entries`53808-- AUTO_INCREMENT for table `logbook_entries`
46814--53809--
46815ALTER TABLE `logbook_entries`53810ALTER TABLE `logbook_entries`
46816  MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;53811  MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4681753812
46818--53813--
46819-- AUTO_INCREMENT for table `logbook_entry_checklist`53814-- AUTO_INCREMENT for table `logbook_entry_checklist`
46820--53815--
46821ALTER TABLE `logbook_entry_checklist`53816ALTER TABLE `logbook_entry_checklist`
46822  MODIFY `lechecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;53817  MODIFY `lechecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4682353818
46824--53819--
46825-- AUTO_INCREMENT for table `logbook_entry_evaluations`53820-- AUTO_INCREMENT for table `logbook_entry_evaluations`
46826--53821--
46827ALTER TABLE `logbook_entry_evaluations`53822ALTER TABLE `logbook_entry_evaluations`
46828  MODIFY `leevaluation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;53823  MODIFY `leevaluation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
4682953824
46830--53825--
46831-- AUTO_INCREMENT for table `logbook_entry_objectives`53826-- AUTO_INCREMENT for table `logbook_entry_objectives`
46832--53827--
46833ALTER TABLE `logbook_entry_objectives`53828ALTER TABLE `logbook_entry_objectives`
46834  MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;53829  MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4683553830
46836--53831--
46837-- AUTO_INCREMENT for table `logbook_entry_procedures`53832-- AUTO_INCREMENT for table `logbook_entry_procedures`
46838--53833--
46839ALTER TABLE `logbook_entry_procedures`53834ALTER TABLE `logbook_entry_procedures`
46840  MODIFY `leprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;53835  MODIFY `leprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4684153836
46842--53837--
46843-- AUTO_INCREMENT for table `logbook_location_types`53838-- AUTO_INCREMENT for table `logbook_location_types`
46844--53839--
46845ALTER TABLE `logbook_location_types`53840ALTER TABLE `logbook_location_types`
46846  MODIFY `llocation_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;53841  MODIFY `llocation_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
4684753842
46848--53843--
46849-- AUTO_INCREMENT for table `logbook_lu_agerange`53844-- AUTO_INCREMENT for table `logbook_lu_agerange`
46850--53845--
46851ALTER TABLE `logbook_lu_agerange`53846ALTER TABLE `logbook_lu_agerange`
46852  MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;53847  MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
4685353848
46854--53849--
46855-- AUTO_INCREMENT for table `logbook_lu_checklist`53850-- AUTO_INCREMENT for table `logbook_lu_checklist`
46856--53851--
46857ALTER TABLE `logbook_lu_checklist`53852ALTER TABLE `logbook_lu_checklist`
46858  MODIFY `lchecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;53853  MODIFY `lchecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;
4685953854
46860--53855--
46861-- AUTO_INCREMENT for table `logbook_lu_evaluations`53856-- AUTO_INCREMENT for table `logbook_lu_evaluations`
46862--53857--
46863ALTER TABLE `logbook_lu_evaluations`53858ALTER TABLE `logbook_lu_evaluations`
46864  MODIFY `levaluation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;53859  MODIFY `levaluation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT;
4686553860
46866--53861--
46867-- AUTO_INCREMENT for table `logbook_lu_locations`53862-- AUTO_INCREMENT for table `logbook_lu_locations`
46868--53863--
46869ALTER TABLE `logbook_lu_locations`53864ALTER TABLE `logbook_lu_locations`
46870  MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;53865  MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
4687153866
46872--53867--
46873-- AUTO_INCREMENT for table `logbook_lu_location_types`53868-- AUTO_INCREMENT for table `logbook_lu_location_types`
46874--53869--
46875ALTER TABLE `logbook_lu_location_types`53870ALTER TABLE `logbook_lu_location_types`
46876  MODIFY `lltype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;53871  MODIFY `lltype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
4687753872
46878--53873--
46879-- AUTO_INCREMENT for table `logbook_lu_procedures`53874-- AUTO_INCREMENT for table `logbook_lu_procedures`
46880--53875--
46881ALTER TABLE `logbook_lu_procedures`53876ALTER TABLE `logbook_lu_procedures`
46882  MODIFY `lprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;53877  MODIFY `lprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
4688353878
46884--53879--
46885-- AUTO_INCREMENT for table `logbook_lu_sites`53880-- AUTO_INCREMENT for table `logbook_lu_sites`
46886--53881--
46887ALTER TABLE `logbook_lu_sites`53882ALTER TABLE `logbook_lu_sites`
46888  MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;53883  MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
4688953884
46890--53885--
46891-- AUTO_INCREMENT for table `logbook_mandatory_objectives`53886-- AUTO_INCREMENT for table `logbook_mandatory_objectives`
46892--53887--
46893ALTER TABLE `logbook_mandatory_objectives`53888ALTER TABLE `logbook_mandatory_objectives`
46894  MODIFY `lmobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114;53889  MODIFY `lmobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114;
4689553890
46896--53891--
46897-- AUTO_INCREMENT for table `logbook_mandatory_objective_locations`53892-- AUTO_INCREMENT for table `logbook_mandatory_objective_locations`
46898--53893--
46899ALTER TABLE `logbook_mandatory_objective_locations`53894ALTER TABLE `logbook_mandatory_objective_locations`
46900  MODIFY `lmolocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118;53895  MODIFY `lmolocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118;
4690153896
46902--53897--
46903-- AUTO_INCREMENT for table `logbook_notification_history`53898-- AUTO_INCREMENT for table `logbook_notification_history`
46904--53899--
46905ALTER TABLE `logbook_notification_history`53900ALTER TABLE `logbook_notification_history`
46906  MODIFY `lnhistory_id` int(12) NOT NULL AUTO_INCREMENT;53901  MODIFY `lnhistory_id` int(12) NOT NULL AUTO_INCREMENT;
4690753902
46908--53903--
46909-- AUTO_INCREMENT for table `logbook_overdue`53904-- AUTO_INCREMENT for table `logbook_overdue`
46910--53905--
46911ALTER TABLE `logbook_overdue`53906ALTER TABLE `logbook_overdue`
46912  MODIFY `lologging_id` int(12) NOT NULL AUTO_INCREMENT;53907  MODIFY `lologging_id` int(12) NOT NULL AUTO_INCREMENT;
4691353908
46914--53909--
46915-- AUTO_INCREMENT for table `logbook_preferred_procedures`53910-- AUTO_INCREMENT for table `logbook_preferred_procedures`
46916--53911--
46917ALTER TABLE `logbook_preferred_procedures`53912ALTER TABLE `logbook_preferred_procedures`
46918  MODIFY `lpprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;53913  MODIFY `lpprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;
4691953914
46920--53915--
46921-- AUTO_INCREMENT for table `logbook_preferred_procedure_locations`53916-- AUTO_INCREMENT for table `logbook_preferred_procedure_locations`
46922--53917--
46923ALTER TABLE `logbook_preferred_procedure_locations`53918ALTER TABLE `logbook_preferred_procedure_locations`
46924  MODIFY `lpplocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;53919  MODIFY `lpplocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
4692553920
46926--53921--
46927-- AUTO_INCREMENT for table `logbook_rotation_comments`53922-- AUTO_INCREMENT for table `logbook_rotation_comments`
46928--53923--
46929ALTER TABLE `logbook_rotation_comments`53924ALTER TABLE `logbook_rotation_comments`
46930  MODIFY `lrcomment_id` int(12) NOT NULL AUTO_INCREMENT;53925  MODIFY `lrcomment_id` int(12) NOT NULL AUTO_INCREMENT;
4693153926
46932--53927--
46933-- AUTO_INCREMENT for table `logbook_rotation_notifications`53928-- AUTO_INCREMENT for table `logbook_rotation_notifications`
46934--53929--
46935ALTER TABLE `logbook_rotation_notifications`53930ALTER TABLE `logbook_rotation_notifications`
46936  MODIFY `lrnotification_id` int(12) NOT NULL AUTO_INCREMENT;53931  MODIFY `lrnotification_id` int(12) NOT NULL AUTO_INCREMENT;
4693753932
46938--53933--
46939-- AUTO_INCREMENT for table `logbook_rotation_sites`53934-- AUTO_INCREMENT for table `logbook_rotation_sites`
46940--53935--
46941ALTER TABLE `logbook_rotation_sites`53936ALTER TABLE `logbook_rotation_sites`
46942  MODIFY `lrsite_id` smallint(6) NOT NULL AUTO_INCREMENT;53937  MODIFY `lrsite_id` smallint(6) NOT NULL AUTO_INCREMENT;
4694353938
46944--53939--
46945-- AUTO_INCREMENT for table `lottery_clerks`53940-- AUTO_INCREMENT for table `lottery_clerks`
46946--53941--
46947ALTER TABLE `lottery_clerks`53942ALTER TABLE `lottery_clerks`
46948  MODIFY `lottery_clerk_id` int(12) NOT NULL AUTO_INCREMENT;53943  MODIFY `lottery_clerk_id` int(12) NOT NULL AUTO_INCREMENT;
4694953944
46950--53945--
46951-- AUTO_INCREMENT for table `lottery_clerk_streams`53946-- AUTO_INCREMENT for table `lottery_clerk_streams`
46952--53947--
46953ALTER TABLE `lottery_clerk_streams`53948ALTER TABLE `lottery_clerk_streams`
46954  MODIFY `lcstream_id` int(12) NOT NULL AUTO_INCREMENT;53949  MODIFY `lcstream_id` int(12) NOT NULL AUTO_INCREMENT;
4695553950
46956--53951--
46957-- AUTO_INCREMENT for table `notifications`53952-- AUTO_INCREMENT for table `notifications`
46958--53953--
46959ALTER TABLE `notifications`53954ALTER TABLE `notifications`
46960  MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT;53955  MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT;
4696153956
46962--53957--
46963-- AUTO_INCREMENT for table `notification_log`53958-- AUTO_INCREMENT for table `notification_log`
46964--53959--
46965ALTER TABLE `notification_log`53960ALTER TABLE `notification_log`
46966  MODIFY `nlog_id` int(12) NOT NULL AUTO_INCREMENT;53961  MODIFY `nlog_id` int(12) NOT NULL AUTO_INCREMENT;
4696753962
46968--53963--
46969-- AUTO_INCREMENT for table `notification_messages`53964-- AUTO_INCREMENT for table `notification_messages`
46970--53965--
46971ALTER TABLE `notification_messages`53966ALTER TABLE `notification_messages`
46972  MODIFY `nmessage_id` int(12) NOT NULL AUTO_INCREMENT;53967  MODIFY `nmessage_id` int(12) NOT NULL AUTO_INCREMENT;
4697353968
46974--53969--
46975-- AUTO_INCREMENT for table `notification_monitor`53970-- AUTO_INCREMENT for table `notification_monitor`
46976--53971--
46977ALTER TABLE `notification_monitor`53972ALTER TABLE `notification_monitor`
46978  MODIFY `nmonitor_id` int(12) NOT NULL AUTO_INCREMENT;53973  MODIFY `nmonitor_id` int(12) NOT NULL AUTO_INCREMENT;
4697953974
46980--53975--
46981-- AUTO_INCREMENT for table `other_teachers`53976-- AUTO_INCREMENT for table `other_teachers`
46982--53977--
46983ALTER TABLE `other_teachers`53978ALTER TABLE `other_teachers`
46984  MODIFY `oteacher_id` int(12) NOT NULL AUTO_INCREMENT;53979  MODIFY `oteacher_id` int(12) NOT NULL AUTO_INCREMENT;
4698553980
46986--53981--
46987-- AUTO_INCREMENT for table `regions`53982-- AUTO_INCREMENT for table `regions`
46988--53983--
46989ALTER TABLE `regions`53984ALTER TABLE `regions`
46990  MODIFY `region_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;53985  MODIFY `region_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;
46991COMMIT;53986COMMIT;
4699253987
46993/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;53988/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
46994/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;53989/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
46995/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;53990/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op